Commit e2a188b2 by Richard Sandiford Committed by Richard Sandiford

* config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.

From-SVN: r70739
parent 520d96c6
2003-08-23 Richard Sandiford <rsandifo@redhat.com> 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 * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
as well. Put memory references in the varargs alias set. as well. Put memory references in the varargs alias set.
(mips_expand_prologue): Remove varargs handling from here. (mips_expand_prologue): Remove varargs handling from here.
......
...@@ -73,12 +73,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -73,12 +73,6 @@ Boston, MA 02111-1307, USA. */
%{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \ %{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \
%{mabi=32:-melf32%{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 #undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \ #define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \
? "$" : ".") ? "$" : ".")
......
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