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
f4ab8916
Commit
f4ab8916
authored
18 years ago
by
Nick Clifton
Committed by
Nick Clifton
18 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/elfos.h (TARGET_ASM_RECORD_GCC_SWITCHES): Set to elf_record_gcc_switches.
From-SVN: r119630
parent
e92df3ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+5
-0
gcc/config/elfos.h
+5
-0
No files found.
gcc/ChangeLog
View file @
f4ab8916
2006
-
12
-
07
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
elfos
.
h
(
TARGET_ASM_RECORD_GCC_SWITCHES
)
:
Set
to
elf_record_gcc_switches
.
2006
-
12
-
07
Andrew
Macleod
<
amacleod
@redhat
.
com
>
*
expr
.
c
(
string_constant
)
:
Account
for
non
-
zero
lower
bound
arrays
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/elfos.h
View file @
f4ab8916
...
...
@@ -499,3 +499,8 @@ Boston, MA 02110-1301, USA. */
fprintf ((FILE), "\"\n"); \
} \
while (0)
/* Allow the use of the -frecord-gcc-switches switch via the
elf_record_gcc_switches function defined in varasm.c. */
#undef TARGET_ASM_RECORD_GCC_SWITCHES
#define TARGET_ASM_RECORD_GCC_SWITCHES elf_record_gcc_switches
This diff is collapsed.
Click to expand it.
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