diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/linux64.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf70a0b..f98e4e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-08-23 Richard Sandiford <rsandifo@redhat.com> + * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove. + +2003-08-23 Richard Sandiford <rsandifo@redhat.com> + * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64 as well. Put memory references in the varargs alias set. (mips_expand_prologue): Remove varargs handling from here. diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 6ccb496..bac5d63 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -73,12 +73,6 @@ Boston, MA 02111-1307, USA. */ %{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \ %{mabi=32:-melf32%{EB:b}%{EL:l}tsmip}" -#undef STARTFILE_PREFIX_SPEC -#define STARTFILE_PREFIX_SPEC "\ -%{mabi=n32: /lib32/ /usr/lib32/} \ -%{mabi=64: /lib64/ /usr/lib64/} \ -%{mabi=32: /lib/ /usr/lib/}" - #undef LOCAL_LABEL_PREFIX #define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \ ? "$" : ".") |