Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
82971de5
Commit
82971de5
authored
Oct 14, 2010
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lto-elf.c (SHN_XINDEX): Define if not already defined.
From-SVN: r165464
parent
8ac7fdcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/lto/ChangeLog
+4
-0
gcc/lto/lto-elf.c
+5
-0
No files found.
gcc/lto/ChangeLog
View file @
82971de5
2010-10-14 Eric Botcazou <ebotcazou@adacore.com>
* lto-elf.c (SHN_XINDEX): Define if not already defined.
2010-10-08 Joseph Myers <joseph@codesourcery.com>
* lto-lang.c (lto_init_options): Change to
...
...
gcc/lto/lto-elf.c
View file @
82971de5
...
...
@@ -42,10 +42,15 @@ along with GCC; see the file COPYING3. If not see
#ifndef ELFOSABI_NONE
# define ELFOSABI_NONE 0
#endif
#ifndef ELFOSABI_LINUX
# define ELFOSABI_LINUX 3
#endif
#ifndef SHN_XINDEX
# define SHN_XINDEX 0xffff
#endif
/* Handle opening elf files on hosts, such as Windows, that may use
text file handling that will break binary access. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment