aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/hppaelf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-01-22 23:22:18 +0000
committerAlan Modra <amodra@gmail.com>2000-01-22 23:22:18 +0000
commite1c47aa42d359b3b54ecf3b9eb7eed8b81852302 (patch)
tree1ac70225758fbbbf8a770bc36c1c5bbc588a2af5 /ld/emultempl/hppaelf.em
parentdfad2e408fb7e2c59baeabe60090fe182fb090dc (diff)
downloadfsf-binutils-gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.zip
fsf-binutils-gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.gz
fsf-binutils-gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.bz2
To satisfy latest CVS gcc:
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New.
Diffstat (limited to 'ld/emultempl/hppaelf.em')
-rw-r--r--ld/emultempl/hppaelf.em7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em
index 69abe3b..dd3b264 100644
--- a/ld/emultempl/hppaelf.em
+++ b/ld/emultempl/hppaelf.em
@@ -276,5 +276,12 @@ struct ld_emulation_xfer_struct ld_hppaelf_emulation =
"elf32-hppa",
hppaelf_finish,
hppaelf_create_output_section_statements,
+ NULL, /* open dynamic archive */
+ NULL, /* place orphan */
+ NULL, /* set symbols */
+ NULL, /* parse args */
+ NULL, /* unrecognized file */
+ NULL, /* list options */
+ NULL /* recognized file */
};
EOF