* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):

Remove unused variable is.
This commit is contained in:
Ian Lance Taylor
1995-01-27 00:54:51 +00:00
parent a18a0f225d
commit ae02b41c50
2 changed files with 5 additions and 1 deletions

View File

@ -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> Thu Jan 26 12:33:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* configure.in: Add support for powerpc-*-eabi. * configure.in: Add support for powerpc-*-eabi.

View File

@ -114,7 +114,6 @@ static void
gld${EMULATION_NAME}_before_allocation () gld${EMULATION_NAME}_before_allocation ()
{ {
asection *sinterp; asection *sinterp;
lang_input_statement_type *is;
/* If we are going to make any variable assignments, we need to let /* If we are going to make any variable assignments, we need to let
the ELF backend know about them in case the variables are the ELF backend know about them in case the variables are