From: Andreas Schwab Date: Mon, 12 Jul 1999 06:24:03 +0000 (+0000) Subject: * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5d341b0e2a8e31c93bc32ce3d4ed447fcfb34c6f;p=deliverable%2Fbinutils-gdb.git * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing comma in initializer. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ab15633de0..1e3396c5d0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +1999-07-12 Andreas Schwab + + * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing + comma in initializer. + 1999-07-11 Ian Lance Taylor * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index fb4d85a813..4ec259cd1d 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1145,7 +1145,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = NULL, NULL, gld${EMULATION_NAME}_open_dynamic_archive, - gld${EMULATION_NAME}_place_orphan + gld${EMULATION_NAME}_place_orphan, NULL, /* set_symbols */ NULL, /* parse_args */ NULL, /* unrecognized_file */