aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2005-02-07 08:11:10 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2005-02-07 08:11:10 +0000
commitdcb15c6cd1213b0ac927d64efe394289690168f4 (patch)
tree1b4c96c49ea089802699dca333f6bf0fc663aaf9 /gcc
parenta701780f52ed57927fdf223faf900ffb48829782 (diff)
downloadgcc-dcb15c6cd1213b0ac927d64efe394289690168f4.zip
gcc-dcb15c6cd1213b0ac927d64efe394289690168f4.tar.gz
gcc-dcb15c6cd1213b0ac927d64efe394289690168f4.tar.bz2
linux.h (LIB_SPEC, [...]): Remove redundant, incorrect definitions.
* config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove redundant, incorrect definitions. From-SVN: r94695
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/mn10300/linux.h14
2 files changed, 3 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 845748b..3fbce88 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2005-02-07 Alexandre Oliva <aoliva@redhat.com>
+ * config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
+ redundant, incorrect definitions.
+
* config/frv/frv.md ("tls_indirect_call"): Turn into libcall-like
expand.
("*tls_indirect_call"): New, reference hard regs directly.
diff --git a/gcc/config/mn10300/linux.h b/gcc/config/mn10300/linux.h
index 217812d..4a67179 100644
--- a/gcc/config/mn10300/linux.h
+++ b/gcc/config/mn10300/linux.h
@@ -40,20 +40,6 @@
%{!dynamic-linker:-dynamic-linker /lib/ld.so.1}} \
%{static:-static}"
-#undef LIB_SPEC
-#define LIB_SPEC \
- "%{shared: -lc} \
- %{!shared: %{pthread:-lpthread} \
- %{profile:-lc_p} %{!profile: -lc}}"
-
-#undef STARTFILE_SPEC
-#define STARTFILE_SPEC \
- "%{!shared: \
- %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} \
- %{!p:%{profile:gcrt1.o%s} \
- %{!profile:crt1.o%s}}}} \
- crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
-
#undef TARGET_SWITCHES
#define TARGET_SWITCHES \
{{ "am33", -0x4, N_("Target the AM33 processor") }, \