aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-12-02 22:25:50 +0000
committerIan Lance Taylor <ian@airs.com>1994-12-02 22:25:50 +0000
commit39a6e282d1dd53210a534968361aa57b627d7413 (patch)
tree1a8ac1b4ce9380ef8eb7d9647b3c5f0c767d0d74 /ld/emultempl
parent4461196e69bfa64e92dbbf9d7056f78c5d5a8d61 (diff)
downloadgdb-39a6e282d1dd53210a534968361aa57b627d7413.zip
gdb-39a6e282d1dd53210a534968361aa57b627d7413.tar.gz
gdb-39a6e282d1dd53210a534968361aa57b627d7413.tar.bz2
* ld.h (args_type): Add new field embedded_relocs.
* ldemul.h (ldemul_after_open, after_open_default): Declare. (ld_emulation_xfer_struct): Add new field after_open. * ldemul.c (ldemul_after_open): New function. (after_open_default): New function. * ldlang.c (lang_process): Call ldemul_after_open. * lexsup.c (parse_args): Handle --embedded-relocs. * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize new after_open field to after_open_default. * emultempl/generic.em, emultempl/gld960.em: Likewise. * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise. * emultempl/linux.em, emultempl/m88kbcs.em: Likewise. * emultempl/sunos.em, emultempl/vanilla.em: Likewise. * ld.texinfo, ld.1: Mention -embedded-relocs.
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/m88kbcs.em1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emultempl/m88kbcs.em b/ld/emultempl/m88kbcs.em
index 8196923..1d1f05a 100644
--- a/ld/emultempl/m88kbcs.em
+++ b/ld/emultempl/m88kbcs.em
@@ -108,6 +108,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
syslib_default,
hll_default,
after_parse_default,
+ after_open_default,
after_allocation_default,
set_output_arch_default,
ldemul_default_target,