summaryrefslogtreecommitdiffstats
path: root/ld/emultempl/armcoff.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/armcoff.em
parentdfad2e408fb7e2c59baeabe60090fe182fb090dc (diff)
downloadppe42-binutils-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.gz
ppe42-binutils-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.zip
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/armcoff.em')
-rw-r--r--ld/emultempl/armcoff.em15
1 files changed, 8 insertions, 7 deletions
diff --git a/ld/emultempl/armcoff.em b/ld/emultempl/armcoff.em
index bdb79d416e..79e1e80e37 100644
--- a/ld/emultempl/armcoff.em
+++ b/ld/emultempl/armcoff.em
@@ -278,13 +278,14 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
gld${EMULATION_NAME}_get_script,
"${EMULATION_NAME}",
"${OUTPUT_FORMAT}",
- gld${EMULATION_NAME}_finish, /* finish */
- NULL, /* create output section statements */
- NULL, /* open dynamic archive */
- NULL, /* place orphan */
- NULL, /* set_symbols */
+ gld${EMULATION_NAME}_finish,
+ NULL, /* create output section statements */
+ NULL, /* open dynamic archive */
+ NULL, /* place orphan */
+ NULL, /* set symbols */
gld${EMULATION_NAME}_parse_args,
- NULL, /* unrecognised file */
- gld${EMULATION_NAME}_list_options
+ NULL, /* unrecognised file */
+ gld${EMULATION_NAME}_list_options,
+ NULL /* recognized file */
};
EOF
OpenPOWER on IntegriCloud