forked from pool/binutils
1c22f3ff31
This should fix the LLVM testsuite fail in Staging:A. - Add binutils-pr22868.diff to fix testsuite fails in LLVM. - 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 - Add binutils-pr22868.diff to fix testsuite fails in LLVM. - Update to binutils 2.30 OBS-URL: https://build.opensuse.org/request/show/583547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=124 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
aarch64-common-pagesize.patch | ||
baselibs.conf | ||
binutils-2.30-branch.diff | ||
binutils-2.30.tar.bz2 | ||
binutils-bfd_h.patch | ||
binutils-build-as-needed.diff | ||
binutils-pr22868.diff | ||
binutils-skip-rpaths.patch | ||
binutils.changes | ||
binutils.spec | ||
cross-aarch64-binutils.changes | ||
cross-aarch64-binutils.spec | ||
cross-arm-binutils.changes | ||
cross-arm-binutils.spec | ||
cross-avr-binutils.changes | ||
cross-avr-binutils.spec | ||
cross-avr-nesc-as.patch | ||
cross-avr-omit_section_dynsym.patch | ||
cross-avr-size.patch | ||
cross-epiphany-binutils.changes | ||
cross-epiphany-binutils.spec | ||
cross-hppa64-binutils.changes | ||
cross-hppa64-binutils.spec | ||
cross-hppa-binutils.changes | ||
cross-hppa-binutils.spec | ||
cross-i386-binutils.changes | ||
cross-i386-binutils.spec | ||
cross-ia64-binutils.changes | ||
cross-ia64-binutils.spec | ||
cross-m68k-binutils.changes | ||
cross-m68k-binutils.spec | ||
cross-mips-binutils.changes | ||
cross-mips-binutils.spec | ||
cross-ppc64-binutils.changes | ||
cross-ppc64-binutils.spec | ||
cross-ppc64le-binutils.changes | ||
cross-ppc64le-binutils.spec | ||
cross-ppc-binutils.changes | ||
cross-ppc-binutils.spec | ||
cross-riscv64-binutils.changes | ||
cross-riscv64-binutils.spec | ||
cross-rx-binutils.changes | ||
cross-rx-binutils.spec | ||
cross-s390-binutils.changes | ||
cross-s390-binutils.spec | ||
cross-s390x-binutils.changes | ||
cross-s390x-binutils.spec | ||
cross-sparc64-binutils.changes | ||
cross-sparc64-binutils.spec | ||
cross-sparc-binutils.changes | ||
cross-sparc-binutils.spec | ||
cross-spu-binutils.changes | ||
cross-spu-binutils.spec | ||
cross-x86_64-binutils.changes | ||
cross-x86_64-binutils.spec | ||
enable-targets-gold.diff | ||
gold-depend-on-opcodes.diff | ||
ld-relro.diff | ||
pre_checkin.sh | ||
README.First-for.SuSE.packagers | ||
riscv-wrap-relax.patch | ||
s390-biarch.diff | ||
s390-pic-dso.diff | ||
testsuite.diff | ||
unit-at-a-time.patch | ||
x86-64-biarch.patch |
IMPORTANT: Please change binutils.spec and then run ./pre_checkin.sh! Do not change cross-*.spec directly! The spec file triggers by it's %name if it compiles the native or the cross version and pre_checkin.sh (called automatically by checkin too) copies over the binutils.spec and changes the Name field, so you shouldn't need to worry too much about the cross packages Updating to some branch head: > cvs -z 9 -d :pserver:anoncvs@stravinsky:/cvs/src export -r binutils-2_23-branch binutils Thanks, Stephan Kulow