aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-12-16 11:57:29 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2005-12-16 11:57:29 +0000
commitc047d4fc5fd39b148cd1efd5ef48c08ae828d3a2 (patch)
treedfcd3c29637e149dc71233c071503e7d9e0f37f1 /gcc
parentab34901fe436bab2115dbfd04223bfeff378fed9 (diff)
downloadgcc-c047d4fc5fd39b148cd1efd5ef48c08ae828d3a2.zip
gcc-c047d4fc5fd39b148cd1efd5ef48c08ae828d3a2.tar.gz
gcc-c047d4fc5fd39b148cd1efd5ef48c08ae828d3a2.tar.bz2
mt.h (LIB_SPEC, [...]): Correct names of ms1-16-002 files.
* config/mt/mt.h (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Correct names of ms1-16-002 files. From-SVN: r108638
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mt/mt.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f8d5db8..8b39664 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config/mt/mt.h (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Correct
+ names of ms1-16-002 files.
+
2005-12-16 Alan Modra <amodra@bigpond.net.au>
PR driver/20425
diff --git a/gcc/config/mt/mt.h b/gcc/config/mt/mt.h
index 75bd0af..017f1ac 100644
--- a/gcc/config/mt/mt.h
+++ b/gcc/config/mt/mt.h
@@ -51,7 +51,7 @@ march=ms1-64-001:-T 64-001.ld%s; \
march=ms1-16-002:-T 16-002.ld%s; \
march=ms1-16-003:-T 16-003.ld%s; \
march=ms2:-T ms2.ld%s; \
- :-T ms1-16-002.ld}"
+ :-T 16-002.ld}"
/* A string to pass at the very beginning of the command given to the
linker. */
@@ -61,7 +61,7 @@ march=ms1-64-001:%{!mno-crt0:crt0-64-001.o%s} startup-64-001.o%s; \
march=ms1-16-002:%{!mno-crt0:crt0-16-002.o%s} startup-16-002.o%s; \
march=ms1-16-003:%{!mno-crt0:crt0-16-003.o%s} startup-16-003.o%s; \
march=ms2:%{!mno-crt0:crt0-ms2.o%s} startup-ms2.o%s; \
- :%{!mno-crt0:crt0-ms2.o%s} startup-16-002.o%s} \
+ :%{!mno-crt0:crt0-16-002.o%s} startup-16-002.o%s} \
crti.o%s crtbegin.o%s"
/* A string to pass at the end of the command given to the linker. */
@@ -71,7 +71,7 @@ march=ms1-64-001:exit-64-001.o%s; \
march=ms1-16-002:exit-16-002.o%s; \
march=ms1-16-003:exit-16-003.o%s; \
march=ms2:exit-ms2.o%s; \
- :exit-ms1-16-002.o%s} \
+ :exit-16-002.o%s} \
crtend.o%s crtn.o%s"
/* Run-time target specifications. */