diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-27 00:54:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-27 00:54:51 +0000 |
commit | ae02b41c5074a72e3822d8208f5e636fafde81ee (patch) | |
tree | 9f213262a54372948a4cb6cb4e29eb436f9d4d98 /ld | |
parent | a18a0f225dbe77ede71827d7d98d7796ae9070e8 (diff) | |
download | gdb-ae02b41c5074a72e3822d8208f5e636fafde81ee.zip gdb-ae02b41c5074a72e3822d8208f5e636fafde81ee.tar.gz gdb-ae02b41c5074a72e3822d8208f5e636fafde81ee.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Remove unused variable is.
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 |