* emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 12 Jul 1999 06:24:03 +0000 (06:24 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 12 Jul 1999 06:24:03 +0000 (06:24 +0000)
comma in initializer.

ld/ChangeLog
ld/emultempl/elf32.em

index ab15633de03dd8efd53f30b7ed1d28a04d1c00c4..1e3396c5d03eb8a46f7226817a5b531892b119af 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-12  Andreas Schwab  <schwab@suse.de>
+
+       * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
+       comma in initializer.
+
 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
 
        * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
index fb4d85a813c76fa5d5a21774fede5349589c5843..4ec259cd1db5bcf89a6f427088e9fdf651cc52af 100644 (file)
@@ -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 */
This page took 0.055303 seconds and 4 git commands to generate.