diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-19 10:43:27 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-19 10:43:27 +0000 |
commit | 33cca7a37fa581c56f5b7baca92e4977327419e4 (patch) | |
tree | 71d977ec6209c715d39482d7ec322aca66a77b43 | |
parent | a270a9ccdf64e944ade78cae8db651e6c94eb95e (diff) | |
download | gcc-33cca7a37fa581c56f5b7baca92e4977327419e4.tar.gz |
Undef RELATIVE_PREFIX_NOT_LINKDIR for System V/eabi
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18705 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4386612908..d2b040e36bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index c3012d00440..9cbb597b8b5 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -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 |