diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/emultempl/elf32.em | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 710b6ef..bebc285 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 26 19:53:37 1995 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Remove unused variable is. + Thu Jan 26 12:33:05 1995 Michael Meissner <meissner@tiktok.cygnus.com> * configure.in: Add support for powerpc-*-eabi. diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 43c2cc4..0f4ee72 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -114,7 +114,6 @@ static void gld${EMULATION_NAME}_before_allocation () { asection *sinterp; - lang_input_statement_type *is; /* If we are going to make any variable assignments, we need to let the ELF backend know about them in case the variables are |