diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-04 19:39:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-04 19:39:33 +0000 |
commit | ef86818669496091999feb4c25d60ed00dd99e0a (patch) | |
tree | 9c8b46114a9e8069b2ce182b3a9ab938dd5b59a5 /ld/Makefile.in | |
parent | 5b8462fa63bd91e37f5553bac5172976c5d7d26a (diff) | |
download | gdb-ef86818669496091999feb4c25d60ed00dd99e0a.zip gdb-ef86818669496091999feb4c25d60ed00dd99e0a.tar.gz gdb-ef86818669496091999feb4c25d60ed00dd99e0a.tar.bz2 |
* mips.sc-sh: Put constructors in the .data section.
* Makefile.in (cdtest): Added dependency on ld.new.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 02823aa..f390b24 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -310,7 +310,7 @@ ld3: ld2 bootstrap: ld3 cmp ld2 ld3 -cdtest: cdtest-main.o cdtest-func.o cdtest-foo.o +cdtest: cdtest-main.o cdtest-func.o cdtest-foo.o ld.new $(HOSTING_EMU); ./ld.new -o cdtest $(HOSTING_CRT0) \ cdtest-main.o cdtest-func.o cdtest-foo.o $(HOSTING_LIBS) |