summaryrefslogtreecommitdiff
path: root/ld/emultempl/sunos.em
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2008-09-08 16:07:46 +0000
committerH.J. Lu <hjl@lucon.org>2008-09-08 16:07:46 +0000
commit92fab8455fd41d358504696b84ebba5fb477be8e (patch)
tree5a776efb5e75b9fd709563099dbe462b10315034 /ld/emultempl/sunos.em
parent26a85c9d45fe34373a213128c3310d0336654f8e (diff)
downloadbinutils-redhat-92fab8455fd41d358504696b84ebba5fb477be8e.tar.gz
2008-09-08 H.J. Lu <hongjiu.lu@intel.com>
2008-09-07 Alan Modra <amodra@bigpond.net.au> * emultempl/beos.em (gld${EMULATION_NAME}_place_orphan): Updated. * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Likewise.
Diffstat (limited to 'ld/emultempl/sunos.em')
-rw-r--r--ld/emultempl/sunos.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/sunos.em b/ld/emultempl/sunos.em
index 6367c3c803..bbd6075120 100644
--- a/ld/emultempl/sunos.em
+++ b/ld/emultempl/sunos.em
@@ -698,7 +698,7 @@ gld${EMULATION_NAME}_before_allocation (void)
/* Set the .text section to start at 0x20, not 0x2020. FIXME:
This is too magical. */
- os = lang_output_section_statement_lookup (".text");
+ os = lang_output_section_statement_lookup (".text", 0, TRUE);
if (os->addr_tree == NULL)
os->addr_tree = exp_intop (0x20);
}