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
838b0e4e
Commit
838b0e4e
authored
Mar 19, 1998
by
Michael Meissner
Committed by
Michael Meissner
Mar 19, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undef RELATIVE_PREFIX_NOT_LINKDIR for System V/eabi
From-SVN: r18705
parent
366c0f1e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+5
-0
gcc/config/rs6000/sysv4.h
+5
-0
No files found.
gcc/ChangeLog
View file @
838b0e4e
Thu Mar 19 13:39:52 1998 Michael Meissner <meissner@cygnus.com>
* rs6000/sysv4.h (RELATIVE_PREFIX_NOT_LINKDIR): Undef for System V
and EABI.
Thu Mar 19 10:10:36 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* final.c (shorten_branches): Add parentheses around +/- in
...
...
gcc/config/rs6000/sysv4.h
View file @
838b0e4e
...
...
@@ -332,6 +332,11 @@ do { \
/* Put jump tables in read-only memory, rather than in .text. */
#undef JUMP_TABLES_IN_TEXT_SECTION
/* Disable AIX-ism that disables turning -B into -L if the argument specifies a
relative file name. This breaks setting GCC_EXEC_PREFIX to D:\path under
Windows. */
#undef RELATIVE_PREFIX_NOT_LINKDIR
/* Undefine some things which are defined by the generic svr4.h. */
#undef ASM_FILE_END
...
...
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