forked from pool/binutils
7c6063bdba
- Update to binutils 2.37: * The GNU Binutils sources now requires a C99 compiler and library to build. * Support for the arm-symbianelf format has been removed. * Support for Realm Management Extension (RME) for AArch64 has been added. * A new linker option '-z report-relative-reloc' for x86 ELF targets has been added to report dynamic relative relocations. * A new linker option '-z start-stop-gc' has been added to disable special treatment of __start_*/__stop_* references when --gc-sections. * A new linker options '-Bno-symbolic' has been added which will cancel the '-Bsymbolic' and '-Bsymbolic-functions' options. * The readelf tool has a new command line option which can be used to specify how the numeric values of symbols are reported. --sym-base=0|8|10|16 tells readelf to display the values in base 8, base 10 or base 16. A sym base of 0 represents the default action of displaying values under 10000 in base 10 and values above that in base 16. * A new format has been added to the nm program. Specifying '--format=just-symbols' (or just using -j) will tell the program to only display symbol names and nothing else. * A new command line option '--keep-section-symbols' has been added to objcopy and strip. This stops the removal of unused section symbols when the file is copied. Removing these symbols saves space, but sometimes they are needed by other tools. * The '--weaken', '--weaken-symbol' and '--weaken-symbols' options supported by objcopy now make undefined symbols weak on targets that support weak symbols. * Readelf and objdump can now display and use the contents of .debug_sup OBS-URL: https://build.opensuse.org/request/show/907786 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=363 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
aarch64-common-pagesize.patch | ||
add-ulp-section.diff | ||
baselibs.conf | ||
binutils-2.37-branch.diff.gz | ||
binutils-2.37.tar.bz2 | ||
binutils-2.37.tar.bz2.sig | ||
binutils-bfd_h.patch | ||
binutils-build-as-needed.diff | ||
binutils-fix-abierrormsg.diff | ||
binutils-fix-invalid-op-errata.diff | ||
binutils-fix-relax.diff | ||
binutils-pr22868.diff | ||
binutils-revert-nm-symversion.diff | ||
binutils-revert-plt32-in-branches.diff | ||
binutils-skip-rpaths.patch | ||
binutils.changes | ||
binutils.keyring | ||
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 | ||
cross-xtensa-binutils.changes | ||
cross-xtensa-binutils.spec | ||
enable-targets-gold.diff | ||
ld-relro.diff | ||
pre_checkin.sh | ||
README.First-for.SUSE.packagers | ||
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