* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
authorIan Lance Taylor <ian@airs.com>
Fri, 27 Jan 1995 00:54:51 +0000 (00:54 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 27 Jan 1995 00:54:51 +0000 (00:54 +0000)
Remove unused variable is.

ld/ChangeLog
ld/emultempl/elf32.em

index 710b6ef78701c212e57c48c58d674f5df81ba3cb..bebc285123ed4ebcf8768e2a9dcef15598a49acd 100644 (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>
 
        * configure.in: Add support for powerpc-*-eabi.
index 43c2cc4ecf2f8edd2269bca8fa4d15f683939d05..0f4ee72a1856a191d7a4edc25d062cc7a1cea480 100644 (file)
@@ -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
This page took 0.030256 seconds and 4 git commands to generate.