2014-04-07 10:14:05 +02:00
|
|
|
Index: binutils-2.24/ld/ld.texinfo
|
2009-11-27 12:33:30 +01:00
|
|
|
===================================================================
|
2014-04-07 10:14:05 +02:00
|
|
|
--- binutils-2.24.orig/ld/ld.texinfo
|
|
|
|
+++ binutils-2.24/ld/ld.texinfo
|
- Update to 2.23.90 prerelease, remove patches that
are upstream ( aarch64-biarch.patch, aarch64-dynamic-placement.patch,
aarch64-execstack.patch, aarch64-gc-section-support.patch,
aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff,
aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff,
binutils-2.22-objalloc.patch, binutils-2.23.2.tar.bz2,
binutils-2.23.52.0.1-64-bit-thin-archives.patch,
s390-machinemode.patch, warning-symbol-sections.patch).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=143
2013-09-20 17:57:46 +02:00
|
|
|
@@ -2117,7 +2117,7 @@ systems may not understand them. If you
|
|
|
|
@option{--enable-new-dtags}, the new dynamic tags will be created as needed
|
|
|
|
and older dynamic tags will be omitted.
|
2007-10-09 04:28:58 +02:00
|
|
|
If you specify @option{--disable-new-dtags}, no new dynamic tags will be
|
|
|
|
-created. By default, the new dynamic tags are not created. Note that
|
|
|
|
+created. By default, the new dynamic tags are created. Note that
|
|
|
|
those options are only available for ELF systems.
|
|
|
|
|
|
|
|
@kindex --hash-size=@var{number}
|
2014-04-07 10:14:05 +02:00
|
|
|
Index: binutils-2.24/ld/ldmain.c
|
2009-11-27 12:33:30 +01:00
|
|
|
===================================================================
|
2014-04-07 10:14:05 +02:00
|
|
|
--- binutils-2.24.orig/ld/ldmain.c
|
|
|
|
+++ binutils-2.24/ld/ldmain.c
|
- Update to 2.23.90 prerelease, remove patches that
are upstream ( aarch64-biarch.patch, aarch64-dynamic-placement.patch,
aarch64-execstack.patch, aarch64-gc-section-support.patch,
aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff,
aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff,
binutils-2.22-objalloc.patch, binutils-2.23.2.tar.bz2,
binutils-2.23.52.0.1-64-bit-thin-archives.patch,
s390-machinemode.patch, warning-symbol-sections.patch).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=143
2013-09-20 17:57:46 +02:00
|
|
|
@@ -276,6 +276,7 @@ main (int argc, char **argv)
|
2007-10-09 04:28:58 +02:00
|
|
|
|
|
|
|
link_info.allow_undefined_version = TRUE;
|
|
|
|
link_info.keep_memory = TRUE;
|
|
|
|
+ link_info.new_dtags = TRUE;
|
|
|
|
link_info.combreloc = TRUE;
|
|
|
|
link_info.strip_discarded = TRUE;
|
2009-11-27 12:33:30 +01:00
|
|
|
link_info.emit_hash = TRUE;
|
2014-04-07 10:14:05 +02:00
|
|
|
Index: binutils-2.24/ld/testsuite/ld-elf/now-3.d
|
|
|
|
===================================================================
|
|
|
|
--- binutils-2.24.orig/ld/testsuite/ld-elf/now-3.d
|
|
|
|
+++ binutils-2.24/ld/testsuite/ld-elf/now-3.d
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#source: start.s
|
|
|
|
#readelf: -d -W
|
|
|
|
-#ld: -shared -z now
|
|
|
|
+#ld: -shared -z now --disable-new-dtags
|
|
|
|
#target: *-*-linux* *-*-gnu*
|
|
|
|
|
|
|
|
#failif
|
|
|
|
Index: binutils-2.24/ld/testsuite/ld-elf/now-4.d
|
|
|
|
===================================================================
|
|
|
|
--- binutils-2.24.orig/ld/testsuite/ld-elf/now-4.d
|
|
|
|
+++ binutils-2.24/ld/testsuite/ld-elf/now-4.d
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#source: start.s
|
|
|
|
#readelf: -d -W
|
|
|
|
-#ld: -shared -z now
|
|
|
|
+#ld: -shared -z now --disable-new-dtags
|
|
|
|
#target: *-*-linux* *-*-gnu*
|
|
|
|
|
|
|
|
#...
|
|
|
|
Index: binutils-2.24/ld/testsuite/ld-elf/rpath-1.d
|
|
|
|
===================================================================
|
|
|
|
--- binutils-2.24.orig/ld/testsuite/ld-elf/rpath-1.d
|
|
|
|
+++ binutils-2.24/ld/testsuite/ld-elf/rpath-1.d
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#source: start.s
|
|
|
|
#readelf: -d -W
|
|
|
|
-#ld: -shared -rpath .
|
|
|
|
+#ld: -shared -rpath . --disable-new-dtags
|
|
|
|
#target: *-*-linux* *-*-gnu*
|
|
|
|
|
|
|
|
#failif
|
|
|
|
Index: binutils-2.24/ld/testsuite/ld-elf/rpath-2.d
|
|
|
|
===================================================================
|
|
|
|
--- binutils-2.24.orig/ld/testsuite/ld-elf/rpath-2.d
|
|
|
|
+++ binutils-2.24/ld/testsuite/ld-elf/rpath-2.d
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#source: start.s
|
|
|
|
#readelf: -d -W
|
|
|
|
-#ld: -shared -rpath .
|
|
|
|
+#ld: -shared -rpath . --disable-new-dtags
|
|
|
|
#target: *-*-linux* *-*-gnu*
|
|
|
|
|
|
|
|
#...
|