* mips.sc-sh: Put constructors in the .data section.
authorIan Lance Taylor <ian@airs.com>
Tue, 4 May 1993 19:39:33 +0000 (19:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 4 May 1993 19:39:33 +0000 (19:39 +0000)
* Makefile.in (cdtest): Added dependency on ld.new.

ld/ChangeLog
ld/Makefile.in
ld/mips.sc-sh

index e3a8b4669bfe23bf49b3093d67961404de6ed895..43aa842ed327540d9d8ca48ff3a336f54c17c8f3 100644 (file)
@@ -1,3 +1,8 @@
+Tue May  4 12:37:35 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips.sc-sh: Put constructors in the .data section.
+       * Makefile.in (cdtest): Added dependency on ld.new.
+
 Mon May  3 19:43:39 1993  Per Bothner  (bothner@cygnus.com)
 
        * Makefile.in:  Change definition of $(tooldir) to match FSF.
index 02823aa0e629aa740cc221c0464bf43958f5ec83..f390b246918c19ada07e958d4455f7da5999fbdf 100644 (file)
@@ -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)
 
index afb3216d79530e47d437e2032b4679844ffbba87..3ce7bd2ab05619612f04def3b977b7cb13452daa 100644 (file)
@@ -26,6 +26,7 @@ SECTIONS
   }
   .data ${RELOCATING+ .} : {
     *(.data)
+    ${CONSTRUCTING+CONSTRUCTORS}
   }
   ${RELOCATING+ _gp = . + 0x8000;}
   .lit8 ${RELOCATING+ .} : {