mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Remove unused variable is.
This commit is contained in:
@ -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.
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user