- Update to binutils 2.23.2.
* various bugfixes - Refresh no longer applying patch. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=124
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Index: ld/emultempl/elf32.em
|
||||
===================================================================
|
||||
--- ld/emultempl/elf32.em.orig 2012-07-13 15:20:27.000000000 +0200
|
||||
+++ ld/emultempl/elf32.em 2012-09-14 13:55:57.829177770 +0200
|
||||
@@ -1436,8 +1436,38 @@ if test x"$LDEMUL_BEFORE_ALLOCATION" !=
|
||||
--- ld/emultempl/elf32.em.orig 2013-03-25 09:06:23.000000000 +0100
|
||||
+++ ld/emultempl/elf32.em 2013-03-28 13:48:32.031001794 +0100
|
||||
@@ -1440,8 +1440,38 @@ if test x"$LDEMUL_BEFORE_ALLOCATION" !=
|
||||
else
|
||||
ELF_INTERPRETER_SET_DEFAULT=
|
||||
fi
|
||||
@@ -39,9 +39,9 @@ Index: ld/emultempl/elf32.em
|
||||
+}
|
||||
+
|
||||
/* used by before_allocation and handle_option. */
|
||||
static void
|
||||
static void
|
||||
gld${EMULATION_NAME}_append_to_separated_string (char **to, char *op_arg)
|
||||
@@ -1484,7 +1514,7 @@ gld${EMULATION_NAME}_append_to_separated
|
||||
@@ -1488,7 +1518,7 @@ gld${EMULATION_NAME}_append_to_separated
|
||||
static void
|
||||
gld${EMULATION_NAME}_before_allocation (void)
|
||||
{
|
||||
@@ -50,7 +50,7 @@ Index: ld/emultempl/elf32.em
|
||||
asection *sinterp;
|
||||
bfd *abfd;
|
||||
|
||||
@@ -1500,7 +1530,65 @@ gld${EMULATION_NAME}_before_allocation (
|
||||
@@ -1504,7 +1534,65 @@ gld${EMULATION_NAME}_before_allocation (
|
||||
by dynamic linking. */
|
||||
rpath = command_line.rpath;
|
||||
if (rpath == NULL)
|
||||
@@ -117,4 +117,3 @@ Index: ld/emultempl/elf32.em
|
||||
|
||||
for (abfd = link_info.input_bfds; abfd; abfd = abfd->link_next)
|
||||
if (bfd_get_flavour (abfd) == bfd_target_elf_flavour)
|
||||
|
||||
|
Reference in New Issue
Block a user