Commit 838b0e4e by Michael Meissner Committed by Michael Meissner

Undef RELATIVE_PREFIX_NOT_LINKDIR for System V/eabi

From-SVN: r18705
parent 366c0f1e
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment