From 87f2a3464bc56880619910126816120eeafdb1e2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 11 Jul 1999 20:09:04 +0000 Subject: * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED as appropriate. Fill in structure initializations. --- ld/emultempl/elf32.em | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ld/emultempl') diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 41073d2..fb4d85a 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -7,7 +7,8 @@ cat >e${EMULATION_NAME}.c < ELF support by Ian Lance Taylor @@ -1145,5 +1146,10 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = NULL, gld${EMULATION_NAME}_open_dynamic_archive, gld${EMULATION_NAME}_place_orphan + NULL, /* set_symbols */ + NULL, /* parse_args */ + NULL, /* unrecognized_file */ + NULL, /* list_options */ + NULL /* recognized_file */ }; EOF -- cgit v1.1