From 25d650345cf4e8ba795eef7b944373967aeb95c8 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 8 Sep 2008 16:07:46 +0000 Subject: 2008-09-08 H.J. Lu 2008-09-07 Alan Modra * emultempl/beos.em (gld${EMULATION_NAME}_place_orphan): Updated. * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Likewise. --- ld/emultempl/sunos.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl/sunos.em') diff --git a/ld/emultempl/sunos.em b/ld/emultempl/sunos.em index 6367c3c..bbd6075 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); } -- cgit v1.1