aboutsummaryrefslogtreecommitdiff
path: root/ld/mips.sc-sh
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-05-04 19:39:33 +0000
committerIan Lance Taylor <ian@airs.com>1993-05-04 19:39:33 +0000
commitef86818669496091999feb4c25d60ed00dd99e0a (patch)
tree9c8b46114a9e8069b2ce182b3a9ab938dd5b59a5 /ld/mips.sc-sh
parent5b8462fa63bd91e37f5553bac5172976c5d7d26a (diff)
downloadgdb-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/mips.sc-sh')
-rw-r--r--ld/mips.sc-sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/mips.sc-sh b/ld/mips.sc-sh
index afb3216..3ce7bd2 100644
--- a/ld/mips.sc-sh
+++ b/ld/mips.sc-sh
@@ -26,6 +26,7 @@ SECTIONS
}
.data ${RELOCATING+ .} : {
*(.data)
+ ${CONSTRUCTING+CONSTRUCTORS}
}
${RELOCATING+ _gp = . + 0x8000;}
.lit8 ${RELOCATING+ .} : {