forked from pool/binutils
- Update to binutils 2.30
* Add --debug-dump=links option to readelf and --dwarf=links option to objdump
which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
sections.
Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links
option to objdump which causes indirect links into separate debug info files
to be followed when dumping other DWARF sections.
* Add support for loaction views in DWARF debug line information.
* Add -z separate-code to generate separate code PT_LOAD segment.
* Add "-z undefs" command line option as the inverse of the "-z defs" option.
* Add -z globalaudit command line option to force audit libraries to be run
for every dynamic object loaded by an executable - provided that the loader
supports this functionality.
* Tighten linker script grammar around file name specifiers to prevent the use
of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames. These would
previously be accepted but had no effect.
* The EXCLUDE_FILE directive can now be placed within any SORT_* directive
within input section lists.
- binutils-2.30-branch.diff: 2.30 branch @4cd0043413
- riscv-wrap-relax.patch: Fix linker relaxation with --wrap
- Remove use-hashtype-both-by-default.diff, use
--enable-default-hash-style=both instead
- Remove binutils-2.29-branch.diff, s390x-8fe09d7.diff
- Use riscv64-suse-linux as target for cross-riscv64-binutils
OBS-URL: https://build.opensuse.org/request/show/580272
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=265
27 lines
932 B
Diff
27 lines
932 B
Diff
Index: binutils/testsuite/binutils-all/windres/windres.exp
|
|
===================================================================
|
|
--- binutils/testsuite/binutils-all/windres/windres.exp.orig
|
|
+++ binutils/testsuite/binutils-all/windres/windres.exp
|
|
@@ -36,6 +36,7 @@ set wr "$WINDRES --include-dir $srcdir/$
|
|
if [file exists "$srcdir/../../winsup/w32api/include"] {
|
|
set wr "$wr --include-dir $srcdir/../../winsup/w32api/include"
|
|
} else {
|
|
+ return
|
|
send_log "\nWarning: Assuming windres can find the win32 headers\n\n"
|
|
}
|
|
|
|
Index: ld/testsuite/ld-srec/srec.exp
|
|
===================================================================
|
|
--- ld/testsuite/ld-srec/srec.exp.orig
|
|
+++ ld/testsuite/ld-srec/srec.exp
|
|
@@ -20,6 +20,9 @@
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
# MA 02110-1301, USA.
|
|
|
|
+# Too fragile.
|
|
+return
|
|
+
|
|
# Get the offset from an S-record line to the start of the data.
|
|
|
|
proc srec_off { l } {
|