aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2003-08-23 17:14:11 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2003-08-23 17:14:11 +0000
commite2a188b234821d8246e95ceb19726273df8613e7 (patch)
treef62165d57162ff19ea5209dc4c4f6f8db549d237
parent520d96c621a6acec3c5c832633a16d80e8be3ef1 (diff)
downloadgcc-e2a188b234821d8246e95ceb19726273df8613e7.zip
gcc-e2a188b234821d8246e95ceb19726273df8613e7.tar.gz
gcc-e2a188b234821d8246e95ceb19726273df8613e7.tar.bz2
* config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
From-SVN: r70739
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/linux64.h6
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) \
? "$" : ".")