--- binutils-2.29.orig/debian/README.cross +++ binutils-2.29/debian/README.cross @@ -0,0 +1,26 @@ +Cross-binutils debian packages can be built directly from the binutils +source package. + +To build a cross-binutils package: + + o Download and unpack the binutils source package: + + apt-get source binutils + + o Ensure you have the binutils build-dependencies installed: + + apt-get build-dep binutils + + o Then build the cross-binutils package: + + TARGET= dpkg-buildpackage -b -uc -us + or + echo arm >debian/target; dpkg-buildpackage -b -uc -us + + (substitute your target name, e.g. "arm" or "m68k", instead of + "") + +--- +Nikita Youshchenko +Hector Oron +Marcin Juszkiewicz --- binutils-2.29.orig/debian/README.source +++ binutils-2.29/debian/README.source @@ -0,0 +1,2 @@ +The package uses dpatch to apply patches on top of the upstream source. +See /usr/share/doc/dpatch/README.source.gz. --- binutils-2.29.orig/debian/binutils-cross.overrides +++ binutils-2.29/debian/binutils-cross.overrides @@ -0,0 +1,8 @@ +@PKG@ binary: package-name-doesnt-match-sonames +@PKG@ binary: non-standard-dir-in-usr + +# needed for kfreebsd and the hurd +@PKG@ binary: file-in-unusual-dir + +# internal libs, with the target name encoded +@PKG@ binary: shlib-in-multi-arch-foreign-package --- binutils-2.29.orig/debian/binutils-cross.shlibs.in +++ binutils-2.29/debian/binutils-cross.shlibs.in @@ -0,0 +1,2 @@ +libbfd @VER@-@ARCH@@DATE_EXT@ @PKG@ (>= @DEB_UVER@), @PKG@ (<< @DEB_NVER@) +libopcodes @VER@-@ARCH@@DATE_EXT@ @PKG@ (>= @DEB_UVER@), @PKG@ (<< @DEB_NVER@) --- binutils-2.29.orig/debian/binutils-hppa64-linux-gnu.overrides +++ binutils-2.29/debian/binutils-hppa64-linux-gnu.overrides @@ -0,0 +1,7 @@ +# don't warn about missing man pages for diverted binaries +binutils-hppa64-linux-gnu binary: binary-without-manpage + +# the API of the shared libs is not public, don't care about the name +binutils-hppa64-linux-gnu binary: package-name-doesnt-match-sonames + +binutils-hppa64-linux-gnu binary: non-standard-dir-in-usr --- binutils-2.29.orig/debian/binutils-hppa64-linux-gnu.shlibs.in +++ binutils-2.29/debian/binutils-hppa64-linux-gnu.shlibs.in @@ -0,0 +1,2 @@ +libbfd @VER@-hppa64@DATE_EXT@ binutils-hppa64-linux-gnu +libopcodes @VER@-hppa64@DATE_EXT@ binutils-hppa64-linux-gnu --- binutils-2.29.orig/debian/binutils-multiarch-dev.overrides +++ binutils-2.29/debian/binutils-multiarch-dev.overrides @@ -0,0 +1,2 @@ +# package only has symlinks +binutils-multiarch-dev binary: control-file-is-empty md5sums --- binutils-2.29.orig/debian/binutils-multiarch.overrides +++ binutils-2.29/debian/binutils-multiarch.overrides @@ -0,0 +1,13 @@ +# don't warn about missing man pages for diverted binaries +binutils-multiarch binary: binary-without-manpage + +# the API of the shared libs is not public, don't care about the name +binutils-multiarch binary: package-name-doesnt-match-sonames + +# the upstream name, we don't care +binutils-multiarch binary: dev-pkg-without-shlib-symlink + +# not in binutils-multiarch, just move these away +binutils-multiarch: diversion-for-unknown-file usr/lib/libopcodes.a preinst:19 +binutils-multiarch: diversion-for-unknown-file usr/lib/libbfd.a preinst:16 + --- binutils-2.29.orig/debian/binutils-multiarch.postinst.in +++ binutils-2.29/debian/binutils-multiarch.postinst.in @@ -0,0 +1,80 @@ +#! /bin/sh +# Update .so symlinks and remove obsolete diversions. +# +# Removing a diversion requires a guarantee that the conflicting +# file is not present any more, and we cannot guarantee that if +# some other version of binutils-multiarch is installed. +# So we remove the diversions in postinst, not preinst. +set -e +ma=@DEB_MULTIARCH@ +triplet=@DEB_TRIPLET@ +old_diversion() { + local divertto file + file=$1 + divertto=${2-$file.single} + if + dpkg-divert --package binutils-multiarch --list | + grep -q -F "$divertto" + then + dpkg-divert --package binutils-multiarch \ + --remove --rename \ + --divert "$divertto" "$file" + fi +} + +# remove obsolete diversions +old_diversion /usr/bin/ld.bfd +old_diversion /usr/bin/c++filt +old_diversion /usr/lib/libbfd.a /usr/lib/libbfd-single.a +old_diversion /usr/lib/libopcodes.a /usr/lib/libopcodes-single.a +old_diversion /usr/bin/ld +old_diversion /usr/bin/elfedit +for f in elf32_sparc elf32ppc elf64alpha elf_i386 m68kelf \ + alpha i386linux m68klinux sparclinux sun4 +do + for ext in x xbn xn xr xs xu + do + old_diversion /usr/lib/ldscripts/$f.$ext + done +done +old_diversion /usr/lib/libbfd-2.9.1.0.15.so.0.0.0 \ + /usr/lib/libbfd-single-2.9.1.0.15.so.0.0.0 +old_diversion /usr/lib/libopcodes-2.9.1.0.15.so.0.0.0 \ + /usr/lib/libopcodes-single-2.9.1.0.15.so.0.0.0 +old_diversion /usr/lib/libbfd.la /usr/lib/libbfd-single.la +old_diversion /usr/lib/libopcodes.la /usr/lib/libopcodes-single.la +old_diversion /usr/include/bfd.h /usr/include/bfd.single.h +old_diversion /usr/lib/ldscripts + +rm -f /usr/lib/libbfd-*-multiarch.so.0 +rm -f /usr/lib/libopcodes-*-multiarch.so.0 + +old_diversion /usr/bin/addr2line +old_diversion /usr/bin/ar +old_diversion /usr/bin/embedspu +old_diversion /usr/bin/gprof +old_diversion /usr/bin/nm +old_diversion /usr/bin/objcopy +old_diversion /usr/bin/objdump +old_diversion /usr/bin/ranlib +old_diversion /usr/bin/readelf +old_diversion /usr/bin/size +old_diversion /usr/bin/strings +old_diversion /usr/bin/strip + +case "$ma" in i386-*) + if test -n "$context" && dpkg --compare-versions "$2" lt "2.27-8"; then + old_diversion /usr/bin/$ma-addr2line + old_diversion /usr/bin/$ma-ar + old_diversion /usr/bin/$ma-embedspu + old_diversion /usr/bin/$ma-gprof + old_diversion /usr/bin/$ma-nm + old_diversion /usr/bin/$ma-objcopy + old_diversion /usr/bin/$ma-objdump + old_diversion /usr/bin/$ma-ranlib + old_diversion /usr/bin/$ma-readelf + old_diversion /usr/bin/$ma-size + old_diversion /usr/bin/$ma-strings + old_diversion /usr/bin/$ma-strip + fi +esac --- binutils-2.29.orig/debian/binutils-multiarch.postrm.in +++ binutils-2.29/debian/binutils-multiarch.postrm.in @@ -0,0 +1,47 @@ +#! /bin/sh +set -e +this_ver=@DEB_VER@; # this version +ma=@DEB_MULTIARCH@ +triplet=@DEB_TRIPLET@ +# action: upgrade, abort-upgrade, remove, abort-install, disappear, +# purge, or failed-upgrade. +context=$1 +if + test "$context" = failed-upgrade && + dpkg --compare-versions "$this_ver" lt "$2" +then + # postrm of the future failed. + # Who knows what it was supposed to do? Abort. + exit 1 +fi +new_ver=; # version replacing this one, if any. +case "$context" in +failed-upgrade) + new_ver=$this_ver ;; +abort-install|disappear) + new_ver= ;; +*) + new_ver=$2 ;; +esac + +diversion() { + local added_ver divertto file + added_ver=$1 + file=$2 + divertto=${3-$file.single} + + if + test "$context" != purge && + dpkg --compare-versions "$new_ver" lt "$added_ver" + then + dpkg-divert --package binutils-multiarch \ + --remove --rename --divert "$divertto" "$file" + fi +} + + +for prog in nm objdump objcopy strings strip size \ + ar ranlib addr2line gprof readelf +do + diversion 2.27-8 "/usr/bin/$triplet-$prog" +done --- binutils-2.29.orig/debian/binutils-multiarch.preinst.in +++ binutils-2.29/debian/binutils-multiarch.preinst.in @@ -0,0 +1,29 @@ +#! /bin/sh +set -e +new_ver=@DEB_VER@; # this version +ma=@DEB_MULTIARCH@ +triplet=@DEB_TRIPLET@ +context=$1; # why to install (install, upgrade, or abort-upgrade) +old_ver=$2; # version being replaced, if any + +diversion() { + local added_ver divertto file + added_ver=$1 + file=$2 + divertto=${3-$file.single} + + if + test "$context" = install || + dpkg --compare-versions "$old_ver" lt "$added_ver" || + dpkg --compare-versions "$new_ver" le "$old_ver" + then + dpkg-divert --package binutils-multiarch \ + --add --rename --divert "$divertto" "$file" + fi +} + +for prog in nm objdump objcopy strings strip size \ + ar ranlib addr2line gprof readelf +do + diversion 2.27-8 "/usr/bin/$triplet-$prog" +done --- binutils-2.29.orig/debian/binutils-multiarch.prerm.in +++ binutils-2.29/debian/binutils-multiarch.prerm.in @@ -0,0 +1,98 @@ +#! /bin/sh +# Remove obsolete diversions. +# +# They are already removed in postinst, but if configuration fails, +# they will still be around. Removing the package without +# configuring would then allow the diversions to leak. +# +# So we catch them here. This cannot wait for postrm because that +# would break error recovery during upgrades: after the old, working +# version re-adds the diversion in preinst, the diversion would be removed +# again in postrm. More generally, removing a diversion requires +# a guarantee that the conflicting file is not present any more, +# and we cannot guarantee that if some other version of +# binutils-multiarch is installed. +set -e +this_ver=@DEB_VER@; # this version +ma=@DEB_MULTIARCH@ +triplet=@DEB_TRIPLET@ +context=$1; # action: upgrade, remove, deconfigure, or failed-upgrade. +if + test "$context" = failed-upgrade && + dpkg --compare-versions "$this_ver" lt "$2" +then + # prerm of the future failed. + # Who knows what it was supposed to do? Abort. + exit 1 +fi + +old_diversion() { + local divertto file + file=$1 + divertto=${2-$file.single} + if + dpkg-divert --package binutils-multiarch --list | + grep -q -F "$divertto" + then + dpkg-divert --package binutils-multiarch \ + --remove --rename \ + --divert "$divertto" "$file" + fi +} + +# remove obsolete diversions +old_diversion /usr/bin/ld.bfd +old_diversion /usr/bin/c++filt +old_diversion /usr/lib/libbfd.a /usr/lib/libbfd-single.a +old_diversion /usr/lib/libopcodes.a /usr/lib/libopcodes-single.a +old_diversion /usr/bin/ld +old_diversion /usr/bin/elfedit +for f in elf32_sparc elf32ppc elf64alpha elf_i386 m68kelf \ + alpha i386linux m68klinux sparclinux sun4 +do + for ext in x xbn xn xr xs xu + do + old_diversion /usr/lib/ldscripts/$f.$ext + done +done +old_diversion /usr/lib/libbfd-2.9.1.0.15.so.0.0.0 \ + /usr/lib/libbfd-single-2.9.1.0.15.so.0.0.0 +old_diversion /usr/lib/libopcodes-2.9.1.0.15.so.0.0.0 \ + /usr/lib/libopcodes-single-2.9.1.0.15.so.0.0.0 +old_diversion /usr/lib/libbfd.la /usr/lib/libbfd-single.la +old_diversion /usr/lib/libopcodes.la /usr/lib/libopcodes-single.la +old_diversion /usr/include/bfd.h /usr/include/bfd.single.h +old_diversion /usr/lib/ldscripts + +rm -f /usr/lib/libbfd-*-multiarch.so.0 +rm -f /usr/lib/libopcodes-*-multiarch.so.0 + +old_diversion /usr/bin/addr2line +old_diversion /usr/bin/ar +old_diversion /usr/bin/embedspu +old_diversion /usr/bin/gprof +old_diversion /usr/bin/nm +old_diversion /usr/bin/objcopy +old_diversion /usr/bin/objdump +old_diversion /usr/bin/ranlib +old_diversion /usr/bin/readelf +old_diversion /usr/bin/size +old_diversion /usr/bin/strings +old_diversion /usr/bin/strip + +case "$ma" in i386-*) + if test -n "$context" && dpkg --compare-versions "$2" lt "2.27-8"; then + old_diversion /usr/bin/$ma-addr2line + old_diversion /usr/bin/$ma-ar + old_diversion /usr/bin/$ma-embedspu + old_diversion /usr/bin/$ma-gprof + old_diversion /usr/bin/$ma-nm + old_diversion /usr/bin/$ma-objcopy + old_diversion /usr/bin/$ma-objdump + old_diversion /usr/bin/$ma-ranlib + old_diversion /usr/bin/$ma-readelf + old_diversion /usr/bin/$ma-size + old_diversion /usr/bin/$ma-strings + old_diversion /usr/bin/$ma-strip + fi +esac --- binutils-2.29.orig/debian/binutils-multiarch.shlibs.in +++ binutils-2.29/debian/binutils-multiarch.shlibs.in @@ -0,0 +1,2 @@ +libbfd @VER@-multiarch@DATE_EXT@ binutils-multiarch (>= @DEB_UVER@), binutils-multiarch (<< @DEB_NVER@) +libopcodes @VER@-multiarch@DATE_EXT@ binutils-multiarch (>= @DEB_UVER@), binutils-multiarch (<< @DEB_NVER@) --- binutils-2.29.orig/debian/binutils.overrides +++ binutils-2.29/debian/binutils.overrides @@ -0,0 +1,11 @@ +# the API of the shared libs is not public, don't care about the name +binutils binary: package-name-doesnt-match-sonames + +# the upstream name, we don't care +binutils binary: dev-pkg-without-shlib-symlink + +# big tables +binutils binary: manpage-has-errors-from-man + +# silence lintian stupidity +binutils binary: spelling-error-in-binary usr/bin/as mmnemonic mnemonic --- binutils-2.29.orig/debian/binutils.presubj +++ binutils-2.29/debian/binutils.presubj @@ -0,0 +1,25 @@ +When reporting binutils errors, please provide the actual input files +and options given to the tool (gas, objcopy, ld, etc.) at run time. +This can mean the difference between a pleasant debugging experience +and a heisenbug that becomes unreproducible when gcc's code generation +changes. + +For example, to create a testcase for an "ld" problem, first find the +"gcc" command line that triggers the error: + + $ make + ... output ending in an error ... + $ make V=1 VERBOSE=1 2>&1 | head -1 + +Add "-v" after gcc and run it again. One of the early output lines +will be an invocation of collect2. Replace collect2 with "ld" and +it should reproduce the same error. If you collect all the objects +(including system libraries) mentioned on the "ld" command line in a +tarball and send it along with the ld command line then that is a +testcase. + +A possible step after that is to try omitting some objects from the +ld command line and see if it still triggers the same error, but +that's just icing on the cake. + +Happy debugging! --- binutils-2.29.orig/debian/binutils.shlibs.in +++ binutils-2.29/debian/binutils.shlibs.in @@ -0,0 +1,2 @@ +libbfd @VER@-system@DATE_EXT@ binutils (>= @DEB_UVER@), binutils (<< @DEB_NVER@) +libopcodes @VER@-system@DATE_EXT@ binutils (>= @DEB_UVER@), binutils (<< @DEB_NVER@) --- binutils-2.29.orig/debian/binutils.triggers +++ binutils-2.29/debian/binutils.triggers @@ -0,0 +1 @@ +activate-noawait ldconfig --- binutils-2.29.orig/debian/changelog +++ binutils-2.29/debian/changelog @@ -0,0 +1,6906 @@ +binutils (2.29-1ubuntu1) artful; urgency=medium + + * binutils 2.29 release. + + -- Matthias Klose Tue, 25 Jul 2017 12:33:58 +0200 + +binutils (2.29-1) unstable; urgency=medium + + * binutils 2.29 release. + + -- Matthias Klose Tue, 25 Jul 2017 11:02:19 +0200 + +binutils (2.28.90.20170718-0ubuntu1) artful; urgency=medium + + * Snapshot, taken from the 2.29 branch (20170718). + + -- Matthias Klose Tue, 18 Jul 2017 11:32:20 +0200 + +binutils (2.28.90.20170704-0ubuntu1) artful; urgency=medium + + * Snapshot, taken from the 2.29 branch (20170704). + + -- Matthias Klose Tue, 04 Jul 2017 22:18:50 +0200 + +binutils (2.28.51.20170703-1ubuntu1) artful; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Mon, 03 Jul 2017 16:43:10 +0200 + +binutils (2.28.51.20170703-1) experimental; urgency=medium + + * Snapshot, taken from the trunk (20170703). + + -- Matthias Klose Mon, 03 Jul 2017 16:08:53 +0200 + +binutils (2.28.51.20170627-1ubuntu1) artful; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 27 Jun 2017 14:59:13 +0200 + +binutils (2.28.51.20170627-1) experimental; urgency=high + + * Snapshot, taken from the trunk (20170627). + + -- Matthias Klose Tue, 27 Jun 2017 14:53:24 +0200 + +binutils (2.28.51.20170620-1ubuntu1) artful; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 20 Jun 2017 16:11:27 +0200 + +binutils (2.28.51.20170620-1) experimental; urgency=medium + + * Snapshot, taken from the trunk (20170620). + - Addresses issues CVE-2017-9040, CVE-2017-9042, CVE-2017-9043. + - ILP32 patches applied upstream. Closes: #861833. + - Fixes PR ld/21334 (MIPS), undefined hidden symbols causing assertion + failure. Closes: #858898. + * Configure with --enable-new-dtags. + * Don't revert the commit causing PR 21074. + + -- Matthias Klose Tue, 20 Jun 2017 15:32:31 +0200 + +binutils (2.28-6ubuntu1) artful; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Fri, 16 Jun 2017 16:29:08 +0200 + +binutils (2.28-6) unstable; urgency=medium + + * Update, taken from the 2.28 branch 20170615. + - Fix PR ld/19579 (AArch64), handling of relocations against common symbols. + Closes: #863152. + - Fix PR ld/21523 (ARM32). + - Fix PR ld/21529 (ARM32), internal error in linker. + - Fix PR ld/21404 (AVR). + - Fix PR binutils/21034. + - Fix PR gold/21503, gold not creating linker stub symbols on ppc64. + - Remove linker option: -z prefix-nop (x86). + * Fix several crashes. Addresses: #863674. + - PR binutils/21343, readelf crash. CVE-2017-9038. + - PR binutils/21345, readelf crash. CVE-2017-9039. + - PR binutils/21344, readelf crash. CVE-2017-9041. + + -- Matthias Klose Thu, 15 Jun 2017 17:46:47 +0200 + +binutils (2.28-5ubuntu1) artful; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Wed, 10 May 2017 15:52:11 +0200 + +binutils (2.28-5) unstable; urgency=medium + + * Update, taken from the 2.28 branch 20170510. + - RISC-V updates. + - Fix PR ld/21334 (MIPS). + - VxWorks fix. + - Fix PR ld/16044 (CRIS). + * Fix PR binutils/21412, global-buffer-overflow in objcopy. CVE-2017-8393. + * Fix PR binutils/21414, segfault in objcopy. CVE-2017-8394. + * Fix PR binutils/21431, objcopy segfault - null pointer dereferencing. + CVE-2017-8395. + * Fix PR binutils/21432, heap buffer overflow in objdump. CVE-2017-8396. + * Fix PR binutils/21434, heap buffer overflow in objdump. CVE-2017-8397. + * Fix PR binutils/21438, heap buffer overflow in printf_common. + CVE-2017-8398. + * Fix PR binutils/21440, prevent memory exhaustion from a corrupt PE binary + with an overlarge number of relocs. CVE-2017-8421. + * gold (SPARC): Fix assertion failure relaxing TLS for position-independent + executables. Closes: #862017. + + -- Matthias Klose Wed, 10 May 2017 12:12:53 +0200 + +binutils (2.28-4ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 18 Apr 2017 08:25:37 +0630 + +binutils (2.28-4) unstable; urgency=medium + + * Update, taken from the 2.28 branch 20170418. + - Fix PR ld/21233: Avoid sweeping forced-undefined symbols in section GC. + - BFD fix. + - Fix PR ld/19579, PR ld/21306, link error with PIE on s390x. + * Fix PR binutils/21342, null pointer dereferences when using a link built + with clang. Closes: #859989. CVE-2017-7614. + + -- Matthias Klose Tue, 18 Apr 2017 08:08:02 +0630 + +binutils (2.28-3ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 06 Apr 2017 15:05:52 +0200 + +binutils (2.28-3) unstable; urgency=medium + + * Update, taken from the 2.28 branch 20170405. + - RISC-V updates. + - Fix PR binutils/21303 (PPC), objdump doesn't show e200z4 insns. + - S/390: Remove vx2 facility flag. + - Update -maltivec and -mvsx options to only enable their oldest + instructions (PPC). + - Add support for the new 'lnia' extended mnemonic (PPC). + - Fix ld uninitialized read of script ASSERT data structure. + * Fix incorrect library search order on PowerPC, taken from the trunk. + * Fix PR ld/21233 (MIPS only), taken from the trunk. Closes: #857017. + * Fix a french translation. Closes: #859503. + * Fix PR binutils/21157, handling of corrupt STABS enum type strings. + Closes: #858324. CVE-2017-7210. + * Fix PR binutils/21137, readelf writing to illegal addresses. + Closes: #858264. CVE-2017-6965. + * Fix PR binutils/21156, illegal memory accesses in readelf. + Closes: #858256. CVE-2017-6969. + * Fix PR binutils/21139, read-after-free error in readelf. + Closes: #858263. CVE-2017-6966. + * Fix PR binutils/21135, invalid read of section contents. + Closes: #858323. CVE-2017-7209. + * Fix PR demangler/70909, libiberty Demangler segfaults. CVE-2016-4491. + + -- Matthias Klose Wed, 05 Apr 2017 17:48:03 +0200 + +binutils (2.28-2ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 16 Mar 2017 14:49:51 +0100 + +binutils (2.28-2) unstable; urgency=medium + + * Update, taken from the 2.28 branch 20170307. + - Fix PR ld/20519, PR binutils/21224, PR binutils/21124 (all PPC). + + -- Matthias Klose Tue, 07 Mar 2017 11:09:19 +0100 + +binutils (2.28-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 02 Mar 2017 15:25:54 +0100 + +binutils (2.28-1) unstable; urgency=medium + + * binutils 2.28 release. + - S/390: Add support for new cpu architecture - arch12. + - S/390: Issue error for overflowing relocs. + - Fix PR gas/20744 (PPC32): Correct VLE 16D and SDAREL relocations. + - Fix PowerPC ld segfault on script discarding dynamic sections. + - Sync libiberty sources with GCC mainline. Fixes PR PR c++/70182, + PR c++/77489, PR c++/78761. + - Nios2 dynobj handling fixes. + - Don't make dynamic .data.rel.ro SEC_READONLY. + - PowerPC addpcis fix. + - RISC-V updates. + - [AArch64] Additional SVE instructions, add a "compnum" feature, + add SVE system registers, fix +sve documentation, add separate + feature flag for weaker release consistent load insns. + * Don't install windows related man pages in cross packages. Closes: #855630. + * Fix ld.1 symlink for targets without gold. + + -- Matthias Klose Thu, 02 Mar 2017 14:39:24 +0100 + +binutils (2.27.90.20170221-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 21 Feb 2017 15:07:46 +0100 + +binutils (2.27.90.20170205-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 07 Feb 2017 10:30:23 +0100 + +binutils (2.27.90.20170205-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - MIPS/LD/testsuite: Correct relocation addends in VxWorks tests. + - MIPS/LD/testsuite: Fix a `tls-multi-got-1-1.s' build failure. + - MIPS: Add options to control branch ISA checks. + - MIPS/GAS/testsuite: Convert branch local list tests to dump tests. + - Fix PR ld/20995 for cris-linux. + - gold: Fix PPC64 TOC indirect to TOC relative segfault. + - Fix PR ld/21000, support -z relro on hppa. Other hppa updates. + - PR binutils/19935: Fix fallout from now-default initfini-array. + + -- Matthias Klose Sun, 05 Feb 2017 21:05:07 +0100 + +binutils (2.27.90.20170124-2) unstable; urgency=medium + + * Revert the commit causing PR 21074. Works around #852035. + + -- Matthias Klose Thu, 26 Jan 2017 18:09:09 +0100 + +binutils (2.27.90.20170124-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - Fix PR gold/21054 (closes: #851736). + + -- Matthias Klose Tue, 24 Jan 2017 15:24:49 +0100 + +binutils (2.27.90.20170118-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Wed, 18 Jan 2017 23:25:29 +0100 + +binutils (2.27.90.20170118-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - Fix PR binutils/21059, PR gas/20992, PR gas/20649, + PR binutils/20828 (closes: #844227). + + -- Matthias Klose Wed, 18 Jan 2017 20:05:43 +0100 + +binutils (2.27.90.20170114-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Sat, 14 Jan 2017 11:51:22 +0100 + +binutils (2.27.90.20170114-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - Fix PR ld/21038, PR ld/20830, PR gold/21040. + * Apply proposed patch for PR binutils/20828 (mips). Addresses: #844227. + + -- Matthias Klose Sat, 14 Jan 2017 11:43:57 +0100 + +binutils (2.27.90.20170113-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Fri, 13 Jan 2017 14:13:49 +0100 + +binutils (2.27.90.20170113-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - Fix PR binutils/20876 (closes: #838875), PR gold/21040, + PR gold/21039. + + -- Matthias Klose Fri, 13 Jan 2017 13:31:53 +0100 + +binutils (2.27.90.20170109-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - Fix PR ld/20989. + + -- Matthias Klose Mon, 09 Jan 2017 11:03:34 +0100 + +binutils (2.27.90.20161231-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Sat, 31 Dec 2016 02:37:41 +0100 + +binutils (2.27.90.20161231-1) unstable; urgency=medium + + * New upstream snapshot, taken from the binutils 2.28 branch. + - Fix PR ld/20995, PR binutils/20464, PR binutils/14625, PR gas/10946, + PR gold/20996, PR gold/17643. + + -- Matthias Klose Sat, 31 Dec 2016 02:10:21 +0100 + +binutils (2.27.51.20161220-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 20 Dec 2016 11:30:25 +0100 + +binutils (2.27.51.20161220-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Fix PR ld/20968 (closes: #848731), PR ld/20908, PR gold/20949, + PR gold/14676, PR gold/20983, PR gold/20976, PR gold/20749, + PR gold/20522, PR gold/14676, PR gold/16711, PR gold/20717, PR c++/78252. + + -- Matthias Klose Tue, 20 Dec 2016 09:11:49 +0100 + +binutils (2.27.51.20161212-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Mon, 12 Dec 2016 14:07:30 +0100 + +binutils (2.27.51.20161212-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Implements --push-state/--pop-state for gold. + - Fix PR ld/20908, PR ld/20909, PR gas/20898, PR gas/20897, PR gold/20717, + PR gold/20834, PR gold/18989, PR ld/20910, PR ld/20911, PR ld/20912, + PR ld/20932, PR binutils/20931, PR binutils/20929, PR binutils/20905, + PR binutils/20907, PR binutils/20921, PR binutils/20922, PR ld/20925, + PR ld/20924, PR binutils/20930, PR ld/20923, PR gas/20901, PR gas/20896, + PR gas/20902, PR gas/20904, PR gold/20717, PR gold/16711, PR gold/20878, + PR ld/20906. + + -- Matthias Klose Mon, 12 Dec 2016 13:49:47 +0100 + +binutils (2.27.51.20161202-0ubuntu1) zesty; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Implements --push-state/--pop-state for gold. LP: #1623418. + - Fix PR ld/20908, PR ld/20909, PR gas/20898, PR gas/20897, PR gold/20717, + PR gold/20834, PR gold/18989, PR ld/20910, PR ld/20911, PR ld/20912. + + -- Matthias Klose Fri, 02 Dec 2016 20:59:08 +0100 + +binutils (2.27.51.20161201-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 01 Dec 2016 16:13:31 +0100 + +binutils (2.27.51.20161201-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Update PR ld/20815 (closes: #845690). + - Fix PR ld/20868 (AArch64), PR ld/16720 (mips), PR binutils/20891, + PR binutils/20892, PR ld/20886 (PPC64), PR gas/20895, PR binutils/20637, + PR binutils/20893. + + -- Matthias Klose Thu, 01 Dec 2016 15:55:10 +0100 + +binutils (2.27.51.20161127-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Sun, 27 Nov 2016 21:09:35 +0100 + +binutils (2.27.51.20161127-1) unstable; urgency=high + + * Test build with PR ld/20815 reverted. + * New upstream snapshot, taken from the trunk. + - Fix PR target/20737 (ARM32), PR ld/20858. + * Revert the fix for PR ld/20815. Addresses: #845690. + + -- Matthias Klose Sun, 27 Nov 2016 21:00:36 +0100 + +binutils (2.27.51.20161124-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 24 Nov 2016 03:42:21 +0100 + +binutils (2.27.51.20161124-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Fix PR ld/20815, PR gas/20744, PR gas/20827, PR gold/20346, + PR gold/20693. + * Fix PR ld/20858, error handling $ORIGIN variable. + Closes: #845171, #844847. + + -- Matthias Klose Thu, 24 Nov 2016 03:34:06 +0100 + +binutils (2.27.51.20161118-2ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Sat, 19 Nov 2016 12:48:06 +0100 + +binutils (2.27.51.20161118-2) unstable; urgency=medium + + * Revert problematic sparc64 GOT patch (closes: #844782). + + -- Matthias Klose Sat, 19 Nov 2016 13:40:17 +0100 + +binutils (2.27.51.20161118-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - SPARC updates, ARMv8.3 updates. + - Fix PR ld/20675. + * Fix typo in debian changelog. Closes: #843710. + + -- Matthias Klose Fri, 18 Nov 2016 14:11:45 +0100 + +binutils (2.27.51.20161116-2ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 17 Nov 2016 13:20:07 +0100 + +binutils (2.27.51.20161116-2) unstable; urgency=medium + + * Stop building the mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el + variants; can't continue with this work, because package uploads with + these architectures are still rejected. + * Add homepage attribute to the control file: Closes: #841432. + * ld: enable new dtags by default for linux/gnu targets. Closes: #835859. + * Fix PR ld/20827, using proposed patch. Closes: #844378. + + -- Matthias Klose Thu, 17 Nov 2016 11:56:55 +0100 + +binutils (2.27.51.20161116-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Fix PR ld/20789 (AVR), PR ld/20800 (x86), PR target/20737 (AArch64), + PR binutils/20801, PR binutils/20814, PR binutils/20751, + PR binutils/20794, PR gas/20803 (SPARC), PR gas/20732, + PR binutils/20799 (x86), PR binutils/20754 (x86), PR binutils/20701 (x86), + + -- Matthias Klose Wed, 16 Nov 2016 11:50:32 +0100 + +binutils (2.27.51.20161108-1ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 08 Nov 2016 16:06:21 +0100 + +binutils (2.27.51.20161108-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + - Fix PR ld/20535 and PR ld/20784. + + -- Matthias Klose Tue, 08 Nov 2016 12:14:20 +0100 + +binutils (2.27.51.20161105-2) unstable; urgency=medium + + * Revert fix for PR ld/20535, causing PR ld/20784. Closes: #843339. + + -- Matthias Klose Sun, 06 Nov 2016 17:36:45 +0100 + +binutils (2.27.51.20161105-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + * Disable the work around for the build failure on mips* targets. + + -- Matthias Klose Sat, 05 Nov 2016 13:12:01 +0100 + +binutils (2.27.51.20161102-1) unstable; urgency=medium + + * New upstream snapshot, taken from the trunk. + Security issues fixed: CVE-2016-6131, CVE-2016-4493, CVE-2016-4492, + CVE-2016-4490, CVE-2016-4489, CVE-2016-4488, CVE-2016-4487, CVE-2016-2226. + + -- Matthias Klose Wed, 02 Nov 2016 20:38:57 +0100 + +binutils (2.27.51.20161027-2) experimental; urgency=medium + + * Work around build failure on mips* targets. + + -- Matthias Klose Sun, 30 Oct 2016 19:35:41 +0200 + +binutils (2.27.51.20161027-1) experimental; urgency=medium + + * New upstream snapshot, taken from the trunk. + + -- Matthias Klose Thu, 27 Oct 2016 16:57:21 +0200 + +binutils (2.27-9ubuntu1) zesty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 18 Oct 2016 08:26:37 +0200 + +binutils (2.27-9) unstable; urgency=medium + + * Update, taken from the 2.27 branch 20161014. + - Fix PR ld/20608, PR ld/20545, PR gold/20238. + * Fix cross build for non-standard cross archs (Helmut Grohne). + Closes: #839956. + * Fix ld segfault on ARM32, taken from the trunk. Closes: #840374. + * Fix PR ld/20648, taken from the trunk. Closes: #835544. + * Fix PR ld/20649, using proposed patch. Closes: #834147. + + -- Matthias Klose Mon, 17 Oct 2016 13:12:51 +0200 + +binutils (2.27-8ubuntu2) yakkety; urgency=medium + + * Update to the current branch, adding new PPC mnemonics. + + -- Matthias Klose Tue, 27 Sep 2016 19:10:35 +0200 + +binutils (2.27-8ubuntu1) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 31 Aug 2016 10:22:36 +0200 + +binutils (2.27-8) unstable; urgency=medium + + * Fix diversion updates for 32bit x86 targets. + * Update Break for hardening-wrapper. + + -- Matthias Klose Wed, 31 Aug 2016 10:11:22 +0200 + +binutils (2.27-7ubuntu2) yakkety; urgency=medium + + * Fix the bad merge. + + -- Matthias Klose Wed, 31 Aug 2016 09:24:49 +0200 + +binutils (2.27-7ubuntu1) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Tue, 30 Aug 2016 16:30:51 +0200 + +binutils (2.27-7) unstable; urgency=medium + + * Update, taken from the 2.27 branch 20160830. + - Fix PR ld/20531. + * Fix diversion updates. Closes: #834836. + + -- Matthias Klose Tue, 30 Aug 2016 16:24:37 +0200 + +binutils (2.27-6) unstable; urgency=high + + * Update, taken from the 2.27 branch 20160819. + - Fix PR ld/20472. + * binutils-multiarch: Divert the triplet-prefixed names. Closes: #834253. + + -- Matthias Klose Fri, 19 Aug 2016 07:02:50 +0200 + +binutils (2.27-5) unstable; urgency=high + + * Update, taken from the 2.27 branch 20160812. + * Fix unexecutable MIPS binaries with -Wl,-z,noexecstack (Aurelian Jarno). + Closes: #834096. + + -- Matthias Klose Fri, 12 Aug 2016 09:27:17 +0200 + +binutils (2.27-4) unstable; urgency=medium + + * Fix gold on mipsr6 targets (Aurelian Jarno). + + -- Matthias Klose Tue, 09 Aug 2016 21:58:13 +0200 + +binutils (2.27-3) unstable; urgency=medium + + * Backport patches to fix gold on sparc64 (James Clarke). Closes: #833688. + * Fix gold on mips64 targets (Aurelian Jarno). Closes: #833654. + + -- Matthias Klose Tue, 09 Aug 2016 12:15:51 +0200 + +binutils (2.27-2ubuntu2) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + * Revert the 2.26.1 soname changes for libbfd and libopcodes. + + -- Matthias Klose Mon, 08 Aug 2016 13:20:59 +0200 + +binutils (2.27-2) unstable; urgency=medium + + * Disable gold for all mips cross targets too. + + -- Matthias Klose Sun, 07 Aug 2016 16:30:20 +0200 + +binutils (2.27-1) unstable; urgency=medium + + * binutils 2.27 release. + * Update, taken from the 2.27 branch 20160807. + * Re-enable gold on sparc and sparc64. Closes: #818934. + + -- Matthias Klose Sun, 07 Aug 2016 13:38:27 +0200 + +binutils (2.26.1-1ubuntu3) yakkety; urgency=medium + + * Fix PR ld/20428 (ppc64le), taken from the 2.26 branch. + + -- Matthias Klose Sun, 07 Aug 2016 13:34:32 +0200 + +binutils (2.26.1-1ubuntu2) yakkety; urgency=medium + + * debian/rules: 2.26.1 changed sonames for libbfd and libopcodes, but + there were no changes to the public ABI. Add compatibility symlinks and + revert the shlibs change. + + -- Steve Langasek Thu, 14 Jul 2016 19:30:17 +0000 + +binutils (2.26.1-1ubuntu1) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Thu, 30 Jun 2016 10:52:58 +0200 + +binutils (2.26.1-1) unstable; urgency=medium + + * binutils 2.26.1 release. + + -- Matthias Klose Thu, 30 Jun 2016 10:37:37 +0200 + +binutils (2.26-12ubuntu1) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Fri, 24 Jun 2016 11:18:15 +0200 + +binutils (2.26-12) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160624. + - Fix PR ld/20254 (AVR), PR ld/20221 (AVR), PR ld/20244 (x86). + - Support for three more new POWER9 instructions. + * Cherry pick backports for AArch64 vulcan support (Dann Frazier). + LP: #1594452. + + -- Matthias Klose Fri, 24 Jun 2016 10:42:57 +0200 + +binutils (2.26-11ubuntu2) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Fri, 10 Jun 2016 19:05:51 +0200 + +binutils (2.26-11) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160610. + - Fix PR ld/20159, reverting the change for PR ld/16467. LP: #1588123. + * Use ldconfig triggers instead of calling ldconfig directly. + + -- Matthias Klose Fri, 10 Jun 2016 18:37:39 +0200 + +binutils (2.26-10ubuntu3) yakkety; urgency=medium + + * Fix PR ld/20159, reverting the change for PR ld/16467. + + -- Matthias Klose Thu, 02 Jun 2016 21:07:39 +0200 + +binutils (2.26-10ubuntu2) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 01 Jun 2016 21:30:51 +0200 + +binutils (2.26-10) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160601. + - Fix PR ld/20117, PR ld/20030, PR ld/20093. + - Support for a few more new POWER9 instructions. + * Build for N32 and MIPS r6 (YunQiang Su). Closes: #807377. + * Mark cross binutils as M-A: foreign (Helmut Grohne). Closes: #824424. + * More reproducible build fixes (Chris Lamb). Closes: #824413. + * Fix PR ld/19886, --as-needed regression, taken from the trunk. + + -- Matthias Klose Wed, 01 Jun 2016 21:31:32 +0200 + +binutils (2.26-9ubuntu1) yakkety; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + - Fix PR ld/19886, --as-needed regression, taken from the trunk. + + -- Matthias Klose Thu, 12 May 2016 18:44:06 +0200 + +binutils (2.26-9) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160512. + - Fix PR ld/19878, PR ld/19827, PR gas/19909, PR ld/20006, PR gold/19047, + PR gas/20047, PR 20060. + + -- Matthias Klose Thu, 12 May 2016 16:59:29 +0200 + +binutils (2.26-8ubuntu2) xenial; urgency=medium + + * Fix PR ld/19886, --as-needed regression, taken from the trunk. + + -- Matthias Klose Fri, 01 Apr 2016 18:52:29 +0200 + +binutils (2.26-8ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Mon, 21 Mar 2016 15:42:01 +0100 + +binutils (2.26-8) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160321. + - Fix PR ld/19827. + + -- Matthias Klose Mon, 21 Mar 2016 15:38:30 +0100 + +binutils (2.26-7ubuntu2) xenial; urgency=medium + + * Stop building the binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Wed, 16 Mar 2016 15:27:02 +0100 + +binutils (2.26-7ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 16 Mar 2016 10:48:19 +0100 + +binutils (2.26-7) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160316. + - Fix PR ld/19623. Closes: #817891, PR ld/19539, PR binutils/19523. + * Fix cross-building from any-i386 (Samuel Thibault). Closes: #816128. + + -- Matthias Klose Wed, 16 Mar 2016 10:21:59 +0100 + +binutils (2.26-6ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Thu, 10 Mar 2016 13:23:12 +0100 + +binutils (2.26-6) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160310. + - Fix PR ld/19579, PR ld/19752, PR ld/19739. + - Fix PR binutils/19775. Closes: #813006. + + -- Matthias Klose Thu, 10 Mar 2016 13:08:38 +0100 + +binutils (2.26-5ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Fri, 26 Feb 2016 17:37:35 +0100 + +binutils (2.26-5) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160213. + - Fix PR ld/19698, PR ld/19553, ppc64 and AArch64 fixes. + + -- Matthias Klose Fri, 26 Feb 2016 17:07:29 +0100 + +binutils (2.26-4ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 17 Feb 2016 10:01:43 +0100 + +binutils (2.26-4) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160213. + - Fix PR ld/19615, PR ld/19601 (closes: #812858), PR gas/19520. + * Fix stripping packages for cross builds. Closes: #813337. + + -- Matthias Klose Sat, 13 Feb 2016 17:13:00 +0100 + +binutils (2.26-3ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 03 Feb 2016 15:35:47 +0100 + +binutils (2.26-3) unstable; urgency=medium + + * Update, taken from the 2.26 branch 20160203. + * Fix PR binutils/19523, objdump not supporting gnu_debuglink with + compressed debug sections; taken from the trunk. Closes: #812089. + + -- Matthias Klose Wed, 03 Feb 2016 15:11:43 +0100 + +binutils (2.26-2ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 27 Jan 2016 18:28:44 +0100 + +binutils (2.26-2) unstable; urgency=medium + + * Do a release build, not enabled upstream for the release. + + -- Matthias Klose Wed, 27 Jan 2016 18:22:45 +0100 + +binutils (2.26-1ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 27 Jan 2016 13:02:29 +0100 + +binutils (2.26-1) unstable; urgency=medium + + * binutils 2.26 release. + - Fix PR 19421, reverting the fix for PR 4317. Closes: #808246. + * Fix build failure with new coreutils. Closes: #812846. + + -- Matthias Klose Wed, 27 Jan 2016 12:36:00 +0100 + +binutils (2.25.90.20160101-2) unstable; urgency=medium + + * Apply proposed patch for PR ld/19368. Closes: #807974. + + -- Matthias Klose Tue, 05 Jan 2016 17:32:06 +0100 + +binutils (2.25.90.20160101-1ubuntu2) xenial; urgency=medium + + * Apply proposed patch for PR ld/19368. Closes: #807974. + + -- Matthias Klose Fri, 08 Jan 2016 11:59:35 +0100 + +binutils (2.25.90.20160101-1ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Fri, 01 Jan 2016 15:33:31 +0100 + +binutils (2.25.90.20160101-1) unstable; urgency=medium + + * Snapshot, taken from the 2.26 branch (20160101). + * PR gas/19359, work around a GCC issue on POWER8. + + -- Matthias Klose Fri, 01 Jan 2016 13:40:16 +0100 + +binutils (2.25.90.20151211-0ubuntu2) xenial; urgency=medium + + * PR gas/19359, work around a GCC issue on POWER8. + + -- Matthias Klose Sat, 12 Dec 2015 12:58:28 +0100 + +binutils (2.25.90.20151211-0ubuntu1) xenial; urgency=medium + + * Snapshot, taken from the 2.26 branch (20151211). + + -- Matthias Klose Fri, 11 Dec 2015 09:00:16 +0100 + +binutils (2.25.90.20151209-1ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 09 Dec 2015 13:00:32 +0100 + +binutils (2.25.90.20151209-1) unstable; urgency=medium + + * Snapshot, taken from the 2.26 branch (20151209). + * Fix cross build dependencies. Closes: #807378. + + -- Matthias Klose Wed, 09 Dec 2015 12:41:22 +0100 + +binutils (2.25.90.20151125-2ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Mon, 30 Nov 2015 12:10:02 +0100 + +binutils (2.25.90.20151125-2) unstable; urgency=medium + + * Add ARMv8.1 Virtualization Host Extensions support, taken from the trunk. + * Import zlib 1.2.8, taken from the trunk. + * Filter the date/user line from the cross binutils test results. + Closes: #806490. + + -- Matthias Klose Mon, 30 Nov 2015 11:52:26 +0100 + +binutils (2.25.90.20151125-1ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for non-linux architectures. + + -- Matthias Klose Wed, 25 Nov 2015 16:40:45 +0100 + +binutils (2.25.90.20151125-1) unstable; urgency=medium + + * Snapshot, taken from the 2.26 branch (20151125). + - Fixed stack overflow TEMP-0000000-A2945B. + * Build ppc64el binutils on ppc64. + + -- Matthias Klose Wed, 25 Nov 2015 14:19:39 +0100 + +binutils (2.25.51.20151113-2ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for Debian ports architectures. + + -- Matthias Klose Thu, 19 Nov 2015 14:25:21 +0100 + +binutils (2.25.51.20151113-2) unstable; urgency=medium + + * Backport patches from the trunk: + - Fix PR ld/19263, segfault for s390_elf. Closes: #805237. + - Fix PR ld/19264, account for .tbss alignment when adjusting start + of relro. LP: #1516444. + + -- Matthias Klose Thu, 19 Nov 2015 14:16:15 +0100 + +binutils (2.25.51.20151113-1ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for Debian ports architectures. + + -- Matthias Klose Fri, 13 Nov 2015 12:03:46 +0100 + +binutils (2.25.51.20151113-1) unstable; urgency=medium + + * Snapshot, taken from the just created 2.26 branch (20151113). + - Fixed PR ld/19123. Closes: #801879. + - Ignore relocations in .data.rel.ro.local (hppa). Closes: #801531. + - Fix PR gas/19217, wrong use of MOVT to replace LDR (ARM32). LP: #1513985. + * Stop building gold on sparc and sparc64. Closes: #803474. + + -- Matthias Klose Fri, 13 Nov 2015 11:08:24 +0100 + +binutils (2.25.51.20151106-0ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for Debian ports architectures. + + -- Matthias Klose Fri, 06 Nov 2015 18:55:14 +0100 + +binutils (2.25.51.20151106-1) experimental; urgency=medium + + * Snapshot, taken from the trunk 20151106. + * Work around PR ld/19188, internal linker error. LP: #1511542. + + -- Matthias Klose Fri, 06 Nov 2015 18:44:09 +0100 + +binutils (2.25.51.20151028-0ubuntu1) xenial; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for Debian ports architectures. + + -- Matthias Klose Wed, 28 Oct 2015 10:19:25 +0100 + +binutils (2.25.51.20151028-1) experimental; urgency=medium + + * Snapshot, taken from the trunk 20151028. + - Fix PR ld/19171 (LP: #1510067), PR ld/19175 (LP: #1510270). + * Revert the fix for PR gold/19119, fixing gold on armhf, arm64 and powerpc. + + -- Matthias Klose Wed, 28 Oct 2015 09:34:03 +0100 + +binutils (2.25.51.20151027-0ubuntu1) xenial; urgency=medium + + * Snapshot, taken from the trunk 20151027. + - Fix PR ld/19175. LP: #1510270. + + -- Matthias Klose Tue, 27 Oct 2015 08:18:33 +0100 + +binutils (2.25.51.20151022-0ubuntu3) xenial; urgency=medium + + * Fix PR ld/19171, taken from the trunk. LP: #1510067. + + -- Matthias Klose Mon, 26 Oct 2015 18:17:45 +0200 + +binutils (2.25.51.20151022-0ubuntu2) xenial; urgency=medium + + * Revert the fix for PR gold/19119, fixing gold on armhf and arm64. + + -- Matthias Klose Sun, 25 Oct 2015 19:42:10 +0200 + +binutils (2.25.51.20151022-0ubuntu1) xenial; urgency=medium + + * Snapshot, taken from the trunk 20151022. + * Remove the hardening-wrapper breaks. + * Fix building the cross-toolchain-base package. + + -- Matthias Klose Thu, 22 Oct 2015 18:33:53 +0200 + +binutils (2.25.51.20151021-1ubuntu1) wily; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Don't build cross binutils packages for Debian ports architectures. + + -- Matthias Klose Wed, 21 Oct 2015 19:48:50 +0200 + +binutils (2.25.51.20151021-1) experimental; urgency=medium + + * Snapshot, taken from the trunk 20151021. + * binutils-i686-gnu: Don't ship ldscripts. + + -- Matthias Klose Wed, 21 Oct 2015 19:46:24 +0200 + +binutils (2.25.51.20151020-1ubuntu2) wily; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + * Don't build cross binutils packages for Debian ports architectures. + + -- Matthias Klose Wed, 21 Oct 2015 01:27:21 +0200 + +binutils (2.25.51.20151020-1) experimental; urgency=medium + + * Snapshot, taken from the trunk 20151020. + * Build cross packages for debian port architectures. + * Move libraries into the multiarch libdir. + * Include gold on KFreeBSD. + * Install the gnu-triplet prefixed binaries and manual pages as files, + and provide non-prefixed symlinks. + * Add a breaks in binutils for hardening-wrapper (<< 2.8); the diversions + need to be adopted for the real files. + * Don't ship windows related manual pages. + * Change the search order for ld to first search in /usr/lib*, + then in /usr//lib*. + * Run the testsuite for all cross targets. + * Configure with --disable-compressed-debug-sections. + + -- Matthias Klose Wed, 21 Oct 2015 01:14:01 +0200 + +binutils (2.25.51.20151015-0ubuntu1) wily; urgency=medium + + * Snapshot, taken from the trunk 20151015. + + -- Matthias Klose Thu, 15 Oct 2015 16:48:24 +0200 + +binutils (2.25.51.20151014-1) experimental; urgency=medium + + * Snapshot, taken from the trunk 20151014. + * Explicitly configure --with-system-zlib. + * Disable compressed debug sections on x86. See PR gas/19109. + * Configure cross builds with --enable-initfini-array. + + -- Matthias Klose Thu, 15 Oct 2015 01:18:36 +0200 + +binutils (2.25.1-7) unstable; urgency=medium + + * Fix PR ld/18867, ld reloc sorting causing glibc to crash on alpha. + Taken from the branch. Closes: #792555. + + -- Matthias Klose Sun, 11 Oct 2015 10:33:38 +0200 + +binutils (2.25.1-6ubuntu1) wily; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Sat, 10 Oct 2015 10:08:28 +0200 + +binutils (2.25.1-6) unstable; urgency=medium + + * Configure with --enable-initfini-array (not the default for cross builds). + * Backport PR gold/18855 (sparc). + + -- Matthias Klose Fri, 09 Oct 2015 14:57:11 +0200 + +binutils (2.25.1-5ubuntu1) wily; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Mon, 05 Oct 2015 13:08:51 +0200 + +binutils (2.25.1-5) unstable; urgency=medium + + * Fix setting the default library path on i386. + + -- Matthias Klose Mon, 05 Oct 2015 13:03:39 +0200 + +binutils (2.25.1-4) unstable; urgency=medium + + * On i386, configure for i686-linux-gnu. Provide i585-linux-gnu symlinks. + + -- Matthias Klose Thu, 01 Oct 2015 19:19:24 +0200 + +binutils (2.25.1-3ubuntu1) wily; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Tue, 22 Sep 2015 19:19:24 +0200 + +binutils (2.25.1-3) unstable; urgency=medium + + * Regenerate the control file. Closes: #799234. + * Configure cross builds with --with-sysroot=/. Closes: #799703. + * Backport PR ld/18668 from the trunk. Closes: #797666. + * Fix lintian warnings for the binutils-hppa64-linux-gnu package. + + -- Matthias Klose Tue, 22 Sep 2015 18:38:07 +0200 + +binutils (2.25.1-2) unstable; urgency=medium + + * Build cross binutils packages targeting the release architectures. + * Rename shared libraries for the cross packages and install into + the standard location. + * Don't ship the header files and static libraries for the cross packages. + * Rename binutils-hppa64 to binutils-hppa64-linux-gnu. + * PR binutils/18750, fix stack buffer overflows when parsing corrupt + ihex files. + + -- Matthias Klose Tue, 15 Sep 2015 01:54:21 +0200 + +binutils (2.25.1-1ubuntu5) wily; urgency=medium + + * Build-depend on chrpath. + + -- Matthias Klose Mon, 14 Sep 2015 23:10:29 +0200 + +binutils (2.25.1-1ubuntu3) wily; urgency=medium + + * Build cross binutils packages targeting the release architectures. + * Rename shared libraries for the cross packages and install into + the standard location. + * Don't ship the header files and static libraries for the cross packages. + * Rename binutils-hppa64 to binutils-hppa64-linux-gnu. + + -- Matthias Klose Mon, 14 Sep 2015 22:30:44 +0200 + +binutils (2.25.1-1ubuntu1) wily; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Sat, 08 Aug 2015 10:24:58 +0200 + +binutils (2.25.1-1) unstable; urgency=medium + + * Binutils 2.25.1 release. + + -- Matthias Klose Sat, 08 Aug 2015 00:36:12 +0200 + +binutils (2.25-11ubuntu1) wily; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Fri, 31 Jul 2015 13:31:07 +0200 + +binutils (2.25-11) unstable; urgency=medium + + * Fix broken -Bsymbolic-functions on ARM32, hppa, m68k. Taken from + the trunk. + + -- Matthias Klose Fri, 31 Jul 2015 12:40:32 +0200 + +binutils (2.25-10ubuntu1) wily; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Sat, 11 Jul 2015 12:20:45 +0200 + +binutils (2.25-10) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20150711. + - POWERPC fixes. + + -- Matthias Klose Sat, 11 Jul 2015 12:12:38 +0200 + +binutils (2.25-9ubuntu1) wily; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Mon, 22 Jun 2015 16:27:13 +0200 + +binutils (2.25-9) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20150622. + - ARM32, AArch64, POWERPC fixes. + * Fix PR gas/18427, gas slow on hppa, taken from the trunk. Closes: #787192. + + -- Matthias Klose Mon, 22 Jun 2015 11:45:36 +0200 + +binutils (2.25-8ubuntu1) wily; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Thu, 28 May 2015 17:26:13 +0200 + +binutils (2.25-8) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20150523. + - PPC and AArch64 backports from the trunk. + + -- Matthias Klose Sat, 23 May 2015 09:44:54 +0200 + +binutils (2.25-7) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20150411. + * More adjustments for reproducible builds. Closes: #774429. + + -- Matthias Klose Fri, 24 Apr 2015 13:18:01 +0200 + +binutils (2.25-6) unstable; urgency=medium + + * Apply patches from the 2.25 branch to address PR binutils/17512, + PR binutils/17531. + * Removal partial backports for PR binutils/17531. + * Configure with --enable-deterministic-archives. Closes: #774429. + + -- Matthias Klose Thu, 26 Mar 2015 16:40:36 +0100 + +binutils (2.25-5ubuntu7) vivid; urgency=medium + + * Fix PR ld/18222, downgrade linker error on protected symbols in + .dynbss to a warning. Fixes libunwind build error. + + -- Matthias Klose Fri, 10 Apr 2015 17:42:44 +0200 + +binutils (2.25-5ubuntu6) vivid; urgency=medium + + * Fix PR ld/18167, taken from the trunk. + + -- Matthias Klose Fri, 27 Mar 2015 13:25:26 +0100 + +binutils (2.25-5ubuntu5) vivid; urgency=medium + + * Revert the fixes for PR ld/15228, PR ld/17709, causing PR ld/18167. + + -- Matthias Klose Thu, 26 Mar 2015 16:28:49 +0100 + +binutils (2.25-5ubuntu4) vivid; urgency=medium + + * Update to the binutils 2.25 branch 20150325. + - Backport patches to address PR binutils/17512, PR binutils/17531. + * Removal partial backports for PR binutils/17531. + + -- Matthias Klose Wed, 25 Mar 2015 22:08:50 +0100 + +binutils (2.25-5ubuntu3) vivid; urgency=medium + + * Fix the AArch64 build. + + -- Matthias Klose Fri, 20 Mar 2015 18:09:16 +0100 + +binutils (2.25-5ubuntu2) vivid; urgency=medium + + * Update to the binutils 2.25 branch 20150320. + - x86 gas: Limit multi-byte nop instructions to 10 bytes. + - Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is generated. + - Tweak ppc32 tls_get_addr optimisation. + - PowerPC64 thread-safe stubs not needed for iplt. + - Use dynamic text relocs for protected vars (ppc32, ppc64). + - Fix PR gold/18010, PR gold/17954 PowerPC64 gold issues. + - Backport support for Cortex-A72. + - Fix PR ld/15228, PR ld/17709, add extern_protected_data and set it + for x86. + * Really install the texi files. LP: #1410780. + + -- Matthias Klose Fri, 20 Mar 2015 17:39:01 +0100 + +binutils (2.25-5ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Use 64k for COMMONPAGESIZE on powerpc, ppc64 and ppc64el. LP: #1412553. + * Update to the binutils 2.25 branch 20150225. + + -- Matthias Klose Wed, 25 Feb 2015 09:35:24 +0100 + +binutils (2.25-5) unstable; urgency=medium + + * Remove '*.rej' files in the source package. Closes: #775679. + * Make the package build reproducibly (addresses: #774429): + - Fix mtimes before building binary packages. + - Stop recording the current time when creating gzip files. + - Sort file list in md5sums. + - Fix mtimes before building source tarball. + - Sort file list in binutils source tarball. + - If available, call strip-nondeterminism on static libraries. + * Fix PR ld/17827 - PIE copy relocations are broken with pointers. + Closes: #772958. + + -- Matthias Klose Wed, 25 Feb 2015 09:00:51 +0100 + +binutils (2.25-4) unstable; urgency=medium + + * Backport fixes for PR binutils/17531 up to 2014-12-22. + + -- Matthias Klose Thu, 15 Jan 2015 08:00:07 +0100 + +binutils (2.25-3) unstable; urgency=medium + + * Don't build as a release candidate, fixing the upper shlibs dependency. + * Refresh patches. + + -- Matthias Klose Thu, 25 Dec 2014 13:45:39 +0100 + +binutils (2.25-2ubuntu2) vivid; urgency=medium + + * Use 64k for COMMONPAGESIZE on powerpc, ppc64 and ppc64el. LP: #1412553. + + -- Matthias Klose Fri, 23 Jan 2015 14:13:08 +0100 + +binutils (2.25-2ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Thu, 25 Dec 2014 07:53:40 +0100 + +binutils (2.25-2) unstable; urgency=medium + + * Apply proposed patch for PR ld/17742 (don't create .eh_frame_hdr + on shared lib bfd). + + -- Matthias Klose Thu, 25 Dec 2014 06:55:02 +0100 + +binutils (2.25-1) unstable; urgency=medium + + * binutils 2.25 release. + - MIPS specific gas update. + + -- Matthias Klose Thu, 25 Dec 2014 05:49:55 +0100 + +binutils (2.24.90.20141219-1ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Sat, 20 Dec 2014 18:29:24 +0100 + +binutils (2.24.90.20141219-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141219. + - Fix PR ld/17713 (segfault), PR ld/17689 (link error), PR ld/15228. + * Apply proposed patch for PR gold/17729 (fixing ~600 GCC test failures). + + -- Matthias Klose Fri, 19 Dec 2014 18:59:30 +0100 + +binutils (2.24.90.20141209-1ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 09 Dec 2014 10:07:28 +0100 + +binutils (2.24.90.20141209-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141209. + - Fix PR binutils/17677, PR gold/17670 (powerpc), + PR gold/17566 (powerpc). + + -- Matthias Klose Tue, 09 Dec 2014 09:31:53 +0100 + +binutils (2.24.90.20141201-1ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Wed, 03 Dec 2014 14:43:28 +0100 + +binutils (2.24.90.20141201-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141201. + - Fix PR ld/16452, PR/ld/16457: Don't output symbol version + requirement for non-DT_NEEDED libs. Closes: #728529. + + -- Matthias Klose Mon, 01 Dec 2014 21:53:10 +0100 + +binutils (2.24.90.20141128-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141128. + - gold: Fix corrupted .eh_frame section with LTO and --gc-sections. + - gold: Fix PowerPC relaxation corner case. + * Relax upper shlibs version dependency to the next release candidate. + + -- Matthias Klose Fri, 28 Nov 2014 14:20:09 +0100 + +binutils (2.24.90.20141124-1ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Mon, 24 Nov 2014 18:30:06 +0100 + +binutils (2.24.90.20141124-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141124. + - ppc alignment fixes, Go fixes + - PR binutils/17597, PR binutils/17512, PR binutils/17521, PR binutils/17533, + trunk backports for fixing the recent CVE issues. + - One more fix for Cortex-A53 Erratum 835769 (AArch64). + + -- Matthias Klose Mon, 24 Nov 2014 17:29:27 +0100 + +binutils (2.24.90.20141111-2ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 11 Nov 2014 10:22:29 +0100 + +binutils (2.24.90.20141111-2) unstable; urgency=medium + + * Fix ld -r abort in _bfd_elf_write_section_eh_frame, taken from the trunk. + Closes: #769067. + + -- Matthias Klose Tue, 11 Nov 2014 11:10:27 +0100 + +binutils (2.24.90.20141111-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141111. + - Update .MIPS.abiflags to support MIPS R6. + * gold: Misc updates for the AArch64 backend, taken from the trunk. + * Mention some CVE issues, fixed in the 20141104 snapshot: + - CVE-2014-8484 (PR binutils/17509). + - CVE-2014-8485, CVE-2014-8504 (PR binutils/17510). + - CVE-2014-8501, CVE-2014-8502, CVE-2014-8503 (PR binutils/17512). + * Fix some lintian warnings. + + -- Matthias Klose Tue, 11 Nov 2014 07:55:51 +0100 + +binutils (2.24.90.20141104-1ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 04 Nov 2014 16:01:06 +0100 + +binutils (2.24.90.20141104-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141023. + - Fix PR bfd/17481. + - Fix PR17488, powerpc64-linux-ld segfault. LP: #1381580. + - Fix PR ld/17492. LP: #882353. + - Fix PR gas/17493. LP: #1051156. + - Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7. + - PowerPC64 ELFv1 function symbol definition vs LTO and discarded sections. + - ppc: enable msgclr and msgsnd on Power8. + - Relax ppc64_elf_tls_optimize assertion. + * Pick patch from the trunk: + - Support relexation for the gold aarch64 backend. + - AArch64: move bogus assertion. + - Fix build configured with --enable-targets=aarch64-linux. + - Fix running ld-unique tests on ARM. + - gas: Recognize: AAarch64 ThunderX processor. + + -- Matthias Klose Tue, 04 Nov 2014 02:14:45 +0100 + +binutils (2.24.90.20141023-1ubuntu1) vivid; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 23 Oct 2014 23:59:57 +0200 + +binutils (2.24.90.20141023-1) unstable; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141023. + * Pick patch from the trunk: + - Fix PR17488, powerpc64-linux-ld segfault. LP: #1381580. + - Support relexation for the gold aarch64 backend. + - Fix PR bfd/17481. + - Fix PR ld/17492. LP: #882353. + - Fix PR gas/17493. LP: #1051156. + - Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7. + - PowerPC64 ELFv1 function symbol definition vs LTO and discarded sections. + - AArch64: move bogus assertion. + - Fix build configured with --enable-targets=aarch64-linux. + - ppc: enable msgclr and msgsnd on Power8. + - Fix running ld-unique tests on ARM. + - gas: Recognize: AAarch64 ThunderX processor. + - Relax ppc64_elf_tls_optimize assertion. + + -- Matthias Klose Thu, 23 Oct 2014 22:52:07 +0200 + +binutils (2.24.90.20141014-0ubuntu3) utopic; urgency=medium + + * Pick patches from the trunk: + - Fix PR ld/17492. LP: #882353. + - Fix PR gas/17493. LP: #1051156. + + -- Matthias Klose Thu, 16 Oct 2014 15:32:59 +0200 + +binutils (2.24.90.20141014-0ubuntu2) utopic; urgency=medium + + * Pick patches from the trunk: + - Fix PR17488, powerpc64-linux-ld segfault. LP: #1381580. + - Support relexation for the gold aarch64 backend. + - Fix PR bfd/17481. + + -- Matthias Klose Thu, 16 Oct 2014 09:11:28 +0200 + +binutils (2.24.90.20141014-0ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the 2.25 branch 20141014. + * Remove patches picked from upstream. + * Build gold on AArch64. + + -- Matthias Klose Tue, 14 Oct 2014 11:39:04 +0200 + +binutils (2.24.51.20141001-1ubuntu4) utopic; urgency=medium + + * Fix PR ld/17647, taken from upstream. Closes: #764573. + + -- Matthias Klose Mon, 13 Oct 2014 20:20:11 +0200 + +binutils (2.24.51.20141001-1ubuntu2) utopic; urgency=medium + + * Fix ld/17447, taken from upstream. LP: #1371636. + + -- Matthias Klose Sun, 05 Oct 2014 07:54:23 +0200 + +binutils (2.24.51.20141001-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Wed, 01 Oct 2014 02:55:12 +0200 + +binutils (2.24.51.20141001-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20141001. + - On ppc64el, move the section headers to the end of the object file + for ld.bfd. LP: #1365664. + + -- Matthias Klose Wed, 01 Oct 2014 02:32:06 +0200 + +binutils (2.24.51.20140918-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 18 Sep 2014 23:49:38 +0200 + +binutils (2.24.51.20140918-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140918. + + -- Matthias Klose Thu, 18 Sep 2014 19:28:16 +0200 + +binutils (2.24.51.20140903-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 04 Sep 2014 00:37:05 +0200 + +binutils (2.24.51.20140903-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140903. + * Try to work around binutils-multiarch build failure on sh4 by disabling + hppa targets for the binutils-multiarch build. Addresses: #758830. + * Enable powerpc targets for ppc64el. Closes: #760395. + + -- Matthias Klose Wed, 03 Sep 2014 23:02:26 +0200 + +binutils (2.24.51.20140818-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Mon, 18 Aug 2014 14:41:00 +0200 + +binutils (2.24.51.20140818-1) unstable; urgency=high + + * Snapshot, taken from the trunk 20140818. + - Fix GLIBC ifunc breakage on PowerPC64 ELFv2. LP: #1355962. + + -- Matthias Klose Mon, 18 Aug 2014 13:49:01 +0200 + +binutils (2.24.51.20140814-2) unstable; urgency=medium + + * Still provide i486-* symlinks. + + -- Matthias Klose Sun, 17 Aug 2014 17:06:36 +0200 + +binutils (2.24.51.20140814-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Thu, 14 Aug 2014 13:39:18 +0200 + +binutils (2.24.51.20140814-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140814. + - Add ld options --push-state and --pop-state. + * binutils-hppa64: Set architecture to hppa. + * Add aarch64_ilp32-linux-gnu multiarch directories to the search path. + + -- Matthias Klose Thu, 14 Aug 2014 13:28:40 +0200 + +binutils (2.24.51.20140807-1ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the trunk 20140807. + + -- Matthias Klose Thu, 07 Aug 2014 11:54:19 +0200 + +binutils (2.24.51.20140727-1ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the trunk 20140727. + + -- Matthias Klose Sun, 27 Jul 2014 15:50:56 +0200 + +binutils (2.24.51.20140709-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Wed, 09 Jul 2014 20:00:32 +0200 + +binutils (2.24.51.20140709-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140709. + - Fix PR gold/15639, -flto and ld.gold on ARM. + Closes: #712189. LP: #1191909. + + -- Matthias Klose Wed, 09 Jul 2014 19:44:18 +0200 + +binutils (2.24.51.20140704-1ubuntu1) utopic; urgency=medium + + * Merge with Debian, remaining changes: + - Build from upstream sources. + + -- Matthias Klose Fri, 04 Jul 2014 13:26:06 +0200 + +binutils (2.24.51.20140704-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140704. + * Build gold for mips* targets. + * Update the patch for the mips64el support. Closes: #750566, #753052. + * Update patches for the current trunk. + + -- Matthias Klose Fri, 04 Jul 2014 12:00:05 +0200 + +binutils (2.24.51.20140617-1ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the trunk 20140617. + + -- Matthias Klose Tue, 17 Jun 2014 10:41:22 +0200 + +binutils (2.24.51.20140617-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140617. + + -- Matthias Klose Tue, 17 Jun 2014 10:29:20 +0200 + +binutils (2.24.51.20140612-0ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the trunk 20140612. + * Re-enable the ld_system_root patch. + + -- Matthias Klose Thu, 12 Jun 2014 14:02:24 +0200 + +binutils (2.24.51.20140604-1ubuntu2) utopic; urgency=medium + + * Re-apply 2.24.51.20140425-0ubuntu2 changes, lost in previous upload. + + -- Matthias Klose Thu, 05 Jun 2014 11:25:35 +0200 + +binutils (2.24.51.20140604-1ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the trunk 20140604. + + -- Matthias Klose Wed, 04 Jun 2014 14:19:01 +0200 + +binutils (2.24.51.20140604-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140604. + * Refactor rules for consistent usage of the PF macro (Helmut Grohne). + + -- Matthias Klose Wed, 04 Jun 2014 13:48:21 +0200 + +binutils (2.24.51.20140425-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140425. + * Refactor rules for consistent usage of the PF macro (Helmut Grohne). + * On x86 targets provide gnu-type prefixed binaries with the cpu that GCC + is configured for. + * 129_multiarch_libpath.patch: Fix to search multiarch dirs, only needed + for a minority of packages still using ld directly for linking instead + of the recommended use of gcc. + + -- Matthias Klose Sun, 27 Apr 2014 21:52:56 +0200 + +binutils (2.24.51.20140425-0ubuntu2) utopic; urgency=medium + + * 129_multiarch_libpath.patch: Fix to search multiarch dirs again. + + -- Adam Conrad Fri, 25 Apr 2014 16:17:34 -0600 + +binutils (2.24.51.20140425-0ubuntu1) utopic; urgency=medium + + * Snapshot, taken from the trunk 20140425. + + -- Matthias Klose Fri, 25 Apr 2014 14:33:56 +0200 + +binutils (2.24.51.20140417-0ubuntu1) trusty; urgency=medium + + * Snapshot, taken from the trunk 20140417. + + -- Matthias Klose Thu, 17 Apr 2014 21:17:28 +0200 + +binutils (2.24.51.20140411-1) unstable; urgency=medium + + * Snapshot, taken from the trunk 20140411. + * Provide $(DEB_HOST_GNU_TYPE)- prefixed binaries and man pages. + * Don't enable the spu targets on powerpc targets anymore. + * Build the gold linker on hurd-i386 (Svante Signell). Closes: #744020. + + -- Matthias Klose Fri, 11 Apr 2014 18:49:22 +0200 + +binutils (2.24-5ubuntu3) trusty; urgency=medium + + * [AArch64] Fix off by one error in instruction relaxation mask. + See https://sourceware.org/ml/binutils/2014-04/msg00151.html. + + -- Matthias Klose Tue, 15 Apr 2014 19:55:23 +0200 + +binutils (2.24-5ubuntu2) trusty; urgency=medium + + * Provide $(DEB_HOST_GNU_TYPE)- prefixed binaries and man pages. + + -- Matthias Klose Thu, 10 Apr 2014 16:38:11 +0100 + +binutils (2.24-5ubuntu1) trusty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Fri, 21 Mar 2014 13:54:09 +0100 + +binutils (2.24-5) unstable; urgency=medium + + * Update from the 2.24 branch, 20140321. + * Stop building the binutils-spu package. + * Add a binutils-multiarch-dev package. Closes: #583160 + + -- Matthias Klose Fri, 21 Mar 2014 11:23:40 +0100 + +binutils (2.24-4ubuntu1) trusty; urgency=medium + + * Merge with Debian; remaining changes: + - Build from upstream sources. + + -- Matthias Klose Tue, 04 Mar 2014 02:41:22 +0100 + +binutils (2.24-4) unstable; urgency=medium + + * Update from the 2.24 branch, 20140304. + * Update Aarch64 ilp32 linker and libdir names. + * Fix relocations for thread local variables on AArch64. Updated patch + taken from the trunk. + * Enable AArch64 big endian targets for AArch64 builds and for + binutils-multiarch. + * gas: Add entry for "xgene1" (AArch64). + * gas: Remove the alignment limit on AArch64. + * Add a Built-Using attribute for for the binutils-cross-* packages. + Closes: #738311. + + -- Matthias Klose Tue, 04 Mar 2014 02:21:00 +0100 + +binutils (2.24-3) unstable; urgency=medium + + * Update from the 2.24 branch, 20140124. + * Display the reference causing a shared library to be needed (taken from + the trunk). + + -- Matthias Klose Fri, 24 Jan 2014 14:39:48 +0100 + +binutils (2.24-2ubuntu3) trusty; urgency=medium + + * Fix relocations for thread local variables on AArch64. Updated patch + taken from the trunk. + + -- Matthias Klose Fri, 24 Jan 2014 16:46:21 +0100 + +binutils (2.24-2ubuntu2) trusty; urgency=low + + * Fix relocations for thread local variables on AArch64 (Michael + Hudson). + * Don't ship the embedspu binary in binutils-multiarch. + + -- Matthias Klose Tue, 17 Dec 2013 16:37:35 +0100 + +binutils (2.24-2ubuntu1) trusty; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Mon, 09 Dec 2013 14:22:33 +0100 + +binutils (2.24-2) unstable; urgency=medium + + * Update from the 2.24 branch, 20131209. + * Remove versioned build dependencies which are not needed anymore + since 2005. + * Drop the ld_system_root patch. + * Fix PowerPC64 linking of --just-symbols objects (Alan Modra). + + -- Matthias Klose Mon, 09 Dec 2013 13:57:43 +0100 + +binutils (2.24-1ubuntu2) trusty; urgency=low + + * Remove versioned build dependencies which are not needed anymore + since 2005. + * Fix PowerPC64 linking of --just-symbols objects (Alan Modra). + + -- Matthias Klose Tue, 03 Dec 2013 11:07:14 +0100 + +binutils (2.24-1ubuntu1) trusty; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Mon, 02 Dec 2013 12:34:33 +0100 + +binutils (2.24-1) unstable; urgency=low + + * Final upstream release. + * ifunc updates for AArch64, taken from the trunk. + + -- Matthias Klose Mon, 02 Dec 2013 11:21:16 +0200 + +binutils (2.23.91.20131123-1ubuntu1) trusty; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Sat, 23 Nov 2013 08:41:59 +0100 + +binutils (2.23.91.20131123-1) unstable; urgency=low + + * New upstream snapshot, taken from the 2.24 branch. + * Stop shipping libiberty, now available in libiberty-dev. + + -- Matthias Klose Sat, 23 Nov 2013 08:27:51 +0100 + +binutils (2.23.90.20131116-1ubuntu2) trusty; urgency=low + + * On AArch64, don't set LIBPATH_SUFFIX to 64. + + -- Matthias Klose Tue, 19 Nov 2013 13:31:11 +0200 + +binutils (2.23.90.20131116-1ubuntu1) trusty; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Sat, 16 Nov 2013 13:54:31 +0100 + +binutils (2.23.90.20131116-1) unstable; urgency=low + + * New upstream snapshot, taken from the 2.24 branch. + + -- Matthias Klose Sat, 16 Nov 2013 12:40:28 +0100 + +binutils (2.23.90.20131017-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Thu, 17 Oct 2013 14:27:21 +0200 + +binutils (2.23.90.20131017-1) unstable; urgency=low + + * New upstream snapshot, taken from the 2.24 branch. + + -- Matthias Klose Thu, 17 Oct 2013 14:22:05 +0200 + +binutils (2.23.90.20130927-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Fri, 27 Sep 2013 16:22:51 +0200 + +binutils (2.23.90.20130927-1) unstable; urgency=low + + * New upstream snapshot, taken from the 2.24 branch. + * Add ifunc support for AArch64. + + -- Matthias Klose Fri, 27 Sep 2013 14:05:44 +0200 + +binutils (2.23.52.20130913-0ubuntu1) saucy; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Fri, 13 Sep 2013 13:52:59 +0200 + +binutils (2.23.52.20130828-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Wed, 28 Aug 2013 15:25:50 +0200 + +binutils (2.23.52.20130828-1) unstable; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Wed, 28 Aug 2013 15:22:51 +0200 + +binutils (2.23.52.20130727-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Sat, 27 Jul 2013 11:29:57 +0200 + +binutils (2.23.52.20130727-1) unstable; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Sat, 27 Jul 2013 10:37:11 +0200 + +binutils (2.23.52.20130722-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Mon, 22 Jul 2013 22:37:02 +0200 + +binutils (2.23.52.20130722-1) unstable; urgency=low + + * New upstream snapshot. + - Fix PR ld/15762, glibc being built without warning sections. + * Set the libdir for arm64 to lib, not lib64. + * Stop building the binutils-gold package, let binutils provide + binutils-gold. Packages requiring gold should explicity pass + -fuse-ld=gold to the compiler, packages requiring the bfd linker + should pass -fuse-ld=bfd to the compiler. + * Refresh patches. + + -- Matthias Klose Mon, 22 Jul 2013 21:13:32 +0200 + +binutils (2.23.52.20130620-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Thu, 20 Jun 2013 12:31:29 +0200 + +binutils (2.23.52.20130620-1) unstable; urgency=low + + * New upstream snapshot. + * Add conflicts with mingw binutils. Closes: #712057, #712063. + * Always compare the test results with the ones from the installed binutils. + + -- Matthias Klose Thu, 20 Jun 2013 12:27:31 +0200 + +binutils (2.23.52.20130612-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Wed, 12 Jun 2013 12:26:59 +0200 + +binutils (2.23.52.20130612-1) unstable; urgency=low + + * New upstream snapshot. + - Fix issue #15323, redefining weak functions in -flto incrementally-linked + executable. Closes: #710936. + * Install libiberty.a again in binutils-dev, not installed anymore upstream + by default. + * Import the autopkg tests from Ubuntu. + * Enable i386pep emulation for the x86 builds. Closes: #703463. + * Fix typo in ld(1). Closes: #704867. + * Add mips64(el) support (YunQiang Su). Closes: #710214. + + -- Matthias Klose Wed, 12 Jun 2013 11:35:05 +0200 + +binutils (2.23.52.20130611-1ubuntu2) saucy; urgency=low + + * Restore lost changes from 2.23.2-2ubuntu2 and 2.23.2-2ubuntu3. + * Install libiberty.a alongside libiberty_pic.a in binutils-dev. + + -- Adam Conrad Tue, 11 Jun 2013 20:45:00 -0600 + +binutils (2.23.52.20130611-1ubuntu1) saucy; urgency=low + + * Merge with Debian; remaining changes: + - Build from the upstream source. + + -- Matthias Klose Tue, 11 Jun 2013 15:00:49 +0200 + +binutils (2.23.52.20130611-1) unstable; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Tue, 11 Jun 2013 14:53:06 +0200 + +binutils (2.23.52.20130522-1) experimental; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Wed, 22 May 2013 16:22:04 +0200 + +binutils (2.23.2-2ubuntu3) saucy; urgency=low + + * debian/tests/control: Add a Depends: field as "@" does not work for this + package (binutils-hppa64 cannot be installed on other architectures). + + -- Martin Pitt Wed, 05 Jun 2013 07:12:42 +0200 + +binutils (2.23.2-2ubuntu2) saucy; urgency=low + + * Fix wrong syntax in debian/tests/control that's causing autopkgtest + failures. + + -- Steve Langasek Tue, 04 Jun 2013 07:50:53 -0700 + +binutils (2.23.2-2ubuntu1) raring; urgency=low + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Add simple rebuild autopkgtest. + + -- Matthias Klose Tue, 16 Apr 2013 02:57:24 +0200 + +binutils (2.23.2-2) experimental; urgency=low + + * Add support for Cortex-A53 / Cortex-A57. + * Fix PR gas/14887 and PR gas/14987, gas syntax errors on ARM. + LP: #1166628. + + -- Matthias Klose Tue, 16 Apr 2013 02:21:44 +0200 + +binutils (2.23.2-1ubuntu2) raring; urgency=low + + * Add support for Cortex-A53 / Cortex-A57. + + -- Matthias Klose Sat, 30 Mar 2013 09:50:08 +0100 + +binutils (2.23.2-1ubuntu1) raring; urgency=low + + * Merge with Debian; remaining changes: + - Build from upstream sources. + - Build binutils-static and binutils-static-udeb packages. + - Add simple rebuild autopkgtest. + + -- Matthias Klose Tue, 26 Mar 2013 20:25:43 +0100 + +binutils (2.23.2-1) experimental; urgency=low + + * binutils 2.23.2 release. + + -- Matthias Klose Tue, 26 Mar 2013 19:58:59 +0100 + +binutils (2.23.1-0ubuntu11) raring; urgency=low + + * Update from the 2.23 branch (20130222). + * For cross builds, add the tool libdir to the library search path. + + -- Matthias Klose Fri, 22 Feb 2013 15:28:19 +0100 + +binutils (2.23.1-0ubuntu10) raring; urgency=low + + * Revert, broken for cross builds: + - Recognize DEB_TARGET_ARCH for cross builds. + + -- Matthias Klose Thu, 14 Feb 2013 23:32:59 +0100 + +binutils (2.23.1-0ubuntu9) raring; urgency=low + + * AArch64: Fix the support for PRFM instructions with preload + instruction hints (proposed for the 2.23 branch). + + -- Matthias Klose Thu, 14 Feb 2013 19:52:08 +0100 + +binutils (2.23.1-0ubuntu8) raring; urgency=low + + * Update from the 2.23 branch (20130213). + - AArch64 and PPC updates. + * Recognize DEB_TARGET_ARCH for cross builds. Closes: #695595. + * Fix srec_scan null dereference (Sang Kil Cha). Closes: #684903. + + -- Matthias Klose Wed, 13 Feb 2013 12:45:29 +0100 + +binutils (2.23.1-0ubuntu6) raring; urgency=low + + * Fix PR ld/14918: linking with -flto always links in libgcc_s.so. + Closes: #650145. + * Fix build failure with texinfo 4.14. Closes: #697353. + + -- Matthias Klose Sat, 05 Jan 2013 14:20:15 +0100 + +binutils (2.23.1-0ubuntu5) raring; urgency=low + + * Drop build dependency on g++. + + -- Matthias Klose Wed, 12 Dec 2012 08:55:12 +0100 + +binutils (2.23.1-0ubuntu4) raring; urgency=low + + * Update from the 2.23 branch (20121204). + * Add -fuse-ld= for GCC linker option compatibility in ld and gold. + * gold cross builds: Search the multiarch directories too. + * Revert the gettext:any build dependency hack. + + -- Matthias Klose Wed, 05 Dec 2012 08:45:10 +0100 + +binutils (2.23.1-0ubuntu3) raring; urgency=low + + * debian/control.in: Drop Vcs-*, that branch hasn't been updated since + natty. + * Add simple rebuild autopkgtest. (LP: #1081500) + * Add a simple test to compile, link, and run a program against libc6 and + build/use a shared library with the system-installed binutils, to ensure + basic binutils functionality. + + -- Martin Pitt Thu, 22 Nov 2012 07:49:25 +0100 + +binutils (2.23.1-0ubuntu2) raring; urgency=low + + * Update from the 2.23 branch (20121121). + - arm, aarch64 and x32 updates. + - Fix build error with -Werror. LP: #1079676. + + -- Matthias Klose Wed, 21 Nov 2012 14:14:55 +0100 + +binutils (2.23.1-0ubuntu1) raring; urgency=low + + * binutils 2.23.1 release. + + -- Matthias Klose Thu, 15 Nov 2012 14:07:23 +0100 + +binutils (2.23-2ubuntu1) raring; urgency=low + + * Merge with Debian; remaining changes: + - Build from upstream tarball. + + -- Matthias Klose Tue, 06 Nov 2012 19:40:21 +0100 + +binutils (2.23-2) experimental; urgency=low + + * Update multi-arch paths for x32 (x86_64-linux-gnux32) (Daniel Schepler). + Closes: #692138. + * Add new ARM hard-float/soft-float ABI flags for EABI_VER5 (Steve McIntyre). + * Silence lintian stupidity about interpreting every string in binaries + as text (Emmanuel Fleury). Closes: #661639. + * In ld.texi, remove cross reference to BFD internals documentation. + + -- Matthias Klose Tue, 06 Nov 2012 10:42:37 +0100 + +binutils (2.23-1) experimental; urgency=low + + * binutils 2.23 release. + * Don't include the documents licensed under GFDL with cover texts. + Closes: #650504. + + -- Matthias Klose Wed, 24 Oct 2012 10:29:50 +0200 + +binutils (2.22.90.20120924-1) experimental; urgency=low + + * New upstream snapshot (taken from the 2.23 branch). + * Fix bfd.h, removing the safety inclusion guard. + * Fix multilib conflicts of generated values by __WORDSIZE-based expressions. + + -- Matthias Klose Mon, 24 Sep 2012 18:39:51 +0200 + +binutils (2.22.90.20120924-0ubuntu2) quantal; urgency=low + + * Fix inclusion of bfd.h, removing the safety inclusion guard. + * Fix multilib conflicts of generated values by __WORDSIZE-based expressions. + + -- Matthias Klose Tue, 25 Sep 2012 18:40:36 +0200 + +binutils (2.22.90.20120924-0ubuntu1) quantal; urgency=low + + * Update from the 2.23 branch: + - Fix PR ld/14591 (wrong symbol type with common symbol and weak function). + * d/p/211-hjl-binutils-weakdef.patch, d/p/213-hjl-binutils-sec64k.patch: + Remove, not found anymore in the hjl releases. + * Remove all other (not applied) patches from the hjl releases. + + -- Matthias Klose Mon, 24 Sep 2012 22:16:17 +0200 + +binutils (2.22.90.20120919-0ubuntu1) quantal; urgency=low + + * Update from the 2.23 branch: + - armv8 fixes. + + -- Matthias Klose Wed, 19 Sep 2012 16:49:35 +0200 + +binutils (2.22.90.20120913-2ubuntu1) quantal; urgency=low + + * Merge with Debian. + + -- Matthias Klose Sat, 15 Sep 2012 11:29:42 +0200 + +binutils (2.22.90.20120913-2) experimental; urgency=low + + * Undo the reversion of the mips patches, unrelated issue. + * Build again with -marm on armhf. Testsuite still not ready for thumb mode. + + -- Matthias Klose Sat, 15 Sep 2012 03:00:10 +0200 + +binutils (2.22.90.20120913-1ubuntu1) quantal; urgency=low + + * Merge with Debian. + + -- Matthias Klose Thu, 13 Sep 2012 21:06:18 +0200 + +binutils (2.22.90.20120913-1) experimental; urgency=low + + * New upstream snapshot (taken from the 2.23 branch). + * Add R_AARCH64_GOT_LD_PREL19 reloc implementation, taken from the trunk. + * Revert mips updates. + See http://sourceware.org/ml/binutils/2012-09/msg00158.html + + -- Matthias Klose Thu, 13 Sep 2012 20:35:08 +0200 + +binutils (2.22.90.20120907-1ubuntu1) quantal; urgency=low + + * Build-depend on gettext:any to fix the cross build. LP: #1043442. + Work around until libgettext is split out of gettext (see #683751). + + -- Matthias Klose Sat, 08 Sep 2012 13:43:51 +0200 + +binutils (2.22.90.20120907-1) experimental; urgency=low + + * New upstream snapshot (taken from the 2.23 branch). + * Don't build anymore with -marm on armhf. + * Work around `install' limitation not able to pass parameters + to the strip command. Closes: #686183. + * Generate md5sums file. Closes: #684079. + + -- Matthias Klose Sat, 08 Sep 2012 13:40:39 +0200 + +binutils (2.22.90.20120816-2ubuntu1) quantal; urgency=low + + * Merge with Debian. + + -- Matthias Klose Wed, 22 Aug 2012 13:54:26 +0200 + +binutils (2.22.90.20120816-2) experimental; urgency=low + + * Some refactoring of debian/rules based on patches from Marcin: + * Introduce DEB_TARGET_* macros to unify native and cross builds. + * Build the control file as the first step for cross builds. + * Try again building without --disable-werror. + * Refactor stripping of binaries into a `strip_package' macro. + + -- Matthias Klose Tue, 21 Aug 2012 15:31:05 +0200 + +binutils (2.22.90.20120816-1ubuntu1) quantal; urgency=low + + * New upstream snapshot (taken from the 2.23 branch). + * Configure for aarch64 and x32 targets. + + -- Matthias Klose Thu, 16 Aug 2012 16:35:48 +0200 + +binutils (2.22.90.20120731-0ubuntu1) quantal; urgency=low + + * New upstream snapshot (taken from the 2.23 branch). + + -- Matthias Klose Wed, 01 Aug 2012 16:31:30 +0200 + +binutils (2.22.52.20120713-0ubuntu1) quantal; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Sat, 14 Jul 2012 00:56:30 +0200 + +binutils (2.22.52.20120704-1) experimental; urgency=low + + * New upstream snapshot. + + -- Matthias Klose Wed, 04 Jul 2012 14:40:01 +0200 + +binutils (2.22-7) unstable; urgency=low + + * Update from the binutils-2_22-branch 20120704. + - Fix PR ld/13991 and a gold issue on ARM. + * Fix warning building libiberty/md5.c. Closes: #674831. + * Enable x86_64-pep in binutils-multiarch. Closes: #675364. + + -- Matthias Klose Wed, 04 Jul 2012 11:00:14 +0200 + +binutils (2.22-6ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Thu, 08 Mar 2012 19:21:22 +0100 + +binutils (2.22-6) unstable; urgency=low + + * Update from the binutils-2_22-branch 20120307. + - Fix PR ld/12161 (avr), PR binutils/13622 (readelf crash), + PR binutils/13476 (hppa), PR ld/13387 (hppa), + * Fix typo in elf64-x86-64.c, follow-up patch to PR ld/13302. + + -- Matthias Klose Thu, 08 Mar 2012 18:52:20 +0100 + +binutils (2.22-5ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Wed, 25 Jan 2012 11:47:53 +0100 + +binutils (2.22-5) unstable; urgency=low + + * Update from the binutils-2_22-branch 20120124. + - Fix PR ld/13581 (x32). + * Fix PR gas/13449 (ARM), taken from the trunk. + + -- Matthias Klose Tue, 24 Jan 2012 21:26:43 +0100 + +binutils (2.22-4ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Sat, 07 Jan 2012 10:27:24 +0100 + +binutils (2.22-4) unstable; urgency=low + + * Don't bump the soversion (revert the change in 2.22-3). + * Apply proposed patch for PR binutils/13534, allowing ar to handle + files bigger than 2GB (Francois Gouget). Closes: #652887). + * Recognize DW_LANG_Go in readelf (backport from trunk). + + -- Matthias Klose Sat, 07 Jan 2012 09:07:25 +0100 + +binutils (2.22-3ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Tue, 03 Jan 2012 07:28:18 +0100 + +binutils (2.22-3) unstable; urgency=low + + * Update from the binutils-2_22-branch 20120102. + - gold updates. + - mips updates. + + -- Matthias Klose Tue, 03 Jan 2012 06:06:20 +0100 + +binutils (2.22-2ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Sun, 11 Dec 2011 17:37:30 +0100 + +binutils (2.22-2) unstable; urgency=low + + * Update from the binutils-2_22-branch 20111211. + * Fix build failure with make 3.82 (Daniel Schepler). Closes: #650064. + + -- Matthias Klose Sun, 11 Dec 2011 16:30:14 +0000 + +binutils (2.22-1ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Mon, 21 Nov 2011 17:47:56 +0100 + +binutils (2.22-1) unstable; urgency=low + + * Binutils 2.22 release. + + -- Matthias Klose Mon, 21 Nov 2011 16:50:53 +0100 + +binutils (2.21.90.20111025-1ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Tue, 25 Oct 2011 15:46:41 +0200 + +binutils (2.21.90.20111025-1) unstable; urgency=low + + * Snapshot, taken from the binutils-2_22-branch 20111025. + * Fix lintian warnings. + + -- Matthias Klose Tue, 25 Oct 2011 15:06:46 +0200 + +binutils (2.21.90.20111019-3ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Sun, 23 Oct 2011 13:41:58 +0200 + +binutils (2.21.90.20111019-3) unstable; urgency=low + + * Fix PR ld/13302, taken from the trunk. + + -- Matthias Klose Sun, 23 Oct 2011 13:15:07 +0200 + +binutils (2.21.90.20111019-2ubuntu1) precise; urgency=low + + * Merge with Debian. + + -- Matthias Klose Thu, 20 Oct 2011 13:12:50 +0200 + +binutils (2.21.90.20111019-2) unstable; urgency=low + + * Fix PR ld/13287, taken from the trunk. LP: #872687. + + -- Matthias Klose Thu, 20 Oct 2011 12:29:18 +0200 + +binutils (2.21.90.20111019-1) unstable; urgency=low + + * Snapshot, taken from the binutils-2_22-branch 20111019. + + -- Matthias Klose Wed, 19 Oct 2011 22:25:05 +0200 + +binutils (2.21.90.20111004-2ubuntu1) oneiric; urgency=low + + * Merge with Debian. + + -- Matthias Klose Tue, 11 Oct 2011 12:36:33 +0200 + +binutils (2.21.90.20111004-2) unstable; urgency=low + + * Fix PR ld/13250, preserve the maximum alignment and size for common + symbols (H.J. Lu). Closes: #608901. LP: #697229. + + -- Matthias Klose Thu, 06 Oct 2011 08:06:04 +0200 + +binutils (2.21.90.20111004-1) unstable; urgency=medium + + * Snapshot, taken from the binutils-2_22-branch 20111004. + * Fix PR ld/13195, taken from the trunk. Closes: #643858, #644183. + + -- Matthias Klose Tue, 04 Oct 2011 12:12:16 +0200 + +binutils (2.21.53.20110922-1) unstable; urgency=low + + * Snapshot, taken from the binutils-2_22-branch 20110924. + + -- Matthias Klose Sat, 24 Sep 2011 09:55:38 +0200 + +binutils (2.21.53.20110910-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110910. + - Fix PR gas/13024. Closes: #635592. + * Build with proposed patch for PR ld/12965. + * Don't ship .la files in the cross binutils packages. + * For native builds, add the multiarch directories to the default + search path. + + -- Matthias Klose Sat, 10 Sep 2011 13:06:01 +0200 + +binutils (2.21.53.20110823-3) unstable; urgency=low + + * Revert the last change: + - Default to --hash-style=both in ld.bfd and ld.gold. + + -- Matthias Klose Thu, 25 Aug 2011 10:48:28 +0200 + +binutils (2.21.53.20110823-2) unstable; urgency=low + + * Default to --hash-style=both in ld.bfd and ld.gold. + * Fix s390x build (Aurelian Jarno). Closes: #635167. + + -- Matthias Klose Wed, 24 Aug 2011 13:06:48 +0200 + +binutils (2.21.53.20110823-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110823. + - ld --no-copy-dt-needed-entries/--no-add-needed is now the default. + + -- Matthias Klose Tue, 23 Aug 2011 21:23:38 +0200 + +binutils (2.21.53.20110810-0ubuntu4) oneiric-proposed; urgency=low + + * Fix PR ld/13250, preserve the maximum alignment and size for common + symbols (H.J. Lu). Closes: #608901. LP: #697229. + + -- Matthias Klose Thu, 06 Oct 2011 09:22:34 +0200 + +binutils (2.21.53.20110810-0ubuntu3) oneiric; urgency=low + + * Fix PR ld/13201, link error with --as-needed and -flto. LP: #778292. + LP: #690194. + + -- Matthias Klose Tue, 20 Sep 2011 11:34:33 +0200 + +binutils (2.21.53.20110810-0ubuntu2) oneiric; urgency=low + + * Build with proposed patch for PR ld/12965. LP: #641126. + * Don't ship .la files in the cross binutils packages. LP: #760420. + * For native builds, add the multiarch directories to the default + search path. LP: #780455. + + -- Matthias Klose Wed, 07 Sep 2011 15:36:22 +0200 + +binutils (2.21.53.20110810-0ubuntu1) oneiric; urgency=low + + * Snapshot, taken from the trunk 20110810. + + -- Matthias Klose Thu, 11 Aug 2011 22:51:48 +0200 + +binutils (2.21.53.20110805-1ubuntu1) oneiric; urgency=low + + * Merge with Debian. + + -- Matthias Klose Fri, 05 Aug 2011 12:34:26 +0200 + +binutils (2.21.53.20110805-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110805. + + -- Matthias Klose Fri, 05 Aug 2011 12:25:49 +0200 + +binutils (2.21.53.20110729-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110729. + * Fix s390x build (Aurelian Jarno). Closes: #635167. + + -- Matthias Klose Fri, 29 Jul 2011 19:04:46 +0200 + +binutils (2.21.53.20110720-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110720. + - Fix PR ld/12978. Closes: #632681. + + -- Matthias Klose Wed, 20 Jul 2011 20:54:51 +0200 + +binutils (2.21.52.20110707-1ubuntu1) oneiric; urgency=low + + * Merge with Debian. + + -- Matthias Klose Thu, 07 Jul 2011 07:28:51 +0200 + +binutils (2.21.52.20110707-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110707. + - Fix build failure on mips/mipsel. Closes: #632690. + - Fix issues on kfreebsd-amd64. Closes: #632671. + + -- Matthias Klose Thu, 07 Jul 2011 06:48:33 +0200 + +binutils (2.21.52.20110703-1ubuntu1) oneiric; urgency=low + + * Merge with Debian. + + -- Matthias Klose Mon, 04 Jul 2011 10:31:01 +0200 + +binutils (2.21.52.20110703-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110703. + + -- Matthias Klose Sun, 03 Jul 2011 21:56:44 +0200 + +binutils (2.21.52.20110606-2) unstable; urgency=low + + * Fix PR ld/12845, taken from the trunk. Closes: #628685. + + -- Matthias Klose Thu, 09 Jun 2011 12:45:15 +0200 + +binutils (2.21.52.20110606-1ubuntu1) oneiric; urgency=low + + * Merge with Debian. + + -- Matthias Klose Tue, 07 Jun 2011 11:56:41 +0200 + +binutils (2.21.52.20110606-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110606. + - Fix PR ld/12833. Closes: #628770. + - Fix spelling errors. Closes: #604696. + * Let gold accept a dummy -z buildd- option. + * Add a /usr/share/bug/binutils/presubj file for reportbug (and symlinks + from the other /usr/share/bug/binutils-foo directories) explaining how + to make a self-contained testcase (Jonathan Nieder). Closes: #629147. + * Fix ld crash cause of invalid pointer in munmap_chunk. Closes: #628916. + + -- Matthias Klose Tue, 07 Jun 2011 00:03:47 +0200 + +binutils (2.21.51.20110523-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110523. + + -- Matthias Klose Mon, 23 May 2011 23:38:52 +0200 + +binutils (2.21.51.20110421-6ubuntu1) oneiric; urgency=low + + * Merge with Debian. + + -- Matthias Klose Thu, 19 May 2011 16:02:39 +0200 + +binutils (2.21.51.20110421-6) unstable; urgency=low + + [ Marcin Juszkiewicz ] + * Use pregenerated ld.gold.1 for cross builds. + + [ Matthias Klose ] + * Redefine STRIP and install_binary for cross builds (Ken Werner). + * Apply fix for PR ld/12726, taken from the trunk. + + -- Matthias Klose Thu, 19 May 2011 15:51:22 +0200 + +binutils (2.21.51.20110421-5) unstable; urgency=medium + + * Use a symlink for /usr/bin/ld, even if gold is not built. Closes: #615262. + + -- Matthias Klose Tue, 17 May 2011 17:58:17 +0200 + +binutils (2.21.51.20110421-4) unstable; urgency=low + + * Fix PR ld/12730, taken from the trunk. Closes: #625616. + * Cortex A8 workarounds for PLT tail calls (Richard Sandiford). + + -- Matthias Klose Sun, 08 May 2011 02:06:22 +0200 + +binutils (2.21.51.20110421-3) unstable; urgency=low + + * Fix segfault in ar, delete_members. + + -- Matthias Klose Sun, 01 May 2011 17:30:42 +0200 + +binutils (2.21.51.20110421-2) unstable; urgency=low + + * Fix typo in the patch for PR gas/12698. + + -- Matthias Klose Wed, 27 Apr 2011 21:33:47 +0200 + +binutils (2.21.51.20110421-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110421. + * Install a man page for ld.gold, generated by help2man. Closes: #619823. + * Apply proposed patch for PR gas/12698. Closes: #623964. + + -- Matthias Klose Wed, 27 Apr 2011 18:14:39 +0200 + +binutils (2.21.51.20110421-0ubuntu6) oneiric; urgency=low + + * Fix PR ld/12730, taken from the trunk. Closes: #625616. + + -- Matthias Klose Sun, 08 May 2011 02:17:37 +0200 + +binutils (2.21.51.20110421-0ubuntu5) oneiric; urgency=low + + * Cortex A8 workarounds for PLT tail calls (Richard Sandiford). + + -- Matthias Klose Fri, 06 May 2011 11:55:11 +0200 + +binutils (2.21.51.20110421-0ubuntu4) oneiric; urgency=low + + * Fix segfault in ar, delete_members. + + -- Matthias Klose Sun, 01 May 2011 17:30:42 +0200 + +binutils (2.21.51.20110421-0ubuntu3) oneiric; urgency=low + + * Install a man page for ld.gold, generated by help2man. Closes: #619823. + * Apply proposed patch for PR gas/12698. Closes: #623964. + + -- Matthias Klose Wed, 27 Apr 2011 20:26:20 +0200 + +binutils (2.21.51.20110421-0ubuntu1) oneiric; urgency=low + + * Snapshot, taken from the trunk 20110421. + + -- Matthias Klose Thu, 21 Apr 2011 14:24:45 +0200 + +binutils (2.21.51.20110419-2) unstable; urgency=low + + * Fix powerpcspe and sparc builds. + + -- Matthias Klose Tue, 19 Apr 2011 13:47:56 +0200 + +binutils (2.21.51.20110419-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20110419. + + -- Matthias Klose Tue, 19 Apr 2011 10:18:14 +0200 + +binutils (2.21.0.20110327-2ubuntu2) natty; urgency=low + + * Fix architecture field for binutils-gold (powerpcspe). + * Add support for arm-*-gnueabihf targets. Closes: #621029. + * Fix PR ld/12654: Pproperly handle R_386_TLS_LDO_32 for PIE. LP: #663294. + + -- Matthias Klose Sat, 09 Apr 2011 13:35:11 +0200 + +binutils (2.21.0.20110327-2ubuntu1) natty; urgency=low + + [ Marcin Juszkiewicz ] + * Build -dbgsym package for cross builds. LP: #711523. + + -- Matthias Klose Thu, 31 Mar 2011 16:24:10 +0200 + +binutils (2.21.0.20110327-2) unstable; urgency=low + + * Fix architecture field for binutils-gold. + * Configure with --disable-werror on armhf. + + -- Matthias Klose Tue, 29 Mar 2011 19:38:55 +0200 + +binutils (2.21.0.20110327-1) unstable; urgency=low + + * Update from the 2.21 branch 20110327. + * Add multiarch directories to linker search path. Closes: #369064. + LP: #738098. + + -- Matthias Klose Sun, 27 Mar 2011 22:32:57 +0100 + +binutils (2.21.0.20110322-1ubuntu2) natty; urgency=low + + * Add multiarch directories to linker search path. Closes: #369064. + LP: #738098. + + -- Matthias Klose Sat, 26 Mar 2011 11:27:54 +0100 + +binutils (2.21.0.20110322-1ubuntu1) natty; urgency=low + + * Merge with Debian. + + -- Matthias Klose Tue, 22 Mar 2011 23:36:26 +0100 + +binutils (2.21.0.20110322-1) unstable; urgency=low + + * Update from the 2.21 branch 20110322. + * S/390: Make as to accept all instructions if no -march option given. + taken from the trunk (Aurelian Jarno). Closes: #618751. + * Extend support for armhf (Loic Minier). + - debian/control.in, debian/control, debian/rules: Enable gold for armhf. + - debian/rules: Introduce $(CROSS) (set to $(DEB_HOST_GNU_TYPE)- when + cross-building) and call $(CROSS)cpp to check whether -marm is needed or + not instead of testing for armel; an alternative would be to + unconditionally set -marm if DEB_HOST_ARCH_CPU is arm. + - debian/rules: commented out -fno-section-anchors CFLAGS handling would + also be enabled for armhf. + - debian/rules: ignore regressions on armhf as well; note that + ignore_regressions is set three times. + + -- Matthias Klose Tue, 22 Mar 2011 23:12:39 +0100 + +binutils (2.21.0.20110302-2ubuntu1) natty; urgency=low + + * Merge with Debian. + + -- Matthias Klose Fri, 11 Mar 2011 00:14:22 +0100 + +binutils (2.21.0.20110302-2) unstable; urgency=low + + [ Carlos O'Donell ] + * Fix binutils-hppa64 build. + + [ Matthias Klose ] + * Fix PR ld/12376 (John David Anglin), taken from the trunk. + * Update to the 2.21 branch, 20110310. + + -- Matthias Klose Thu, 10 Mar 2011 21:35:07 +0100 + +binutils (2.21.0.20110302-1ubuntu1) natty; urgency=low + + * Merge with Debian. + + -- Matthias Klose Fri, 04 Mar 2011 01:37:26 +0100 + +binutils (2.21.0.20110302-1) unstable; urgency=low + + * Update from the 2.21 branch. + + [ Thorsten Glaser ] + * patches/640_m68k_fix-TLS_GD-relocation: new, temp. Closes: #611768. + + [ Matthias Klose ] + * On ppc64, look for 32 bit target libraries in /lib32, /usr/lib32 etc., + first. + + -- Matthias Klose Wed, 02 Mar 2011 02:41:17 +0100 + +binutils (2.21.0.20110216-2) unstable; urgency=low + + * Upload to unstable. + + -- Matthias Klose Tue, 22 Feb 2011 20:35:16 +0100 + +binutils (2.21.0.20110216-1ubuntu3) natty; urgency=low + + * Read multiarch targets from the first column of /usr/share/dpkg/archtable; + it's not the ideal list, but it's better than a hardcoded list and + enabling all targets was breaking too many tools; LP: #726428. + + -- Loïc Minier Wed, 02 Mar 2011 18:57:13 +0100 + +binutils (2.21.0.20110216-1ubuntu2) natty; urgency=low + + * Remove leftover bfd/elflink.c.rej. + * Pass --enable-targets=all to configure in the multiarch pass; + Debian #610745. + + -- Loïc Minier Thu, 24 Feb 2011 11:46:06 +0100 + +binutils (2.21.0.20110216-1ubuntu1) natty; urgency=low + + * Upload to natty. + + -- Matthias Klose Wed, 16 Feb 2011 19:43:02 +0100 + +binutils (2.21.0.20110216-1) experimental; urgency=low + + * Update from the 2.21 branch. + + -- Matthias Klose Wed, 16 Feb 2011 15:54:15 +0100 + +binutils (2.21-5ubuntu1) natty; urgency=low + + * Upload to natty. + + -- Matthias Klose Tue, 25 Jan 2011 05:46:53 +0100 + +binutils (2.21-5) experimental; urgency=low + + * Update gold to 1.11, taken from the 2.21 branch. + * Add the arm-linux-gnueabi target to binutils-multiarch (Loic Minier). + + -- Matthias Klose Tue, 25 Jan 2011 00:51:38 +0100 + +binutils (2.21-4ubuntu1) natty; urgency=low + + * Revert the soname change. + + -- Matthias Klose Wed, 12 Jan 2011 22:09:24 +0100 + +binutils (2.21-4ubuntu0) natty; urgency=low + + * Intermediate upload to natty to change the soversion on amd64. + + -- Matthias Klose Wed, 12 Jan 2011 21:51:03 +0100 + +binutils (2.21-4) experimental; urgency=low + + * Fix handling of writable .eh_frame section in gold, taken from the + 2.21 branch. + + -- Matthias Klose Wed, 12 Jan 2011 00:42:15 +0100 + +binutils (2.21-3ubuntu1) natty; urgency=low + + * Upload to natty. + + -- Matthias Klose Fri, 31 Dec 2010 16:31:48 +0100 + +binutils (2.21-3) experimental; urgency=low + + [ Matthias Klose ] + * Don't include `-system' in the bfd version identifier. + + [ Sedat Dilek ] + * 160_pr12327.patch: Fix PR ld/12327, taken from the trunk. + + -- Matthias Klose Thu, 29 Dec 2010 23:51:35 +0100 + +binutils (2.21-2) experimental; urgency=low + + * Don't install ld.bfd in binutils-multiarch. + * Fix assembler bug blocking Thumb-2 kernel builds (CS issue #8775). + + -- Matthias Klose Fri, 10 Dec 2010 13:45:00 +0100 + +binutils (2.21-1ubuntu4) natty; urgency=low + + * Don't install ld.bfd in binutils-multiarch. LP: #688497. + * Fix assembler bug blocking Thumb-2 kernel builds (CS issue #8775). + + -- Matthias Klose Fri, 10 Dec 2010 15:35:54 +0100 + +binutils (2.21-1ubuntu2) natty; urgency=low + + * Fix build dependencies. + + -- Matthias Klose Fri, 10 Dec 2010 00:57:01 +0100 + +binutils (2.21-1ubuntu1) natty; urgency=low + + * Upload to natty. + + -- Matthias Klose Fri, 10 Dec 2010 00:17:07 +0100 + +binutils (2.21-1) experimental; urgency=low + + * binutils 2.21 release. + + [ Marcin Juszkiewicz ] + + * Enable building gold in cross builds. LP: #686530. + * Allow to build only the -source package, and include the version + in the package name. LP: #682646. + + -- Matthias Klose Thu, 09 Dec 2010 23:24:49 +0100 + +binutils (2.20.90.20101121-0ubuntu1) natty; urgency=low + + * Update from the binutils 2.21 release branch. + + -- Matthias Klose Sun, 21 Nov 2010 13:53:59 +0100 + +binutils (2.20.90.20101105-0ubuntu1) natty; urgency=low + + * binutils 2.21 prerelease 1. + + -- Matthias Klose Wed, 10 Nov 2010 01:47:38 +0200 + +binutils (2.20.51.20101028-0ubuntu1) natty; urgency=low + + * Snapshot, taken from the trunk 20100928. + + -- Matthias Klose Thu, 28 Oct 2010 17:55:49 +0200 + +binutils (2.20.51.20101014-0ubuntu1) natty; urgency=low + + * Snapshot, taken from the trunk 20100914. + * ld: Accept --sysroot again. LP: #660257. + + -- Matthias Klose Thu, 14 Oct 2010 11:10:06 +0200 + +binutils (2.20.51.20101009-0ubuntu1) natty; urgency=low + + * Snapshot, taken from the trunk 20100909. + * For cross builds, build without sysroot support. Closes LP: #598389. + + -- Matthias Klose Sat, 09 Oct 2010 15:08:04 +0200 + +binutils (2.20.51.20100908-0ubuntu2) maverick; urgency=low + + * debian/patches/216-tilde-in-ar-filenames: Allow ar scripts to contain ~ + in the filename, fixes u-boot-linaro rc build failures that ended up + using pathnames with ~ in them. LP: #641488 + + -- Zygmunt Krynicki Fri, 17 Sep 2010 19:20:28 +0200 + +binutils (2.20.51.20100908-0ubuntu1) maverick; urgency=low + + * Snapshot, taken from the trunk 20100908. + * Build binutils-hppa64 in cross builds (Al Viro). Closes: #595319. + * Don't build the binutils-hppa64 package for Ubuntu. + * Fix some lintian warnings. + + -- Matthias Klose Wed, 08 Sep 2010 15:26:18 +0200 + +binutils (2.20.51.20100813-1ubuntu3) maverick; urgency=low + + * Add missing patch file. + + -- Matthias Klose Fri, 03 Sep 2010 10:32:25 +0200 + +binutils (2.20.51.20100813-1ubuntu2) maverick; urgency=low + + * Link executables statically when `static' is passed in DEB_BUILD_OPTIONS + (Jim Heck). Closes: #590101. + * Apply proposed patch for PR ld/10340 (ld doesn't honor sysroot prefix + for ldscripts). LP: #625320. + + -- Matthias Klose Fri, 27 Aug 2010 16:52:19 +0200 + +binutils (2.20.51.20100813-1ubuntu1) maverick; urgency=low + + * Merge with Debian. + + -- Matthias Klose Fri, 13 Aug 2010 13:26:32 +0200 + +binutils (2.20.51.20100813-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100813. + + [ Jonathan Nieder ] + * Remove ld.bfd from binutils-multiarch (not that useful without an + multiarch assembler). + + [ Marcin Juszkiewicz ] + * Revert sysroot to / for cross builds. LP: #598389. + * Generate debian/control for native and cross builds. LP: #612629. + * Provide packaging rules in -source package. LP: #608745. + + [ Matthias Klose ] + * Don't apply patches, when PATCHED_SOURCES is set to `yes'. + * Proposed patch for PR11889, readelf crashes for malformed binaries + (Dan Rosenberg). LP: #614206. + + -- Matthias Klose Fri, 13 Aug 2010 11:10:14 +0200 + +binutils (2.20.51.20100710-1ubuntu2) maverick; urgency=low + + * Don't use configury for cross builds for native builds. LP: #604134. + + -- Matthias Klose Sun, 11 Jul 2010 10:15:01 +0200 + +binutils (2.20.51.20100710-1ubuntu1) maverick; urgency=low + + * Update HJ patches from binutils 2.20.51.0.10. + + -- Matthias Klose Sat, 10 Jul 2010 11:42:27 +0200 + +binutils (2.20.51.20100710-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100710. + - Fix PR gas/10531. LP: #599485. + * debian/rules: Introduce PF macros (Jim Heck). Closes: #588357. + + [ Marcin Juszkiewicz ] + * Don't install documentation files in -cross packages. Closes: #586636. + * Set sysroot to /usr/$(TARGET) for cross builds. LP: #598389. + + -- Matthias Klose Sat, 10 Jul 2010 10:42:55 +0200 + +binutils (2.20.51.20100617-0ubuntu1) maverick; urgency=low + + * Snapshot, taken from the trunk 20100617. + + -- Matthias Klose Thu, 17 Jun 2010 15:30:31 +0200 + +binutils (2.20.51.20100608-0ubuntu1) maverick; urgency=low + + * Snapshot, taken from the trunk 20100608. + * Merge 'binary-cross' target into 'binary' one (Marcin Juszkiewicz). + LP: #587851. + * debian/copyright: Update to GFDL 1.3. + + -- Matthias Klose Tue, 08 Jun 2010 13:26:49 +0200 + +binutils (2.20.51.20100527-1ubuntu1) maverick; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Thu, 27 May 2010 12:32:39 +0200 + +binutils (2.20.51.20100527-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100527. + + [ Jonathan Nieder ] + * debian/binutils-multiarch.preinst.in: Re-add diversions on reinstall. + Closes: #581156. + * Remove c++filt from binutils-multiarch. + * Rename /usr/bin/ld from multiarch build to ld.bfd. Closes: #582490. + LP: #586227. + + -- Matthias Klose Thu, 27 May 2010 10:40:48 +0200 + +binutils (2.20.51.20100518-1ubuntu1) maverick; urgency=low + + * Snapshot, taken from the trunk 20100518. + * Merge with Debian; remaining changes: + - Build binutils-static. + * Update hjl patches from 2.20.51.0.8. + + -- Matthias Klose Tue, 18 May 2010 14:04:04 +0200 + +binutils (2.20.51.20100518-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100518. + + -- Matthias Klose Tue, 18 May 2010 13:29:45 +0200 + +binutils (2.20.51.20100428-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100428. + + -- Matthias Klose Wed, 28 Apr 2010 10:07:28 +0200 + +binutils (2.20.51.20100418-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100418. + * debian/*.shlibs.in: Automate upstream version changes. + * Configure native build --with-sysroot=/. Closes: #556126. + * Move the ld.gold binary into the binutils package, just keep the + diversion (ld) in the binutils-gold package. + * Linker selection: ld is used by default, to use the gold linker, + pass -fuse-linker-plugin (no other side effects if -flto/-fwhopr + is not passed). To force ld.bfd or ld.gold, pass -B/usr/lib/compat-ld + for ld.bfd or /usr/lib/gold-ld for ld.gold. + * Apply proposed patch for ARM: Add option to disable merging of adjacent + exidx unwinder entries. + + [ Jonathan Nieder ] + * Clean up diversion handling in binutils-multiarch: + - remove diversion of libbfd.a and libopcodes.a. Closes: #545067. + - wait for the new version to be unpacked before removing old diversions + - avoid messages from re-adding diversions when upgrading from a version + that already has them + - remove diversions when downgrading to a version that does not have + them (for example, when recovering from an upgrade failure) + * Add diversion for ld.bfd in binutils-multiarch. + * Update comment in debian/rules to acknowledge that binutils-multiarch + includes a linker now. + * Add c++filt to binutils-multiarch. + * Remove elfedit from binutils-multiarch. + Its functionality does not depend on the list of supported targets. + * Fixup to version changes handling. + + -- Matthias Klose Sun, 18 Apr 2010 14:18:59 +0200 + +binutils (2.20.51.20100407-0ubuntu1) lucid; urgency=low + + * Snapshot, taken from the trunk 20100407. + * debian/*.shlibs: Update to the version from the trunk. + * Configure native build --with-sysroot=/. Closes: #556126. + + -- Matthias Klose Thu, 08 Apr 2010 01:31:49 +0200 + +binutils (2.20.51.20100405-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100405. + * debian/*.shlibs: Update to the version from the trunk. + * Mangle the soname of the binutils libraries to be different than + the default name. Closes: #557620. + Packaged cross builds should do the same. + * Add diversion for elfedit in binutils-multiarch (Jonathan Nieder). + Closes: #576126. + * Convert to quilt (Sedat Dilek). + * Update to proposed patch to enable both gold and ld in a single toolchain. + The gold binary is now installed as `gold'. Keep the name `ld.gold'. + + -- Matthias Klose Mon, 05 Apr 2010 14:49:46 +0200 + +binutils (2.20.51.20100227-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100227. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Sat, 27 Feb 2010 08:55:05 +0100 + +binutils (2.20.51.20100222-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100222. + * debian/*.shlibs: Update to the version from the trunk. + * binutils-dev: Install plugin-api.h. + * Ignore testsuite regressions on armel. + + -- Matthias Klose Tue, 23 Feb 2010 02:27:28 +0100 + +binutils (2.20.51.20100216-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100216. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Tue, 16 Feb 2010 17:49:47 +0100 + +binutils (2.20.51.20100112-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100112. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Tue, 12 Jan 2010 09:06:51 +0100 + +binutils (2.20.51.20100109-2) experimental; urgency=low + + * Regenerate ld/configure (includes ld in the binutils package). + + -- Matthias Klose Mon, 11 Jan 2010 01:48:09 +0100 + +binutils (2.20.51.20100109-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100109. + - PR gold/10980: Support more options available by current GNU ld. + Closes: #555886. + - Fix PR gold/11072: Discard .gnu_debuglink sections, taken from the trunk. + Closes: #563366. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Sat, 09 Jan 2010 14:32:33 +0100 + +binutils (2.20.51.20100101-1) experimental; urgency=low + + * Snapshot, taken from the trunk 20100101. + * debian/*.shlibs: Update to the version from the trunk. + * Remove patches available on the trunk. + + -- Matthias Klose Fri, 01 Jan 2010 18:49:42 +0100 + +binutils (2.20.1-9ubuntu1) maverick; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Thu, 06 May 2010 16:56:40 +0200 + +binutils (2.20.1-9) unstable; urgency=high + + * [arm] branches to weak symbols, update patch from the trunk. + + -- Matthias Klose Thu, 06 May 2010 15:42:22 +0200 + +binutils (2.20.1-8ubuntu2) maverick; urgency=low + + * Build gold for powerpc as well. + + -- Matthias Klose Sat, 01 May 2010 14:22:35 +0200 + +binutils (2.20.1-8ubuntu1) maverick; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Thu, 29 Apr 2010 21:40:16 +0200 + +binutils (2.20.1-8) unstable; urgency=low + + * [arm] branches to weak symbols, patch taken from the trunk. + + -- Matthias Klose Thu, 29 Apr 2010 20:36:07 +0200 + +binutils (2.20.1-7) unstable; urgency=low + + * Apply proposed patch for ARM: Add option to disable merging of adjacent + exidx unwinder entries. Addresses PR libgcj/40860. + + -- Matthias Klose Tue, 20 Apr 2010 22:51:35 +0000 + +binutils (2.20.1-6) unstable; urgency=low + + * Move the ld.gold binary into the binutils package, just keep the + diversion (ld) in the binutils-gold package. + * Linker selection: ld is used by default, to use the gold linker, + pass -fuse-linker-plugin (no other side effects if -flto/-fwhopr + is not passed). To force ld.bfd or ld.gold, pass -B/usr/lib/compat-ld + for ld.bfd or /usr/lib/gold-ld for ld.gold. + * Disable building gold on arm. Use gold from the trunk, if needed. + * Backport fixups of Loongson2F from the trunk. + + -- Matthias Klose Sat, 17 Apr 2010 18:27:45 +0200 + +binutils (2.20.1-5) unstable; urgency=medium + + * Apply patch for PR gas/11456: Use memcpy to copy overlap memory. + + -- Matthias Klose Fri, 02 Apr 2010 01:36:07 +0200 + +binutils (2.20.1-4) unstable; urgency=low + + * Mangle the soname of the binutils libraries to be different than + the default name. Closes: #557620. + Packaged cross builds should do the same. + * Reduce ARM linking time (backport from the trunk). + * Apply fix for PR ld/11426, taken from the trunk. + + -- Matthias Klose Tue, 30 Mar 2010 22:32:12 +0200 + +binutils (2.20.1-3ubuntu5) lucid; urgency=low + + * Rebuild statically linked ld.static binary against recent libc. + + -- Matthias Klose Sun, 18 Apr 2010 23:50:53 +0200 + +binutils (2.20.1-3ubuntu4) lucid; urgency=low + + * Apply patch for PR gas/11456: Use memcpy to copy overlap memory. + + -- Matthias Klose Wed, 31 Mar 2010 19:10:39 +0200 + +binutils (2.20.1-3ubuntu3) lucid; urgency=low + + * Fix versioned dependency in binutils shlibs file. + + -- Matthias Klose Wed, 31 Mar 2010 04:02:51 +0200 + +binutils (2.20.1-3ubuntu2) lucid; urgency=low + + * Mangle the soname of the binutils libraries to be different than + the default name. Closes: #557620. LP: #548451. + Packaged cross builds should do the same. + * Apply fix for PR ld/11426, taken from the trunk. + + -- Matthias Klose Tue, 30 Mar 2010 23:46:50 +0200 + +binutils (2.20.1-3ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Sun, 21 Mar 2010 13:42:52 +0100 + +binutils (2.20.1-3) unstable; urgency=low + + * binutils-gold: Install the gold binary as `gold' as well, as proposed + by a patch to enable both gold and ld in a single toolchain. + + -- Matthias Klose Sun, 21 Mar 2010 06:43:48 +0100 + +binutils (2.20.1-2ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Mon, 08 Mar 2010 18:25:25 +0100 + +binutils (2.20.1-2) unstable; urgency=low + + * Fix version in debian/*shlibs to match the release version; + the 2.20.1 upstream release identifies as 2.20.1.20100303. + + -- Matthias Klose Mon, 08 Mar 2010 18:01:22 +0100 + +binutils (2.20.1-1ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Mon, 08 Mar 2010 13:11:53 +0100 + +binutils (2.20.1-1) unstable; urgency=low + + * New upstream release. + * Don't set has_ifunc_symbols if the symbol comes from a shared library + (backport from the trunk). + * Don't include documentation files in the -cross packages. + Closes: #571522. LP: #514509. + * Fix typo in ld documentation. LP: #497923. + * Add readelf --unwind support for ARM. + + -- Matthias Klose Mon, 08 Mar 2010 04:47:46 +0100 + +binutils (2.20-6ubuntu3) lucid; urgency=low + + * Apply updates from the 2.20 branch up to 20100216 + - Apply patch to fix R_ARM_THM_JUMP24 relocation truncated bug. + * Don't set has_ifunc_symbols if the symbol comes from a shared library + (backport from the trunk). + + -- Matthias Klose Fri, 19 Feb 2010 17:19:09 +0100 + +binutils (2.20-6ubuntu2) lucid; urgency=low + + * Apply updates from the 2.20 branch up to 20100216 + - Fix broken global Thumb to ARM branches. + + -- Matthias Klose Tue, 16 Feb 2010 18:32:35 +0100 + +binutils (2.20-6ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Fri, 05 Feb 2010 20:30:59 +0100 + +binutils (2.20-6) unstable; urgency=low + + * Apply updates from the 2.20 branch up to 20100205 + - 135_arm_dis_thumb2.dpatch: Remove, applied upstream. + - 136_gold_gnu_debuglink.dpatch: Remove, applied upstream. + * armel: Fix ld-shared/shared.exp and ld-elfvsb/elfvsb.exp failures + (proposed patch, Matthew Gretton-Dann). Closes: #564685. LP: #446478. + * Fix PR other/42602: demangling a global constructors symbol. + Closes: #561150. + + -- Matthias Klose Fri, 05 Feb 2010 20:01:20 +0100 + +binutils (2.20-5ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Sat, 09 Jan 2010 12:13:43 +0100 + +binutils (2.20-5) unstable; urgency=low + + * Apply updates from the 2.20 branch up to 20100109 + * Apply patches from the trunk: + - [arm] Prevent disassembler from aborting on an invalid Thumb2 instruction. + - Fix PR gold/11072: Discard .gnu_debuglink sections. Closes: #563366. + - Fix PR ld/11138: internal error when DSO is before object files. + Closes: #562822. + - Fix PR gold/11042: COPY relocs need for the dynamic object. + Closes: #559183. + - Fix PR gold/10916: Fix --exclude-libs with undefined symbol. + Closes: #555012. + - Fix PR gold/10979: gold linker crashes. Closes: #553916. + - Fix PR gas/10740: Intel syntax far jumps broken. Closes: #541535. + + -- Matthias Klose Sat, 09 Jan 2010 10:43:04 +0100 + +binutils (2.20-4ubuntu4) lucid; urgency=low + + * ARM - Fix b / bl ranges for Thumb2 (Ramana Radhakrishnan). + + -- Matthias Klose Mon, 21 Dec 2009 13:38:09 +0100 + +binutils (2.20-4ubuntu3) lucid; urgency=low + + * [arm] Prevent disassembler from aborting on an invalid Thumb2 instruction, + taken from the trunk. + + -- Matthias Klose Thu, 19 Nov 2009 18:48:28 +0100 + +binutils (2.20-4ubuntu1) lucid; urgency=low + + * On armel build with -marm; the testsuite is not ready to be run with + -mthumb. + + -- Matthias Klose Thu, 12 Nov 2009 01:10:33 +0100 + +binutils (2.20-4) unstable; urgency=low + + * Fix binutils-gold update. Closes: #555734. + * Don't configure gold for spu on powerpc. + + -- Matthias Klose Wed, 11 Nov 2009 23:33:20 +0100 + +binutils (2.20-3ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - Build binutils-static. + + -- Matthias Klose Tue, 10 Nov 2009 11:14:38 +0100 + +binutils (2.20-3) unstable; urgency=low + + * Apply updates from the 2.20 branch up to 20091108: + - Fix PR gold/10876 (closes: #553435), PR gold/10910, PR gold/10860, + PR gold/10880 (closes: #553512, #553436), PR gold/10887, + PR gold/10893, PR gold/10895 (thanks to Peter Fritzsche for tracking + the gold reports). + * Fix libiberty build failure on sh4 (Nobuhiro Iwamatsu). Closes: #550810. + * PR ld/10858: Fix pie on mips/mipsel. Closes: #526961. + * Ignore regressions on sparc; the proper fix is to fix the testcases + for v9. + * Remove the conflict between binutils-multiarch and binutils-gold. + Closes: #521106. + + -- Matthias Klose Tue, 10 Nov 2009 02:15:41 +0100 + +binutils (2.20-2) unstable; urgency=high + + * Apply updates from the 2.20 branch up to 20091028: + - Fix PR binutils/10802, PR binutils/10793, PR binutils/10792, + PR gas/10856. + - Remove local patches now in the branch. + * Ignore regressions on armel when building with gcc-4.4; the proper fix + is to build the testcases using -fno-section-anchors. + + -- Matthias Klose Thu, 29 Oct 2009 22:17:42 +0100 + +binutils (2.20-1ubuntu3) lucid; urgency=low + + * Work around build failure on powerpc, disable the gold build; re-enable + it later with a proper fix. + * Ignore regressions on sparc; the proper fix is to fix the testcases + for v9. + + -- Matthias Klose Sat, 31 Oct 2009 12:21:59 +0100 + +binutils (2.20-1ubuntu2) lucid; urgency=low + + * Don't build just on armel and i386. + + -- Matthias Klose Fri, 30 Oct 2009 14:51:13 +0100 + +binutils (2.20-1ubuntu1) lucid; urgency=low + + * Apply updates from the 2.20 branch up to 20091028: + - Fix PR binutils/10802, PR binutils/10793, PR binutils/10792, + PR gas/10856. + - Remove local patches now in the branch. + * Ignore regressions on armel; the proper fix is to build the + testcases using -fno-section-anchors. + + -- Matthias Klose Fri, 30 Oct 2009 01:27:43 +0100 + +binutils (2.20-1) unstable; urgency=low + + * binutils 2.20 final release. + - Fix PR binutils/10785, memory corruptions. + - PR ld/10749, ia64 linker failure. + - PR gas/2117, ia64 assembler fix. + - gold updates. + * Configure with --enable-plugins. Closes: #550088. + * debian/test-suite-compare.py: Don't count untested test cases as + regressions. + * binutils-gold: Install /usr/lib/compat-ld/ld to point to the + old linker. To use the old linker when gold is installed, use + gcc -B/usr/lib/compat-ld/ (including the trailing slash). + + -- Matthias Klose Sat, 17 Oct 2009 12:22:30 +0200 + +binutils (2.20-0ubuntu2) karmic-proposed; urgency=low + + * Fix PR gas/10856, wrong code with assembler files in intel syntax. + Patch taken from the 2.20 branch. LP: #461303. + + -- Matthias Klose Wed, 28 Oct 2009 09:46:50 +0100 + +binutils (2.20-0ubuntu1) karmic; urgency=low + + * binutils 2.20 final release. + - Fix PR binutils/10785, memory corruptions. + - gold updates. LP: #453278. + * debian/*.shlibs: Update to the release version. LP: #452526. + * Fix build failure on arm, building from the release tarball. + + -- Matthias Klose Sat, 17 Oct 2009 11:14:00 +0200 + +binutils (2.19.91.20091014-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20091014. + - PR ld/10749, ia64 linker failure. + - PR gas/2117, ia64 assembler fix. + * debian/*.shlibs: Update to the version from the branch. + * Fix build failures for cross build. + + -- Matthias Klose Wed, 14 Oct 2009 14:55:40 +0200 + +binutils (2.19.91.20091006-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20091006. + - cfi_sections changes applied, remove 129_cfi_sections.dpatch. + * debian/*.shlibs: Update to the version from the branch. + * binutils-gold: Build the testsuite as part of the check target + instead of the build target to avoid build failures when the + installed binutils soname is the same as the one which is built + (gas is segfaulting). Just a workaround, not a solution. + + -- Matthias Klose Tue, 06 Oct 2009 18:14:37 +0200 + +binutils (2.19.91.20091005-0ubuntu2) karmic; urgency=low + + * Really re-enable the binutils-gold build on powerpc. + + -- Matthias Klose Tue, 06 Oct 2009 13:53:22 +0200 + +binutils (2.19.91.20091005-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20091005. + - no changes, bump the soname only. + * debian/*.shlibs: Update to the version from the branch. + * Re-enable the binutils-gold build on powerpc. + * Add 129_cfi_sections.dpatch, support for .cfi_sections, taken + from the trunk. LP: #440172. + * Add 150_gold_copyrelocs.dpatch, add -z copyrelocs option for gold. + + -- Matthias Klose Tue, 06 Oct 2009 10:31:58 +0200 + +binutils (2.19.91.20091003-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20091003. + - powerpc fixes. + * debian/*.shlibs: Update to the version from the branch. + * Reenable binutils-gold build on armel (build failures on just + one buildd). + * Disable binutils-gold build on powerpc, fails to build with the + version in the archive. + * binutils-source: Depend on texinfo, zlib1g-dev. + + -- Matthias Klose Tue, 06 Oct 2009 10:16:47 +0200 + +binutils (2.19.91.20091001-0ubuntu2) karmic; urgency=low + + * Don't build binutils-gold for armel, currently ftbfs. + + -- Matthias Klose Thu, 01 Oct 2009 23:54:41 +0200 + +binutils (2.19.91.20091001-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20091001. + - Fix PR ld/9863, regression in testsuite on armel. + - Fix regressions seen in the GCC/libjava testsuite. + * debian/*.shlibs: Update to the version from the branch. + * No need to build libiberty_pic.a twice. + + -- Matthias Klose Thu, 01 Oct 2009 16:53:04 +0200 + +binutils (2.19.91.20090923-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20090923 (last upload + was taken from the trunk).. + * debian/*.shlibs: Update to the version from the branch. + + -- Matthias Klose Wed, 23 Sep 2009 09:44:40 +0200 + +binutils (2.19.91.20090922-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20090922. + * debian/*.shlibs: Update to the version from the branch. + + -- Matthias Klose Tue, 22 Sep 2009 22:01:19 +0200 + +binutils (2.19.91.20090910-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20090910, corresponding + to the 2.19.90 upstream snapshot. + * Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken + from the trunk. + * Update binutils-sec64k patch (H.J. Lu). + + -- Matthias Klose Thu, 10 Sep 2009 17:21:56 +0200 + +binutils (2.19.90.20090909-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the 2.20 release branch 20090909. + * debian/*.shlibs: Update to the version from the branch. + + -- Matthias Klose Wed, 09 Sep 2009 10:01:29 +0200 + +binutils (2.19.51.20090827-1ubuntu1) karmic; urgency=low + + * Merge with Debian unstable; remaining changes: + - Build binutils-static and binutils-static-udeb packages. + - Apply patches derived from the binutils HJL release. + + -- Matthias Klose Fri, 28 Aug 2009 13:49:57 +0200 + +binutils (2.19.51.20090827-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20090827. + - Fix PR ld/10518: In linker scripts override a "*" match by any other + wildcard match. Closes: #540751. + * debian/*.shlibs: Update to the version from the trunk. Closes: #540800. + * Add sysroot support for cross builds (Hector Oron). Closes: #522480. + * Update long description of binutils-doc. Closes: #428764. + * Update build-dependency on autoconf. + * Fix some lintian warnings. + + -- Matthias Klose Thu, 27 Aug 2009 17:09:28 +0200 + +binutils (2.19.51.20090805-1ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090805. + * debian/*.shlibs: Update to the version from the trunk. + - Fix PR binutils/10364, strip not failing on unwritable files. + Closes: #276428. + - Fix PR binutils/10363, objdump -T crashing on corrupted file. + Closes: #487963. + * 129_cortex_a8.dpatch: Fix a couple of cortex-a8 erratum bugs. + + -- Matthias Klose Wed, 05 Aug 2009 10:29:44 +0200 + +binutils (2.19.51.20090723-1ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090723. + * debian/*.shlibs: Update to the version from the trunk. + * Apply build-id patch to avoid memory corruption (taken from Fedora). + + -- Matthias Klose Thu, 23 Jul 2009 13:47:19 +0200 + +binutils (2.19.51.20090714-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090714. + - Fix PR gas/10387 (branch instruction with no operand causes gas + to segfault on armel). LP: #396049. + - 128_arm_eabi_align64.dpatch: Remove, integrated upstream. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Tue, 14 Jul 2009 12:48:09 -0400 + +binutils (2.19.51.20090713-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090713. + * debian/*.shlibs: Update to the version from the trunk. + * 128_arm_eabi_align64.dpatch: Adjust expected output to changed objdump + output. LP: #398732. + + -- Matthias Klose Mon, 13 Jul 2009 13:21:56 -0400 + +binutils (2.19.51.20090704-1ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090704. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Sat, 04 Jul 2009 11:46:03 +0200 + +binutils (2.19.51.20090704-1) unstable; urgency=low + + * Snapshot, taken from the trunk 20090704. + - debian/patches/128_arm_eabi_auto_it.dpatch: Remove, applied upstream. + * debian/*.shlibs: Update to the version from the trunk. + * Bump standards version. + + -- Matthias Klose Sat, 04 Jul 2009 10:37:18 +0200 + +binutils (2.19.51.20090622-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090622. + - debian/patches/128_arm_eabi_auto_it.dpatch: Remove, applied upstream. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Tue, 23 Jun 2009 01:36:34 +0200 + +binutils (2.19.51.20090620-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090620. + * debian/*.shlibs: Update to the version from the trunk. + * Build the binutils-gold package on armel. + * Update hjl patches from the binutils-2.19.51.0.10 release. + + -- Matthias Klose Sat, 20 Jun 2009 22:56:32 +0200 + +binutils (2.19.51.20090616reallz0515-0ubuntu1) karmic; urgency=low + + * Reupload snapshot from trunk 20090515. + * Apply proposed patch to augment maximum alignment size to 64 (ARM gas). + * Apply proposed patch for new option for automatically generating IT blocks. + + -- Matthias Klose Wed, 17 Jun 2009 23:02:25 +0000 + +binutils (2.19.51.20090515-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090515. + - Fix PR ld/10152. LP: #375991. + * Revert work-around from last upload. + * debian/*.shlibs: Update to the version from the trunk. + * Build the binutils-gold package again. + + -- Matthias Klose Fri, 15 May 2009 16:34:56 +0200 + +binutils (2.19.51.20090508-0ubuntu2) karmic; urgency=low + + * Revert change for ARM unwind table linker processing. Addresses #375991. + + -- Matthias Klose Wed, 13 May 2009 17:46:20 +0200 + +binutils (2.19.51.20090508-0ubuntu1) karmic; urgency=low + + * Snapshot, taken from the trunk 20090508. + * debian/*.shlibs: Update to the version from the trunk. + + -- Matthias Klose Fri, 08 May 2009 11:22:40 +0200 + +binutils (2.19.51.20090423-0ubuntu2) karmic; urgency=low + + * Snapshot, taken from the trunk 20090423. + * debian/*.shlibs: Update to the version from the trunk. + * Fix build failure when building with -Os. + * debian/patches/013_bash_in_ld_testsuite.dpatch: Update. + + -- Matthias Klose Fri, 24 Apr 2009 12:29:23 +0200 + +binutils (2.19.1-0ubuntu3) jaunty; urgency=low + + * Re-add -a to dpkg-architecture call; the addition of -f is all what's + needed to ignore the dpkg-architecture env set by dpkg-buildpackage (since + we don't care about the DEB_BUILD_* or DEB_HOST_* arches but only about + the TARGET arch). + + -- Loic Minier Tue, 10 Feb 2009 16:42:28 +0100 + +binutils (2.19.1-0ubuntu2) jaunty; urgency=low + + * binutils-source: Make .dpatch files executable. + * Use dpkg-architecture -f instead of -a for cross builds. + * Call pkg_create_dbgsym explicitly to build debug symbols packages. + LP: #322243. + + -- Matthias Klose Tue, 10 Feb 2009 12:05:51 +0100 + +binutils (2.19.1-0ubuntu1) jaunty; urgency=low + + * Binutils 2.19.1 release. + - 128_arm_relocs_against_weak.dpatch 129_scale-DW_CFA_advance_loc.dpatch: + Remove, applied upstream. + * debian/*.shlibs: Update to the release version. + + -- Matthias Klose Wed, 04 Feb 2009 10:14:33 +0100 + +binutils (2.19.0.20090110-0ubuntu1) jaunty; urgency=low + + * Update to the binutils-2_19-branch 20090110. + - Fix PR binutils/7011. LP: #254790. + * debian/*.shlibs: Update to the version from the branch. + + -- Matthias Klose Sat, 10 Jan 2009 13:47:35 +0100 + +binutils (2.19-0ubuntu3) jaunty; urgency=low + + * debian/patches/129_scale-DW_CFA_advance_loc.dpatch: Scale + DW_CFA_advance_loc[124] output values. + * debian/patches/128_arm_relocs_against_weak.dpatch: Fix R_ARM_THM_CALL + relocations against undefined weak symbols in shared libraries. + + -- Matthias Klose Sat, 29 Nov 2008 11:25:22 +0100 + +binutils (2.19-0ubuntu2) jaunty; urgency=low + + * No-change rebuild to remove translations from the binary package, + accidentally included due to a misbuild. + + -- Steve Langasek Fri, 21 Nov 2008 04:35:45 +0000 + +binutils (2.19-0ubuntu1) jaunty; urgency=low + + * Binutils 2.19 release. + * debian/*.shlibs: Update to the release version. + * debian/control: Update to GPL3, reference the GFDL. + * Make lintian more happy. + + -- Matthias Klose Thu, 30 Oct 2008 15:37:05 +0100 + +binutils (2.18.93.20081009-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the 2.19 branch 20081009 (corresponding to the + 2.18.93 upstream snapshot. + * debian/*.shlibs: Update to the version from the branch. + * In gprof(1), remove references to monitor(3) and profil(2). + + -- Matthias Klose Wed, 08 Oct 2008 15:27:50 +0200 + +binutils (2.18.92.20081003-0ubuntu2) intrepid; urgency=low + + * Add build dependency on zlib1g-dev. + + -- Matthias Klose Tue, 07 Oct 2008 12:52:33 +0200 + +binutils (2.18.92.20081003-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the 2.19 branch 20081003 (corresponding to the + 2.18.92 upstream snapshot. + * Stop building binutils-gold for the intrepid release (still + experimental). + * debian/*.shlibs: Update to the version from the branch. + + -- Matthias Klose Fri, 03 Oct 2008 11:16:43 +0000 + +binutils (2.18.91.20080923-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the 2.19 branch 20080923 (corresponding to the + 2.18.91 upstream snapshot. + * debian/*.shlibs: Update to the version from the branch. + * debian/patches/201-hjl-bfd-ref_addr.dpatch: Remove, integrated upstream. + * Fail the build if the testsuite shows regressions compared to the + last (installed) build. + + -- Matthias Klose Tue, 23 Sep 2008 13:22:34 +0200 + +binutils (2.18.90.20080910-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the 2.19 branch 20080910. + - No testsuite regressions on amd64, i386, lpia, sparc. + * debian/*.shlibs: Update to the version from the branch. + * debian/patches/201-hjl-bfd-ref_addr.dpatch: Update. + + -- Matthias Klose Sat, 13 Sep 2008 19:40:31 +0200 + +binutils (2.18.50.20080814-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080814. + * debian/*.shlibs: Update to the version from the trunk. + * debian/patches/201-hjl-bfd-ref_addr.dpatch: Update. + * debian/patches/209-hjl-binutils-error.dpatch: Likewise. + + -- Matthias Klose Thu, 14 Aug 2008 16:37:01 +0000 + +binutils (2.18.50.20080806-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080806. + - Fix PR ld/6656, disable gas generated debug info if compiler generated + debug info is seen. LP: #240884. Closes: #481592. + * debian/*.shlibs: Update to the version from the trunk. + * Build binutils-gold for powerpc. + + -- Matthias Klose Wed, 06 Aug 2008 08:39:52 +0200 + +binutils (2.18.50.20080707-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080707. + * debian/*.shlibs: Update to the version from the trunk. + * include/safe-ctype.h: Add #include of ctype.h before redefining + the ctype.h macros (proposed for the trunk). + + -- Matthias Klose Mon, 07 Jul 2008 10:21:30 +0000 + +binutils (2.18.50.20080610-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080610. + * debian/*.shlibs: Update to the version from the trunk. LP: #237461. + + -- Matthias Klose Tue, 10 Jun 2008 17:18:50 +0200 + +binutils (2.18.50.20080530-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080530. + - gold recognizes -z relro and -z norelro. + * debian/rules: Explicitely set SHELL to /bin/bash, build-depend on bash. + * debian/rules: Fix setting of TARGET for cross builds. + * binutils-static: Remove dependency on libc6. LP: #184582. + + -- Matthias Klose Fri, 30 May 2008 23:55:07 +0200 + +binutils (2.18.50.20080509-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080509. + * Add -Wno-format-security to CFLAGS, CXXFLAGS, due to picky default + hardening options. + * Let gold ignore -z relro and -z norelro for now. + * Build gold with -Wno-error. + + -- Matthias Klose Fri, 09 May 2008 11:09:24 +0200 + +binutils (2.18.50.20080507-0ubuntu1) intrepid; urgency=low + + * Snapshot, taken from the trunk 20080507. + * Remove patches applied upstream: 304_pr4476.dpatch, 305_arm-dis.dpatch, + 306_pr4453.dpatch, 307_ld-pic.dpatch, 308_mips-pic.dpatch, + 311_pr5006.dpatch, 312_pr5011.dpatch, 313_pr5025.dpatch. + * Update patches from the hjl releases: 200-hjl-ld-env (not applied), + 206-hjl-binutils-shr.dpatch (not applied), + * Remove patches from the hjl release: 204-hjl-binutils-tls-relro.dpatch, + 208-hjl-libtool-relink.dpatch, 209-hjl-binutils-error.dpatch, + 210-hjl-binutils-signed.dpatch, + * New patches from the hjl release: 212-hjl-bfd-64k.dpatch. + * debian/*.shlibs: Update to the version from the trunk. + * On amd64, i386, lpia and sparc, build a binutils-gold package, + diverting /usr/bin/ld. + + -- Matthias Klose Wed, 07 May 2008 17:41:05 +0200 + +binutils (2.18.1~cvs20080103-4ubuntu1) hardy; urgency=low + + * Merge with Debian unstable; remaining changes: + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Tue, 22 Apr 2008 12:02:51 +0200 + +binutils (2.18.1~cvs20080103-4) unstable; urgency=medium + + * debian-rules: Remove libiberty in /usr/lib64; workaround for + `gcc -print-multi-os-directory' printing the symlink. + Closes: #473665, #473591. + * Don't include development fiiles in binutils-spu. + * Fix binutils-spu build on ppc64 (Andreas Jochens). Closes: #474116. + * Build libiberty with -fPIC on mips/mipsel (Aurelian Jarno). + + -- Matthias Klose Sat, 05 Apr 2008 11:21:08 +0200 + +binutils (2.18.1~cvs20080103-3) unstable; urgency=low + + [ Arthur Loiret ] + * Build a binutils for spu-elf target on powerpc and ppc64. + - debian/control: Add a binutils-spu package. + - debian/binutils-spu.{postinst,postrm,shlibs}: Add. + * Add sh64-linux-gnu to multiarch targets. + * Fix cross-compilation support. + * Make lintian happier: + - Use ${source:Version}, ${binary:Version} variables. + - Remove -1 from Build-Depends revisions. + - Bump Standards-Version to 3.7.3. + + [ Matthias Klose ] + * Keep the spu elfscripts in bintutils, remove them from binutils-spu. + * debian/patches/307_ld-pic.dpatch: Fix failing ld-shared tests when built + with gcc-4.3. + + -- Matthias Klose Sat, 29 Mar 2008 20:32:35 +0100 + +binutils (2.18.1~cvs20080103-2) unstable; urgency=low + + * debian/patches/306_pr4453.dpatch: Fix PR binutils/4453, taken from + the trunk (Aurelian Jarno). Closes: #363423. + + -- Matthias Klose Fri, 21 Mar 2008 20:49:17 +0100 + +binutils (2.18.1~cvs20080103-0ubuntu1) hardy; urgency=low + + * Update to 20080103 from the binutils-2_18-branch. + - Set version number to 2.18.0 (smaller than the one from the trunk). + * debian/*.shlibs: Update to version from the branch. + * debian/patches/305_arm-dis.dpatch: Fix segfault when disassembling ARM + code. Closes: #438956. + + -- Matthias Klose Thu, 03 Jan 2008 21:26:56 +0000 + +binutils (2.18.1~cvs20071027-1ubuntu2) hardy; urgency=low + + * Do not include static libraries in the multiarch package. + * Install a libiberty compiled with -fPIC as libiberty_pic.a. + LP: #50512. + * Don't include /usr/lib64 for cross packages. Closes: #450429. + + -- Matthias Klose Fri, 23 Nov 2007 12:14:31 +0000 + +binutils (2.18.1~cvs20071027-1ubuntu1) hardy; urgency=low + + * Update to 20071027 from the binutils-2_18-branch. + - Fix PR ld/4988, assertion failures in ld. Closes: #440015. + * debian/*.shlibs: Update to version from the branch. + * Drop the build dependency on expect-tcl8.3, don't run the + testsuite on hppa. + + -- Matthias Klose Sat, 27 Oct 2007 17:33:13 +0000 + +binutils (2.18-1ubuntu1) hardy; urgency=low + + * Rebuild using gcc-4.2. + + -- Matthias Klose Sun, 21 Oct 2007 08:31:26 +0000 + +binutils (2.18-1) unstable; urgency=low + + [ Matthias Klose ] + * New upstream release. + - Remove patches applied upstream: 100_warning_arm, 400_gcc42_fix, + 401_builddoc. + * debian/*.shlibs: Update to release version. + + -- Matthias Klose Wed, 29 Aug 2007 01:07:31 +0200 + +binutils (2.18-0ubuntu3) gutsy; urgency=low + + * Apply patches for: + - PR binutils/5011, readelf reads past end of buffer. + - PR ld/5025, downgrade error to a warning if .note.gnu.build-id + has been discarded. + + -- Matthias Klose Wed, 19 Sep 2007 00:31:23 +0200 + +binutils (2.18-0ubuntu2) gutsy; urgency=low + + * Apply fix for PR ld/5008, taken from the trunk. + + -- Matthias Klose Sun, 09 Sep 2007 22:08:19 +0200 + +binutils (2.18-0ubuntu1) gutsy; urgency=low + + * Final 2.18 release. + * debian/*.shlibs: Update to release version. + + -- Matthias Klose Wed, 29 Aug 2007 13:22:09 +0200 + +binutils (2.18~cvs20070827-0ubuntu1) gutsy; urgency=low + + * New upstream CVS snapshot, taken from the binutils-2_18-branch. + - Remove patches applied upstream: 311_sse4_intel_mode, 400_gcc42_fix, + 401_builddoc. + * debian/*.shlibs: Update to snapshot version. + + -- Matthias Klose Mon, 27 Aug 2007 19:30:21 +0200 + +binutils (2.18~cvs20070812-0ubuntu1) gutsy; urgency=low + + * New upstream CVS snapshot, taken from the binutils-2_18-branch. + * debian/rules: Support parallel= with comma separated keywords + in DEB_BUILD_OPTIONS. + * debian/rules (clean): Remove stamp files. + * debian/*.shlibs: Update to snapshot version. + * debian/patches/401_builddoc.dpatch: Fix doc build failure on the branch. + * debian/patches/311_sse4_intel_mode.dpatch: Fix SSE4 for Intel mode. + * Update patches: 200-hjl-ld-env (not applied), 203-hjl-binutils-indirect, + 204-hjl-binutils-tls-relro, 209-hjl-binutils-error, + * Remove patches: 201-hjl-bfd-dwarf-dup.dpatch, 201-hjl-bfd-dwarf-dup, + 205-hjl-bfd-kept, 208-hjl-libtool-relink. + * New patches: 210-hjl-binutils-signed, 211-hjl-binutils-weakdef. + + -- Matthias Klose Sun, 12 Aug 2007 12:42:57 +0200 + +binutils (2.17.20070804cvs-0ubuntu1) gutsy; urgency=low + + * New upstream CVS snapshot. + - PR binutils/4888, fixes objcopy --only-keep-debug. Closes: #435444. + * debian/rules: Support parallel= in DEB_BUILD_OPTIONS (see #209008). + * debian/*.shlibs: Update to snapshot version. + * Build using the default compiler on all architectures. + + -- Matthias Klose Sat, 04 Aug 2007 11:29:10 +0000 + +binutils (2.17.20070801cvs-0ubuntu2) gutsy; urgency=low + + * Build-depend on gcc-4.1 on lpia, since we're calling it explicitly. + + -- Adam Conrad Fri, 3 Aug 2007 13:24:26 +1000 + +binutils (2.17.20070801cvs-0ubuntu1) gutsy; urgency=low + + * CVS snapshot 20070801, taken from the trunk. + - Fixes objcopy --only-keep-debug on amd64. + + -- Matthias Klose Wed, 01 Aug 2007 18:46:10 +0200 + +binutils (2.17.20070718cvs-0ubuntu2) gutsy; urgency=low + + * debian/patches/305_ungetc.dpatch: Allow UNGETC to work with empty buffer, + taken from CVS HEAD. + + -- Matthias Klose Fri, 20 Jul 2007 12:47:44 +0200 + +binutils (2.17.20070718cvs-0ubuntu1) gutsy; urgency=low + + * CVS snapshot 20070718, taken from the trunk. + * Fix cross build failure while stripping binaries. Closes: #432907. + + -- Matthias Klose Wed, 18 Jul 2007 15:19:15 +0000 + +binutils (2.17.20070713cvs-0ubuntu2) gutsy; urgency=low + + * Fix build failure with gcc-4.2. + + -- Matthias Klose Tue, 17 Jul 2007 11:09:25 +0000 + +binutils (2.17.20070713cvs-0ubuntu1) gutsy; urgency=low + + * CVS snapshot 20070713, taken from the trunk. + - Remove patches applied upstream: 301_pr4436.dpatch, 302_pr4448.dpatch, + 303_pr4454.dpatch, 305_pr4497.dpatch, 306_ld_demangler_segfault.dpatch, + 307_pr4558.dpatch. + * Update hjl patches: + - Remove 207-hjl-libtool-archive.dpatch. + - Add 201-hjl-bfd-dwarf-dup.dpatch, 209-hjl-binutils-error.dpatch. + - Update 200-hjl-ld-env.dpatch, 201-hjl-bfd-ref_addr.dpatch, + 204-hjl-binutils-tls-relro.dpatch, hjl-binutils-shr.dpatch. + * debian/copyright: Include GPL-3. + * debian/rules: Fix version extraction. + * debian/rules: Honor `noopt' in DEB_BUILD_OPTIONS. Closes LP: #65607. + * debian/patches/013_bash_in_ld_testsuite.dpatch: Use bash in the ld + testsuite. Closes LP: #124435. + + -- Matthias Klose Fri, 13 Jul 2007 15:43:07 +0200 + +binutils (2.17.20070426cvs-7ubuntu2) gutsy; urgency=low + + * Fix PR gas/4558. + + -- Matthias Klose Mon, 28 May 2007 08:48:33 +0000 + +binutils (2.17.20070426cvs-7ubuntu1) gutsy; urgency=low + + * Merge with Debian. + + -- Matthias Klose Fri, 25 May 2007 08:24:08 +0200 + +binutils (2.17cvs20070426-7) unstable; urgency=low + + * 306_ld_demangler_segfault.dpatch: new CVS patch from Alan Modra to fix + segfaults in ld seen when building, e.g. openipmi. + + * debian/copyright: update source location and copyright years. + * debian/rules: idem. + + -- James Troup Wed, 23 May 2007 02:19:09 +0100 + +binutils (2.17cvs20070426-6) unstable; urgency=low + + * Fix PR ld/4497, regression introduced with the fix for PR ld/4454. + Closes: #423496. + * Fix binutils/4476, readelf support for --hash-style=gnu. Closes: #421790. + + -- Matthias Klose Mon, 14 May 2007 10:51:40 +0200 + +binutils (2.17cvs20070426-5) unstable; urgency=low + + * Fix PR ld/4454. + + -- Matthias Klose Sun, 06 May 2007 09:50:29 +0200 + +binutils (2.17cvs20070426-4) unstable; urgency=low + + * Fix PR gas/4448, overstrict check for powerpc lswi. Closes: #421799. + + -- Matthias Klose Wed, 2 May 2007 18:26:03 +0200 + +binutils (2.17cvs20070426-3) unstable; urgency=low + + * Update debian/*.shlibs files. Closes: #421454. + * Fix PR gas/4436, wrong reject in powerpc opcode table checks. + Closes: #421455. + * Fix build failure on arm (Aurelian Jarno). Closes: #421365. + * Compare testsuite results of the installed binutils with the built one. + + -- Matthias Klose Mon, 30 Apr 2007 07:47:09 +0200 + +binutils (2.17.20070426cvs-2ubuntu7) gutsy; urgency=low + + * Fix PR ld/4497, regression introduced with the fix for PR ld/4454. + + -- Matthias Klose Mon, 14 May 2007 08:13:50 +0000 + +binutils (2.17.20070426cvs-2ubuntu6) gutsy; urgency=low + + * Fix binutils/4476, readelf support for --hash-style=gnu. + + -- Matthias Klose Thu, 10 May 2007 07:32:28 +0000 + +binutils (2.17.20070426cvs-2ubuntu5) gutsy; urgency=low + + * Fix PR ld/4454. + + -- Matthias Klose Sun, 06 May 2007 13:02:11 +0000 + +binutils (2.17.20070426cvs-2ubuntu4) gutsy; urgency=low + + * Fix PR gas/4448, overstrict check for powerpc lswi. + + -- Matthias Klose Wed, 2 May 2007 13:42:10 +0200 + +binutils (2.17.20070426cvs-2ubuntu3) gutsy; urgency=low + + * Update debian/*.shlibs files. + * Fix PR gas/4436, wrong reject in powerpc opcode table checks. + + -- Matthias Klose Mon, 30 Apr 2007 08:02:30 +0200 + +binutils (2.17.20070426cvs-2ubuntu2) gutsy; urgency=low + + * Add binutils-udeb as a dist file with priority optional. + + -- Matthias Klose Fri, 27 Apr 2007 17:27:23 +0200 + +binutils (2.17.20070426cvs-2ubuntu1) gutsy; urgency=low + + * Merge with Debian. + + -- Matthias Klose Fri, 27 Apr 2007 10:16:54 +0200 + +binutils (2.17cvs20070426-2) unstable; urgency=low + + * Fix typo preparing the binutils-hppa64 package. Closes: #421199. + * Compare testsuite results of the installed binutils with the built one. + + -- Matthias Klose Fri, 27 Apr 2007 08:06:49 +0200 + +binutils (2.17cvs20070426-1) unstable; urgency=low + + [ James Troup ] + * New upstream CVS snapshot. + * debian/test-suite-compare.py: simplistic comparator for binutils test + suite runs. + + [ Matthias Klose ] + * Merge changes from the experimental uploads: + * debian/patches/121_i386_x86_64_biarch.dpatch: Remove, applied upstream. + * Build a binutils-source package (containing the patched sources). + * Check for a working expect before building the package. + * Configure the multiarch build for x86_64-linux-gnu instead of + x86_64-linux. + * debian/rules: Don't strip binaries if nostrip is in DEB_BUILD_OPTIONS. + * debian/rules: Don't try to strip shell scripts. + * Configure --with-pkgversion to include the distribution name. + * debian/patches/000_print_debian_version.dpatch: Remove. + * debian/control: Build-depend on lsb-release. + * Enable spu target in powerpc and binutils-multiarch build. + * Don't include embedspu in binutils-multiarch on powerpc. + * debian/control: Set priority for source package to optional. + + -- James Troup Fri, 27 Apr 2007 01:29:57 +0100 + +binutils (2.17.20070420cvs-0ubuntu1) gutsy; urgency=low + + * CVS snapshot 20070420, taken from the trunk. + - debian/patches/007_binutils_soversion.dpatch: Remove, applied upstream. + + -- Matthias Klose Fri, 20 Apr 2007 13:46:05 +0200 + +binutils (2.17.20070406cvs-0ubuntu1) toolchain-test; urgency=low + + * CVS snapshot 20070406, taken from the trunk. + * Do not apply: 200-hjl-ld-env. + * Enable spu target in powerpc, ppc64 builds and in the + binutils-multiarch build. + * Don't include embedspu in binutils-multiarch on powerpc, ppc64. + Closes: #411486. + + -- Matthias Klose Fri, 6 Apr 2007 06:57:41 +0200 + +binutils (2.17.20070329cvs-0ubuntu1) toolchain-test; urgency=low + + * CVS snapshot 20070329, taken from the trunk. + * Patches from the hjl 2.17.50.0.13 release: + - 202-hjl-binutils-check-phdr: Remove, applied upstream. + - 205-hjl-bfd-kept.dpatch: Address the link speed issue by caching + the result of _bfd_elf_check_kept_section. + - 206-hjl-binutils-shr.dpatch: Implementation of ELF sharable section + proposal (not applied by default). + - 208-hjl-libtool-relink.dpatch: Avoid unnecessary linker messages + when running "make check". + + -- Matthias Klose Thu, 29 Mar 2007 07:16:28 +0200 + +binutils (2.17.20070321cvs-0ubuntu2) toolchain-test; urgency=low + + * Configure --with-pkgversion, not including the package version, + which may break ld version detection in configure scripts. + * debian/patches/000_cvs_version_string.dpatch: Remove. + * debian/patches/007_binutils_soversion.dpatch: Use date for non-release + builds in soversion. + + -- Matthias Klose Thu, 22 Mar 2007 07:01:14 +0100 + +binutils (2.17.20070321cvs-0ubuntu1) toolchain-test; urgency=low + + * CVS snapshot 20070321, taken from the trunk. + * debian/patches/000_print_{debian,ubuntu}_version.dpatch: Remove. + * debian/control: Build-depend on lsb-release. + * Configure --with-pkgversion to include the distribution name. + * Apply patches from the hjl 2.17.50.0.13 release: + - 200-hjl-ld-env.dpatch: Handle LD_SYMBOLIC and LD_SYMBOLIC_FUNCTIONS + env vars. + - 201-hjl-bfd-ref_addr.dpatch: Support DW_FORM_ref_addr in Dwarf 2 reader + in linker. + - 202-hjl-binutils-check-phdr.dpatch: Fix PR ld/4007: Linker failed + to issue an error on bad section in segment. + - 203-hjl-binutils-indirect.dpatch: PR ld/3351; avoid linker crash on ia64. + - 204-hjl-binutils-tls-relro.dpatch: PR binutils/3281; objcopy changes + PT_GNU_RELRO when there is PT_TLS. + - 207-hjl-libtool-archive.dpatch: Allow linking against an archive when + building a shared library. + * Set Ubuntu maintainer address. + + -- Matthias Klose Wed, 21 Mar 2007 09:17:21 +0100 + +binutils (2.17.20070210cvs-1ubuntu1) toolchain-test; urgency=low + + * Merge with Debian experimental; remaining changes: + - Build binutils-static and binutils-static-udeb packages. + + -- Matthias Klose Mon, 12 Feb 2007 16:03:23 +0100 + +binutils (2.17.20070210cvs-1) experimental; urgency=low + + * CVS snapshot 20070210, taken from the trunk. + * debian/rules: Don't try to strip shell scripts. + + -- Matthias Klose Sat, 10 Feb 2007 15:59:45 +0100 + +binutils (2.17.20070103cvs-2) experimental; urgency=low + + * Overwrite the VERSION string (date) from the snapshot with + a parsable version string (2.17.50), as found on the trunk. + + -- Matthias Klose Fri, 5 Jan 2007 10:06:09 +0100 + +binutils (2.17.20070103cvs-1) experimental; urgency=low + + * binutils snapshot 20070103, taken from + ftp://sourceware.org/pub/binutils/snapshots/ + * Build a binutils-source package (containing the patched sources). + * Check for a working expect before building the package. + * Configure binutils-multiarch for i486-gnu as well. + * Configure the multiarch build for x86_64-linux-gnu instead of + x86_64-linux. + * debian/rules: Don't strip binaries if nostrip is in DEB_BUILD_OPTIONS. + + -- Matthias Klose Thu, 4 Jan 2007 22:13:54 +0100 + +binutils (2.17.20070103cvs-0ubuntu1) feisty; urgency=low + + * binutils snapshot 20070103, taken from + ftp://sourceware.org/pub/binutils/snapshots/ + * Merge with Debian experimental; remaining changes: + - Build binutils-static and binutils-static-udeb packages. + - Build a binutils-source package (containing the patched + sources). + - Check for a working expect before building the package. + - Configure binutils-multiarch for i486-gnu as well. + * Configure the multiarch build for x86_64-linux-gnu instead of + x86_64-linux. + * debian/rules: Don't strip binaries if nostrip is in DEB_BUILD_OPTIONS. + * Strip binaries in binutils-static and in the binutils udeb. + + -- Matthias Klose Thu, 4 Jan 2007 15:17:45 +0100 + +binutils (2.17.20061210cvs-1) experimental; urgency=low + + * CVS snapshot 20061210, taken from the trunk. + * debian/patches/121_i386_x86_64_biarch.dpatch: Remove, applied upstream. + + -- Matthias Klose Sun, 10 Dec 2006 20:43:41 +0100 + +binutils (2.17.20070103cvs-0ubuntu2) feisty; urgency=low + + * Overwrite the VERSION string (date) from the snapshot with + a parsable version string (2.17.50), as found on the trunk. + + -- Matthias Klose Fri, 5 Jan 2007 09:02:06 +0000 + +binutils (2.17.50.0.6-0ubuntu1) feisty; urgency=low + + [Fabio M. Di Nitto] + + * we are supposed to upload to feisty, aren't we? ;) + + [Jeff Bailey] + + * New upstream snapshot from HJ Lu. + * debian/patches/121_i386_x86_64_biarch: Drop, merged upstream. + + -- Fabio M. Di Nitto Tue, 31 Oct 2006 15:43:58 +0100 + +binutils (2.17-3) unstable; urgency=low + + * debian/rules (configure-multi-stamp): drop i486-kfreebsd-gnu again as + it breaks objdump for i386 on amd64. Closes: #380539 + + -- James Troup Tue, 3 Oct 2006 00:53:17 +0100 + +binutils (2.17-2) unstable; urgency=low + + * The "Laisse le Wookie gagner" release. + + * 127_x86_64_i386_biarch.dpatch: new patch from Aurelien Jarno + to add (/usr)/lib32 to the search paths on + amd64. Closes: #369052 + + * debian/rules (configure-multi-stamp): add i486-kfreebsd-gnu at request + of Aurelien Jarno. Closes: #315306 + + -- James Troup Wed, 26 Jul 2006 20:33:13 +0100 + +binutils (2.17-1ubuntu1) edgy; urgency=low + + * New upstream release. + - ld checks for libs in the same order as ld.so does. Ubuntu #40214. + * Synchronise with Debian unstable. + * Remove patch 122_sparc64_UA2005_instruction_set.dpatch, integrated + upstream. + * Remove patch 130_tekhex_buffer_overflow.dpatch, integrated upstream. + * 122_x86_64_i386_biarch.dpatch: New, search libraries in (/usr)/lib32 on + amd64. Closes: #369052. + * Build a binutils-source package; obsoletes toolchain-source package. + + -- Matthias Klose Wed, 28 Jun 2006 10:29:16 +0200 + +binutils (2.17-1) unstable; urgency=low + + * New upstream release. + * 120_mips_xgot_multigot_workaround.dpatch: removed - superseded by a + proper fix upstream. Closes: #274738 + * debian/binutils.shlibs, debian/binutils-multiarch.shlibs, + debian/binutils-hppa64.shlibs: updated SONAME to 2.17. + + -- James Troup Mon, 26 Jun 2006 13:17:36 +0100 + +binutils (2.16.1cvs20060507-1) unstable; urgency=low + + * New upstream CVS snapshot of 'binutils-2_17-branch'. + + * debian/control (Standards-Version): bump to 3.7.2.0. + + -- James Troup Sun, 7 May 2006 19:57:08 +0100 + +binutils (2.16.1cvs20060413-1) unstable; urgency=low + + * New upstream CVS snapshot. + * 120_mips_xgot_multigot_workaround.dpatch: updated to work with CVS + r1.163 of bfd/elfxx-mips.c, pass 'info' instead of 'output_bfd' to + MIPS_ELF_GOT_MAX_SIZE(). + + * Patch from NIIBE Yutaka in #280884: + * debian/rules (configure-multi-stamp): Support m32r-linux. Closes: + #340264 + * debian/rules: Run 'make check' only if build == host. + + * debian/rules: Also don't run 'make check' if nocheck is in + DEB_BUILD_OPTIONS. Based on a patch from Michael Banck + . Closes: #315290 + + * Integrate most of a patch to build arbitrary binutils-$TARGET + cross-packages from #231707. Thanks to Nikita V. Youshchenko + and Josh Triplett . + + * debian/copyright: update to include GFDL. Closes: #81950 + * debian/copyright: update FSF address. + + * debian/rules: move non-architecture specific conflicts (gas, + elf-binutils, modutils (<< 2.4.19-1)) out of a substitued variable and + into the control file. Rename variable to extraConflicts. + * debian/control: likewise. + + -- James Troup Sat, 15 Apr 2006 03:05:41 +0100 + +binutils (2.16.1cvs20060117-1ubuntu2.1) dapper-security; urgency=low + + * SECURITY UPDATE: Crash and possible arbitrary code execution in apps using + libbfd (such as 'strings'). + * Add debian/patches/130_tekhex_buffer_overflow.dpatch: + - Fix buffer overflow on hexadecimal number parsing in the Tektronix Hex + Format BFD library backend. + - Patch ported from CVS HEAD. + * CVE-2006-2362 + + -- Martin Pitt Tue, 6 Jun 2006 11:35:55 +0200 + +binutils (2.16.1cvs20060117-1ubuntu2) dapper; urgency=low + + * [SPARC64] Add support for new UA2005 instruction set: + - Add patch 122_sparc64_UA2005_instruction_set.dpatch. + (Thanks David S. Miller for providing the patch) + + NOTE: the patch is sparc specific and does NOT touch any other code. + It is a plain rebuild on all other arches. + + -- Fabio M. Di Nitto Sat, 25 Feb 2006 07:11:28 +0100 + +binutils (2.16.1cvs20060117-1ubuntu1) dapper; urgency=low + + * Synchronise with Debian untstable. + + -- Matthias Klose Thu, 19 Jan 2006 09:21:47 +0100 + +binutils (2.16.1cvs20060117-1) unstable; urgency=low + + * New upstream CVS snapshot. + + * 118_arm_pass_all.dpatch, 125_fix_tc_arm_cast.dpatch: merged upstream - + removed. + + -- James Troup Wed, 18 Jan 2006 02:25:25 +0000 + +binutils (2.16.1cvs20051214-1ubuntu1) dapper; urgency=low + + * Synchronise with Debian unstable. + + -- Matthias Klose Thu, 15 Dec 2005 00:11:16 +0000 + +binutils (2.16.1cvs20051214-1) unstable; urgency=low + + * New upstream CVS snapshot. + * Fix ld segfaults on ia64. Closes: #342777 + + * 126_fix_PROVIDE_HIDDEN.dpatch: merged upstream - removed. + + -- James Troup Wed, 14 Dec 2005 08:06:37 +0000 + +binutils (2.16.1cvs20051206-1) unstable; urgency=low + + * New upstream CVS snapshot. + * Fixes linking of qemu. Closes: #340328 + + * 126_fix_PROVIDE_HIDDEN.dpatch: new patch from Thiemo Seufer to fix + handling of hidden symbols which were provided by a linker + script. Closes: #342307 + + * debian/control (Standards-Version): updated to 3.6.2.1. + + -- James Troup Sat, 10 Dec 2005 05:23:34 +0000 + +binutils (2.16.1cvs20051117-1ubuntu1) dapper; urgency=low + + * Synchronise with Debian unstable. + + -- Matthias Klose Fri, 18 Nov 2005 14:09:29 +0100 + +binutils (2.16.1cvs20051117-1) unstable; urgency=low + + * New upstream CVS snapshot. + * Fixes c++filt's flushing of stdout which broke gcj. Closes: #339287 + + * debian/control (Build-Depends): switch from expect to expect-tcl8.3 + since tcl8.4's broken threading causes the testsuite to fail entirely + on hppa. Closes: #339509 + + -- James Troup Thu, 17 Nov 2005 13:15:15 +0000 + +binutils (2.16.1cvs20051109-1ubuntu1) dapper; urgency=low + + * Synchronise with Debian unstable. + * Reenable the testsuite on hppa and sparc. + * debian/control: + - Set standards version to 3.6.2 (no changes). + - Add alternative build dependency on expect-tcl8.3. + + -- Matthias Klose Mon, 14 Nov 2005 10:52:27 +0100 + +binutils (2.16.1cvs20051109-1) unstable; urgency=low + + * New upstream CVS snapshot. + * Fixes broken PLT handling on m68k. Closes: #327780 + * Don't compile flex files with -Werror, fixing mips builds. + Closes: #333980 + * Don't check undefined symbols introduced by "ld -u" for TLS. Closes: + #326103 + + * 117_mips_symbolic_link.dpatch: merged upstream - removed. + + * debian/rules: pass --disable-werror on ia64 as current gcc generates + too many false positives. Closes: #336939 + + * 125_fix_tc_arm_cast.dpatch: new patch from Lennert Buytenhek to fix + cast warning and arm builds. Closes: #336175 + + * 121_i386_x86_64_biarch.dpatch: imported from Ubuntu at request of + Daniel Jacobwitz to fix biarch linking on i386/amd64. Closes: + #334626, #334673 + + * debian/rules: remove any reference to pkgstriptranslations - an + Ubuntu-ism that shouldn't have been in the Debian package in the first + place but that isn't needed in Ubuntu any more in any event. + + * debian/rules: MAKEOVERRIDES is now clobbered by the top level + Makefile, so switch to overriding MAKE itself (sic) to pass the + customized VERSION variable/string down to sub-directories for + -multiarch and -hppa64 builds. Thanks to Daniel Silverstone for the + suggestion. + + -- James Troup Fri, 11 Nov 2005 20:38:22 +0000 + +binutils (2.16.1cvs20050902-1) unstable; urgency=low + + * New upstream CVS snapshot. + * Fixes --as-needed on sparc and hppa. Closes: #320697 + * Fixes buffer overflows and other crashes. Closes: #311975 + + * 124_readelf_robustify.dpatch: merged upstream - removed. + * 001_ld_makefile_patch: regenerated with help of wiggle. + + * debian/*.shlibs: update to version 2.16.91. + + * debian/copyright: use canonical GNU URL. Update copyright years. + * debian/rules: update version and copyright. + + * debian/rules (pre-build): not relevant with a CVS snapshot which + doesn't have pre-generated info files - removed. + * debian/rules (clean): don't save info files for the same reason, in + fact explicitly remove them. + * debian/rules (build_stamps): drop pre-build. + + -- James Troup Sat, 3 Sep 2005 00:30:56 +0100 + +binutils (2.16.1-3) unstable; urgency=low + + * debian/rules: remove powerpc libc header hack. + * debian/include/sys/procfs.h: remove. + + * 124_readelf_robustify.dpatch: new patch from Jakub Jelinek to + robustify readelf. Thanks to Thiemo Seufer . + Closes: #318344 + + -- James Troup Wed, 31 Aug 2005 05:03:11 +0100 + +binutils (2.16.1-2ubuntu7) dapper; urgency=low + + * debian/rules: Stop calling pkgstriptranslations, we now get it + for free with the new and improved dpkg-deb diversion hack. + + -- Adam Conrad Wed, 26 Oct 2005 10:39:15 +1000 + +binutils (2.16.1-2ubuntu6) breezy; urgency=low + + * debian/control: Create a new binutils-static-udeb udeb for d-i. + * debian/rules: Copy stuff from -static to -static-udeb for above. + * debian/rules: compress changelog in /usr/share/doc/binutils-static + + -- Adam Conrad Tue, 4 Oct 2005 16:51:06 +1000 + +binutils (2.16.1-2ubuntu5) breezy; urgency=low + + [ Jeff Bailey ] + * debian/control: binutils-static no longer depends on binutils. + * debian/rules: Install the copyright and changelog into + /usr/share/doc/binutils-static. + + [ Adam Conrad ] + * debian/binutils-static.preinst: Make sure that we lose our doc + symlink before we upgrade, or some Very Bad Things could happen. + * debian/rules: Make the above get installed to the right location. + + -- Adam Conrad Tue, 4 Oct 2005 15:45:12 +1000 + +binutils (2.16.1-2ubuntu4) breezy; urgency=low + + The " jbailey: how soon should I expect an upload?" release. + + * debian/patches/122_sparc_hppa_got.dpatch: New patch to allow + --as-needed on sparc, and to avoid issues with duplicate + GLOBAL_OFFSET_TABLES on hppa. + + * debian/patches/00list.sparc: New file, add this patch there. + + * debian/patches/00list.hppa: New file, add this patch there. + + -- Jeff Bailey Wed, 31 Aug 2005 16:46:13 -0400 + +binutils (2.16.1-2ubuntu3) breezy; urgency=low + + * debian/patches/121_i386_x86_64_biarch: New patch to allow + ld to work in an i386/x86_64 biarch configuration. + + -- Jeff Bailey Fri, 5 Aug 2005 16:24:23 +0000 + +binutils (2.16.1-2ubuntu2) breezy; urgency=low + + * debian/rules: Call it /bin/ld_static, not /bin/ld to avoid + confusion. + + -- Jeff Bailey Tue, 26 Jul 2005 01:34:43 +0000 + +binutils (2.16.1-2ubuntu1) breezy; urgency=low + + * debian/rules: Add binutils-static pass. This provides /bin/ld + for use in linking objects that might be needed at boot time + for mounting /usr or /. + Also remove stamps when cleaning. + + -- Jeff Bailey Tue, 26 Jul 2005 00:12:07 +0000 + +binutils (2.16.1-2) unstable; urgency=low + + * debian/include/sys/procfs.h: Include fixed powerpc libc header, to fix + FTBFS on powerpc. Temporary fix, to be removed with glibc-2.3.5. + + -- Matthias Klose Sun, 10 Jul 2005 16:35:17 +0200 + +binutils (2.16.1-1) unstable; urgency=medium + + * New upstream version. + * debian/patches/117_mips_symbolic_link.dpatch: Updated, apply it again. + (Thiemo Seufer). + * debian/patches/130_bfd_doc_makefile.dpatch: Remove, applied upstream. + * debian/control: Build depend on dpkg-dev (>= 1.13.9), needed to determine + the GNU architecture type. + * The symlinks for the tools change to the the new output of + dpkg-architecture -qDEB_HOST_GNU_TYPE (i.e. i386-linux-ld becomes + i486-linux-gnu-ld). + * Change the values for --enable-targets according to the dpkg-architecture + update. + * Configure the hppa64 cross compiler for hppa64-linux-gnu. Adjust + the hppa64 install target. + * debian/*shlibs: Update to version 2.16.1. + * Make restoring of saved pregenerated info files more robust. + + -- Matthias Klose Sat, 9 Jul 2005 14:58:49 +0200 + +binutils (2.16-1) unstable; urgency=low + + * Update to CVS 2.16 branch 20050612. + * debian/patches/130_bfd_doc_makefile.dpatch: New patch to fix + build failure in bfd/doc. + * debian/watch: New file. + + -- Matthias Klose Sun, 12 Jun 2005 12:29:12 +0200 + +binutils (2.16-0) experimental; urgency=low + + * New upstream release. + - Fixes build failure using gcc-4.0 (closes: #299671). + * debian/patches: + - 000_print_debian_version.dpatch: Updated. + - 001_ld_makefile_patch.dpatch, 002_gprof_profile_arcs.dpatch, + 002_gprof_profile_arcs.dpatch: Regenerated. + - 012_check_ldrunpath_length.dpatch: Updated. + - 112_fix_reloc_sizing.dpatch, 113_elf_backend_hide_symbol.dpatch, + 114_mips_delay_slots_in_branch.dpatch, 115_fix_sparc_fmov.dpatch, + 116_ar_nonexistent_files.dpatch: Removed, applied upstream. + - 117_mips_symbolic_link.dpatch: Disabled. Needs an update. + - 118_arm_pass_all.dpatch: Regenerated. + - 119_fix_gas_double_negative.dpatch: Removed, applied upstream. + - 120_mips_xgot_multigot_workaround.dpatch: Updated. + - 121_ia64_unwind_fixes.dpatch, 122_m68k_undefweak_symbols.dpatch: + Removed, applied upstream. + * Merge Ubuntu changes: + - debian/patches: + - 123_dont_add_to_undefs_twice.dpatch: Removed, applied upstream. + - debian/rules: Call pkgstriptranslations if present. + * debian/rules: + - Fix VERSION extraction. + - Save info files before build and restore them in clean target. + * debian/control: + - Add me as an uploader. + + -- Matthias Klose Fri, 6 May 2005 18:43:09 +0200 + +binutils (2.15-6) unstable; urgency=low + + * 123_bfd_overflow_fix.dpatch: new patch from Alan Modra to fix BFD + overflows. Closes: #308625 + + -- James Troup Sat, 21 May 2005 20:20:01 +0100 + +binutils (2.15-5ubuntu2) hoary; urgency=low + + * debian/rules: Call pkgstriptranslations if present (the package does not + use debhelper, thus it does not happen automatically). + + -- Martin Pitt Fri, 18 Mar 2005 13:07:52 +0000 + +binutils (2.15-5ubuntu1) hoary; urgency=low + + * 123_dont_add_to_undefs_twice.dpatch: new patch from Alan Modra (PR338) to + not add symbols to the undefined list twice, causing an assertion failure + in ld when building the kernel on amd64. + + -- Daniel Stone Tue, 7 Dec 2004 09:29:31 +0100 + +binutils (2.15-5) unstable; urgency=low + + * 121_ia64_unwind_fixes.dpatch: new patch from David Mosberger to fix + unwind related bugs. Closes: #278836 + * 122_m68k_undefweak_symbols: new patch from Andreas Schwab to fix undef + weak symbols with non-default visibilty on m68k. Closes: #278388 + + -- James Troup Thu, 25 Nov 2004 00:13:28 +0000 + +binutils (2.15-4) unstable; urgency=low + + * 120_mips_xgot_multigot_workaround.dpatch: new patch from Thiemo Seufer + to make multigot/xgot handling exclusive and fix mozilla builds on + mipsen. Closes: #272149 + + -- James Troup Thu, 23 Sep 2004 22:44:03 +0100 + +binutils (2.15-3) unstable; urgency=low + + * 112_fix_reloc_sizing.dpatch: update patch based on revised change from + Alan Modra. + + * 116_ar_nonexistent_files.dpatch: new patch from Nick Clifton to fix + ar's handling of non-existent files. Closes: #267139 + + * 117_mips_symbolic_link.dpatch: new patch from Thiemo Seufer to fix the + "final link failed: Bad value" error on mips. Closes: #270619 + + * 118_arm_pass_all.dpatch: new kludge patch to fix broken libtool pass_all + handling on arm and other arches. + + * 119_fix_gas_double_negative.dpatch: new patch from Alan Modra via + Daniel Jacobowitz to fix gas' handling of -- and ++. Closes: #266772 + + -- James Troup Thu, 9 Sep 2004 22:24:08 +0100 + +binutils (2.15-2) unstable; urgency=low + + * 112_fix_reloc_sizing.dpatch: new patch from Daniel Jacobowitz to fix + objcopy relocation sections. Closes: #252719 + + * 113_elf_backend_hide_symbol.dpatch: new patch from Alan Modra to fix + ld internal error on hppa. Closes: #254549 + + * 114_mips_delay_slots_in_branch.dpatch: new patch from Thiemo Seufer to + handle delay slots in branch correctly on mips. Closes: #266660 + + * 115_fix_sparc_fmov.dpatch: new patch from Jakub Jelinek via Dave + Miller to fix bogus fmov* SPARC opcodes. Closes: #267824 + + -- James Troup Tue, 31 Aug 2004 22:45:13 +0100 + +binutils (2.15-1) unstable; urgency=low + + * New upstream release. Closes: #248990, #259458 + * Fixes -Wl,-z,defs to correctly abort builds with unresolved + symbols. Closes: #256481 + * Better error message for truncation of bignums in as. + Closes: #219933 + * strip(1) no longer corrupts binaries for architectures it doesn't + recognise. Closes: #211052 + * nm -C /usr/lib/libcrypto++.a no longer segfaults. Closes: #247917 + + * 105_alpha_rpcc_opcode_fix.dpatch, 106_arm_pic.dpatch, + 107_powerpc_ld_segfault.dpatch, 108_m68k_fmoveml_fix.dpatch, + 109_objcopy_keep_debug.dpatch, 110_hppa64_local_symbols.dpatch, + 111_objcopy_vs_unstripped.dpatch, 906_hjl_libtool_dso.dpatch: merged + upstream - removed. + * 012_check_ldrunpath_length.dpatch: resynced with wiggle(1). + + * debian/binutils.shlibs, debian/binutils-hppa64.shlibs, + debian/binutils-multiarch.shlibs: update for 2.15. + + * debian/rules (install): remove gas.info hack as no longer needed + (fixed properly upstream). + * debian/rules (clean): remove gas/doc/as.info which doesn't seem to be + in the upstream tar ball. + + * debian/rules (binary-arch): install $pkg/ChangeLog.linux only if they + exist (because they don't in GNU releases). + + -- James Troup Thu, 29 Jul 2004 22:44:04 +0100 + +binutils (2.14.90.0.7-8) unstable; urgency=low + + * debian/rules: don't use gcc-2.95 on m68k. Thanks to Adam Conrad for + pointing this out. + + -- James Troup Wed, 19 May 2004 10:35:44 +0100 + +binutils (2.14.90.0.7-7) unstable; urgency=low + + * 111_objcopy_vs_unstripped.dpatch: new patch from Alan Modra via Daniel + Jacobowitz to fix objcopy on unstripped libraries on alpha and arm. + Closes: #234021 + + * debian/control (Build-Depends): remove m68k specific build-depends on + gcc-2.95 and libc6-dev (<< 2.3). Many thanks to Michael Schmitz for + testing this. + + -- James Troup Tue, 30 Mar 2004 18:00:54 +0100 + +binutils (2.14.90.0.7-6) unstable; urgency=low + + * 110_hppa64_local_symbols.dpatch: new patch from Randolph Chung to fix + dynamic name generation of local symbols on hppa64 - needed to build + 64-bit hppa kernels. Closes: #238176 + + -- James Troup Fri, 26 Mar 2004 15:52:27 +0000 + +binutils (2.14.90.0.7-5) unstable; urgency=low + + * 109_objcopy_keep_debug.dpatch: new patch from Daniel Jacobowitz + , objcopy --only-keep-debug and readelf SHT_NOBITS + fixes. + + -- James Troup Mon, 26 Jan 2004 16:25:25 +0000 + +binutils (2.14.90.0.7-4) unstable; urgency=low + + * debian/control: add binutils-hppa64 package. + * debian/rules: add support for binutils-hppa64 package and don't enable + hppa64-linux for binutils or binutils-multiarch. + * debian/binutils-hppa64.postinst: new file. + * debian/binutils-hppa64.postrm: likewise. + * debian/binutils-hppa64.shlibs: likewise. + * Above changes largely based on a patch from Matthias Klose + . Closes: #225892 + + * debian/control (Build-Depends): drop bzip2. + + * debian/rules (install-stamp): remove empty /usr/include directory in + binutils. + * debian/rules (install-stamp): remove /usr/share/info/dir* to + workaround install-info brain damage (cf #213524). + + -- James Troup Thu, 22 Jan 2004 21:32:44 +0000 + +binutils (2.14.90.0.7-3) unstable; urgency=low + + * 108_m68k_fmoveml_fix.dpatch: new patch from H.J. Lu + to fix fmoveml disassembly and associated + testsuite regression on m68k. + + -- James Troup Tue, 18 Nov 2003 14:35:23 +0000 + +binutils (2.14.90.0.7-2) unstable; urgency=low + + * 107_powerpc_ld_segfault.dpatch: new patch from Alan Modra + to fix ld segfault on powerpc. Thanks to + Josselin Mouette for the report. Closes: #219187 + + -- James Troup Wed, 5 Nov 2003 13:32:17 +0000 + +binutils (2.14.90.0.7-1) unstable; urgency=low + + * New upstream release. + * 100_null_owner_ld_fix.dpatch, 101_ppc_as_shf_and_rel_fix.dpatch, + 102_alpha_null_got_ld_fix.dpatch, + 103_static_linking_elf_eh_frame.dpatch, + 104_elf_eh_frame_alpha_fix.dpatch: removed; merged upstream. + * debian/rules: update version number. + * debian/binutils.shlibs: likewise. + * debian/binutils-multiarch.shlibs: likewise. + + * 009_signed_char_fix.dpatch: removed; this was fixed upstream correctly + (http://sources.redhat.com/ml/binutils/2003-05/msg00304.html) and this + patch is breaking that fix. Thanks to Daniel Jacobowitz + . + + * 003_gmon_manpage_fix.dpatch -> 002_gprof_profile_arcs.dpatch. + * 014_gprof_manpage_fix.dpatch -> 003_gprof_see_also_monitor.dpatch. + + * 300_alpha_rpcc_opcode_fix.dpatch -> 105_alpha_rpcc_opcode_fix.dpatch + (committed to trunk). + + * debian/rules (configure-multi-stamp): also enable mips64{el,}-linux + for binutils-multiarch. Alphabetize target list. + + * 106_arm_pic: new patch from Phil Blundell and Daniel + Jacobowitz which implements GC for GOT and PLT relocs + in the elf32-arm backend. + + * debian/rules (install-stamp): work around upstream bug which causes + as.info and as.1 to disappear by explicitly calling "make + install-info-am install-am" in builddir-single/gas/doc. + + -- James Troup Sat, 1 Nov 2003 18:14:04 +0000 + +binutils (2.14.90.0.6-5) unstable; urgency=low + + * 104_elf_eh_frame_alpha_fix.dpatch: new patch from H.J. Lu + to fix regressions on alpha caused by + 103_static_linking_elf_eh_frame. Thanks to Thimo Neubauer + for the original report. Closes: #215636 + + -- James Troup Fri, 17 Oct 2003 00:02:09 +0100 + +binutils (2.14.90.0.6-4) unstable; urgency=low + + * 103_static_linking_elf_eh_frame.dpatch: new patch from H.J. Lu + to fix static linking of C++ binaries. + + * 200_alpha_null_got_ld_fix.dpatch: renamed... + * 102_alpha_null_got_ld_fix.dpatch: to this. + + * debian/rules: patch from Guido Guenther to enable + mips64 support. Closes: #213448 + + -- James Troup Sun, 12 Oct 2003 14:26:26 +0100 + +binutils (2.14.90.0.6-3) unstable; urgency=low + + * 100_null_owner_ld_fix.dpatch: new patch from Alan Modra + to fix an ld crash with null owner sections. + Closes: #212029 + + * debian/rules: don't compile with gcc-2.95 on arm; the only failures + are a) testsuite-only (i.e. don't appear to affect real world + applications) and b) fixed by upcoming gcc patches by Phil Blundell + in any event. + * debian/control (Build-Depends): likewise don't build-depend on + gcc-2.95 for arm. + + * 101_ppc_as_shf_and_rel_fix.dpatch: new patch from Alan Modra + to fix an as regression where it refused to + compile utils.S from Linux/PPC 2.6. Closes: #211668 + + -- James Troup Tue, 23 Sep 2003 01:32:08 +0100 + +binutils (2.14.90.0.6-2) unstable; urgency=low + + * debian/rules (CONFLICTS): remove spurious "--", left over from + debhelper based-rules. Fixes build failure on sparc. + + * 200_alpha_null_got_ld_fix.dpatch: new patch from Daniel Jacobowitz + to fix an ld crash on alpha with null .got sections. + Closes: #204615 + + * scripts/dpkg-arch.mk: remove. + * debian/rules: define DEB_BUILD_GNU_TYPE, DEB_HOST_ARCH and + DEB_HOST_GNU_TYPE here instead. + + * debian/rules (binary-indep): use ':' as a separator to chown, rather + than '.' which is a legal character for a username. + * debian/rules (binary-arch): likewise. + + * debian/rules: further trivial cleanups. + + -- James Troup Thu, 18 Sep 2003 22:13:36 +0100 + +binutils (2.14.90.0.6-1) unstable; urgency=low + + * New "upstream" release. + * Fixes core dump of nm -C on certain object files. Closes: #205616 + + * New maintainer. + * debian/control (Maintainer): adjust accordingly. + * debian/copyright: likewise. Update copyright years, URL. + * debian/control (Standards-Version): bump to 3.6.1.0. + + * 011_disable_combreloc_ARM_ONLY.diff: dropped on request of Phil + Blundell - this is obsolete, it was working around a + bug in ld since fixed by Daniel Jacobowitz upstream. + + * 890-elf64_alpha_segfault.diff: dropped as bogus + (http://sources.redhat.com/ml/binutils/2003-04/msg00399.html); rth's + correct fix is already in the upstream source. + + * debian/README.Debian: migrate nearly-obsolete debconf notes to here. + * debian/control (Depends): drop debconf. + * binutils.config, binutils.templates, binutils.templates.ca, + binutils.templates.fr, binutils.templates.ja, + binutils.templates.pt_BR, postrm.debhelper: obsolete, removed. + Closes: #189641, #198222 + + * Migrated from dbs... + * debian/README.build: obsolete; removed. + * debian/rules: remove $(BUILD_TREE)/, $(STAMP_DIR)/, $(unpacked), $(patched) and other references + to DBS. + * debian/rules (clean): remove build tree directories. + * debian/scripts/dbs-build.mk: unused, remove. + * debian/scripts/file2cat: likewise. + + * ... to dpatch. + * debian/rules: include /usr/share/dpatch/dpatch.make. + * debian/rules (configure-single-stamp): depend on patch-stamp. + * debian/rules (configure-multi-stamp): likewise. + * debian/rules (clean): depend on unpatch. Remove debian/patched. + * debian/control (Build-Depends): add dpatch. + + * binutils-doc.postinst, binutils-doc.prerm, + binutils-multiarch.postinst, binutils-multiarch.postrm, + binutils-multiarch.preinst, binutils-multiarch.shlibs, + binutils.postinst, binutils.postrm, binutils.shlibs: new files based + on .deb and packages.d/. + * scripts/dh_split: obsolete, removed. + * debian/packages.d/binutils-dev.in, debian/packages.d/binutils-doc.in, + debian/packages.d/binutils-multiarch.in, + debian/packages.d/binutils.in: likewise. + + * debian/rules: rewritten, de-debhelper-ized. + * debian/control (Build-Depends): drop debhelper and add file. + + -- James Troup Thu, 11 Sep 2003 22:08:18 +0100 + +binutils (2.14.90.0.5-0.2) unstable; urgency=low + + * NMU. + * Rebuild using fixed gcc on sparc (closes: #202924). + + -- Matthias Klose Mon, 28 Jul 2003 20:12:00 +0200 + +binutils (2.14.90.0.5-0.1) unstable; urgency=low + + * NMU. + * New upstream version. + * Remove patches applied upstream: + - debian/patches/500_s390_gas.diff + - debian/patches/905-hppa_visibility.diff + - debian/patches/906-mips_ld_fix.diff + * Updated patch: + - debian/patches/906-hjl_libtool_dso.diff + + -- Matthias Klose Wed, 23 Jul 2003 20:09:51 +0200 + +binutils (2.14.90.0.4-0.1) unstable; urgency=low + + * NMU + * New upstream version. + 1. Work around the brain dead libtool. + * New patches: + - debian/patches/500_s390_gas.diff (closes: #194929). + - debian/patches/905-hppa_visibility.diff (closes: #195203). + - debian/patches/906-mips_ld_fix.diff (closes: #195207). + - debian/patches/906-hjl_libtool_dso.diff + + -- Matthias Klose Sat, 31 May 2003 12:12:10 +0200 + +binutils (2.14.90.0.3-0.1) unstable; urgency=low + + * NMU + * New upstream version. + 1. Update from binutils 2003 0523. + 2. Fix 2 ELF visibility bugs. + 3. Fix ELF/ppc linker bugs. + * Remove patches applied upstream: + - debian/patches/903-hjl_ld-dso-test.diff + - debian/patches/904_hjl_hppa_whitespace.diff + + -- Matthias Klose Sat, 24 May 2003 09:02:54 +0200 + +binutils (2.14.90.0.2-0.1) unstable; urgency=low + + * NMU + * New upstream version. + 1. Update from binutils 2003 0515. + 2. Fix various ELF visibility bugs. + 3. Fix some ia64 linker bugs. + 4. Add more IAS compatibilities to ia64 assembler. + * New patches: + - debian/patches/903-hjl_ld-dso-test.diff (closes: #193505). + - debian/patches/904_hjl_hppa_whitespace.diff. + * Remove patches applied upstream: + - debian/patches/900_binutils-2.14.90.0.1-empty-test.diff + - debian/patches/901-hjl_weaksymfix.diff + + -- Matthias Klose Sun, 18 May 2003 10:50:00 +0200 + +binutils (2.14.90.0.1-0.1) unstable; urgency=low + + * NMU + * New upstream version. + - Fix: MIPS branch-to-global bug (closes: #189031). + - Fix: Crash on alpha with --gdwarf2 and bad file number (closes: #187211). + - Fix: objdump -R BFD ICE on prelinked binaries (closes: #180088). + * New patches: + - debian/patches/900_binutils-2.14.90.0.1-empty-test.diff + - debian/patches/901-hjl_weaksymfix.diff + * Remove patches applied upstream: + - debian/patches/002_ldlex_inflexible_transition.diff + - debian/patches/013_objdump_doc_fix.diff + - debian/patches/850_hppa_stub_fix.diff + - debian/patches/860_m68k_elf.diff + - debian/patches/861_m68k_elf.diff + - debian/patches/870-sparc64-update.diff + - debian/patches/880-alpha-update.diff + * Remove obsolete patch: + - debian/patches/patches/800_hjl_mips_fixes.diff + * Add x86_64 for the i386 binutils package and the binutils-multiarch + package (closes: #189350). + * Set CFLAGS to -g -O2 for build (closes: #181268). + + -- Matthias Klose Tue, 6 May 2003 09:58:14 +0200 + +binutils (2.13.90.0.18-1.7) unstable; urgency=high + + * NMU + * Fixed ld segv (replaced yy_current_buffer by YY_CURRENT_BUFFER) + (Closes: #188876, 188900, 188912) + + -- Julien LEMOINE Mon, 14 Apr 2003 04:45:03 +0200 + +binutils (2.13.90.0.18-1.6) unstable; urgency=high + + * NMU + * [002_ldlex_inflexible_transition.diff] New. Make ld buildable again with + sid's current flex. + + -- J.H.M. Dassen (Ray) Sun, 13 Apr 2003 16:54:46 +0200 + +binutils (2.13.90.0.18-1.5) unstable; urgency=medium + + * NMU + * [890-elf64_alpha_segfault.diff] Patch from Julien LEMOINE + to fix the segfault encountered while building + gal on alpha. (Closes: #185556) + * sid's current flex breaks the building of several packages, including this + one; see #188665. The i386 upload is built using a pbuilder sid chroot + with flex downgraded to the sarge version. + + -- J.H.M. Dassen (Ray) Sun, 13 Apr 2003 13:44:17 +0200 + +binutils (2.13.90.0.18-1.4) unstable; urgency=low + + * NMU + * ld/emulparams/elf64_sparc.sh: Set LIBPATH_SUFFIX instead of suffix + for emulation. Patch from current CVS suggested by Clint Adams, + needed for sparc64 glibc build. + * bfd/elf64-alpha.c: Patch from current CVS suggested by Falk Hueffner, + needed to build xstow, kdegames (#181623), sfs. + * Explicitely fail, when trying to build with glibc-2.3 on arm and + m68k. See #184048 for m68k ld failures. + + -- Matthias Klose Tue, 8 Apr 2003 23:27:46 +0200 + +binutils (2.13.90.0.18-1.3) unstable; urgency=low + + * NMU + * Another fix for ELF/m68k (__bb_exit_func initialization). + + -- Matthias Klose Tue, 18 Mar 2003 00:05:47 +0100 + +binutils (2.13.90.0.18-1.2) unstable; urgency=high + + * NMU + * Apply upstream fix for ELF/m68k. Closes: #182313. + * Use gcc-2.95 on m68k-linux. Built on testing (glibc-2.2). + + -- Matthias Klose Sun, 9 Mar 2003 01:02:39 +0100 + +binutils (2.13.90.0.18-1.1) unstable; urgency=low + + * NMU + * Apply upstream fix for hppa stubs. Closes: #181397 + + -- LaMont Jones Wed, 19 Feb 2003 12:34:58 -0700 + +binutils (2.13.90.0.18-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-01-21) + * Upstream: Fix an ia64 gas bug + * Upstream: Fix some TLS bugs + * Upstream: Fix ELF/ppc bugs + * Upstream: Fix an ELF/m68k bug + * Corrected ARM combreloc disabling patch + (closes: Bug#175204) + * Upstream fixes take care of TEXTREL bug + on powerpc (closes: Bug#176084) + * Fixed shellutils dependency problem + (closes: Bug#175673) + * Removed mention of the monitor manpage + from the gprof manpage (closes: Bug#160654) + + -- Christopher C. Chimelis Sun, 2 Feb 2003 23:17:29 -0500 + +binutils (2.13.90.0.16-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-11-26) + * Upstream: Include /usr/bin/c++filt + * Upstream: Fix "ld -r" with exception handling + + -- Christopher C. Chimelis Mon, 9 Dec 2002 19:14:02 -0500 + +binutils (2.13.90.0.14-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-11-14) + * Upstream: Fix ELF/alpha bugs + * Upstream: Fix an ELF/i386 assembler bug + * Updated package MIPS patch from HJ Lu + * Added s390 patches from Gerhard Tonn. + Actually, the patches to support s390x were + already included upstream, so I just enabled + it in the rules script (closes: Bug#168074, Bug#168974) + * Since powerpc64-linux support was already + added in a prior upload, I'm closing the + wishlist bug for it (closes: Bug#156955) + + -- Christopher C. Chimelis Tue, 20 Nov 2002 05:36:21 -0500 + +binutils (2.13.90.0.10-2) unstable; urgency=low + + * Added two patches from upstream to fix alpha BFD. + (closes: Bug#165633) + + -- Christopher C. Chimelis Sun, 27 Oct 2002 14:21:51 -0400 + +binutils (2.13.90.0.10-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-10-10) + * Upstream: More ELF/PPC linker bug fixes. + * Upstream: Fix an ELF/alpha linker bug. + * Upstream: Fix an ELF/sparc linker bug to support + Solaris. + * Upstream: More TLS updates. + * Updated m68k gcc 3.1 patch since it wasn't applying + cleanly. Is this still needed? + * Added patches to allow building with new bison + (closes: Bug#164436, Bug#164042) + * Should be better for prelink support, which is coming + soon (closes: Bug#161427) + * Removed windres manpage from all packages + (closes: Bug#157415) + * Fixed download location in copyright file + (closes: Bug#158028) + * Added i386-gnu to multiarch build targets + (closes: Bug#157057) + * Add alpha opcode patch from Falk Hueffner + (closes: Bug#164201) + * Remove .la files from packages + (closes: Bug#160455) + + -- Christopher C. Chimelis Mon, 15 Oct 2002 20:22:29 -0400 + +binutils (2.13.90.0.4-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-08-) + * Upstream: Update from binutils 2002 0814 + * Upstream: Fix symbol versioning bugs for gcc 3.2 + * Upstream: Fix mips gas + * Upstream: Fix an x86 TLS bfd bug + * Upstream: Fix an x86 PIC gas bug + + -- Christopher C. Chimelis Thu, 15 Aug 2002 20:13:44 -0400 + +binutils (2.12.90.0.15-2) unstable; urgency=low + + * Fix combreloc disabling patch for ARM + (closes: Bug#156315) + * Remove S390 patch since it is no longer + needed (thanks to Gerhard Tonn for checking + this out) + * Fix BFD version string escaping + (closes: Bug#154989) + * Add SH patch from Yaegashi Takeshi + (closes: Bug#156230) + * Added conflicts for older modutils + (closes: Bug#155324) + * Forgot to apply MIPS patch from HJ Lu + (apologies to MIPS folks) + + -- Christopher C. Chimelis Wed, 14 Aug 2002 13:09:12 -0400 + +binutils (2.12.90.0.15-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-07-17) + * Upstream: Fix an ia64 assembler bug + * Upstream: Fix a symbol versioning bug + * Upstream: You have to apply the modutils patch + enclosed here in order to support System.map + generated by the new nm (bug filed) + * The symbol visibility patch is included + upstream, as is the alpha PLT/GOT patch, so + both removed from my packaging. + * Included patch from upstream to fix RELA targets + (closes: Bug#153729) + + -- Christopher C. Chimelis Thu, 2 Aug 2002 02:24:29 -0400 + +binutils (2.12.90.0.14-2) unstable; urgency=low + + * The "Let's Get This Party Started Right" upload + (since I'm closing as many old bugs as possible) + * Removed sparc patch altogether + * Added a small alpha patch from upstream to fix + some obscure PLT/GOT issues. + * Manpages are now fixed finally -- no more + I (closes: Bug#108369) + * Have not gotten another report of the + debconf message being cut off, so I'm closing + the debconf-related bug. I suspect this may + have been a problem in the debconf front-end + being used, but I have not been able to reproduce + it (closes: Bug#149045) + * Closing a bug report that I had tagged moreinfo + a LONG time ago (over one year), but never got + more info on. I have not heard of this kind + of problem since, nor have I been able to + reproduce it at any time since (closes: Bug#105986). + For interested parties, it revolved around + allowing gcc to show a linker error, but the + reporter didn't know about the -v option for + gcc. There was a linker problem, but it appeared + to be either hardware failure or user error. + * Closing a demangler 'bug' that revolved around + stripping @PLT from symbol names. Since the + PLT suffix is documented, I'm going to close + this bug. Also, it doesn't help that the symbol + in the bug report uses an obsolete mangling style, + so I can't test this even if I wanted to + (closes: Bug#45889) + + -- Christopher C. Chimelis Mon, 22 Jul 2002 12:54:01 -0400 + +binutils (2.12.90.0.14-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-06-27) + * Upstream: Fix a mips assembler bug + * Upstream: Fix an ELF/mips SHF_MERGE bug + * Upstream: Fix a linker bug which leads to the + incorrect Linux 2.2 kernel. + * PE patch removed since it is included + in upstream source now + * Includes some patches which allow for + more true testsuite results from gcc-3.1 + * Fix sparc ld emulation script patches to get + rid of the lib/64 silliness (now uses lib64) + * Removed the L word from the package description + since Debian is no longer linux-only + (closes: Bug#150575) + * The strings dereferencing problem with + some Windows binaries seems to also be fixed now + (closes: Bug#121366) + * Added a patch to only generate an RPATH entry + if LD_RUN_PATH is not empty, for cases where + -rpath isn't specified (closes: Bug#151024) + * Fixed arch detection problem in the build + scripts. + * Fixed bad capitalisation of -g in the objdump + manpage (closes: Bug#152697) + * Added patch from HJ Lu to fix a symbol + visibility issue. + + -- Christopher C. Chimelis Wed, 17 Jul 2002 14:23:42 -0400 + +binutils (2.12.90.0.9-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-05-26). + * Upstream: Supports "-z muldefs" + * Updated PE bfd from CVS to fix auto-import + segfaults (closes: Bug#131407) + * Remove the PE-removing patch for i386 targets + due to the above + + -- Christopher C. Chimelis Thu, 6 Jun 2002 15:52:29 -0400 + +binutils (2.12.90.0.7-1) unstable; urgency=low + + * New upstream version (synced with CVS 2002-04-23). + * Upstream: ELF EH frame bug fix + * Upstream: MIPS ELF visibility bug fix + * Upstream: Bug fixes for ELF/sparc + * Upstream: Bug fixes for ELF/cris + * Upstream: Fix linking a.out relocatable files + with ELF + * Upstream: Fix a PPC altivec assembler bug + * Numerous upstream changes since I have + deliberately not updated in awhile so that + I could stabilise the package for woody + release + * Fixed a glaring typo in the Debian additions + to the version string. + * Upstream incorporated --oformat + documentation patch; removed. + * Added a patch from upstream involving + relative relocs on Alpha + * Removed configure.info-[1-3] from -doc + (closes: Bug#146205) + + -- Christopher C. Chimelis Sun, 5 Apr 2002 04:52:33 -0400 + +binutils (2.12.90.0.1-5) unstable; urgency=high + + * Added a patch to m68k bits for gas to allow + gcc 3.1 to build + * Added Brazilian Portuguese translation for + debconf (closes: Bug#144677) + * Removed unneeded gasp manpage since gasp + was eliminated as a distinct binary + (closes: Bug#144583) + + -- Christopher C. Chimelis Mon, 29 Apr 2002 14:40:21 -0400 + +binutils (2.12.90.0.1-4) unstable; urgency=low + + * Added patch from Gerhardt Tonn + to fix s390 merge problem (closes: Bug#143187) + * Corrected DOW of my last changelog entry :-P + + -- Christopher C. Chimelis Thu, 18 Apr 2002 13:03:49 -0400 + +binutils (2.12.90.0.1-3) unstable; urgency=low + + * Oops...I used dpkg-architecture from dpkg-dev + in the postinst and didn't add a dependency + for it. It was a bad choice anyway and I'm + going to use uname -s instead + (closes: Bug#142744, Bug#142915) + + -- Christopher C. Chimelis Mon, 15 Apr 2002 12:41:10 -0400 + +binutils (2.12.90.0.1-2) unstable; urgency=low + + * Added Catalan debconf translation + (closes: Bug#139740) + * Ensure that info entries are removed from the + texinfo dirfile when binutils-doc is removed + (closes: Bug#126557) + * Ensure that the kernel link debconf warning + only shows up on linux systems + (closes: Bug#142360) + + -- Christopher C. Chimelis Thu, 13 Mar 2002 01:30:22 -0400 + +binutils (2.12.90.0.1-1) unstable; urgency=high + + * New upstream version (synced with CVS 2002-03-07). + * Upstream: Add the .preinit_array/.init_array/.fini_array + support. + * Upstream: Fix eh_frame. + * Upstream: Turn on combreloc by default. + * Upstream: Enable gprof for Linux/mips. + * Turn combreloc off for ARM explicitely until + I can confirm that PIC is not still broken + by using it. + * Remove IA-64 unwind patch and objcopy fix + since they are included in the upstream sources + now. + * Re-enable testsuite run since Randolph did the NMU + on dejagnu (thank you!). + * Appears to fix sparc64 linking problems. I'm + still looking into exactly what was going on with + that (closes: Bug#137850) + * Enabled hppa64-linux support in main binutils + package (closes: Bug#137955) + * Added Japanese debconf template. Thanks to + Tomohiro KUBOTA for supplying that + (closes: Bug#138112) + * Added patch for ld to fix dosemu problems + (closes: Bug#126863) + + -- Christopher C. Chimelis Mon, 11 Mar 2002 14:02:45 -0500 + +binutils (2.11.93.0.2-3) unstable; urgency=high + + * Split translated debconf templates out. + I apparently misunderstood the instructions + on integrating the French translation since + this is my first real attempt at using + debconf (closes: Bug#136295) + * Disable combreloc default on ARM since it + breaks PIC, apparently (closes: Bug#134241) + Please test other ARM bugs against this + version and inform me of the results! + + -- Christopher C. Chimelis Fri, 8 Mar 2002 19:10:10 -0500 + +binutils (2.11.93.0.2-2) unstable; urgency=high + + * Include a patch from upstream to fix stripping + archives containing multiple files with the + same name (like libgcj, unfortunately). + (closes: Bug#107812) + * Include IA64 unwind fix from CVS to fix kernel + linking on IA64. (closes: Bug#135143) + * Added French translation of the debconf + bits. Thanks to Denis Barbier for the + work on that. (closes: Bug#134626) + * Disabled testsuite run until dejagnu is + fixed. I'm leaving the build-dep for dejagnu + in, though, since I know I'll forget to + reinsert it when I do re-enable the testsuite + run. + + -- Christopher C. Chimelis Fri, 22 Feb 2002 14:05:22 -0500 + +binutils (2.11.93.0.2-1) unstable; urgency=high + + * New upstream version (synced with CVS 2002-02-07). + * Upstream: Fix a weak symbol alpha linker bug for glibc. + * Upstream: More support for gcc 3.1. + * Keep on disabling efi-app-ia32 type targets + since the segfault is still unfixed in CVS and + I haven't had the time to go back and really + debug and fix this. + * Updated standards version. + * Corrected some of the lintian problems (all except + the ones involving Changelog.linux, the .comment + section, and the missing manpages for + binutils-multiarch's binaries since that package + depends on binutils, which provides those). + + -- Christopher C. Chimelis Wed, 13 Feb 2002 13:41:47 -0500 + +binutils (2.11.92.0.12.3-7) unstable; urgency=high + + * The "Remind Me To Think Next Time" upload. + * Fix the postinst to only compare versions on + upgrade rather than during configure. + (closes: Bug#133349, Bug#133514) + * Still working on the other bugs...if only + I could get a day off of work... + + -- Christopher C. Chimelis Tue, 12 Feb 2002 06:15:02 -0500 + +binutils (2.11.92.0.12.3-6) unstable; urgency=high + + * The "Make The Bad Man Stop" upload. + * Revert patch to bfd/elf32-sparc.c (already + reverted upstream) that broke UA32 relocs on sparc + and caused bus errors with C++/Java binaries + (closes: Bug#126162) + * Remove i486-mingw32 target from the enabled + in multiarch and removed efi-app-ia32 from the + BFD config for Intel linux targets until I can find + and fixthe segfaults that seem to keep coming up when + reading Windows files and viruses with objdump or + strings. This is only temporary, so I'm not closing + the bugs until the problem gets fixed, but + I am going to bump them down to wishlist, merge + them, and note the above in them. + (debian/patches/010_disable_efi_app_ia32_TEMPORARY.diff + disables the efi-app-ia32 BFD in case someone + wants to revert this change easily) + * Added debconf warning about the kernel linking + situation since it keeps coming up and people + keep initially disagreeing with me about this + being a kernel bug. Also, merged prior warning + about -oformat change into the same debconf warning + (it's two, two, two warnings in one). This makes + the DEBIAN_FRONTEND case bug moot (closes: Bug#131801) + * Added powerpc64-linux target to multiarch since + work is progressing on that target and the machines + are due to hit the shelves Very Soon(TM). + + -- Christopher C. Chimelis Fri, 1 Feb 2002 17:06:29 -0500 + +binutils (2.11.92.0.12.3-5) unstable; urgency=high + + * Fix signed char assumption in i386 disassembly bits + (closes: Bug#126993) + + -- Christopher C. Chimelis Mon, 8 Jan 2002 17:27:17 -0500 + +binutils (2.11.92.0.12.3-4) unstable; urgency=high + + * Go back to enabling archs by enumeration for + multiarch. Apparently, a few aren't enabled + with --enable-targets=all (sparc64-linux, namely). + Besides, multiarch was incredibly large, which + was probably unneeded. + + -- Christopher C. Chimelis Wed, 26 Dec 2001 13:53:49 -0500 + +binutils (2.11.92.0.12.3-3) unstable; urgency=high + + * Include patch from Alan Modra to fix more + refcount problems on hppa. + + -- Christopher C. Chimelis Fri, 7 Dec 2001 05:42:04 -0500 + +binutils (2.11.92.0.12.3-2) unstable; urgency=high + + * Include patch from Alan Modra to fix hppa linking + woes wrt undefined symbols (closes: Bug#121993) + + -- Christopher C. Chimelis Wed, 5 Dec 2001 04:14:51 -0500 + +binutils (2.11.92.0.12.3-1) unstable; urgency=high + + * New upstream version (synced with CVS 2001-11-21) + * Upstream: Fix a linker symbol version bug + for common symbols. + * Upstream: Update handling relocations against + the discarded sections. You may need to apply + the kernel patch enclosed here to your kernel + source. + * Upstream: Support "-march=xxx -mipsN" for mips + gas if they are compatible. + * Upstream: Fix a regression when linking with + non-ELF object files. + * Includes Alan Modra's patch to reduce stub sizes + on HPPA. Should help C++ on HPPA. + * Once again includes a mips patch from HJ Lu. + * My documentation changes were cleaned up and + accepted upstream, so the gas manpage fixes go + away (hurray!). + * Stopped iterating targets for binutils-multiarch + and started enabling all of them. This saves + maintenance time since new targets will be + automatically supported in future uploads + and existing targets that I didn't include + before will be supported from now on. This may + grow build time and the libbfd in the multiarch + package, but it's worth it. + * Also, started using the --enable-64-bit-bfd + flag for configuring multiarch. I don't know + why I didn't realise this wasn't there before + since I test with it all of the time. + + -- Christopher C. Chimelis Fri, 30 Nov 2001 20:11:42 -0500 + +binutils (2.11.92.0.10-4) unstable; urgency=high + + * The "Fingers crossed" upload. + * Enable combreloc by default for s390 again. + Rumour has it that it worked before, but there + was a misunderstanding in the s390 developer + community, hence the disabling in the past. + * Fix the ld texinfo file to not mention the old + oformat invocation (closes: Bug#116182) + * Next upload should include the mips updates and + some powerpc updates. I just need time to test + those out first. + + -- Christopher C. Chimelis Fri, 23 Nov 2001 23:23:22 -0500 + +binutils (2.11.92.0.10-3) unstable; urgency=high + + * Replace HPPA reloc patch with patches from Alan + Modra upstream. + * Add upstream patch to fix quoted -rpath bug + (closes: Bug#107214) + + -- Christopher C. Chimelis Sat, 10 Nov 2001 18:19:05 -0400 + +binutils (2.11.92.0.10-2) unstable; urgency=high + + * Disable -z combreloc enable patch on S/390 + since it's not supported there yet + (closes: Bug#117087) + + -- Christopher C. Chimelis Fri, 26 Oct 2001 00:07:01 -0400 + +binutils (2.11.92.0.10-1) unstable; urgency=high + + * New upstream version (synced with CVS 2001-10-21) + * Upstream: Fix the ELF/PPC linker. + * Upstream: Fix the ELF/cris linker. + * Upstream: Fix ELF strip. + * Includes beginnings of Altivec support + (closes: Bug#98617) + * Fixes use of BookE instruction format on 4xx + PowerPC (closes: Bug#116627) + * Includes patches from Alan Modra to fix hppa + relocations. + * Forgot to close the previous PPC bug with last + upload (closes: Bug#116454) + * Moved to enclosing a bzipped tarball rather than + a gzipped one to save download time for everyone + involved. Build-deps adjusted accordingly. + + -- Christopher C. Chimelis Tue, 23 Oct 2001 03:29:49 -0400 + +binutils (2.11.92.0.7-2) unstable; urgency=high + + * Include a patch from H.J Lu to fix a powerpc + issue not shown in the testsuite results. + + -- Christopher C. Chimelis Fri, 19 Oct 2001 00:49:04 -0400 + +binutils (2.11.92.0.7-1) unstable; urgency=high + + * New upstream release (synced with CVS 2001-10-16) + * Upstream: Fix all breakages introduced in 2.11.92.0.5 + * No mips/ dir patches need to be applied with this one. + Woohoo! + * Removed patches from debian/patches that are already + applied upstream. + * Patched version strings to reflect that this is a + Debian release at the request of upstream (to prevent + confusion, apparently). + * Applied patch from H.J. Lu to fix mips section + misalignment. + * Applied patch from Jakub Jelinek to fix kernel linking + on i386 and possibly other archs (closes: Bug#116041) + * Fixed postinst and prerm for binutils-doc to test that + the files exist before calling install-info. This should + fix the odd circumstance when binutils-doc is packaged on + an arch that doesn't support gprof (or any other dir for + that matter) and, therefore, the docs that are usually + made in that dir aren't made. This is particularly true + with gprof on mips. + + -- Christopher C. Chimelis Wed, 17 Oct 2001 18:56:51 -0400 + +binutils (2.11.92.0.5-3) unstable; urgency=high + + * Enable -z combreloc on all targets. This will make + prelinking possible with the prelink package. Please + test this on all archs prior to upload. If it fails, file + a bug immediately and I'll disable the patch for that + platform. + * Added patches from Alan Modra (from CVS) to fix other + archs after the refcount patch broke them. This supercedes + the powerpc patch, so I replaced that with this. + (closes: Bug#115218) + * Added patch from H.J. Lu (from CVS) to fix IA64 linker + problems as well. + * Added patch from David Kimdon to specify which filename is + causing an error if that filename is a dir (closes: Bug#45832). + * Removed workaround patch for stabs problem on Alpha since + it appears to be causing problems on mips and is no longer + needed on Alpha anyway. + * Now runs the testsuite and includes the results in the + binutils package for reference. + + -- Christopher C. Chimelis Sat, 13 Oct 2001 15:10:20 -0400 + +binutils (2.11.92.0.5-2) unstable; urgency=high + + * Applied fix from H.J. Lu to fix PowerPC target + (closes: Bug#115285). Thanks to Jack Howarth + for forcing the issue upstream. + + -- Christopher C. Chimelis Fri, 12 Oct 2001 23:14:51 -0400 + +binutils (2.11.92.0.5-1) unstable; urgency=high + + * New upstream release (synced with CVS 2001-10-05) + * Upstream: Support gcc 3.1 for IA64. + * Upstream: Support prelink for ELF/PPC. + * Upstream: Fix an ELF/x86 linker bug for Oracle + (closes: Bug#113614) + * Upstream: Fix a weak symbol bug. + * Upstream: Support locale. + + -- Christopher C. Chimelis Tue, 9 Oct 2001 19:53:49 -0400 + +binutils (2.11.90.0.31-2) unstable; urgency=high + + * Applied IA64 patch from CVS to fix gcc issues + on IA64. + + -- Christopher C. Chimelis Mon, 24 Sep 2001 12:45:29 -0400 + +binutils (2.11.90.0.31-1) unstable; urgency=high + + * New upstream source (synced with CVS 2001-08-30) + * Upstream: Fix a MIPS linker bug. + * Now applying mips diffs from H.J. Lu (upstream) + for better MIPS and MIPS64 support. + * Applied patch from Christopher Cramer to fix + gasp .REG issue (closes: Bug#110560) + + -- Christopher C. Chimelis Sat, 1 Sep 2001 23:42:22 -0400 + +binutils (2.11.90.0.29-1) unstable; urgency=high + + * New upstream source (synced with CVS 2001-08-27) + * Upstream: Fix an Alpha assembler bug. + * Upstream: Fix an IA64 linker bug. + * Upstream: Fix a MIPS linker bug. + * Upstream: Support '-z combreloc|nocombreloc' in linker. + + -- Christopher C. Chimelis Thu, 30 Aug 2001 04:48:04 -0400 + +binutils (2.11.90.0.27-4) unstable; urgency=high + + * Argh. Really remove the manpages from multiarch + this time (closes: Bug#110410) + + -- Christopher C. Chimelis Tue, 28 Aug 2001 14:32:34 -0400 + +binutils (2.11.90.0.27-3) unstable; urgency=high + + * Include hppa patch to force error + (closes: Bug#109173) + * Fix manpages - seems that I accidentally included + the multiarch manpages rather than the target + manpages (sorry). + * Partial update to as manpage to denote arch options + and added options for the rest of the targets + Still need to elaborate on them, though. More + changes are forthcoming (closes: Bug#110127) + + -- Christopher C. Chimelis Mon, 27 Aug 2001 10:13:27 -0400 + +binutils (2.11.90.0.27-2) unstable; urgency=high + + * Remove bash dependency...ash's behaviour has + already been modified, so it should be able + to build binutils now (closes: Bug#106992) + * Includes new S/390 patch (closes: Bug#109300) + * Could never reproduce objdump segfault and + never got a reply on the bug report + (closes: Bug#93884) + * Can't reproduce m68k segfault either + (closes: Bug#87714) + + -- Christopher C. Chimelis Mon, 20 Aug 2001 23:07:30 -0400 + +binutils (2.11.90.0.27-1) unstable; urgency=high + + * New upstream source (synced with 20010810 CVS) + * Upstream: Fixed x86 linker bug. + * Reverted a patch to gas to dodge a bug in STABS output + on Alpha using gcc 2.95.4, so alpha can be in sync + with the rest of the archs now. + * Fixes strip problems with busybox (closes: Bug#106593) + * Kernels should compile ok again on i386 + (closes: Bug#107190) + + -- Christopher C. Chimelis Thu, 16 Aug 2001 08:24:49 -0400 + +binutils (2.11.90.0.25-1) unstable; urgency=high + + * New upstream source (synced with 20010726 CVS) + * Upstream: fix i386 assembler bug. + * Upstream: "make check" has 2 failures in the + ld-selective test in ld on Linux/alpha. They + should be marked xfail. Fixed in the next release. + * Removed m68k patch (closes: Bug#106431) + * Man pages appear to be correctly generated now + (closes: Bug#98569, Bug# 98938) + * Added bash build dependency (closes: Bug#106992) + * Should compile ok on powerpc (the last one did + also...don't know why voltaire's build daemon failed). + I won't close this bug until I build it myself + on voltaire or hear back from the autobuilder folks + on PPC. + * Looking into the whole LD_LIBRARY_PATH issue that + keeps being brought up. I think the docs are wrong + because the templates say that it shouldn't obey that + at all. Can we please stop filing duplicate bugs for + this? I would greatly appreciate it... + + -- Christopher C. Chimelis Wed, 1 Aug 2001 07:06:52 -0400 + +binutils (2.11.90.0.24-1) unstable; urgency=high + + * New upstream source (synced with 20010714 CVS) + * DO NOT COMPILE FOR ALPHA. I need to fix gcc 2.95.4 + prior to this release working on Alpha correctly + (long story). + * Upstream: Avoid COPY relocs on i386 + * Upstream: Fix IA64 assembler (please try this and let me know) + * Upstream: Fix a static linking the PIC object files on ia32 + * Upstream: Add the version script support for --export-dynamic + * Upstream: Fix sparc/elf for linux/sparc + * Upstream: Fix alpha/elf for gcc 3.0 + * Supposedly required for gcc-3.0 usage on many platforms + * Add s390 to multiarch list (closes: Bug#98095) + * Supposedly good on mips, but please check. I emailed Ryan + to see if bug 98095 still happens, but never got a reply. + If I get around it, I'll check it myself since my mips + lives once again. + * Retake my package from Matt (next time we agree to an NMU, + please don't change the maintainer name...no wonder I didn't + get any bug reports!) + * Cross-compilation support will be added in the next upload + (I'll be uploading alpha debs with the next release as well, + the alpha problem outweighs cross-compilation support in + priority right now). + + -- Christopher C. Chimelis Thu, 19 Jul 2001 05:12:05 -0400 + +binutils (2.11.90.0.7-2) unstable; urgency=high + + * Applied patch from Alan Modra to fix m68k + assertion problems (closes: Bug#96352) + * Applied srec patch from Richard Henderson for + alpha. + + -- Christopher C. Chimelis Wed, 9 May 2001 03:11:19 -0400 + +binutils (2.11.90.0.7-1) unstable; urgency=high + + * New upstream source (synced with 20010425 CVS) + * Upstream: Fix the -Bsymbolic bug introduced in + binutils 2.11.90.0.5 (closes: Bug#95168) + + -- Christopher C. Chimelis Sun, 29 Apr 2001 20:03:22 -0400 + +binutils (2.11.90.0.5-1) unstable; urgency=high + + * New upstream source (synced with 20010414 CVS) + * Upstream: Fix in IA64 assembler + * Upstream: Change Linux/MIPS to use SVR4 MIPS ABI + rather than IRIX ABI. + * The above change may cause problems for MIPS. + If so, please file a bug and I'll revert those + changes if need be. I suspect that glibc, gcc, + and the kernel may eventually follow suit, though + to fit in with this change (it makes sense... + see the symbol ordering problems threads on the + binutils list for more info). + * Upstream: IA32 gas bug fixed...no further details + provided, unfortunately. + * Reportedly fixes core dumping when trying to link + object files from other platforms (now warns) + (closes: Bug#60502) + * Includes Philip Blundell's ARM PLT patch finally... + sorry for the delay (closes: Bug#94181) + * m68k problems should be fixed by now. Wish I had + gotten more feedback, but I didn't so I'm assuming it + works at this point (closes: Bug#74396) + * Stopped compiling cross-compiler packages until we + work out a better system for the entire toolchain. + Sorry, but it was taking far too long on even fast + machines and I've gotten more complaints about the + current arrangement than I have positive feedback. + (closes: Bug#91120, Bug#91119, Bug#91118, Bug#91117, + Bug#91116, Bug#88311, Bug#78028, Bug#90177) + * Fixed readelf manpage so that it no longer says that + it is a preprocessor for assembly programs + (closes: Bug#90798) + + -- Christopher C. Chimelis Tue, 17 Apr 2001 20:07:14 -0400 + +binutils (2.11.90.0.1-1) unstable; urgency=high + + * New upstream source (synced with 20010309 + CVS). + * Fixed misapplied m68k ld patch. + I am hoping that this almost totally fixes + m68k ELF for now. + * Fixed typo in mips patch and applied another + mips patch from Daniel Jacobowitz. + * Should no longer build same-arch cross + packages. Please let me know if this fix + worked so that I can close the bugs (I have + no access to such an arch at the moment) + * Made urgency high since m68k really needs + this if the bugs are truly fixed. Even if + not, this version is infinitely better on + at least two platforms than prior ones were. + + -- Christopher C. Chimelis Thu, 15 Mar 2001 16:29:32 -0500 + +binutils (2.10.91.0.2-4) unstable; urgency=low + + * Applied m68k ld and bfd patches from + Michael Fedrowitz to hopefully make things + better on m68k. + + -- Christopher C. Chimelis Sun, 11 Mar 2001 20:16:44 -0500 + +binutils (2.10.91.0.2-3) unstable; urgency=low + + * Adjusted the priority of binutils-doc to + optional. + * Added debhelper build-depends (closes: Bug#87690) + * Fixed postinst problem for new binutils + installations (closes: Bug#87911) + + -- Christopher C. Chimelis Thu, 1 Mar 2001 15:06:50 -0500 + +binutils (2.10.91.0.2-2) unstable; urgency=low + + * Add support for SH and IA64 to binutils-multiarch. + * Applied m68k gas patch from Michael Fedrowitz + in hopes that this will fix the grave bug that + has been such a pain to m68k folks. I'll leave + the bug open until it's verified that it works + ok. + * Applied IA-64 printf patch (closes: Bug#82702) + * Kernels appear to be building fine with this + release on all archs available to me + (closes: Bug#77610) + * Added text during postinst that informs users + to modify their i386 kernel Makefiles for the + --oformat change (closes: Bug#86995) + * Incorporated remaining mips diffs that weren't + already applied upstream (closes: Bug#81280) + * Sparc/sparc64 patch seems to be doing fine, so + closing the bug (closes: Bug#86781) + * Added non-linux cross- package support to rules + (closes: Bug#79948) + * Close misc bugs: + Missing info file in binutils-doc (closes: Bug#78754) + + -- Christopher C. Chimelis Thu, 22 Feb 2001 19:36:12 -0500 + +binutils (2.10.91.0.2-1) unstable; urgency=low + + * New upstream version. + * Added weak symbol relocation patch for sparc/sparc64. + * Included m68k ELF fix from Michael Fedrowitz. + * BIG NOTE: any i386 kernels compiled with this will need + to be patched to change the ld option '-oformat' to + '--oformat' (extra hyphen). + + -- Christopher C. Chimelis Tue, 20 Feb 2001 21:32:44 -0500 + +binutils (2.10.1.0.2-1) unstable; urgency=low + + * New upstream release (really prerel, but better than + using a CVS version). + * Should re-add Compaq demangling style to all + tools (alpha-only). + * Again, hopefully fixes m68k ELF support...still have + no idea why or how this was broken before. + + -- Christopher C. Chimelis Mon, 20 Nov 2000 16:25:44 -0500 + +binutils (2.10.0.27-0.cvs20001011.2) unstable; urgency=low + + * Applied another PowerPC patch to correct the + implementation of .protected and .hidden in the + linker. This should also aid in the glibc + transition on PowerPC. + + -- Christopher C. Chimelis Tue, 17 Oct 2000 13:23:40 -0400 + +binutils (2.10.0.27-0.cvs20001011.1) unstable; urgency=low + + * Applied PowerPC weak symbol patch from CVS to aid + in glibc transition on that platform. + + -- Christopher C. Chimelis Sun, 15 Oct 2000 19:12:22 -0400 + +binutils (2.10.0.27-0.cvs20001011) unstable; urgency=low + + * Grabbed a new CVS version since it backs out a + change that prevented current gcc snapshots from + linking properly to libstdc++v3. This may also + solve some other problems related to global + section symbols (feedback appreciated). + * Finally changed my email address in the control + file (how I overlooked this after all of this + time I'll never know). + + -- Christopher C. Chimelis Wed, 11 Oct 2000 08:59:36 -0400 + +binutils (2.10.0.27-0.cvs20001008) unstable; urgency=low + + * Removed configure.info.gz from binutils-doc since + it didn't really belong there. (closes: Bug#72746) + * Update for hppa/hppa64 targets (included testsuite + changes committed on 07-Oct-2000). (closes: Bug#71524) + * Upstream change to elflink.h to hopefully stop + segfaults on some archs when linking binaries to + shared libs. + + -- Christopher C. Chimelis Sun, 8 Oct 2000 16:14:08 -0400 + +binutils (2.10.0.27-0.cvs20000923.1) unstable; urgency=low + + * Fixed rules file so that builds don't fail when compiling the + binary-arch target (added binary-cross to binary-arch). + * Fixed harmless attempt at removing builddir-avr twice. + + -- Christopher C. Chimelis Thu, 28 Sep 2000 10:39:12 -0400 + +binutils (2.10.0.27-0.cvs20000923) unstable; urgency=low + + * CVS snapshot from 2000-09-23. + * Should fix some (most) HPPA issues. + * Adds binutils-m68k cross-assembler. + + -- Christopher C. Chimelis Sun, 24 Sep 2000 10:19:20 -0400 + +binutils (2.10.0.26-2) unstable; urgency=low + + * Added the avr target for Amtel's AVR MCU's + * Applied Frank I. Smith to generate packages for + multiple cross targets: + + Bump rev number, NOP. + + Testing out bumping up the rev number. + + Added powerpc, arm, mipsel cross binutils packages. + + -- Christopher C. Chimelis Fri, 22 Sep 2000 17:31:44 -0400 + +binutils (2.10.0.26-1) unstable; urgency=low + + * New upstream source. + * Added mips-linux, hppa-linux, and hppa64-linux to multiarch targets + + -- Christopher C. Chimelis Sun, 17 Sep 2000 01:05:49 -0400 + +binutils (2.10.0.24-1) unstable; urgency=low + + * New upstream source. + * Fixes ia32 assembler buglet. + * (Hopefully) fixes PPC visibility problems with + glibc 2.2 + + -- Christopher C. Chimelis Thu, 24 Aug 2000 16:52:44 -0400 + +binutils (2.10.0.18-3) unstable; urgency=low + + * Added build depends stuff. + + -- Christopher C. Chimelis Sat, 5 Aug 2000 21:09:04 -0400 + +binutils (2.10.0.18-2) unstable; urgency=low + + * Added proviso to control file saying that -multiarch + should not be installed by the average user. + + -- Christopher C. Chimelis Sat, 29 Jul 2000 20:07:15 -0400 + +binutils (2.10.0.18-1) unstable; urgency=low + + * New upstream source. + * Should address some needed things for glibc 2.2 + (added new DT_XXXX dynamic tags and fixes DT_NEEDED + link bug) + * Reapplied the now-infamous "ObjC patch" until + we can figure out why we still have this problem + (hint hint hint...we really need to do this). + + -- Christopher C. Chimelis Sat, 22 Jul 2000 13:18:27 -0400 + +binutils (2.10.0.9-4) unstable; urgency=low + + * Applied a patch from Ben Collins to fix sparc64 + linker scripts + + -- Christopher C. Chimelis Sat, 8 Jul 2000 07:24:10 -0400 + +binutils (2.10.0.9-3) unstable; urgency=low + + * Applied a patch from the libstdc++ mailing list to + make sure that the linker doesn't eat the eh_frame + section. + + -- Christopher C. Chimelis Fri, 7 Jul 2000 10:26:59 -0400 + +binutils (2.10.0.9-2) unstable; urgency=low + + * Wow, already a bug fix. + * binutils-dev now provides libiberty.h + + -- Christopher C. Chimelis Fri, 23 Jun 2000 19:54:39 -0400 + +binutils (2.10.0.9-1) unstable; urgency=low + + * New upstream version (more linux-specific). + + -- Christopher C. Chimelis Fri, 23 Jun 2000 14:31:04 -0400 + +binutils (2.10-1) unstable; urgency=low + + * New upstream version (finally, a real release!) + + -- Christopher C. Chimelis Wed, 21 Jun 2000 19:08:14 -0400 + +binutils (2.9.5.0.46-1) unstable; urgency=low + + * New upstream source. + * ELF visibility attribute should work correctly now. + * ia32 "jmp" instructions are now assembled differently + to use relocation for global jumps (affects PIC asm + code). + + -- Christopher C. Chimelis Thu, 8 Jun 2000 21:34:42 -0400 + +binutils (2.9.5.0.42-1) unstable; urgency=low + + * New upstream source. + * Includes a testcase for hidden symbol support. + + -- Christopher C. Chimelis Fri, 19 May 2000 20:48:52 -0400 + +binutils (2.9.5.0.41-1) unstable; urgency=high + + * New upstream source. + * Now includes patch to enable hidden symbol support + needed for gcc 3.0 testing. + + -- Christopher C. Chimelis Fri, 5 May 2000 20:38:41 -0400 + +binutils (2.9.5.0.37-1) frozen unstable; urgency=high + + * Was forced to bring the current frozen version up to + upstream 2.9.5.0.37 in order to fix a rather nasty + i386 gas bug and also since the existing ARM patch + applied in 2.9.5.0.31-3 has been superceded upstream + (closes:Bug#62119) + * Includes proper demangler support for Compaq compiler + usage on Alpha (may be superceded upstream shortly, + but is good enough for potato and for Compaq's usage) + (closes:Bug#62079) + * Added cross-compilation support for individual use. + Please note that the binary packages do not support + this. If you require this feature, you need to compile + the source package changing debian/rules. Also, if + you do this, YMMV since things on this front are changing + rapidly upstream and also because cross-compiling from + certain platforms to others may not work (i386->alpha, + for example). (closes:Bug#59246) + * Fixed replaces statement in binutils-multiarch + (closes:Bug#62496) + * Release Manager: I once again beg that this be included + in potato. I've freed up some time to deal with bug + reports quickly if needed. + + -- Christopher C. Chimelis Sat, 29 Apr 2000 04:03:39 -0400 + +binutils (2.9.5.0.31-3) frozen unstable; urgency=high + + * Applied patch to fix broken ARM code generation (closes:Bug#61977) + + -- Christopher C. Chimelis Fri, 7 Apr 2000 15:50:42 -0400 + +binutils (2.9.5.0.31-2) frozen unstable; urgency=high + + * Remove ld from binutils-multiarch since it doesn't want to + link kernels on several archs properly (fixes severity:important bug) + (closes: Bug#61719, Bug#61615, Bug#51625) + + -- Christopher C. Chimelis Mon, 3 Apr 2000 22:48:55 -0400 + +binutils (2.9.5.0.31-1) frozen unstable; urgency=high + + * Yet another patch (this time from H.J. Lu upstream) to fix + the unlink race condition bug. This is VERY important and + needs to be in potato. It also fixes the temp file creation + problem with objcopy on PPC (closes: Bug#60934) + * New upstream release. Fixes a serious Alpha bug along + with a demangler bug and several others (closes: Bug#61121) + * Should fix apt-get upgrade problem...please test + (closes: Bug#56175) + * Release manager: can we squeeze this in? I know it's a + new version, but the ELF bug on Alpha really needs to + be fixed along with the rest of the above and some others + not mentioned here. + + -- Christopher C. Chimelis Wed, 22 Mar 2000 05:05:12 -0500 + +binutils (2.9.5.0.22-5) frozen unstable; urgency=high + + * Applied fixed patch from Colin Phipps to seal the unlink + race condition in bfd/cache.c (closes: Bug#58865, Bug#57831) + * Installed a proper changelog in binutils-doc + (closes: Bug#58522) + * Closes other older bug (closes: Bug#55801) + * Included bbconv.pl in binutils main package in the doc dir + under the gprof subdir (closes: Bug#57521) + + -- Christopher C. Chimelis Tue, 14 Mar 2000 10:32:52 -0500 + +binutils (2.9.5.0.22-4) frozen unstable; urgency=high + + * Patched gprof/hertz.h to allow binutils to actually + build and work on Hurd (closes: Bug#57564) + * Patched bfd/cache.c to avoid a rare, but possible + security problem when as is creating/opening temp + files (closes: Bug#57831) + + -- Christopher C. Chimelis Thu, 17 Feb 2000 10:31:05 -0500 + +binutils (2.9.5.0.22-3) frozen unstable; urgency=high + + * Removed standards.info...do we really need seven + bugs filed for the same problem + (closes: Bug#54521, Bug#54546, Bug#54614, Bug#54682, Bug#55402, Bug#55582, Bug#55602) + * Changed binutils-multiarch extended description + to mention that a cross-assembling gas is not + included (closes: Bug#49308) + * Closing a bug because it related to lack of disk space + (closes: Bug#52714) + + -- Christopher C. Chimelis Wed, 19 Jan 2000 19:28:09 -0500 + +binutils (2.9.5.0.22-2) unstable; urgency=high + + * Added getopt.h include that was omitted in the -taso patch + (closes: Bug#52380) + * Fixed table misalignment when calling objdump --info + (closes: Bug#51517) + * Added Debian changelog to binutils-doc (closes: Bug#52574) + + -- Christopher C. Chimelis Wed, 15 Dec 1999 19:14:05 -0500 + +binutils (2.9.5.0.22-1) unstable; urgency=high + + * New upstream version. + * More MIPS fixes. + * Added support for -taso linker flag for Alpha. + * Reapplied all previous patches. + + -- Christopher C. Chimelis Wed, 7 Dec 1999 01:08:51 -0600 + +binutils (2.9.5.0.19-1) unstable; urgency=high + + * New upstream version + * Fixes some MIPS problems + * Reapplied the ObjC patch (is this ever going to be fixed upstream) + since it's badly needed right now + + -- Christopher C. Chimelis Thu, 4 Nov 1999 15:00:35 -0400 + +binutils (2.9.5.0.16-3) unstable; urgency=low + + * Added support for mipsel-linux in binutils-multiarch + + -- Christopher C. Chimelis Thu, 4 Nov 1999 15:00:35 -0400 + +binutils (2.9.5.0.16-2) unstable; urgency=low + + * Added a replaces field in the control file to fix + previous file overwrite problems (closes: Bug#47518, Bug#47938) + * Verified manpages are up to date (closes: Bug#18483) + * Added m68k-rtems to targets in -multiarch in hopes + that it will actually work as advertised (closes: Bug#47468) + + -- Christopher C. Chimelis Mon, 25 Oct 1999 15:58:55 -0400 + +binutils (2.9.5.0.16-1) unstable; urgency=low + + * New upstream version. + * Massive bugfix upload on the Debian side: + * Fixes changelog problems between all of the binutils + debs (closes: Bug#47133, Bug#47208, Bug#47211) + * Fixes other overwrite problems (closes: Bug#46991, Bug#47024, Bug#46074) + * Multiarch should now make good diversions when + upgrading (closes: Bug#47359) + * Applied patch from Kevin Buhr to fix ld segfaults with + empty archives (closes: Bug#47019) + * Should have fixed info install problems by now + (closes: Bug#35935) + + -- Christopher C. Chimelis Fri, 15 Oct 1999 03:18:55 -0400 + +binutils (2.9.5.0.14-1) unstable; urgency=low + + * New upstream version. + * Thanks to Matthias Klose for the following: + * Separate documentation to binutils-doc package. + * debian/rules: + - Remove extra /usr/share/doc/binutils/changelog.gz file. + - Move bfd docs to binutils-dev package. + - Move upstream changelogs to binutils-doc package. + - Remove standard GNU info files left in /usr/share/info. + - Call dh_installdocs for all packages. + * debian/*{dirs,files}: Remove. Mention explicitely in debian/rules. + + -- Christopher C. Chimelis Wed, 6 Oct 1999 03:18:55 -0400 + +binutils (2.9.5.0.12-2) unstable; urgency=low + + * Applied patch from Matthias Klose to fix many issues including architecture detection. + * Rules file is now much prettier and easier to manage. + * Binutils is now built for i386 rather than i486 in the rules file (oops). + * Added diversion for readelf in binutils-multiarch. + + -- Christopher C. Chimelis Tue, 21 Sep 1999 03:39:08 -0400 + +binutils (2.9.5.0.12-1) unstable; urgency=low + + * Massive bugfix release. + * New upstream source (finally) (closes: Bug#44934) + * Fixes upstream bugs on many platforms. + * Gives powerpc a working binutils again. (closes: Bug#45052) + * Now provides .code16 support on i386 (please test) + * Manpage for objdump should now be complete (closes: Bug#27039) + * Put together manpages for gasp and the new binary readelf (closes: Bug#21918) + * Fixes nm core dump problem (closes: Bug#41999) + * Applied patches from Ben Collins to add sparc64 support (closes: Bug#44426) + * Update Standards version + * FHS compliance + + -- Christopher C. Chimelis Sat, 18 Sept 1999 01:21:05 -0400 + +binutils (2.9.5.0.12-0.2) experimental; urgency=low + + * Added Sparc/Sparc64 changes from Ben Collins (I really need a Sparc one of these days). + * Again, this should be the last experimental before a new release. + + -- Christopher C. Chimelis Fri, 17 Aug 1999 16:32:05 -0400 + +binutils (2.9.5.0.12-0.1) experimental; urgency=low + + * New upstream version. + * Should be the last experimental before a new release. + + -- Christopher C. Chimelis Thu, 9 Aug 1999 23:12:52 -0400 + +binutils (2.9.5.0.10-0.1) experimental; urgency=low + + * New upstream version. + * Didn't apply PPC patches...let me know if still needed + + -- Christopher C. Chimelis Thu, 9 Aug 1999 23:12:52 -0400 + +binutils (2.9.5.0.6-0.1) experimental; urgency=low + + * New upstream version. + * Didn't apply PPC patches...let me know if still needed + + -- Christopher C. Chimelis Thu, 9 Aug 1999 23:12:52 -0400 + +binutils (2.9.4.0.8-0.1) unstable; urgency=low + + * New upstream version. + * Applied as much of the PPC patches as I could. + + -- Christopher C. Chimelis Thu, 15 Jul 1999 12:46:45 -0400 + +binutils (2.9.4.0.3-0.1) unstable; urgency=low + + * New upstream version. + * Apply patch from Richard Henderson to fix PPC's libpath. + * Apply patch from Franz Sirl to fix Richard Henderson. + + -- Daniel Jacobowitz Sun, 6 Jun 1999 01:27:10 -0400 + +binutils (2.9.4.0.2-0.1) unstable; urgency=low + + * New upstream version. 2.9.4.0.1 was hurriedly recalled. + + -- Daniel Jacobowitz Sun, 6 Jun 1999 01:27:10 -0400 + +binutils (2.9.4.0.1-0.1) unstable; urgency=low + + * New upstream version. + + -- Daniel Jacobowitz Sun, 6 Jun 1999 01:27:10 -0400 + +binutils (2.9.1.0.25-2) unstable; urgency=low + + * Added ObjC patch AGAIN...sorry about that + + -- Christopher C. Chimelis Sun, 23 May 1999 15:14:35 -0400 + +binutils (2.9.1.0.25-1) unstable; urgency=low + + * New upstream version - Fixes a PIII asm optimisation bug + + -- Christopher C. Chimelis Sun, 23 May 1999 00:36:55 -0400 + +binutils (2.9.1.0.24-2) unstable; urgency=low + + * Reapplied ObjC patch...apparently it's still needed. + + -- Christopher C. Chimelis Mon, 10 May 1999 19:53:15 -0400 + +binutils (2.9.1.0.24-1) unstable; urgency=low + + * New upstream release - fixes too many little things to mention. + + -- Christopher C. Chimelis Tue, 3 May 1999 16:35:08 -0400 + +binutils (2.9.1.0.23-1) unstable; urgency=low + + * New upstream release - incorporates sparc64 and arm patches. + * Added RPATH patch from Joel Klecker since my last upload failed. + * Removed ObjC patch. Let me know if it is still needed (doubtful, but + still might be). + + -- Christopher C. Chimelis Mon, 5 Apr 1999 13:26:55 -0500 + +binutils (2.9.1.0.22b-2) unstable; urgency=low + + * Added patch from Joel Klecker to finally (properly) fix the rpath issue + (Thanks, Joel!). + + -- Christopher C. Chimelis Fri, 2 Apr 1999 18:14:05 -0600 + +binutils (2.9.1.0.22b-1) unstable; urgency=low + + * Converted package to CVS (so bear with any delays in handling + bug fixes; I'm new to CVS ironically) + * New upstream version (sparc64 and ARM patches again added). + * Added support for mingw32 target in binutils-multiarch + + -- Christopher C. Chimelis Fri, 12 Mar 1999 03:51:44 -0600 + +binutils (2.9.1.0.19a-4) frozen unstable; urgency=high + * Added sparc64 patches from Steve Dunham to fix sparc64 targets + * Modified rules to add support for gcc/egcs by arch. + + -- Christopher C. Chimelis Mon, 1 Feb 1999 15:51:19 -0600 + +binutils (2.9.1.0.19a-3) frozen unstable; urgency=high + + * Reverted a patch to elflink.h that caused problems for + Obj-C code (symbols weren't exported with a size or + type). + + -- Christopher C. Chimelis Thu, 21 Jan 1999 19:25:17 -0600 + +binutils (2.9.1.0.19a-2) frozen unstable; urgency=low + + * Added arm-linux as multiarch target (sorry Jim). + * Uploaded to frozen to fix strange intermittant kernel + compilation problems (Fixes #31434). + * Fixed multiarch's postinst script to check for + c++filt.single before trying to remove it to prevent + warning messages if using g++ from egcs. + * Fixed typo in multiarch's postrm (addr2line) (Fixes: #31533) + * Added links to .so's for clean removal in the future (Fixes: #31536) + + -- Christopher C. Chimelis Fri, 8 Jan 1999 15:28:32 -0600 + +binutils (2.9.1.0.19a-1) unstable; urgency=low + + * New upstream version; fixes some Alpha problems and other archs + should benefit also. + * Added ARM target patch from Corel again (still not in upstream). + + -- Christopher C. Chimelis Mon, 4 Jan 1999 20:24:36 -0600 + +binutils (2.9.1.0.16-1) unstable; urgency=low + + * New upstream version; merges some ARM patches for Netwinders + * Added patch for ARM target from Corel (thanks Jim Pick) + + -- Christopher C. Chimelis Mon, 30 Nov 1998 16:59:25 -0600 + +binutils (2.9.1.0.15-5) frozen unstable; urgency=low + + * Reuploaded to frozen (why it wasn't there earlier....) + + -- Christopher C. Chimelis Mon, 30 Nov 1998 16:37:08 -0600 + +binutils (2.9.1.0.15-4) unstable frozen; urgency=low + + * Removed c++filt diversion in -multiarch to prevent conflicting + diversions when using egcs' g++ (which also wants to divert c++filt) + + -- Christopher C. Chimelis Wed, 25 Nov 1998 18:06:17 -0600 + +binutils (2.9.1.0.15-3) unstable frozen; urgency=low + + * Made Roman's changes "official" (thanks Roman). + + -- Christopher C. Chimelis Mon, 2 Nov 1998 05:46:56 -0600 + +binutils (2.9.1.0.15-2.1) unstable; urgency=low + + * Non-maintainer upload with agreement from Chris. + * Use a different soname for multi-arch libbfd and libopcodes; this + fixes the problem that the single-arch binaries (as and the diverted + ones) will all dump core because they're runtime-linked against the + multi-arch libs. (Fixes: #28656) + * Due to the above, binutils-multiarch also needs ldconfig in postinst + now. + * Fixup diversions once again: Do not even package the ldscripts for the + native architecture, so diversions for files in /usr/lib/ldscripts + aren't necessary. + * Also remove diversions on abort-install. + * Remove now obsolete diversions in preinst. + * Also symlink /usr/doc/binutils-multiarch to binutils, and do not + put /usr/doc/binutils in the package again. + * Put the symlinks libbfd.so and libopcode.so into binutils-dev, so one + can link to them. + + -- Roman Hodek Sat, 31 Oct 1998 11:31:14 +0100 + +binutils (2.9.1.0.15-2) unstable; urgency=low + + * Fixed binutils-multiarch diversions + * Reverted elf.c to .13 version to fix bug in strip + + -- Christopher C. Chimelis Tue, 27 Oct 1998 05:26:28 -0600 + +binutils (2.9.1.0.15-1) unstable; urgency=low + + * New upstream version. + * Moved over to debhelper and updated standards version to 2.4.1.4. + * Adds 3DNow instruction support for AMD processors. + * Fixes MANY Alpha bugs and a few for Sparc, PPC, and m68k reportedly. + * Added binutils-multiarch package to allow for multiple-arch support + (fixes bug #19471). + + -- Christopher C. Chimelis Thu, 14 Oct 1998 19:30:10 -0500 + +binutils (2.9.1.0.13-1) unstable; urgency=low + + * New upstream version, fixes bug #25354. + * Hopefully, all requested docs are included, fixes bug #21325. + * Fixes MANY Alpha problems. + * Reportedly may fix MIPS and Sparc problems also...see changelogs. + * Has been tested on x86's with great success. + + -- Christopher C. Chimelis Mon, 5 Oct 1998 23:02:08 -0500 + +binutils (2.9.1-0.2) frozen unstable; urgency=low + + * Fixed binutils-dev dependencies. + + -- Joel Klecker Tue, 05 May 1998 09:24:04 -0700 + +binutils (2.9.1-0.1) frozen unstable; urgency=medium + + * Non-maintainer release. + * New upstream release. + * Moved docs into subdirs where appropriate. + * Integrated the following changes from J.H.M. Dassen: + * Updated FSF address in copyright file. (lintian). + * Reported lack of "gasp" manpage (# ....), and link it to + undocumented(7). (lintian). + * Added a TODO list. + + -- Joel Klecker Thu, 30 Apr 1998 10:43:42 -0700 + +binutils (2.9-0.3) frozen unstable; urgency=medium + + * Added upstream patch which fixes a problem with strip + and netscape (#17971). + + -- Joel Klecker Tue, 28 Apr 1998 08:58:27 -0700 + +binutils (2.9-0.2) frozen unstable; urgency=low + + * Added more of the upstream docs (#21325). + * Put a changelog.gz symlink in /usr/doc/binutils + to satisfy policy. + + -- Joel Klecker Tue, 21 Apr 1998 09:02:22 -0700 + +binutils (2.9-0.1) frozen unstable; urgency=low + + * Non-maintainer release. + * New upstream release (bugfixes only). + + -- Joel Klecker Sun, 12 Apr 1998 04:11:07 -0700 + +binutils (2.8.1.0.23-1) unstable; urgency=low + + * New upstream version + * -dev replaces libc5-dev (#17840) + * No longer possible to link against shared libbbfd/opcodes (#18121) + + -- Galen Hazelwood Sat, 14 Mar 1998 18:19:10 -0700 + +binutils (2.8.1.0.19-1) unstable; urgency=low + + * New upstream version (#17296) + * Fixed typo in description (#16481) + * Fully replaces libbfd-dev (#16619) + + -- Galen Hazelwood Sun, 25 Jan 1998 15:37:03 -0700 + +binutils (2.8.1.0.17-1) unstable; urgency=low + + * New upstream version + * Rejoined libbfd and binutils packages (#15486) + * Added "SHELL=bash" to rules file (#14528) + * bfd info docs seem to be broken, don't install for now + + -- Galen Hazelwood Sat, 6 Dec 1997 14:55:26 -0700 + +binutils (2.8.1.0.15-1) unstable; urgency=low + + * New upstream version (#14250) + * Updated to Standard 2.3.0.0 + * Restored ansidecl.h to libbfd-dev (#14116) + + -- Galen Hazelwood Thu, 30 Oct 1997 20:04:24 -0700 + +binutils (2.8.1-2) unstable; urgency=low + + * Added 2.8.1.0.4 patch + + -- Galen Hazelwood Thu, 12 Jun 1997 20:49:57 -0600 + +binutils (2.8.1-1) unstable; urgency=low + + * New upstream version + * Added 2.8.1.0.1 patch + + -- Galen Hazelwood Fri, 30 May 1997 14:48:42 -0600 + +binutils (2.8-1) unstable; urgency=low + + * New upstream version + * Smarter debian build environment (automatic version handling) + * Added 2.8.0.3 patch + * Built with libc6 + + -- Galen Hazelwood Sun, 4 May 1997 11:16:12 -0600 + +binutils (2.7.0.9-3) frozen unstable; urgency=low + + * Patched for alpha support + * Distribute libiberty.a with -dev package (#8376) + * libbfd[x]-dev now has standard Provides/Conflicts behavior (#8377) + + -- Galen Hazelwood Fri, 28 Mar 1997 11:45:58 -0700 + +binutils (2.7.0.9-2) unstable; urgency=low + + * Moved 2.7.0.9 out of experimental (no longer unreleased beta) + + -- Galen Hazelwood Sun, 9 Mar 1997 23:43:19 -0700 + +binutils (2.7.0.9-1) experimental; urgency=low + + * New upstream beta version (fixes bug #7336) + * Split shared libraries (bfd) out of binutils (fixes bug #7244) + * No longer builds aout-binutils + + -- Galen Hazelwood Thu, 13 Feb 1997 00:27:18 -0700 + +binutils (2.7-6) unstable; urgency=low + + * Uses dpkg --print-gnu-build-architecture for build + * Demoted aout-binutils to priority "extra" + + -- Galen Hazelwood Mon, 27 Jan 1997 13:34:08 -0700 + +binutils (2.7-5) unstable; urgency=low (HIGH for m68k) + + * Added patch for m68k, will now compile X68 and kernel 2.1.15 + + -- Galen Hazelwood Tue, 31 Dec 1996 22:15:03 -0700 + +binutils (2.7-4) unstable; urgency=low + + * New maintainer + * Updated to new source format + * Fixed typo in script.1 (Fixes bug #4558) + * Fixed typo in as.1 (Fixes bug #5567) + * Postinst now calls ldconfig without explicit pathname (Fixes bug #6151) + + -- Galen Hazelwood Mon, 30 Dec 1996 12:10:25 -0700 + +binutils (2.7-3): + +Remove lib*.so links so the libs are not used for develpment. +gzip manpages + +Changes made by Michael Meskes in consent with David Engel. + +binutils (2.7-2): + +Include shared libraries +Strip shared libraries +Also update AOUT version +Minor changes to debian.rules + +binutils (2.7-1): + +Updated to new upstream version. + +Added a simple extended description (Bug#3574). + +Don't call ldconfig from postrm script (Bug#4246). + + LocalWords: Aurelien Jarno + --- binutils-2.29.orig/debian/control +++ binutils-2.29/debian/control @@ -0,0 +1,378 @@ +Source: binutils +Section: devel +Priority: optional +Maintainer: Ubuntu Core developers +XSBC-Original-Maintainer: Matthias Klose +Uploaders: James Troup , Daniel Jacobowitz +Standards-Version: 3.9.8 +Build-Depends: autoconf (>= 2.64), dpkg-dev (>= 1.17.11), + bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, + python3:any, file, xz-utils, lsb-release, zlib1g-dev +Build-Conflicts: libelf-dev +Homepage: https://www.gnu.org/software/binutils/ +Vcs-Browser: https://code.launchpad.net/~doko/binutils/pkg-2.28-debian +Vcs-Bzr: http://bazaar.launchpad.net/~doko/binutils/pkg-2.28-debian +XS-Testsuite: autopkgtest + +Package: binutils +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: gas, elf-binutils, modutils (<< 2.4.19-1), ${extraConflicts}, + binutils-gold (<< 2.20.51.20100415), + binutils-multiarch (<< 2.27-8) +Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), + binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), + hardening-wrapper (<< 2.8+nmu3) +Replaces: binutils-gold (<< 2.20.51.20100415), + binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), + binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3) +Provides: elf-binutils, ${gold:Provides} +Suggests: binutils-doc (>= ${source:Version}) +Description: GNU assembler, linker and binary utilities + The programs in this package are used to assemble, link and manipulate + binary and object files. They may be used in conjunction with a compiler + and various libraries to build programs. + +Package: binutils-dev +Architecture: any +Priority: extra +Depends: binutils (= ${binary:Version}) +Conflicts: libbfd-dev +Provides: libbfd-dev +Replaces: libbfd-dev, libc5-dev +Description: GNU binary utilities (BFD development files) + This package includes header files and static libraries necessary to build + programs which use the GNU BFD library, which is part of binutils. Note + that building Debian packages which depend on the shared libbfd is Not + Allowed. + +Package: binutils-multiarch +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, binutils (= ${binary:Version}) +Description: Binary utilities that support multi-arch targets + The programs in this package are used to manipulate binary and object + files that may have been created on other architectures. This package + is primarily for multi-architecture developers and cross-compilers and + is not needed by normal users or developers. Note that a cross-assembling + version of gas is not included in this package, just the binary utilities. + . + NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those + requiring support for reading info from binaries from other architectures. + +Package: binutils-multiarch-dev +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, + binutils-dev (= ${binary:Version}), binutils-multiarch (= ${binary:Version}) +Replaces: binutils-multiarch (<< 2.24-5) +Description: GNU binary utilities that support multi-arch targets (BFD development files) + This package includes header files, static and shared libraries necessary + to build programs which use the GNU BFD library for multi-arch targets, + which is part of binutils. Note that building Debian packages which depend + on the shared libbfd is Not Allowed. + . + NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those + requiring support for reading info from binaries from other architectures. + +Package: binutils-hppa64-linux-gnu +Architecture: amd64 i386 x32 hppa +Depends: ${shlibs:Depends}, binutils (= ${binary:Version}) +Recommends: libc6-dev +Provides: binutils-hppa64 +Suggests: binutils-doc (>= ${source:Version}) +Breaks: binutils-hppa64 (<< 2.25.1-2) +Replaces: binutils-hppa64 (<< 2.25.1-2) +Description: GNU assembler, linker and binary utilities targeted for hppa64-linux + The programs in this package are used to assemble, link and manipulate + binary and object files. They may be used in conjunction with a compiler + and various libraries to build programs. + . + This package is needed to build an 64-bit kernel for 64-bit hppa machines. + +Package: binutils-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Priority: optional +Depends: dpkg (>= 1.15.4) | install-info +Conflicts: binutils (<< 2.9.1.0.25-3) +Suggests: binutils (= ${binary:Version}) +Description: Documentation for the GNU assembler, linker and binary utilities + This package consists of the documentation for the GNU assembler, + linker and binary utilities in info format. + +Package: binutils-source +Architecture: all +Multi-Arch: foreign +Priority: optional +Depends: texinfo, zlib1g-dev, make, python +Description: GNU assembler, linker and binary utilities (source) + This package contains the sources and patches which are needed to + build binutils. + +Package: binutils-s390x-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for s390x-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for s390x-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for s390x-linux-gnu. + +Package: binutils-powerpc64le-linux-gnu +Architecture: amd64 i386 x32 ppc64 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for powerpc64le-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for powerpc64le-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for powerpc64le-linux-gnu. + +Package: binutils-powerpc-linux-gnu +Architecture: amd64 i386 x32 ppc64el +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for powerpc-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for powerpc-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for powerpc-linux-gnu. + +Package: binutils-aarch64-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for aarch64-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for aarch64-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for aarch64-linux-gnu. + +Package: binutils-arm-linux-gnueabihf +Architecture: amd64 i386 x32 arm64 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for arm-linux-gnueabihf target + This package provides GNU assembler, linker and binary utilities + for arm-linux-gnueabihf target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for arm-linux-gnueabihf. + +Package: binutils-arm-linux-gnueabi +Architecture: amd64 i386 x32 arm64 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for arm-linux-gnueabi target + This package provides GNU assembler, linker and binary utilities + for arm-linux-gnueabi target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for arm-linux-gnueabi. + +Package: binutils-mips-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for mips-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for mips-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for mips-linux-gnu. + +Package: binutils-mipsel-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for mipsel-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for mipsel-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for mipsel-linux-gnu. + +Package: binutils-alpha-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for alpha-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for alpha-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for alpha-linux-gnu. + +Package: binutils-hppa-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for hppa-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for hppa-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for hppa-linux-gnu. + +Package: binutils-m68k-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for m68k-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for m68k-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for m68k-linux-gnu. + +Package: binutils-mips64-linux-gnuabi64 +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for mips64-linux-gnuabi64 target + This package provides GNU assembler, linker and binary utilities + for mips64-linux-gnuabi64 target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for mips64-linux-gnuabi64. + +Package: binutils-mips64el-linux-gnuabi64 +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for mips64el-linux-gnuabi64 target + This package provides GNU assembler, linker and binary utilities + for mips64el-linux-gnuabi64 target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for mips64el-linux-gnuabi64. + +Package: binutils-powerpc-linux-gnuspe +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for powerpc-linux-gnuspe target + This package provides GNU assembler, linker and binary utilities + for powerpc-linux-gnuspe target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for powerpc-linux-gnuspe. + +Package: binutils-powerpc64-linux-gnu +Architecture: amd64 i386 x32 ppc64el +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for powerpc64-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for powerpc64-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for powerpc64-linux-gnu. + +Package: binutils-sh4-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for sh4-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for sh4-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for sh4-linux-gnu. + +Package: binutils-sparc64-linux-gnu +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for sparc64-linux-gnu target + This package provides GNU assembler, linker and binary utilities + for sparc64-linux-gnu target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for sparc64-linux-gnu. + +Package: binutils-mips64-linux-gnuabin32 +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for mips64-linux-gnuabin32 target + This package provides GNU assembler, linker and binary utilities + for mips64-linux-gnuabin32 target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for mips64-linux-gnuabin32. + +Package: binutils-mips64el-linux-gnuabin32 +Architecture: amd64 i386 x32 +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: +Priority: extra +Multi-Arch: foreign +Description: GNU binary utilities, for mips64el-linux-gnuabin32 target + This package provides GNU assembler, linker and binary utilities + for mips64el-linux-gnuabin32 target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for mips64el-linux-gnuabin32. --- binutils-2.29.orig/debian/control.cross.in +++ binutils-2.29/debian/control.cross.in @@ -0,0 +1,15 @@ + +Package: binutils-@target@ +Architecture: @host_archs@ +Depends: binutils (= ${binary:Version}), ${shlibs:Depends} +Suggests: binutils-doc (= ${source:Version}) +Provides: @binutils_alt_triplet@ +Priority: extra +Built-Using: ${Built-Using} +Multi-Arch: foreign +Description: GNU binary utilities, for @target@ target + This package provides GNU assembler, linker and binary utilities + for @target@ target, for use in a cross-compilation environment. + . + You don't need this package unless you plan to cross-compile programs + for @target@. --- binutils-2.29.orig/debian/control.in +++ binutils-2.29/debian/control.in @@ -0,0 +1,112 @@ +Source: binutils +Section: devel +Priority: optional +Maintainer: Ubuntu Core developers +XSBC-Original-Maintainer: Matthias Klose +Uploaders: James Troup , Daniel Jacobowitz +Standards-Version: 3.9.8 +Build-Depends: autoconf (>= 2.64), @dpkg_dev@ + bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, + python3:any, file, xz-utils, lsb-release, zlib1g-dev +Build-Conflicts: libelf-dev +Homepage: https://www.gnu.org/software/binutils/ +Vcs-Browser: https://code.launchpad.net/~doko/binutils/pkg-2.28-debian +Vcs-Bzr: http://bazaar.launchpad.net/~doko/binutils/pkg-2.28-debian +XS-Testsuite: autopkgtest + +Package: binutils +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: gas, elf-binutils, modutils (<< 2.4.19-1), ${extraConflicts}, + binutils-gold (<< 2.20.51.20100415), + binutils-multiarch (<< 2.27-8) +Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), + binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), + hardening-wrapper (<< 2.8+nmu3) +Replaces: binutils-gold (<< 2.20.51.20100415), + binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), + binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3) +Provides: elf-binutils, ${gold:Provides} +Suggests: binutils-doc (>= ${source:Version}) +Description: GNU assembler, linker and binary utilities + The programs in this package are used to assemble, link and manipulate + binary and object files. They may be used in conjunction with a compiler + and various libraries to build programs. + +Package: binutils-dev +Architecture: any +Priority: extra +Depends: binutils (= ${binary:Version}) +Conflicts: libbfd-dev +Provides: libbfd-dev +Replaces: libbfd-dev, libc5-dev +Description: GNU binary utilities (BFD development files) + This package includes header files and static libraries necessary to build + programs which use the GNU BFD library, which is part of binutils. Note + that building Debian packages which depend on the shared libbfd is Not + Allowed. + +Package: binutils-multiarch +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, binutils (= ${binary:Version}) +Description: Binary utilities that support multi-arch targets + The programs in this package are used to manipulate binary and object + files that may have been created on other architectures. This package + is primarily for multi-architecture developers and cross-compilers and + is not needed by normal users or developers. Note that a cross-assembling + version of gas is not included in this package, just the binary utilities. + . + NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those + requiring support for reading info from binaries from other architectures. + +Package: binutils-multiarch-dev +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, + binutils-dev (= ${binary:Version}), binutils-multiarch (= ${binary:Version}) +Replaces: binutils-multiarch (<< 2.24-5) +Description: GNU binary utilities that support multi-arch targets (BFD development files) + This package includes header files, static and shared libraries necessary + to build programs which use the GNU BFD library for multi-arch targets, + which is part of binutils. Note that building Debian packages which depend + on the shared libbfd is Not Allowed. + . + NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those + requiring support for reading info from binaries from other architectures. + +Package: binutils-hppa64-linux-gnu +Architecture: amd64 i386 x32 hppa +Depends: ${shlibs:Depends}, binutils (= ${binary:Version}) +Recommends: libc6-dev +Provides: binutils-hppa64 +Suggests: binutils-doc (>= ${source:Version}) +Breaks: binutils-hppa64 (<< 2.25.1-2) +Replaces: binutils-hppa64 (<< 2.25.1-2) +Description: GNU assembler, linker and binary utilities targeted for hppa64-linux + The programs in this package are used to assemble, link and manipulate + binary and object files. They may be used in conjunction with a compiler + and various libraries to build programs. + . + This package is needed to build an 64-bit kernel for 64-bit hppa machines. + +Package: binutils-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Priority: optional +Depends: dpkg (>= 1.15.4) | install-info +Conflicts: binutils (<< 2.9.1.0.25-3) +Suggests: binutils (= ${binary:Version}) +Description: Documentation for the GNU assembler, linker and binary utilities + This package consists of the documentation for the GNU assembler, + linker and binary utilities in info format. + +Package: binutils-source +Architecture: all +Multi-Arch: foreign +Priority: optional +Depends: texinfo, zlib1g-dev, make, python +Description: GNU assembler, linker and binary utilities (source) + This package contains the sources and patches which are needed to + build binutils. --- binutils-2.29.orig/debian/copyright +++ binutils-2.29/debian/copyright @@ -0,0 +1,44 @@ +This is the Debian GNU/Linux prepackaged version of the GNU assembler, +linker, and binary utilities. + +This package was put together by me, James Troup , +from sources, which I obtained from: + + ftp://ftp.gnu.org/pub/gnu/binutils/ + +and: + + cvs://:pserver:anoncvs@sources.redhat.com:/cvs/src + +It was previously maintained by Christopher C. Chimelis + +GNU Binutils is Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software +Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' +and `/usr/share/common-licenses/LGPL'. + +The binutils manuals and associated documentation are also Copyright +(C) Free Software Foundation, Inc. They are distributed under the GNU +Free Documentation License Version 1.3 or any later version published +by the Free Software Foundation, with no Invariant Sections, with no +with no Front-Cover Texts, and with no Back-Cover Texts. +On Debian GNU/Linux systems, the complete text of the GFDL can be found +in `/usr/share/common-licenses/GFDL'. --- binutils-2.29.orig/debian/dwp.1 +++ binutils-2.29/debian/dwp.1 @@ -0,0 +1,33 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH DWP "1" "July 2017" "dwp (GNU Binutils for Ubuntu) 2.29" "User Commands" +.SH NAME +dwp \- The DWARF packaging utility +.SH SYNOPSIS +.B dwp +[\fI\,options\/\fR] [\fI\,file\/\fR...] +.SH DESCRIPTION +.TP +\fB\-h\fR, \fB\-\-help\fR +Print this help message +.TP +\fB\-e\fR EXE, \fB\-\-exec\fR EXE +Get list of dwo files from EXE (defaults output to EXE.dwp) +.TP +\fB\-o\fR FILE, \fB\-\-output\fR FILE +Set output dwp file name +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Verbose output +.TP +\fB\-\-verify\-only\fR +Verify output file against exec file +.TP +\fB\-V\fR, \fB\-\-version\fR +Print version number +.SH "REPORTING BUGS" +Report bugs to +.SH COPYRIGHT +Copyright \(co 2017 Free Software Foundation, Inc. +This program is free software; you may redistribute it under the terms of +the GNU General Public License version 3 or (at your option) any later version. +This program has absolutely no warranty. --- binutils-2.29.orig/debian/gfdl.texi +++ binutils-2.29/debian/gfdl.texi @@ -0,0 +1,41 @@ +\input texinfo @c -*-texinfo-*- +@c %**start of header + +@settitle BFD/ld internal documentation + +@c Create a separate index for command line options. +@defcodeindex op +@c Merge the standard indexes into a single one. +@syncodeindex fn cp +@syncodeindex vr cp +@syncodeindex ky cp +@syncodeindex pg cp +@syncodeindex tp cp + +@paragraphindent 1 + +@c %**end of header + +@copying +The current documentation is licensed under the same terms as the Debian packaging. +@end copying +@ifnottex +@dircategory Programming +@direntry +* @name@: (@name@). BFD/ld internal documentation (@name@). +@end direntry +@sp 1 +@end ifnottex + +@summarycontents +@contents +@page + +@node Top +@top Introduction +@cindex introduction +The official BFD, BFD internals and ld internals documentation is released +under the terms of the GNU Free Documentation License with cover texts. +This has been considered non free by the Debian Project. Thus you will find +it in the non-free section of the Debian archive. +@bye --- binutils-2.29.orig/debian/ld.gold.1 +++ binutils-2.29/debian/ld.gold.1 @@ -0,0 +1,834 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH GOLD "1" "July 2017" "gold (GNU Binutils for Ubuntu 2.29) 1.14" "User Commands" +.SH NAME +gold \- The GNU ELF linker +.SH SYNOPSIS +.B ld.gold +[\fI\,options\/\fR] \fI\,file\/\fR... +.SH OPTIONS +.TP +\fB\-\-help\fR +Report usage information +.TP +\fB\-v\fR, \fB\-\-version\fR +Report version information +.TP +\fB\-V\fR +Report version and target information +.TP +\fB\-\-add\-needed\fR +Not supported +.TP +\fB\-\-no\-add\-needed\fR +Do not copy DT_NEEDED tags from shared libraries (default) +.HP +\fB\-\-allow\-multiple\-definition\fR Allow multiple definitions of symbols +.TP +\fB\-\-no\-allow\-multiple\-definition\fR +Do not allow multiple definitions (default) +.TP +\fB\-\-allow\-shlib\-undefined\fR +Allow unresolved references in shared libraries +.TP +\fB\-\-no\-allow\-shlib\-undefined\fR +Do not allow unresolved references in shared libraries (default) +.TP +\fB\-\-apply\-dynamic\-relocs\fR +Apply link\-time values for dynamic relocations (default) +.TP +\fB\-\-no\-apply\-dynamic\-relocs\fR +(aarch64 only) Do not apply link\-time values for dynamic relocations +.TP +\fB\-\-as\-needed\fR +Use DT_NEEDED only for shared libraries that are used +.TP +\fB\-\-no\-as\-needed\fR +Use DT_NEEDED for all shared libraries (default) +.TP +\fB\-assert\fR [ignored] +Ignored +.TP +\fB\-b\fR [elf,binary], \fB\-\-format\fR [elf,binary] +Set input format +.TP +\fB\-\-be8\fR +Output BE8 format image +.TP +\fB\-\-build\-id\fR [=STYLE] +Generate build ID note +.TP +\fB\-\-build\-id\-chunk\-size\-for\-treehash\fR SIZE +Chunk size for '\-\-build\-id=tree' +.TP +\fB\-\-build\-id\-min\-file\-size\-for\-treehash\fR SIZE +Minimum output file size for '\-\-build\-id=tree' to work differently than '\-\-build\-id=sha1' +.HP +\fB\-Bdynamic\fR \fB\-l\fR searches for shared libraries (default) +.HP +\fB\-Bstatic\fR \fB\-l\fR does not search for shared libraries +.TP +\fB\-dy\fR +alias for \fB\-Bdynamic\fR (default) +.TP +\fB\-dn\fR +alias for \fB\-Bstatic\fR +.TP +\fB\-Bgroup\fR +Use group name lookup rules for shared library +.TP +\fB\-Bshareable\fR +Generate shared library (alias for \fB\-G\fR/\-shared) +.TP +\fB\-Bsymbolic\fR +Bind defined symbols locally +.TP +\fB\-Bsymbolic\-functions\fR +Bind defined function symbols locally +.TP +\fB\-\-check\-sections\fR +Check segment addresses for overlaps (default) +.TP +\fB\-\-no\-check\-sections\fR +Do not check segment addresses for overlaps +.TP +\fB\-\-compress\-debug\-sections\fR [none,zlib,zlib\-gnu,zlib\-gabi] +Compress .debug_* sections in the output file +.TP +\fB\-\-copy\-dt\-needed\-entries\fR +Not supported +.HP +\fB\-\-no\-copy\-dt\-needed\-entries\fR Do not copy DT_NEEDED tags from shared libraries (default) +.TP +\fB\-\-cref\fR +Output cross reference table +.TP +\fB\-\-no\-cref\fR +Do not output cross reference table (default) +.TP +\fB\-\-ctors\-in\-init\-array\fR +Use DT_INIT_ARRAY for all constructors (default) +.TP +\fB\-\-no\-ctors\-in\-init\-array\fR +Handle constructors as directed by compiler +.TP +\fB\-d\fR, \fB\-\-define\-common\fR +Define common symbols +.TP +\fB\-\-no\-define\-common\fR +Do not define common symbols in relocatable output (default) +.TP +\fB\-dc\fR +Alias for \fB\-d\fR +.TP +\fB\-dp\fR +Alias for \fB\-d\fR +.TP +\fB\-\-debug\fR [all,files,script,task][,...] +Turn on debugging +.TP +\fB\-\-defsym\fR SYMBOL=EXPRESSION +Define a symbol +.TP +\fB\-\-demangle\fR [=STYLE] +Demangle C++ symbols in log messages +.TP +\fB\-\-no\-demangle\fR +Do not demangle C++ symbols in log messages +.TP +\fB\-\-detect\-odr\-violations\fR +Look for violations of the C++ One Definition Rule +.TP +\fB\-\-no\-detect\-odr\-violations\fR +Do not look for violations of the C++ One Definition Rule (default) +.TP +\fB\-\-dynamic\-list\-data\fR +Add data symbols to dynamic symbols +.TP +\fB\-\-dynamic\-list\-cpp\-new\fR +Add C++ operator new/delete to dynamic symbols +.HP +\fB\-\-dynamic\-list\-cpp\-typeinfo\fR Add C++ typeinfo to dynamic symbols +.TP +\fB\-\-dynamic\-list\fR FILE +Read a list of dynamic symbols +.TP +\fB\-\-emit\-stub\-syms\fR +(PowerPC only) Label linker stubs with a symbol (default) +.TP +\fB\-\-no\-emit\-stub\-syms\fR +(PowerPC only) Do not label linker stubs with a symbol +.HP +\fB\-e\fR ADDRESS, \fB\-\-entry\fR ADDRESS Set program start address +.TP +\fB\-\-eh\-frame\-hdr\fR +Create exception frame header +.TP +\fB\-\-no\-eh\-frame\-hdr\fR +Do not create exception frame header (default) +.TP +\fB\-\-enable\-new\-dtags\fR +Enable use of DT_RUNPATH (default) +.TP +\fB\-\-disable\-new\-dtags\fR +Disable use of DT_RUNPATH +.TP +\fB\-\-no\-enum\-size\-warning\fR +(ARM only) Do not warn about objects with incompatible enum sizes +.TP +\fB\-\-exclude\-libs\fR lib,lib ... +Exclude libraries from automatic export +.TP +\fB\-E\fR, \fB\-\-export\-dynamic\fR +Export all dynamic symbols +.TP +\fB\-\-no\-export\-dynamic\fR +Do not export all dynamic symbols (default) +.TP +\fB\-\-export\-dynamic\-symbol\fR SYMBOL +Export SYMBOL to dynamic symbol table +.TP +\fB\-EB\fR +Link big\-endian objects. +.TP +\fB\-EL\fR +Link little\-endian objects. +.HP +\fB\-f\fR SHLIB, \fB\-\-auxiliary\fR SHLIB Auxiliary filter for shared object symbol table +.TP +\fB\-F\fR SHLIB, \fB\-\-filter\fR SHLIB +Filter for shared object symbol table +.TP +\fB\-\-fatal\-warnings\fR +Treat warnings as errors +.TP +\fB\-\-no\-fatal\-warnings\fR +Do not treat warnings as errors (default) +.TP +\fB\-fini\fR SYMBOL +Call SYMBOL at unload\-time +.TP +\fB\-\-fix\-arm1176\fR +(ARM only) Fix binaries for ARM1176 erratum (default) +.TP +\fB\-\-no\-fix\-arm1176\fR +(ARM only) Do not fix binaries for ARM1176 erratum +.TP +\fB\-\-fix\-cortex\-a8\fR +(ARM only) Fix binaries for Cortex\-A8 erratum +.TP +\fB\-\-no\-fix\-cortex\-a8\fR +(ARM only) Do not fix binaries for Cortex\-A8 erratum (default) +.TP +\fB\-\-fix\-cortex\-a53\-843419\fR +(AArch64 only) Fix Cortex\-A53 erratum 843419 +.TP +\fB\-\-no\-fix\-cortex\-a53\-843419\fR +(AArch64 only) Do not fix Cortex\-A53 erratum 843419 (default) +.TP +\fB\-\-fix\-cortex\-a53\-835769\fR +(AArch64 only) Fix Cortex\-A53 erratum 835769 +.TP +\fB\-\-no\-fix\-cortex\-a53\-835769\fR +(AArch64 only) Do not fix Cortex\-A53 erratum 835769 (default) +.TP +\fB\-\-fix\-v4bx\fR +(ARM only) Rewrite BX rn as MOV pc, rn for ARMv4 +.TP +\fB\-\-fix\-v4bx\-interworking\fR +(ARM only) Rewrite BX rn branch to ARMv4 interworking veneer +.TP +\fB\-fuse\-ld\fR +Ignored for GCC linker option compatibility +.TP +\fB\-g\fR +Ignored +.TP +\fB\-\-gc\-sections\fR +Remove unused sections +.TP +\fB\-\-no\-gc\-sections\fR +Don't remove unused sections (default) +.TP +\fB\-\-gdb\-index\fR +Generate .gdb_index section +.TP +\fB\-\-no\-gdb\-index\fR +Do not generate .gdb_index section (default) +.TP +\fB\-\-gnu\-unique\fR +Enable STB_GNU_UNIQUE symbol binding (default) +.TP +\fB\-\-no\-gnu\-unique\fR +Disable STB_GNU_UNIQUE symbol binding +.TP +\fB\-G\fR, \fB\-shared\fR +Generate shared library +.TP +\fB\-h\fR FILENAME, \fB\-soname\fR FILENAME +Set shared library name +.TP +\fB\-\-hash\-bucket\-empty\-fraction\fR FRACTION +Min fraction of empty buckets in dynamic hash +.TP +\fB\-\-hash\-style\fR [sysv,gnu,both] +Dynamic hash style +.TP +\fB\-i\fR +Alias for \fB\-r\fR +.TP +\fB\-\-icf\fR [none,all,safe] +Identical Code Folding. '\-\-icf=safe' Folds ctors, dtors and functions whose pointers are definitely not taken +.TP +\fB\-\-icf\-iterations\fR COUNT +Number of iterations of ICF (default 2) +.TP +\fB\-\-incremental\fR +Do an incremental link if possible; otherwise, do a full link and prepare output for incremental linking +.TP +\fB\-\-no\-incremental\fR +Do a full link (default) +.TP +\fB\-\-incremental\-full\fR +Do a full link and prepare output for incremental linking +.TP +\fB\-\-incremental\-update\fR +Do an incremental link; exit if not possible +.TP +\fB\-\-incremental\-base\fR FILE +Set base file for incremental linking (default is output file) +.TP +\fB\-\-incremental\-changed\fR +Assume files changed +.TP +\fB\-\-incremental\-unchanged\fR +Assume files didn't change +.TP +\fB\-\-incremental\-unknown\fR +Use timestamps to check files (default) +.TP +\fB\-\-incremental\-startup\-unchanged\fR +Assume startup files unchanged (files preceding this option) +.HP +\fB\-\-incremental\-patch\fR PERCENT Amount of extra space to allocate for patches (default 10) +.TP +\fB\-init\fR SYMBOL +Call SYMBOL at load\-time +.TP +\fB\-I\fR PROGRAM, \fB\-\-dynamic\-linker\fR PROGRAM +Set dynamic linker path +.TP +\fB\-\-just\-symbols\fR FILE +Read only symbol values from FILE +.TP +\fB\-\-keep\-files\-mapped\fR +Keep files mapped across passes (default) +.TP +\fB\-\-no\-keep\-files\-mapped\fR +Release mapped files after each pass +.TP +\fB\-\-keep\-unique\fR SYMBOL +Do not fold this symbol during ICF +.TP +\fB\-l\fR LIBNAME, \fB\-\-library\fR LIBNAME +Search for library LIBNAME +.TP +\fB\-\-ld\-generated\-unwind\-info\fR +Generate unwind information for PLT (default) +.TP +\fB\-\-no\-ld\-generated\-unwind\-info\fR +Do not generate unwind information for PLT +.TP +\fB\-L\fR DIR, \fB\-\-library\-path\fR DIR +Add directory to search path +.TP +\fB\-\-long\-plt\fR +(ARM only) Generate long PLT entries +.TP +\fB\-\-no\-long\-plt\fR +(ARM only) Do not generate long PLT entries (default) +.TP +\fB\-m\fR EMULATION +Set GNU linker emulation; obsolete +.TP +\fB\-\-map\-whole\-files\fR +Map whole files to memory (default) +.TP +\fB\-\-no\-map\-whole\-files\fR +Map relevant file parts to memory +.TP +\fB\-\-merge\-exidx\-entries\fR +(ARM only) Merge exidx entries in debuginfo (default) +.TP +\fB\-\-no\-merge\-exidx\-entries\fR +(ARM only) Do not merge exidx entries in debuginfo +.TP +\fB\-\-mmap\-output\-file\fR +Map the output file for writing (default) +.TP +\fB\-\-no\-mmap\-output\-file\fR +Do not map the output file for writing +.TP +\fB\-M\fR, \fB\-\-print\-map\fR +Write map file on standard output +.TP +\fB\-Map\fR MAPFILENAME +Write map file +.TP +\fB\-n\fR, \fB\-\-nmagic\fR +Do not page align data +.TP +\fB\-N\fR, \fB\-\-omagic\fR +Do not page align data, do not make text readonly +.TP +\fB\-\-no\-omagic\fR +Page align data, make text readonly (default) +.TP +\fB\-\-no\-keep\-memory\fR +Use less memory and more disk I/O (included only for compatibility with GNU ld) +.TP +\fB\-\-no\-undefined\fR +Report undefined symbols (even with \fB\-\-shared\fR) +.TP +\fB\-\-noinhibit\-exec\fR +Create an output file even if errors occur +.TP +\fB\-nostdlib\fR +Only search directories specified on the command line +.TP +\fB\-o\fR FILE, \fB\-\-output\fR FILE +Set output file name +.TP +\fB\-\-oformat\fR [binary] +Set output format +.TP +\fB\-O\fR LEVEL, \fB\-optimize\fR LEVEL +Optimize output file size +.TP +\fB\-\-orphan\-handling\fR [place,discard,warn,error] +Orphan section handling +.TP +\fB\-p\fR +Ignored for ARM compatibility +.TP +\fB\-pie\fR +Create a position independent executable +.TP +\fB\-no\-pie\fR +Do not create a position independent executable (default) +.TP +\fB\-\-pic\-executable\fR +Create a position independent executable +.TP +\fB\-\-no\-pic\-executable\fR +Do not create a position independent executable (default) +.TP +\fB\-\-pic\-veneer\fR +Force PIC sequences for ARM/Thumb interworking veneers +.TP +\fB\-no\-pipeline\-knowledge\fR +(ARM only) Ignore for backward compatibility (default) +.TP +\fB\-\-plt\-align\fR [=P2ALIGN] +(PowerPC64 only) Align PLT call stubs to fit cache lines +.TP +\fB\-\-plt\-localentry\fR +(PowerPC64 only) Optimize calls to ELFv2 localentry:0 functions +.TP +\fB\-\-no\-plt\-localentry\fR +(PowerPC64 only) Don't optimize ELFv2 calls (default) +.TP +\fB\-\-plt\-static\-chain\fR +(PowerPC64 only) PLT call stubs should load r11 +.TP +\fB\-\-no\-plt\-static\-chain\fR +(PowerPC64 only) PLT call stubs should not load r11 (default) +.TP +\fB\-\-plt\-thread\-safe\fR +(PowerPC64 only) PLT call stubs with load\-load barrier +.TP +\fB\-\-no\-plt\-thread\-safe\fR +(PowerPC64 only) PLT call stubs without barrier (default) +.TP +\fB\-\-plugin\fR PLUGIN +Load a plugin library +.TP +\fB\-\-plugin\-opt\fR OPTION +Pass an option to the plugin +.TP +\fB\-\-posix\-fallocate\fR +Use posix_fallocate to reserve space in the output file (default) +.TP +\fB\-\-no\-posix\-fallocate\fR +Use fallocate or ftruncate to reserve space +.TP +\fB\-\-preread\-archive\-symbols\fR +Preread archive symbols when multi\-threaded +.TP +\fB\-\-print\-gc\-sections\fR +List removed unused sections on stderr +.TP +\fB\-\-no\-print\-gc\-sections\fR +Do not list removed unused sections (default) +.TP +\fB\-\-print\-icf\-sections\fR +List folded identical sections on stderr +.TP +\fB\-\-no\-print\-icf\-sections\fR +Do not list folded identical sections (default) +.TP +\fB\-\-print\-output\-format\fR +Print default output format +.TP +\fB\-\-print\-symbol\-counts\fR FILENAME +Print symbols defined and used for each input +.TP +\fB\-\-push\-state\fR +Save the state of flags related to input files +.TP +\fB\-\-pop\-state\fR +Restore the state of flags related to input files +.TP +\fB\-q\fR, \fB\-\-emit\-relocs\fR +Generate relocations in output +.TP +\fB\-Qy\fR +Ignored for SVR4 compatibility +.TP +\fB\-r\fR, \fB\-relocatable\fR +Generate relocatable output +.TP +\fB\-\-relax\fR +Relax branches on certain targets +.TP +\fB\-\-retain\-symbols\-file\fR FILE +keep only symbols listed in this file +.TP +\fB\-\-rosegment\fR +Put read\-only non\-executable sections in their own segment +.TP +\fB\-\-rosegment\-gap\fR OFFSET +Set offset between executable and read\-only segments +.TP +\fB\-R\fR DIR +Add DIR to runtime search path +.TP +\fB\-rpath\fR DIR +Add DIR to runtime search path +.TP +\fB\-\-rpath\-link\fR DIR +Add DIR to link time shared library search path +.TP +\fB\-s\fR, \fB\-\-strip\-all\fR +Strip all symbols +.TP +\fB\-S\fR, \fB\-\-strip\-debug\fR +Strip debugging information +.TP +\fB\-\-strip\-debug\-non\-line\fR +Emit only debug line number information +.TP +\fB\-\-strip\-debug\-gdb\fR +Strip debug symbols that are unused by gdb (at least versions <= 7.4) +.TP +\fB\-\-strip\-lto\-sections\fR +Strip LTO intermediate code sections (default) +.TP +\fB\-\-section\-ordering\-file\fR FILENAME +Layout sections in the order specified +.TP +\fB\-\-section\-start\fR SECTION=ADDRESS +Set address of section +.TP +\fB\-\-secure\-plt\fR +(PowerPC only) Use new\-style PLT (default) +.TP +\fB\-\-sort\-common\fR [={ascending,descending}] +Sort common symbols by alignment +.TP +\fB\-\-sort\-section\fR [none,name] +Sort sections by name. '\-\-no\-text\-reorder' will override '\-\-sort\-section=name' for .text +.TP +\fB\-\-spare\-dynamic\-tags\fR COUNT +Dynamic tag slots to reserve (default 5) +.TP +\fB\-\-stub\-group\-size\fR SIZE +(ARM, PowerPC only) The maximum distance from instructions in a group of sections to their stubs. Negative values mean stubs are always after the group. 1 means use default size +.TP +\fB\-\-stub\-group\-multi\fR +(PowerPC only) Allow a group of stubs to serve multiple output sections +.TP +\fB\-\-split\-stack\-adjust\-size\fR SIZE +Stack size when \fB\-fsplit\-stack\fR function calls non\-split +.TP +\fB\-static\fR +Do not link against shared libraries +.TP +\fB\-\-start\-lib\fR +Start a library +.TP +\fB\-\-end\-lib\fR +End a library +.TP +\fB\-\-stats\fR +Print resource usage statistics +.TP +\fB\-\-sysroot\fR DIR +Set target system root directory +.TP +\fB\-t\fR, \fB\-\-trace\fR +Print the name of each input file +.TP +\fB\-\-target1\-abs\fR +(ARM only) Force R_ARM_TARGET1 type to R_ARM_ABS32 +.TP +\fB\-\-target1\-rel\fR +(ARM only) Force R_ARM_TARGET1 type to R_ARM_REL32 +.TP +\fB\-\-target2\fR [rel, abs, got\-rel +(ARM only) Set R_ARM_TARGET2 relocation type +.TP +\fB\-\-text\-reorder\fR +Enable text section reordering for GCC section names (default) +.TP +\fB\-\-no\-text\-reorder\fR +Disable text section reordering for GCC section names +.TP +\fB\-\-threads\fR +Run the linker multi\-threaded +.TP +\fB\-\-no\-threads\fR +Do not run the linker multi\-threaded (default) +.TP +\fB\-\-thread\-count\fR COUNT +Number of threads to use +.TP +\fB\-\-thread\-count\-initial\fR COUNT +Number of threads to use in initial pass +.HP +\fB\-\-thread\-count\-middle\fR COUNT Number of threads to use in middle pass +.TP +\fB\-\-thread\-count\-final\fR COUNT +Number of threads to use in final pass +.TP +\fB\-\-toc\-optimize\fR +(PowerPC64 only) Optimize TOC code sequences (default) +.TP +\fB\-\-no\-toc\-optimize\fR +(PowerPC64 only) Don't optimize TOC code sequences +.TP +\fB\-\-toc\-sort\fR +(PowerPC64 only) Sort TOC and GOT sections (default) +.TP +\fB\-\-no\-toc\-sort\fR +(PowerPC64 only) Don't sort TOC and GOT sections +.TP +\fB\-T\fR FILE, \fB\-\-script\fR FILE +Read linker script +.TP +\fB\-Tbss\fR ADDRESS +Set the address of the bss segment +.TP +\fB\-Tdata\fR ADDRESS +Set the address of the data segment +.TP +\fB\-Ttext\fR ADDRESS +Set the address of the text segment +.TP +\fB\-Ttext\-segment\fR ADDRESS +Set the address of the text segment +.TP +\fB\-Trodata\-segment\fR ADDRESS +Set the address of the rodata segment +.TP +\fB\-u\fR SYMBOL, \fB\-\-undefined\fR SYMBOL +Create undefined reference to SYMBOL +.TP +\fB\-\-unresolved\-symbols\fR ignore\-all,report\-all,ignore\-in\-object\-files,ignore\-in\-shared\-libs +How to handle unresolved symbols +.TP +\fB\-\-verbose\fR +Alias for \fB\-\-debug\fR=\fI\,files\/\fR +.TP +\fB\-\-version\-script\fR FILE +Read version script +.TP +\fB\-\-warn\-common\fR +Warn about duplicate common symbols +.TP +\fB\-\-no\-warn\-common\fR +Do not warn about duplicate common symbols (default) +.TP +\fB\-\-warn\-constructors\fR +Ignored +.TP +\fB\-\-no\-warn\-constructors\fR +Ignored +.TP +\fB\-\-warn\-execstack\fR +Warn if the stack is executable +.TP +\fB\-\-no\-warn\-execstack\fR +Do not warn if the stack is executable (default) +.TP +\fB\-\-no\-warn\-mismatch\fR +Don't warn about mismatched input files +.TP +\fB\-\-warn\-multiple\-gp\fR +Ignored +.TP +\fB\-\-warn\-search\-mismatch\fR +Warn when skipping an incompatible library (default) +.TP +\fB\-\-no\-warn\-search\-mismatch\fR +Don't warn when skipping an incompatible library +.TP +\fB\-\-warn\-shared\-textrel\fR +Warn if text segment is not shareable +.TP +\fB\-\-no\-warn\-shared\-textrel\fR +Do not warn if text segment is not shareable (default) +.TP +\fB\-\-warn\-unresolved\-symbols\fR +Report unresolved symbols as warnings +.TP +\fB\-\-error\-unresolved\-symbols\fR +Report unresolved symbols as errors (default) +.TP +\fB\-z\fR buildd +Dummy z option +.TP +\fB\-\-no\-wchar\-size\-warning\fR +(ARM only) Do not warn about objects with incompatible wchar_t sizes +.TP +\fB\-\-weak\-unresolved\-symbols\fR +Convert unresolved symbols to weak references +.TP +\fB\-\-whole\-archive\fR +Include all archive contents +.TP +\fB\-\-no\-whole\-archive\fR +Include only needed archive contents (default) +.TP +\fB\-\-wrap\fR SYMBOL +Use wrapper functions for SYMBOL +.TP +\fB\-x\fR, \fB\-\-discard\-all\fR +Delete all local symbols +.TP +\fB\-X\fR, \fB\-\-discard\-locals\fR +Delete all temporary local symbols +.TP +\fB\-\-discard\-none\fR +Keep all local symbols +.TP +\fB\-y\fR SYMBOL, \fB\-\-trace\-symbol\fR SYMBOL +Trace references to symbol +.TP +\fB\-\-undefined\-version\fR +Allow unused version in script (default) +.TP +\fB\-\-no\-undefined\-version\fR +Do not allow unused version in script +.TP +\fB\-Y\fR PATH +Default search path for Solaris compatibility +.TP +\-(, \fB\-\-start\-group\fR +Start a library search group +.TP +\-), \fB\-\-end\-group\fR +End a library search group +.TP +\fB\-z\fR bndplt +(x86\-64 only) Generate a BND PLT for Intel MPX +.TP +\fB\-z\fR nobndplt +Generate a regular PLT (default) +.TP +\fB\-z\fR combreloc +Sort dynamic relocs (default) +.TP +\fB\-z\fR nocombreloc +Do not sort dynamic relocs +.TP +\fB\-z\fR common\-page\-size=SIZE +Set common page size to SIZE +.TP +\fB\-z\fR defs +Report undefined symbols (even with \fB\-\-shared\fR) +.TP +\fB\-z\fR execstack +Mark output as requiring executable stack +.TP +\fB\-z\fR global +Make symbols in DSO available for subsequently loaded objects +.TP +\fB\-z\fR initfirst +Mark DSO to be initialized first at runtime +.TP +\fB\-z\fR interpose +Mark object to interpose all DSOs but executable +.TP +\fB\-z\fR lazy +Mark object for lazy runtime binding (default) +.TP +\fB\-z\fR loadfltr +Mark object requiring immediate process +.TP +\fB\-z\fR max\-page\-size=SIZE +Set maximum page size to SIZE +.TP +\fB\-z\fR muldefs +Allow multiple definitions of symbols +.TP +\fB\-z\fR nocopyreloc +Do not create copy relocs +.TP +\fB\-z\fR nodefaultlib +Mark object not to use default search paths +.TP +\fB\-z\fR nodelete +Mark DSO non\-deletable at runtime +.TP +\fB\-z\fR nodlopen +Mark DSO not available to dlopen +.TP +\fB\-z\fR nodump +Mark DSO not available to dldump +.TP +\fB\-z\fR noexecstack +Mark output as not requiring executable stack +.TP +\fB\-z\fR now +Mark object for immediate function binding +.TP +\fB\-z\fR origin +Mark DSO to indicate that needs immediate $ORIGIN processing at runtime +.TP +\fB\-z\fR relro +Where possible mark variables read\-only after relocation (default) +.TP +\fB\-z\fR norelro +Don't mark variables read\-only after relocation +.TP +\fB\-z\fR stack\-size=SIZE +Set PT_GNU_STACK segment p_memsz to SIZE +.TP +\fB\-z\fR text +Do not permit relocations in read\-only segments +.TP +\fB\-z\fR notext +Permit relocations in read\-only segments (default) +.TP +\fB\-z\fR textoff +Permit relocations in read\-only segments (default) +.PP +ld.gold: supported targets: elf32\-iamcu elf32\-i386 elf32\-i386\-freebsd elf32\-i386\-nacl elf32\-x86\-64 elf32\-x86\-64\-freebsd elf32\-x86\-64\-nacl elf64\-x86\-64 elf64\-x86\-64\-freebsd elf64\-x86\-64\-nacl +ld.gold: supported emulations: elf_iamcu elf_i386 elf_i386_nacl elf32_x86_64 elf32_x86_64_nacl elf_x86_64 elf_x86_64_nacl +.SH "REPORTING BUGS" +Report bugs to +.SH COPYRIGHT +Copyright \(co 2017 Free Software Foundation, Inc. +This program is free software; you may redistribute it under the terms of +the GNU General Public License version 3 or (at your option) a later version. +This program has absolutely no warranty. --- binutils-2.29.orig/debian/patches/001_ld_makefile_patch.patch +++ binutils-2.29/debian/patches/001_ld_makefile_patch.patch @@ -0,0 +1,31 @@ +Author: +Description: Description: correct where ld scripts are installed +Author: Chris Chimelis +Upstream status: N/A +Date: ?? +Index: b/ld/Makefile.am +=================================================================== +--- a/ld/Makefile.am ++++ b/ld/Makefile.am +@@ -57,7 +57,7 @@ endif + # We put the scripts in the directory $(scriptdir)/ldscripts. + # We can't put the scripts in $(datadir) because the SEARCH_DIR + # directives need to be different for native and cross linkers. +-scriptdir = $(tooldir)/lib ++scriptdir = $(libdir) + + EMUL = @EMUL@ + EMULATION_OFILES = @EMULATION_OFILES@ +Index: b/ld/Makefile.in +=================================================================== +--- a/ld/Makefile.in ++++ b/ld/Makefile.in +@@ -446,7 +446,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) + # We put the scripts in the directory $(scriptdir)/ldscripts. + # We can't put the scripts in $(datadir) because the SEARCH_DIR + # directives need to be different for native and cross linkers. +-scriptdir = $(tooldir)/lib ++scriptdir = $(libdir) + BASEDIR = $(srcdir)/.. + BFDDIR = $(BASEDIR)/bfd + INCDIR = $(BASEDIR)/include --- binutils-2.29.orig/debian/patches/002_gprof_profile_arcs.patch +++ binutils-2.29/debian/patches/002_gprof_profile_arcs.patch @@ -0,0 +1,29 @@ +Author: Chris Chimelis +Description: Add more documentation about profiling and -fprofile-arcs. +Index: b/gprof/gprof.texi +=================================================================== +--- a/gprof/gprof.texi ++++ b/gprof/gprof.texi +@@ -145,6 +145,10 @@ + If more than one profile file is specified, the @code{gprof} + output shows the sum of the profile information in the given profile files. + ++If you use gcc 2.95.x or 3.0 to compile your binaries, you may need ++to add the @samp{-fprofile-arcs} to the compile command line in order ++for the call graphs to be properly stored in gmon.out. ++ + @code{Gprof} calculates the amount of time spent in each routine. + Next, these times are propagated along the edges of the call graph. + Cycles are discovered, and calls into a cycle are made to share the time +@@ -276,6 +280,11 @@ + options. The same option, @samp{-pg}, alters either compilation or linking + to do what is necessary for profiling. Here are examples: + ++If you use gcc 2.95.x or 3.0.x, you may need to add the ++@samp{-fprofile-arcs} option to the compile line along with @samp{-pg} ++in order to allow the call-graphs to be properly included in the gmon.out ++file. ++ + @example + cc -g -c myprog.c utils.c -pg + cc -o myprog myprog.o utils.o -pg --- binutils-2.29.orig/debian/patches/003_gprof_see_also_monitor.patch +++ binutils-2.29/debian/patches/003_gprof_see_also_monitor.patch @@ -0,0 +1,15 @@ +Author: Chris Chimelis +Description: Don't mention monitor(3) which doesn't exist in Debian. (#160654) +Index: b/gprof/gprof.texi +=================================================================== +--- a/gprof/gprof.texi ++++ b/gprof/gprof.texi +@@ -193,7 +193,7 @@ + @c man end + + @c man begin SEEALSO +-monitor(3), profil(2), cc(1), prof(1), and the Info entry for @file{gprof}. ++cc(1), prof(1), and the Info entry for @file{gprof}. + + ``An Execution Profiler for Modular Programs'', + by S. Graham, P. Kessler, M. McKusick; --- binutils-2.29.orig/debian/patches/006_better_file_error.patch +++ binutils-2.29/debian/patches/006_better_file_error.patch @@ -0,0 +1,21 @@ +Author: David Kimdon +Description: Specify which filename is causing an error if the filename is a +directory. (#45832) +Index: b/bfd/opncls.c +=================================================================== +--- a/bfd/opncls.c ++++ b/bfd/opncls.c +@@ -196,6 +196,13 @@ bfd_fopen (const char *filename, const c + { + bfd *nbfd; + const bfd_target *target_vec; ++ struct stat s; ++ ++ if (stat (filename, &s) == 0) ++ if (S_ISDIR(s.st_mode)) { ++ bfd_set_error (bfd_error_file_not_recognized); ++ return NULL; ++ } + + nbfd = _bfd_new_bfd (); + if (nbfd == NULL) --- binutils-2.29.orig/debian/patches/012_check_ldrunpath_length.patch +++ binutils-2.29/debian/patches/012_check_ldrunpath_length.patch @@ -0,0 +1,25 @@ +Author: Chris Chimelis +Description: Only generate an RPATH entry if LD_RUN_PATH is not empty, for +cases where -rpath isn't specified. (#151024) +Index: b/ld/emultempl/elf32.em +=================================================================== +--- a/ld/emultempl/elf32.em ++++ b/ld/emultempl/elf32.em +@@ -1463,6 +1463,8 @@ fragment <link.next) + if (bfd_get_flavour (abfd) == bfd_target_elf_flavour) --- binutils-2.29.orig/debian/patches/013_bash_in_ld_testsuite.patch +++ binutils-2.29/debian/patches/013_bash_in_ld_testsuite.patch @@ -0,0 +1,15 @@ +Author: Matthias Klose +Description: Explicitely use bash for the ld testsuite. +Index: b/ld/testsuite/config/default.exp +=================================================================== +--- a/ld/testsuite/config/default.exp ++++ b/ld/testsuite/config/default.exp +@@ -117,7 +117,7 @@ load_lib ld-lib.exp + proc get_target_emul {} { + global target_triplet + global srcdir +- set status [catch "exec sh -c \"targ='$target_triplet' && . $srcdir/../configure.tgt && echo \\\$targ_emul\"" result] ++ set status [catch "exec bash -c \"targ='$target_triplet' && . $srcdir/../configure.tgt && echo \\\$targ_emul\"" result] + if $status { error "Error getting emulation name: $result" } + return $result + } --- binutils-2.29.orig/debian/patches/014_hash_style-both.patch +++ binutils-2.29/debian/patches/014_hash_style-both.patch @@ -0,0 +1,30 @@ +# DP: Default to --hash-style=both in ld.bfd and ld.gold. + +--- a/ld/ldmain.c ++++ b/ld/ldmain.c +@@ -287,6 +288,14 @@ + emulation = get_emulation (argc, argv); + ldemul_choose_mode (emulation); + default_target = ldemul_choose_target (argc, argv); ++ ++ /* Default to --hash-style=gnu */ ++ if (strcmp (default_target, "elf32-tradbigmips") != 0 ++ && strcmp (default_target, "elf32-tradlittlemips") != 0) ++ { ++ link_info.emit_gnu_hash = TRUE; ++ } ++ + config.maxpagesize = bfd_emul_get_maxpagesize (default_target); + config.commonpagesize = bfd_emul_get_commonpagesize (default_target); + lang_init (); +--- a/gold/options.h ++++ b/gold/options.h +@@ -794,7 +794,7 @@ + N_("Min fraction of empty buckets in dynamic hash"), + N_("FRACTION")); + +- DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "sysv", ++ DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "both", + N_("Dynamic hash style"), N_("[sysv,gnu,both]"), + {"sysv", "gnu", "both"}); + --- binutils-2.29.orig/debian/patches/014_hash_style-gnu.patch +++ binutils-2.29/debian/patches/014_hash_style-gnu.patch @@ -0,0 +1,31 @@ +# DP: Default to --hash-gnu=both in ld.bfd and ld.gold. + +--- a/ld/ldmain.c ++++ b/ld/ldmain.c +@@ -287,6 +288,15 @@ + emulation = get_emulation (argc, argv); + ldemul_choose_mode (emulation); + default_target = ldemul_choose_target (argc, argv); ++ ++ /* Default to --hash-style=gnu */ ++ if (strcmp (default_target, "elf32-tradbigmips") != 0 ++ && strcmp (default_target, "elf32-tradlittlemips") != 0) ++ { ++ link_info.emit_gnu_hash = TRUE; ++ link_info.emit_hash = FALSE; ++ } ++ + config.maxpagesize = bfd_emul_get_maxpagesize (default_target); + config.commonpagesize = bfd_emul_get_commonpagesize (default_target); + lang_init (); +--- a/gold/options.h ++++ b/gold/options.h +@@ -794,7 +794,7 @@ + N_("Min fraction of empty buckets in dynamic hash"), + N_("FRACTION")); + +- DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "sysv", ++ DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "gnu", + N_("Dynamic hash style"), N_("[sysv,gnu,both]"), + {"sysv", "gnu", "both"}); + --- binutils-2.29.orig/debian/patches/127_x86_64_i386_biarch.patch +++ binutils-2.29/debian/patches/127_x86_64_i386_biarch.patch @@ -0,0 +1,20 @@ +Author: +Description: Description: Add (/usr)/lib32 to the search paths on x86_64. +Author: Aurelien Jarno +Upstream status: Debian specific +--- a/ld/emulparams/elf_i386.sh ++++ b/ld/emulparams/elf_i386.sh +@@ -13,3 +13,13 @@ + NO_SMALL_DATA=yes + SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0" + IREL_IN_PLT= ++ ++# Linux modify the default library search path to first include ++# a 32-bit specific directory. ++case "$target" in ++ x86_64*-linux* | i[3-7]86*-linux* | x86_64*-kfreebsd*-gnu | i[3-7]86*-kfreebsd*-gnu) ++ case "$EMULATION_NAME" in ++ *i386*) LIBPATH_SUFFIX=32 ;; ++ esac ++ ;; ++esac --- binutils-2.29.orig/debian/patches/128_build_id.patch +++ binutils-2.29/debian/patches/128_build_id.patch @@ -0,0 +1,42 @@ +Author: +Description: Description: Fix ld corrupt build ID generation +Author: Nick Clifton +Upstream status: Taken from Fedora (BZ 501582) +--- a/bfd/compress.c ++++ b/bfd/compress.c +@@ -174,7 +174,7 @@ + case COMPRESS_SECTION_NONE: + if (p == NULL) + { +- p = (bfd_byte *) bfd_malloc (sz); ++ p = (bfd_byte *) bfd_zmalloc (sz); + if (p == NULL) + return FALSE; + need_free = TRUE; +--- a/bfd/elfcode.h ++++ b/bfd/elfcode.h +@@ -1158,6 +1158,24 @@ + + if (i_shdr.contents) + (*process) (i_shdr.contents, i_shdr.sh_size, arg); ++ else ++ { ++ asection *sec; ++ ++ sec = bfd_section_from_elf_index (abfd, count); ++ if (sec != NULL) ++ { ++ if (sec->contents == NULL) ++ { ++ /* Force rereading from file. */ ++ sec->flags &= ~SEC_IN_MEMORY; ++ if (! bfd_malloc_and_get_section (abfd, sec, & sec->contents)) ++ continue; ++ } ++ if (sec->contents != NULL) ++ (*process) (sec->contents, i_shdr.sh_size, arg); ++ } ++ } + } + + return TRUE; --- binutils-2.29.orig/debian/patches/128_ppc64_powerpc_biarch.patch +++ binutils-2.29/debian/patches/128_ppc64_powerpc_biarch.patch @@ -0,0 +1,17 @@ +Index: b/ld/emulparams/elf32ppccommon.sh +=================================================================== +--- a/ld/emulparams/elf32ppccommon.sh ++++ b/ld/emulparams/elf32ppccommon.sh +@@ -56,3 +56,12 @@ case `echo "$target" | sed -e 's/-.*//'` + *:*64*) LIBPATH_SUFFIX=64 ;; + *:*32*) LIBPATH_SUFFIX=32 ;; + esac ++ ++# On 64bit, look for 32 bit target libraries in /lib32, /usr/lib32 etc., first. ++case "$target" in ++ powerpc64-*-linux* | ppc64-*-linux*) ++ case "$EMULATION_NAME" in ++ *32*) LIBPATH_SUFFIX=32 ;; ++ esac ++ ;; ++esac --- binutils-2.29.orig/debian/patches/129_multiarch_libpath.patch +++ binutils-2.29/debian/patches/129_multiarch_libpath.patch @@ -0,0 +1,354 @@ +# DP: Add multiarch directories to linker search path for ld and gold. + +Index: b/ld/genscripts.sh +=================================================================== +--- a/ld/genscripts.sh ++++ b/ld/genscripts.sh +@@ -189,6 +189,104 @@ append_to_lib_path() + fi + } + ++# set the multiarch tuples ++multiarch_name= ++multiarch_name_32= ++multiarch_name_64= ++multiarch_name_n32= ++multiarch_name_x32= ++ ++if true; then ++ # based on TOOL_LIB ++ multiarch_name=$DEB_TARGET_MULTIARCH ++ multiarch_name_32=$DEB_TARGET_MULTIARCH32 ++ multiarch_name_64=$DEB_TARGET_MULTIARCH64 ++ multiarch_name_n32=$DEB_TARGET_MULTIARCHN32 ++ multiarch_name_x32=$DEB_TARGET_MULTIARCHX32 ++else ++ # based on the emulation name; using TOOL_LIB seems to unreliable, when ++ # configuring with --enable-targets=powerpc-linux-gnu,powerpc64-linux-gnu ++ # only the first one (?) wins. ++ # FIXME: should this go into ld/emulparams/*.sh ? ++ case "$EMULATION_NAME" in ++ aarch64linux) ++ multiarch_name=aarch64-linux-gnu ++ ;; ++ aarch64linux32) ++ multiarch_name=aarch64_ilp32-linux-gnu ++ ;; ++ aarch64linux32b) ++ multiarch_name=aarch64_be_ilp32-linux-gnu ++ ;; ++ aarch64linuxb) ++ multiarch_name=aarch64_be-linux-gnu ++ ;; ++ armelf_linux_eabi) ++ # FIXME: TOOL_LIB can be arm-linux-gnueabi, arm-linux-gnueabihf, aarch64-linux-gnu ++ multiarch_name=arm-linux-gnueabi ++ ;; ++ armelfb_linux_eabi) ++ # FIXME: TOOL_LIB can be arm-linux-gnueabi, arm-linux-gnueabihf, aarch64-linux-gnu ++ multiarch_name=armeb-linux-gnueabi ++ ;; ++ elf32_sparc) ++ multiarch_name=sparc-linux-gnu ++ multiarch_name_64=sparc64-linux-gnu ++ ;; ++ elf32_x86_64) ++ multiarch_name=x86_64-linux-gnux32 ++ multiarch_name_32=i386-linux-gnu ++ multiarch_name_64=x86_64-linux-gnu ++ ;; ++ elf32btsmip) ++ ;; ++ elf32btsmipn32) ++ ;; ++ elf32ltsmip) ++ ;; ++ elf32ltsmipn32) ++ ;; ++ elf32elflppc) # necessary? ++ multiarch_name=powerpcle-linux-gnu ++ multiarch_name_64=powerpc64le-linux-gnu ++ ;; ++ elf32elflppclinux) ++ multiarch_name=powerpcle-linux-gnu ++ multiarch_name_64=powerpc64le-linux-gnu ++ ;; ++ elf32ppc) # necessary? ++ multiarch_name=powerpc-linux-gnu ++ multiarch_name_64=powerpc64-linux-gnu ++ ;; ++ elf32ppclinux) ++ multiarch_name=powerpc-linux-gnu ++ multiarch_name_64=powerpc64-linux-gnu ++ ;; ++ elf64ppc) ++ multiarch_name=powerpc64-linux-gnu ++ multiarch_name_32=powerpc-linux-gnu ++ ;; ++ esac ++fi ++ ++if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then ++ libs=${NATIVE_LIB_DIRS} ++ if [ "x${NATIVE}" = "xyes" ] ; then ++ case " ${libs} " in ++ *" ${libdir} "*) ;; ++ *) libs="${libdir} ${libs}" ;; ++ esac ++ fi ++ append_to_lib_path ${libs} ++fi ++ ++case :${lib_path1}:${lib_path2}: in ++ *:: | ::*) LIB_PATH=${lib_path1}${lib_path2} ;; ++ *) LIB_PATH=${lib_path1}:${lib_path2} ;; ++esac ++lib_path1= ++lib_path2= ++ + # Always search $(tooldir)/lib, aka /usr/local/TARGET/lib when native + # except when LIBPATH=":". + if [ "${LIB_PATH}" != ":" ] ; then +@@ -205,31 +303,138 @@ if [ "${LIB_PATH}" != ":" ] ; then + # vs. /usr/s390-linux/lib64) + case "${NATIVE}:${LIBPATH_SUFFIX}:${TOOL_LIB}" in + :* | *::* | *:*:*${LIBPATH_SUFFIX}) ;; +- *) libs="${exec_prefix}/${target_alias}/lib${LIBPATH_SUFFIX}" ;; ++ *) ++ # FIXME: ++ # For the binutils-multiarch build on x86_64-linux-gnu configured ++ # with --enable-targets=powerpc-linux-gnu, /usr/x86_64-linux-gnu/lib64 ++ # is added instead of /usr/powerpc64-linux-gnu/lib64. However this ++ # probably wanted for the "default" emulation. How to detect that? ++ libs="${exec_prefix}/${target_alias}/lib${LIBPATH_SUFFIX}" ;; + esac + libs="${exec_prefix}/${TOOL_LIB}/lib ${libs}" + fi + append_to_lib_path ${libs} + fi + +-if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then +- libs=${NATIVE_LIB_DIRS} +- if [ "x${NATIVE}" = "xyes" ] ; then +- case " ${libs} " in +- *" ${libdir} "*) ;; +- *) libs="${libdir} ${libs}" ;; +- esac +- fi +- append_to_lib_path ${libs} +-fi +- + case :${lib_path1}:${lib_path2}: in +- *:: | ::*) LIB_PATH=${lib_path1}${lib_path2} ;; +- *) LIB_PATH=${lib_path1}:${lib_path2} ;; ++ *:: | ::*) LIB_PATH=${LIB_PATH}:${lib_path1}${lib_path2} ;; ++ *) LIB_PATH=${LIB_PATH}:${lib_path1}:${lib_path2} ;; + esac + ++# We use the $tool_lib variable in our multiarch mangling: ++if [ "x${TOOL_LIB}" = "x" ] ; then ++ tool_lib=${exec_prefix}/${target_alias}/lib ++else ++ tool_lib=${exec_prefix}/${TOOL_LIB}/lib ++fi ++ ++# FIXME: why again? These already should be in LIBPATH ++if [ "x${APPEND_TOOLLIBDIR}" = "xyes" ] ; then ++ LIB_PATH=${LIB_PATH}:${tool_lib} ++ # For multilib targets, search both $tool_lib dirs ++ if [ "x${LIBPATH_SUFFIX}" != "x" ] ; then ++ LIB_PATH=${LIB_PATH}:${tool_lib}${LIBPATH_SUFFIX} ++ fi ++fi ++ + LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'` + ++if [ -n "$multiarch_name" ]; then ++ temp_dirs=' ' ++ ma_dirs=' ' ++ for dir in `echo ${LIB_PATH} | sed -e 's/:/ /g'`; do ++ case "$dir" in ++ *${tool_lib}*|*/${target_alias}/*) ++ ;; ++ */lib) ++ if [ -n "$multiarch_name_32" ]; then ++ case $EMULATION_NAME in ++ elf_i386|elf32*) ++ ma_dirs="${ma_dirs}${dir}/$multiarch_name_32 ";; ++ *) ++ ma_dirs="${ma_dirs}${dir}/$multiarch_name " ++ esac ++ elif [ -n "$multiarch_name_64" ]; then ++ case $EMULATION_NAME in ++ elf*_64|elf64*) ++ ma_dirs="${ma_dirs}${dir}/$multiarch_name_64 ";; ++ *) ++ ma_dirs="${ma_dirs}${dir}/$multiarch_name " ++ esac ++ else ++ ma_dirs="${ma_dirs}${dir}/$multiarch_name " ++ fi ++ ;; ++ */lib32) ++ if [ -n "$multiarch_name_32" ]; then ++ dir2=$(echo $dir | sed "s,32$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name_32 " ++ fi ++ ;; ++ */lib64) ++ case "${target}" in ++ aarch64*-*-*|powerpc64-*-*|s390x-*-*|sparc64-*-*|x86_64-*-linux-gnu|mips64-*-gnuabi64) ++ #dir=$(echo $dir | sed "s,64$,,") ++ dir2=$(echo $dir | sed "s,64$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name " ++ ;; ++ *) ++ if [ -n "$multiarch_name_64" ]; then ++ dir2=$(echo $dir | sed "s,64$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name_64 " ++ fi ++ ;; ++ esac ++ ;; ++ */libx32) ++ case "${target}" in ++ x86_64-*-linux-gnux32) ++ dir2=$(echo $dir | sed "s,x32$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name " ++ ;; ++ *) ++ if [ -n "$multiarch_name_x32" ]; then ++ dir2=$(echo $dir | sed "s,x32$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name_x32 " ++ fi ++ ;; ++ esac ++ ;; ++ */libn32) ++ case "${target}" in ++ mips64*-*-linux-gnuabin32) ++ dir2=$(echo $dir | sed "s,n32$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name " ++ ;; ++ *) ++ if [ -n "$multiarch_name_n32" ]; then ++ dir2=$(echo $dir | sed "s,n32$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name_n32 " ++ fi ++ ;; ++ esac ++ ;; ++ */libilp32) ++ if [ -n "$multiarch_name_32" ]; then ++ dir2=$(echo $dir | sed "s,ilp32$,,") ++ ma_dirs="${ma_dirs}${dir2}/$multiarch_name_32 " ++ fi ++ ;; ++ *) ++ ;; ++ esac ++ temp_dirs="${temp_dirs}${dir} " ++ done ++ LIB_SEARCH_DIRS= ++ for dir in $ma_dirs $temp_dirs; do ++ if echo "$LIB_SEARCH_DIRS" | fgrep -q "\"$dir\""; then ++ continue ++ fi ++ LIB_SEARCH_DIRS="${LIB_SEARCH_DIRS}SEARCH_DIR(\"$dir\"); " ++ done ++fi ++echo X3: $LIB_PATH ++ + # We need it for testsuite. + set $EMULATION_LIBPATH + if [ "x$1" = "x$EMULATION_NAME" ]; then +Index: b/gold/Makefile.am +=================================================================== +--- a/gold/Makefile.am ++++ b/gold/Makefile.am +@@ -38,6 +38,7 @@ AM_CPPFLAGS = \ + -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \ + -DLOCALEDIR="\"$(datadir)/locale\"" \ + -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \ ++ @MULTIARCH_DIRNAME@ $(if $(APPEND_TOOLLIBDIR),-DAPPEND_TOOLLIBDIR) \ + -DTOOLLIBDIR="\"$(tooldir)/lib\"" @INCINTL@ + + LIBIBERTY = ../libiberty/libiberty.a +Index: b/gold/configure +=================================================================== +--- a/gold/configure ++++ b/gold/configure +@@ -594,6 +594,7 @@ LTLIBOBJS + MAINT + MAINTAINER_MODE_FALSE + MAINTAINER_MODE_TRUE ++MULTIARCH_DIRNAME + DLOPEN_LIBS + CXXCPP + HAVE_NO_USE_LINKER_PLUGIN_FALSE +@@ -7720,6 +7721,14 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> + fi + + ++if test x$DEB_TARGET_MULTIARCH != x; then ++ multiarch=$DEB_TARGET_MULTIARCH ++ if test -n "$multiarch"; then ++ MULTIARCH_DIRNAME='-DMULTIARCH_DIRNAME=\"'$multiarch'\"' ++ fi ++fi ++ ++ + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 + $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } +Index: b/gold/configure.ac +=================================================================== +--- a/gold/configure.ac ++++ b/gold/configure.ac +@@ -662,6 +662,14 @@ AC_CHECK_HEADERS(locale.h) + AC_CHECK_FUNCS(setlocale) + AM_LC_MESSAGES + ++if test x$DEB_TARGET_MULTIARCH != x; then ++ multiarch=$DEB_TARGET_MULTIARCH ++ if test -n "$multiarch"; then ++ MULTIARCH_DIRNAME='-DMULTIARCH_DIRNAME=\"'$multiarch'\"' ++ fi ++fi ++AC_SUBST(MULTIARCH_DIRNAME) ++ + AM_MAINTAINER_MODE + + AC_OUTPUT(Makefile testsuite/Makefile po/Makefile.in:po/Make-in) +Index: b/gold/options.cc +=================================================================== +--- a/gold/options.cc ++++ b/gold/options.cc +@@ -1227,8 +1227,15 @@ General_options::finalize() + || this->user_set_sysroot() + || *TARGET_SYSTEM_ROOT != '\0') + { ++#ifdef MULTIARCH_DIRNAME ++ this->add_to_library_path_with_sysroot("/lib/" MULTIARCH_DIRNAME); ++ this->add_to_library_path_with_sysroot("/usr/lib/" MULTIARCH_DIRNAME); ++#endif + this->add_to_library_path_with_sysroot("/lib"); + this->add_to_library_path_with_sysroot("/usr/lib"); ++#ifdef APPEND_TOOLLIBDIR ++ this->add_to_library_path_with_sysroot(TOOLLIBDIR); ++#endif + } + else + this->add_to_library_path_with_sysroot(TOOLLIBDIR); +Index: b/gold/Makefile.in +=================================================================== +--- a/gold/Makefile.in ++++ b/gold/Makefile.in +@@ -490,6 +490,7 @@ AM_CPPFLAGS = \ + -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \ + -DLOCALEDIR="\"$(datadir)/locale\"" \ + -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \ ++ @MULTIARCH_DIRNAME@ $(if $(APPEND_TOOLLIBDIR),-DAPPEND_TOOLLIBDIR) \ + -DTOOLLIBDIR="\"$(tooldir)/lib\"" @INCINTL@ + + LIBIBERTY = ../libiberty/libiberty.a --- binutils-2.29.orig/debian/patches/130_gold_disable_testsuite_build.patch +++ binutils-2.29/debian/patches/130_gold_disable_testsuite_build.patch @@ -0,0 +1,30 @@ +Author: +Description: Description: Disable build of gold/testsuite +Author: Matthias Klose +Upstream status: local +Index: b/gold/Makefile.am +=================================================================== +--- a/gold/Makefile.am ++++ b/gold/Makefile.am +@@ -19,7 +19,7 @@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = po testsuite ++SUBDIRS = po + + tooldir = $(exec_prefix)/$(target_alias) + +Index: b/gold/Makefile.in +=================================================================== +--- a/gold/Makefile.in ++++ b/gold/Makefile.in +@@ -475,7 +475,7 @@ top_srcdir = @top_srcdir@ + zlibdir = @zlibdir@ + zlibinc = @zlibinc@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = po testsuite ++SUBDIRS = po + tooldir = $(exec_prefix)/$(target_alias) + ACLOCAL_AMFLAGS = -I ../bfd -I ../config + --- binutils-2.29.orig/debian/patches/131_ld_bootstrap_testsuite.patch +++ binutils-2.29/debian/patches/131_ld_bootstrap_testsuite.patch @@ -0,0 +1,47 @@ +Author: +Description: Description: Fix ld-bootstrap testsuite when configured with --enable-plugins +Author: Rafael Espindola +Upstream status: proposed patch +Index: b/ld/testsuite/ld-bootstrap/bootstrap.exp +=================================================================== +--- a/ld/testsuite/ld-bootstrap/bootstrap.exp ++++ b/ld/testsuite/ld-bootstrap/bootstrap.exp +@@ -44,6 +44,15 @@ if [check_plugin_api_available] { + set plugins "yes" + } + ++remote_exec host "$nm --help" "" "/dev/null" "plugin-support" ++set tmp [file_contents "plugin-support"] ++regexp ".*\(--plugin\).*\n" $tmp foo plugins ++if [info exists plugins] then { ++ set plugins "yes" ++} else { ++ set plugins "no" ++} ++ + # Bootstrap ld. First link the object files together using -r, in + # order to test -r. Then link the result into an executable, ld1, to + # really test -r. Use ld1 to link a fresh ld, ld2. Use ld2 to link a +@@ -102,6 +111,11 @@ foreach flags $test_flags { + continue + } + ++ if { $flags == "--static" && $plugins == "yes" } then { ++ untested $testname ++ continue ++ } ++ + # If we only have a shared libbfd, we probably can't run the + # --static test. + if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then { +@@ -146,6 +160,10 @@ foreach flags $test_flags { + } + } + ++ if { $plugins == "yes" } { ++ set extralibs "$extralibs -ldl" ++ } ++ + # On Irix 5, linking with --static only works if all the files are + # compiled using -non_shared. + if {"$flags" == "--static"} { --- binutils-2.29.orig/debian/patches/135_bfd_version.patch +++ binutils-2.29/debian/patches/135_bfd_version.patch @@ -0,0 +1,49 @@ +Author: +Description: Description: Fix bfd version handling for extra builds + +Index: b/bfd/Makefile.am +=================================================================== +--- a/bfd/Makefile.am ++++ b/bfd/Makefile.am +@@ -1081,15 +1081,15 @@ DISTCLEANFILES = $(BUILD_CFILES) $(BUILD + + bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in + @echo "creating $@" +- @bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ +- bfd_version_string="\"$(VERSION)\"" ;\ ++ @bfd_version=`echo "$(VERSION)" | sed -e 's/-.*$$//' | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ ++ bfd_version_string="\"`echo $(VERSION) | sed -e 's/-.*$$//'`\"" ;\ + bfd_soversion="$(VERSION)" ;\ + bfd_version_package="\"$(PKGVERSION)\"" ;\ + report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\ + . $(srcdir)/development.sh ;\ + if test "$$development" = true ; then \ + bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\ +- bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\ ++ bfd_version_string="\"`echo $(VERSION) | sed -e 's/-.*$$//'`.$${bfd_version_date}\"" ;\ + bfd_soversion="$(VERSION).$${bfd_version_date}" ;\ + fi ;\ + $(SED) -e "s,@bfd_version@,$$bfd_version," \ +Index: b/bfd/Makefile.in +=================================================================== +--- a/bfd/Makefile.in ++++ b/bfd/Makefile.in +@@ -2197,15 +2197,15 @@ stmp-lcoff-h: $(LIBCOFF_H_FILES) + + bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in + @echo "creating $@" +- @bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ +- bfd_version_string="\"$(VERSION)\"" ;\ ++ @bfd_version=`echo "$(VERSION)" | sed -e 's/-.*$$//' | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ ++ bfd_version_string="\"`echo $(VERSION) | sed -e 's/-.*$$//'`\"" ;\ + bfd_soversion="$(VERSION)" ;\ + bfd_version_package="\"$(PKGVERSION)\"" ;\ + report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\ + . $(srcdir)/development.sh ;\ + if test "$$development" = true ; then \ + bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\ +- bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\ ++ bfd_version_string="\"`echo $(VERSION) | sed -e 's/-.*$$//'`.$${bfd_version_date}\"" ;\ + bfd_soversion="$(VERSION).$${bfd_version_date}" ;\ + fi ;\ + $(SED) -e "s,@bfd_version@,$$bfd_version," \ --- binutils-2.29.orig/debian/patches/136_bfd_pic.patch +++ binutils-2.29/debian/patches/136_bfd_pic.patch @@ -0,0 +1,29 @@ +Author: Balint Reczey +Description: Build libbfd with -fPIC to allow linking with PIE binaries + +Index: b/bfd/Makefile.am +=================================================================== +--- a/bfd/Makefile.am ++++ b/bfd/Makefile.am +@@ -51,7 +51,7 @@ ZLIBINC = @zlibinc@ + + WARN_CFLAGS = @WARN_CFLAGS@ + NO_WERROR = @NO_WERROR@ +-AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) ++AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) -fPIC + AM_CPPFLAGS = -DBINDIR='"$(bindir)"' + if PLUGINS + bfdinclude_HEADERS += $(INCDIR)/plugin-api.h +Index: b/bfd/Makefile.in +=================================================================== +--- a/bfd/Makefile.in ++++ b/bfd/Makefile.in +@@ -388,7 +388,7 @@ libbfd_la_LDFLAGS = $(am__append_1) -rel + # case both are empty. + ZLIB = @zlibdir@ -lz + ZLIBINC = @zlibinc@ +-AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) ++AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) -fPIC + AM_CPPFLAGS = -DBINDIR='"$(bindir)"' + @PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@ + --- binutils-2.29.orig/debian/patches/157_ar_scripts_with_tilde.patch +++ binutils-2.29/debian/patches/157_ar_scripts_with_tilde.patch @@ -0,0 +1,13 @@ +Index: b/binutils/arlex.l +=================================================================== +--- a/binutils/arlex.l ++++ b/binutils/arlex.l +@@ -78,7 +78,7 @@ int linenumber; + "(" { return '('; } + ")" { return ')'; } + "," { return ','; } +-[A-Za-z0-9/\\$:.\-\_]+ { ++[A-Za-z0-9/\\$:.\-\_~]+ { + yylval.name = xstrdup (yytext); + return FILENAME; + } --- binutils-2.29.orig/debian/patches/158_ld_system_root.patch +++ binutils-2.29/debian/patches/158_ld_system_root.patch @@ -0,0 +1,42 @@ +Index: b/ld/configure.ac +=================================================================== +--- a/ld/configure.ac ++++ b/ld/configure.ac +@@ -56,7 +56,9 @@ + *) TARGET_SYSTEM_ROOT=$with_sysroot ;; + esac + ++ if test "x$TARGET_SYSTEM_ROOT" != x/; then + TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"' ++ fi + use_sysroot=yes + + if test "x$prefix" = xNONE; then +Index: b/ld/configure +=================================================================== +--- a/ld/configure ++++ b/ld/configure +@@ -4283,7 +4283,9 @@ + *) TARGET_SYSTEM_ROOT=$with_sysroot ;; + esac + ++ if test "x$TARGET_SYSTEM_ROOT" != x/; then + TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"' ++ fi + use_sysroot=yes + + if test "x$prefix" = xNONE; then +Index: b/ld/ldmain.c +=================================================================== +--- a/ld/ldmain.c ++++ b/ld/ldmain.c +@@ -226,8 +226,8 @@ + { + if (*TARGET_SYSTEM_ROOT == 0) + { +- einfo ("%P%F: this linker was not configured to use sysroots\n"); + ld_sysroot = ""; ++ ld_canon_sysroot = ""; + } + else + ld_canon_sysroot = lrealpath (ld_sysroot); --- binutils-2.29.orig/debian/patches/161_gold_dummy_zoption.diff +++ binutils-2.29/debian/patches/161_gold_dummy_zoption.diff @@ -0,0 +1,29 @@ +# DP: let gold accept a dummy -z buildd- option. + +Index: b/gold/options.h +=================================================================== +--- a/gold/options.h ++++ b/gold/options.h +@@ -1367,6 +1367,9 @@ class General_options + options::TWO_DASHES, '\0', + N_("Report unresolved symbols as errors"), + NULL, true); ++ DEFINE_bool(buildd, options::DASH_Z, '\0', false, ++ N_("Dummy z option"), ++ NULL); + + DEFINE_bool(wchar_size_warning, options::TWO_DASHES, '\0', true, NULL, + N_("(ARM only) Do not warn about objects with incompatible " +Index: b/gold/options.cc +=================================================================== +--- a/gold/options.cc ++++ b/gold/options.cc +@@ -967,6 +967,8 @@ parse_short_option(int argc, const char* + { + int dummy_i = 0; + const char* dash_z_arg = *arg; ++ if (strncmp(dash_z_arg, "buildd", strlen("buildd")) == 0) ++ *arg = "buildd"; + retval = parse_long_option(1, arg, true, arg, &dummy_i); + if (retval == NULL) + usage(_("unknown -z option"), dash_z_arg); --- binutils-2.29.orig/debian/patches/164_ld_doc_remove_xref.diff +++ binutils-2.29/debian/patches/164_ld_doc_remove_xref.diff @@ -0,0 +1,16 @@ +# DP: In ld.texi, remove cross reference to BFD internals documentation. + +Index: b/ld/ld.texinfo +=================================================================== +--- a/ld/ld.texinfo ++++ b/ld/ld.texinfo +@@ -8313,7 +8313,8 @@ may be spent optimizing algorithms for a + One minor artifact of the BFD solution which you should bear in + mind is the potential for information loss. There are two places where + useful information can be lost using the BFD mechanism: during +-conversion and during output. @xref{BFD information loss}. ++conversion and during output. See BFD information loss in the BFD ++internal documentation. + + @menu + * BFD outline:: How it works: an outline of BFD --- binutils-2.29.orig/debian/patches/aarch64-libpath.diff +++ binutils-2.29/debian/patches/aarch64-libpath.diff @@ -0,0 +1,27 @@ +Index: b/ld/emulparams/aarch64linux.sh +=================================================================== +--- a/ld/emulparams/aarch64linux.sh ++++ b/ld/emulparams/aarch64linux.sh +@@ -38,12 +38,15 @@ + + # Linux modifies the default library search path to first include + # a 64-bit specific directory. +-case "$target" in +- aarch64*-linux*) +- case "$EMULATION_NAME" in +- aarch64linux*) LIBPATH_SUFFIX=64 ;; +- esac +- ;; +-esac ++ ++# not for multiarch systems ... ++ ++#case "$target" in ++# aarch64*-linux*) ++# case "$EMULATION_NAME" in ++# aarch64linux*) LIBPATH_SUFFIX=64 ;; ++# esac ++# ;; ++#esac + + ELF_INTERPRETER_NAME=\"/lib/ld-linux-aarch64.so.1\" --- binutils-2.29.orig/debian/patches/branch-updates.diff +++ binutils-2.29/debian/patches/branch-updates.diff @@ -0,0 +1,11421 @@ +# DP: updates from the binutils-2.29 branch + +# git diff dd9a28c0966d13924fbd1096a724ae334954d830 56d3b99834837d47a46fcd55acfc50eb1fe17eee + +diff --git a/bfd/ChangeLog b/bfd/ChangeLog +index 89f4338..6794dc3 100644 +--- a/bfd/ChangeLog ++++ b/bfd/ChangeLog +@@ -1,3 +1,16 @@ ++2017-07-25 Nick Clifton ++ ++ * po/fr.po: Updated French translation. ++ ++2017-07-24 Tristan Gingold ++ ++ * version.m4: Bump version to 2.29.0 ++ * configure: Regenerate. ++ ++2017-07-24 Tristan Gingold ++ ++ * development.sh: Set development to true. ++ + 2017-07-24 Tristan Gingold + + * version.m4: Bump version to 2.29 +diff --git a/bfd/configure b/bfd/configure +index 7c8ebb1..cda26d8 100755 +--- a/bfd/configure ++++ b/bfd/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for bfd 2.29. ++# Generated by GNU Autoconf 2.64 for bfd 2.29.0. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='bfd' + PACKAGE_TARNAME='bfd' +-PACKAGE_VERSION='2.29' +-PACKAGE_STRING='bfd 2.29' ++PACKAGE_VERSION='2.29.0' ++PACKAGE_STRING='bfd 2.29.0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures bfd 2.29 to adapt to many kinds of systems. ++\`configure' configures bfd 2.29.0 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1425,7 +1425,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of bfd 2.29:";; ++ short | recursive ) echo "Configuration of bfd 2.29.0:";; + esac + cat <<\_ACEOF + +@@ -1546,7 +1546,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-bfd configure 2.29 ++bfd configure 2.29.0 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -2188,7 +2188,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by bfd $as_me 2.29, which was ++It was created by bfd $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3997,7 +3997,7 @@ fi + + # Define the identity of the package. + PACKAGE='bfd' +- VERSION='2.29' ++ VERSION='2.29.0' + + + cat >>confdefs.h <<_ACEOF +@@ -16666,7 +16666,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by bfd $as_me 2.29, which was ++This file was extended by bfd $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -16730,7 +16730,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-bfd config.status 2.29 ++bfd config.status 2.29.0 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +diff --git a/bfd/development.sh b/bfd/development.sh +index b001a88..cd31410 100644 +--- a/bfd/development.sh ++++ b/bfd/development.sh +@@ -16,4 +16,4 @@ + # along with this program. If not, see . + + # Controls whether to enable development-mode features by default. +-development=false ++development=true +diff --git a/bfd/po/fr.po b/bfd/po/fr.po +index 6cd65af..fe2855f 100644 +--- a/bfd/po/fr.po ++++ b/bfd/po/fr.po +@@ -1,180 +1,191 @@ + # Messages français pour GNU concernant bfd. +-# Copyright (C) 2014 Free Software Foundation, Inc. ++# Copyright (C) 2017 Free Software Foundation, Inc. + # This file is distributed under the same license as the binutils package. + # Michel Robitaille , traducteur depuis/since 1996. +-# Frédéric Marchal , 2014. ++# Frédéric Marchal , 2017. + msgid "" + msgstr "" +-"Project-Id-Version: bfd-2.24.90\n" ++"Project-Id-Version: bfd-2.28.90\n" + "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" +-"POT-Creation-Date: 2014-02-10 09:42+1030\n" +-"PO-Revision-Date: 2014-11-28 11:51+0100\n" ++"POT-Creation-Date: 2017-07-03 16:54+0200\n" ++"PO-Revision-Date: 2017-07-23 16:42+0200\n" + "Last-Translator: Frédéric Marchal \n" + "Language-Team: French \n" + "Language: fr\n" +-"X-Bugs: Report translation errors to the Language-Team address.\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=2; plural=(n > 1);\n" ++"X-Bugs: Report translation errors to the Language-Team address.\n" ++"Plural-Forms: nplurals=2; plural=(n >= 2);\n" + +-#: aout-adobe.c:127 ++#: aout-adobe.c:126 ++#, c-format + msgid "%B: Unknown section type in a.out.adobe file: %x\n" + msgstr "%B: Type de section inconnu dans le fichier a.out.adobe: %x\n" + + #: aout-cris.c:200 + #, c-format +-msgid "%s: Invalid relocation type exported: %d" +-msgstr "%s: Type de réadressage exporté invalide: %d" ++msgid "%B: Invalid relocation type exported: %d" ++msgstr "%B: Type de réadressage exporté invalide: %d" + +-#: aout-cris.c:243 ++#: aout-cris.c:244 ++#, c-format + msgid "%B: Invalid relocation type imported: %d" + msgstr "%B: Type de réadressage importé invalide: %d" + +-#: aout-cris.c:254 ++#: aout-cris.c:256 ++#, c-format + msgid "%B: Bad relocation record imported: %d" + msgstr "%B: Mauvais enregistrement de réadressage importé: %d" + +-#: aoutx.h:1273 aoutx.h:1611 ++#: aoutx.h:1284 aoutx.h:1621 pdp11.c:1152 pdp11.c:1413 + #, c-format +-msgid "%s: can not represent section `%s' in a.out object file format" +-msgstr "%s: ne peut représenter la section «%s» dans le fichier format objet a.out" ++msgid "%B: can not represent section `%A' in a.out object file format" ++msgstr "%B: ne peut représenter la section « %A » dans le fichier format objet a.out" + +-#: aoutx.h:1577 ++#: aoutx.h:1585 pdp11.c:1385 + #, c-format +-msgid "%s: can not represent section for symbol `%s' in a.out object file format" +-msgstr "%s: ne peut représenter la section pour le symbole «%s» dans le fichier format objet a.out" ++msgid "%B: can not represent section for symbol `%s' in a.out object file format" ++msgstr "%B: ne peut représenter la section pour le symbole « %s » dans le fichier format objet a.out" + +-#: aoutx.h:1579 vms-alpha.c:7564 ++#: aoutx.h:1588 vms-alpha.c:7776 + msgid "*unknown*" + msgstr "*inconnu*" + +-#: aoutx.h:4018 aoutx.h:4344 ++#: aoutx.h:2407 aoutx.h:2425 ++msgid "%B: attempt to write out unknown reloc type" ++msgstr "%B: tentative d'écrire un type de réadressage inconnu" ++ ++#: aoutx.h:4077 aoutx.h:4398 + msgid "%P: %B: unexpected relocation type\n" + msgstr "%P: %B: type de réadressage non supporté\n" + +-#: aoutx.h:5375 ++#: aoutx.h:5424 pdp11.c:3708 + #, c-format +-msgid "%s: relocatable link from %s to %s not supported" +-msgstr "%s: lien relocalisable de %s vers %s n'est pas supporté" ++msgid "%B: relocatable link from %s to %s not supported" ++msgstr "%B: lien relocalisable de %s vers %s n'est pas supporté" + +-#: archive.c:2249 ++#: archive.c:2293 + msgid "Warning: writing archive was slow: rewriting timestamp\n" + msgstr "Attention: l'écriture de l'archive était lente: réécriture du cachet de date-heure\n" + +-#: archive.c:2549 ++#: archive.c:2405 linker.c:1408 ++msgid "%B: plugin needed to handle lto object" ++msgstr "%B: le greffon doit gérer l'objet lto" ++ ++#: archive.c:2634 + msgid "Reading archive file mod timestamp" + msgstr "Lecture du cachet date-heure modifié du fichier d'archive" + +-#: archive.c:2573 ++#: archive.c:2658 + msgid "Writing updated armap timestamp" + msgstr "Écriture du cachet date-heure armap mise à jour" + +-#: bfd.c:411 ++#: bfd.c:454 + msgid "No error" + msgstr "Pas d'erreur" + +-#: bfd.c:412 ++#: bfd.c:455 + msgid "System call error" + msgstr "Erreur d'appel système" + +-#: bfd.c:413 ++#: bfd.c:456 + msgid "Invalid bfd target" + msgstr "Cible bfd invalide" + +-#: bfd.c:414 ++#: bfd.c:457 + msgid "File in wrong format" + msgstr "Fichier dans un mauvais format" + +-#: bfd.c:415 ++#: bfd.c:458 + msgid "Archive object file in wrong format" + msgstr "Fichier objet d'archive dans un mauvais format" + +-#: bfd.c:416 ++#: bfd.c:459 + msgid "Invalid operation" + msgstr "Opération invalide" + +-#: bfd.c:417 ++#: bfd.c:460 + msgid "Memory exhausted" + msgstr "Mémoire épuisée" + +-#: bfd.c:418 ++#: bfd.c:461 + msgid "No symbols" + msgstr "Aucun symbole" + +-#: bfd.c:419 ++#: bfd.c:462 + msgid "Archive has no index; run ranlib to add one" + msgstr "L'archive n'a pas d'index; exécuter ranlib pour en ajouter un" + +-#: bfd.c:420 ++#: bfd.c:463 + msgid "No more archived files" + msgstr "Aucun autre fichier d'archive" + +-#: bfd.c:421 ++#: bfd.c:464 + msgid "Malformed archive" + msgstr "Archive mal formée" + +-#: bfd.c:422 ++#: bfd.c:465 + msgid "DSO missing from command line" + msgstr "DSO manquant dans la ligne de commande" + +-#: bfd.c:423 ++#: bfd.c:466 + msgid "File format not recognized" + msgstr "Format de fichier non reconnu" + +-#: bfd.c:424 ++#: bfd.c:467 + msgid "File format is ambiguous" + msgstr "Format de fichier ambigu" + +-#: bfd.c:425 ++#: bfd.c:468 + msgid "Section has no contents" + msgstr "Section sans contenu" + +-#: bfd.c:426 ++#: bfd.c:469 + msgid "Nonrepresentable section on output" + msgstr "Section non-représentable sur la sortie" + +-#: bfd.c:427 ++#: bfd.c:470 + msgid "Symbol needs debug section which does not exist" + msgstr "Symboles ont besoin de la section de débug qui est inexistente" + +-#: bfd.c:428 ++#: bfd.c:471 + msgid "Bad value" + msgstr "Mauvaise valeur" + +-#: bfd.c:429 ++#: bfd.c:472 + msgid "File truncated" + msgstr "Fichier tronqué" + +-#: bfd.c:430 ++#: bfd.c:473 + msgid "File too big" + msgstr "Fichier trop gros" + +-#: bfd.c:431 ++#: bfd.c:474 + #, c-format + msgid "Error reading %s: %s" + msgstr "Erreur lors de la lecture de %s: %s" + +-#: bfd.c:432 ++#: bfd.c:475 + msgid "#" + msgstr "#" + +-#: bfd.c:1046 ++#: bfd.c:1138 + #, c-format + msgid "BFD %s assertion fail %s:%d" + msgstr "BFD assertion %s a échoué %s:%d" + +-#: bfd.c:1058 ++#: bfd.c:1151 + #, c-format +-msgid "BFD %s internal error, aborting at %s line %d in %s\n" +-msgstr "BFD erreur interne %s, abandon à %s, ligne %d dans %s\n" ++msgid "BFD %s internal error, aborting at %s:%d in %s\n" ++msgstr "BFD erreur interne %s, abandon à %s:%d dans %s\n" + +-#: bfd.c:1062 ++#: bfd.c:1156 + #, c-format +-msgid "BFD %s internal error, aborting at %s line %d\n" +-msgstr "BFD erreur interne %s, abandon à %s, ligne %d\n" ++msgid "BFD %s internal error, aborting at %s:%d\n" ++msgstr "BFD erreur interne %s, abandon à %s:%d\n" + +-#: bfd.c:1064 ++#: bfd.c:1158 + msgid "Please report this bug.\n" + msgstr "Merci de rapporter cette anomalie.\n" + +@@ -188,22 +199,23 @@ msgstr "pas de table de projection: données=%lx adresse de la table=%d\n" + msgid "not mapping: env var not set\n" + msgstr "pas de table de projection: variable d'environnement pas initialisée\n" + +-#: binary.c:271 ++#: binary.c:276 + #, c-format +-msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx." +-msgstr "Attention: Écriture de la section «%s» vers un énorme décalage (ie négatif) dans le fichier 0x%lx." ++msgid "warning: writing section `%A' at huge (ie negative) file offset 0x%lx." ++msgstr "Attention: écriture de la section « %A » vers un énorme décalage (c-à-d négatif) dans le fichier 0x%lx." + +-#: bout.c:1146 elf-m10300.c:2665 elf32-avr.c:1706 elf32-frv.c:5641 +-#: elf64-ia64-vms.c:354 elfxx-sparc.c:2869 reloc.c:7324 reloc16.c:160 ++#: bout.c:1142 elf-m10300.c:2651 elf32-avr.c:2484 elf32-frv.c:5633 ++#: elf64-ia64-vms.c:353 elfxx-sparc.c:2989 reloc.c:8017 reloc16.c:156 + #: elf32-ia64.c:351 elf64-ia64.c:351 + msgid "%P%F: --relax and -r may not be used together\n" + msgstr "%P%F: --relax et -r ne peuvent pas être utilisés en même temps\n" + +-#: cache.c:253 ++#: cache.c:273 ++#, c-format + msgid "reopening %B: %s\n" + msgstr "réouverture de %B: %s\n" + +-#: coff-alpha.c:452 ++#: coff-alpha.c:450 + msgid "" + "%B: Cannot handle compressed Alpha binaries.\n" + " Use compiler flags, or objZ, to generate uncompressed binaries." +@@ -211,42 +223,44 @@ msgstr "" + "%B: Les binaires compressés pour Alpha ne sont pas supportés.\n" + " Utilisez les options du compilateur ou objZ pour produire des binaires non compressés." + +-#: coff-alpha.c:603 ++#: coff-alpha.c:602 + msgid "%B: unknown/unsupported relocation type %d" + msgstr "%B: type de réadressage %d inconnu ou non supporté" + +-#: coff-alpha.c:852 coff-alpha.c:889 coff-alpha.c:1973 coff-mips.c:946 ++#: coff-alpha.c:851 coff-alpha.c:888 coff-alpha.c:1961 coff-mips.c:944 + msgid "GP relative relocation used when GP not defined" + msgstr "Réadressage relatif GP utilisé alors que GP n'est pas défini" + +-#: coff-alpha.c:1450 ++#: coff-alpha.c:1444 + msgid "using multiple gp values" + msgstr "utilisation de valeurs gp multiples" + +-#: coff-alpha.c:1509 ++#: coff-alpha.c:1503 + msgid "%B: unsupported relocation: ALPHA_R_GPRELHIGH" + msgstr "%B: type de réadressage non supporté: ALPHA_R_GPRELHIGH" + +-#: coff-alpha.c:1516 ++#: coff-alpha.c:1510 + msgid "%B: unsupported relocation: ALPHA_R_GPRELLOW" + msgstr "%B: type de réadressage non supporté: ALPHA_R_GPRELLOW" + +-#: coff-alpha.c:1523 elf32-m32r.c:2443 elf64-alpha.c:4083 elf64-alpha.c:4233 +-#: elf64-ia64-vms.c:3429 elf32-ia64.c:3836 elf64-ia64.c:3836 ++#: coff-alpha.c:1518 elf32-i370.c:1085 elf32-m32r.c:2418 ++#: elf32-microblaze.c:952 elf64-alpha.c:4167 elf64-alpha.c:4315 ++#: elf64-ia64-vms.c:3431 elf32-ia64.c:3839 elf64-ia64.c:3839 ++#, c-format + msgid "%B: unknown relocation type %d" + msgstr "%B: type de réadressage %d inconnu" + +-#: coff-arm.c:1034 ++#: coff-arm.c:1032 + #, c-format + msgid "%B: unable to find THUMB glue '%s' for `%s'" +-msgstr "%B: incapable de repérer le REPÈRE de liant «%s» pour «%s»" ++msgstr "%B: incapable de repérer le REPÈRE de liant « %s » pour « %s »" + +-#: coff-arm.c:1063 ++#: coff-arm.c:1061 + #, c-format + msgid "%B: unable to find ARM glue '%s' for `%s'" +-msgstr "%B: incapable de repérer le liant ARM «%s» pour «%s»" ++msgstr "%B: incapable de repérer le liant ARM « %s » pour « %s »" + +-#: coff-arm.c:1365 elf32-arm.c:7141 ++#: coff-arm.c:1363 elf32-arm.c:8896 + #, c-format + msgid "" + "%B(%s): warning: interworking not enabled.\n" +@@ -255,7 +269,7 @@ msgstr "" + "%B(%s): attention: l'inter-réseautage n'est pas activé.\n" + " première occurrence: %B: appel arm au repère" + +-#: coff-arm.c:1455 ++#: coff-arm.c:1453 + #, c-format + msgid "" + "%B(%s): warning: interworking not enabled.\n" +@@ -266,330 +280,488 @@ msgstr "" + " première occurrence: %B: appel arm au repère\n" + " reliez avec --support-old-code activé" + +-#: coff-arm.c:1750 coff-tic80.c:673 cofflink.c:3168 ++#: coff-arm.c:1746 coff-tic80.c:670 cofflink.c:3123 ++#, c-format + msgid "%B: bad reloc address 0x%lx in section `%A'" +-msgstr "%B: mauvaise adresse de relocalisation 0x%lx dans la section «%A»" ++msgstr "%B: mauvaise adresse de réadressage 0x%lx dans la section « %A »" + +-#: coff-arm.c:2075 ++#: coff-arm.c:2071 ++#, c-format + msgid "%B: illegal symbol index in reloc: %d" +-msgstr "%B: symbole index illégal dans la relocalisation: %d" ++msgstr "%B: symbole index illégal dans le réadressage: %d" + +-#: coff-arm.c:2206 ++#: coff-arm.c:2203 + #, c-format + msgid "error: %B is compiled for APCS-%d, whereas %B is compiled for APCS-%d" + msgstr "erreur: %B compilé pour APCS-%d alors que %B a été compilé pour APCS-%d" + +-#: coff-arm.c:2222 elf32-arm.c:16123 ++#: coff-arm.c:2216 elf32-arm.c:19756 + #, c-format + msgid "error: %B passes floats in float registers, whereas %B passes them in integer registers" + msgstr "erreur: %B passage de valeurs en virgule flottante dans les registres FP alors que %B les passe dans les registres entiers" + +-#: coff-arm.c:2225 elf32-arm.c:16127 ++#: coff-arm.c:2221 elf32-arm.c:19760 + #, c-format + msgid "error: %B passes floats in integer registers, whereas %B passes them in float registers" + msgstr "erreur: %B passage de valeurs en virgule flottante dans les registres entiers alors que %B les passe dans les registres FP" + +-#: coff-arm.c:2239 ++#: coff-arm.c:2233 + #, c-format + msgid "error: %B is compiled as position independent code, whereas target %B is absolute position" + msgstr "erreur: %B compilé avec du code à position indépendante alors que la cible %B est à position absolue" + +-#: coff-arm.c:2242 ++#: coff-arm.c:2238 + #, c-format + msgid "error: %B is compiled as absolute position code, whereas target %B is position independent" + msgstr "erreur: %B compilé avec du code à position absolu alors que la cible %B est à position indépendante" + +-#: coff-arm.c:2270 elf32-arm.c:16192 ++#: coff-arm.c:2265 elf32-arm.c:19825 + #, c-format + msgid "Warning: %B supports interworking, whereas %B does not" + msgstr "Attention: %B supporte l'inter-réseautage, contrairement à %B" + +-#: coff-arm.c:2273 elf32-arm.c:16198 ++#: coff-arm.c:2270 elf32-arm.c:19831 + #, c-format + msgid "Warning: %B does not support interworking, whereas %B does" + msgstr "Attention: %B ne supporte pas l'inter-réseautage, contrairement à %B" + +-#: coff-arm.c:2297 ++#: coff-arm.c:2293 + #, c-format + msgid "private flags = %x:" + msgstr "fanions privés = %x:" + +-#: coff-arm.c:2305 elf32-arm.c:12119 ++#: coff-arm.c:2301 elf32-arm.c:14156 + #, c-format + msgid " [floats passed in float registers]" + msgstr " [valeurs en virgule flottante passées dans des registres de valeurs en virgule flottante]" + +-#: coff-arm.c:2307 ++#: coff-arm.c:2303 + #, c-format + msgid " [floats passed in integer registers]" + msgstr " [valeurs en virgule flottante passées dans des registres de valeurs entières]" + +-#: coff-arm.c:2310 elf32-arm.c:12122 ++#: coff-arm.c:2306 elf32-arm.c:14159 + #, c-format + msgid " [position independent]" + msgstr " [position indépendante]" + +-#: coff-arm.c:2312 ++#: coff-arm.c:2308 + #, c-format + msgid " [absolute position]" + msgstr " [position absolue]" + +-#: coff-arm.c:2316 ++#: coff-arm.c:2312 + #, c-format + msgid " [interworking flag not initialised]" + msgstr " [fanion d'inter-réseautage n'a pas été initialisé]" + +-#: coff-arm.c:2318 ++#: coff-arm.c:2314 + #, c-format + msgid " [interworking supported]" + msgstr " [inter-réseautage supporté]" + +-#: coff-arm.c:2320 ++#: coff-arm.c:2316 + #, c-format + msgid " [interworking not supported]" + msgstr " [inter-réseautage non supporté]" + +-#: coff-arm.c:2366 elf32-arm.c:11104 +-#, c-format ++#: coff-arm.c:2361 elf32-arm.c:13017 + msgid "Warning: Not setting interworking flag of %B since it has already been specified as non-interworking" + msgstr "Attention: Pas d'initialisation du fanion d'inter-réseautage de %B puisqu'il a déjà été spécifié sans inter-réseautage" + +-#: coff-arm.c:2370 elf32-arm.c:11108 +-#, c-format ++#: coff-arm.c:2364 elf32-arm.c:13021 + msgid "Warning: Clearing the interworking flag of %B due to outside request" + msgstr "Attention: Mise à zéro du fanion d'inter-réseautage de %B en raison d'une requête externe" + +-#: coff-h8300.c:1096 ++#: coff-arm.c:2421 elf32-arm.c:13066 ++#, c-format ++msgid "Warning: Clearing the interworking flag of %B because non-interworking code in %B has been linked with it" ++msgstr "Attention: mise à zéro du fanion d'inter-réseautage %B en raison du code sans inter-réseautage dans %B lié avec lui" ++ ++#: coff-h8300.c:1068 + #, c-format + msgid "cannot handle R_MEM_INDIRECT reloc when using %s output" +-msgstr "ne peut traiter la relocalisation R_MEM_INDIRECT lorsque %s est utilisé en sortie" ++msgstr "ne peut traiter le réadressage R_MEM_INDIRECT lorsque %s est utilisé en sortie" + +-#: coff-i860.c:147 ++#: coff-i860.c:146 + #, c-format + msgid "relocation `%s' not yet implemented" + msgstr "réadressage « %s » pas encore implémenté" + +-#: coff-i860.c:605 coff-tic54x.c:365 coffcode.h:5209 ++#: coff-i860.c:608 coff-tic4x.c:227 coff-tic54x.c:365 coffcode.h:5314 ++#, c-format + msgid "%B: warning: illegal symbol index %ld in relocs" +-msgstr "%B: attention: symbole index illégal %ld dans les relocalisations" ++msgstr "%B: attention: symbole index illégal %ld dans les réadressages" + +-#: coff-i960.c:124 coff-i960.c:480 ++#: coff-i960.c:122 coff-i960.c:475 + msgid "uncertain calling convention for non-COFF symbol" + msgstr "convention d'appel incertaine pour un symbole non COFF" + +-#: coff-m68k.c:484 elf32-bfin.c:5556 elf32-cr16.c:2853 elf32-m68k.c:4632 ++#: coff-m68k.c:483 elf32-bfin.c:5530 elf32-cr16.c:2817 elf32-m68k.c:4574 + msgid "unsupported reloc type" +-msgstr "type de relocalisation non supporté" ++msgstr "type de réadressage non supporté" + +-#: coff-mips.c:636 elf32-mips.c:1637 elf32-score.c:431 elf32-score7.c:330 +-#: elf64-mips.c:2925 elfn32-mips.c:2737 ++#: coff-mips.c:634 elf32-mips.c:1744 elf32-score.c:430 elf32-score7.c:330 ++#: elf64-mips.c:3135 elfn32-mips.c:2954 + msgid "GP relative relocation when _gp not defined" + msgstr "réadressage relatif GP sans que _gp ne soit défini" + +-#: coff-or32.c:216 +-msgid "Unrecognized reloc" +-msgstr "Relocalisation non reconnue" +- +-#: coff-rs6000.c:2802 ++#: coff-rs6000.c:2747 + #, c-format +-msgid "%s: unsupported relocation type 0x%02x" +-msgstr "%s: type de réadressage non supporté 0x%02x" ++msgid "%B: unsupported relocation type 0x%02x" ++msgstr "%B: type de réadressage non supporté 0x%02x" + +-#: coff-rs6000.c:2887 ++#: coff-rs6000.c:2833 + #, c-format +-msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry" +-msgstr "%s: table des matières des relocalisations à 0x%x pour le symbole «%s» sans aucune entrée" ++msgid "%B: TOC reloc at 0x%x to symbol `%s' with no TOC entry" ++msgstr "%B: la table des matières des réadressages à 0x%x pour le symbole « %s » sans aucune entrée" + +-#: coff-rs6000.c:3638 coff64-rs6000.c:2117 ++#: coff-rs6000.c:3579 coff64-rs6000.c:2110 ++#, c-format + msgid "%B: symbol `%s' has unrecognized smclas %d" +-msgstr "%B: symbole «%s» a une classe smclas %d non reconnue" ++msgstr "%B: symbole « %s » a une classe smclas %d non reconnue" + +-#: coff-sh.c:506 ++#: coff-sh.c:504 + #, c-format + msgid "SH Error: unknown reloc type %d" + msgstr "Erreur SH: type de réadressage %d inconnu" + +-#: coff-tic4x.c:184 coff-tic54x.c:279 coff-tic80.c:440 ++#: coff-sh.c:778 elf32-sh.c:580 + #, c-format +-msgid "Unrecognized reloc type 0x%x" +-msgstr "Type de relocalisation non reconnu 0x%x" ++msgid "%B: 0x%lx: warning: bad R_SH_USES offset" ++msgstr "%B: 0x%lx: attention: mauvais décalage pour R_SH_USES" + +-#: coff-tic4x.c:227 ++#: coff-sh.c:789 elf32-sh.c:592 + #, c-format +-msgid "%s: warning: illegal symbol index %ld in relocs" +-msgstr "%s: attention: symbole index illégal %ld dans les relocalisations" ++msgid "%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" ++msgstr "%B: 0x%lx: attention: R_SH_USES pointe vers un insn inconnu 0x%x" + +-#: coff-w65.c:355 ++#: coff-sh.c:807 elf32-sh.c:610 ++#, c-format ++msgid "%B: 0x%lx: warning: bad R_SH_USES load offset" ++msgstr "%B: 0x%lx: attention: mauvais décalage de chargement R_SH_USES" ++ ++#: coff-sh.c:832 elf32-sh.c:626 ++#, c-format ++msgid "%B: 0x%lx: warning: could not find expected reloc" ++msgstr "%B: 0x%lx: attention: ne peut repérer le réadressage attendu" ++ ++#: coff-sh.c:849 elf32-sh.c:655 ++#, c-format ++msgid "%B: 0x%lx: warning: symbol in unexpected section" ++msgstr "%B: 0x%lx: attention: symbole dans une section inattendue" ++ ++#: coff-sh.c:975 elf32-sh.c:785 ++#, c-format ++msgid "%B: 0x%lx: warning: could not find expected COUNT reloc" ++msgstr "%B: 0x%lx: attention: ne peut repérer le compteur de réadressages attendu" ++ ++#: coff-sh.c:985 elf32-sh.c:795 ++#, c-format ++msgid "%B: 0x%lx: warning: bad count" ++msgstr "%B: 0x%lx: attention: mauvais décompte" ++ ++#: coff-sh.c:1357 coff-sh.c:2645 elf32-sh.c:1199 elf32-sh.c:1570 ++#, c-format ++msgid "%B: 0x%lx: fatal: reloc overflow while relaxing" ++msgstr "%B: 0x%lx: erreur fatale: débordement de réadressage lors des relâches" ++ ++#: coff-sh.c:1452 ++msgid "%B: fatal: generic symbols retrieved before relaxing" ++msgstr "%B: fatal: symboles génériques récupérés avant la relâche" ++ ++#: coff-sh.c:2783 cofflink.c:2961 ++#, c-format ++msgid "%B: illegal symbol index %ld in relocs" ++msgstr "%B: symbole index %ld illégal dans les réadressages" ++ ++#: coff-tic4x.c:183 coff-tic54x.c:278 coff-tic80.c:439 ++#, c-format ++msgid "Unrecognized reloc type 0x%x" ++msgstr "Type de réadressage non reconnu 0x%x" ++ ++#: coff-w65.c:352 + #, c-format + msgid "ignoring reloc %s\n" +-msgstr "relocalisation %s ignorée\n" ++msgstr "réadressage %s ignoré\n" ++ ++#: coffcode.h:968 ++msgid "%B: unable to load COMDAT section name" ++msgstr "%B: impossible de charger le nom de section COMDAT" + +-#: coffcode.h:1005 ++#: coffcode.h:1009 ++#, c-format + msgid "%B: warning: COMDAT symbol '%s' does not match section name '%s'" +-msgstr "%B: attention: symbole COMDAT «%s» ne concorde par avec le nom de section «%s»" ++msgstr "%B: attention: symbole COMDAT « %s » ne concorde par avec le nom de section « %s »" ++ ++#: coffcode.h:1019 ++#, c-format ++msgid "%B: warning: No symbol for section '%s' found" ++msgstr "%B: attention: Pas de symbole trouvé pour la section « %s »" + + #. Generate a warning message rather using the 'unhandled' + #. variable as this will allow some .sys files generate by + #. other toolchains to be processed. See bugzilla issue 196. +-#: coffcode.h:1230 ++#: coffcode.h:1245 ++#, c-format + msgid "%B: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section %s" + msgstr "%B: Attention: Ignore le fanion de section IMAGE_SCN_MEM_NOT_PAGED dans la section %s" + +-#: coffcode.h:1297 ++#: coffcode.h:1314 ++#, c-format + msgid "%B (%s): Section flag %s (0x%x) ignored" + msgstr "%B (%s): Fanion de section %s (0x%x) ignoré" + +-#: coffcode.h:2439 ++#: coffcode.h:1949 ++msgid "%B: warning: claims to have 0xffff relocs, without overflow" ++msgstr "%B: attention: prétend avoir 0xffff réadressages, sans débordement" ++ ++#: coffcode.h:2465 + #, c-format + msgid "Unrecognized TI COFF target id '0x%x'" +-msgstr "Identificateur de cible TI COFF non reconnu «0x%x»" ++msgstr "Identificateur de cible TI COFF non reconnu « 0x%x »" ++ ++#: coffcode.h:2783 ++#, c-format ++msgid "%B: reloc against a non-existent symbol index: %ld" ++msgstr "%B: réadressage par rapport à un index de symbole inexistant: %ld" + +-#: coffcode.h:2753 +-msgid "%B: reloc against a non-existant symbol index: %ld" +-msgstr "%B: relocalisation par rapport à un indexe de symbole inexistant: %ld" ++#: coffcode.h:3186 ++#, c-format ++msgid "%B: page size is too large (0x%x)" ++msgstr "%B: la taille de page est trop grande (0x%x)" + +-#: coffcode.h:3311 ++#: coffcode.h:3346 ++#, c-format + msgid "%B: too many sections (%d)" + msgstr "%B: trop de sections (%d)" + +-#: coffcode.h:3729 +-msgid "%B: section %s: string table overflow at offset %ld" +-msgstr "%B: section %s: débordement de la table de chaînes à l'offset %ld" ++#: coffcode.h:3767 ++#, c-format ++msgid "%B: section %A: string table overflow at offset %ld" ++msgstr "%B: section %A: débordement de la table de chaînes à l'offset %ld" + +-#: coffcode.h:4534 ++#: coffcode.h:4585 + msgid "%B: warning: line number table read failed" + msgstr "%B: attention: erreur lors de la lecture de la table des numéros de ligne" + +-#: coffcode.h:4564 +-msgid "%B: warning: illegal symbol index %ld in line numbers" +-msgstr "%B: attention: symbole d'index illégal %ld dans les numéros de ligne" ++#: coffcode.h:4619 coffcode.h:4633 ++#, c-format ++msgid "%B: warning: illegal symbol index 0x%lx in line number entry %d" ++msgstr "%B: attention: symbole d'index 0x%lx illégal dans l'entrée %d des numéros de lignes" ++ ++#: coffcode.h:4647 ++#, c-format ++msgid "%B: warning: illegal symbol in line number entry %d" ++msgstr "%B: attention: symbole illégal dans l'entrée %d des numéros de lignes" + +-#: coffcode.h:4578 ++#: coffcode.h:4660 ++#, c-format + msgid "%B: warning: duplicate line number information for `%s'" +-msgstr "%B: attention: information de numéro de ligne dédoublée pour «%s»" ++msgstr "%B: attention: information de numéro de ligne dédoublée pour « %s »" + +-#: coffcode.h:4978 ++#: coffcode.h:5074 ++#, c-format + msgid "%B: Unrecognized storage class %d for %s symbol `%s'" +-msgstr "%B: Classe de stockage %d non reconnue pour %s symbole «%s»" ++msgstr "%B: Classe de stockage %d non reconnue pour %s symbole « %s »" + +-#: coffcode.h:5104 ++#: coffcode.h:5207 ++#, c-format + msgid "warning: %B: local symbol `%s' has no section" +-msgstr "attention: %B: symbole local «%s» n'a pas de section" ++msgstr "attention: %B: symbole local « %s » n'a pas de section" + +-#: coffcode.h:5248 ++#: coffcode.h:5354 ++#, c-format + msgid "%B: illegal relocation type %d at address 0x%lx" + msgstr "%B: type de réadressage %d illégal à l'adresse 0x%lx" + +-#: coffgen.c:179 elf.c:1030 ++#: coffgen.c:178 elf.c:1181 ++#, c-format + msgid "%B: unable to initialize compress status for section %s" + msgstr "%B: impossible d'initialiser le statut de compression de la section %s" + +-#: coffgen.c:199 elf.c:1050 ++#: coffgen.c:202 elf.c:1192 ++#, c-format + msgid "%B: unable to initialize decompress status for section %s" + msgstr "%B: impossible d'initialiser le statut de décompression de la section %s" + +-#: coffgen.c:1685 ++#. PR 21013: Provide an error message when the alloc fails. ++#: coffgen.c:1648 ++msgid "%B: Not enough memory to allocate space for %lu symbols" ++msgstr "%B: Pas assez de mémoire pour allouer l'espace pour %lu symboles" ++ ++#: coffgen.c:1716 ++#, c-format + msgid "%B: bad string table size %lu" + msgstr "%B: mauvaise taille de la table des chaînes %lu" + +-#: coffgen.c:2608 elflink.c:12906 linker.c:3136 ++#: coffgen.c:1885 coffgen.c:1945 coffgen.c:1963 cofflink.c:2041 ++#: xcofflink.c:4507 ++msgid "" ++msgstr "" ++ ++#: coffgen.c:2087 ++#, c-format ++msgid " %s" ++msgstr " %s" ++ ++#: coffgen.c:2666 elflink.c:14044 linker.c:2931 + msgid "%F%P: already_linked_table: %E\n" + msgstr "%F%P: already_linked_table: %E\n" + +-#: cofflink.c:533 elf64-ia64-vms.c:5173 elflink.c:4356 ++#: coffgen.c:3007 elflink.c:13059 ++#, c-format ++msgid "Removing unused section '%A' in file '%B'" ++msgstr "Suppression de la section inutilisée « %A » dans le fichier « %B »" ++ ++#: coffgen.c:3084 elflink.c:13304 ++msgid "Warning: gc-sections option ignored" ++msgstr "Attention: l'option de la section gc est ignorée" ++ ++#: cofflink.c:348 ++#, c-format ++msgid "Warning: symbol `%s' is both section and non-section" ++msgstr "Attention: le symbole « %s » est à la fois une section et une non-section" ++ ++#: cofflink.c:450 elf64-ia64-vms.c:5188 elflink.c:4788 ++#, c-format + msgid "Warning: type of symbol `%s' changed from %d to %d in %B" +-msgstr "Attention: type de symbole «%s» a changé de %d à %d dans %B" ++msgstr "Attention: type de symbole « %s » a changé de %d à %d dans %B" + +-#: cofflink.c:2416 ++#: cofflink.c:2369 ++#, c-format + msgid "%B: relocs in section `%A', but it has no contents" +-msgstr "%B: relocalisations dans la section «%A» qui est vide" ++msgstr "%B: réadressages dans la section « %A » qui est vide" + +-#: cofflink.c:2478 elflink.c:9711 ++#: cofflink.c:2432 elflink.c:10567 ++#, c-format + msgid "%X`%s' referenced in section `%A' of %B: defined in discarded section `%A' of %B\n" +-msgstr "%X«%s» référencé dans la section «%A» de %B: défini dans la section abandonnée «%A» de %B\n" ++msgstr "%X« %s » référencé dans la section « %A » de %B: défini dans la section abandonnée « %A » de %B\n" ++ ++#: cofflink.c:2730 ++#, c-format ++msgid "%B: %A: reloc overflow: 0x%lx > 0xffff" ++msgstr "%B: %A: débordement de réadressage: 0x%lx > 0xffff" + +-#: cofflink.c:2777 coffswap.h:826 ++#: cofflink.c:2738 + #, c-format +-msgid "%s: %s: reloc overflow: 0x%lx > 0xffff" +-msgstr "%s: %s: débordement de relocalisation: 0x%lx > 0xffff" ++msgid "%B: warning: %A: line number overflow: 0x%lx > 0xffff" ++msgstr "%B: attention: %A: débordement du compteur de numéro de ligne: 0x%lx > 0xffff" + +-#: cofflink.c:2786 coffswap.h:812 ++#: coffswap.h:811 + #, c-format +-msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff" +-msgstr "%s: attention: %s: débordement du compteur de numéro de ligne: 0x%lx > 0xffff" ++msgid "%B: warning: %s: line number overflow: 0x%lx > 0xffff" ++msgstr "%B: attention: %s: débordement du compteur de numéro de ligne: 0x%lx > 0xffff" + +-#: cpu-arm.c:190 cpu-arm.c:201 ++#: coffswap.h:825 ++#, c-format ++msgid "%B: %s: reloc overflow: 0x%lx > 0xffff" ++msgstr "%B: %s: débordement de réadressage: 0x%lx > 0xffff" ++ ++#: compress.c:255 ++#, c-format ++msgid "error: %B(%A) is too large (%#lx bytes)" ++msgstr "erreur: %B(%A) est trop grand (%#lx octets)" ++ ++#: cpu-arm.c:192 cpu-arm.c:204 ++#, c-format + msgid "error: %B is compiled for the EP9312, whereas %B is compiled for XScale" + msgstr "erreur: %B compilé pour EP9312 alors que %B a été compilé pour XScale" + +-#: cpu-arm.c:334 ++#: cpu-arm.c:338 + #, c-format +-msgid "warning: unable to update contents of %s section in %s" +-msgstr "attention: incapable de mettre à jour le contenu de la section %s dans %s" ++msgid "warning: unable to update contents of %s section in %B" ++msgstr "attention: incapable de mettre à jour le contenu de la section %s dans %B" + +-#: dwarf2.c:514 ++#: dwarf2.c:532 + #, c-format + msgid "Dwarf Error: Can't find %s section." +-msgstr "Erreur DWARF: ne peut repérer la section %s" ++msgstr "Erreur Dwarf: ne peut repérer la section %s" + +-#: dwarf2.c:543 ++#: dwarf2.c:562 + #, c-format + msgid "Dwarf Error: Offset (%lu) greater than or equal to %s size (%lu)." +-msgstr "Erreur DWARF: décalage de ligne (%lu) est >= à la taille de %s (%lu)" ++msgstr "Erreur Dwarf: décalage de ligne (%lu) est >= à la taille de %s (%lu)" + +-#: dwarf2.c:1071 ++#: dwarf2.c:1028 ++msgid "Dwarf Error: Info pointer extends beyond end of attributes" ++msgstr "Erreur Dwarf: Le pointeur d'info va au delà de la fin des attributs" ++ ++#: dwarf2.c:1185 + #, c-format + msgid "Dwarf Error: Invalid or unhandled FORM value: %#x." +-msgstr "Erreur DWARF: valeur de FORM invalide ou non supportée: %#x." ++msgstr "Erreur Dwarf: valeur de FORM invalide ou non supportée: %#x." + +-#: dwarf2.c:1332 ++#: dwarf2.c:1491 + msgid "Dwarf Error: mangled line number section (bad file number)." +-msgstr "Erreur DWARF: numéro de ligne de section mutilé (mauvais no. de fichier)" ++msgstr "Erreur Dwarf: numéro de ligne de section mutilé (mauvais no. de fichier)" ++ ++#: dwarf2.c:1779 ++#, c-format ++msgid "Dwarf Error: Line info section is too small (%ld)" ++msgstr "Erreur Dwarf: Le section des informations de lignes est trop petite (%ld)" ++ ++#: dwarf2.c:1809 ++#, c-format ++msgid "Dwarf Error: Line info data is bigger (0x%lx) than the section (0x%lx)" ++msgstr "Erreur Dwarf: Les données des informations de lignes sont plus grandes (0x%lx) que la section (0x%lx)" + +-#: dwarf2.c:1590 ++#: dwarf2.c:1821 + #, c-format + msgid "Dwarf Error: Unhandled .debug_line version %d." +-msgstr "Erreur DWARF: Version .debug_line %d non prise en charge." ++msgstr "Erreur Dwarf: Version .debug_line %d non prise en charge." ++ ++#: dwarf2.c:1830 ++msgid "Dwarf Error: Ran out of room reading prologue" ++msgstr "Erreur Dwarf: On est tombé à cours de place lors de la lecture du prologue" + +-#: dwarf2.c:1612 ++#: dwarf2.c:1855 + msgid "Dwarf Error: Invalid maximum operations per instruction." +-msgstr "Erreur DWARF: Opérations maximum par instruction invalide." ++msgstr "Erreur Dwarf: Opérations maximum par instruction invalide." ++ ++#: dwarf2.c:1874 ++msgid "Dwarf Error: Ran out of room reading opcodes" ++msgstr "Erreur Dwarf: On est tombé à cours de place en lisant les opcodes" + +-#: dwarf2.c:1807 ++#: dwarf2.c:2069 + msgid "Dwarf Error: mangled line number section." +-msgstr "Erreur DWARF: numéro de ligne de section mutilé" ++msgstr "Erreur Dwarf: numéro de ligne de section mutilé." + +-#: dwarf2.c:2160 ++#: dwarf2.c:2575 + #, c-format + msgid "Dwarf Error: Unable to read alt ref %u." +-msgstr "Erreur DWARF: Impossible de lire la ref alt %u." ++msgstr "Erreur Dwarf: Impossible de lire la ref alt %u." + +-#: dwarf2.c:2179 dwarf2.c:2299 dwarf2.c:2595 ++#: dwarf2.c:2600 dwarf2.c:2750 dwarf2.c:3071 + #, c-format + msgid "Dwarf Error: Could not find abbrev number %u." +-msgstr "Erreur DWARF: ne peut repérer le numéro abrégé %u" ++msgstr "Erreur Dwarf: ne peut repérer le numéro abrégé %u." + +-#: dwarf2.c:2551 ++#: dwarf2.c:3023 + #, c-format + msgid "Dwarf Error: found dwarf version '%u', this reader only handles version 2, 3 and 4 information." +-msgstr "Erreur DWARF: version DWARF trouvée «%u», ce lecteur ne supporte que les informations des versions 2, 3 et 4." ++msgstr "Erreur Dwarf: version DWARF trouvée « %u », ce lecteur ne supporte que les informations des versions 2, 3 et 4." + +-#: dwarf2.c:2560 ++#: dwarf2.c:3034 + #, c-format + msgid "Dwarf Error: found address size '%u', this reader can not handle sizes greater than '%u'." +-msgstr "Erreur DWARF: taille d'adresse obtenue «%u», ce lecteur ne peut traiter des tailles plus grandes que «%u»." ++msgstr "Erreur Dwarf: taille d'adresse obtenue « %u », ce lecteur ne peut traiter des tailles plus grandes que « %u »." + +-#: dwarf2.c:2586 ++#: dwarf2.c:3137 ++msgid "Dwarf Error: DW_AT_comp_dir attribute encountered with a non-string form." ++msgstr "Erreur Dwarf: attribut DW_AT_comp_dir rencontré sous une forme non-chaîne." ++ ++#: ecoff.c:964 + #, c-format +-msgid "Dwarf Error: Bad abbrev number: %u." +-msgstr "Erreur DWARF: mauvais numéro abrégé: %u" ++msgid "%B: warning: isymMax (%ld) is greater than ifdMax (%d)\n" ++msgstr "%B: attention: isymMax (%ld) est plus grand que ifdMax (%d)\n" + +-#: ecoff.c:1233 ++#: ecoff.c:1261 + #, c-format + msgid "Unknown basic type %d" + msgstr "Type de base %d inconnu" + +-#: ecoff.c:1490 ++#: ecoff.c:1518 + #, c-format + msgid "" + "\n" +@@ -598,7 +770,7 @@ msgstr "" + "\n" + " Dernier+1 symbole: %ld" + +-#: ecoff.c:1497 ecoff.c:1500 ++#: ecoff.c:1525 ecoff.c:1528 + #, c-format + msgid "" + "\n" +@@ -607,7 +779,7 @@ msgstr "" + "\n" + " Premier symbole: %ld" + +-#: ecoff.c:1512 ++#: ecoff.c:1541 + #, c-format + msgid "" + "\n" +@@ -616,7 +788,7 @@ msgstr "" + "\n" + " Dernier+1 symbole: %-7ld Type: %s" + +-#: ecoff.c:1519 ++#: ecoff.c:1548 + #, c-format + msgid "" + "\n" +@@ -625,7 +797,7 @@ msgstr "" + "\n" + " Symbole local: %ld" + +-#: ecoff.c:1527 ++#: ecoff.c:1556 + #, c-format + msgid "" + "\n" +@@ -634,7 +806,7 @@ msgstr "" + "\n" + " struct; Symbole Fin+1: %ld" + +-#: ecoff.c:1532 ++#: ecoff.c:1561 + #, c-format + msgid "" + "\n" +@@ -643,7 +815,7 @@ msgstr "" + "\n" + " union; Dernier+1 symbole: %ld" + +-#: ecoff.c:1537 ++#: ecoff.c:1566 + #, c-format + msgid "" + "\n" +@@ -652,7 +824,7 @@ msgstr "" + "\n" + " enum; Dernier+1 symbol: %ld" + +-#: ecoff.c:1543 ++#: ecoff.c:1572 + #, c-format + msgid "" + "\n" +@@ -661,138 +833,269 @@ msgstr "" + "\n" + " Type: %s" + +-#: elf-attrs.c:573 ++#: elf-attrs.c:595 ++#, c-format + msgid "error: %B: Object has vendor-specific contents that must be processed by the '%s' toolchain" +-msgstr "erreur: %B: L'objet a un contenu spécific à un vendeur qui doit être traité par la chaîne d'outils «%s»" ++msgstr "erreur: %B: L'objet a un contenu spécific à un vendeur qui doit être traité par la chaîne d'outils « %s »" + +-#: elf-attrs.c:582 ++#: elf-attrs.c:605 ++#, c-format + msgid "error: %B: Object tag '%d, %s' is incompatible with tag '%d, %s'" +-msgstr "erreur: %B: Étiquette d'objet «%d, %s» incompatible avec l'étiquette «%d, %s»" ++msgstr "erreur: %B: Étiquette d'objet « %d, %s » incompatible avec l'étiquette « %d, %s »" ++ ++#: elf-eh-frame.c:946 ++#, c-format ++msgid "discarding zero address range FDE in %B(%A).\n" ++msgstr "abandon du FDE avec une plage d'adresses nulle dans %B(%A).\n" + +-#: elf-eh-frame.c:921 ++#: elf-eh-frame.c:1051 ++#, c-format + msgid "%P: error in %B(%A); no .eh_frame_hdr table will be created.\n" + msgstr "%P: erreur dans %B(%A); aucune table .eh_frame_hdr ne sera créée.\n" + +-#: elf-eh-frame.c:1193 +-msgid "%P: fde encoding in %B(%A) prevents .eh_frame_hdr table being created.\n" +-msgstr "%P: encodage fde dans %B(%A) empêche la création de la table .eh_frame_hdr.\n" ++#: elf-eh-frame.c:1541 ++#, c-format ++msgid "%P: FDE encoding in %B(%A) prevents .eh_frame_hdr table being created.\n" ++msgstr "%P: encodage FDE dans %B(%A) empêche la création de la table .eh_frame_hdr.\n" ++ ++#: elf-eh-frame.c:1548 ++msgid "%P: Further warnings about FDE encoding preventing .eh_frame_hdr generation dropped.\n" ++msgstr "%P: Les avertissements suivants à propos de l'encodage FDE empêchant la génération de .eh_frame_hdr sont abandonnés.\n" ++ ++#: elf-eh-frame.c:1879 ++#, c-format ++msgid "%B: %A not in order" ++msgstr "%B: %A pas dans l'ordre" ++ ++#: elf-eh-frame.c:1893 ++#, c-format ++msgid "%B: %A invalid input section size" ++msgstr "%B: %A taille de section d'entrée invalide" ++ ++#: elf-eh-frame.c:1901 ++#, c-format ++msgid "%B: %A points past end of text section" ++msgstr "%B: %A pointe au delà de la fin de la section texte" + +-#: elf-eh-frame.c:1612 ++#: elf-eh-frame.c:2150 + msgid "%P: DW_EH_PE_datarel unspecified for this architecture.\n" + msgstr "%P: DW_EH_PE_datarel non spécifié pour cette architecture.\n" + +-#: elf-ifunc.c:135 ++#: elf-eh-frame.c:2320 ++#, c-format ++msgid "Invalid output section for .eh_frame_entry: %A" ++msgstr "Section de sortie invalide pour .eh_frame_entry: %A" ++ ++#: elf-eh-frame.c:2343 ++#, c-format ++msgid "Invalid contents in %A section" ++msgstr "Contenu invalide dans la section %A" ++ ++#: elf-eh-frame.c:2499 ++msgid "%P: .eh_frame_hdr entry overflow.\n" ++msgstr "*P: débordement de l'entrée .eh_frame_hrd.\n" ++ ++#: elf-eh-frame.c:2502 ++msgid "%P: .eh_frame_hdr refers to overlapping FDEs.\n" ++msgstr "%P: .eh_frame_hdr fait référence à des FDE qui se chevauchent.\n" ++ ++#: elf-ifunc.c:142 ++#, c-format + msgid "%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer equality in `%B' can not be used when making an executable; recompile with -fPIE and relink with -pie\n" +-msgstr "%P%P: symbole dynamique STT_GNU_IFUNC «%s» avec une égalité de pointeur dans «%B» ne peut pas être utilisé lors de la création d'un exécutable. Recompilez avec -fPIE et reliez avec -pie\n" +- +-#: elf-m10200.c:430 elf-m10300.c:2164 elf32-avr.c:1256 elf32-bfin.c:3220 +-#: elf32-cr16.c:1484 elf32-cr16c.c:780 elf32-cris.c:2016 elf32-crx.c:922 +-#: elf32-d10v.c:513 elf32-epiphany.c:557 elf32-fr30.c:589 elf32-frv.c:4039 +-#: elf32-h8300.c:525 elf32-i860.c:1212 elf32-ip2k.c:1468 elf32-iq2000.c:688 +-#: elf32-lm32.c:1160 elf32-m32c.c:553 elf32-m32r.c:3066 elf32-m68hc1x.c:1283 +-#: elf32-mep.c:535 elf32-metag.c:1992 elf32-microblaze.c:1560 +-#: elf32-moxie.c:282 elf32-mt.c:395 elf32-nds32.c:4910 elf32-openrisc.c:404 +-#: elf32-score.c:2729 elf32-score7.c:2537 elf32-spu.c:5041 +-#: elf32-tilepro.c:3666 elf32-v850.c:2281 elf32-xstormy16.c:936 +-#: elf64-mmix.c:1538 elfxx-tilegx.c:4051 ++msgstr "%P%P: symbole dynamique STT_GNU_IFUNC « %s » avec une égalité de pointeur dans « %B » ne peut pas être utilisé lors de la création d'un exécutable. Recompilez avec -fPIE et reliez avec -pie\n" ++ ++#: elf-m10200.c:425 elf-m10300.c:2149 elf32-avr.c:1502 elf32-bfin.c:3194 ++#: elf32-cr16.c:1466 elf32-cr16c.c:780 elf32-cris.c:2025 elf32-crx.c:924 ++#: elf32-d10v.c:513 elf32-epiphany.c:563 elf32-fr30.c:591 elf32-frv.c:4041 ++#: elf32-ft32.c:334 elf32-h8300.c:522 elf32-i860.c:1210 elf32-ip2k.c:1475 ++#: elf32-iq2000.c:693 elf32-lm32.c:1126 elf32-m32c.c:621 elf32-m32r.c:3044 ++#: elf32-m68hc1x.c:1269 elf32-mep.c:524 elf32-metag.c:2001 ++#: elf32-microblaze.c:1570 elf32-moxie.c:285 elf32-mt.c:400 elf32-nds32.c:5402 ++#: elf32-or1k.c:1258 elf32-score.c:2731 elf32-score7.c:2540 elf32-spu.c:5076 ++#: elf32-tilepro.c:3665 elf32-v850.c:2287 elf32-visium.c:677 ++#: elf32-xstormy16.c:927 elf64-mmix.c:1540 elfxx-tilegx.c:4052 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2267 + msgid "internal error: out of range error" + msgstr "erreur interne: hors limite" + +-#: elf-m10200.c:434 elf-m10300.c:2168 elf32-avr.c:1260 elf32-bfin.c:3224 +-#: elf32-cr16.c:1488 elf32-cr16c.c:784 elf32-cris.c:2020 elf32-crx.c:926 +-#: elf32-d10v.c:517 elf32-fr30.c:593 elf32-frv.c:4043 elf32-h8300.c:529 +-#: elf32-i860.c:1216 elf32-iq2000.c:692 elf32-lm32.c:1164 elf32-m32c.c:557 +-#: elf32-m32r.c:3070 elf32-m68hc1x.c:1287 elf32-mep.c:539 elf32-metag.c:1996 +-#: elf32-microblaze.c:1564 elf32-moxie.c:286 elf32-msp430.c:1321 +-#: elf32-nds32.c:4914 elf32-openrisc.c:408 elf32-score.c:2733 +-#: elf32-score7.c:2541 elf32-spu.c:5045 elf32-tilepro.c:3670 elf32-v850.c:2285 +-#: elf32-xstormy16.c:940 elf64-mmix.c:1542 elfxx-mips.c:9995 +-#: elfxx-tilegx.c:4055 ++#: elf-m10200.c:429 elf-m10300.c:2153 elf32-avr.c:1506 elf32-bfin.c:3198 ++#: elf32-cr16.c:1470 elf32-cr16c.c:784 elf32-cris.c:2029 elf32-crx.c:928 ++#: elf32-d10v.c:517 elf32-fr30.c:595 elf32-frv.c:4045 elf32-ft32.c:338 ++#: elf32-h8300.c:526 elf32-i860.c:1214 elf32-iq2000.c:697 elf32-lm32.c:1130 ++#: elf32-m32c.c:625 elf32-m32r.c:3048 elf32-m68hc1x.c:1273 elf32-mep.c:528 ++#: elf32-metag.c:2005 elf32-microblaze.c:1574 elf32-moxie.c:289 ++#: elf32-msp430.c:1361 elf32-nds32.c:5406 elf32-or1k.c:1262 elf32-score.c:2735 ++#: elf32-score7.c:2544 elf32-spu.c:5080 elf32-tilepro.c:3669 elf32-v850.c:2291 ++#: elf32-visium.c:681 elf32-xstormy16.c:931 elf64-mmix.c:1544 ++#: elfxx-mips.c:10258 elfxx-tilegx.c:4056 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2271 + msgid "internal error: unsupported relocation error" + msgstr "erreur interne: erreur de réadressage non supportée" + +-#: elf-m10200.c:438 elf32-cr16.c:1492 elf32-cr16c.c:788 elf32-crx.c:930 +-#: elf32-d10v.c:521 elf32-h8300.c:533 elf32-lm32.c:1168 elf32-m32r.c:3074 +-#: elf32-m68hc1x.c:1291 elf32-microblaze.c:1568 elf32-nds32.c:4918 +-#: elf32-score.c:2737 elf32-score7.c:2545 elf32-spu.c:5049 ++#: elf-m10200.c:433 elf32-cr16.c:1474 elf32-cr16c.c:788 elf32-crx.c:932 ++#: elf32-d10v.c:521 elf32-h8300.c:530 elf32-lm32.c:1134 elf32-m32r.c:3052 ++#: elf32-m68hc1x.c:1277 elf32-microblaze.c:1578 elf32-nds32.c:5410 ++#: elf32-score.c:2739 elf32-score7.c:2548 elf32-spu.c:5084 + msgid "internal error: dangerous error" + msgstr "erreur interne: erreur dangereuse" + +-#: elf-m10200.c:442 elf-m10300.c:2184 elf32-avr.c:1268 elf32-bfin.c:3232 +-#: elf32-cr16.c:1496 elf32-cr16c.c:792 elf32-cris.c:2028 elf32-crx.c:934 +-#: elf32-d10v.c:525 elf32-epiphany.c:572 elf32-fr30.c:601 elf32-frv.c:4051 +-#: elf32-h8300.c:537 elf32-i860.c:1224 elf32-ip2k.c:1483 elf32-iq2000.c:700 +-#: elf32-lm32.c:1172 elf32-m32c.c:565 elf32-m32r.c:3078 elf32-m68hc1x.c:1295 +-#: elf32-mep.c:547 elf32-metag.c:2004 elf32-microblaze.c:1572 +-#: elf32-moxie.c:294 elf32-msp430.c:1329 elf32-mt.c:403 elf32-nds32.c:4922 +-#: elf32-openrisc.c:416 elf32-score.c:2746 elf32-score7.c:2549 +-#: elf32-spu.c:5053 elf32-tilepro.c:3678 elf32-v850.c:2305 +-#: elf32-xstormy16.c:948 elf64-mmix.c:1550 elfxx-tilegx.c:4063 ++#: elf-m10200.c:437 elf-m10300.c:2170 elf32-avr.c:1514 elf32-bfin.c:3206 ++#: elf32-cr16.c:1478 elf32-cr16c.c:792 elf32-cris.c:2037 elf32-crx.c:936 ++#: elf32-d10v.c:525 elf32-epiphany.c:578 elf32-fr30.c:603 elf32-frv.c:4053 ++#: elf32-ft32.c:346 elf32-h8300.c:534 elf32-i860.c:1222 elf32-ip2k.c:1490 ++#: elf32-iq2000.c:705 elf32-lm32.c:1138 elf32-m32c.c:633 elf32-m32r.c:3056 ++#: elf32-m68hc1x.c:1281 elf32-mep.c:536 elf32-metag.c:2013 ++#: elf32-microblaze.c:1582 elf32-moxie.c:297 elf32-msp430.c:1369 ++#: elf32-mt.c:408 elf32-nds32.c:5414 elf32-or1k.c:1270 elf32-score.c:2748 ++#: elf32-score7.c:2552 elf32-spu.c:5088 elf32-tilepro.c:3677 elf32-v850.c:2311 ++#: elf32-visium.c:689 elf32-xstormy16.c:939 elf64-mmix.c:1552 ++#: elfxx-tilegx.c:4064 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2279 + msgid "internal error: unknown error" + msgstr "erreur interne: erreur inconnue" + +-#: elf-m10300.c:1021 ++#: elf-m10300.c:812 + #, c-format +-msgid "%s: Unsupported transition from %s to %s" +-msgstr "%s: Transition de %s à %s non supportée" ++msgid "%B: unrecognised MN10300 reloc number: %d" ++msgstr "%B: numéro de réadressage MN10300 non reconnu: %d" + +-#: elf-m10300.c:1213 ++#: elf-m10300.c:1028 ++#, c-format ++msgid "%B: Unsupported transition from %s to %s" ++msgstr "%B: Transition de %s à %s non supportée" ++ ++#: elf-m10300.c:1201 ++#, c-format + msgid "%B: %s' accessed both as normal and thread local symbol" +-msgstr "%B: « %s » accédé à la fois comme symbole normal et comme symbole locale au thread" ++msgstr "%B: « %s  » accédé à la fois comme symbole normal et comme symbole locale au thread" + +-#: elf-m10300.c:2108 elf32-arm.c:10632 elf32-i386.c:4363 elf32-m32r.c:2558 +-#: elf32-m68k.c:4120 elf32-s390.c:3303 elf32-sh.c:4109 elf32-tilepro.c:3569 +-#: elf32-xtensa.c:3063 elf64-s390.c:3229 elf64-sh64.c:1640 elf64-x86-64.c:4463 +-#: elfxx-sparc.c:3904 elfxx-tilegx.c:3974 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4450 ++#: elf-m10300.c:2097 elf32-arm.c:12532 elf32-i386.c:5372 elf32-m32r.c:2540 ++#: elf32-m68k.c:4084 elf32-s390.c:3372 elf32-sh.c:4127 elf32-tilepro.c:3569 ++#: elf32-xtensa.c:3074 elf64-s390.c:3296 elf64-sh64.c:1636 elf64-x86-64.c:5753 ++#: elfxx-sparc.c:4086 elfxx-tilegx.c:3976 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6437 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2236 ++#, c-format + msgid "%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'" + msgstr "%B(%A+0x%lx): réadressage %s sans solution vers le symbole « %s »" + +-#: elf-m10300.c:2173 ++#: elf-m10300.c:2158 + msgid "error: inappropriate relocation type for shared library (did you forget -fpic?)" + msgstr "erreur: type de réadressage inapproprié pour une librairie partagée (avez-vous oublié -fpic ?)" + +-#: elf-m10300.c:2176 ++#: elf-m10300.c:2162 ++#, c-format + msgid "%B: taking the address of protected function '%s' cannot be done when making a shared library" + msgstr "%B: l'adresse de la fonction protégée « %s » ne peut être prise lors de la création d'une librairie partagée" + +-#: elf-m10300.c:2179 ++#: elf-m10300.c:2165 + msgid "internal error: suspicious relocation type used in shared library" + msgstr "erreur interne: type de réadressage douteux utilisé dans une librairie partagée" + +-#: elf.c:343 ++#: elf-properties.c:65 ++msgid "%B: out of memory in _bfd_elf_get_property" ++msgstr "%B: pas assez de mémoire dans _bfd_elf_get_property" ++ ++#: elf-properties.c:91 ++msgid "warning: %B: corrupt GNU_PROPERTY_TYPE (%ld) size: %#lx" ++msgstr "attention: %B: taille de GNU_PROPERTY_TYPE (%ld) corrompue: %#lx" ++ ++#: elf-properties.c:107 ++msgid "warning: %B: corrupt GNU_PROPERTY_TYPE (%ld) type (0x%x) datasz: 0x%x" ++msgstr "attention: %1$B: datasz du type (0x%3$x) GNU_PROPERTY_TYPE (%2$ld) corrompu: 0x%4$x" ++ ++#: elf-properties.c:146 ++msgid "warning: %B: corrupt stack size: 0x%x" ++msgstr "attention: %B: taille de pille corrompue: 0x%x" ++ ++#: elf-properties.c:164 ++msgid "warning: %B: corrupt no copy on protected size: 0x%x" ++msgstr "attention: %B: taille de « no copy on protected » corrompue: 0x%x" ++ ++#: elf-properties.c:180 ++msgid "warning: %B: unsupported GNU_PROPERTY_TYPE (%ld) type: 0x%x" ++msgstr "attention: %B: type GNU_PROPERTY_TYPE (%ld) non supporté: 0x%x" ++ ++#. PR 17512: file: f057ec89. ++#: elf.c:342 ++#, c-format ++msgid "%B: attempt to load strings from a non-string section (number %d)" ++msgstr "%B: tentative de charger des chaînes depuis une section non-chaînes (numéro %d)" ++ ++#: elf.c:357 ++#, c-format + msgid "%B: invalid string offset %u >= %lu for section `%s'" +-msgstr "%B: chaîne de décalage invalide %u >= %lu pour la section «%s»" ++msgstr "%B: chaîne de décalage invalide %u >= %lu pour la section « %s »" + +-#: elf.c:455 ++#: elf.c:496 ++#, c-format + msgid "%B symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section" + msgstr "%B le symbole numéro %lu fait référence à une section SHT_SYMTAB_SHNDX inexistante" + +-#: elf.c:611 +-msgid "%B: Corrupt size field in group section header: 0x%lx" +-msgstr "%B: Champ de taille corrompu dans l'en-tête du groupe de section: 0x%lx" ++#: elf.c:660 ++#, c-format ++msgid "%B: corrupt size field in group section header: %#Lx" ++msgstr "%B: champ de taille corrompu dans l'en-tête du groupe de section: %#Lx" ++ ++#: elf.c:675 ++#, c-format ++msgid "%B: invalid size field in group section header: %#Lx" ++msgstr "%B: champ de taille invalide dans l'en-tête du groupe de section: %#Lx" + +-#: elf.c:647 ++#: elf.c:711 + msgid "%B: invalid SHT_GROUP entry" + msgstr "%B: entrée SHT_GROUP invalide" + +-#: elf.c:717 ++#: elf.c:730 ++msgid "%B: no valid group sections found" ++msgstr "%B: aucune section de groupe valable trouvée" ++ ++#: elf.c:804 ++#, c-format + msgid "%B: no group info for section %A" + msgstr "%B: aucune info de groupe pour la section %A" + +-#: elf.c:746 elf.c:3144 elflink.c:10290 ++#: elf.c:835 elf.c:3819 elflink.c:11155 ++#, c-format + msgid "%B: warning: sh_link not set for section `%A'" +-msgstr "%B: attention: sh_link n'a pas de valeur pour la section «%A»" ++msgstr "%B: attention: sh_link n'a pas de valeur pour la section « %A »" + +-#: elf.c:765 ++#: elf.c:855 ++#, c-format + msgid "%B: sh_link [%d] in section `%A' is incorrect" +-msgstr "%B: sh_link [%d] n'est pas correct dans la section «%A»" ++msgstr "%B: sh_link [%d] n'est pas correct dans la section « %A »" + +-#: elf.c:800 +-msgid "%B: unknown [%d] section `%s' in group [%s]" +-msgstr "%B: [%d] inconnu dans la section «%s» du groupe [%s]" ++#: elf.c:868 ++#, c-format ++msgid "%B: SHT_GROUP section [index %d] has no SHF_GROUP sections" ++msgstr "%B: la section SHT_GROUP [index %d] n'a pas de section SHF_GROUP" ++ ++#: elf.c:889 ++#, c-format ++msgid "%B: section group entry number %u is corrupt" ++msgstr "%B: l'entrée de groupe de section %u est corrompue" ++ ++#: elf.c:914 ++#, c-format ++msgid "%B: unknown type [%#x] section `%s' in group [%A]" ++msgstr "%B: type [%#x] de section « %s » inconnu dans le groupe [%A]" + +-#: elf.c:1174 ++#: elf.c:1373 ++#, c-format ++msgid "%B: Invalid sh_link field (%d) in section number %d" ++msgstr "%B: Champ sh_link (%d) invalide dans la section numéro %d" ++ ++#: elf.c:1389 ++#, c-format ++msgid "%B: Failed to find link section for section %d" ++msgstr "%B: Impossible de trouver la section de liaison pour la section %d" ++ ++#: elf.c:1416 ++#, c-format ++msgid "%B: Failed to find info section for section %d" ++msgstr "%B: Impossible de trouver la section d'information pour la section %d" ++ ++#: elf.c:1588 + #, c-format + msgid "" + "\n" +@@ -801,7 +1104,7 @@ msgstr "" + "\n" + "En-tête de programme:\n" + +-#: elf.c:1216 ++#: elf.c:1630 + #, c-format + msgid "" + "\n" +@@ -810,7 +1113,7 @@ msgstr "" + "\n" + "Section dynamique:\n" + +-#: elf.c:1352 ++#: elf.c:1771 + #, c-format + msgid "" + "\n" +@@ -819,7 +1122,7 @@ msgstr "" + "\n" + "Définitions des versions:\n" + +-#: elf.c:1377 ++#: elf.c:1796 + #, c-format + msgid "" + "\n" +@@ -828,100 +1131,266 @@ msgstr "" + "\n" + "Références de version:\n" + +-#: elf.c:1382 ++#: elf.c:1801 + #, c-format + msgid " required from %s:\n" + msgstr " requis par %s:\n" + +-#: elf.c:1807 +-msgid "%B: invalid link %lu for reloc section %s (index %u)" +-msgstr "%B: lien invalide %lu pour la section de relocalisation %s (index %u)" ++#: elf.c:1999 ++msgid "%B: warning: loop in section dependencies detected" ++msgstr "%B: attention: boucle détectée dans les dépendances de sections" + +-#: elf.c:1977 +-msgid "%B: don't know how to handle allocated, application specific section `%s' [0x%8x]" +-msgstr "%B: je ne sais pas comment traiter la section «%s» [0x%8x] allouée et spécifique à l'application" ++#: elf.c:2107 ++#, c-format ++msgid "%B: warning: multiple symbol tables detected - ignoring the table in section %u" ++msgstr "%B: attention: plusieurs tables de symboles détectées — la table dans la section %u est ignorée" + +-#: elf.c:1989 +-msgid "%B: don't know how to handle processor specific section `%s' [0x%8x]" +-msgstr "%B: je ne sais pas comment traiter la section «%s» [0x%8x] spécifique au processeur" ++#: elf.c:2191 ++#, c-format ++msgid "%B: warning: multiple dynamic symbol tables detected - ignoring the table in section %u" ++msgstr "%B: attention: plusieurs tables de symboles dynamiques ont été détectées — la table dans la section %u est ignorée" + +-#: elf.c:2000 +-msgid "%B: don't know how to handle OS specific section `%s' [0x%8x]" +-msgstr "%B: je ne sais pas comment traiter la section «%s» [0x%8x] spécifique au système d'exploitation" ++#: elf.c:2304 ++#, c-format ++msgid "%B: invalid link %u for reloc section %s (index %u)" ++msgstr "%B: lien %u invalide pour la section de réadressages %s (index %u)" + +-#: elf.c:2010 +-msgid "%B: don't know how to handle section `%s' [0x%8x]" +-msgstr "%B: je ne sais pas comment traiter la section «%s» [0x%8x]" ++#: elf.c:2463 elf.c:2478 elf.c:2489 elf.c:2502 ++#, c-format ++msgid "%B: unknown type [%#x] section `%s'" ++msgstr "%B: type [%#x] inconnu dans la section « %s »" + +-#: elf.c:2648 ++#: elf.c:3206 ++#, c-format ++msgid "%B: error: Alignment power %d of section `%A' is too big" ++msgstr "%B: erreur: L'alignement à la puissance %d de la section « %A » est trop grand" ++ ++#: elf.c:3236 + #, c-format + msgid "warning: section `%A' type changed to PROGBITS" +-msgstr "attention: type de la section «%A» changé en PROGBITS" ++msgstr "attention: type de la section « %A » changé en PROGBITS" + +-#: elf.c:3015 ++#: elf.c:3687 ++#, c-format + msgid "%B: too many sections: %u" + msgstr "%B: trop de sections: %u" + +-#: elf.c:3101 ++#: elf.c:3772 ++#, c-format + msgid "%B: sh_link of section `%A' points to discarded section `%A' of `%B'" +-msgstr "%B: le sh_link de la section «%A» pointe vers la section abandonnée «%A» de «%B»" ++msgstr "%B: le sh_link de la section « %A » pointe vers la section abandonnée « %A » de « %B »" + +-#: elf.c:3124 ++#: elf.c:3797 ++#, c-format + msgid "%B: sh_link of section `%A' points to removed section `%A' of `%B'" +-msgstr "%B: le sh_link de la section «%A» pointe vers la section supprimée «%A» de «%B»" ++msgstr "%B: le sh_link de la section « %A » pointe vers la section supprimée « %A » de « %B »" ++ ++#: elf.c:4349 ++#, c-format ++msgid "%B: GNU_MBIN section `%A' has invalid sh_info field: %d" ++msgstr "%B: la section GNU_MBIN « %A » a un champ sh_info invalide: %d" + +-#: elf.c:4126 ++#: elf.c:4891 + msgid "%B: TLS sections are not adjacent:" + msgstr "%B: Les sections TLS ne sont pas adjacentes:" + +-#: elf.c:4133 ++#: elf.c:4898 + #, c-format + msgid "\t TLS: %A" + msgstr "\t TLS: %A" + +-#: elf.c:4137 ++#: elf.c:4902 + #, c-format + msgid "\tnon-TLS: %A" + msgstr "\tnon-TLS: %A" + +-#: elf.c:4596 ++#: elf.c:5398 + msgid "%B: The first section in the PT_DYNAMIC segment is not the .dynamic section" + msgstr "%B: La première section dans le segment PT_DYNAMIC n'est pas la section .dynamic" + +-#: elf.c:4621 ++#: elf.c:5426 + msgid "%B: Not enough room for program headers, try linking with -N" + msgstr "%B: Pas suffisamment d'espace pour les en-têtes du programme, essayer l'option -N" + +-#: elf.c:4707 +-msgid "%B: section %A lma %#lx adjusted to %#lx" +-msgstr "%B: section %A avec lma %#lx ajustée à %#lx" ++#: elf.c:5514 ++#, c-format ++msgid "%B: section %A lma %#Lx adjusted to %#Lx" ++msgstr "%B: section %A avec lma %#Lx ajustée à %#Lx" + +-#: elf.c:4843 ++#: elf.c:5651 ++#, c-format + msgid "%B: section `%A' can't be allocated in segment %d" +-msgstr "%B: la section «%A» ne peut pas être allouée dans le segment %d" ++msgstr "%B: la section « %A » ne peut pas être allouée dans le segment %d" + +-#: elf.c:4892 ++#: elf.c:5699 ++#, c-format + msgid "%B: warning: allocated section `%s' not in segment" +-msgstr "%B: attention: section allouée «%s» n'est pas dans le segment" ++msgstr "%B: attention: section allouée « %s » n'est pas dans le segment" ++ ++#: elf.c:5897 ++msgid "%B: error: non-load segment %d includes file header and/or program header" ++msgstr "%B: erreur: le segment de non-chargement %d inclus un en-tête de fichier ou de programme" ++ ++#. The fix for this error is usually to edit the linker script being ++#. used and set up the program headers manually. Either that or ++#. leave room for the headers at the start of the SECTIONS. ++#: elf.c:6074 ++msgid "%B: error: PHDR segment not covered by LOAD segment" ++msgstr "%B: erreur: segment PHDR non couvert par le segment LOAD" + +-#: elf.c:5473 ++#: elf.c:6418 ++#, c-format + msgid "%B: symbol `%s' required but not present" +-msgstr "%B: symbole «%s» requis mais absent" ++msgstr "%B: symbole « %s » requis mais absent" + +-#: elf.c:5811 +-msgid "%B: warning: Empty loadable segment detected, is this intentional ?\n" +-msgstr "%B: attention: segment chargeable vide détecté, est-ce intentionnel ?\n" ++#: elf.c:6761 ++#, c-format ++msgid "%B: warning: Empty loadable segment detected at vaddr=%#Lx, is this intentional?" ++msgstr "%B: attention: Segment chargeable vide détecté à vaddr=%#Lx, est-ce intentionnel ?" + +-#: elf.c:6867 ++#: elf.c:7375 ++#, c-format ++msgid "%B: warning: segment alignment of %#Lx is too large" ++msgstr "%B: attention: un alignement de segment de %#Lx est trop grand" ++ ++#: elf.c:7856 + #, c-format + msgid "Unable to find equivalent output section for symbol '%s' from section '%s'" +-msgstr "Incapable de trouver un équivalent pour le symbole «%s» de la section «%s»" ++msgstr "Incapable de trouver un équivalent pour le symbole « %s » de la section « %s »" ++ ++#: elf.c:8188 ++msgid "%B: .gnu.version_r invalid entry" ++msgstr "%B: entrée .gnu.version_r invalide" + +-#: elf.c:7915 ++#: elf.c:8315 ++msgid "%B: .gnu.version_d invalid entry" ++msgstr "%B: entrée .gnu.version_d invalide" ++ ++#: elf.c:8867 ++#, c-format + msgid "%B: unsupported relocation type %s" + msgstr "%B: type de réadressage %s non supporté" + +-#: elf32-arm.c:3722 elf32-arm.c:7051 ++#: elf32-arc.c:433 elf32-frv.c:6626 elf32-iq2000.c:870 elf32-m32c.c:915 ++#: elf32-mt.c:564 elf32-rl78.c:1256 elf32-rx.c:3177 elf32-visium.c:837 ++#: elf64-ppc.c:6078 ++#, c-format ++msgid "private flags = 0x%lx:" ++msgstr "fanions privés = 0x%lx:" ++ ++#: elf32-arc.c:611 ++msgid "Warning: %B: Conflicting platform configuration %s with %s.\n" ++msgstr "Attention: %B: Configuration de platforme %s en conflit avec %s.\n" ++ ++#: elf32-arc.c:630 ++msgid "error: %B: unable to merge CPU base attributes %s with %s.\n" ++msgstr "erreur: %B: impossible de fusionner les attributs de base CPU %s avec %s.\n" ++ ++#: elf32-arc.c:667 ++msgid "error: %B: unable to merge ISA extension attributes %s.\n" ++msgstr "erreur: %B: impossible de fusionner les attributs de l'extension ISA %s.\n" ++ ++#: elf32-arc.c:691 ++msgid "error: %B: conflicting ISA extension attributes %s with %s.\n" ++msgstr "erreur: %B: attributs d'extension ISA %s en conflit avec %s.\n" ++ ++#: elf32-arc.c:726 ++msgid "error: %B: cannot mix rf16 with full register set %B.\n" ++msgstr "erreur: %B: impossible de mélanger rf16 avec l'ensemble des registres complets %B.\n" ++ ++#: elf32-arc.c:752 ++msgid "error: %B: conflicting attributes %s: %s with %s.\n" ++msgstr "erreur: %B: attributs %s conflictuels: %s avec %s.\n" ++ ++#: elf32-arc.c:777 ++msgid "error: %B: conflicting attributes %s.\n" ++msgstr "erreur: %B: attributs %s conflictuels.\n" ++ ++#: elf32-arc.c:877 ++#, c-format ++msgid "ERROR: Attempting to link %B with a binary %B of different architecture" ++msgstr "ERREUR: Tentative de lier %B avec un binaire %B d'une architecture différente" ++ ++#: elf32-arc.c:891 elf32-i370.c:359 elf32-iq2000.c:846 elf32-m32c.c:890 ++#: elf32-m68hc1x.c:1388 elf64-sparc.c:727 elfxx-mips.c:15127 ++#, c-format ++msgid "%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" ++msgstr "%B: utilise des champs e_flags (0x%lx) différents des modules précédents (0x%lx)" ++ ++#: elf32-arc.c:980 ++msgid "Error: The ARC4 architecture is no longer supported.\n" ++msgstr "Erreur: L'architecture ARC4 n'est plus supportée.\n" ++ ++#: elf32-arc.c:986 ++msgid "" ++"Warning: unset or old architecture flags. \n" ++"\t Use default machine.\n" ++msgstr "" ++"Attention: fanions d'architecture non définis ou trop anciens. \n" ++" Utilise la machine par défaut.\n" ++ ++#: elf32-arc.c:1119 ++#, c-format ++msgid "%B(%A+0x%lx): CMEM relocation to `%s' is invalid, 16 MSB should be 0x%04x (value is 0x%lx)" ++msgstr "%B(%A+0x%lx): le réadressage CMEM vers « %s » est invalide. 16 MSB devrait être 0x%04x (la valeur est 0x%lx)" ++ ++#: elf32-arc.c:1130 ++#, c-format ++msgid "%B(%A+0x%lx): CMEM relocation to `%s+0x%lx' is invalid, 16 MSB should be 0x%04x (value is 0x%lx)" ++msgstr "%B(%A+0x%lx): le réadressage CMEM vers « %s+0x%lx » est invalide, 16 MSB devrait être 0x%04x (la valeur est 0x%lx)" ++ ++#: elf32-arc.c:1835 ++msgid "GOT and PLT relocations cannot be fixed with a non dynamic linker." ++msgstr "les réadressages GOT et PLT ne peuvent pas être corrigés avec un éditeur de liens non dynamique." ++ ++#: elf32-arc.c:1859 elf32-rl78.c:1094 elf32-rx.c:1448 ++#, c-format ++msgid "%B(%A): warning: unaligned access to symbol '%s' in the small data area" ++msgstr "%B(%A): attention: accès non aligné au symbole « %s » dans la zone des petites données" ++ ++#: elf32-arc.c:1864 elf32-rl78.c:1099 elf32-rx.c:1453 ++#, c-format ++msgid "%B(%A): internal error: out of range error" ++msgstr "%B(%A): erreur interne: hors limite" ++ ++#: elf32-arc.c:1869 elf32-rl78.c:1104 elf32-rx.c:1458 ++#, c-format ++msgid "%B(%A): internal error: unsupported relocation error" ++msgstr "%B(%A): erreur interne: réadressage non supporté" ++ ++#: elf32-arc.c:1874 elf32-rl78.c:1109 elf32-rx.c:1463 ++#, c-format ++msgid "%B(%A): internal error: dangerous relocation" ++msgstr "%B(%A): erreur interne: réadressage dangereux" ++ ++#: elf32-arc.c:1879 elf32-rl78.c:1114 elf32-rx.c:1468 ++#, c-format ++msgid "%B(%A): internal error: unknown error" ++msgstr "%B(%A): erreur interne: erreur inconnue" ++ ++#: elf32-arc.c:1967 elf32-arm.c:14714 elf32-metag.c:2272 elfxx-mips.c:8883 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:7224 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:484 ++#, c-format ++msgid "%B: relocation %s against `%s' can not be used when making a shared object; recompile with -fPIC" ++msgstr "%B: réadressage de %s en vertu de « %s » ne peut être utilisé lors de la création d'un objet partagé; recompilez avec -fPIC" ++ ++#: elf32-arc.c:2859 ++msgid "%B: Unknown mandatory ARC object attribute %d." ++msgstr "%B: L'attribut d'objet ARC obligatoire %d est inconnu." ++ ++#: elf32-arc.c:2867 ++msgid "Warning: %B: Unknown ARC object attribute %d." ++msgstr "Attention: %B: Attribut d'objet ARC %d inconnu." ++ ++# Les auteurs francophones que j'ai trouvés utilisent le mot « veneer ». Le mot « trampoline » est netttement plus approprié ++# pour désigner une instruction intermédiaire dont le seul but est de faire rebondir un branchement court vers une destination plus ++# éloignée. ++#: elf32-arm.c:4022 elf32-arm.c:4056 elf32-arm.c:4075 elf32-arm.c:4127 ++msgid "%B(%A): warning: long branch veneers used in section with SHF_ARM_PURECODE section attribute is only supported for M-profile targets that implement the movw instruction." ++msgstr "%B(%A): attention: les trampolines (aka veneers) de branchements longs utilisés dans la section avec l'attribut de section SHF_ARM_PURECODE n'est supporté que sur les cibles M-profile implémentant l'instruction movw." ++ ++#: elf32-arm.c:4087 elf32-arm.c:8806 + msgid "" + "%B(%s): warning: interworking not enabled.\n" + " first occurrence: %B: Thumb call to ARM" +@@ -929,7 +1398,7 @@ msgstr "" + "%B(%s): attention: l'inter-réseautage n'est pas activé.\n" + " première occurrence: %B: appel de repère vers ARM" + +-#: elf32-arm.c:3769 ++#: elf32-arm.c:4141 + msgid "" + "%B(%s): warning: interworking not enabled.\n" + " first occurrence: %B: ARM call to Thumb" +@@ -937,178 +1406,294 @@ msgstr "" + "%B(%s): attention: l'inter-réseautage n'est pas activé.\n" + " première occurrence: %B: appel ARM vers repère" + +-#: elf32-arm.c:3988 elf32-arm.c:5433 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:2324 ++#: elf32-arm.c:4415 ++#, c-format ++msgid "No address assigned to the veneers output section %s" ++msgstr "Aucune adresse assignée à la section de sortie %s des trampolines (veneers)" ++ ++#: elf32-arm.c:4490 elf32-arm.c:6627 elf32-hppa.c:587 elf32-m68hc1x.c:165 ++#: elf32-metag.c:1198 elf32-nios2.c:2227 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:2852 ++#, c-format ++msgid "%B: cannot create stub entry %s" ++msgstr "%B: ne peut créer l'entrée de l'ébauche %s" ++ ++#: elf32-arm.c:5675 ++msgid "%B: Special symbol `%s' only allowed for ARMv8-M architecture or later." ++msgstr "%B: Le symbole spécial « %s » est uniquement autorisé pour les architectures ARMv8-M ou ultérieures." ++ ++#: elf32-arm.c:5684 ++msgid "%B: invalid special symbol `%s'." ++msgstr "%B: symbole spéciale « %s » invalide." ++ ++#: elf32-arm.c:5686 elf32-arm.c:5726 ++msgid "It must be a global or weak function symbol." ++msgstr "Il doit être un symbole de fonction global ou faible." ++ ++#: elf32-arm.c:5724 ++msgid "%B: invalid standard symbol `%s'." ++msgstr "%B: symbole standard « %s » invalide." ++ ++#: elf32-arm.c:5730 ++msgid "%B: absent standard symbol `%s'." ++msgstr "%B: symbole standard « %s » absent." ++ ++#: elf32-arm.c:5742 ++msgid "%B: `%s' and its special symbol are in different sections." ++msgstr "%B: « %s » est ses symboles spéciaux sont dans des sections différentes." ++ ++#: elf32-arm.c:5754 ++msgid "%B: entry function `%s' not output." ++msgstr "%B: fonction « %s » d'entrée par écrite." ++ ++#: elf32-arm.c:5761 ++msgid "%B: entry function `%s' is empty." ++msgstr "%B: la fonction « %s » d'entrée est vide." ++ ++#: elf32-arm.c:5890 ++msgid "%B: --in-implib only supported for Secure Gateway import libraries." ++msgstr "%B: --in-implib uniquement supporté pour les bibliothèques d'import Secure Gateway." ++ ++#: elf32-arm.c:5936 ++msgid "%B: invalid import library entry: `%s'." ++msgstr "%B: entrée de bibliothèque d'import invalide: « %s »." ++ ++#: elf32-arm.c:5938 ++msgid "Symbol should be absolute, global and refer to Thumb functions." ++msgstr "Le symbole devrait être absolu, global et faire référence à des fonctions Thumb." ++ ++#: elf32-arm.c:5958 ++#, c-format ++msgid "Entry function `%s' disappeared from secure code." ++msgstr "La fonction d'entrée « %s » a disparu du code sûr." ++ ++#: elf32-arm.c:5982 ++#, c-format ++msgid "`%s' refers to a non entry function." ++msgstr "« %s » fait référence à quelque chose qui n'est pas une fonction d'entrée." ++ ++#: elf32-arm.c:5997 ++msgid "%B: visibility of symbol `%s' has changed." ++msgstr "%B: la visibilité du symbole « %s » a changé." ++ ++#: elf32-arm.c:6006 ++msgid "%B: incorrect size for symbol `%s'." ++msgstr "%B: taille incorrecte pour le symbole « %s »." ++ ++#: elf32-arm.c:6025 ++#, c-format ++msgid "Offset of veneer for entry function `%s' not a multiple of its size." ++msgstr "Le décalage du trampoline (aka veneer) pour la fonction d'entrée « %s » n'est pas un multiple de sa taille." ++ ++#: elf32-arm.c:6045 ++msgid "new entry function(s) introduced but no output import library specified:" ++msgstr "une ou plusieurs nouvelles fonctions d'entrée spécifiées mais aucune bibliothèque d'import est spécifiée:" ++ ++#: elf32-arm.c:6053 + #, c-format +-msgid "%s: cannot create stub entry %s" +-msgstr "%s: ne peut créer l'entrée d'ébauche %s" ++msgid "Start address of `%s' is different from previous link." ++msgstr "L'adresse de départ de « %s » est différente de celle de l'édition de liens précédente." + +-#: elf32-arm.c:5549 ++#: elf32-arm.c:6760 + #, c-format + msgid "unable to find THUMB glue '%s' for '%s'" +-msgstr "incapable de repérer le REPÈRE de liant «%s» pour «%s»" ++msgstr "incapable de repérer le REPÈRE de liant « %s » pour « %s »" + +-#: elf32-arm.c:5585 ++#: elf32-arm.c:6796 + #, c-format + msgid "unable to find ARM glue '%s' for '%s'" +-msgstr "incapable de repérer le liant ARM «%s» pour «%s»" ++msgstr "incapable de repérer le liant ARM « %s » pour « %s »" + +-#: elf32-arm.c:6123 ++#: elf32-arm.c:7511 + msgid "%B: BE8 images only valid in big-endian mode." + msgstr "%B: les images BE8 ne sont valables qu'en mode gros boutiste." + + #. Give a warning, but do as the user requests anyway. +-#: elf32-arm.c:6353 ++#: elf32-arm.c:7742 + msgid "%B: warning: selected VFP11 erratum workaround is not necessary for target architecture" +-msgstr "%B: attention: le palliatif VFP11 n'est pas nécessaire avec l'architecture cible" ++msgstr "%B: attention: le palliatif VFP11 sélectionné n'est pas nécessaire avec l'architecture cible" + +-#: elf32-arm.c:6897 elf32-arm.c:6917 ++#: elf32-arm.c:7769 ++msgid "%B: warning: selected STM32L4XX erratum workaround is not necessary for target architecture" ++msgstr "%B: attention: le palliatif STM32L4XX sélectionné n'est pas nécessaire avec l'architecture cible" ++ ++#: elf32-arm.c:8306 elf32-arm.c:8326 + msgid "%B: unable to find VFP11 veneer `%s'" +-msgstr "%B: incapable de trouver le vernis VFP11 «%s»" ++msgstr "%B: incapable de trouver le trampoline (veneer) « %s » pour le VFP11" ++ ++#: elf32-arm.c:8392 elf32-arm.c:8411 ++msgid "%B: unable to find STM32L4XX veneer `%s'" ++msgstr "%B: incapable de trouver le trampoline (veneer) « %s » pour le STM32L4XX" ++ ++#: elf32-arm.c:8618 ++#, c-format ++msgid "" ++"%B(%A+0x%lx): error: multiple load detected in non-last IT block instruction : STM32L4XX veneer cannot be generated.\n" ++"Use gcc option -mrestrict-it to generate only one instruction per IT block.\n" ++msgstr "" ++"%B(%A+0x%lx): erreur: chargements multiples détectés dans un bloc d'instruction IT qui n'est pas le dernier : le trampoline (veneer) du STM32L4XX ne peut pas être généré.\n" ++"Utilisez l'option -mrestrict-it de gcc pour générer seulement une instruction par bloc IT.\n" + +-#: elf32-arm.c:6966 ++#: elf32-arm.c:8716 + #, c-format + msgid "Invalid TARGET2 relocation type '%s'." + msgstr "Type de réadressage TARGET2 « %s » invalide" + +-#. PR ld/16017: Do not generate ARM instructions for +-#. the PLT if compiling for a thumb-only target. +-#. +-#. FIXME: We ought to be able to generate thumb PLT instructions... +-#: elf32-arm.c:7696 +-msgid "%B: Warning: thumb mode PLT generation not currently supported" +-msgstr "%B: Attention: génération du mode thumb PLT pas encore supportée" ++#. FIXME: We ought to be able to generate thumb-1 PLT ++#. instructions... ++#: elf32-arm.c:9458 ++msgid "%B: Warning: thumb-1 mode PLT generation not currently supported" ++msgstr "%B: Attention: génération de PLT dans le mode thumb-1 pas encore supportée" + +-#: elf32-arm.c:7909 +-msgid "%B(%A+0x%lx):unexpected Thumb instruction '0x%x' in TLS trampoline" ++#: elf32-arm.c:9723 ++#, c-format ++msgid "%B(%A+0x%lx): unexpected Thumb instruction '0x%x' in TLS trampoline" + msgstr "%B(%A+0x%lx): instruction Thumb « 0x%x » inattendue dans le trampoline TLS" + +-#: elf32-arm.c:7948 +-msgid "%B(%A+0x%lx):unexpected ARM instruction '0x%x' in TLS trampoline" ++#: elf32-arm.c:9763 ++#, c-format ++msgid "%B(%A+0x%lx): unexpected ARM instruction '0x%x' in TLS trampoline" + msgstr "%B(%A+0x%lx): instruction ARM « 0x%x » inattendue dans le trampoline TLS" + +-#: elf32-arm.c:8412 ++#: elf32-arm.c:10097 ++msgid "shared object" ++msgstr "objet partagé" ++ ++#: elf32-arm.c:10100 ++msgid "PIE executable" ++msgstr "exécutable PIE" ++ ++#: elf32-arm.c:10103 ++msgid "%B: relocation %s against external or undefined symbol `%s' can not be used when making a %s; recompile with -fPIC" ++msgstr "%B: le réadressage de %s vers le symbole externe ou non défini « %s » ne peut pas être utilisé en construisant un %s; recompilez avec -fPIC" ++ ++#: elf32-arm.c:10234 + msgid "\\%B: Warning: Arm BLX instruction targets Arm function '%s'." +-msgstr "\\%B: Attention: instruction Arm BLX vise la fonction Arm «%s»." ++msgstr "\\%B: Attention: instruction Arm BLX vise la fonction Arm « %s »." + +-#: elf32-arm.c:8831 ++#: elf32-arm.c:10660 + msgid "%B: Warning: Thumb BLX instruction targets thumb function '%s'." +-msgstr "%B: Attention: instruction de repérage BLX vise la fonction de repérage «%s»." ++msgstr "%B: Attention: instruction de repérage BLX vise la fonction de repérage « %s »." + +-#: elf32-arm.c:9672 +-msgid "%B(%A+0x%lx):unexpected Thumb instruction '0x%x' referenced by TLS_GOTDESC" ++#: elf32-arm.c:11527 ++#, c-format ++msgid "%B(%A+0x%lx): unexpected Thumb instruction '0x%x' referenced by TLS_GOTDESC" + msgstr "%B(%A+0x%lx): instruction Thumb « 0x%x » inattendue référencée par TLS_GOTDESC" + +-#: elf32-arm.c:9695 +-msgid "%B(%A+0x%lx):unexpected ARM instruction '0x%x' referenced by TLS_GOTDESC" ++#: elf32-arm.c:11551 ++#, c-format ++msgid "%B(%A+0x%lx): unexpected ARM instruction '0x%x' referenced by TLS_GOTDESC" + msgstr "%B(%A+0x%lx): instruction ARM '0x%x' inattendue référencée par TLS_GOTDESC" + +-#: elf32-arm.c:9724 ++#: elf32-arm.c:11581 ++#, c-format + msgid "%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object" + msgstr "%B(%A+0x%lx): réadressage R_ARM_TLS_LE32 pas permis dans un objet partagé" + +-#: elf32-arm.c:9937 ++#: elf32-arm.c:11795 ++#, c-format + msgid "%B(%A+0x%lx): Only ADD or SUB instructions are allowed for ALU group relocations" + msgstr "%B(%A+0x%lx): Seuls ADD ou SUB sont permis dans les réadressages du groupe ALU" + +-#: elf32-arm.c:9977 elf32-arm.c:10065 elf32-arm.c:10149 elf32-arm.c:10235 ++#: elf32-arm.c:11836 elf32-arm.c:11927 elf32-arm.c:12013 elf32-arm.c:12101 ++#, c-format + msgid "%B(%A+0x%lx): Overflow whilst splitting 0x%lx for group relocation %s" + msgstr "%B(%A+0x%lx): Débordement en scindant 0x%lx pour le réadressage du groupe %s" + +-#: elf32-arm.c:10474 elf32-sh.c:3994 elf64-sh64.c:1544 ++#: elf32-arm.c:12365 elf32-sh.c:4009 elf64-sh64.c:1539 ++#, c-format + msgid "%B(%A+0x%lx): %s relocation against SEC_MERGE section" + msgstr "%B(%A+0x%lx): %s réadressage vers une section SEC_MERGE" + +-#: elf32-arm.c:10585 elf32-m68k.c:4155 elf32-xtensa.c:2799 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4192 ++#: elf32-arm.c:12477 elf32-m68k.c:4120 elf32-xtensa.c:2816 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6165 ++#, c-format + msgid "%B(%A+0x%lx): %s used with TLS symbol %s" + msgstr "%B(%A+0x%lx): %s utilisé avec le symbole TLS %s" + +-#: elf32-arm.c:10586 elf32-m68k.c:4156 elf32-xtensa.c:2800 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4193 ++#: elf32-arm.c:12479 elf32-m68k.c:4122 elf32-xtensa.c:2818 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6167 ++#, c-format + msgid "%B(%A+0x%lx): %s used with non-TLS symbol %s" + msgstr "%B(%A+0x%lx): %s utilisé avec le symbole non-TLS %s" + +-#: elf32-arm.c:10666 elf32-tic6x.c:2736 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4481 ++#: elf32-arm.c:12561 elf32-tic6x.c:2739 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6500 + msgid "out of range" + msgstr "hors limite" + +-#: elf32-arm.c:10670 elf32-nios2.c:3525 elf32-tic6x.c:2740 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4485 ++#: elf32-arm.c:12565 elf32-nios2.c:4505 elf32-pru.c:821 elf32-tic6x.c:2743 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6504 + msgid "unsupported relocation" + msgstr "réadressage non supporté" + +-#: elf32-arm.c:10678 elf32-nios2.c:3535 elf32-tic6x.c:2748 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4493 ++#: elf32-arm.c:12573 elf32-nios2.c:4515 elf32-pru.c:831 elf32-tic6x.c:2751 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6512 + msgid "unknown error" + msgstr "erreur inconnue" + +-#: elf32-arm.c:11153 +-msgid "Warning: Clearing the interworking flag of %B because non-interworking code in %B has been linked with it" +-msgstr "Attention: mise à zéro du fanion d'inter-réseautage %B en raison du code sans inter-réseautage dans %B lié avec lui" +- +-#: elf32-arm.c:11240 ++#: elf32-arm.c:13153 + msgid "%B: Unknown mandatory EABI object attribute %d" + msgstr "%B: L'attribut d'objet EABI obligatoire %d est manquant" + +-#: elf32-arm.c:11248 ++#: elf32-arm.c:13161 + msgid "Warning: %B: Unknown EABI object attribute %d" + msgstr "Attention: %B: Attribut d'objet EABI %d inconnu" + +-#: elf32-arm.c:11449 ++#: elf32-arm.c:13428 + msgid "error: %B: Unknown CPU architecture" + msgstr "erreur: %B: Architecture CPU inconnue" + +-#: elf32-arm.c:11487 ++#: elf32-arm.c:13466 elf32-nios2.c:2965 ++#, c-format + msgid "error: %B: Conflicting CPU architectures %d/%d" + msgstr "erreur: %B: Architectures CPU conflictuelles %d/%d" + +-#: elf32-arm.c:11576 ++#: elf32-arm.c:13563 + msgid "Error: %B has both the current and legacy Tag_MPextension_use attributes" + msgstr "Erreur: %B utilise les deux attributs Tag_MPextension_use actuel et hérité" + +-#: elf32-arm.c:11601 ++#: elf32-arm.c:13592 + msgid "error: %B uses VFP register arguments, %B does not" + msgstr "erreur: %B passe les paramètres dans un registre VFP alors que %B ne le fait pas" + +-#: elf32-arm.c:11747 ++#: elf32-arm.c:13750 + msgid "error: %B: unable to merge virtualization attributes with %B" + msgstr "erreur: %B: impossible de fusionner les attributs de visualisation avec %B" + +-#: elf32-arm.c:11773 ++#: elf32-arm.c:13776 + msgid "error: %B: Conflicting architecture profiles %c/%c" + msgstr "erreur: %B: Profils d'architecture conflictuels %c/%c" + +-#: elf32-arm.c:11877 ++#: elf32-arm.c:13915 + msgid "Warning: %B: Conflicting platform configuration" + msgstr "Attention: %B: Configuration de platforme conflictuelle" + +-#: elf32-arm.c:11886 ++#: elf32-arm.c:13924 + msgid "error: %B: Conflicting use of R9" + msgstr "erreur: %B: Utilisation conflictuelle de R9" + +-#: elf32-arm.c:11898 ++#: elf32-arm.c:13936 + msgid "error: %B: SB relative addressing conflicts with use of R9" + msgstr "erreur: %B: Adressage relatif SB entre en conflit avec l'utilisation de R9" + +-#: elf32-arm.c:11911 ++#: elf32-arm.c:13949 + msgid "warning: %B uses %u-byte wchar_t yet the output is to use %u-byte wchar_t; use of wchar_t values across objects may fail" + msgstr "attention: %B utilise des wchar_t de %u octets alors que la sortie doit utiliser des wchar_t de %u octets. L'utilisation de wchar_t entre objets peu échouer" + +-#: elf32-arm.c:11942 ++#: elf32-arm.c:13980 + msgid "warning: %B uses %s enums yet the output is to use %s enums; use of enum values across objects may fail" + msgstr "attantion: %B utilise des enums %s alors que la sortie doit utiliser des enums %s. L'utilisation des valeurs enum entre objets peu échouer" + +-#: elf32-arm.c:11954 ++#: elf32-arm.c:13992 + msgid "error: %B uses iWMMXt register arguments, %B does not" + msgstr "erreur: %B passe les paramètres dans le registre iWMMXt contrairement à %B" + +-#: elf32-arm.c:11971 ++#: elf32-arm.c:14009 + msgid "error: fp16 format mismatch between %B and %B" + msgstr "erreur: désaccord de format fp16 entre %B et %B" + +-#: elf32-arm.c:12007 ++#: elf32-arm.c:14045 + msgid "%B has has both the current and legacy Tag_MPextension_use attributes" + msgstr "%B utilise les deux attributs Tag_MPextension_use actuel et hérité" + +@@ -1117,335 +1702,383 @@ msgstr "%B utilise les deux attributs Tag_MPextension_use actuel et hérité" + #. Ignore init flag - it may not be set, despite the flags field containing valid data. + #. Ignore init flag - it may not be set, despite the flags field + #. containing valid data. +-#: elf32-arm.c:12095 elf32-bfin.c:4949 elf32-cris.c:4139 elf32-m68hc1x.c:1427 +-#: elf32-m68k.c:1195 elf32-score.c:4004 elf32-score7.c:3808 elf32-vax.c:529 +-#: elf32-xgate.c:674 elfxx-mips.c:14955 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:4645 ++#: elf32-arm.c:14132 elf32-bfin.c:4919 elf32-cris.c:4089 elf32-m68hc1x.c:1413 ++#: elf32-m68k.c:1200 elf32-score.c:4002 elf32-score7.c:3807 elf32-vax.c:536 ++#: elf32-xgate.c:669 elfxx-mips.c:15802 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6666 + #, c-format + msgid "private flags = %lx:" + msgstr "fanions privés = %lx" + +-#: elf32-arm.c:12104 ++#: elf32-arm.c:14141 + #, c-format + msgid " [interworking enabled]" + msgstr " [inter-réseautage autorisé]" + +-#: elf32-arm.c:12112 ++#: elf32-arm.c:14149 + #, c-format + msgid " [VFP float format]" + msgstr " [format flottant VFP]" + +-#: elf32-arm.c:12114 ++#: elf32-arm.c:14151 + #, c-format + msgid " [Maverick float format]" + msgstr " [format flottant Maverick]" + +-#: elf32-arm.c:12116 ++#: elf32-arm.c:14153 + #, c-format + msgid " [FPA float format]" + msgstr " [format flottant FPA]" + +-#: elf32-arm.c:12125 ++#: elf32-arm.c:14162 + #, c-format + msgid " [new ABI]" + msgstr " [nouvel ABI]" + +-#: elf32-arm.c:12128 ++#: elf32-arm.c:14165 + #, c-format + msgid " [old ABI]" + msgstr " [ancien ABI]" + +-#: elf32-arm.c:12131 ++#: elf32-arm.c:14168 + #, c-format + msgid " [software FP]" + msgstr " [virgule flottante logiciel]" + +-#: elf32-arm.c:12140 ++#: elf32-arm.c:14177 + #, c-format + msgid " [Version1 EABI]" + msgstr " [Version1 EABI]" + +-#: elf32-arm.c:12143 elf32-arm.c:12154 ++#: elf32-arm.c:14180 elf32-arm.c:14191 + #, c-format + msgid " [sorted symbol table]" + msgstr " [table des symboles triés]" + +-#: elf32-arm.c:12145 elf32-arm.c:12156 ++#: elf32-arm.c:14182 elf32-arm.c:14193 + #, c-format + msgid " [unsorted symbol table]" + msgstr " [table des symboles non triés]" + +-#: elf32-arm.c:12151 ++#: elf32-arm.c:14188 + #, c-format + msgid " [Version2 EABI]" + msgstr " [Version2 EABI]" + +-#: elf32-arm.c:12159 ++#: elf32-arm.c:14196 + #, c-format + msgid " [dynamic symbols use segment index]" + msgstr " [symboles dynamiques utilisent un index de segment]" + +-#: elf32-arm.c:12162 ++#: elf32-arm.c:14199 + #, c-format + msgid " [mapping symbols precede others]" + msgstr " [mapping de symboles précèdes les autres]" + +-#: elf32-arm.c:12169 ++#: elf32-arm.c:14206 + #, c-format + msgid " [Version3 EABI]" + msgstr " [Version3 EABI]" + +-#: elf32-arm.c:12173 ++#: elf32-arm.c:14210 + #, c-format + msgid " [Version4 EABI]" + msgstr " [Version4 EABI]" + +-#: elf32-arm.c:12177 ++#: elf32-arm.c:14214 + #, c-format + msgid " [Version5 EABI]" + msgstr " [Version5 EABI]" + +-#: elf32-arm.c:12180 ++#: elf32-arm.c:14217 + #, c-format + msgid " [soft-float ABI]" + msgstr " [soft-float ABI]" + +-#: elf32-arm.c:12183 ++#: elf32-arm.c:14220 + #, c-format + msgid " [hard-float ABI]" + msgstr " [hard-float ABI]" + +-#: elf32-arm.c:12189 ++#: elf32-arm.c:14226 + #, c-format + msgid " [BE8]" + msgstr " [BE8]" + +-#: elf32-arm.c:12192 ++#: elf32-arm.c:14229 + #, c-format + msgid " [LE8]" + msgstr " [LE8]" + +-#: elf32-arm.c:12198 ++#: elf32-arm.c:14235 + #, c-format + msgid " " + msgstr " " + +-#: elf32-arm.c:12205 ++#: elf32-arm.c:14242 + #, c-format + msgid " [relocatable executable]" + msgstr " [exécutables relocalisés]" + +-#: elf32-arm.c:12208 +-#, c-format +-msgid " [has entry point]" +-msgstr " [a des points d'entrées]" +- +-#: elf32-arm.c:12213 /src/binutils-gdb/bfd/elfnn-aarch64.c:4648 ++#: elf32-arm.c:14247 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6669 + #, c-format + msgid "" + msgstr "" + +-#: elf32-arm.c:12522 elf32-i386.c:1452 elf32-s390.c:1005 elf32-tic6x.c:2812 +-#: elf32-tilepro.c:1511 elf32-xtensa.c:999 elf64-s390.c:927 +-#: elf64-x86-64.c:1467 elfxx-sparc.c:1415 elfxx-tilegx.c:1728 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:5038 ++#: elf32-arm.c:14557 elf32-i386.c:2053 elf32-s390.c:956 elf32-tic6x.c:2814 ++#: elf32-tilepro.c:1491 elf32-xtensa.c:1018 elf64-s390.c:875 ++#: elf64-x86-64.c:2444 elfxx-sparc.c:1440 elfxx-tilegx.c:1708 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:7115 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:526 ++#, c-format + msgid "%B: bad symbol index: %d" + msgstr "%B: symbole index erroné: %d" + +-#: elf32-arm.c:12674 elf32-metag.c:2283 elf64-x86-64.c:1593 +-#: elf64-x86-64.c:1771 elfxx-mips.c:8482 +-msgid "%B: relocation %s against `%s' can not be used when making a shared object; recompile with -fPIC" +-msgstr "%B: réadressage de %s en vertu de « %s » ne peut être utilisé lors de la création d'un objet partagé; recompilez avec -fPIC" +- +-#: elf32-arm.c:13796 +-#, c-format +-msgid "Errors encountered processing file %s" +-msgstr "Erreurs rencontrées pendant le traitement du fichier %s" ++#: elf32-arm.c:16055 ++msgid "Errors encountered processing file %B" ++msgstr "Erreurs rencontrées pendant le traitement du fichier %B" + +-#: elf32-arm.c:14230 ++#: elf32-arm.c:16493 elflink.c:12297 elflink.c:12344 + #, c-format +-msgid "error: required section '%s' not found in the linker script" +-msgstr "erreur: section requise « %s » pas trouvée dans le script de liaison" ++msgid "could not find section %s" ++msgstr "ne peut repérer la section %s" + +-#: elf32-arm.c:15252 ++#: elf32-arm.c:17669 + msgid "%B: error: Cortex-A8 erratum stub is allocated in unsafe location" + msgstr "%B: erreur: L'ébauche d'erratum du Cortex A8 est allouée à un emplacement peu sûr" + + #. There's not much we can do apart from complain if this + #. happens. +-#: elf32-arm.c:15279 ++#: elf32-arm.c:17696 + msgid "%B: error: Cortex-A8 erratum stub out of range (input file too large)" + msgstr "%B: erreur: L'ébauche d'erratum du Cortex A8 est hors limite (fichier d'entrée trop grand)" + +-#: elf32-arm.c:15373 elf32-arm.c:15395 ++#: elf32-arm.c:18523 elf32-arm.c:18545 + msgid "%B: error: VFP11 veneer out of range" + msgstr "%B: erreur: vernis VFP11 hors limite" + +-#: elf32-arm.c:16020 ++#: elf32-arm.c:18596 ++msgid "%B(%#x): error: Cannot create STM32L4XX veneer. Jump out of range by %ld bytes. Cannot encode branch instruction. " ++msgstr "%B(%#x): erreur: Impossible de créer le trampoline (veneer) du STM32L4XX. Saut hors de portée pour %ld octets. Impossible d'encoder l'instruction de branchement. " ++ ++#: elf32-arm.c:18634 ++msgid "%B: error: Cannot create STM32L4XX veneer." ++msgstr "%B: erreur: Impossible de créer le trampoline (veneer) du STM32L4XX." ++ ++#: elf32-arm.c:19655 + msgid "error: %B is already in final BE8 format" + msgstr "erreur: %B est déjà au format final BE8" + +-#: elf32-arm.c:16096 ++#: elf32-arm.c:19731 + msgid "error: Source object %B has EABI version %d, but target %B has EABI version %d" + msgstr "erreur: L'objet source %B a l'EABI version %d alors que la cible %B a l'EABI version %d" + +-#: elf32-arm.c:16112 ++#: elf32-arm.c:19746 + msgid "error: %B is compiled for APCS-%d, whereas target %B uses APCS-%d" + msgstr "erreur: %B compilé pour APCS-%d alors que la cible %B utilise APCS-%d" + +-#: elf32-arm.c:16137 ++#: elf32-arm.c:19770 + msgid "error: %B uses VFP instructions, whereas %B does not" + msgstr "erreur: %B utilise les instructions VFP alors que %B ne les utilise pas" + +-#: elf32-arm.c:16141 ++#: elf32-arm.c:19774 + msgid "error: %B uses FPA instructions, whereas %B does not" + msgstr "erreur: %B utilise les instructions FPA alors que %B ne les utilise pas" + +-#: elf32-arm.c:16151 ++#: elf32-arm.c:19784 + msgid "error: %B uses Maverick instructions, whereas %B does not" + msgstr "erreur: %B utilise les instructions Maverick alors que %B ne les utilise pas" + +-#: elf32-arm.c:16155 ++#: elf32-arm.c:19788 + msgid "error: %B does not use Maverick instructions, whereas %B does" + msgstr "erreur: %B n'utilise pas les instructions Maverick alors que %B les utilise" + +-#: elf32-arm.c:16174 ++#: elf32-arm.c:19807 + msgid "error: %B uses software FP, whereas %B uses hardware FP" + msgstr "erreur: %B utilise le logiciel pour virgule flottante alors que %B utilise le matériel pour virgule flottante" + +-#: elf32-arm.c:16178 ++#: elf32-arm.c:19811 + msgid "error: %B uses hardware FP, whereas %B uses software FP" + msgstr "erreur: %B utilise le matériel pour virgule flottante alors que %B utilise le logiciel pour virgule flottante" + +-#: elf32-avr.c:1264 elf32-bfin.c:3228 elf32-cris.c:2024 elf32-epiphany.c:568 +-#: elf32-fr30.c:597 elf32-frv.c:4047 elf32-i860.c:1220 elf32-ip2k.c:1479 +-#: elf32-iq2000.c:696 elf32-m32c.c:561 elf32-mep.c:543 elf32-metag.c:2000 +-#: elf32-moxie.c:290 elf32-msp430.c:1325 elf32-mt.c:399 elf32-openrisc.c:412 +-#: elf32-tilepro.c:3674 elf32-v850.c:2289 elf32-xstormy16.c:944 +-#: elf64-mmix.c:1546 elfxx-tilegx.c:4059 ++#: elf32-avr.c:959 ++#, c-format ++msgid "%B: invalid AVR reloc number: %d" ++msgstr "%B: numéro de réadressage AVR invalide: %d" ++ ++#: elf32-avr.c:1510 elf32-bfin.c:3202 elf32-cris.c:2033 elf32-epiphany.c:574 ++#: elf32-fr30.c:599 elf32-frv.c:4049 elf32-ft32.c:342 elf32-i860.c:1218 ++#: elf32-ip2k.c:1486 elf32-iq2000.c:701 elf32-m32c.c:629 elf32-mep.c:532 ++#: elf32-metag.c:2009 elf32-moxie.c:293 elf32-msp430.c:1365 elf32-mt.c:404 ++#: elf32-or1k.c:1266 elf32-tilepro.c:3673 elf32-v850.c:2295 elf32-visium.c:685 ++#: elf32-xstormy16.c:935 elf64-mmix.c:1548 elfxx-tilegx.c:4060 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2275 + msgid "internal error: dangerous relocation" + msgstr "erreur interne: réadressage dangereux" + +-#: elf32-avr.c:2476 elf32-hppa.c:578 elf32-m68hc1x.c:160 elf32-metag.c:1197 +-#: elf32-nios2.c:1357 +-msgid "%B: cannot create stub entry %s" +-msgstr "%B: ne peut créer l'entrée de l'ébauche %s" +- +-#: elf32-bfin.c:107 elf32-bfin.c:363 ++#: elf32-avr.c:3319 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:2880 ++#, c-format ++msgid "cannot create stub entry %s" ++msgstr "ne peut créer l'entrée d'ébauche %s" ++ ++#: elf32-bfin.c:106 elf32-bfin.c:362 + msgid "relocation should be even number" + msgstr "le réadressage devrait être un nombre paire" + +-#: elf32-bfin.c:1601 ++#: elf32-bfin.c:1581 ++#, c-format + msgid "%B(%A+0x%lx): unresolvable relocation against symbol `%s'" + msgstr "%B(%A+0x%lx): réadressage sans solution vers le symbole « %s »" + +-#: elf32-bfin.c:1634 elf32-i386.c:4406 elf32-m68k.c:4197 elf32-s390.c:3364 +-#: elf64-s390.c:3290 elf64-x86-64.c:4506 ++#: elf32-bfin.c:1612 elf32-i386.c:5412 elf32-m68k.c:4160 elf32-s390.c:3429 ++#: elf64-s390.c:3353 elf64-x86-64.c:5793 ++#, c-format + msgid "%B(%A+0x%lx): reloc against `%s': error %d" +-msgstr "%B(%A+0x%lx): relocalisation vers «%s»: erreur %d" ++msgstr "%B(%A+0x%lx): réadressage vers « %s »: erreur %d" + +-#: elf32-bfin.c:2732 ++#: elf32-bfin.c:2706 ++#, c-format + msgid "%B: relocation at `%A+0x%x' references symbol `%s' with nonzero addend" + msgstr "%B: réadressage à « %A+0x%x » fait référence au symbole « %s » avec un opérande non nul" + +-#: elf32-bfin.c:2748 ++#: elf32-bfin.c:2722 + msgid "relocation references symbol not defined in the module" + msgstr "le réadressage fait référence à un symbole non défini dans le module" + +-#: elf32-bfin.c:2845 ++#: elf32-bfin.c:2819 + msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend" + msgstr "R_BFIN_FUNCDESC fait référence à un symbole dynamique avec un opérande non nul" + +-#: elf32-bfin.c:2886 elf32-bfin.c:3009 ++#: elf32-bfin.c:2860 elf32-bfin.c:2983 + msgid "cannot emit fixups in read-only section" + msgstr "impossible d'apporter des corrections dans une section en lecture seule" + +-#: elf32-bfin.c:2917 elf32-bfin.c:3047 elf32-lm32.c:1095 elf32-sh.c:4913 ++#: elf32-bfin.c:2891 elf32-bfin.c:3021 elf32-lm32.c:1064 elf32-sh.c:4930 + msgid "cannot emit dynamic relocations in read-only section" + msgstr "impossible d'éditer les réadressages dynamiques dans une section en lecture seule" + +-#: elf32-bfin.c:2967 ++#: elf32-bfin.c:2941 + msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend" + msgstr "R_BFIN_FUNCDESC_VALUE fait référence à un symbole dynamique avec un opérande non nul" + +-#: elf32-bfin.c:3132 ++#: elf32-bfin.c:3106 + msgid "relocations between different segments are not supported" + msgstr "les réadressages entre segments différents ne sont pas supportés" + +-#: elf32-bfin.c:3133 ++#: elf32-bfin.c:3107 + msgid "warning: relocation references a different segment" + msgstr "attention: réadressage fait référence à un segment différent" + +-#: elf32-bfin.c:4907 ++#: elf32-bfin.c:4877 ++#, c-format + msgid "%B: unsupported relocation type %i" + msgstr "%B: type de réadressage %i non supporté" + +-#: elf32-bfin.c:4995 elf32-frv.c:6600 +-#, c-format +-msgid "%s: cannot link non-fdpic object file into fdpic executable" +-msgstr "%s: ne peut lier un fichier objet non fdpic dans un exécutable fdpic" ++#: elf32-bfin.c:4966 elf32-frv.c:6599 ++msgid "%B: cannot link non-fdpic object file into fdpic executable" ++msgstr "%B: ne peut lier un fichier objet non fdpic dans un exécutable fdpic" + +-#: elf32-bfin.c:4999 elf32-frv.c:6604 +-#, c-format +-msgid "%s: cannot link fdpic object file into non-fdpic executable" +-msgstr "%s: ne peut lier un fichier objet fdpic dans un exécutable non fdpic" ++#: elf32-bfin.c:4970 elf32-frv.c:6603 ++msgid "%B: cannot link fdpic object file into non-fdpic executable" ++msgstr "%B: ne peut lier un fichier objet fdpic dans un exécutable non fdpic" + +-#: elf32-bfin.c:5153 ++#: elf32-bfin.c:5120 + #, c-format + msgid "*** check this relocation %s" + msgstr "*** vérifiez ce réadressage %s" + +-#: elf32-cris.c:1110 ++#: elf32-bfin.c:5236 ++msgid "the bfin target does not currently support the generation of copy relocations" ++msgstr "la cible bfin ne supporte actuellement pas la génération de réadressages copiés" ++ ++#: elf32-cr16.c:653 ++#, c-format ++msgid "Unsupported CR16 relocation type: 0x%x\n" ++msgstr "Type de réadressage CR16 non supporté: 0x%x\n" ++ ++#: elf32-cr16.c:682 ++#, c-format ++msgid "%B: unrecognised CR16 reloc number: %d" ++msgstr "%B: numéro de réadressage CR16 non reconnu: %d" ++ ++#: elf32-cr16c.c:186 ++#, c-format ++msgid "%B: invalid CR16C reloc number: %d" ++msgstr "%B: numéro de réadressage CR16C invalide: %d" ++ ++#: elf32-cris.c:467 ++#, c-format ++msgid "%B: invalid CRIS reloc number: %d" ++msgstr "%B: numéro de réadressage CRIS invalide: %d" ++ ++#: elf32-cris.c:1115 ++#, c-format + msgid "%B, section %A: unresolvable relocation %s against symbol `%s'" + msgstr "%B, section %A: réadressage %s non résolu sur le symbole « %s »" + +-#: elf32-cris.c:1172 ++#: elf32-cris.c:1177 ++#, c-format + msgid "%B, section %A: No PLT nor GOT for relocation %s against symbol `%s'" + msgstr "%B, section %a: Pas de PLT ni de GOT pour réadresser %s sur le symbole « %s »" + +-#: elf32-cris.c:1174 ++#: elf32-cris.c:1180 ++#, c-format + msgid "%B, section %A: No PLT for relocation %s against symbol `%s'" + msgstr "%B, section %A: Pas de PLT pour réadresser %s sur le symbole « %s »" + +-#: elf32-cris.c:1180 elf32-cris.c:1313 elf32-cris.c:1573 elf32-cris.c:1656 +-#: elf32-cris.c:1809 elf32-tic6x.c:2645 ++#: elf32-cris.c:1186 elf32-cris.c:1319 elf32-cris.c:1583 elf32-cris.c:1666 ++#: elf32-cris.c:1819 elf32-tic6x.c:2651 + msgid "[whose name is lost]" + msgstr "[dont le nom est perdu]" + +-#: elf32-cris.c:1299 elf32-tic6x.c:2630 ++#: elf32-cris.c:1304 elf32-tic6x.c:2635 ++#, c-format + msgid "%B, section %A: relocation %s with non-zero addend %d against local symbol" + msgstr "%B, section %A: réadressage de %s avec un opérande non nul %d sur le symbole local" + +-#: elf32-cris.c:1307 elf32-cris.c:1650 elf32-cris.c:1803 elf32-tic6x.c:2638 ++#: elf32-cris.c:1313 elf32-cris.c:1660 elf32-cris.c:1813 elf32-tic6x.c:2644 ++#, c-format + msgid "%B, section %A: relocation %s with non-zero addend %d against symbol `%s'" + msgstr "%B, section %A: réadressage de %s avec un opérande non nul %d sur le symbole « %s »" + +-#: elf32-cris.c:1333 ++#: elf32-cris.c:1340 ++#, c-format + msgid "%B, section %A: relocation %s is not allowed for global symbol: `%s'" + msgstr "%B, section %A: le réadressage de %s n'est pas permis pour le symbole global: « %s »" + +-#: elf32-cris.c:1349 ++#: elf32-cris.c:1357 ++#, c-format + msgid "%B, section %A: relocation %s with no GOT created" + msgstr "%B, section %A: réadressage de %s sans GOT" + + #. We shouldn't get here for GCC-emitted code. +-#: elf32-cris.c:1564 ++#: elf32-cris.c:1573 ++#, c-format + msgid "%B, section %A: relocation %s has an undefined reference to `%s', perhaps a declaration mixup?" + msgstr "%B, section %A: réadressage de %s a une référence non définie vers « %s », peut-être un mélange dans les déclarations ?" + +-#: elf32-cris.c:1937 ++#: elf32-cris.c:1576 ++#, c-format ++msgid "%B, section %A: relocation %s is not allowed for `%s', a global symbol with default visibility, perhaps a declaration mixup?" ++msgstr "%B, section %A: réadressage de %s n'est pas permis pour « %s », un symbole global avec la visibilité par défaut, peut-être un mélange dans les déclarations ?" ++ ++#: elf32-cris.c:1947 ++#, c-format + msgid "%B, section %A: relocation %s is not allowed for symbol: `%s' which is defined outside the program, perhaps a declaration mixup?" + msgstr "%B, section %A: réadressage de %s n'est pas permis pour le symbole « %s » qui est défini en dehors du programme, peut-être un mélange dans les déclarations ?" + +-#: elf32-cris.c:1990 ++#: elf32-cris.c:2000 + msgid "(too many global variables for -fpic: recompile with -fPIC)" + msgstr "(trop de variables globales pour -fpic: recompilez avec -fPIC)" + +-#: elf32-cris.c:1997 ++#: elf32-cris.c:2007 + msgid "(thread-local data too big for -fpic or -msmall-tls: recompile with -fPIC or -mno-small-tls)" + msgstr "(donnée locale au thread trop grande pour -fpic or -msmall-tls: recompilez avec -fPIC ou -mno-small-tls)" + +-#: elf32-cris.c:3234 ++#: elf32-cris.c:3233 ++#, c-format + msgid "" + "%B, section %A:\n" + " v10/v32 compatible object %s must not contain a PIC relocation" +@@ -1453,7 +2086,8 @@ msgstr "" + "%B, section %A:\n" + " l'objet compatible v10/v32 %s ne peut pas contenir de réadressage PIC" + +-#: elf32-cris.c:3342 ++#: elf32-cris.c:3287 ++#, c-format + msgid "" + "%B, section %A:\n" + " relocation %s not valid in a shared object; typically an option mixup, recompile with -fPIC" +@@ -1461,7 +2095,8 @@ msgstr "" + "%B, section %A:\n" + " réadressage de %s pas valable dans un objet partagé; typiquement un mélange dans les options. Recompilez avec -fPIC" + +-#: elf32-cris.c:3556 ++#: elf32-cris.c:3505 ++#, c-format + msgid "" + "%B, section %A:\n" + " relocation %s should not be used in a shared object; recompile with -fPIC" +@@ -1469,50 +2104,66 @@ msgstr "" + "%B, section %A:\n" + " réadressage de %s ne devrait pas être utilisé dans un objet partagé; recompilez avec -fPIC" + +-#: elf32-cris.c:3978 ++#: elf32-cris.c:3929 ++#, c-format + msgid "" + "%B, section `%A', to symbol `%s':\n" + " relocation %s should not be used in a shared object; recompile with -fPIC" + msgstr "" +-"%B, section «%A», vers le symbole «%s»:\n" ++"%B, section « %A », vers le symbole « %s »:\n" + " réadressage de %s ne devrait pas être utilisé dans un objet partagé; recompilez avec -fPIC" + +-#: elf32-cris.c:4091 ++#: elf32-cris.c:4041 + msgid "Unexpected machine number" + msgstr "Numéro de machine inattendu" + +-#: elf32-cris.c:4142 ++#: elf32-cris.c:4092 + #, c-format + msgid " [symbols have a _ prefix]" +-msgstr " [symboles sont préfixés par « _ »]" ++msgstr " [symboles sont préfixés par «  _  »]" + +-#: elf32-cris.c:4145 ++#: elf32-cris.c:4095 + #, c-format + msgid " [v10 and v32]" + msgstr " [v10 et v32]" + +-#: elf32-cris.c:4148 ++#: elf32-cris.c:4098 + #, c-format + msgid " [v32]" + msgstr " [v32]" + +-#: elf32-cris.c:4191 ++#: elf32-cris.c:4142 + msgid "%B: uses _-prefixed symbols, but writing file with non-prefixed symbols" + msgstr "%B: utilise des symboles préfixés par _ mais écrits les symboles sans préfixes dans le fichier" + +-#: elf32-cris.c:4192 ++#: elf32-cris.c:4143 + msgid "%B: uses non-prefixed symbols, but writing file with _-prefixed symbols" + msgstr "%B: utilise des symboles sans préfixe mais ajoute le préfixe _ aux symboles dans le fichier" + +-#: elf32-cris.c:4211 ++#: elf32-cris.c:4162 + msgid "%B contains CRIS v32 code, incompatible with previous objects" + msgstr "%B contient du code CRIS v32 incompatible avec les objets précédents" + +-#: elf32-cris.c:4213 ++#: elf32-cris.c:4164 + msgid "%B contains non-CRIS-v32 code, incompatible with previous objects" + msgstr "%B contient du code non CRIS v32 incompatible avec les objets précédents" + +-#: elf32-dlx.c:142 ++#: elf32-crx.c:429 ++#, c-format ++msgid "%B: unrecognised CRX reloc number: %d" ++msgstr "%B: numéro de réadressage CRX non reconnu: %d" ++ ++#: elf32-d10v.c:234 ++#, c-format ++msgid "%B: invalid D10V reloc number: %d" ++msgstr "%B: numéro de réadressage D10V invalide: %d" ++ ++#: elf32-d30v.c:522 elf32-d30v.c:541 ++#, c-format ++msgid "%B: invalid D30V reloc number: %d" ++msgstr "%B: numéro de réadressage D30V invalide: %d" ++ ++#: elf32-dlx.c:141 + #, c-format + msgid "BFD Link Error: branch (PC rel16) to section (%s) not supported" + msgstr "Erreur de liaison BFD: branchement (PC rel16) à la section (%s) n'est pas supporté" +@@ -1522,693 +2173,994 @@ msgstr "Erreur de liaison BFD: branchement (PC rel16) à la section (%s) n'est p + msgid "BFD Link Error: jump (PC rel26) to section (%s) not supported" + msgstr "Erreur de liaison BFD: saut (PC rel26) à la section (%s) n'est pas supporté" + ++#: elf32-dlx.c:552 ++#, c-format ++msgid "Invalid DLX reloc number: %d" ++msgstr "Numéro de réadressage DLX invalide: %d" ++ ++#: elf32-epiphany.c:376 ++#, c-format ++msgid "%B: invalid Epiphany reloc number: %d" ++msgstr "%B: numéro de réadressage Epiphany invalide: %d" ++ + #. Only if it's not an unresolved symbol. +-#: elf32-epiphany.c:564 elf32-ip2k.c:1475 ++#: elf32-epiphany.c:570 elf32-ip2k.c:1482 + msgid "unsupported relocation between data/insn address spaces" + msgstr "réadressage non supporté entre les espaces d'adresses data/insn" + +-#: elf32-frv.c:1460 elf32-frv.c:1609 ++#: elf32-fr30.c:381 ++#, c-format ++msgid "%B: invalid FR30 reloc number: %d" ++msgstr "%B: numéro de réadressage FR30 invalide: %d" ++ ++#: elf32-frv.c:1451 elf32-frv.c:1602 + msgid "relocation requires zero addend" + msgstr "le réadressage exige un opérande nul" + +-#: elf32-frv.c:2822 ++#: elf32-frv.c:2557 ++#, c-format ++msgid "%B: invalid FRV reloc number: %d" ++msgstr "%B: numéro de réadressage FRV invalide: %d" ++ ++#: elf32-frv.c:2823 ++#, c-format + msgid "%H: relocation to `%s+%v' may have caused the error above\n" + msgstr "%H: le réadressage en « %s+%v » peut avoir causé le problème ci-dessus\n" + +-#: elf32-frv.c:2839 ++#: elf32-frv.c:2840 + msgid "%H: relocation references symbol not defined in the module\n" + msgstr "%H: le réadressage fait référence à un symbole non défini dans le module\n" + +-#: elf32-frv.c:2915 ++#: elf32-frv.c:2916 + msgid "%H: R_FRV_GETTLSOFF not applied to a call instruction\n" + msgstr "%H: R_FRV_GETTLSOFF pas appliqué à une instruction d'appel\n" + +-#: elf32-frv.c:2956 ++#: elf32-frv.c:2957 + msgid "%H: R_FRV_GOTTLSDESC12 not applied to an lddi instruction\n" + msgstr "%H: R_FRV_GOTTLSDESC12 pas appliqué à une instruction lddi\n" + +-#: elf32-frv.c:3027 ++#: elf32-frv.c:3028 + msgid "%H: R_FRV_GOTTLSDESCHI not applied to a sethi instruction\n" + msgstr "%H: R_FRV_GOTTLSDESCHI pas appliqué à une instruction sethi\n" + +-#: elf32-frv.c:3064 ++#: elf32-frv.c:3065 + msgid "%H: R_FRV_GOTTLSDESCLO not applied to a setlo or setlos instruction\n" + msgstr "%H: R_FRV_GOTTLSDESCLO pas appliqué à une instruction setlo ou setlos\n" + +-#: elf32-frv.c:3111 ++#: elf32-frv.c:3112 + msgid "%H: R_FRV_TLSDESC_RELAX not applied to an ldd instruction\n" + msgstr "%H: R_FRV_TLSDESC_RELAX pas appliqué à une instruction ldd\n" + +-#: elf32-frv.c:3195 ++#: elf32-frv.c:3196 + msgid "%H: R_FRV_GETTLSOFF_RELAX not applied to a calll instruction\n" + msgstr "%H: R_FRV_GETTLSOFF_RELAX pas appliqué à une instruction calll\n" + +-#: elf32-frv.c:3249 ++#: elf32-frv.c:3250 + msgid "%H: R_FRV_GOTTLSOFF12 not applied to an ldi instruction\n" + msgstr "%H: R_FRV_GOTTLSOFF12 pas appliqué à une instruction ldi\n" + +-#: elf32-frv.c:3279 ++#: elf32-frv.c:3280 + msgid "%H: R_FRV_GOTTLSOFFHI not applied to a sethi instruction\n" + msgstr "%H: R_FRV_GOTTLSOFFHI pas appliqué à une instruction sethi\n" + +-#: elf32-frv.c:3308 ++#: elf32-frv.c:3309 + msgid "%H: R_FRV_GOTTLSOFFLO not applied to a setlo or setlos instruction\n" + msgstr "%H: R_FRV_GOTTLSOFFLO pas appliqué à une instruction setlo ou setlos\n" + +-#: elf32-frv.c:3338 ++#: elf32-frv.c:3339 + msgid "%H: R_FRV_TLSOFF_RELAX not applied to an ld instruction\n" + msgstr "%H: R_FRV_TLSOFF_RELAX pas appliqué à une instruction ld\n" + +-#: elf32-frv.c:3383 ++#: elf32-frv.c:3384 + msgid "%H: R_FRV_TLSMOFFHI not applied to a sethi instruction\n" + msgstr "%H: R_FRV_TLSMOFFHI pas appliqué à une instruction sethi\n" + +-#: elf32-frv.c:3410 ++#: elf32-frv.c:3411 + msgid "R_FRV_TLSMOFFLO not applied to a setlo or setlos instruction\n" + msgstr "R_FRV_TLSMOFFLO pas appliqué à une instruction setlo ou setlos\n" + +-#: elf32-frv.c:3531 ++#: elf32-frv.c:3532 + msgid "%H: R_FRV_FUNCDESC references dynamic symbol with nonzero addend\n" + msgstr "%H: R_FRV_FUNCDESC fait référence à un symbole dynamique avec un opérande non nul\n" + +-#: elf32-frv.c:3572 elf32-frv.c:3694 ++#: elf32-frv.c:3573 elf32-frv.c:3695 + msgid "%H: cannot emit fixups in read-only section\n" + msgstr "%H: impossible d'apporter des corrections dans une section en lecture seule\n" + +-#: elf32-frv.c:3603 elf32-frv.c:3737 ++#: elf32-frv.c:3604 elf32-frv.c:3738 + msgid "%H: cannot emit dynamic relocations in read-only section\n" + msgstr "%H: impossible d'éditer les réadressages dynamiques dans une section en lecture seule\n" + +-#: elf32-frv.c:3652 ++#: elf32-frv.c:3653 + msgid "%H: R_FRV_FUNCDESC_VALUE references dynamic symbol with nonzero addend\n" + msgstr "%H: R_FRV_FUNCDESC_VALUE fait référence à un symbole dynamique avec un opérande non nul\n" + +-#: elf32-frv.c:3908 ++#: elf32-frv.c:3910 ++#, c-format + msgid "%H: reloc against `%s' references a different segment\n" + msgstr "%H: le réadressage sur « %s » fait référence à un segment différent\n" + +-#: elf32-frv.c:4058 ++#: elf32-frv.c:4061 ++#, c-format + msgid "%H: reloc against `%s': %s\n" + msgstr "%H: réadressage sur « %s »: %s\n" + +-#: elf32-frv.c:6265 ++#: elf32-frv.c:6258 ++#, c-format + msgid "%B: unsupported relocation type %i\n" + msgstr "%B: type de réadressage %i non supporté\n" + +-#: elf32-frv.c:6514 ++#: elf32-frv.c:6510 + #, c-format +-msgid "%s: compiled with %s and linked with modules that use non-pic relocations" +-msgstr "%s: compilé avec %s et lié avec les modules qui utilisent le réadressage non PIC" ++msgid "%B: compiled with %s and linked with modules that use non-pic relocations" ++msgstr "%B: compilé avec %s et lié avec les modules qui utilisent le réadressage non PIC" + +-#: elf32-frv.c:6567 elf32-iq2000.c:828 elf32-m32c.c:812 ++#: elf32-frv.c:6564 elf32-iq2000.c:832 elf32-m32c.c:877 + #, c-format +-msgid "%s: compiled with %s and linked with modules compiled with %s" +-msgstr "%s: compilé avec %s et lié avec les modules compilés avec %s" ++msgid "%B: compiled with %s and linked with modules compiled with %s" ++msgstr "%B: compilé avec %s et lié avec les modules compilés avec %s" + +-#: elf32-frv.c:6579 ++#: elf32-frv.c:6577 + #, c-format +-msgid "%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%lx)" +-msgstr "%s: utilise différents champs e_flags (0x%lx) que les modules précédents (0x%lx)" +- +-#: elf32-frv.c:6627 elf32-iq2000.c:865 elf32-m32c.c:848 elf32-mt.c:561 +-#: elf32-rl78.c:1069 elf32-rx.c:3040 elf64-ppc.c:5839 +-#, c-format +-msgid "private flags = 0x%lx:" +-msgstr "fanions privés = 0x%lx:" ++msgid "%B: uses different unknown e_flags (0x%lx) fields than previous modules (0x%lx)" ++msgstr "%B: utilise différents champs e_flags (0x%lx) que les modules précédents (0x%lx)" + + #: elf32-gen.c:69 elf64-gen.c:69 ++#, c-format + msgid "%B: Relocations in generic ELF (EM: %d)" + msgstr "%B: Réadressages en format ELF générique (EM: %d)" + +-#: elf32-hppa.c:830 elf32-hppa.c:3592 ++#: elf32-hppa.c:839 elf32-hppa.c:3599 ++#, c-format + msgid "%B(%A+0x%lx): cannot reach %s, recompile with -ffunction-sections" + msgstr "%B(%A+0x%lx): ne peut atteindre %s, recompilez avec -ffunction-sections" + +-#: elf32-hppa.c:1268 ++#: elf32-hppa.c:1270 ++#, c-format + msgid "%B: relocation %s can not be used when making a shared object; recompile with -fPIC" + msgstr "%B: réadressage de %s ne peut être utilisé lors de la création d'un objet partagé; recompilez avec -fPIC" + +-#: elf32-hppa.c:2781 ++#: elf32-hppa.c:2778 ++#, c-format + msgid "%B: duplicate export stub %s" + msgstr "%B: ébauche d'exportation en double %s" + +-#: elf32-hppa.c:3427 ++#: elf32-hppa.c:3433 ++#, c-format + msgid "%B(%A+0x%lx): %s fixup for insn 0x%x is not supported in a non-shared link" + msgstr "%B(%A+0x%lx): correction %s pour insn 0x%x n'est pas supporté dans un lien non partagé" + +-#: elf32-hppa.c:4279 ++#: elf32-hppa.c:4290 ++#, c-format + msgid "%B(%A+0x%lx): cannot handle %s for %s" + msgstr "%B(%A+0x%lx): ne sait pas traiter %s pour %s" + +-#: elf32-hppa.c:4598 ++#: elf32-hppa.c:4588 + msgid ".got section not immediately after .plt section" + msgstr "section .got pas immédiatement après la section .plt" + ++#: elf32-i370.c:307 ++#, c-format ++msgid "%B: unrecognised I370 reloc number: %d" ++msgstr "%B: numéro de réadressage I370 non reconnu: %d" ++ ++#: elf32-i370.c:1168 ++msgid "%B: unknown relocation type %d for symbol %s" ++msgstr "%B: type de réadressage %d inconnu pour le symbole %s" ++ ++#: elf32-i370.c:1310 ++#, c-format ++msgid "%B: Relocation %s is not yet supported for symbol %s." ++msgstr "%B: réadressage %s n'est pas encore supporté pour le symbole %s" ++ + #. Unknown relocation. +-#: elf32-i386.c:380 elf32-m68k.c:353 elf32-ppc.c:2035 elf32-s390.c:345 +-#: elf32-tic6x.c:2667 elf64-ppc.c:2427 elf64-s390.c:371 elf64-x86-64.c:281 ++#: elf32-i386.c:387 elf32-m68k.c:352 elf32-ppc.c:2074 elf32-s390.c:346 ++#: elf32-tic6x.c:2674 elf32-wasm32.c:106 elf64-ppc.c:2516 elf64-s390.c:373 ++#: elf64-x86-64.c:289 ++#, c-format + msgid "%B: invalid relocation type %d" + msgstr "%B: type de réadressage %d invalide" + +-#: elf32-i386.c:1394 elf64-x86-64.c:1410 ++#: elf32-i386.c:1711 elf64-x86-64.c:1888 ++#, c-format + msgid "%B: TLS transition from %s to %s against `%s' at 0x%lx in section `%A' failed" +-msgstr "%B: Échec de la transition TLS de %s vers %s sur «%s» à 0x%lx dans la section «%A»" ++msgstr "%B: Échec de la transition TLS de %s vers %s sur « %s » à 0x%lx dans la section « %A »" ++ ++#: elf32-i386.c:1799 ++#, c-format ++msgid "%B: direct GOT relocation R_386_GOT32X against `%s' without base register can not be used when making a shared object" ++msgstr "%B: le réadressage GOT direct R_386_GOT32X sur le symbole « %s » sans registre de base ne peut pas être utilisé lors de la création d'un objet partagé" + +-#: elf32-i386.c:1642 elf32-s390.c:1233 elf32-sh.c:6263 elf32-tilepro.c:1627 +-#: elf32-xtensa.c:1176 elf64-s390.c:1166 elfxx-sparc.c:1596 +-#: elfxx-tilegx.c:1836 ++#: elf32-i386.c:2237 elf32-s390.c:1188 elf32-sh.c:6056 elf32-tilepro.c:1608 ++#: elf32-xtensa.c:1196 elf64-s390.c:1117 elfxx-sparc.c:1625 ++#: elfxx-tilegx.c:1817 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:440 ++#, c-format + msgid "%B: `%s' accessed both as normal and thread local symbol" +-msgstr "%B: «%s» accédé à la fois comme symbole normal et comme symbole locale au thread" ++msgstr "%B: « %s » accédé à la fois comme symbole normal et comme symbole locale au thread" + +-#: elf32-i386.c:2500 elf64-x86-64.c:2582 +-msgid "%P: %B: warning: relocation against `%s' in readonly section `%A'.\n" +-msgstr "%P: %B: attention: réadressage sur « %s » dans la section en lecture seule « %A ».\n" ++#: elf32-i386.c:2314 ++#, c-format ++msgid "%B: unsupported non-PIC call to IFUNC `%s'" ++msgstr "%B: appel non-PIC non supporté vers IFUNC « %s »" ++ ++#: elf32-i386.c:3189 elf64-x86-64.c:3589 ++#, c-format ++msgid "%P: %B: warning: relocation against `%s' in readonly section `%A'\n" ++msgstr "%P: %B: attention: réadressage sur « %s » dans la section en lecture seule « %A »\n" ++ ++#: elf32-i386.c:3402 elf64-x86-64.c:3798 ++#, c-format ++msgid "%P: %B: warning: relocation in readonly section `%A'\n" ++msgstr "%P: %B: attention: réadressage dans la section « %A » en lecture seule\n" + +-#: elf32-i386.c:2740 elf64-x86-64.c:2820 +-msgid "%P: %B: warning: relocation in readonly section `%A'.\n" +-msgstr "%P: %B: attention: réadressage dans la section « %A » en lecture seule.\n" ++#: elf32-i386.c:3705 elf64-x86-64.c:4114 ++msgid "%P%X: read-only segment has dynamic IFUNC relocations; recompile with -fPIC\n" ++msgstr "%P%X: le segment en lecture seule a des réadressages IFUNC dynamiques; recompilez avec -fPIC\n" + +-#: elf32-i386.c:3207 elf32-tilepro.c:2873 elf64-x86-64.c:3275 +-#: elfxx-tilegx.c:3172 /src/binutils-gdb/bfd/elfnn-aarch64.c:4099 ++#: elf32-i386.c:3945 elf32-tilepro.c:2868 elf64-x86-64.c:4321 ++#: elfxx-tilegx.c:3167 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6082 ++#, c-format + msgid "%B: unrecognized relocation (0x%x) in section `%A'" + msgstr "%B: réadressage inconnu (0x%x) dans la section « %A »" + +-#: elf32-i386.c:3368 elf64-x86-64.c:3380 elfxx-sparc.c:3150 +-#: /src/binutils-gdb/bfd/elfnn-aarch64.c:3496 +-msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't handled by %s" +-msgstr "%B: le réadressage %s sur le symbole STT_GNU_IFUNC « %s » n'est pas géré par %s" ++#: elf32-i386.c:4240 elf64-x86-64.c:4550 ++#, c-format ++msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported" ++msgstr "%B: le réadressage %s sur le symbole STT_GNU_IFUNC « %s » n'est pas supporté" ++ ++#: elf32-i386.c:4275 elf32-i386.c:5642 elf32-i386.c:5781 elf64-x86-64.c:4609 ++#: elf64-x86-64.c:5982 elf64-x86-64.c:6136 ++msgid "Local IFUNC function `%s' in %B\n" ++msgstr "Fonction IFUNC locale « %s » dans %B\n" ++ ++#: elf32-i386.c:4508 ++#, c-format ++msgid "%B: direct GOT relocation %s against `%s' without base register can not be used when making a shared object" ++msgstr "%B: le réadressage GOT direct %s vers « %s » sans registre de base ne peut pas être utilisé lors de la création d'un objet partagé" + +-#: elf32-i386.c:3610 elf64-x86-64.c:3777 ++#: elf32-i386.c:4543 elf64-x86-64.c:4816 + msgid "hidden symbol" + msgstr "symbole caché" + +-#: elf32-i386.c:3613 elf64-x86-64.c:3780 ++#: elf32-i386.c:4546 elf64-x86-64.c:4819 + msgid "internal symbol" + msgstr "symbole interne" + +-#: elf32-i386.c:3616 elf64-x86-64.c:3783 ++#: elf32-i386.c:4549 elf64-x86-64.c:4822 + msgid "protected symbol" + msgstr "symbole protégé" + +-#: elf32-i386.c:3619 elf64-x86-64.c:3786 ++#: elf32-i386.c:4552 elf64-x86-64.c:4825 + msgid "symbol" + msgstr "symbole" + +-#: elf32-i386.c:3624 ++#: elf32-i386.c:4558 ++#, c-format + msgid "%B: relocation R_386_GOTOFF against undefined %s `%s' can not be used when making a shared object" + msgstr "%B: réadressage R_386_GOTOFF sur le symbole %s « %s » non défini ne peut pas être utilisé lors de la création d'un objet partagé" + +-#: elf32-i386.c:3635 +-msgid "%B: relocation R_386_GOTOFF against protected function `%s' can not be used when making a shared object" +-msgstr "%B: réadressage R_386_GOTOFF vers la fonction protégée « %s » ne peut pas être utilisé lors de la création d'un objet partagé" ++# « la %s progétée » a un %s qui est remplacé par le texte non traduit « function » ou « data ». ++# Heureusement, cette ligne n'existe plus dans le code source actuel. ++#: elf32-i386.c:4571 ++#, c-format ++msgid "%B: relocation R_386_GOTOFF against protected %s `%s' can not be used when making a shared object" ++msgstr "%B: réadressage R_386_GOTOFF vers la %s protégée « %s » ne peut pas être utilisé lors de la création d'un objet partagé" + +-#: elf32-i386.c:4923 elf32-tilepro.c:3923 elf64-x86-64.c:4964 +-#: elfxx-tilegx.c:4326 /src/binutils-gdb/bfd/elfnn-aarch64.c:7105 ++#: elf32-i386.c:6116 elf32-tilepro.c:3920 elf64-x86-64.c:6483 ++#: elfxx-tilegx.c:4327 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:9261 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2522 + #, c-format + msgid "discarded output section: `%A'" +-msgstr "section de sortie rejetée: «%A»" ++msgstr "section de sortie rejetée: « %A »" ++ ++#: elf32-i386.c:6693 elf64-x86-64.c:7228 ++msgid "error: %B: " ++msgstr "erreur: %B: " ++ ++#: elf32-i386.c:6695 elf64-x86-64.c:7230 ++msgid "error: %B: " ++msgstr "erreur: %B: " ++ ++#: elf32-i386.c:6696 elf64-x86-64.c:7231 ++msgid "error: %B: " ++msgstr "erreur: %B: " ++ ++#: elf32-i386.c:6873 elf64-x86-64.c:7408 ++#, c-format ++msgid "%F: failed to create GNU property section\n" ++msgstr "%F: échec lors de la création de la section des propriétés GNU\n" ++ ++#: elf32-i386.c:6959 ++#, c-format ++msgid "%F: failed to create VxWorks dynamic sections\n" ++msgstr "%F: échec lors de la création des sections dynamiques VxWorks\n" ++ ++#: elf32-i386.c:7026 elf64-x86-64.c:7568 ++#, c-format ++msgid "%F: failed to create GOT sections\n" ++msgstr "%F: échec lors de la création des sections GOT\n" ++ ++#: elf32-i386.c:7031 elf64-x86-64.c:7584 ++#, c-format ++msgid "%F: failed to create ifunc sections\n" ++msgstr "%F: échec lors de la création des sections ifunc\n" ++ ++#: elf32-i386.c:7074 elf64-x86-64.c:7627 ++#, c-format ++msgid "%F: failed to create GOT PLT section\n" ++msgstr "%F: échec lors de la création de la section PLT GOT\n" ++ ++#: elf32-i386.c:7095 elf64-x86-64.c:7648 ++#, c-format ++msgid "%F: failed to create IBT-enabled PLT section\n" ++msgstr "%F: échec lors de la création de la section PLT activée pour IBT\n" ++ ++#: elf32-i386.c:7116 elf64-x86-64.c:7684 ++#, c-format ++msgid "%F: failed to create PLT .eh_frame section\n" ++msgstr "%F: échec lors de la création de la section .eh_frame PLT\n" ++ ++#: elf32-i386.c:7129 elf64-x86-64.c:7698 ++#, c-format ++msgid "%F: failed to create GOT PLT .eh_frame section\n" ++msgstr "%F: échec lors de la création de la section .eh_frame PLT GOT\n" ++ ++#: elf32-i386.c:7149 elf64-x86-64.c:7414 ++#, c-format ++msgid "%F%A: failed to align section\n" ++msgstr "%F%A: échec lors de l'alignement de la section\n" ++ ++#: elf32-i960.c:140 ++#, c-format ++msgid "%B: invalid i960 reloc number: %d" ++msgstr "%B: numéro de réadressage i960 invalide: %d" + +-#: elf32-ip2k.c:857 elf32-ip2k.c:863 elf32-ip2k.c:930 elf32-ip2k.c:936 ++#: elf32-ip2k.c:856 elf32-ip2k.c:862 elf32-ip2k.c:929 elf32-ip2k.c:935 + msgid "ip2k relaxer: switch table without complete matching relocation information." + msgstr "relâche ip2k: table de commutation sans concordance complète des informations de réadressage" + +-#: elf32-ip2k.c:880 elf32-ip2k.c:963 ++#: elf32-ip2k.c:879 elf32-ip2k.c:962 + msgid "ip2k relaxer: switch table header corrupt." + msgstr "relâche ip2k: en-tête de table de commutation corrompue" + +-#: elf32-ip2k.c:1292 ++#: elf32-ip2k.c:1245 ++#, c-format ++msgid "%B: invalid IP2K reloc number: %d" ++msgstr "%B: numéro de réadressage IP2K invalide: %d" ++ ++#: elf32-ip2k.c:1298 + #, c-format + msgid "ip2k linker: missing page instruction at 0x%08lx (dest = 0x%08lx)." + msgstr "liaison ip2k: instruction de page manquante à 0x%08lx (cible = 0x%08lx)." + +-#: elf32-ip2k.c:1308 ++#: elf32-ip2k.c:1315 + #, c-format + msgid "ip2k linker: redundant page instruction at 0x%08lx (dest = 0x%08lx)." + msgstr "liaison ip2k: instruction de page redondante à 0x%08lx (cible = 0x%08lx)." + +-#: elf32-iq2000.c:841 elf32-m32c.c:824 ++#: elf32-iq2000.c:441 ++#, c-format ++msgid "%B: invalid IQ2000 reloc number: %d" ++msgstr "%B: numéro de réadressage IQ2000 invalide: %d" ++ ++#: elf32-lm32.c:559 + #, c-format +-msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" +-msgstr "%s: utilise des champs e_flags (0x%lx) différents des modules précédents (0x%lx)" ++msgid "%B: invalid LM32 reloc number: %d" ++msgstr "%B: numéro de réadressage LM32 invalide: %d" + +-#: elf32-lm32.c:698 elf32-nios2.c:2191 ++#: elf32-lm32.c:668 elf32-nios2.c:3153 + msgid "global pointer relative relocation when _gp not defined" + msgstr "réadressage relatif au pointeur global sans que _gp ne soit défini" + +-#: elf32-lm32.c:753 elf32-nios2.c:2623 ++#: elf32-lm32.c:723 elf32-nios2.c:3590 + msgid "global pointer relative address out of range" + msgstr "adresse relative du pointeur global hors limites" + +-#: elf32-lm32.c:1049 ++#: elf32-lm32.c:1018 + msgid "internal error: addend should be zero for R_LM32_16_GOT" + msgstr "erreur interne: opérande devrait être zéro pour R_LM32_16_GOT" + +-#: elf32-m32r.c:1453 ++#: elf32-m32c.c:305 ++#, c-format ++msgid "%B: invalid M32C reloc number: %d" ++msgstr "%B: numéro de réadressage M32C invalide: %d" ++ ++#: elf32-m32r.c:1286 ++#, c-format ++msgid "%B: invalid M32R reloc number: %d" ++msgstr "%B: numéro de réadressage M32R invalide: %d" ++ ++#: elf32-m32r.c:1458 + msgid "SDA relocation when _SDA_BASE_ not defined" + msgstr "réadressage SDA alors que _SDA_BASE_ n'est pas défini" + +-#: elf32-m32r.c:3003 ++#: elf32-m32r.c:2984 elf32-microblaze.c:1080 elf32-microblaze.c:1128 ++#, c-format + msgid "%B: The target (%s) of an %s relocation is in the wrong section (%A)" + msgstr "%B: la cible (%s) du réadressage %s est dans la mauvaise section (%A)" + +-#: elf32-m32r.c:3529 ++#: elf32-m32r.c:3486 + msgid "%B: Instruction set mismatch with previous modules" + msgstr "%B: jeu d'instructions ne concorde par avec les modules précédents" + +-#: elf32-m32r.c:3550 elf32-nds32.c:5636 ++#: elf32-m32r.c:3507 elf32-nds32.c:6111 + #, c-format + msgid "private flags = %lx" + msgstr "fanions privés = %lx" + +-#: elf32-m32r.c:3555 ++#: elf32-m32r.c:3512 + #, c-format + msgid ": m32r instructions" + msgstr ": instructions m32r" + +-#: elf32-m32r.c:3556 ++#: elf32-m32r.c:3513 + #, c-format + msgid ": m32rx instructions" + msgstr ": instruction m32rx" + +-#: elf32-m32r.c:3557 ++#: elf32-m32r.c:3514 + #, c-format + msgid ": m32r2 instructions" + msgstr ": instructions m32r2" + +-#: elf32-m68hc1x.c:1114 ++#: elf32-m68hc11.c:390 ++#, c-format ++msgid "%B: invalid M68HC11 reloc number: %d" ++msgstr "%B: numéro de réadressage M68HC11 invalide: %d" ++ ++#: elf32-m68hc12.c:510 ++#, c-format ++msgid "%B: invalid M68HC12 reloc number: %d" ++msgstr "%B: numéro de réadressage M68HC12 invalide: %d" ++ ++#: elf32-m68hc1x.c:1119 + #, c-format + msgid "Reference to the far symbol `%s' using a wrong relocation may result in incorrect execution" + msgstr "Référence à un symbole far « %s » utilisant le mauvais réadressage peut provoquer une exécution incorrecte" + +-#: elf32-m68hc1x.c:1150 ++#: elf32-m68hc1x.c:1153 + #, c-format + msgid "XGATE address (%lx) is not within shared RAM(0xE000-0xFFFF), therefore you must manually offset the address, and possibly manage the page, in your code." + msgstr "l'adresse XGATE (%lx) n'est pas dans la mémoire RAM partagée (0xE000-0xFFFF), par conséquent, vous devez décaler l'adresse manuellement, et peut-être gérer la page, dans votre code." + +-#: elf32-m68hc1x.c:1170 ++#: elf32-m68hc1x.c:1171 + #, c-format + msgid "banked address [%lx:%04lx] (%lx) is not in the same bank as current banked address [%lx:%04lx] (%lx)" + msgstr "banque d'adresses [%lx:%04lx] (%lx) n'es pas dans la même banque que la banque courante d'adresses [%lx:%04lx] (%lx)" + +-#: elf32-m68hc1x.c:1190 ++#: elf32-m68hc1x.c:1187 + #, c-format + msgid "reference to a banked address [%lx:%04lx] in the normal address space at %04lx" + msgstr "référence à une banque d'adresses [%lx:%04lx] dans l'espace normal d'adresses à %04lx" + +-#: elf32-m68hc1x.c:1237 ++#: elf32-m68hc1x.c:1228 + #, c-format + msgid "S12 address (%lx) is not within shared RAM(0x2000-0x4000), therefore you must manually offset the address in your code" + msgstr "l'adresse S12 (%lx) n'est pas dans la mémoire RAM partagée (0x2000-0x4000), par conséquent, vous devez décaler l'adresse manuellement dans votre code" + +-#: elf32-m68hc1x.c:1370 ++#: elf32-m68hc1x.c:1355 + msgid "%B: linking files compiled for 16-bit integers (-mshort) and others for 32-bit integers" + msgstr "%B: fichiers liés compilés pour des entiers de 16 bits (-mshort) et d'autres pour des entiers de 32 bits" + +-#: elf32-m68hc1x.c:1377 ++#: elf32-m68hc1x.c:1362 + msgid "%B: linking files compiled for 32-bit double (-fshort-double) and others for 64-bit double" + msgstr "%B: fichiers liés compilés pour des doubles de 32 bits (-fshort-double) et d'autres pour des doubles de 64 bits" + +-#: elf32-m68hc1x.c:1386 ++#: elf32-m68hc1x.c:1371 + msgid "%B: linking files compiled for HCS12 with others compiled for HC12" + msgstr "%B: certains fichiers liés compilés pour HCS12 avec d'autres compilés pour HC12" + +-#: elf32-m68hc1x.c:1402 elf32-ppc.c:4776 elf64-sparc.c:706 elfxx-mips.c:14817 +-msgid "%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" +-msgstr "%B: utilise des champs e_flags (0x%lx) différents des modules précédents (0x%lx)" +- +-#: elf32-m68hc1x.c:1430 elf32-xgate.c:677 ++#: elf32-m68hc1x.c:1416 elf32-xgate.c:672 + #, c-format + msgid "[abi=32-bit int, " + msgstr "[abi=32-bit int, " + +-#: elf32-m68hc1x.c:1432 elf32-xgate.c:679 ++#: elf32-m68hc1x.c:1418 elf32-xgate.c:674 + #, c-format + msgid "[abi=16-bit int, " + msgstr "[abi=16-bit int, " + +-#: elf32-m68hc1x.c:1435 elf32-xgate.c:682 ++#: elf32-m68hc1x.c:1421 elf32-xgate.c:677 + #, c-format + msgid "64-bit double, " + msgstr "double de 64 bits, " + +-#: elf32-m68hc1x.c:1437 elf32-xgate.c:684 ++#: elf32-m68hc1x.c:1423 elf32-xgate.c:679 + #, c-format + msgid "32-bit double, " + msgstr "double de 32 bits, " + +-#: elf32-m68hc1x.c:1440 ++#: elf32-m68hc1x.c:1426 + #, c-format + msgid "cpu=HC11]" + msgstr "cpu=HC11]" + +-#: elf32-m68hc1x.c:1442 ++#: elf32-m68hc1x.c:1428 + #, c-format + msgid "cpu=HCS12]" + msgstr "cpu=HCS12]" + +-#: elf32-m68hc1x.c:1444 ++#: elf32-m68hc1x.c:1430 + #, c-format + msgid "cpu=HC12]" + msgstr "cpu=HC12]" + +-#: elf32-m68hc1x.c:1447 ++#: elf32-m68hc1x.c:1433 + #, c-format + msgid " [memory=bank-model]" + msgstr " [memory=bank-model]" + +-#: elf32-m68hc1x.c:1449 ++#: elf32-m68hc1x.c:1435 + #, c-format + msgid " [memory=flat]" + msgstr " [memory=flat]" + +-#: elf32-m68hc1x.c:1452 ++#: elf32-m68hc1x.c:1438 + #, c-format + msgid " [XGATE RAM offsetting]" + msgstr " [décalage RAM XGATE]" + +-#: elf32-m68k.c:1210 elf32-m68k.c:1211 vms-alpha.c:7207 vms-alpha.c:7222 ++#: elf32-m68k.c:1215 elf32-m68k.c:1216 vms-alpha.c:7400 vms-alpha.c:7416 + msgid "unknown" + msgstr "inconnu" + +-#: elf32-m68k.c:1674 ++#: elf32-m68k.c:1680 ++#, c-format + msgid "%B: GOT overflow: Number of relocations with 8-bit offset > %d" + msgstr "%B: débordement GOT: Nombre de réadressages avec des offsets de 8 bits > %d" + +-#: elf32-m68k.c:1680 ++#: elf32-m68k.c:1687 ++#, c-format + msgid "%B: GOT overflow: Number of relocations with 8- or 16-bit offset > %d" + msgstr "%B: débordement GOT: Nombre de réadressages avec des offsets de 8 ou 16 bits > %d" + +-#: elf32-m68k.c:3921 ++#: elf32-m68k.c:3890 ++#, c-format + msgid "%B(%A+0x%lx): R_68K_TLS_LE32 relocation not permitted in shared object" + msgstr "%B(%A+0x%lx): réadressage R_68K_TLS_LE32 pas permis dans un objet partagé" + +-#: elf32-mcore.c:99 elf32-mcore.c:442 ++#: elf32-mcore.c:100 elf32-mcore.c:455 ++#, c-format + msgid "%B: Relocation %s (%d) is not currently supported.\n" + msgstr "%B: Réadressage %s (%d) n'est pas actuellement supporté.\n" + +-#: elf32-mcore.c:428 ++#: elf32-mcore.c:355 ++#, c-format ++msgid "%B: unrecognised MCore reloc number: %d" ++msgstr "%B: numéro de réadressage MCore non reconnu: %d" ++ ++#: elf32-mcore.c:440 ++#, c-format + msgid "%B: Unknown relocation type %d\n" + msgstr "%B: Type de réadressage %d inconnu\n" + + #. Pacify gcc -Wall. +-#: elf32-mep.c:157 ++#: elf32-mep.c:139 + #, c-format + msgid "mep: no reloc for code %d" + msgstr "mep: pas de réadressage pour le code %d" + +-#: elf32-mep.c:163 ++#: elf32-mep.c:146 + #, c-format + msgid "MeP: howto %d has type %d" + msgstr "MeP: le howto %d a le type %d" + +-#: elf32-mep.c:632 ++#: elf32-mep.c:390 ++#, c-format ++msgid "%B: invalid MEP reloc number: %d" ++msgstr "%B: numéro de réadressage MEP invalide: %d" ++ ++#: elf32-mep.c:620 ++#, c-format + msgid "%B and %B are for different cores" + msgstr "%B et %B sont pour des noyaux différents" + +-#: elf32-mep.c:649 ++#: elf32-mep.c:639 ++#, c-format + msgid "%B and %B are for different configurations" + msgstr "%B et %B sont pour des configurations différentes" + +-#: elf32-mep.c:686 ++#: elf32-mep.c:677 + #, c-format + msgid "private flags = 0x%lx" + msgstr "fanions privés = 0x%lx" + +-#: elf32-metag.c:1921 +-msgid "%B(%A+0x%lx): R_METAG_TLS_LE/IENONPIC relocation not permitted in shared object" +-msgstr "%B(%A+0x%lx): réadressage R_METAG_TLS_LE/IENONPIC pas permis dans un objet partagé" ++#: elf32-metag.c:893 ++#, c-format ++msgid "%B: invalid METAG reloc number: %d" ++msgstr "%B: numéro de réadressage METAG invalide: %d" ++ ++#: elf32-metag.c:1875 ++msgid "%B(%A): multiple TLS models are not supported" ++msgstr "%B(%A): l'utilisation de plusieurs modèles TLS n'est pas supporté" + +-#: elf32-microblaze.c:950 ++#: elf32-metag.c:1878 ++msgid "%B(%A): shared library symbol %s encountered whilst performing a static link" ++msgstr "%B(%A): symbole de bibliothèque partagée %s rencontré en réalisant une édition de liens statiques" ++ ++#: elf32-metag.c:1931 + #, c-format +-msgid "%s: unknown relocation type %d" +-msgstr "%s: type de réadressage %d inconnu" ++msgid "%B(%A+0x%lx): R_METAG_TLS_LE/IENONPIC relocation not permitted in shared object" ++msgstr "%B(%A+0x%lx): réadressage R_METAG_TLS_LE/IENONPIC pas permis dans un objet partagé" + +-#: elf32-microblaze.c:1076 elf32-microblaze.c:1121 ++#: elf32-microblaze.c:656 + #, c-format +-msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)" +-msgstr "%s: la cible (%s) du réadressage %s est dans la mauvaise section (%s)" ++msgid "%B: unrecognised MicroBlaze reloc number: %d" ++msgstr "%B: numéro de réadressage MicroBlaze non reconnu: %d" + +-#: elf32-microblaze.c:1484 elf32-tilepro.c:3320 elfxx-sparc.c:3526 +-#: elfxx-tilegx.c:3729 ++#: elf32-microblaze.c:1496 elf32-or1k.c:1072 elf32-tilepro.c:3317 ++#: elfxx-sparc.c:3705 elfxx-tilegx.c:3726 + msgid "%B: probably compiled without -fPIC?" + msgstr "%B: probablement compilé sans -fPIC?" + +-#: elf32-mips.c:1670 elf64-mips.c:2990 elfn32-mips.c:2793 ++#: elf32-mips.c:1777 elf64-mips.c:3200 elfn32-mips.c:3010 + msgid "literal relocation occurs for an external symbol" + msgstr "réadressage littéral rencontré pour un symbole externe" + +-#: elf32-mips.c:1717 elf32-score.c:570 elf32-score7.c:469 elf64-mips.c:3033 +-#: elfn32-mips.c:2834 ++#: elf32-mips.c:1824 elf32-score.c:569 elf32-score7.c:469 elf64-mips.c:3243 ++#: elfn32-mips.c:3051 + msgid "32bits gp relative relocation occurs for an external symbol" + msgstr "réadressage relatif gp 32bits rencontré pour un symbole externe" + +-#: elf32-msp430.c:801 elf32-msp430.c:1109 ++#: elf32-mips.c:2225 ++#, c-format ++msgid "Unrecognised MIPS reloc number: %d" ++msgstr "Numéro de réadressage MIPS non reconnu: %d" ++ ++#: elf32-moxie.c:137 ++#, c-format ++msgid "%B: invalid Moxie reloc number: %d" ++msgstr "%B: numéro de réadressage Moxie invalide: %d" ++ ++#: elf32-msp430.c:648 ++#, c-format ++msgid "%B: invalid MSP430X reloc number: %d" ++msgstr "%B: numéro de réadressage MSP430X invalide: %d" ++ ++#: elf32-msp430.c:658 ++#, c-format ++msgid "%B: invalid MSP430 reloc number: %d" ++msgstr "%B: numéro de réadressage MSP430 invalide: %d" ++ ++#: elf32-msp430.c:836 elf32-msp430.c:1150 + msgid "Try enabling relaxation to avoid relocation truncations" + msgstr "Essayez d'activer la relaxation pour éviter des réadressages tronqués" + +-#: elf32-msp430.c:1317 ++#: elf32-msp430.c:1357 + msgid "internal error: branch/jump to an odd address detected" + msgstr "erreur interne: branchement/saut vers une adresse impaire détecté" + +-#: elf32-msp430.c:2221 ++#: elf32-msp430.c:2354 ++#, c-format + msgid "Warning: %B: Unknown MSPABI object attribute %d" + msgstr "Attention: %B: Attribut d'objet MSPBI %d inconnu" + +-#: elf32-msp430.c:2312 ++#: elf32-msp430.c:2447 ++#, c-format + msgid "error: %B uses %s instructions but %B uses %s" + msgstr "erreur: %B utilise les instructions %s alors que %B utilise %s" + +-#: elf32-msp430.c:2324 ++#: elf32-msp430.c:2459 ++#, c-format + msgid "error: %B uses the %s code model whereas %B uses the %s code model" + msgstr "erreur: %B utilise le modèle de code %s alors que %B utilise le modèle de code %s" + +-#: elf32-msp430.c:2336 ++#: elf32-msp430.c:2471 ++#, c-format + msgid "error: %B uses the large code model but %B uses MSP430 instructions" + msgstr "erreur: %B utilise le grand modèle de code alors que %B utilise les instructions MSP430" + +-#: elf32-msp430.c:2346 ++#: elf32-msp430.c:2482 ++#, c-format + msgid "error: %B uses the %s data model whereas %B uses the %s data model" + msgstr "erreur: %B utilise le modèle de données %s alors que %B utilise le modèle de données %s" + +-#: elf32-msp430.c:2358 ++#: elf32-msp430.c:2494 ++#, c-format + msgid "error: %B uses the small code model but %B uses the %s data model" + msgstr "erreur: %B utilise le petit modèle de code alors que %B utilise le modèle de données %s" + +-#: elf32-msp430.c:2369 ++#: elf32-msp430.c:2506 ++#, c-format + msgid "error: %B uses the %s data model but %B only uses MSP430 instructions" + msgstr "erreur: %B utilise le modèle de données %s alors que %B utilise uniquement des instructions MSP430" + +-#: elf32-nds32.c:2921 ++#: elf32-mt.c:242 ++#, c-format ++msgid "%B: invalid MT reloc number: %d" ++msgstr "%B: numéro de réadressage MT invalide: %d" ++ ++#: elf32-nds32.c:2974 ++#, c-format ++msgid "%B: invalid NDS32 reloc number: %d" ++msgstr "%B: numéro de réadressage NDS32 invalide: %d" ++ ++#: elf32-nds32.c:3309 + msgid "error: Can't find symbol: _SDA_BASE_." + msgstr "erreur: Le symbole ne peut être trouvé: _SDA_BASE_." + +-#: elf32-nds32.c:4142 ++#: elf32-nds32.c:4484 elf32-nds32.c:11978 ++msgid "%B: error: Cannot set _ITB_BASE_" ++msgstr "%B: erreur: Ne peut définir _ITB_BASE_" ++ ++#: elf32-nds32.c:4492 ++msgid "error: IFC relocation error." ++msgstr "erreur: erreur de réadressage IFC." ++ ++#: elf32-nds32.c:4526 ++#, c-format + msgid "%B: error: unknown relocation type %d." + msgstr "%B: erreur: type de réadressage %d inconnu." + +-#: elf32-nds32.c:4584 +-#, c-format +-msgid "%s: warning: cannot deal R_NDS32_25_ABS_RELA in shared mode." +-msgstr "%s: attention: ne peut gérer R_NDS32_25_ABS_RELA en mode partagé." ++#: elf32-nds32.c:4972 ++msgid "%B: warning: cannot deal R_NDS32_25_ABS_RELA in shared mode." ++msgstr "%B: attention: ne peut gérer R_NDS32_25_ABS_RELA en mode partagé." + +-#: elf32-nds32.c:4716 ++#: elf32-nds32.c:5106 + msgid "%B: warning: unaligned access to GOT entry." + msgstr "%B: attention: accès non aligné à une entrée GOT." + +-#: elf32-nds32.c:4758 ++#: elf32-nds32.c:5148 + msgid "%B: warning: relocate SDA_BASE failed." + msgstr "%B: attention: réadressage SDA_BASE a échoué." + +-#: elf32-nds32.c:4779 ++#: elf32-nds32.c:5170 ++#, c-format + msgid "%B(%A): warning: unaligned small data access of type %d." + msgstr "%B(%A): attention: accès non aligné à une petite donnée de type %d." + +-#: elf32-nds32.c:5446 ++#: elf32-nds32.c:5918 ++#, c-format + msgid "%B: ISR vector size mismatch with previous modules, previous %u-byte, current %u-byte" + msgstr "%B: Taille de vecteur ISR en désaccord avec les modules précédents: précédent a %u octets; actuel a %u octets" + +-#: elf32-nds32.c:5489 ++#: elf32-nds32.c:5962 + msgid "%B: warning: Endian mismatch with previous modules." + msgstr "%B: attention: L'ordre des octets n'est pas le même que dans les modules précédents." + +-#: elf32-nds32.c:5499 ++#: elf32-nds32.c:5972 + msgid "%B: warning: Older version of object file encountered, Please recompile with current tool chain." + msgstr "%B: attention: Version plus ancienne du fichier objet rencontrée. Veuillez recompiler avec la chaîne d'outils actuelle." + +-#: elf32-nds32.c:5577 ++#: elf32-nds32.c:6050 + msgid "%B: error: ABI mismatch with previous modules." + msgstr "%B: erreur: non concordance de l'ABI avec les modules précédents." + +-#: elf32-nds32.c:5588 ++#: elf32-nds32.c:6061 + msgid "%B: error: Instruction set mismatch with previous modules." + msgstr "%B: erreur: Jeu d'instructions ne concorde par avec les modules précédents." + +-#: elf32-nds32.c:5612 ++#: elf32-nds32.c:6087 ++#, c-format + msgid "%B: warning: Incompatible elf-versions %s and %s." + msgstr "%B: attention: Versions elf %s et %s non compatibles." + +-#: elf32-nds32.c:5642 ++#: elf32-nds32.c:6117 + #, c-format + msgid ": n1 instructions" + msgstr ": instructions n1" + +-#: elf32-nds32.c:5645 ++#: elf32-nds32.c:6120 + #, c-format + msgid ": n1h instructions" + msgstr ": instructions n1h" + +-#: elf32-nds32.c:8147 +-msgid "%B: %s\n" +-msgstr "%B: %s\n" ++#: elf32-nds32.c:8730 ++msgid "%B: Error: search_nds32_elf_blank reports wrong node\n" ++msgstr "%B: Erreur: search_nds32_elf_blank rapporte le mauvais nœud\n" + +-#: elf32-nds32.c:8449 +-msgid "%B(%A): warning: relax is suppressed for sections of alignment %d-bytes > 4-byte." +-msgstr "%B(%A): attention: la relaxation est supprimée pour les sections avec l'alignement %d octets > 4 octets." ++#: elf32-nds32.c:8989 ++#, c-format ++msgid "%B: warning: %s points to unrecognized reloc at 0x%lx." ++msgstr "%B: attention: %s pointe vers le réadressage non reconnu à 0x%lx." + +-#: elf32-nds32.c:8502 +-msgid "%B: error: Cannot set _ITB_BASE_" +-msgstr "%B: erreur: Ne peut définir _ITB_BASE_" ++#: elf32-nds32.c:11850 elf32-nds32.c:11867 ++msgid "error: Jump IFC Fail." ++msgstr "erreur: Saut IFC a échoué." + +-#: elf32-nds32.c:11384 ++#: elf32-nds32.c:12724 ++#, c-format + msgid "%B: Nested OMIT_FP in %A." + msgstr "%B: OMIT_FP imbriqués dans %A." + +-#: elf32-nds32.c:11401 ++#: elf32-nds32.c:12743 ++#, c-format + msgid "%B: Unmatched OMIT_FP in %A." + msgstr "%B: OMIT_FP non apparié dans %A." + +-#: elf32-nds32.c:13357 ++#: elf32-nds32.c:13026 reloc.c:8231 ++#, c-format ++msgid "%X%P: %B(%A): relocation \"%R\" goes out of range\n" ++msgstr "%X%P: %B(%A): réadressage « %R » va en dehors des limites\n" ++ ++#: elf32-nds32.c:14802 + msgid "Linker: cannot init ex9 hash table error \n" + msgstr "Lieur: ne peut initialiser la table de hachage ex9 \n" + +-#: elf32-nds32.c:13790 elf32-nds32.c:13804 ++#: elf32-nds32.c:15211 elf32-nds32.c:15225 + msgid "Linker: error cannot fixed ex9 relocation \n" + msgstr "Lieur: ne peut réadresser ex9 fixé \n" + +-#: elf32-nds32.c:14015 ++#: elf32-nds32.c:15436 + #, c-format +-msgid "%s: warning: unaligned small data access. For entry: {%d, %d, %d}, addr = 0x%x, align = 0x%x." +-msgstr "%s: attention: accès non aligné à une petite donnée. Pour l'entrée: {%d, %d, %d}, adr = 0x%x, alignement = 0x%x." ++msgid "%B: warning: unaligned small data access. For entry: {%d, %d, %d}, addr = 0x%x, align = 0x%x." ++msgstr "%B: attention: accès non aligné à une petite donnée. Pour l'entrée: {%d, %d, %d}, adr = 0x%x, alignement = 0x%x." + +-#: elf32-nds32.c:14047 ++#: elf32-nds32.c:15469 + msgid "%P%F: failed creating ex9.it %s hash table: %E\n" + msgstr "%P%F: échec de la création de la table de hachage ex9.it %s: %E\n" + +-#: elf32-nios2.c:2861 ++#: elf32-nios2.c:2949 ++msgid "error: %B: Big-endian R2 is not supported." ++msgstr "erreur: %B: R2 gros boutiste n'est pas supporté." ++ ++#: elf32-nios2.c:3830 + #, c-format + msgid "global pointer relative relocation at address 0x%08x when _gp not defined\n" + msgstr "réadressage relatif au pointeur global à l'adresse 0x%08x sans que _gp ne soit défini\n" + +-#: elf32-nios2.c:2878 ++#: elf32-nios2.c:3850 + #, c-format + msgid "Unable to reach %s (at 0x%08x) from the global pointer (at 0x%08x) because the offset (%d) is out of the allowed range, -32678 to 32767.\n" + msgstr "Impossible d'atteindre %s (à 0x%08x) depuis le pointeur global (à 0x%08x) car l'offset (%d) est en dehors de la plage autorisée -32768 à 32767.\n" + +-#: elf32-nios2.c:3392 ++#: elf32-nios2.c:4372 ++#, c-format + msgid "%B(%A+0x%lx): R_NIOS2_TLS_LE16 relocation not permitted in shared object" + msgstr "%B(%A+0x%lx): réadressage R_NIOS2_TLS_LE16 pas permis dans un objet partagé" + +-#: elf32-nios2.c:3520 ++#: elf32-nios2.c:4500 elf32-pru.c:816 + msgid "relocation out of range" + msgstr "réadressage hors limite" + +-#: elf32-nios2.c:3530 elf32-tic6x.c:2744 ++#: elf32-nios2.c:4510 elf32-pru.c:826 elf32-tic6x.c:2747 + msgid "dangerous relocation" + msgstr "réadressage dangereux" + +-#: elf32-nios2.c:4529 ++#: elf32-nios2.c:5491 + #, c-format + msgid "dynamic variable `%s' is zero size" +-msgstr "la variable dynamique «%s» a une taille nulle" ++msgstr "la variable dynamique « %s » a une taille nulle" ++ ++#: elf32-or1k.c:735 ++#, c-format ++msgid "%B: invalid OR1K reloc number: %d" ++msgstr "%B: numéro de réadressage OR1K invalide: %d" ++ ++#: elf32-or1k.c:985 ++msgid "internal error: addend should be zero for R_OR1K_GOT16" ++msgstr "erreur interne: opérande devrait être zéro pour R_OR1K_GOT16" ++ ++#: elf32-or1k.c:1094 ++msgid "%B: support for local dynamic not implemented" ++msgstr "%B: support pour les dynamiques locaux pas implémentée" ++ ++#: elf32-or1k.c:1229 ++msgid "%B: will not resolve runtime TLS relocation" ++msgstr "%B: le réadressage TLS ne sera pas résolu à l'exécution" ++ ++#: elf32-or1k.c:1599 ++#, c-format ++msgid "%B: bad relocation section name `%s'" ++msgstr "%B: nom de section de réadressage erroné « %s »" ++ ++#: elf32-or1k.c:2704 ++msgid "%B: EF_OR1K_NODELAY flag mismatch with previous modules" ++msgstr "%B: désaccord du fanion EF_OR1K_NODELAY avec les modules précédents" + +-#: elf32-ppc.c:2100 ++#: elf32-pj.c:325 ++#, c-format ++msgid "%B: unrecognised PicoJava reloc number: %d" ++msgstr "%B: numéro de réadressage PicoJava non reconnu: %d" ++ ++#: elf32-ppc.c:2062 ++#, c-format ++msgid "%B: unrecognised PPC reloc number: %d" ++msgstr "%B: numéro de réadressage PPC non reconnu: %d" ++ ++#: elf32-ppc.c:2147 + #, c-format + msgid "generic linker can't handle %s" + msgstr "liaison générique ne peut traiter %s" + +-#: elf32-ppc.c:2642 ++#: elf32-ppc.c:2781 ++#, c-format + msgid "corrupt %s section in %B" + msgstr "section %s corrompue dans %B" + +-#: elf32-ppc.c:2661 ++#: elf32-ppc.c:2801 ++#, c-format + msgid "unable to read in %s section from %B" + msgstr "incapable de lire dans la section %s à partir de %B" + +-#: elf32-ppc.c:2702 ++#: elf32-ppc.c:2843 ++#, c-format + msgid "warning: unable to set size of %s section in %B" + msgstr "attention: incapable d'initialiser la taille de la section %s dans %B" + +-#: elf32-ppc.c:2752 ++#: elf32-ppc.c:2893 + msgid "failed to allocate space for new APUinfo section." + msgstr "échec d'allocation d'espace pour une nouvelle section APUinfo" + +-#: elf32-ppc.c:2771 ++#: elf32-ppc.c:2912 + msgid "failed to compute new APUinfo section." + msgstr "échec d'évaluation de la nouvelle section APUinfo" + +-#: elf32-ppc.c:2774 ++#: elf32-ppc.c:2915 + msgid "failed to install new APUinfo section." + msgstr "échec d'installation de la nouvelle section APUinfo" + +-#: elf32-ppc.c:3844 ++#: elf32-ppc.c:3975 ++#, c-format + msgid "%B: relocation %s cannot be used when making a shared object" + msgstr "%B: réadressage %s ne peut être utilisé lors de la création d'un objet partagé" + +-#. It does not make sense to have a procedure linkage +-#. table entry for a local symbol. +-#: elf32-ppc.c:4218 +-msgid "%P: %H: %s reloc against local symbol\n" +-msgstr "%P: %H: %s réadressé par rapport à un symbole local\n" +- +-#: elf32-ppc.c:4299 +-msgid "%P: %H: @local call to ifunc %s\n" +-msgstr "%P: %H: appel @local à ifunc %s\n" ++#: elf32-ppc.c:4329 elf64-ppc.c:5591 ++#, c-format ++msgid "%H: %s reloc against local symbol\n" ++msgstr "%H: %s est réadressé par rapport à un symbole local\n" + +-#: elf32-ppc.c:4588 elf32-ppc.c:4603 ++#: elf32-ppc.c:4691 elf32-ppc.c:4695 ++#, c-format + msgid "Warning: %B uses hard float, %B uses soft float" + msgstr "Attention: %B utilise la virgule flottante matérielle, %B utilise la virgule flottante logicielle" + +-#: elf32-ppc.c:4591 elf32-ppc.c:4595 ++#: elf32-ppc.c:4699 elf32-ppc.c:4704 ++#, c-format + msgid "Warning: %B uses double-precision hard float, %B uses single-precision hard float" + msgstr "Attention: %B utilise la virgule flottante double précision matérielle, %B utilise la virgule flottante simple précision matérielle" + +-#: elf32-ppc.c:4599 +-msgid "Warning: %B uses soft float, %B uses single-precision hard float" +-msgstr "Attention: %B utilise la virgule flottante logicielle, %B utilise la virgule flottante simple précision matérielle" +- +-#: elf32-ppc.c:4606 elf32-ppc.c:4610 +-msgid "Warning: %B uses unknown floating point ABI %d" +-msgstr "Attention: %B utilise l'ABI inconnu %d pour la gestion des virgules flottantes" ++#: elf32-ppc.c:4719 elf32-ppc.c:4724 ++#, c-format ++msgid "Warning: %B uses 64-bit long double, %B uses 128-bit long double" ++msgstr "Attention: %B utilise un double long 64 bits, %B utilise un double long de 128 bits" + +-#: elf32-ppc.c:4652 elf32-ppc.c:4656 +-msgid "Warning: %B uses unknown vector ABI %d" +-msgstr "Attention: %B utilise l'ABI inconnu %d pour les vecteurs" ++#: elf32-ppc.c:4729 elf32-ppc.c:4734 ++#, c-format ++msgid "Warning: %B uses IBM long double, %B uses IEEE long double" ++msgstr "Attention: %B utilise un double long IBM, %B utilise un double long IEEE" + +-#: elf32-ppc.c:4660 +-msgid "Warning: %B uses vector ABI \"%s\", %B uses \"%s\"" +-msgstr "Attention: %B utilise l'ABI de vecteurs «%s», %B utilise «%s»" ++#: elf32-ppc.c:4785 elf32-ppc.c:4790 ++#, c-format ++msgid "Warning: %B uses AltiVec vector ABI, %B uses SPE vector ABI" ++msgstr "Attention: %B utilise l'ABI de vecteurs AltiVec, %B utilise l'ABI de vecteurs SPE" + +-#: elf32-ppc.c:4677 elf32-ppc.c:4680 ++#: elf32-ppc.c:4813 elf32-ppc.c:4818 ++#, c-format + msgid "Warning: %B uses r3/r4 for small structure returns, %B uses memory" + msgstr "Attention: %B utilise r3/r4 pour les retours de petites structures, %B utilise la mémoire" + +-#: elf32-ppc.c:4683 elf32-ppc.c:4687 +-msgid "Warning: %B uses unknown small structure return convention %d" +-msgstr "Attention: %B utilise la convention inconnue %d pour le retour des petites structures" +- +-#: elf32-ppc.c:4741 ++#: elf32-ppc.c:4873 + msgid "%B: compiled with -mrelocatable and linked with modules compiled normally" + msgstr "%B: compilé avec -mrelocatable et fait l'édition de lien avec les modules compilés normalement" + +-#: elf32-ppc.c:4749 ++#: elf32-ppc.c:4881 + msgid "%B: compiled normally and linked with modules compiled with -mrelocatable" + msgstr "%B: compilé normalement et fait l'édition de lien avec les modules compilés avec -mrelocatable" + +-#: elf32-ppc.c:4872 ++#: elf32-ppc.c:4909 ++#, c-format ++msgid "%B: uses different e_flags (%#x) fields than previous modules (%#x)" ++msgstr "%B: utilise des champs e_flags (%#x) différents des modules précédents (%#x)" ++ ++#: elf32-ppc.c:4950 ++#, c-format ++msgid "%B(%A+0x%lx): expected 16A style relocation on 0x%08x insn" ++msgstr "%B(%A+0x%lx): réadressage du style 16A attendu sur l'insn 0x%08x" ++ ++#: elf32-ppc.c:4969 ++#, c-format ++msgid "%B(%A+0x%lx): expected 16D style relocation on 0x%08x insn" ++msgstr "%B(%A+0x%lx): réadressage du style 16D attendu sur l'insn 0x%08x" ++ ++#: elf32-ppc.c:5043 + msgid "%P: bss-plt forced due to %B\n" + msgstr "%P: bss-plt forcé à cause de %B\n" + +-#: elf32-ppc.c:4875 ++#: elf32-ppc.c:5046 + msgid "%P: bss-plt forced by profiling\n" + msgstr "%P: bss-plt forcé par le profilage\n" + +@@ -2216,810 +3168,1129 @@ msgstr "%P: bss-plt forcé par le profilage\n" + #. could just mark this symbol to exclude it + #. from tls optimization but it's safer to skip + #. the entire optimization. +-#: elf32-ppc.c:5369 elf64-ppc.c:8371 ++#: elf32-ppc.c:5544 elf64-ppc.c:8798 ++#, c-format + msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n" + msgstr "%H l'argument a perdu __tls_get_addr, optimisation TLS désactivée\n" + +-#: elf32-ppc.c:7927 ++#: elf32-ppc.c:8249 ++msgid "%H: fixup branch overflow\n" ++msgstr "%H: débordement du branchement de correction\n" ++ ++#: elf32-ppc.c:8289 elf32-ppc.c:8324 ++#, c-format ++msgid "%H: error: %s with unexpected instruction %x\n" ++msgstr "%H: erreur: %s avec l'instruction inattendue %x\n" ++ ++#: elf32-ppc.c:8380 ++#, c-format ++msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n" ++msgstr "%X%H: bss-plt -fPIC ifunc %s non supporté\n" ++ ++#: elf32-ppc.c:8434 ++#, c-format + msgid "%P: %B: unknown relocation type %d for symbol %s\n" + msgstr "%P: %B: type de réadressage %d inconnu pour le symbole %s\n" + +-#: elf32-ppc.c:8191 +-msgid "%P: %H: non-zero addend on %s reloc against `%s'\n" +-msgstr "%P: %H: opérande non nul sur le réadressage %s par rapport à « %s »\n" ++#: elf32-ppc.c:8723 ++#, c-format ++msgid "%H: non-zero addend on %s reloc against `%s'\n" ++msgstr "%H: opérande non nul sur le réadressage %s par rapport à « %s »\n" ++ ++#. @local on an ifunc does not really make sense since ++#. the ifunc resolver can take you anywhere. More ++#. seriously, calls to ifuncs must go through a plt call ++#. stub, and for pic the plt call stubs uses r30 to ++#. access the PLT. The problem is that a call that is ++#. local won't have the +32k reloc addend trick marking ++#. -fPIC code, so the linker won't know whether r30 is ++#. _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section. ++#: elf32-ppc.c:8755 ++#, c-format ++msgid "%X%H: @local call to ifunc %s\n" ++msgstr "%X%H: appel @local à ifunc %s\n" + +-#: elf32-ppc.c:8389 +-msgid "%P: %H: relocation %s for indirect function %s unsupported\n" +-msgstr "%P: %H: réadressage %s non supporté pour la fonction indirecte %s\n" ++#: elf32-ppc.c:8935 ++#, c-format ++msgid "%H: relocation %s for indirect function %s unsupported\n" ++msgstr "%H: réadressage %s non supporté pour la fonction indirecte %s\n" + +-#: elf32-ppc.c:8646 elf32-ppc.c:8676 elf32-ppc.c:8767 ++#: elf32-ppc.c:9232 elf32-ppc.c:9263 elf32-ppc.c:9354 ++#, c-format + msgid "%P: %B: the target (%s) of a %s relocation is in the wrong output section (%s)\n" + msgstr "%P: %B: la cible (%s) d'un réadressage %s est dans la mauvaise section de sortie (%s)\n" + +-#: elf32-ppc.c:8854 ++#: elf32-ppc.c:9442 ++#, c-format + msgid "%B: the target (%s) of a %s relocation is in the wrong output section (%s)" + msgstr "%B: la cible (%s) d'un réadressage %s est dans la mauvaise section de sortie (%s)" + +-#: elf32-ppc.c:8958 ++#: elf32-ppc.c:9546 ++#, c-format + msgid "%P: %B: relocation %s is not yet supported for symbol %s\n" + msgstr "%P: %B: réadressage %s n'est pas encore supporté pour le symbole %s\n" + +-#: elf32-ppc.c:9038 +-msgid "%P: %H: error: %s against `%s' not a multiple of %u\n" +-msgstr "%P: %H: erreur: %s par rapport à « %s » n'est pas un multiple de %u\n" ++#: elf32-ppc.c:9631 ++#, c-format ++msgid "%H: error: %s against `%s' not a multiple of %u\n" ++msgstr "%H: erreur: %s par rapport à « %s » n'est pas un multiple de %u\n" ++ ++#: elf32-ppc.c:9660 ++#, c-format ++msgid "%H: unresolvable %s relocation against symbol `%s'\n" ++msgstr "%H: réadressage %s sans solution par rapport au symbole « %s »\n" ++ ++#: elf32-ppc.c:9741 ++#, c-format ++msgid "%H: %s reloc against `%s': error %d\n" ++msgstr "%H: réadressage %s vers « %s »: erreur %d\n" + +-#: elf32-ppc.c:9067 +-msgid "%P: %H: unresolvable %s relocation against symbol `%s'\n" +-msgstr "%P: %H: réadressage %s sans solution par rapport au symbole « %s »\n" ++#: elf32-ppc.c:10505 elf64-ppc.c:15719 ++msgid "%X%P: text relocations and GNU indirect functions will result in a segfault at runtime\n" ++msgstr "%X%P: les réadressages de textes et les fonctions indirectes GNU résulteront en un crash à l'exécution\n" + +-#: elf32-ppc.c:9114 +-msgid "%P: %H: %s reloc against `%s': error %d\n" +-msgstr "%P: %H: réadressage %s vers « %s »: erreur %d\n" ++#: elf32-ppc.c:10509 elf64-ppc.c:15723 ++msgid "%P: warning: text relocations and GNU indirect functions may result in a segfault at runtime\n" ++msgstr "%P: attention: les réadressages de textes et les fonctions indirectes GNU pourraient résulter en un crash à l'exécution\n" + +-#: elf32-ppc.c:9750 ++#: elf32-ppc.c:10554 ++#, c-format + msgid "%P: %s not defined in linker created %s\n" + msgstr "%P: %s pas défini dans %s créé par l'éditeur de liens\n" + +-#: elf32-rl78.c:784 ++#: elf32-rl78.c:291 ++#, c-format ++msgid "%B: invalid RL78 reloc number: %d" ++msgstr "%B: numéro de réadressage RL78 invalide: %d" ++ ++#: elf32-rl78.c:369 ++msgid "Internal Error: RL78 reloc stack overflow" ++msgstr "Erreur interne: débordement de la pile de réadressages RL78" ++ ++#: elf32-rl78.c:380 ++msgid "Internal Error: RL78 reloc stack underflow" ++msgstr "Erreur interne: débordement par le bas de la pile de réadressages RL78" ++ ++#: elf32-rl78.c:1049 + msgid "Warning: RL78_SYM reloc with an unknown symbol" +-msgstr "Attention: Relocalisation RL78_SYM avec un symbole inconnu" ++msgstr "Attention: Réadressage RL78_SYM avec un symbole inconnu" + +-#: elf32-rl78.c:952 elf32-rx.c:1324 ++#: elf32-rl78.c:1080 elf32-rx.c:1434 ++#, c-format + msgid "%B(%A): error: call to undefined function '%s'" +-msgstr "%B(%A): erreur: appel à la fonction non définie «%s»" ++msgstr "%B(%A): erreur: appel à la fonction non définie « %s »" + +-#: elf32-rl78.c:966 elf32-rx.c:1338 +-msgid "%B(%A): warning: unaligned access to symbol '%s' in the small data area" +-msgstr "%B(%A): attention: accès non aligné au symbole «%s» dans la zone des petites données" ++#: elf32-rl78.c:1201 ++#, c-format ++msgid "RL78 ABI conflict: G10 file %B cannot be linked with %s file %B" ++msgstr "Conflit ABI RL78: Le fichier G10 %B ne peut pas être lié avec %s fichier %B" + +-#: elf32-rl78.c:970 elf32-rx.c:1342 +-msgid "%B(%A): internal error: out of range error" +-msgstr "%B(%A): erreur interne: hors limite" ++# les deux %s sont des noms de processeurs ++#: elf32-rl78.c:1218 ++#, c-format ++msgid "RL78 ABI conflict: cannot link %s file %B with %s file %B" ++msgstr "Conflit d'ABI RL78: ne peut lier le fichier %2$B pour %1$s avec le fichier %4$B pour %3$s" + +-#: elf32-rl78.c:974 elf32-rx.c:1346 +-msgid "%B(%A): internal error: unsupported relocation error" +-msgstr "%B(%A): erreur interne: réadressage non supporté" ++#: elf32-rl78.c:1227 ++msgid "RL78 merge conflict: cannot link 32-bit and 64-bit objects together" ++msgstr "Conflit de fusion RL78: ne peut lier ensemble un objet 32 bits et un objet 64 bits" + +-#: elf32-rl78.c:978 elf32-rx.c:1350 +-msgid "%B(%A): internal error: dangerous relocation" +-msgstr "%B(%A): erreur interne: réadressage dangereux" ++#: elf32-rl78.c:1231 elf32-rl78.c:1235 ++#, c-format ++msgid "- %B is 64-bit, %B is not" ++msgstr "- %B est 64 bits, %B ne l'est pas" + +-#: elf32-rl78.c:982 elf32-rx.c:1354 +-msgid "%B(%A): internal error: unknown error" +-msgstr "%B(%A): erreur interne: erreur inconnue" ++#: elf32-rl78.c:1262 ++#, c-format ++msgid " [64-bit doubles]" ++msgstr " [doubles de 64 bits]" + +-#: elf32-rl78.c:1043 +-msgid "RL78/G10 ABI conflict: cannot link G10 and non-G10 objects together" +-msgstr "Conflit d'ABI RL78/G10: ne peut lier ensemble un objet G10 et un objet non-G10" ++#: elf32-rx.c:313 ++#, c-format ++msgid "%B: invalid RX reloc number: %d" ++msgstr "%B: numéro de réadressage RX invalide: %d" + +-#: elf32-rl78.c:1046 elf32-rl78.c:1049 ++#: elf32-rx.c:594 + #, c-format +-msgid "- %s is G10, %s is not" +-msgstr "- %s est G10, %s ne l'est pas" ++msgid "%B:%A: table entry %s outside table" ++msgstr "%B:%A: l'entrée %s de la table est en dehors de la table" + +-#: elf32-rl78.c:1072 ++#: elf32-rx.c:601 + #, c-format +-msgid " [G10]" +-msgstr " [G10]" ++msgid "%B:%A: table entry %s not word-aligned within table" ++msgstr "%B:%A: l'entrée %s de la table n'est pas alignée sur un mot dans la table" + +-#: elf32-rx.c:563 ++#: elf32-rx.c:667 ++#, c-format + msgid "%B:%A: Warning: deprecated Red Hat reloc " +-msgstr "%B:%A: Attention: relocalisation Red Hat réprouvée " ++msgstr "%B:%A: Attention: réadressage Red Hat réprouvée " + + #. Check for unsafe relocs in PID mode. These are any relocs where + #. an absolute address is being computed. There are special cases + #. for relocs against symbols that are known to be referenced in + #. crt0.o before the PID base address register has been initialised. +-#: elf32-rx.c:581 ++#: elf32-rx.c:686 ++#, c-format + msgid "%B(%A): unsafe PID relocation %s at 0x%08lx (against %s in %s)" + msgstr "%B(%A): réadressage PID %s non sûr à 0x%08lx (sur %s dans %s)" + +-#: elf32-rx.c:1157 ++#: elf32-rx.c:1266 + msgid "Warning: RX_SYM reloc with an unknown symbol" + msgstr "Attention: Relocalistaion RX_SYM avec un symbole inconnu" + +-#: elf32-s390.c:2292 elf64-s390.c:2244 ++#: elf32-rx.c:3145 ++msgid "There is a conflict merging the ELF header flags from %B" ++msgstr "Il y a un conflit en fusionnant les fanions d'en-têtes ELF de %B" ++ ++#: elf32-rx.c:3148 ++#, c-format ++msgid " the input file's flags: %s" ++msgstr " les fanions du fichier d'entrée: %s" ++ ++#: elf32-rx.c:3150 ++#, c-format ++msgid " the output file's flags: %s" ++msgstr " les fanions du fichier de sortie: %s" ++ ++#: elf32-rx.c:3757 ++#, c-format ++msgid "%B:%A: table %s missing corresponding %s" ++msgstr "%B:%A: la table %s n'a pas de %s correspondant" ++ ++#: elf32-rx.c:3765 ++#, c-format ++msgid "%B:%A: %s and %s must be in the same input section" ++msgstr "%B:%A: %s et %s doivent être dans la même section d'entrée" ++ ++#: elf32-s390.c:2310 elf64-s390.c:2257 ++#, c-format + msgid "%B(%A+0x%lx): invalid instruction for TLS relocation %s" + msgstr "%B(%A+0x%lx): instruction invalide pour le réadressage TLS %s" + +-#: elf32-score.c:1520 elf32-score7.c:1379 elfxx-mips.c:3642 ++#: elf32-score.c:1521 elf32-score7.c:1382 elfxx-mips.c:3756 + msgid "not enough GOT space for local GOT entries" + msgstr "pas suffisamment d'espace GOT pour les entrées locales GOT" + +-#: elf32-score.c:2742 ++#: elf32-score.c:2744 + msgid "address not word align" + msgstr "adresse pas alignée sur un mot" + +-#: elf32-score.c:2827 elf32-score7.c:2631 ++#: elf32-score.c:2825 elf32-score7.c:2630 + #, c-format +-msgid "%s: Malformed reloc detected for section %s" +-msgstr "%s: relocalisation mal composée détectée dans la section %s" ++msgid "%B: Malformed reloc detected for section %A" ++msgstr "%B: Réadressage mal composé détecté dans la section %A" + +-#: elf32-score.c:2882 elf32-score7.c:2686 ++#: elf32-score.c:2883 elf32-score7.c:2688 ++#, c-format + msgid "%B: CALL15 reloc at 0x%lx not against global symbol" +-msgstr "%B: appel CALL15 de relocalisation à 0x%lx n'est pas appliqué sur un symbole global" ++msgstr "%B: appel CALL15 de réadressage à 0x%lx n'est pas appliqué sur un symbole global" + +-#: elf32-score.c:4007 elf32-score7.c:3811 ++#: elf32-score.c:4005 elf32-score7.c:3810 + #, c-format + msgid " [pic]" + msgstr " [pic]" + +-#: elf32-score.c:4011 elf32-score7.c:3815 ++#: elf32-score.c:4009 elf32-score7.c:3814 + #, c-format + msgid " [fix dep]" + msgstr " [fix dep]" + +-#: elf32-score.c:4053 elf32-score7.c:3857 ++#: elf32-score.c:4052 elf32-score7.c:3857 + msgid "%B: warning: linking PIC files with non-PIC files" + msgstr "%B: attention: édition de liens des fichiers PIC avec des fichiers non PIC" + + #: elf32-sh-symbian.c:130 ++#, c-format + msgid "%B: IMPORT AS directive for %s conceals previous IMPORT AS" + msgstr "%B: la directive IMPORT AS de %s masque l'IMPORT AS précédent" + +-#: elf32-sh-symbian.c:383 ++#: elf32-sh-symbian.c:384 ++#, c-format + msgid "%B: Unrecognised .directive command: %s" + msgstr "%B: Commande .directive non reconnue: %s" + +-#: elf32-sh-symbian.c:500 ++#: elf32-sh-symbian.c:502 ++#, c-format + msgid "%B: Failed to add renamed symbol %s" + msgstr "%B: Échec de l'ajout du symbole renommé %s" + +-#: elf32-sh.c:569 +-msgid "%B: 0x%lx: warning: bad R_SH_USES offset" +-msgstr "%B: 0x%lx: attention: mauvais décalage pour R_SH_USES" +- +-#: elf32-sh.c:581 +-msgid "%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" +-msgstr "%B: 0x%lx: attention: R_SH_USES pointe vers un insn inconnu 0x%x" +- +-#: elf32-sh.c:598 +-msgid "%B: 0x%lx: warning: bad R_SH_USES load offset" +-msgstr "%B: 0x%lx: attention: mauvais décalage de chargement R_SH_USES" +- +-#: elf32-sh.c:613 +-msgid "%B: 0x%lx: warning: could not find expected reloc" +-msgstr "%B: 0x%lx: attention: ne peut repérer la relocalisation attendue" +- +-#: elf32-sh.c:641 +-msgid "%B: 0x%lx: warning: symbol in unexpected section" +-msgstr "%B: 0x%lx: attention: symbole dans une section inattendue" +- +-#: elf32-sh.c:767 +-msgid "%B: 0x%lx: warning: could not find expected COUNT reloc" +-msgstr "%B: 0x%lx: attention: ne peut repérer le compteur de relocalisation attendu" +- +-#: elf32-sh.c:776 +-msgid "%B: 0x%lx: warning: bad count" +-msgstr "%B: 0x%lx: attention: mauvais décompte" +- +-#: elf32-sh.c:1180 elf32-sh.c:1550 +-msgid "%B: 0x%lx: fatal: reloc overflow while relaxing" +-msgstr "%B: 0x%lx: erreur fatale: débordement de relocalisation lors des relâches" ++#: elf32-sh.c:491 ++#, c-format ++msgid "%B: unrecognised SH reloc number: %d" ++msgstr "%B: numéro de réadressage SH non reconnu: %d" + +-#: elf32-sh.c:3939 elf64-sh64.c:1514 ++#: elf32-sh.c:3953 elf64-sh64.c:1508 + msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled" + msgstr "STO_SH5_ISA32 inattendu sur le symbole local n'est pas traité" + +-#: elf32-sh.c:4190 ++#: elf32-sh.c:4206 ++#, c-format + msgid "%B: 0x%lx: fatal: unaligned branch target for relax-support relocation" + msgstr "%B: 0x%lx: fatal: cible de branchement non alignée pour un réadressage de type relax-support" + +-#: elf32-sh.c:4223 elf32-sh.c:4238 ++#: elf32-sh.c:4240 elf32-sh.c:4256 ++#, c-format + msgid "%B: 0x%lx: fatal: unaligned %s relocation 0x%lx" + msgstr "%B: 0x%lx: fatal: réadressage %s non aligné 0x%lx" + +-#: elf32-sh.c:4252 ++#: elf32-sh.c:4271 ++#, c-format + msgid "%B: 0x%lx: fatal: R_SH_PSHA relocation %d not in range -32..32" + msgstr "%B: 0x%lx: fatal: réadressage R_SH_PSHA %d pas dans l'intervalle -32..32" + +-#: elf32-sh.c:4266 ++#: elf32-sh.c:4286 ++#, c-format + msgid "%B: 0x%lx: fatal: R_SH_PSHL relocation %d not in range -32..32" + msgstr "%B: 0x%lx: fatal: réadressage R_SH_PSHL %d n'est pas dans l'intervalle -32..32" + +-#: elf32-sh.c:4410 elf32-sh.c:4886 ++#: elf32-sh.c:4431 elf32-sh.c:4903 ++#, c-format + msgid "%B(%A+0x%lx): cannot emit fixup to `%s' in read-only section" +-msgstr "%B(%A+0x%lx): impossible d'apporter des corrections à «%s» dans une section en lecture seule" ++msgstr "%B(%A+0x%lx): impossible d'apporter des corrections à « %s » dans une section en lecture seule" + +-#: elf32-sh.c:4993 ++#: elf32-sh.c:5005 ++#, c-format + msgid "%B(%A+0x%lx): %s relocation against external symbol \"%s\"" + msgstr "%B(%A+0x%lx): %s réadressage vers le symbole externe « %s »" + +-#: elf32-sh.c:5466 ++#: elf32-sh.c:5469 + #, c-format + msgid "%X%C: relocation to \"%s\" references a different segment\n" + msgstr "%X%C: le réadressage vers « %s » fait référence à un segment différent\n" + +-#: elf32-sh.c:5472 ++#: elf32-sh.c:5476 + #, c-format + msgid "%C: warning: relocation to \"%s\" references a different segment\n" + msgstr "%C: attention: réadressage vers « %s » fait référence à un segment différent\n" + +-#: elf32-sh.c:6254 elf32-sh.c:6337 ++#: elf32-sh.c:6045 elf32-sh.c:6131 ++#, c-format + msgid "%B: `%s' accessed both as normal and FDPIC symbol" +-msgstr "%B: «%s» accédé à la fois comme symbole normal et comme symbole FDPIC" ++msgstr "%B: « %s » accédé à la fois comme symbole normal et comme symbole FDPIC" + +-#: elf32-sh.c:6259 elf32-sh.c:6341 ++#: elf32-sh.c:6051 elf32-sh.c:6136 ++#, c-format + msgid "%B: `%s' accessed both as FDPIC and thread local symbol" +-msgstr "%B: «%s» accédé à la fois comme symbole FDPIC et comme symbole local au thread" ++msgstr "%B: « %s » accédé à la fois comme symbole FDPIC et comme symbole local au thread" + +-#: elf32-sh.c:6289 ++#: elf32-sh.c:6082 + msgid "%B: Function descriptor relocation with non-zero addend" + msgstr "%B: Descripteur de fonction réadressé avec un opérande non nul" + +-#: elf32-sh.c:6525 elf64-alpha.c:4661 ++#: elf32-sh.c:6320 elf64-alpha.c:4757 ++#, c-format + msgid "%B: TLS local exec code cannot be linked into shared objects" + msgstr "%B: code exécutable local TLS ne peut être lié en objets partagés" + +-#: elf32-sh64.c:224 elf64-sh64.c:2318 ++# %s sont « dsp » ou « floating point » non traduits ++#: elf32-sh.c:6435 ++#, c-format ++msgid "%B: uses %s instructions while previous modules use %s instructions" ++msgstr "%B: utilise les instructions %s tandis que les modules précédents utilisent les instructions %s" ++ ++#: elf32-sh.c:6447 + #, c-format +-msgid "%s: compiled as 32-bit object and %s is 64-bit" +-msgstr "%s: compilé comme un objet de 32 bits et %s est de 64 bits" ++msgid "internal error: merge of architecture '%s' with architecture '%s' produced unknown architecture" ++msgstr "erreur interne: la fusion de l'architecture « %s » avec l'architecture « %s » a produit une architecture inconnue" ++ ++#: elf32-sh.c:6484 ++msgid "%B: uses instructions which are incompatible with instructions used in previous modules" ++msgstr "%B: utilise des instructions qui sont incompatibles avec les instructions utilisées dans les modules précédents" + +-#: elf32-sh64.c:227 elf64-sh64.c:2321 ++#: elf32-sh.c:6497 ++msgid "%B: attempt to mix FDPIC and non-FDPIC objects" ++msgstr "%B: tentative de mélanger des objets FDPIC et non-FDPIC" ++ ++#: elf32-sh64.c:225 elf64-sh64.c:2277 + #, c-format +-msgid "%s: compiled as 64-bit object and %s is 32-bit" +-msgstr "%s: compilé comme un objet de 64 bits et %s est de 32 bits" ++msgid "%B: compiled as 32-bit object and %B is 64-bit" ++msgstr "%B: compilé comme un objet de 32 bits et %B est de 64 bits" + +-#: elf32-sh64.c:229 elf64-sh64.c:2323 ++#: elf32-sh64.c:229 elf64-sh64.c:2281 + #, c-format +-msgid "%s: object size does not match that of target %s" +-msgstr "%s: taille de l'objet ne concorde pas avec la taille de la cible %s" ++msgid "%B: compiled as 64-bit object and %B is 32-bit" ++msgstr "%B: compilé comme un objet de 64 bits et %B est de 32 bits" + +-#: elf32-sh64.c:452 elf64-sh64.c:2839 ++#: elf32-sh64.c:232 elf64-sh64.c:2284 + #, c-format +-msgid "%s: encountered datalabel symbol in input" +-msgstr "%s: rencontre du symbole d'une étiquette de donnée dans l'entrée" ++msgid "%B: object size does not match that of target %B" ++msgstr "%B: taille de l'objet ne concorde pas avec la taille de la cible %B" ++ ++#: elf32-sh64.c:455 elf64-sh64.c:2776 ++msgid "%B: encountered datalabel symbol in input" ++msgstr "%B: rencontre du symbole d'une étiquette de donnée dans l'entrée" + +-#: elf32-sh64.c:529 ++#: elf32-sh64.c:531 + msgid "PTB mismatch: a SHmedia address (bit 0 == 1)" + msgstr "Non concordance PTB: adresse SHmedia (bit 0 == 1)" + +-#: elf32-sh64.c:532 ++#: elf32-sh64.c:534 + msgid "PTA mismatch: a SHcompact address (bit 0 == 0)" + msgstr "Non concordance PTA: adresse SHcompact (bit 0 == 0)" + + #: elf32-sh64.c:550 +-#, c-format +-msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16" +-msgstr "%s: Erreur GAS: insn PTB inattendue avec R_SH_PT_16" ++msgid "%B: GAS error: unexpected PTB insn with R_SH_PT_16" ++msgstr "%B: Erreur GAS: insn PTB inattendue avec R_SH_PT_16" + +-#: elf32-sh64.c:599 ++#: elf32-sh64.c:600 ++#, c-format + msgid "%B: error: unaligned relocation type %d at %08x reloc %p\n" + msgstr "%B: erreur: type de réadressage %d non aligné à %08x réadressé %p\n" + +-#: elf32-sh64.c:675 +-#, c-format +-msgid "%s: could not write out added .cranges entries" +-msgstr "%s: ne peut écrire en sortie des entrées .cranges ajoutées" ++#: elf32-sh64.c:676 ++msgid "%B: could not write out added .cranges entries" ++msgstr "%B: ne peut écrire en sortie des entrées .cranges ajoutées" + + #: elf32-sh64.c:735 +-#, c-format +-msgid "%s: could not write out sorted .cranges entries" +-msgstr "%s: ne peut écrire en sortie des entrées .cranges triées" ++msgid "%B: could not write out sorted .cranges entries" ++msgstr "%B: ne peut écrire en sortie des entrées .cranges triées" + +-#: elf32-sparc.c:90 ++#: elf32-sparc.c:89 + msgid "%B: compiled for a 64 bit system and target is 32 bit" + msgstr "%B: compilé pour un système à 64 bits et la cible est de 32 bits" + +-#: elf32-sparc.c:103 ++#: elf32-sparc.c:102 + msgid "%B: linking little endian files with big endian files" + msgstr "%B: édition de liens pour des fichiers à octets de poids faible avec des fichiers à octets de poids fort" + +-#: elf32-spu.c:716 ++#: elf32-spu.c:160 ++#, c-format ++msgid "%B: unrecognised SPU reloc number: %d" ++msgstr "%B: numéro de réadressage SPU non reconnu: %d" ++ ++#: elf32-spu.c:726 + msgid "%X%P: overlay section %A does not start on a cache line.\n" + msgstr "%X%P: recouvrement de la section %A ne démarre pas sur une ligne de cache.\n" + +-#: elf32-spu.c:724 ++#: elf32-spu.c:734 + msgid "%X%P: overlay section %A is larger than a cache line.\n" + msgstr "%X%P: recouvrement de la section %A est plus grand que la ligne de cache.\n" + +-#: elf32-spu.c:744 ++#: elf32-spu.c:754 + msgid "%X%P: overlay section %A is not in cache area.\n" + msgstr "%X%P: recouvrement de la section %A n'est pas dans une zone de cache.\n" + +-#: elf32-spu.c:784 ++#: elf32-spu.c:795 ++#, c-format + msgid "%X%P: overlay sections %A and %A do not start at the same address.\n" + msgstr "%X%P: recouvrement des sections %A et %A ne commencent pas à la même adresse.\n" + +-#: elf32-spu.c:1008 ++#: elf32-spu.c:1021 ++#, c-format + msgid "warning: call to non-function symbol %s defined in %B" + msgstr "attention: appel au symbole %s défini dans %B qui n'est pas une fonction" + +-#: elf32-spu.c:1358 ++#: elf32-spu.c:1371 ++#, c-format + msgid "%A:0x%v lrlive .brinfo (%u) differs from analysis (%u)\n" + msgstr "%A:0x%v le lrlive .brinfo (%u) diffère de celui de l'analyse (%u)\n" + +-#: elf32-spu.c:1877 ++#: elf32-spu.c:1903 ++#, c-format + msgid "%B is not allowed to define %s" + msgstr "%B ne peut pas définir %s" + +-#: elf32-spu.c:1885 ++#: elf32-spu.c:1911 + #, c-format + msgid "you are not allowed to define %s in a script" + msgstr "vous ne pouvez pas définir %s dans un script" + +-#: elf32-spu.c:1919 ++#: elf32-spu.c:1945 + #, c-format + msgid "%s in overlay section" + msgstr "%s dans une section de recouvrement" + +-#: elf32-spu.c:1948 ++#: elf32-spu.c:1974 + msgid "overlay stub relocation overflow" + msgstr "débordement du réadressage de l'ébauche de recouvrement" + +-#: elf32-spu.c:1957 ++#: elf32-spu.c:1983 + msgid "stubs don't match calculated size" + msgstr "taille des ébauches ne concorde pas avec la taille calculée" + +-#: elf32-spu.c:2539 ++#: elf32-spu.c:2566 + #, c-format + msgid "warning: %s overlaps %s\n" + msgstr "attention: %s recouvre %s\n" + +-#: elf32-spu.c:2555 ++#: elf32-spu.c:2582 + #, c-format + msgid "warning: %s exceeds section size\n" + msgstr "attention: %s dépasse la taille de la section\n" + +-#: elf32-spu.c:2586 ++#: elf32-spu.c:2614 ++#, c-format + msgid "%A:0x%v not found in function table\n" + msgstr "%A:%0x%v pas trouvé dans la table de fonctions\n" + +-#: elf32-spu.c:2726 ++#: elf32-spu.c:2755 ++#, c-format + msgid "%B(%A+0x%v): call to non-code section %B(%A), analysis incomplete\n" + msgstr "%B(%A+0x%v): appel à la section non exécutable %B(%A), analyse incomplète\n" + +-#: elf32-spu.c:3294 ++#: elf32-spu.c:3324 + #, c-format + msgid "Stack analysis will ignore the call from %s to %s\n" + msgstr "L'analyse de la pile ignorera l'appel de %s à %s\n" + +-#: elf32-spu.c:3985 +-msgid " %s: 0x%v\n" +-msgstr " %s: 0x%v\n" +- +-#: elf32-spu.c:3986 +-msgid "%s: 0x%v 0x%v\n" +-msgstr "%s: 0x%v 0x%v\n" +- +-#: elf32-spu.c:3991 ++#: elf32-spu.c:4021 + msgid " calls:\n" + msgstr " appels:\n" + +-#: elf32-spu.c:3999 +-#, c-format +-msgid " %s%s %s\n" +-msgstr " %s%s %s\n" +- +-#: elf32-spu.c:4304 ++#: elf32-spu.c:4335 + #, c-format + msgid "%s duplicated in %s\n" + msgstr "%s dupliqué dans %s\n" + +-#: elf32-spu.c:4308 ++#: elf32-spu.c:4339 + #, c-format + msgid "%s duplicated\n" + msgstr "%s dupliqué\n" + +-#: elf32-spu.c:4315 ++#: elf32-spu.c:4346 + msgid "sorry, no support for duplicate object files in auto-overlay script\n" + msgstr "désolé, pas de support des fichiers objet dupliqués dans un script auto-overlay\n" + +-#: elf32-spu.c:4356 ++#: elf32-spu.c:4388 ++#, c-format + msgid "non-overlay size of 0x%v plus maximum overlay size of 0x%v exceeds local store\n" + msgstr "la taille de non recouvrement de 0x%v plus la taille maximum de recouvrement de 0x%v dépasse l'espace local\n" + +-#: elf32-spu.c:4511 ++#: elf32-spu.c:4544 ++#, c-format + msgid "%B:%A%s exceeds overlay size\n" + msgstr "%B:%A%s dépasse la taille de recouvrement\n" + +-#: elf32-spu.c:4673 ++#: elf32-spu.c:4685 ++msgid "%F%P: auto overlay error: %E\n" ++msgstr "%F%P: erreur d'auto recouvrement: %E\n" ++ ++#: elf32-spu.c:4706 + msgid "Stack size for call graph root nodes.\n" + msgstr "Taille de la pile des nœuds racine du graph d'appel.\n" + +-#: elf32-spu.c:4674 ++#: elf32-spu.c:4707 + msgid "" + "\n" + "Stack size for functions. Annotations: '*' max stack, 't' tail call\n" + msgstr "" + "\n" +-"Taille de la pile pour les fonctions. Annotations: «*» pile max, «t» appel de queue\n" ++"Taille de la pile pour les fonctions. Annotations: « * » pile max, « t » appel de queue\n" + +-#: elf32-spu.c:4684 ++#: elf32-spu.c:4717 + msgid "Maximum stack required is 0x%v\n" + msgstr "Pile maximum requise est 0x%v\n" + +-#: elf32-spu.c:4775 ++#: elf32-spu.c:4736 ++msgid "%X%P: stack/lrlive analysis error: %E\n" ++msgstr "%X%P: erreur d'analyse de pile/lrlive: %E\n" ++ ++#: elf32-spu.c:4739 ++msgid "%F%P: can not build overlay stubs: %E\n" ++msgstr "%F%P: ne peut construire les ébauches de recouvrement: %E\n" ++ ++#: elf32-spu.c:4808 + msgid "fatal error while creating .fixup" + msgstr "erreur fatale lors de la création de .fixup" + +-#: elf32-spu.c:5005 ++#: elf32-spu.c:5043 ++#, c-format + msgid "%B(%s+0x%lx): unresolvable %s relocation against symbol `%s'" + msgstr "%B(%A+0x%lx): réadressage %s sans solution vers le symbole « %s »" + +-#: elf32-tic6x.c:1600 ++#: elf32-tic6x.c:1596 + msgid "warning: generating a shared library containing non-PIC code" + msgstr "attention: production d'une librairie partagée contenant du code non-PIC" + +-#: elf32-tic6x.c:1605 ++#: elf32-tic6x.c:1601 + msgid "warning: generating a shared library containing non-PID code" + msgstr "attention: production d'une librairie partagée contenant du code non-PID" + +-#: elf32-tic6x.c:2524 ++#: elf32-tic6x.c:2525 + msgid "%B: SB-relative relocation but __c6xabi_DSBT_BASE not defined" + msgstr "%B: réadressage relatif à SB mais __c6xabi_DSBT_BASE n'est pas défini" + +-#: elf32-tic6x.c:3648 ++#: elf32-tic6x.c:3651 ++#, c-format + msgid "%B: error: unknown mandatory EABI object attribute %d" + msgstr "%B: erreur: l'attribut d'objet EABI obligatoire %d est manquant" + +-#: elf32-tic6x.c:3656 ++#: elf32-tic6x.c:3660 ++#, c-format + msgid "%B: warning: unknown EABI object attribute %d" + msgstr "%B: attention: attribut d'objet EABI %d inconnu" + +-#: elf32-tic6x.c:3768 elf32-tic6x.c:3776 ++#: elf32-tic6x.c:3774 elf32-tic6x.c:3783 ++#, c-format + msgid "error: %B requires more stack alignment than %B preserves" + msgstr "erreur: %B nécessite un plus grand alignement de pile que ce que %B préserve" + +-#: elf32-tic6x.c:3786 elf32-tic6x.c:3795 ++#: elf32-tic6x.c:3793 elf32-tic6x.c:3802 + msgid "error: unknown Tag_ABI_array_object_alignment value in %B" + msgstr "erreur: valeur Tag_ABI_array_object_alignment inconnue dans %B" + +-#: elf32-tic6x.c:3804 elf32-tic6x.c:3813 ++#: elf32-tic6x.c:3811 elf32-tic6x.c:3820 + msgid "error: unknown Tag_ABI_array_object_align_expected value in %B" + msgstr "erreur: valeur Tag_ABI_array_object_align_expected inconnue dans %B" + +-#: elf32-tic6x.c:3821 elf32-tic6x.c:3828 ++#: elf32-tic6x.c:3829 elf32-tic6x.c:3837 ++#, c-format + msgid "error: %B requires more array alignment than %B preserves" + msgstr "erreur: %B nécessite un plus grand alignement de tableau que ce que %B préserve" + +-#: elf32-tic6x.c:3850 ++#: elf32-tic6x.c:3860 ++#, c-format + msgid "warning: %B and %B differ in wchar_t size" + msgstr "attention: %B et %B on des tailles de wchar_t différentes" + +-#: elf32-tic6x.c:3868 ++#: elf32-tic6x.c:3879 ++#, c-format + msgid "warning: %B and %B differ in whether code is compiled for DSBT" + msgstr "attention: %B et %B ne sont pas d'accord sur la compilation du code pour DSBT" + + #: elf32-v850.c:157 + #, c-format + msgid "Variable `%s' cannot occupy in multiple small data regions" +-msgstr "Variable «%s» ne peut occuper de multiples petites régions de données" ++msgstr "Variable « %s » ne peut occuper de multiples petites régions de données" + + #: elf32-v850.c:160 + #, c-format + msgid "Variable `%s' can only be in one of the small, zero, and tiny data regions" +-msgstr "Variable «%s» peut seulement être dans une région de données petite, zéro ou minuscule" ++msgstr "Variable « %s » peut seulement être dans une région de données petite, zéro ou minuscule" + + #: elf32-v850.c:163 + #, c-format + msgid "Variable `%s' cannot be in both small and zero data regions simultaneously" +-msgstr "Variable «%s» ne peut être dans une région de données petite et zéro à la fois" ++msgstr "Variable « %s » ne peut être dans une région de données petite et zéro à la fois" + + #: elf32-v850.c:166 + #, c-format + msgid "Variable `%s' cannot be in both small and tiny data regions simultaneously" +-msgstr "Variable «%s» ne peut être dans une région de données petite et minuscule à la fois" ++msgstr "Variable « %s » ne peut être dans une région de données petite et minuscule à la fois" + + #: elf32-v850.c:169 + #, c-format + msgid "Variable `%s' cannot be in both zero and tiny data regions simultaneously" +-msgstr "Variable «%s» ne peut être dans une région de données zéro et minuscule à la fois" ++msgstr "Variable « %s » ne peut être dans une région de données zéro et minuscule à la fois" + + #: elf32-v850.c:467 + msgid "FAILED to find previous HI16 reloc" + msgstr "ÉCHEC de repérage du réadressage HI16 précédent" + +-#: elf32-v850.c:2293 ++#: elf32-v850.c:1902 elf32-v850.c:1921 ++#, c-format ++msgid "%B: invalid V850 reloc number: %d" ++msgstr "%B: numéro de réadressage V850 invalide: %d" ++ ++#: elf32-v850.c:2299 + msgid "could not locate special linker symbol __gp" + msgstr "ne peut repérer le symbole spécial d'édition de lien __gp" + +-#: elf32-v850.c:2297 ++#: elf32-v850.c:2303 + msgid "could not locate special linker symbol __ep" + msgstr "ne peut repérer le symbole spécial d'édition de lien __ep" + +-#: elf32-v850.c:2301 ++#: elf32-v850.c:2307 + msgid "could not locate special linker symbol __ctbp" + msgstr "ne peut repérer le symbole spécial d'édition de lien __ctbp" + +-#: elf32-v850.c:2471 elf32-v850.c:2534 ++#: elf32-v850.c:2528 ++#, c-format ++msgid "error: %B needs 8-byte aligment but %B is set for 4-byte alignment" ++msgstr "erreur: %B a besoin d'un alignement sur 8 octets mais %B est défini pour un alignement sur 4 octets" ++ ++#: elf32-v850.c:2544 ++#, c-format ++msgid "error: %B uses 64-bit doubles but %B uses 32-bit doubles" ++msgstr "erreur: %B utilise des doubles 64 bits alors que %B utilise des doubles 32 bits" ++ ++#: elf32-v850.c:2559 ++#, c-format ++msgid "error: %B uses FPU-3.0 but %B only supports FPU-2.0" ++msgstr "erreur: %B utilise FPU-3.0 mais %B ne supporte que FPU-2.0" ++ ++#: elf32-v850.c:2591 ++#, c-format ++msgid " alignment of 8-byte entities: " ++msgstr " alignement d'entités de 8 octets:" ++ ++#: elf32-v850.c:2594 ++#, c-format ++msgid "4-byte" ++msgstr "4 octets" ++ ++#: elf32-v850.c:2595 ++#, c-format ++msgid "8-byte" ++msgstr "8 octets" ++ ++#: elf32-v850.c:2596 elf32-v850.c:2608 ++#, c-format ++msgid "not set" ++msgstr "pas défini" ++ ++#: elf32-v850.c:2597 elf32-v850.c:2609 elf32-v850.c:2621 elf32-v850.c:2632 ++#: elf32-v850.c:2643 elf32-v850.c:2654 ++#, c-format ++msgid "unknown: %x" ++msgstr "inconnu: %x" ++ ++#: elf32-v850.c:2603 ++#, c-format ++msgid " size of doubles: " ++msgstr " taille des doubles: " ++ ++#: elf32-v850.c:2606 ++#, c-format ++msgid "4-bytes" ++msgstr "4 octets" ++ ++#: elf32-v850.c:2607 ++#, c-format ++msgid "8-bytes" ++msgstr "8 octets" ++ ++#: elf32-v850.c:2615 ++#, c-format ++msgid " FPU support required: " ++msgstr " support du FPU requis: " ++ ++#: elf32-v850.c:2618 ++#, c-format ++msgid "FPU-2.0" ++msgstr "FPU-2.0" ++ ++#: elf32-v850.c:2619 ++#, c-format ++msgid "FPU-3.0" ++msgstr "FPU-3.0" ++ ++#: elf32-v850.c:2620 ++#, c-format ++msgid "none" ++msgstr "aucun" ++ ++#: elf32-v850.c:2627 ++#, c-format ++msgid "SIMD use: " ++msgstr "utilisation SIMD: " ++ ++#: elf32-v850.c:2630 elf32-v850.c:2641 elf32-v850.c:2652 ++#, c-format ++msgid "yes" ++msgstr "oui" ++ ++#: elf32-v850.c:2631 elf32-v850.c:2642 elf32-v850.c:2653 ++#, c-format ++msgid "no" ++msgstr "non" ++ ++#: elf32-v850.c:2638 ++#, c-format ++msgid "CACHE use: " ++msgstr "utilisation CACHE: " ++ ++#: elf32-v850.c:2649 ++#, c-format ++msgid "MMU use: " ++msgstr "utilisation MMU: " ++ ++#: elf32-v850.c:2816 elf32-v850.c:2872 + msgid "%B: Architecture mismatch with previous modules" + msgstr "%B: L'architecture ne concorde pas avec les modules précédents" + +-#: elf32-v850.c:2478 +-msgid "%B: Alignment mismatch with previous modules" +-msgstr "%B: L'alignement ne concorde pas avec les modules précédents" +- + #. xgettext:c-format. +-#: elf32-v850.c:2553 ++#: elf32-v850.c:2890 + #, c-format + msgid "private flags = %lx: " + msgstr "fanions privés = %lx: " + +-#: elf32-v850.c:2558 ++#: elf32-v850.c:2895 + #, c-format + msgid "unknown v850 architecture" + msgstr "architecture v850 inconnue" + +-#: elf32-v850.c:2560 ++#: elf32-v850.c:2897 + #, c-format + msgid "v850 E3 architecture" + msgstr "architecture v850 E3" + +-#: elf32-v850.c:2562 elf32-v850.c:2572 ++#: elf32-v850.c:2899 elf32-v850.c:2906 + #, c-format + msgid "v850 architecture" + msgstr "architecture v850" + +-#: elf32-v850.c:2565 +-#, c-format +-msgid ", 8-byte data alignment" +-msgstr ", alignement de données sur 8 octets" +- +-#: elf32-v850.c:2573 ++#: elf32-v850.c:2907 + #, c-format + msgid "v850e architecture" + msgstr "architecture v850e" + +-#: elf32-v850.c:2574 ++#: elf32-v850.c:2908 + #, c-format + msgid "v850e1 architecture" + msgstr "architecture v850e1" + +-#: elf32-v850.c:2575 ++#: elf32-v850.c:2909 + #, c-format + msgid "v850e2 architecture" + msgstr "architecture v850e2" + +-#: elf32-v850.c:2576 ++#: elf32-v850.c:2910 + #, c-format + msgid "v850e2v3 architecture" + msgstr "architecture v850e2v3" + +-#: elf32-v850.c:2577 ++#: elf32-v850.c:2911 + #, c-format + msgid "v850e3v5 architecture" + msgstr "architecture v850e3v5" + +-#: elf32-vax.c:532 ++#: elf32-v850.c:3605 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized insns" ++msgstr "%B: 0x%lx: attention: R_V850_LONGCALL pointe vers des insns inconnues" ++ ++#: elf32-v850.c:3615 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized insn 0x%x" ++msgstr "%B: 0x%lx: attention: R_V850_LONGCALL pointe vers l'insn inconnue 0x%x" ++ ++#: elf32-v850.c:3660 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized reloc" ++msgstr "%B: 0x%lx: attention: R_V850_LONGCALL pointe vers un réadressage non reconnu" ++ ++#: elf32-v850.c:3700 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized reloc 0x%lx" ++msgstr "%B: 0x%lx: attention: R_V850_LONGCALL pointe vers le réadressage inconnu 0x%lx" ++ ++#: elf32-v850.c:3843 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGJUMP points to unrecognized insns" ++msgstr "%B: 0x%lx: attention: R_V850_LONGJUMP pointe vers des insns non reconnues" ++ ++#: elf32-v850.c:3853 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGJUMP points to unrecognized insn 0x%x" ++msgstr "%B: 0x%lx: attention: R_V850_LONGJUMP pointe vers une insn inconnue 0x%x" ++ ++#: elf32-v850.c:3887 ++#, c-format ++msgid "%B: 0x%lx: warning: R_V850_LONGJUMP points to unrecognized reloc" ++msgstr "%B: 0x%lx: attention: R_V850_LONGJUMP pointe vers un réadressage non reconnu" ++ ++#: elf32-vax.c:290 ++#, c-format ++msgid "%B: unrecognised VAX reloc number: %d" ++msgstr "%B: numéro de réadressage VAX non reconnu: %d" ++ ++#: elf32-vax.c:539 + #, c-format + msgid " [nonpic]" + msgstr " [nonpic]" + +-#: elf32-vax.c:535 ++#: elf32-vax.c:542 + #, c-format + msgid " [d-float]" + msgstr " [d-float]" + +-#: elf32-vax.c:538 ++#: elf32-vax.c:545 + #, c-format + msgid " [g-float]" + msgstr " [g-float]" + +-#: elf32-vax.c:656 ++#: elf32-vax.c:635 ++#, c-format ++msgid "%B: warning: GOT addend of %ld to `%s' does not match previous GOT addend of %ld" ++msgstr "%B: attention: ajout GOT de %ld à « %s » ne concorde par avec l'ajout GOT précédent de %ld" ++ ++#: elf32-vax.c:1511 ++#, c-format ++msgid "%B: warning: PLT addend of %d to `%s' from %A section ignored" ++msgstr "%B: attention: ignore l'ajout PLT de %d à « %s » de la section %A" ++ ++#: elf32-vax.c:1636 ++#, c-format ++msgid "%B: warning: %s relocation against symbol `%s' from %A section" ++msgstr "%B: attention: réadressage %s vers le symbole « %s » de la section %A" ++ ++#: elf32-vax.c:1643 + #, c-format +-msgid "%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of %ld" +-msgstr "%s: attention: ajout GOT de %ld à «%s» ne concorde par avec l'ajout GOT précédent de %ld" ++msgid "%B: warning: %s relocation to 0x%x from %A section" ++msgstr "%B: attention: réadressage %s vers 0x%x de la section %A" + +-#: elf32-vax.c:1543 ++#: elf32-visium.c:481 + #, c-format +-msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored" +-msgstr "%s: attention: ignore l'ajout PLT de %d à «%s» de la section %s" ++msgid "%B: invalid Visium reloc number: %d" ++msgstr "%B: numéro de réadressage Visium invalide: %d" + +-#: elf32-vax.c:1668 ++# Les %s sont « with » ou « without » non traduits. ++# Heureusement, le fichier entier a été supprimé dans les sources actuelles. ++#: elf32-visium.c:817 + #, c-format +-msgid "%s: warning: %s relocation against symbol `%s' from %s section" +-msgstr "%s: attention: réadressage %s vers le symbole « %s » de la section %s" ++msgid "%B: compiled %s -mtune=%s and linked with modules compiled %s -mtune=%s" ++msgstr "%B: compilé %s -mtune=%s et lié avec des modules compilés %s -mtune=%s" + +-#: elf32-vax.c:1674 ++#: elf32-xgate.c:428 + #, c-format +-msgid "%s: warning: %s relocation to 0x%x from %s section" +-msgstr "%s: attention: réadressage %s vers 0x%x de la section %s" ++msgid "%B: invalid XGate reloc number: %d" ++msgstr "%B: numéro de réadressage XGate invalide: %d" + +-#: elf32-xgate.c:686 ++#: elf32-xgate.c:681 + #, c-format + msgid "cpu=XGATE]" + msgstr "cpu=XGATE]" + +-#: elf32-xgate.c:688 ++#: elf32-xgate.c:683 + #, c-format + msgid "error reading cpu type from elf private data" + msgstr "erreur lors de la lecture du type de CPU dans les données elf privées" + +-#: elf32-xstormy16.c:455 elf64-ia64-vms.c:2072 elf32-ia64.c:2330 +-#: elf64-ia64.c:2330 ++#: elf32-xstormy16.c:453 elf64-ia64-vms.c:2074 elf32-ia64.c:2334 ++#: elf64-ia64.c:2334 + msgid "non-zero addend in @fptr reloc" +-msgstr "ajout non nul dans la relocalisation @fptr" ++msgstr "ajout non nul dans le réadressage @fptr" ++ ++#: elf32-xtensa.c:485 ++#, c-format ++msgid "%B: invalid XTENSA reloc number: %d" ++msgstr "%B: numéro de réadressage XTENSA invalide: %d" + +-#: elf32-xtensa.c:908 ++#: elf32-xtensa.c:926 ++#, c-format + msgid "%B(%A): invalid property table" + msgstr "%B(%A): table de propriété invalide" + +-#: elf32-xtensa.c:2774 ++#: elf32-xtensa.c:2790 ++#, c-format + msgid "%B(%A+0x%lx): relocation offset out of range (size=0x%x)" + msgstr "%B(%A+0x%lx): décalage de réadressage hors limite (taille=0x%x)" + +-#: elf32-xtensa.c:2853 elf32-xtensa.c:2974 ++#: elf32-xtensa.c:2871 elf32-xtensa.c:2990 + msgid "dynamic relocation in read-only section" + msgstr "réadressage dynamique dans une section en lecture seule" + +-#: elf32-xtensa.c:2950 ++#: elf32-xtensa.c:2967 + msgid "TLS relocation invalid without dynamic sections" + msgstr "réadressage TLS incorrecte sans section dynamique" + +-#: elf32-xtensa.c:3169 ++#: elf32-xtensa.c:3178 + msgid "internal inconsistency in size of .got.loc section" + msgstr "incohérence interne dans la taille de la section .got.loc" + +-#: elf32-xtensa.c:3482 ++#: elf32-xtensa.c:3485 ++#, c-format + msgid "%B: incompatible machine type. Output is 0x%x. Input is 0x%x" + msgstr "%B: type de machine incompatible. Sortie est 0x%x. Entrée est 0x%x" + +-#: elf32-xtensa.c:4713 elf32-xtensa.c:4721 ++#: elf32-xtensa.c:4716 elf32-xtensa.c:4724 + msgid "Attempt to convert L32R/CALLX to CALL failed" + msgstr "Échec de la tentative de convertir L32R/CALLX en CALL" + +-#: elf32-xtensa.c:6330 elf32-xtensa.c:6406 elf32-xtensa.c:7522 ++#: elf32-xtensa.c:6552 elf32-xtensa.c:6629 elf32-xtensa.c:8002 ++#, c-format + msgid "%B(%A+0x%lx): could not decode instruction; possible configuration mismatch" + msgstr "%B(%A+0x%lx): l'instruction ne peut pas être décodée; la configuration est peut-être erronée" + +-#: elf32-xtensa.c:7262 ++#: elf32-xtensa.c:7743 ++#, c-format + msgid "%B(%A+0x%lx): could not decode instruction for XTENSA_ASM_SIMPLIFY relocation; possible configuration mismatch" + msgstr "%B(%A+0x%lx): l'instruction ne peut pas être décodée pour un réadressage XTENSA_ASM_SIMPLIFY; la configuration est peut-être erronée" + +-#: elf32-xtensa.c:9022 ++#: elf32-xtensa.c:9585 + msgid "invalid relocation address" + msgstr "adresse de réadressage incorrecte" + +-#: elf32-xtensa.c:9071 ++#: elf32-xtensa.c:9635 + msgid "overflow after relaxation" + msgstr "débordement après la relâche" + +-#: elf32-xtensa.c:10203 ++#: elf32-xtensa.c:10779 ++#, c-format + msgid "%B(%A+0x%lx): unexpected fix for %s relocation" + msgstr "%B(%A+0x%lx): correction inattendue pour le réadressage %s" + +-#: elf64-alpha.c:474 ++#: elf64-alpha.c:472 + msgid "GPDISP relocation did not find ldah and lda instructions" + msgstr "le réadressage GPDISP n'a pas repéré les instructions ldah et lda" + +-#: elf64-alpha.c:2503 ++#: elf64-alpha.c:1112 ++#, c-format ++msgid "%B: unrecognised Alpha reloc number: %d" ++msgstr "%B: numéro de réadressage Alpha non reconnu: %d" ++ ++#: elf64-alpha.c:2529 ++#, c-format + msgid "%B: .got subsegment exceeds 64K (size %d)" + msgstr "%B: le sous-segment .got excède 64K (taille %d)" + +-#: elf64-alpha.c:4396 elf64-alpha.c:4408 ++#: elf64-alpha.c:3084 ++#, c-format ++msgid "%B: %A+0x%lx: warning: %s relocation against unexpected insn" ++msgstr "%B: %A+0x%lx: attention: réadressage de %s sur une insn inattendue" ++ ++#: elf64-alpha.c:3280 ++#, c-format ++msgid "%B: %A+0x%lx: warning: LITERAL relocation against unexpected insn" ++msgstr "%B: %A+0x%lx: attention: réadressage LITERAL sur une insn inattendue" ++ ++#: elf64-alpha.c:4481 elf64-alpha.c:4494 ++#, c-format + msgid "%B: gp-relative relocation against dynamic symbol %s" + msgstr "%B: réadressage relatif au gp vers le symbole dynamique %s" + +-#: elf64-alpha.c:4434 elf64-alpha.c:4574 ++#: elf64-alpha.c:4521 elf64-alpha.c:4665 ++#, c-format + msgid "%B: pc-relative relocation against dynamic symbol %s" + msgstr "%B: réadressage relatif au PC vers le symbole dynamique %s" + +-#: elf64-alpha.c:4462 ++#: elf64-alpha.c:4550 ++#, c-format + msgid "%B: change in gp: BRSGP %s" + msgstr "%B: changé dans le GP: BRSGP %s" + +-#: elf64-alpha.c:4487 ++#: elf64-alpha.c:4575 + msgid "" + msgstr "" + +-#: elf64-alpha.c:4492 ++#: elf64-alpha.c:4581 ++#, c-format + msgid "%B: !samegp reloc against symbol without .prologue: %s" +-msgstr "%B: relocalisation !samegp vers le symbole sans .prologue: %s" ++msgstr "%B: réadressage !samegp vers le symbole sans .prologue: %s" + +-#: elf64-alpha.c:4549 ++#: elf64-alpha.c:4639 ++#, c-format + msgid "%B: unhandled dynamic relocation against %s" + msgstr "%B: réadressage dynamique non traité vers %s" + +-#: elf64-alpha.c:4581 ++#: elf64-alpha.c:4674 ++#, c-format + msgid "%B: pc-relative relocation against undefined weak symbol %s" + msgstr "%B: réadressage relatif au PC vers le symbole faible non défini %s" + +-#: elf64-alpha.c:4645 ++#: elf64-alpha.c:4740 ++#, c-format + msgid "%B: dtp-relative relocation against dynamic symbol %s" + msgstr "%B: réadressage relatif au dtp vers le symbole dynamique %s" + +-#: elf64-alpha.c:4668 ++#: elf64-alpha.c:4765 ++#, c-format + msgid "%B: tp-relative relocation against dynamic symbol %s" + msgstr "%B: réadressage relatif au tp vers le symbole dynamique %s" + +-#: elf64-hppa.c:2084 ++#: elf64-hppa.c:2082 + #, c-format + msgid "stub entry for %s cannot load .plt, dp offset = %ld" + msgstr "entrée de l'ébauche pour %s ne peut charger .plt, décalage dp = %ld" + +-#: elf64-hppa.c:3280 ++#: elf64-hppa.c:3287 ++#, c-format + msgid "%B(%A+0x%" + msgstr "%B(%A+0x%" + +-#: elf64-ia64-vms.c:587 elf32-ia64.c:619 elf64-ia64.c:619 ++#: elf64-ia64-vms.c:587 elf32-ia64.c:620 elf64-ia64.c:620 ++#, c-format + msgid "%B: Can't relax br at 0x%lx in section `%A'. Please use brl or indirect branch." +-msgstr "%B: Ne peut relâcher br à 0x%lx dans la section «%A». Veuillez utiliser brl ou un branchement indirect." ++msgstr "%B: Ne peut relâcher br à 0x%lx dans la section « %A ». Veuillez utiliser brl ou un branchement indirect." + +-#: elf64-ia64-vms.c:2027 elf32-ia64.c:2278 elf64-ia64.c:2278 ++#: elf64-ia64-vms.c:2029 elf32-ia64.c:2282 elf64-ia64.c:2282 + msgid "@pltoff reloc against local symbol" +-msgstr "relocalisation @pltoff vers un symbole local" ++msgstr "réadressage @pltoff vers un symbole local" + +-#: elf64-ia64-vms.c:3279 elf32-ia64.c:3684 elf64-ia64.c:3684 ++#: elf64-ia64-vms.c:3282 elf32-ia64.c:3688 elf64-ia64.c:3688 + #, c-format +-msgid "%s: short data segment overflowed (0x%lx >= 0x400000)" +-msgstr "%s: débordement du segment de données court (0x%lx >= 0x400000)" ++msgid "%B: short data segment overflowed (0x%lx >= 0x400000)" ++msgstr "%B: débordement du segment de données court (0x%lx >= 0x400000)" + +-#: elf64-ia64-vms.c:3290 elf32-ia64.c:3695 elf64-ia64.c:3695 +-#, c-format +-msgid "%s: __gp does not cover short data segment" +-msgstr "%s: __gp ne couvre pas le segment de données court" ++#: elf64-ia64-vms.c:3292 elf32-ia64.c:3698 elf64-ia64.c:3698 ++msgid "%B: __gp does not cover short data segment" ++msgstr "%B: __gp ne couvre pas le segment de données court" + +-#: elf64-ia64-vms.c:3555 elf32-ia64.c:3962 elf64-ia64.c:3962 ++#: elf64-ia64-vms.c:3558 elf32-ia64.c:3965 elf64-ia64.c:3965 ++#, c-format + msgid "%B: non-pic code with imm relocation against dynamic symbol `%s'" + msgstr "%B: code non pic avec des réadressages imm vers le symbole dynamique « %s »" + +-#: elf64-ia64-vms.c:3617 elf32-ia64.c:4029 elf64-ia64.c:4029 ++#: elf64-ia64-vms.c:3622 elf32-ia64.c:4033 elf64-ia64.c:4033 ++#, c-format + msgid "%B: @gprel relocation against dynamic symbol %s" + msgstr "%B: réadressage @gprel vers le symbole dynamique %s" + +-#: elf64-ia64-vms.c:3676 elf32-ia64.c:4092 elf64-ia64.c:4092 ++#: elf64-ia64-vms.c:3681 elf32-ia64.c:4096 elf64-ia64.c:4096 + msgid "%B: linking non-pic code in a position independent executable" + msgstr "%B: liaison de code non-pic dans un exécutable à position indépendante" + +-#: elf64-ia64-vms.c:3777 elf32-ia64.c:4229 elf64-ia64.c:4229 ++#: elf64-ia64-vms.c:3783 elf32-ia64.c:4234 elf64-ia64.c:4234 ++#, c-format + msgid "%B: @internal branch to dynamic symbol %s" + msgstr "%B: branchement @internal vers le symbole dynamique %s" + +-#: elf64-ia64-vms.c:3779 elf32-ia64.c:4231 elf64-ia64.c:4231 ++#: elf64-ia64-vms.c:3786 elf32-ia64.c:4237 elf64-ia64.c:4237 ++#, c-format + msgid "%B: speculation fixup to dynamic symbol %s" + msgstr "%B: spéculation d'ajustements vers le symbole dynamique %s" + +-#: elf64-ia64-vms.c:3781 elf32-ia64.c:4233 elf64-ia64.c:4233 ++#: elf64-ia64-vms.c:3789 elf32-ia64.c:4240 elf64-ia64.c:4240 ++#, c-format + msgid "%B: @pcrel relocation against dynamic symbol %s" + msgstr "%B: réadressage @pcrel vers le symbole dynamique %s" + +-#: elf64-ia64-vms.c:3905 elf32-ia64.c:4430 elf64-ia64.c:4430 ++#: elf64-ia64-vms.c:3913 elf32-ia64.c:4437 elf64-ia64.c:4437 + msgid "unsupported reloc" +-msgstr "relocalisation non supportée" ++msgstr "réadressage non supportée" + +-#: elf64-ia64-vms.c:3942 elf32-ia64.c:4468 elf64-ia64.c:4468 ++#: elf64-ia64-vms.c:3950 elf32-ia64.c:4475 elf64-ia64.c:4475 ++#, c-format + msgid "%B: missing TLS section for relocation %s against `%s' at 0x%lx in section `%A'." + msgstr "%B: setion TLS manquante pour le réadressage %s vers « %s » à 0x%lx dans la section « %A »." + +-#: elf64-ia64-vms.c:3957 elf32-ia64.c:4483 elf64-ia64.c:4483 ++#: elf64-ia64-vms.c:3967 elf32-ia64.c:4492 elf64-ia64.c:4492 ++#, c-format + msgid "%B: Can't relax br (%s) to `%s' at 0x%lx in section `%A' with size 0x%lx (> 0x1000000)." +-msgstr "%B:Ne peut pas relâcher br (%s) sur «%s» à 0x%lx dans la section «%A» avec la taille 0x%lx (> 0x1000000)." ++msgstr "%B:Ne peut pas relâcher br (%s) sur « %s » à 0x%lx dans la section « %A » avec la taille 0x%lx (> 0x1000000)." + +-#: elf64-ia64-vms.c:4246 elf32-ia64.c:4745 elf64-ia64.c:4745 ++#: elf64-ia64-vms.c:4258 elf32-ia64.c:4749 elf64-ia64.c:4749 + msgid "%B: linking trap-on-NULL-dereference with non-trapping files" + msgstr "%B: édition de liens trap-on-NULL-dereference avec des fichiers non-trapping" + +-#: elf64-ia64-vms.c:4255 elf32-ia64.c:4754 elf64-ia64.c:4754 ++#: elf64-ia64-vms.c:4267 elf32-ia64.c:4758 elf64-ia64.c:4758 + msgid "%B: linking big-endian files with little-endian files" + msgstr "%B: édition de liens entre des fichiers à octets de poids fort et des fichiers à octets de poids faible" + +-#: elf64-ia64-vms.c:4264 elf32-ia64.c:4763 elf64-ia64.c:4763 ++#: elf64-ia64-vms.c:4276 elf32-ia64.c:4767 elf64-ia64.c:4767 + msgid "%B: linking 64-bit files with 32-bit files" + msgstr "%B: édition de liens entre fichiers 64 bits et fichiers 32 bits" + +-#: elf64-ia64-vms.c:4273 elf32-ia64.c:4772 elf64-ia64.c:4772 ++#: elf64-ia64-vms.c:4285 elf32-ia64.c:4776 elf64-ia64.c:4776 + msgid "%B: linking constant-gp files with non-constant-gp files" + msgstr "%B: édition de liens entre fichiers constant-gp et fichiers non-constant-gp" + +-#: elf64-ia64-vms.c:4283 elf32-ia64.c:4782 elf64-ia64.c:4782 ++#: elf64-ia64-vms.c:4295 elf32-ia64.c:4786 elf64-ia64.c:4786 + msgid "%B: linking auto-pic files with non-auto-pic files" + msgstr "%B: édition de liens entre fichiers auto-pic et fichiers non-auto-pic" + +-#: elf64-ia64-vms.c:5125 elflink.c:4299 ++#: elf64-ia64-vms.c:5138 elflink.c:4730 ++#, c-format + msgid "Warning: alignment %u of common symbol `%s' in %B is greater than the alignment (%u) of its section %A" +-msgstr "Attention: alignement %u du symbole commun «%s» dans %B est plus grand que l'alignement (%u) de sa section %A" ++msgstr "Attention: alignement %u du symbole commun « %s » dans %B est plus grand que l'alignement (%u) de sa section %A" + +-#: elf64-ia64-vms.c:5131 elflink.c:4305 ++#: elf64-ia64-vms.c:5145 elflink.c:4737 ++#, c-format + msgid "Warning: alignment %u of symbol `%s' in %B is smaller than %u in %B" +-msgstr "Attention: alignement %u du symbole «%s» dans %B est plus petit que %u dans %B" ++msgstr "Attention: alignement %u du symbole « %s » dans %B est plus petit que %u dans %B" + +-#: elf64-ia64-vms.c:5146 elflink.c:4321 ++#: elf64-ia64-vms.c:5161 ++#, c-format + msgid "Warning: size of symbol `%s' changed from %lu in %B to %lu in %B" +-msgstr "Attention: taille du symbole «%s» a changé de %lu dans %B à %lu dans %B" ++msgstr "Attention: taille du symbole « %s » a changé de %lu dans %B à %lu dans %B" ++ ++#: elf64-mips.c:3615 elfn32-mips.c:3439 ++#, c-format ++msgid "unrecognised MIPS reloc number: %d" ++msgstr "type de réadressage MIPS non reconnu: %d" + +-#: elf64-mmix.c:986 ++#: elf64-mmix.c:984 + msgid "" + "invalid input relocation when producing non-ELF, non-mmo format output.\n" + " Please use the objcopy program to convert from ELF or mmo,\n" +@@ -3029,7 +4300,7 @@ msgstr "" + " Veuillez utiliser le programme objcopy pour convertir de ELF ou mmo,\n" + " ou assembler en utilisant « -no-expand » (pour gcc, « -Wa,-no-expand »" + +-#: elf64-mmix.c:1170 ++#: elf64-mmix.c:1168 + msgid "" + "invalid input relocation when producing non-ELF, non-mmo format output.\n" + " Please use the objcopy program to convert from ELF or mmo,\n" +@@ -3039,55 +4310,59 @@ msgstr "" + " Veuillez utiliser le programme objcopy pour convertir de ELF ou mmo,\n" + " ou compiler en utilisant l'option gcc « -mno-base-addresses »." + +-#: elf64-mmix.c:1196 ++#: elf64-mmix.c:1195 + #, c-format + msgid "" +-"%s: Internal inconsistency error for value for\n" ++"%B: Internal inconsistency error for value for\n" + " linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%08lx\n" + msgstr "" +-"%s: erreur d'incohérence interne pour la valeur du registre global\n" ++"%B: erreur d'incohérence interne pour la valeur du registre global\n" + " alloué à l'édition de lien: lié: 0x%lx%08lx != relâché: 0x%lx%08lx\n" + +-#: elf64-mmix.c:1618 ++#: elf64-mmix.c:1266 + #, c-format +-msgid "%s: base-plus-offset relocation against register symbol: (unknown) in %s" +-msgstr "%s: réadressage base plus décalage vers le symbole registre: (inconnu) dans %s" ++msgid "%B: invalid MMIX reloc number: %d" ++msgstr "%B: numéro de réadressage MMIX invalide: %d" + +-#: elf64-mmix.c:1623 ++#: elf64-mmix.c:1618 + #, c-format +-msgid "%s: base-plus-offset relocation against register symbol: %s in %s" +-msgstr "%s: réadressage base plus décalage vers le symbole registre: %s dans %s" ++msgid "%B: base-plus-offset relocation against register symbol: (unknown) in %A" ++msgstr "%B: réadressage base plus décalage vers le symbole registre: (inconnu) dans %A" + +-#: elf64-mmix.c:1667 ++#: elf64-mmix.c:1624 + #, c-format +-msgid "%s: register relocation against non-register symbol: (unknown) in %s" +-msgstr "%s: réadressage de registre vers le symbole non-registre: (inconnu) dans %s" ++msgid "%B: base-plus-offset relocation against register symbol: %s in %A" ++msgstr "%B: réadressage base plus décalage vers le symbole registre: %s dans %A" + +-#: elf64-mmix.c:1672 ++#: elf64-mmix.c:1669 + #, c-format +-msgid "%s: register relocation against non-register symbol: %s in %s" +-msgstr "%s: réadressage de registre vers le symbole non-registre: %s dans %s" ++msgid "%B: register relocation against non-register symbol: (unknown) in %A" ++msgstr "%B: réadressage de registre vers le symbole non-registre: (inconnu) dans %A" + +-#: elf64-mmix.c:1709 ++#: elf64-mmix.c:1675 + #, c-format +-msgid "%s: directive LOCAL valid only with a register or absolute value" +-msgstr "%s: directive LOCAL valide seulement avec un registre ou une valeur absolue" ++msgid "%B: register relocation against non-register symbol: %s in %A" ++msgstr "%B: réadressage de registre vers le symbole non-registre: %s dans %A" ++ ++#: elf64-mmix.c:1712 ++msgid "%B: directive LOCAL valid only with a register or absolute value" ++msgstr "%B: directive LOCAL valide seulement avec un registre ou une valeur absolue" + +-#: elf64-mmix.c:1739 ++#: elf64-mmix.c:1743 + #, c-format +-msgid "%s: LOCAL directive: Register $%ld is not a local register. First global register is $%ld." +-msgstr "%s: directive LOCAL: registre $%ld n'est pas un registre local. Premier registre global est $%ld." ++msgid "%B: LOCAL directive: Register $%ld is not a local register. First global register is $%ld." ++msgstr "%B: directive LOCAL: registre $%ld n'est pas un registre local. Premier registre global est $%ld." + +-#: elf64-mmix.c:2198 ++#: elf64-mmix.c:2202 + #, c-format +-msgid "%s: Error: multiple definition of `%s'; start of %s is set in a earlier linked file\n" +-msgstr "%s: erreur: multiple définitions de «%s»; début de %s est initialisé dans un précédent fichier lié\n" ++msgid "%B: Error: multiple definition of `%s'; start of %s is set in a earlier linked file\n" ++msgstr "%B: erreur: multiple définitions de « %s »; début de %s est initialisé dans un précédent fichier lié\n" + +-#: elf64-mmix.c:2252 ++#: elf64-mmix.c:2257 + msgid "Register section has contents\n" + msgstr "Registre de section contient\n" + +-#: elf64-mmix.c:2441 ++#: elf64-mmix.c:2447 + #, c-format + msgid "" + "Internal inconsistency: remaining %u != max %u.\n" +@@ -3096,105 +4371,117 @@ msgstr "" + "Inconsistance interne: reste %u != max %u.\n" + " Merci de rapporter cette anomalie." + +-#: elf64-ppc.c:4463 ++#: elf64-ppc.c:4625 ++#, c-format + msgid "%P: %B: cannot create stub entry %s\n" + msgstr "%P: %B: ne peut créer l'entrée de l'ébauche %s\n" + +-#: elf64-ppc.c:4810 ++#: elf64-ppc.c:4993 + msgid "%P: symbol '%s' has invalid st_other for ABI version 1\n" + msgstr "%P: le symbole « %s » a un st_other invalide pour l'ABI à la version 1\n" + +-#: elf64-ppc.c:5170 +-msgid "%P: .opd not allowed in ABI version %d\n" +-msgstr "%P: .opd pas permis dans l'ABI à la version %d\n" ++#: elf64-ppc.c:5163 ++#, c-format ++msgid "%P: %B .opd not allowed in ABI version %d\n" ++msgstr "%P: %B: .opd pas permis dans l'ABI à la version %d\n" ++ ++#: elf64-ppc.c:5639 ++#, c-format ++msgid "%H: %s reloc unsupported in shared libraries and PIEs.\n" ++msgstr "%H: le réadressage %s n'est pas supporté dans les bibliothèques partagées et les PIE.\n" + +-#: elf64-ppc.c:5809 ++#: elf64-ppc.c:6046 ++#, c-format + msgid "%B uses unknown e_flags 0x%lx" + msgstr "%B utilise le e_flags 0x%lx inconnu" + +-#: elf64-ppc.c:5816 ++#: elf64-ppc.c:6054 ++#, c-format + msgid "%B: ABI version %ld is not compatible with ABI version %ld output" + msgstr "%B: la version ABI %ld n'est pas compatible avec la sortie de l'ABI version %ld" + +-#: elf64-ppc.c:5843 ++#: elf64-ppc.c:6082 + #, c-format + msgid " [abiv%ld]" + msgstr " [abiv%ld]" + +-#: elf64-ppc.c:7007 ++#: elf64-ppc.c:7413 + msgid "%P: copy reloc against `%T' requires lazy plt linking; avoid setting LD_BIND_NOW=1 or upgrade gcc\n" + msgstr "%P: le réadressage par copie sur « %T » nécessite un lien plt paresseux; évitez de mettre LD_BIND_NOW=1 ou mettez à jour gcc\n" + +-#: elf64-ppc.c:7270 ++#: elf64-ppc.c:7680 + msgid "%B: undefined symbol on R_PPC64_TOCSAVE relocation" + msgstr "%B: symbole indéfini sur le réadressage R_PPC64_TOCSAVE" + +-#: elf64-ppc.c:7499 ++#: elf64-ppc.c:7910 ++#, c-format + msgid "%P: dynreloc miscount for %B, section %A\n" + msgstr "%P: erreur de décompte de réadressage dynamique pour %B, section %A\n" + +-#: elf64-ppc.c:7583 ++#: elf64-ppc.c:7999 + msgid "%B: .opd is not a regular array of opd entries" + msgstr "%B: .opd n'est pas un tableau régulier d'entrées opd" + +-#: elf64-ppc.c:7592 ++#: elf64-ppc.c:8009 ++#, c-format + msgid "%B: unexpected reloc type %u in .opd section" +-msgstr "%B: type de relocalisation %u inattendu dans la section .opd" ++msgstr "%B: type de réadressage %u inattendu dans la section .opd" + +-#: elf64-ppc.c:7613 ++#: elf64-ppc.c:8031 ++#, c-format + msgid "%B: undefined sym `%s' in .opd section" +-msgstr "%B: symbole «%s» indéfini dans la section .opd" ++msgstr "%B: symbole « %s » indéfini dans la section .opd" + +-#: elf64-ppc.c:8177 ++#: elf64-ppc.c:8600 + msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n" + msgstr "%H __tls_get_addr a perdu l'argument, optimisation TLS désactivée\n" + +-#: elf64-ppc.c:8516 elf64-ppc.c:9139 ++#: elf64-ppc.c:8943 elf64-ppc.c:9580 + #, c-format + msgid "%s defined on removed toc entry" + msgstr "%s défini dans une entrée toc supprimée" + +-#: elf64-ppc.c:8868 +-msgid "%P: %H: toc optimization is not supported for %s instruction.\n" +-msgstr "%P: %H: l'optimisation toc n'est pas supportée pour l'instruction %s.\n" ++#: elf64-ppc.c:9308 ++#, c-format ++msgid "%H: toc optimization is not supported for %s instruction.\n" ++msgstr "%H: l'optimisation toc n'est pas supportée pour l'instruction %s.\n" + +-#: elf64-ppc.c:9096 +-msgid "%P: %H: %s references optimized away TOC entry\n" +-msgstr "%P: %H: %s fait référence à une entrée TOC supprimée par l'optimisation\n" ++#: elf64-ppc.c:9537 ++#, c-format ++msgid "%H: %s references optimized away TOC entry\n" ++msgstr "%H: %s fait référence à une entrée TOC supprimée par l'optimisation\n" + +-#: elf64-ppc.c:10394 ++#: elf64-ppc.c:10878 + msgid "%P: cannot find opd entry toc for `%T'\n" + msgstr "%P: l'entrée toc de opd non trouvée pour « %T »\n" + +-#: elf64-ppc.c:10479 ++#: elf64-ppc.c:10969 + msgid "%P: long branch stub `%s' offset overflow\n" + msgstr "%P: débordement de l'offset du branchement long de l'ébauche « %s »\n" + +-#: elf64-ppc.c:10538 ++#: elf64-ppc.c:11028 + msgid "%P: can't find branch stub `%s'\n" + msgstr "%P: ne peut repérer l'ébauche de branchement « %s »\n" + +-#: elf64-ppc.c:10602 elf64-ppc.c:10749 elf64-ppc.c:12416 ++#: elf64-ppc.c:11092 elf64-ppc.c:11244 elf64-ppc.c:13052 ++#, c-format + msgid "%P: linkage table error against `%T'\n" + msgstr "%P: erreur de la table de liaison vers « %T »\n" + +-#: elf64-ppc.c:10940 ++#: elf64-ppc.c:11454 + msgid "%P: can't build branch stub `%s'\n" + msgstr "%P: ne peut construire l'ébauche de branchement « %s »\n" + +-#: elf64-ppc.c:11748 ++#: elf64-ppc.c:12227 ++#, c-format + msgid "%B section %A exceeds stub group size" + msgstr "%B section %A dépasse la taille du groupe d'ébauche" + +-#: elf64-ppc.c:12662 elf64-ppc.c:12697 +-msgid "%P: %s offset too large for .eh_frame sdata4 encoding" +-msgstr "%P: décalage %s trop grand pour l'encodage .eh_frame sdata4" +- +-#: elf64-ppc.c:12758 ++#: elf64-ppc.c:13331 + msgid "%P: stubs don't match calculated size\n" + msgstr "%P: taille des ébauches ne concorde pas avec la taille calculée\n" + +-#: elf64-ppc.c:12770 ++#: elf64-ppc.c:13343 + #, c-format + msgid "" + "linker stubs in %u group%s\n" +@@ -3203,7 +4490,8 @@ msgid "" + " long branch %lu\n" + " long toc adj %lu\n" + " plt call %lu\n" +-" plt call toc %lu" ++" plt call toc %lu\n" ++" global entry %lu" + msgstr "" + "éditeur de liens des ébauches dans %u groupe%s\n" + " branchements %lu\n" +@@ -3211,896 +4499,1266 @@ msgstr "" + " long branchements %lu\n" + " long ajustements toc %lu\n" + " appels plt %lu\n" +-" appels plt toc %lu" ++" appels plt toc %lu\n" ++" entrées globales %lu" + +-#: elf64-ppc.c:13096 +-msgid "%P: %H: %s used with TLS symbol `%T'\n" +-msgstr "%P: %H: %s utilisé avec le symbole TLS « %T »\n" ++#: elf64-ppc.c:13665 ++#, c-format ++msgid "%H: %s used with TLS symbol `%T'\n" ++msgstr "%H: %s utilisé avec le symbole TLS « %T »\n" ++ ++#: elf64-ppc.c:13667 ++#, c-format ++msgid "%H: %s used with non-TLS symbol `%T'\n" ++msgstr "%H: %s utilisé avec le symbole non-TLS « %T »\n" + +-#: elf64-ppc.c:13097 +-msgid "%P: %H: %s used with non-TLS symbol `%T'\n" +-msgstr "%P: %H: %s utilisé avec le symbole non-TLS « %T »\n" ++#: elf64-ppc.c:14306 ++#, c-format ++msgid "%H: call to `%T' lacks nop, can't restore toc; recompile with -fPIC\n" ++msgstr "%H: il manque un nop à l'appel à « %T », toc ne peut être rétablie, recompilez avec -fPIC\n" + +-#: elf64-ppc.c:13675 +-msgid "%P: %H: call to `%T' lacks nop, can't restore toc; recompile with -fPIC\n" +-msgstr "%P: %H: il manque un nop à l'appel à « %T », toc ne peut être rétablie, recompilez avec -fPIC\n" ++#: elf64-ppc.c:14312 ++#, c-format ++msgid "%H: call to `%T' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub)\n" ++msgstr "%H: il manque un nop à l'appel à « %T », toc ne peut être rétablie, (ébauche d'ajustement de la toc -mcmodel=small)\n" + +-#: elf64-ppc.c:13793 ++#: elf64-ppc.c:14440 ++#, c-format + msgid "%P: %B: unknown relocation type %d for `%T'\n" + msgstr "%P: %B: type de réadressage %d inconnu pour « %T »\n" + +-#: elf64-ppc.c:14310 +-msgid "%P: %H: %s for indirect function `%T' unsupported\n" +-msgstr "%P: %H: %s non supporté pour la fonction indirecte « %T »\n" ++#: elf64-ppc.c:14994 ++#, c-format ++msgid "%H: %s for indirect function `%T' unsupported\n" ++msgstr "%H: %s non supporté pour la fonction indirecte « %T »\n" + +-#: elf64-ppc.c:14417 ++#: elf64-ppc.c:15132 ++#, c-format + msgid "%P: %B: %s is not supported for `%T'\n" + msgstr "%P: %B: %s n'est pas supporté pour le symbole « %T »\n" + +-#: elf64-ppc.c:14565 +-msgid "%P: %H: error: %s not a multiple of %u\n" +-msgstr "%P: %H: erreur: %s n'est pas un multiple de %u\n" ++#: elf64-ppc.c:15287 ++#, c-format ++msgid "%H: error: %s not a multiple of %u\n" ++msgstr "%H: erreur: %s n'est pas un multiple de %u\n" ++ ++#: elf64-ppc.c:15309 ++#, c-format ++msgid "%H: unresolvable %s against `%T'\n" ++msgstr "%H: %s ne peut être résolu par rapport à « %T »\n" ++ ++#: elf64-ppc.c:15406 ++#, c-format ++msgid "%H: %s against `%T': error %d\n" ++msgstr "%H: %s vers « %T »: erreur %d\n" + +-#: elf64-ppc.c:14586 +-msgid "%P: %H: unresolvable %s against `%T'\n" +-msgstr "%P: %H: %s ne peut être résolu par rapport à « %T »\n" ++#: elf64-ppc.c:15801 elf64-ppc.c:15830 ++msgid "%P: %s offset too large for .eh_frame sdata4 encoding" ++msgstr "%P: décalage %s trop grand pour l'encodage .eh_frame sdata4" + +-#: elf64-ppc.c:14644 +-msgid "%P: %H: %s against `%T': error %d\n" +-msgstr "%P: %H: %s vers « %T »: erreur %d\n" ++#: elf64-s390.c:2712 ++msgid "%B: `%s' non-PLT reloc for symbol defined in shared library and accessed from executable (rebuild file with -fPIC ?)" ++msgstr "%B: réadressage non-PLT « %s » pour le symbole défini dans une bibliothèque partagée et accédé depuis l'exécutable (recompiler le fichier avec -fPIC ?)" + +-#: elf64-sh64.c:1686 ++#: elf64-sh64.c:1680 + #, c-format +-msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n" +-msgstr "%s: erreur: type de réadressage %d non aligné à %08x réadressé`%08x\n" ++msgid "%B: error: unaligned relocation type %d at %08x reloc %08x\n" ++msgstr "%B: erreur: type de réadressage %d non aligné à %08x réadressé`%08x\n" + +-#: elf64-sparc.c:446 ++#: elf64-sparc.c:460 + msgid "%B: Only registers %%g[2367] can be declared using STT_REGISTER" + msgstr "%B: Seuls les registres %%g[2367] peuvent être déclarés en utilisant les registres STT_REGISTER" + +-#: elf64-sparc.c:466 ++#: elf64-sparc.c:481 ++#, c-format + msgid "Register %%g%d used incompatibly: %s in %B, previously %s in %B" + msgstr "Registre %%g%d utilisé de manière incompatible: %s dans %B précédemment %s dans %B" + +-#: elf64-sparc.c:489 ++#: elf64-sparc.c:505 ++#, c-format + msgid "Symbol `%s' has differing types: REGISTER in %B, previously %s in %B" +-msgstr "Symbole «%s» a des types qui diffèrent: REGISTRE dans %B, précédemment %s dans %B" ++msgstr "Symbole « %s » a des types qui diffèrent: REGISTRE dans %B, précédemment %s dans %B" + +-#: elf64-sparc.c:534 ++#: elf64-sparc.c:552 ++#, c-format + msgid "Symbol `%s' has differing types: %s in %B, previously REGISTER in %B" +-msgstr "Symbole «%s» a des types qui diffèrent: %s dans %B, précédemment REGISTRE dans %B" ++msgstr "Symbole « %s » a des types qui diffèrent: %s dans %B, précédemment REGISTRE dans %B" + +-#: elf64-sparc.c:687 ++#: elf64-sparc.c:707 + msgid "%B: linking UltraSPARC specific with HAL specific code" + msgstr "%B: édition de liens spécifiques pour UltraSPARC avec du code spécifique HAL" + +-#: elf64-x86-64.c:1530 ++#: elf64-x86-64.c:1923 ++msgid "hidden symbol " ++msgstr "symbole caché " ++ ++#: elf64-x86-64.c:1926 ++msgid "internal symbol " ++msgstr "symbole interne " ++ ++#: elf64-x86-64.c:1929 ++msgid "protected symbol " ++msgstr "symbole protégé " ++ ++#: elf64-x86-64.c:1932 ++msgid "symbol " ++msgstr "symbole " ++ ++#: elf64-x86-64.c:1933 elf64-x86-64.c:1943 ++msgid "; recompile with -fPIC" ++msgstr "; recompilé avec -fPIC" ++ ++#: elf64-x86-64.c:1938 ++msgid "undefined " ++msgstr "non défini " ++ ++# Les %s%s au début de %s%s« %s » peuvent être « non défini » ou rien pour le premier et ++# un des fragments ci-dessus pour le second ce qui donne par exemple « symbole interne non défini» en inversant les deux %s. ++# Le dernier %s collé au dernier mot peut être rien ou un des fragments traduits ci-dessus et commençant par un point-virgule. ++#: elf64-x86-64.c:1947 ++#, c-format ++msgid "%B: relocation %s against %s%s`%s' can not be used when making a shared object%s" ++msgstr "%1$B: réadressage %2$s vers %4$s%3$s« %5$s » ne peut pas être utilisé en créant un objet partagé%6$s" ++ ++#: elf64-x86-64.c:2510 ++#, c-format + msgid "%B: relocation %s against symbol `%s' isn't supported in x32 mode" + msgstr "%B: le réadressage %s sur le symbole « %s » n'est pas supporté en mode x32" + +-#: elf64-x86-64.c:1688 ++#: elf64-x86-64.c:2633 ++#, c-format + msgid "%B: '%s' accessed both as normal and thread local symbol" +-msgstr "%B: symbole «%s» accédé à la fois comme normal et comme local au thread" ++msgstr "%B: symbole « %s » accédé à la fois comme normal et comme local au thread" + +-#: elf64-x86-64.c:3405 /src/binutils-gdb/bfd/elfnn-aarch64.c:3511 ++#: elf64-x86-64.c:4576 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:5018 ++#, c-format + msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: %d" + msgstr "%B: le réadressage %s vers le symbole STT_GNU_IFUNC « %s » a l'opérande non nul: %d" + +-#: elf64-x86-64.c:3667 +-msgid "%B: relocation R_X86_64_GOTOFF64 against protected function `%s' can not be used when making a shared object" +-msgstr "%B: réadressage R_X86_64_GOTOFF64 vers la fonction protégée « %s » ne peut pas être utilisé lors de la création d'un objet partagé" +- +-#: elf64-x86-64.c:3787 +-msgid "; recompile with -fPIC" +-msgstr "; recompilé avec -fPIC" +- +-#: elf64-x86-64.c:3792 +-msgid "%B: relocation %s against %s `%s' can not be used when making a shared object%s" +-msgstr "%B: réadressage %s vers %s « %s » ne peut pas être utilisé en créant un objet partagé %s" ++#: elf64-x86-64.c:4831 ++#, c-format ++msgid "%B: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be used when making a shared object" ++msgstr "%B: réadressage R_X86_64_GOTOFF64 sur le symbole %s « %s » non défini ne peut pas être utilisé lors de la création d'un objet partagé" + +-#: elf64-x86-64.c:3794 +-msgid "%B: relocation %s against undefined %s `%s' can not be used when making a shared object%s" +-msgstr "%B: réadressage %s vers le %s non défini « %s » ne peut pas être utilisé en créant un objet partagé %s" ++# Le %s protégée est soit « function » ou « data » sans traduction. ++# Cette construction scabreuse a déjà été enlevée dans les sources. ++#: elf64-x86-64.c:4845 ++#, c-format ++msgid "%B: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be used when making a shared object" ++msgstr "%B: réadressage R_X86_64_GOTOFF64 vers la %s protégée « %s » ne peut pas être utilisé lors de la création d'un objet partagé" + +-#: elf64-x86-64.c:3900 ++#: elf64-x86-64.c:5122 ++#, c-format + msgid "%B: addend -0x%x in relocation %s against symbol `%s' at 0x%lx in section `%A' is out of range" + msgstr "%B: l'opérande -0x%x dans le réadressage %s vers le symbole « %s » à 0x%lx dans la section « %A » est hors limite" + +-#: elf64-x86-64.c:3908 ++#: elf64-x86-64.c:5130 ++#, c-format + msgid "%B: addend 0x%x in relocation %s against symbol `%s' at 0x%lx in section `%A' is out of range" + msgstr "%B: l'opérande 0x%x dans le réadressage %s vers le symbole « %s » à 0x%lx dans la section « %A » est hors limite" + +-#: elfcode.h:760 ++#: elf64-x86-64.c:5952 ++#, c-format ++msgid "%F%B: PC-relative offset overflow in PLT entry for `%s'\n" ++msgstr "%F%B: débordement du décalage relatif au PC dans l'entrée PLT pour « %s »\n" ++ ++#: elf64-x86-64.c:6019 ++#, c-format ++msgid "%F%B: branch displacement overflow in PLT entry for `%s'\n" ++msgstr "%F%B: débordement du déplacement de branchement dans l'entrée PLT pour « %s »\n" ++ ++#: elf64-x86-64.c:6072 + #, c-format +-msgid "warning: %s has a corrupt string table index - ignoring" +-msgstr "attention: %s a un index de table de chaînes corrompu - ignoré" ++msgid "%F%B: PC-relative offset overflow in GOT PLT entry for `%s'\n" ++msgstr "%F%B: débordement du décalage relatif au PC dans l'entrée PLT GOT pour « %s »\n" + +-#: elfcode.h:1186 ++#: elf64-x86-64.c:7663 + #, c-format +-msgid "%s: version count (%ld) does not match symbol count (%ld)" +-msgstr "%s: compteur de version (%ld) ne concorde pas avec le symbole du compteur (%ld)" ++msgid "%F: failed to create BND PLT section\n" ++msgstr "%F: échec lors de la création de la section PLT BND\n" + +-#: elfcode.h:1440 ++#: elf64-x86-64.c:7713 + #, c-format +-msgid "%s(%s): relocation %d has invalid symbol index %ld" +-msgstr "%s(%s): réadressage %d a un index de symbole %ld invalide" ++msgid "%F: failed to create BND PLT .eh_frame section\n" ++msgstr "%F: échec lors de la création de la section .eh_frame PLT BND\n" + +-#: elfcore.h:305 ++#: elfcode.h:760 ++msgid "warning: %B has a corrupt string table index - ignoring" ++msgstr "attention: %B a un index de table de chaînes corrompu - ignoré" ++ ++#: elfcode.h:1193 ++#, c-format ++msgid "%B: version count (%ld) does not match symbol count (%ld)" ++msgstr "%B: compteur de version (%ld) ne concorde pas avec le symbole du compteur (%ld)" ++ ++#: elfcode.h:1448 ++#, c-format ++msgid "%B(%A): relocation %d has invalid symbol index %ld" ++msgstr "%B(%A): réadressage %d a un index de symbole %ld invalide" ++ ++#: elfcore.h:300 ++#, c-format + msgid "Warning: %B is truncated: expected core file size >= %lu, found: %lu." + msgstr "Attention: %B est tronqué: taille attendue du cœur du fichier >= %lu, obtenu: %lu." + +-#: elflink.c:1143 ++#: elflink.c:1336 ++#, c-format + msgid "%s: TLS definition in %B section %A mismatches non-TLS definition in %B section %A" + msgstr "%s: définition TLS dans %B section %A ne correspond pas à la définition non TLS dans %B section %A" + +-#: elflink.c:1148 ++#: elflink.c:1342 ++#, c-format + msgid "%s: TLS reference in %B mismatches non-TLS reference in %B" + msgstr "%s: référence TLS dans %B ne correspond pas à la référence non TLS dans %B" + +-#: elflink.c:1153 ++#: elflink.c:1348 ++#, c-format + msgid "%s: TLS definition in %B section %A mismatches non-TLS reference in %B" + msgstr "%s: définition TLS dans %B section %A ne correspond pas à la référence TLS dans %B" + +-#: elflink.c:1158 ++#: elflink.c:1354 ++#, c-format + msgid "%s: TLS reference in %B mismatches non-TLS definition in %B section %A" + msgstr "%s: référence TLS dans %B ne correspond pas à la définition non TLS dans %B section %A" + +-#: elflink.c:1763 ++#: elflink.c:2015 ++#, c-format + msgid "%B: unexpected redefinition of indirect versioned symbol `%s'" +-msgstr "%B: attention: redéfinition inattendue du symbole indirect avec version «%s»" ++msgstr "%B: attention: redéfinition inattendue du symbole indirect avec version « %s »" + +-#: elflink.c:2066 ++#: elflink.c:2308 ++#, c-format + msgid "%B: version node not found for symbol %s" + msgstr "%B: version du nœud pas trouvée pour le symbole %s" + +-#: elflink.c:2157 +-msgid "%B: bad reloc symbol index (0x%lx >= 0x%lx) for offset 0x%lx in section `%A'" +-msgstr "%B: mauvais index de relocalisation du symbole (0x%lx >= 0x%lx) pour l'offset 0x%lx de la section «%A»" ++#: elflink.c:2397 ++#, c-format ++msgid "%B: bad reloc symbol index (%#lx >= %#lx) for offset %#Lx in section `%A'" ++msgstr "%B: mauvais index du symbole de réadressage (%#lx >= %#lx) pour l'offset %#Lx de la section « %A »" + +-#: elflink.c:2168 +-msgid "%B: non-zero symbol index (0x%lx) for offset 0x%lx in section `%A' when the object file has no symbol table" +-msgstr "%B: index de symbole non nul (0x%lx) pour l'offset 0x%lx de la section «%A» quand le fichier objet n'a pas de table de symboles" ++#: elflink.c:2409 ++#, c-format ++msgid "%B: non-zero symbol index (%#lx) for offset %#Lx in section `%A' when the object file has no symbol table" ++msgstr "%B: index de symbole non nul (%#lx) pour l'offset %#Lx de la section « %A » quand le fichier objet n'a pas de table de symboles" + +-#: elflink.c:2358 ++#: elflink.c:2600 ++#, c-format + msgid "%B: relocation size mismatch in %B section %A" + msgstr "%B: taille du réadressage ne concorde pas dans %B section %A" + +-#: elflink.c:2640 ++#: elflink.c:2911 + #, c-format + msgid "warning: type and size of dynamic symbol `%s' are not defined" +-msgstr "attention: type et taille du symbole dynamique «%s» ne sont pas définis" ++msgstr "attention: type et taille du symbole dynamique « %s » ne sont pas définis" + +-#: elflink.c:3403 ++#: elflink.c:2976 ++msgid "%P: copy reloc against protected `%T' is dangerous\n" ++msgstr "%P: un réadressage copié envers un « %T » protégé est dangereux\n" ++ ++#: elflink.c:3777 ++#, c-format + msgid "%P: alternate ELF machine code found (%d) in %B, expecting %d\n" + msgstr "%P: code machine ELF alternatif trouvé (%d) dans %B, %d est attendu\n" + +-#: elflink.c:4032 ++#: elflink.c:4438 ++#, c-format + msgid "%B: %s: invalid version %u (max %d)" + msgstr "%B: %s: version invalide %u (max %d)" + +-#: elflink.c:4068 ++#: elflink.c:4475 ++#, c-format + msgid "%B: %s: invalid needed version %d" + msgstr "%B: %s: version requise invalide %d" + +-#: elflink.c:4452 ++#: elflink.c:4754 ++#, c-format ++msgid "Warning: size of symbol `%s' changed from %Lu in %B to %Lu in %B" ++msgstr "Attention: taille du symbole « %s » a changé de %Lu dans %B à %Lu dans %B" ++ ++#: elflink.c:4890 ++#, c-format + msgid "%B: undefined reference to symbol '%s'" +-msgstr "%B: référence au symbole non défini «%s»" ++msgstr "%B: référence au symbole non défini « %s »" + +-#: elflink.c:5523 ++#: elflink.c:5903 ++#, c-format + msgid "%B: stack size specified and %s set" + msgstr "%B: taille de pile spécifiée et %s défini" + +-#: elflink.c:5526 ++#: elflink.c:5907 ++#, c-format + msgid "%B: %s not absolute" + msgstr "%B: %s pas supporté" + +-#: elflink.c:5824 ++#: elflink.c:6105 + #, c-format + msgid "%s: undefined version: %s" + msgstr "%s: version non définie: %s" + +-#: elflink.c:5892 ++#: elflink.c:6682 + msgid "%B: .preinit_array section is not allowed in DSO" + msgstr "%B: section .preinit_array n'est pas permise dans DSO" + +-#: elflink.c:7657 ++#: elflink.c:8122 + #, c-format + msgid "undefined %s reference in complex symbol: %s" + msgstr "référence %s non définie dans le symbole complexe: %s" + +-#: elflink.c:7811 ++#: elflink.c:8277 + #, c-format + msgid "unknown operator '%c' in complex symbol" +-msgstr "opérateur «%c» inconnu dans le symbole complexe" ++msgstr "opérateur « %c » inconnu dans le symbole complexe" ++ ++#. PR 21524: Let the user know if a symbol was removed by garbage collection. ++#: elflink.c:8615 ++msgid "%B:%A: error: relocation references symbol %s which was removed by garbage collection." ++msgstr "%B:%A: erreur: symbole de référence des réadressages %s qui a été supprimé par le ramasse miettes" + +-#: elflink.c:8165 elflink.c:8182 elflink.c:8219 elflink.c:8236 ++#: elflink.c:8618 ++msgid "%B:%A: error: try relinking with --gc-keep-exported enabled." ++msgstr "%B:%A: erreur: essayez de rééditer les liens avec --gc-keep-exported enabled." ++ ++#: elflink.c:8855 elflink.c:8873 elflink.c:8912 elflink.c:8930 + msgid "%B: Unable to sort relocs - they are in more than one size" +-msgstr "%B: Impossible de trier les relocalisations - plusieurs tailles rencontrées" ++msgstr "%B: Impossible de trier les réadressages - plusieurs tailles rencontrées" + +-#: elflink.c:8196 elflink.c:8250 ++#. The section size is not divisible by either - ++#. something is wrong. ++#: elflink.c:8889 elflink.c:8946 + msgid "%B: Unable to sort relocs - they are of an unknown size" +-msgstr "%B: Impossible de trier les relocalisations - leur taille est inconnue" ++msgstr "%B: Impossible de trier les réadressages - leur taille est inconnue" + +-#: elflink.c:8301 ++#: elflink.c:8998 + msgid "Not enough memory to sort relocations" + msgstr "Pas assez de mémoire pour trier les réadressages" + +-#: elflink.c:8494 ++#: elflink.c:9266 ++#, c-format + msgid "%B: Too many sections: %d (>= %d)" + msgstr "%B: Trop de sections: %d (>= %d)" + +-#: elflink.c:8775 ++#: elflink.c:9546 ++#, c-format + msgid "%B: internal symbol `%s' in %B is referenced by DSO" + msgstr "%B: symbole interne « %s » dans %B est référencé par DSO" + +-#: elflink.c:8777 ++#: elflink.c:9549 ++#, c-format + msgid "%B: hidden symbol `%s' in %B is referenced by DSO" + msgstr "%B: symbole caché « %s » dans %B est référencé par DSO" + +-#: elflink.c:8779 ++#: elflink.c:9552 ++#, c-format + msgid "%B: local symbol `%s' in %B is referenced by DSO" + msgstr "%B: symbole local « %s » dans %B est référencé par DSO" + +-#: elflink.c:8890 ++#: elflink.c:9638 ++#, c-format + msgid "%B: could not find output section %A for input section %A" + msgstr "%B: ne peut repérer la section de sortie %A pour la section d'entrée %A" + +-#: elflink.c:9013 ++#: elflink.c:9792 ++#, c-format + msgid "%B: protected symbol `%s' isn't defined" + msgstr "%B: symbole protégé « %s » n'est pas défini" + +-#: elflink.c:9015 ++#: elflink.c:9795 ++#, c-format + msgid "%B: internal symbol `%s' isn't defined" + msgstr "%B: symbole interne « %s » n'est pas défini" + +-#: elflink.c:9017 ++#: elflink.c:9798 ++#, c-format + msgid "%B: hidden symbol `%s' isn't defined" + msgstr "%B: symbole caché « %s » n'est pas défini" + +-#: elflink.c:9043 ++#: elflink.c:9829 ++#, c-format + msgid "%B: No symbol version section for versioned symbol `%s'" + msgstr "%B: Pas de section de version de symbole pour le symbole avec version « %s »" + +-#: elflink.c:9598 ++#: elflink.c:10436 ++#, c-format + msgid "error: %B: size of section %A is not multiple of address size" + msgstr "erreur: %B: le réadressage de la section %A n'est pas un multiple de la taille des adresses" + +-#: elflink.c:9645 +-msgid "error: %B contains a reloc (0x%s) for section %A that references a non-existent global symbol" +-msgstr "erreur: %B contient une relocalisation (0x%s) pour la section %A qui fait référence à un symbole global inexistant" ++#: elflink.c:10481 ++#, c-format ++msgid "error: %B contains a reloc (%#Lx) for section %A that references a non-existent global symbol" ++msgstr "erreur: %B contient un réadressage (%#Lx) pour la section %A qui fait référence à un symbole global inexistant" + +-#: elflink.c:10369 ++#: elflink.c:11236 ++#, c-format + msgid "%A has both ordered [`%A' in %B] and unordered [`%A' in %B] sections" +-msgstr "%A a, à la fois, des sections ordonnées [«%A» dans %B] et désordonnées [«%A» dans %B]" ++msgstr "%A a, à la fois, des sections ordonnées [« %A » dans %B] et désordonnées [« %A » dans %B]" + +-#: elflink.c:10374 ++#: elflink.c:11242 + #, c-format + msgid "%A has both ordered and unordered sections" + msgstr "%A a, à la fois, des sections ordonnées et désordonnées" + +-#: elflink.c:10982 ++#: elflink.c:11344 ++msgid "%B: no symbol found for import library" ++msgstr "%B: aucun symbole trouvé dans la bibliothèque d'importation" ++ ++#: elflink.c:11966 ++#, c-format + msgid "%B: file class %s incompatible with %s" + msgstr "%B: classe de fichier %s incompatible avec %s" + +-#: elflink.c:11303 elflink.c:11347 +-msgid "%B: could not find output section %s" +-msgstr "%B: ne peut repérer la section de sortie %s" ++#: elflink.c:12183 ++msgid "%B: failed to generate import library" ++msgstr "%B: échec de la génération de la bibliothèque d'importation" + +-#: elflink.c:11308 ++#: elflink.c:12302 + #, c-format + msgid "warning: %s section has zero size" + msgstr "attention: section %s a une taille nulle" + +-#: elflink.c:11353 ++#: elflink.c:12350 + #, c-format + msgid "warning: section '%s' is being made into a note" + msgstr "attention: section « %s » changé en une note" + +-#: elflink.c:11419 ++#: elflink.c:12442 + msgid "%P%X: read-only segment has dynamic relocations.\n" + msgstr "%P%X: segment en lecture seule a des réadressages dynamiques.\n" + +-#: elflink.c:11422 ++#: elflink.c:12445 + msgid "%P: warning: creating a DT_TEXTREL in a shared object.\n" + msgstr "%P: attention: création d'un DT_TEXTREL dans un objet partagé.\n" + +-#: elflink.c:11545 ++#: elflink.c:12570 + msgid "%P%X: can not read symbols: %E\n" + msgstr "%P%X: ne peut pas lire les symboles: %E\n" + +-#: elflink.c:11989 +-msgid "Removing unused section '%s' in file '%B'" +-msgstr "Suppression de la section inutilisée «%s» dans le fichier «%B»" ++#: elflink.c:12732 ++msgid "%F%P: corrupt input: %B\n" ++msgstr "%F%P: entrée corrompue: %B\n" + +-#: elflink.c:12200 +-msgid "Warning: gc-sections option ignored" +-msgstr "Attention: l'option de la section gc est ignorée" ++#: elflink.c:13421 ++#, c-format ++msgid "%B: %A+%#Lx: No symbol found for INHERIT" ++msgstr "%B: %A+%#Lx: Pas de symbole trouvé pour INHERIT" + +-#: elflink.c:12489 ++#: elflink.c:13597 + #, c-format + msgid "Unrecognized INPUT_SECTION_FLAG %s\n" + msgstr "INPUT_SECTION_FLAG %s non reconnu\n" + +-#: elfxx-mips.c:1419 ++#: elfxx-mips.c:1444 + msgid "static procedure (no name)" + msgstr "procédure statique (sans name)" + +-#: elfxx-mips.c:5476 ++#: elfxx-mips.c:5627 + msgid "MIPS16 and microMIPS functions cannot call each other" + msgstr "Des fonctions MIPS16 et microMIPS ne peuvent pas s'appeler l'une l'autre" + +-#: elfxx-mips.c:6087 +-msgid "%B: %A+0x%lx: Unsupported jump between ISA modes; consider recompiling with interlinking enabled." +-msgstr "%B: %A+0x%lx: Saut non supporté entre modes ISA ; envisagez de recompiler avec l'interliage activé." ++#: elfxx-mips.c:6370 ++msgid "%X%H: Unsupported JALX to the same ISA mode\n" ++msgstr "%X%H: JALX vers le même mode ISA n'est pas supporté\n" + +-#: elfxx-mips.c:6756 elfxx-mips.c:6979 ++#: elfxx-mips.c:6403 ++msgid "%X%H: Unsupported jump between ISA modes; consider recompiling with interlinking enabled\n" ++msgstr "%X%H: Saut non supporté entre modes ISA ; envisagez de recompiler avec l'interliage activé.\n" ++ ++#: elfxx-mips.c:6444 ++msgid "%X%H: Cannot convert branch between ISA modes to JALX: relocation out of range\n" ++msgstr "%X%H: Impossible de convertir les branchements vers JALX entre modes ISA: réadressage hors portée\n" ++ ++#: elfxx-mips.c:6456 ++msgid "%X%H: Unsupported branch between ISA modes\n" ++msgstr "%X%H: Branchement entre modes ISA non supporté\n" ++ ++#: elfxx-mips.c:7134 elfxx-mips.c:7369 ++#, c-format + msgid "%B: Warning: bad `%s' option size %u smaller than its header" +-msgstr "%B: Attention: mauvaise «%s» taille d'option %u plus petite que son en-tête" ++msgstr "%B: Attention: mauvaise « %s » taille d'option %u plus petite que son en-tête" + +-#: elfxx-mips.c:7734 elfxx-mips.c:7859 ++#: elfxx-mips.c:8125 elfxx-mips.c:8251 ++#, c-format + msgid "%B: Warning: cannot determine the target function for stub section `%s'" +-msgstr "%B: Attention: ne peut pas déterminer la fonction cible de la section d'ébauche «%s»" ++msgstr "%B: Attention: ne peut pas déterminer la fonction cible de la section d'ébauche « %s »" + +-#: elfxx-mips.c:7990 ++#: elfxx-mips.c:8383 ++#, c-format + msgid "%B: Malformed reloc detected for section %s" +-msgstr "%B: relocalisation mal composée détectée dans la section %s" ++msgstr "%B: Réadressage mal composé détecté dans la section %s" + +-#: elfxx-mips.c:8065 ++#: elfxx-mips.c:8459 ++#, c-format + msgid "%B: GOT reloc at 0x%lx not expected in executables" +-msgstr "%B: relocalisation GOT à 0x%lx pas attendue dans les executables" ++msgstr "%B: Réadressage GOT à 0x%lx pas attendu dans les exécutables" + +-#: elfxx-mips.c:8199 ++#: elfxx-mips.c:8597 ++#, c-format + msgid "%B: CALL16 reloc at 0x%lx not against global symbol" +-msgstr "%B: appel CALL16 de relocalisation à 0x%lx qui n'est pas pour un symbole global" ++msgstr "%B: appel CALL16 de réadressage à 0x%lx qui n'est pas pour un symbole global" + +-#: elfxx-mips.c:8977 ++#: elfxx-mips.c:9219 + #, c-format + msgid "non-dynamic relocations refer to dynamic symbol %s" + msgstr "réadressages non dynamiques font référence au symbole dynamique %s" + +-#: elfxx-mips.c:9877 ++#: elfxx-mips.c:10139 ++#, c-format + msgid "%B: Can't find matching LO16 reloc against `%s' for %s at 0x%lx in section `%A'" +-msgstr "%B: Ne trouve pas de relocalisation LO16 correspondante vers «%s» pour %s à 0x%lx de la section «%A»" ++msgstr "%B: Ne trouve pas de réadressage LO16 correspondant vers « %s » pour %s à 0x%lx de la section « %A »" + +-#: elfxx-mips.c:10016 ++#: elfxx-mips.c:10279 + msgid "small-data section exceeds 64KB; lower small-data size limit (see option -G)" + msgstr "la taille des petites données de la section dépasse 64KB; abaissez la limite de taille des petites données (voyez l'option -G)" + +-#: elfxx-mips.c:10035 +-msgid "JALX to a non-word-aligned address" +-msgstr "JALX vers une adresse non alignée sur un mot" ++#: elfxx-mips.c:10298 ++msgid "Cannot convert a jump to JALX for a non-word-aligned address" ++msgstr "Impossible de convertir un saut vers JALX pour une adresse non alignée sur un mot" ++ ++#: elfxx-mips.c:10301 ++msgid "Jump to a non-word-aligned address" ++msgstr "Saut vers une adresse non alignée sur un mot" ++ ++#: elfxx-mips.c:10302 ++msgid "Jump to a non-instruction-aligned address" ++msgstr "Saut vers une adresse non alignée sur une instruction" ++ ++#: elfxx-mips.c:10305 ++msgid "Cannot convert a branch to JALX for a non-word-aligned address" ++msgstr "Impossible de convertir un branchement vers JALX pour une adresse non alignée sur un mot" + +-#: elfxx-mips.c:10402 elfxx-mips.c:10966 ++#: elfxx-mips.c:10307 ++msgid "Branch to a non-instruction-aligned address" ++msgstr "Branchement vers une adresse non alignée sur une instruction" ++ ++#: elfxx-mips.c:10309 ++msgid "PC-relative load from unaligned address" ++msgstr "Chargement relatif au PC depuis une adresse non alignée" ++ ++#: elfxx-mips.c:10683 elfxx-mips.c:11251 ++#, c-format + msgid "%B: `%A' offset of %ld from `%A' beyond the range of ADDIUPC" + msgstr "%B: « %A » offset de %ld depuis « %A » au delà de la limite de ADDIUPC" + +-#: elfxx-mips.c:13990 ++#: elfxx-mips.c:14174 + #, c-format +-msgid "%s: illegal section name `%s'" +-msgstr "%s: nom illégal de section «%s»" ++msgid "%B: Unknown architecture %s" ++msgstr "%B: Architecture %s inconnue" + +-#: elfxx-mips.c:14375 elfxx-mips.c:14381 elfxx-mips.c:14387 elfxx-mips.c:14407 +-#: elfxx-mips.c:14413 elfxx-mips.c:14419 elfxx-mips.c:14441 elfxx-mips.c:14460 +-#: elfxx-mips.c:14467 elfxx-mips.c:14474 +-msgid "Warning: %B uses %s (set by %B), %B uses %s" +-msgstr "Attention: %B utilise %s (défini par %B), %B utilise « %s »" ++#: elfxx-mips.c:14704 ++#, c-format ++msgid "%B: illegal section name `%A'" ++msgstr "%B: nom illégal de section « %A »" + +-#: elfxx-mips.c:14394 elfxx-mips.c:14426 elfxx-mips.c:14447 elfxx-mips.c:14480 +-msgid "Warning: %B uses %s (set by %B), %B uses unknown floating point ABI %d" +-msgstr "Attention: %B utilise %s (défini par %B), %B utilise l'ABI virgule flottante inconnue %d" ++#: elfxx-mips.c:14981 ++msgid "%B: warning: linking abicalls files with non-abicalls files" ++msgstr "%B: attention: édition de liens des fichiers abicalls avec des fichiers non abicalls" + +-#: elfxx-mips.c:14493 elfxx-mips.c:14501 elfxx-mips.c:14509 elfxx-mips.c:14517 +-msgid "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses %s" +-msgstr "Attention: %B utilise l'ABI virgule flottante inconnue %d (définie par %B), %B utilise %s" ++#: elfxx-mips.c:14998 ++msgid "%B: linking 32-bit code with 64-bit code" ++msgstr "%B: édition de liens de code 32 bits avec du code 64 bits" ++ ++#: elfxx-mips.c:15030 elfxx-mips.c:15096 elfxx-mips.c:15111 ++#, c-format ++msgid "%B: linking %s module with previous %s modules" ++msgstr "%B: édition de liens du module %s avec les modules précédents %s" ++ ++#: elfxx-mips.c:15054 ++#, c-format ++msgid "%B: ABI mismatch: linking %s module with previous %s modules" ++msgstr "%B: ABI ne concorde pas: édition de lien du module %s avec les modules précédents %s" ++ ++#: elfxx-mips.c:15079 ++#, c-format ++msgid "%B: ASE mismatch: linking %s module with previous %s modules" ++msgstr "%B: ASE ne concorde pas: édition de lien du module %s avec les modules précédents %s" + +-#: elfxx-mips.c:14525 ++#: elfxx-mips.c:15214 + msgid "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses unknown floating point ABI %d" + msgstr "Attention: %B utilise l'ABI virgule flottante inconnue %d (définie par %B), %B utilise l'ABI virgule flottante inconnue %d" + +-#: elfxx-mips.c:14548 ++#: elfxx-mips.c:15220 ++#, c-format ++msgid "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses %s" ++msgstr "Attention: %B utilise l'ABI virgule flottante inconnue %d (définie par %B), %B utilise %s" ++ ++#: elfxx-mips.c:15226 ++#, c-format ++msgid "Warning: %B uses %s (set by %B), %B uses unknown floating point ABI %d" ++msgstr "Attention: %B utilise %s (défini par %B), %B utilise l'ABI virgule flottante inconnue %d" ++ ++#: elfxx-mips.c:15240 ++#, c-format ++msgid "Warning: %B uses %s (set by %B), %B uses %s" ++msgstr "Attention: %B utilise %s (défini par %B), %B utilise « %s »" ++ ++#: elfxx-mips.c:15259 ++#, c-format + msgid "Warning: %B uses %s (set by %B), %B uses unknown MSA ABI %d" + msgstr "Attention: %B utilise %s (défini par %B), %B utilise l'ABI MSA inconnue %d" + +-#: elfxx-mips.c:14559 ++#: elfxx-mips.c:15271 ++#, c-format + msgid "Warning: %B uses unknown MSA ABI %d (set by %B), %B uses %s" + msgstr "Attention: %B utilise l'ABI MSA inconnue %d (définie par %B), %B utilise %s" + +-#: elfxx-mips.c:14567 ++#: elfxx-mips.c:15280 ++#, c-format + msgid "Warning: %B uses unknown MSA ABI %d (set by %B), %B uses unknown MSA ABI %d" + msgstr "Attention: %B utilise l'ABI MSA inconnue %d (définie par %B), %B utilise l'ABI MSA inconnue %d" + +-#: elfxx-mips.c:14599 ++#: elfxx-mips.c:15342 + msgid "%B: endianness incompatible with that of the selected emulation" + msgstr "%B: système de poids fort ou faible incompatible avec celui sélectionné pour l'émulation" + +-#: elfxx-mips.c:14610 ++#: elfxx-mips.c:15356 + msgid "%B: ABI is incompatible with that of the selected emulation" + msgstr "%B: ABI est incompatible avec celui sélectionné pour l'émulation" + +-#: elfxx-mips.c:14694 +-msgid "%B: warning: linking abicalls files with non-abicalls files" +-msgstr "%B: attention: édition de liens des fichiers abicalls avec des fichiers non abicalls" ++#: elfxx-mips.c:15408 ++msgid "%B: warning: Inconsistent ISA between e_flags and .MIPS.abiflags" ++msgstr "%B: attention: ISA incohérentes entre e_flags et .MIPS.abiflags" + +-#: elfxx-mips.c:14711 +-msgid "%B: linking 32-bit code with 64-bit code" +-msgstr "%B: édition de liens de code 32 bits avec du code 64 bits" ++#: elfxx-mips.c:15413 ++msgid "%B: warning: Inconsistent FP ABI between .gnu.attributes and .MIPS.abiflags" ++msgstr "%B: attention: ABI FP incohérentes entre .gnu.attributes and .MIPS.abiflags" + +-#: elfxx-mips.c:14739 elfxx-mips.c:14802 +-msgid "%B: linking %s module with previous %s modules" +-msgstr "%B: édition de liens du module %s avec les modules précédents %s" ++#: elfxx-mips.c:15417 ++msgid "%B: warning: Inconsistent ASEs between e_flags and .MIPS.abiflags" ++msgstr "%B: attention: ASE incohérents entre e_flags et .MIPS.abiflags" + +-#: elfxx-mips.c:14762 +-msgid "%B: ABI mismatch: linking %s module with previous %s modules" +-msgstr "%B: ABI ne concorde pas: édition de lien du module %s avec les modules précédents %s" ++#: elfxx-mips.c:15424 ++msgid "%B: warning: Inconsistent ISA extensions between e_flags and .MIPS.abiflags" ++msgstr "%B: attention: Extensions ISA incohérentes entre e_flags et .MIPS.abiflags" + +-#: elfxx-mips.c:14786 +-msgid "%B: ASE mismatch: linking %s module with previous %s modules" +-msgstr "%B: ASE ne concorde pas: édition de lien du module %s avec les modules précédents %s" ++#: elfxx-mips.c:15428 ++msgid "%B: warning: Unexpected flag in the flags2 field of .MIPS.abiflags (0x%lx)" ++msgstr "%B: attention: Fanion inattendu dans le champ flags2 de .MIPS.abiflags (0x%lx)" ++ ++#: elfxx-mips.c:15617 ++msgid "-mips32r2 -mfp64 (12 callee-saved)" ++msgstr "-mips32r2 -mfp64 (12 callee-saved)" ++ ++#: elfxx-mips.c:15667 elfxx-mips.c:15678 ++msgid "None" ++msgstr "aucun" ++ ++#: elfxx-mips.c:15669 elfxx-mips.c:15741 ++msgid "Unknown" ++msgstr "Inconnu" ++ ++#: elfxx-mips.c:15752 ++#, c-format ++msgid "Hard or soft float\n" ++msgstr "Flottant matériel ou logiciel\n" ++ ++#: elfxx-mips.c:15755 ++#, c-format ++msgid "Hard float (double precision)\n" ++msgstr "Flottant matériel (double précision)\n" ++ ++#: elfxx-mips.c:15758 ++#, c-format ++msgid "Hard float (single precision)\n" ++msgstr "Flottant matériel (simple précision)\n" ++ ++#: elfxx-mips.c:15761 ++#, c-format ++msgid "Soft float\n" ++msgstr "Flottant logiciel\n" ++ ++#: elfxx-mips.c:15764 ++#, c-format ++msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" ++msgstr "Flottant matériel (MIPS32r2 64 bits FPU 12 callee-saved)\n" + +-#: elfxx-mips.c:14958 ++#: elfxx-mips.c:15767 ++#, c-format ++msgid "Hard float (32-bit CPU, Any FPU)\n" ++msgstr "Flottant matériel (processeur 32 bits, tout coprocesseur)\n" ++ ++#: elfxx-mips.c:15770 ++#, c-format ++msgid "Hard float (32-bit CPU, 64-bit FPU)\n" ++msgstr "Flottant matériel (processeur 32 bits, coprocesseur 64 bits)\n" ++ ++#: elfxx-mips.c:15773 ++#, c-format ++msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" ++msgstr "Compatibilité flottant matériel (processeur 32 bits, coprocesseur 64 bits)\n" ++ ++#: elfxx-mips.c:15805 + #, c-format + msgid " [abi=O32]" + msgstr " [abi=O32]" + +-#: elfxx-mips.c:14960 ++#: elfxx-mips.c:15807 + #, c-format + msgid " [abi=O64]" + msgstr " [abi=O64]" + +-#: elfxx-mips.c:14962 ++#: elfxx-mips.c:15809 + #, c-format + msgid " [abi=EABI32]" + msgstr " [abi=EABI32]" + +-#: elfxx-mips.c:14964 ++#: elfxx-mips.c:15811 + #, c-format + msgid " [abi=EABI64]" + msgstr " [abi=EABI64]" + +-#: elfxx-mips.c:14966 ++#: elfxx-mips.c:15813 + #, c-format + msgid " [abi unknown]" + msgstr " [abi inconnu]" + +-#: elfxx-mips.c:14968 ++#: elfxx-mips.c:15815 + #, c-format + msgid " [abi=N32]" + msgstr " [abi=N32]" + +-#: elfxx-mips.c:14970 ++#: elfxx-mips.c:15817 + #, c-format + msgid " [abi=64]" + msgstr " [abi=64]" + +-#: elfxx-mips.c:14972 ++#: elfxx-mips.c:15819 + #, c-format + msgid " [no abi set]" + msgstr " [aucun jeu abi]" + +-#: elfxx-mips.c:14993 ++#: elfxx-mips.c:15844 + #, c-format + msgid " [unknown ISA]" + msgstr " [ISA inconnu]" + +-#: elfxx-mips.c:15013 ++#: elfxx-mips.c:15864 + #, c-format + msgid " [not 32bitmode]" + msgstr " [aucun mode 32 bits]" + +-#: elfxx-sparc.c:640 ++#: elfxx-riscv.c:948 ++#, c-format ++msgid "unrecognized relocation (0x%x)" ++msgstr "Réadressage non reconnu (0x%x)" ++ ++#: elfxx-sparc.c:639 + #, c-format + msgid "invalid relocation type %d" + msgstr "type de réadressage %d invalide" + +-#: elfxx-tilegx.c:4433 ++#: elfxx-sparc.c:3301 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:5002 ++#, c-format ++msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't handled by %s" ++msgstr "%B: le réadressage %s sur le symbole STT_GNU_IFUNC « %s » n'est pas géré par %s" ++ ++#: elfxx-tilegx.c:4436 ++#, c-format + msgid "%B: Cannot link together %s and %s objects." + msgstr "%B: Ne peut lier ensemble les objets %s et %s." + +-#: i386linux.c:418 m68klinux.c:421 sparclinux.c:414 ++#: i386linux.c:416 m68klinux.c:419 sparclinux.c:412 + #, c-format + msgid "Output file requires shared library `%s'\n" +-msgstr "La sortie requiert la librairie partagée «%s»\n" ++msgstr "La sortie requiert la librairie partagée « %s »\n" + +-#: i386linux.c:426 m68klinux.c:429 sparclinux.c:422 ++#: i386linux.c:424 m68klinux.c:428 sparclinux.c:421 + #, c-format + msgid "Output file requires shared library `%s.so.%s'\n" +-msgstr "Le fichier de sortie requiert une librairie partagée «%s.so.%s»\n" ++msgstr "Le fichier de sortie requiert une librairie partagée « %s.so.%s »\n" + +-#: i386linux.c:613 i386linux.c:663 m68klinux.c:618 m68klinux.c:666 +-#: sparclinux.c:609 sparclinux.c:659 ++#: i386linux.c:611 i386linux.c:661 m68klinux.c:617 m68klinux.c:665 ++#: sparclinux.c:608 sparclinux.c:658 + #, c-format + msgid "Symbol %s not defined for fixups\n" + msgstr "Symbole %s n'est pas défini pour les corrections\n" + +-#: i386linux.c:687 m68klinux.c:690 sparclinux.c:683 ++#: i386linux.c:685 m68klinux.c:689 sparclinux.c:682 + msgid "Warning: fixup count mismatch\n" + msgstr "Attention: nombre de corrections en désaccord\n" + +-#: ieee.c:158 ++#: ieee.c:159 ++#, c-format ++msgid "%B: string too long (%d chars, max 65535)" ++msgstr "%B: chaîne trop longue (%d caractères, max 65535)" ++ ++#: ieee.c:226 + #, c-format +-msgid "%s: string too long (%d chars, max 65535)" +-msgstr "%s: chaîne trop longue (%d caractères, max 65535)" ++msgid "IEEE parser: string length: %#lx longer than buffer: %#lx" ++msgstr "Analyseur IEEE: longueur de chaîne: %#lx plus longue que le tampon: %#lx" + +-#: ieee.c:285 ++#: ieee.c:302 + #, c-format +-msgid "%s: unrecognized symbol `%s' flags 0x%x" +-msgstr "%s: symbole non reconnue «%s» fanions 0x%x" ++msgid "%B: unrecognized symbol `%s' flags 0x%x" ++msgstr "%B: symbole non reconnue « %s » fanions 0x%x" + +-#: ieee.c:791 ++#: ieee.c:837 ++#, c-format + msgid "%B: unimplemented ATI record %u for symbol %u" + msgstr "%B: enregistrement ATI non implanté %u pour le symbole %u" + +-#: ieee.c:815 ++#: ieee.c:862 ++#, c-format + msgid "%B: unexpected ATN type %d in external part" + msgstr "%B: type ATN %d inattendu dans la partie externe" + +-#: ieee.c:837 ++#: ieee.c:884 + msgid "%B: unexpected type after ATN" + msgstr "%B: type inattendu après ATN" + + #: ihex.c:230 ++#, c-format + msgid "%B:%d: unexpected character `%s' in Intel Hex file" +-msgstr "%B:%d: caractère inattendu «%s» dans le fichier Intel hexadécimal" ++msgstr "%B:%d: caractère inattendu « %s » dans le fichier Intel hexadécimal" + +-#: ihex.c:337 ++#: ihex.c:338 ++#, c-format + msgid "%B:%u: bad checksum in Intel Hex file (expected %u, found %u)" + msgstr "%B:%u: somme de contrôle erronée dans le fichier Intel hexadécimal (attendu %u, obtenu %u)" + +-#: ihex.c:392 ++#: ihex.c:394 ++#, c-format + msgid "%B:%u: bad extended address record length in Intel Hex file" + msgstr "%B:%u: longueur erronée de l'enregistrement d'adresse étendue dans le fichier Intel hexadécimal" + +-#: ihex.c:409 ++#: ihex.c:412 ++#, c-format + msgid "%B:%u: bad extended start address length in Intel Hex file" + msgstr "%B:%u: longueur erronée d'adresse étendue de début dans le fichier Intel hexadécimal" + +-#: ihex.c:426 ++#: ihex.c:430 ++#, c-format + msgid "%B:%u: bad extended linear address record length in Intel Hex file" + msgstr "%B:%u: longueur erronée de l'enregistrement d'adresse étendue linéaire dans le fichier Intel hexadécimal" + +-#: ihex.c:443 ++#: ihex.c:448 ++#, c-format + msgid "%B:%u: bad extended linear start address length in Intel Hex file" + msgstr "%B:%u: longueur erronée d'adresse étendue linéraire de début dans le fichier Intel hexadécimal" + +-#: ihex.c:460 ++#: ihex.c:466 ++#, c-format + msgid "%B:%u: unrecognized ihex type %u in Intel Hex file" + msgstr "%B:%u: type ihex %u non reconnu dans le fichier Intel hexadécima" + +-#: ihex.c:579 ++#: ihex.c:585 + msgid "%B: internal error in ihex_read_section" + msgstr "%B: erreur interne dans ihex_read_section" + +-#: ihex.c:613 ++#: ihex.c:619 + msgid "%B: bad section length in ihex_read_section" + msgstr "%B: longuer erronée de section dans ihex_read_section" + +-#: ihex.c:826 ++#: ihex.c:833 + #, c-format +-msgid "%s: address 0x%s out of range for Intel Hex file" +-msgstr "%s: adresse 0x%s hors limite pour le fichier Intel hexadécimal" ++msgid "%B: address 0x%s out of range for Intel Hex file" ++msgstr "%B: adresse 0x%s hors limite pour le fichier Intel hexadécimal" + +-#: libbfd.c:863 ++#: libbfd.c:799 ++#, c-format + msgid "%B: unable to get decompressed section %A" + msgstr "%B: impossible d'obtenir la section décompressée %A" + +-#: libbfd.c:1012 +-msgid "%B: compiled for a big endian system and target is little endian" +-msgstr "" +-"%B: compilé pour un système à octets de poids fort alors que la cible\n" +-"est un système à octets de poids faible" +- +-#: libbfd.c:1014 +-msgid "%B: compiled for a little endian system and target is big endian" +-msgstr "" +-"%B: compilé pour un système à octets de poids faible alors que la cible\n" +-"est un système à octets de poids fort" +- +-#: libbfd.c:1043 ++#: libbfd.c:963 + #, c-format + msgid "Deprecated %s called at %s line %d in %s\n" + msgstr "%s déprécié appelé à %s dans la ligne %d dans %s\n" + +-#: libbfd.c:1046 ++#: libbfd.c:966 + #, c-format + msgid "Deprecated %s called\n" + msgstr "%s appel déprécié\n" + +-#: linker.c:1873 ++#: linker.c:1669 ++#, c-format + msgid "%B: indirect symbol `%s' to `%s' is a loop" +-msgstr "%B: symbole indirect «%s» vers «%s» est une boucle" ++msgstr "%B: symbole indirect « %s » vers « %s » est une boucle" + +-#: linker.c:2750 ++#: linker.c:2539 + #, c-format + msgid "Attempt to do relocatable link with %s input and %s output" +-msgstr "Tentative de relocalisation d'un lien avec %s à l'entrée et %s à la sortie" ++msgstr "Tentative de réadressage d'un lien avec %s à l'entrée et %s à la sortie" + +-#: linker.c:3035 ++#: linker.c:2825 ++#, c-format + msgid "%B: ignoring duplicate section `%A'\n" + msgstr "%B: ignore les sections dupliquées « %A »\n" + +-#: linker.c:3044 linker.c:3053 ++#: linker.c:2835 linker.c:2845 ++#, c-format + msgid "%B: duplicate section `%A' has different size\n" + msgstr "%B: section dupliquée « %A » avec des tailles différentes\n" + +-#: linker.c:3061 linker.c:3066 ++#: linker.c:2854 linker.c:2860 ++#, c-format + msgid "%B: could not read contents of section `%A'\n" + msgstr "%B: ne peut pas lire le contenu de la section « %A »\n" + +-#: linker.c:3070 ++#: linker.c:2865 ++#, c-format + msgid "%B: duplicate section `%A' has different contents\n" + msgstr "%B: section dupliquée « %A » a des contenus différents\n" + +-#: mach-o.c:648 ++#: linker.c:3353 ++msgid "%B: compiled for a big endian system and target is little endian" ++msgstr "" ++"%B: compilé pour un système à octets de poids fort alors que la cible\n" ++"est un système à octets de poids faible" ++ ++#: linker.c:3356 ++msgid "%B: compiled for a little endian system and target is big endian" ++msgstr "" ++"%B: compilé pour un système à octets de poids faible alors que la cible\n" ++"est un système à octets de poids fort" ++ ++#: mach-o.c:779 + msgid "bfd_mach_o_canonicalize_symtab: unable to load symbols" + msgstr "bfd_mach_o_canonicalize_symtab: impossible de charger les symboles" + +-#: mach-o.c:1918 ++#: mach-o.c:1981 ++msgid "sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab commands." ++msgstr "désolé: modtab, toc et extrefsyms ne sont pas encore implémentés pour les commandes dysymtab." ++ ++#: mach-o.c:2424 ++#, c-format ++msgid "mach-o: there are too many sections (%u) maximum is 255,\n" ++msgstr "mach-o: il y a trop de sections (%u) le maximum est 255,\n" ++ ++#: mach-o.c:2531 + #, c-format +-msgid "mach-o: there are too many sections (%d) maximum is 255,\n" +-msgstr "mach-o: il y a trop de sections (%d) le maximum est 255,\n" ++msgid "unable to allocate data for load command 0x%lx" ++msgstr "impossible d'allouer les données pour la commande de chargement 0x%lx" + +-#: mach-o.c:2017 ++#: mach-o.c:2636 + #, c-format + msgid "unable to write unknown load command 0x%lx" + msgstr "impossible d'écrire la commande de chargement inconnue 0x%lx" + +-#: mach-o.c:2272 +-msgid "sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab commands." +-msgstr "désolé: modtab, toc et extrefsyms ne sont pas encore implémentés pour les commandes dysymtab." ++#: mach-o.c:2820 ++#, c-format ++msgid "section address (%lx) below start of segment (%lx)" ++msgstr "adresse de section (%lx) en deçà du début du segment (%lx)" ++ ++#: mach-o.c:2961 ++#, c-format ++msgid "unable to layout unknown load command 0x%lx" ++msgstr "impossible de disposer la commande de chargement inconnue 0x%lx" ++ ++#: mach-o.c:3497 ++#, c-format ++msgid "bfd_mach_o_read_section_32: overlarge alignment value: 0x%x, using 32 instead" ++msgstr "bfd_mach_o_read_section_32: valeur d'alignement démesurée: 0x%x, utilise 32 à la place" + +-#: mach-o.c:2898 ++#: mach-o.c:3540 ++#, c-format ++msgid "bfd_mach_o_read_section_64: overlarge alignment value: 0x%x, using 32 instead" ++msgstr "bfd_mach_o_read_section_64: valeur d'alignement démesurée: 0x%x, utilise 32 à la place" ++ ++#: mach-o.c:3591 + #, c-format + msgid "bfd_mach_o_read_symtab_symbol: unable to read %d bytes at %lu" + msgstr "bfd_mach_o_read_symtab_symbol: impossible de lire %d octets à %lu" + +-#: mach-o.c:2916 ++#: mach-o.c:3610 + #, c-format + msgid "bfd_mach_o_read_symtab_symbol: name out of range (%lu >= %lu)" + msgstr "bfd_mach_o_read_symtab_symbol: nom hors limites (%lu >= %lu)" + +-#: mach-o.c:2997 ++#: mach-o.c:3693 + #, c-format + msgid "bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid section %d (max %lu): setting to undefined" + msgstr "bfd_mach_o_read_symtab_symbol: le symbole « %s » spécifie la section %d invalide (max %lu): laissé non défini" + +-#: mach-o.c:3013 ++#: mach-o.c:3712 + #, c-format + msgid "bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid type field 0x%x: setting to undefined" + msgstr "bfd_mach_o_read_symtab_symbol: symbole « %s » spécifie le champ de type 0x%x invalide: laissé non défini" + +-#: mach-o.c:3085 ++#: mach-o.c:3786 + msgid "bfd_mach_o_read_symtab_symbols: unable to allocate memory for symbols" + msgstr "bfd_mach_o_read_symtab_symbols: impossible d'allouer la mémoire pour les symboles" + +-#: mach-o.c:3915 ++#: mach-o.c:4759 + msgid "%B: unknown load command 0x%lx" + msgstr "%B: commande de chargement inconnue 0x%lx" + +-#: mach-o.c:4107 ++#: mach-o.c:4950 + #, c-format + msgid "bfd_mach_o_scan: unknown architecture 0x%lx/0x%lx" + msgstr "bfd_mach_o_scan: architecture 0x%lx/0x%lx inconnue" + +-#: mach-o.c:4204 ++#: mach-o.c:5055 + #, c-format + msgid "unknown header byte-order value 0x%lx" + msgstr "valeur d'ordre des octets de l'en-tête 0x%lx est inconnue" + +-#: merge.c:832 ++#: merge.c:864 + #, c-format +-msgid "%s: access beyond end of merged section (%ld)" +-msgstr "%s: accès au-delà de la fin de la section fusionnée (%ld)" ++msgid "%B: access beyond end of merged section (%ld)" ++msgstr "%B: accès au-delà de la fin de la section fusionnée (%ld)" + +-#: mmo.c:455 ++#: mmo.c:468 + #, c-format +-msgid "%s: No core to allocate section name %s\n" +-msgstr "%s: pas de corps pour allouer un nom de section %s\n" ++msgid "%B: No core to allocate section name %s\n" ++msgstr "%B: Pas de corps pour allouer un nom de section %s\n" + +-#: mmo.c:530 ++#: mmo.c:544 + #, c-format +-msgid "%s: No core to allocate a symbol %d bytes long\n" +-msgstr "%s: pas de corps pour allouer un symbole de %d octets de longueur\n" ++msgid "%B: No core to allocate a symbol %d bytes long\n" ++msgstr "%B: pas de corps pour allouer un symbole de %d octets de longueur\n" + +-#: mmo.c:1189 ++#: mmo.c:958 + #, c-format +-msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n" +-msgstr "%s: fichier mmo invalide: valeur d'initialisation pour $255 n'est pas «Main»\n" ++msgid "%B: attempt to emit contents at non-multiple-of-4 address 0x%lx\n" ++msgstr "%B: tentative d'émettre du contenu à une adresse 0x%lx qui n'est pas un multiple de 4\n" + +-#: mmo.c:1334 +-#, c-format +-msgid "%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name starting with `%s'\n" +-msgstr "%s: séquence de caractères large 0x%02X 0x%02X non supportée après le nom de symbole débutant par «%s»\n" ++#: mmo.c:1255 ++msgid "%B: invalid mmo file: initialization value for $255 is not `Main'\n" ++msgstr "%B: fichier mmo invalide: valeur d'initialisation pour $255 n'est pas « Main »\n" + +-#: mmo.c:1568 ++#: mmo.c:1402 + #, c-format +-msgid "%s: invalid mmo file: unsupported lopcode `%d'\n" +-msgstr "%s: fichier mmo invalide: lopcode «%d» non supporté\n" ++msgid "%B: unsupported wide character sequence 0x%02X 0x%02X after symbol name starting with `%s'\n" ++msgstr "%B: séquence de caractères large 0x%02X 0x%02X non supportée après le nom de symbole débutant par « %s »\n" + +-#: mmo.c:1578 ++#: mmo.c:1636 + #, c-format +-msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" +-msgstr "%s: fichier mmo invalide: attendu YZ = 1 obtenu YZ = %d pour lop_quote\n" ++msgid "%B: invalid mmo file: unsupported lopcode `%d'\n" ++msgstr "%B: fichier mmo invalide: lopcode « %d » non supporté\n" + +-#: mmo.c:1614 ++#: mmo.c:1647 + #, c-format +-msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" +-msgstr "%s: fichier mmo invalide: attendu z = 1 ou z = 2, obtenu z = %d pour lop_loc\n" ++msgid "%B: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" ++msgstr "%B: fichier mmo invalide: attendu YZ = 1 obtenu YZ = %d pour lop_quote\n" + +-#: mmo.c:1660 ++#: mmo.c:1685 + #, c-format +-msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" +-msgstr "%s: fichier mmo invalide: attendu z = 1 ou z = 2, obtenu z = %d pour lop_fixo\n" ++msgid "%B: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" ++msgstr "%B: fichier mmo invalide: attendu z = 1 ou z = 2, obtenu z = %d pour lop_loc\n" + +-#: mmo.c:1699 ++#: mmo.c:1736 + #, c-format +-msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" +-msgstr "%s: fichier mmo invalide: attendu y = 0, obtenu y = %d pour lop_fixrx\n" ++msgid "%B: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" ++msgstr "%B: fichier mmo invalide: attendu z = 1 ou z = 2, obtenu z = %d pour lop_fixo\n" + +-#: mmo.c:1708 ++#: mmo.c:1777 + #, c-format +-msgid "%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" +-msgstr "%s: fichier mmo invalide: attendu z = 16 ou z = 24, obtenu z = %d pour lop_fixrx\n" ++msgid "%B: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" ++msgstr "%B: fichier mmo invalide: attendu y = 0, obtenu y = %d pour lop_fixrx\n" + +-#: mmo.c:1731 ++#: mmo.c:1788 + #, c-format +-msgid "%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d for lop_fixrx\n" +-msgstr "%s: fichier mmo invalide: octet de tête du mot de l'opérande doit être 0 ou 1, obtenu %d pour lop_fixrx\n" ++msgid "%B: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" ++msgstr "%B: fichier mmo invalide: attendu z = 16 ou z = 24, obtenu z = %d pour lop_fixrx\n" + +-#: mmo.c:1754 ++#: mmo.c:1813 + #, c-format +-msgid "%s: cannot allocate file name for file number %d, %d bytes\n" +-msgstr "%s: ne paut pas allouer un nom de ficheir pour le no. de fichier %d, %d octets\n" ++msgid "%B: invalid mmo file: leading byte of operand word must be 0 or 1, got %d for lop_fixrx\n" ++msgstr "%B: fichier mmo invalide: octet de tête du mot de l'opérande doit être 0 ou 1, obtenu %d pour lop_fixrx\n" + +-#: mmo.c:1774 ++#: mmo.c:1838 + #, c-format +-msgid "%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n" +-msgstr "%s: fichier mmo invalide: no. de fichier %d «%s», a déjà été entré en tant que «%s»\n" ++msgid "%B: cannot allocate file name for file number %d, %d bytes\n" ++msgstr "%B: ne paut pas allouer un nom de ficheir pour le no. de fichier %d, %d octets\n" + +-#: mmo.c:1787 ++#: mmo.c:1860 + #, c-format +-msgid "%s: invalid mmo file: file name for number %d was not specified before use\n" +-msgstr "%s: fichier mmo invalide: nom de fichier %d n'a pas été spécifié avant son utilisation\n" ++msgid "%B: invalid mmo file: file number %d `%s', was already entered as `%s'\n" ++msgstr "%B: fichier mmo invalide: no. de fichier %d « %s », a déjà été entré en tant que « %s »\n" + +-#: mmo.c:1893 ++#: mmo.c:1874 + #, c-format +-msgid "%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" +-msgstr "%s: fichier mmo invalide: champs y et z de lop_stab non nul, y: %d, z: %d\n" ++msgid "%B: invalid mmo file: file name for number %d was not specified before use\n" ++msgstr "%B: fichier mmo invalide: nom de fichier %d n'a pas été spécifié avant son utilisation\n" + +-#: mmo.c:1929 ++#: mmo.c:1981 + #, c-format +-msgid "%s: invalid mmo file: lop_end not last item in file\n" +-msgstr "%s: fichier mmo invalide: lop_end n'est pas le dernier élement dans le fichier\n" ++msgid "%B: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" ++msgstr "%B: fichier mmo invalide: champs y et z de lop_stab non nul, y: %d, z: %d\n" + +-#: mmo.c:1942 ++#: mmo.c:2018 + #, c-format +-msgid "%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras to the preceding lop_stab (%ld)\n" +-msgstr "%s: fichier mmo invalide: YZ de lop_end (%ld) n'est pas égal au nombre de tetras du lop_stab précédent (%ld)\n" ++msgid "%B: invalid mmo file: lop_end not last item in file\n" ++msgstr "%B: fichier mmo invalide: lop_end n'est pas le dernier élement dans le fichier\n" + +-#: mmo.c:2652 ++#: mmo.c:2032 + #, c-format +-msgid "%s: invalid symbol table: duplicate symbol `%s'\n" +-msgstr "%s: table de symboles invalide: symbole «%s» dupliqué\n" ++msgid "%B: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras to the preceding lop_stab (%ld)\n" ++msgstr "%B: fichier mmo invalide: YZ de lop_end (%ld) n'est pas égal au nombre de tetras du lop_stab précédent (%ld)\n" + +-#: mmo.c:2892 ++#: mmo.c:2743 + #, c-format +-msgid "%s: Bad symbol definition: `Main' set to %s rather than the start address %s\n" +-msgstr "%s: Définition de symbole erronée: «Main» initialisé à %s au lieu de l'adresse de départ %s\n" ++msgid "%B: invalid symbol table: duplicate symbol `%s'\n" ++msgstr "%B: table de symboles invalide: symbole « %s » dupliqué\n" + +-#: mmo.c:2984 ++#: mmo.c:2986 + #, c-format +-msgid "%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: %d. Only `Main' will be emitted.\n" +-msgstr "%s: attention: table de symboles trop grande pour mmo, plus grande que 65535 mots de 32 bits: %d. Seul «Main» sera produit.\n" ++msgid "%B: Bad symbol definition: `Main' set to %s rather than the start address %s\n" ++msgstr "%B: Définition de symbole erronée: « Main » initialisé à %s au lieu de l'adresse de départ %s\n" + +-#: mmo.c:3029 ++#: mmo.c:3085 + #, c-format +-msgid "%s: internal error, symbol table changed size from %d to %d words\n" +-msgstr "%s: erreur interne, table de symbole a changé de taille de %d à %d mots\n" ++msgid "%B: warning: symbol table too large for mmo, larger than 65535 32-bit words: %d. Only `Main' will be emitted.\n" ++msgstr "%B: attention: table de symboles trop grande pour mmo, plus grande que 65535 mots de 32 bits: %d. Seul « Main » sera produit.\n" + +-#: mmo.c:3081 ++#: mmo.c:3131 + #, c-format +-msgid "%s: internal error, internal register section %s had contents\n" +-msgstr "%s: erreur interne, registre interne de section %s contient quelque chose\n" ++msgid "%B: internal error, symbol table changed size from %d to %d words\n" ++msgstr "%B: erreur interne, table de symbole a changé de taille de %d à %d mots\n" + +-#: mmo.c:3132 ++#: mmo.c:3184 + #, c-format +-msgid "%s: no initialized registers; section length 0\n" +-msgstr "%s: pas de registre initialisé; section de longeur 0\n" ++msgid "%B: internal error, internal register section %A had contents\n" ++msgstr "%B: erreur interne, registre interne de section %A contient quelque chose\n" ++ ++#: mmo.c:3235 ++msgid "%B: no initialized registers; section length 0\n" ++msgstr "%B: pas de registre initialisé; section de longueur 0\n" + +-#: mmo.c:3138 ++#: mmo.c:3242 + #, c-format +-msgid "%s: too many initialized registers; section length %ld\n" +-msgstr "%s: trop de resigstres initialisés; longueur de section %ld\n" ++msgid "%B: too many initialized registers; section length %ld\n" ++msgstr "%B: trop de registres initialisés; longueur de section %ld\n" + +-#: mmo.c:3143 ++#: mmo.c:3247 + #, c-format +-msgid "%s: invalid start address for initialized registers of length %ld: 0x%lx%08lx\n" +-msgstr "%s: adresse de départ invalide pour des registres initialisés de longueur %ld: 0x%lx%08lx\n" ++msgid "%B: invalid start address for initialized registers of length %ld: 0x%lx%08lx\n" ++msgstr "%B: adresse de départ invalide pour des registres initialisés de longueur %ld: 0x%lx%08lx\n" + + #: oasys.c:881 + #, c-format +-msgid "%s: can not represent section `%s' in oasys" +-msgstr "%s: ne peut représenter la section «%s» dans oasys" ++msgid "%B: can not represent section `%A' in oasys" ++msgstr "%B: ne peut représenter la section « %A » dans oasys" + +-#: osf-core.c:128 ++#: osf-core.c:127 + #, c-format + msgid "Unhandled OSF/1 core file section type %d\n" + msgstr "Type de section de fichier core OSF/1 %d non traité\n" + +-#: pe-mips.c:607 ++#: pe-mips.c:609 + msgid "%B: `ld -r' not supported with PE MIPS objects\n" +-msgstr "%B: «ld -r» non supporté avec les objets PE MIPS\n" ++msgstr "%B: « ld -r » non supporté avec les objets PE MIPS\n" + + #. OK, at this point the following variables are set up: + #. src = VMA of the memory we're fixing up + #. mem = pointer to memory we're fixing up + #. val = VMA of what we need to refer to. +-#: pe-mips.c:719 ++#: pe-mips.c:720 ++#, c-format + msgid "%B: unimplemented %s\n" + msgstr "%B: non implanté %s\n" + +-#: pe-mips.c:745 ++#: pe-mips.c:746 + msgid "%B: jump too far away\n" + msgstr "%B: le saut va trop loin\n" + +-#: pe-mips.c:771 ++#: pe-mips.c:772 + msgid "%B: bad pair/reflo after refhi\n" + msgstr "%B: pairage erronée pair/reflo après refhi\n" + +-#: pef.c:522 ++#: pef.c:526 + #, c-format + msgid "bfd_pef_scan: unknown architecture 0x%lx" + msgstr "bfd_pef_scan: architecture 0x%lx inconnue" + +-#: pei-x86_64.c:469 ++#. PR 17512: file: 2245-7442-0.004. ++#: pei-x86_64.c:281 ++#, c-format ++msgid "Unknown: %x" ++msgstr "Inconnu: %x" ++ ++#: pei-x86_64.c:331 ++#, c-format ++msgid "warning: xdata section corrupt\n" ++msgstr "attention: section xdata corrompue\n" ++ ++#: pei-x86_64.c:341 ++#, c-format ++msgid "warning: xdata section corrupt" ++msgstr "attention: section xdata corrompue" ++ ++#: pei-x86_64.c:401 ++#, c-format ++msgid "Too many unwind codes (%ld)\n" ++msgstr "Trop de codes de déroulages (%ld)\n" ++ ++#: pei-x86_64.c:491 ++#, c-format ++msgid "Warning: %s section size (%ld) is not a multiple of %d\n" ++msgstr "Attention: la taille de la section %s (%ld) n'est pas un multiple de %d\n" ++ ++#: pei-x86_64.c:498 ++#, c-format ++msgid "Warning: %s section size is zero\n" ++msgstr "Attention: la taille de la section %s est nulle\n" ++ ++#: pei-x86_64.c:513 + #, c-format +-msgid "warning: .pdata section size (%ld) is not a multiple of %d\n" +-msgstr "attention, taille de la section .pdata (%ld) n'est pas un multiple de %d\n" ++msgid "Warning: %s section size (%ld) is smaller than virtual size (%ld)\n" ++msgstr "Attention: la taille de la section %s (%ld) est plus petite que la taille virtuelle (%ld)\n" + +-#: pei-x86_64.c:474 peigen.c:1626 peigen.c:1809 pepigen.c:1626 pepigen.c:1809 +-#: pex64igen.c:1626 pex64igen.c:1809 ++#: pei-x86_64.c:522 + #, c-format + msgid "" + "\n" +-"The Function Table (interpreted .pdata section contents)\n" ++"The Function Table (interpreted %s section contents)\n" + msgstr "" + "\n" +-"La table de fonctions (interprétation du contenu de la section .pdata)\n" ++"La table de fonctions (interprétation du contenu de la section %s)\n" + +-#: pei-x86_64.c:476 ++#: pei-x86_64.c:525 + #, c-format + msgid "vma:\t\t\tBeginAddress\t EndAddress\t UnwindData\n" + msgstr " vma:\t\t\tAdresse Début\t Adresse Fin\t Unwind Info\n" + ++#: pei-x86_64.c:654 ++#, c-format ++msgid "" ++"\n" ++"Dump of %s\n" ++msgstr "" ++"\n" ++"Vidange de %s\n" ++ + #. XXX code yet to be written. +-#: peicode.h:758 ++#: peicode.h:775 ++#, c-format + msgid "%B: Unhandled import type; %x" + msgstr "%B: type d'importation non traitée; %x" + +-#: peicode.h:763 ++#: peicode.h:781 ++#, c-format + msgid "%B: Unrecognised import type; %x" + msgstr "%B: type d'importation non reconnu; %x" + +-#: peicode.h:777 ++#: peicode.h:796 ++#, c-format + msgid "%B: Unrecognised import name type; %x" + msgstr "%B: type de nom d'importation non reconnu: %x" + +-#: peicode.h:1173 ++#: peicode.h:1217 ++#, c-format + msgid "%B: Unrecognised machine type (0x%x) in Import Library Format archive" + msgstr "%B: type de machine non reconnu (0x%x) dans l'archive de librairie de formats d'importation" + +-#: peicode.h:1185 ++#: peicode.h:1230 ++#, c-format + msgid "%B: Recognised but unhandled machine type (0x%x) in Import Library Format archive" + msgstr "%B: type de machine reconnue mais non traitée (0x%x) dans l'archive da la librairie de formats d'importation" + +-#: peicode.h:1203 ++#: peicode.h:1248 + msgid "%B: size field is zero in Import Library Format header" + msgstr "%B: taille du champ est zéro dans l'en-tête de la librairie de formats d'importation" + +-#: peicode.h:1234 ++#: peicode.h:1280 + msgid "%B: string not null terminated in ILF object file." + msgstr "%B: chaîne n'est pas terminée par un zéro dans le fichier objet ILF." + +-#: ppcboot.c:391 ++#: peicode.h:1333 ++msgid "%B: Error: Debug Data ends beyond end of debug directory." ++msgstr "%B: Erreur: Les données de débogage s'arrêtent après la fin du répertoire de débogage." ++ ++#: ppcboot.c:393 + #, c-format + msgid "" + "\n" +@@ -4109,27 +5767,27 @@ msgstr "" + "\n" + "En-têtes ppcboot:\n" + +-#: ppcboot.c:392 ++#: ppcboot.c:394 + #, c-format + msgid "Entry offset = 0x%.8lx (%ld)\n" + msgstr "Décalage de l'entrée= 0x%.8lx (%ld)\n" + +-#: ppcboot.c:394 ++#: ppcboot.c:396 + #, c-format + msgid "Length = 0x%.8lx (%ld)\n" + msgstr "Longueur = 0x%.8lx (%ld)\n" + +-#: ppcboot.c:398 ++#: ppcboot.c:400 + #, c-format + msgid "Flag field = 0x%.2x\n" + msgstr "Champ de fanion = 0x%.2x\n" + +-#: ppcboot.c:404 ++#: ppcboot.c:406 + #, c-format + msgid "Partition name = \"%s\"\n" +-msgstr "Nom de partition = «%s»\n" ++msgstr "Nom de partition = « %s »\n" + +-#: ppcboot.c:423 ++#: ppcboot.c:426 + #, c-format + msgid "" + "\n" +@@ -4138,35 +5796,45 @@ msgstr "" + "\n" + "Début de partition[%d] = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" + +-#: ppcboot.c:429 ++#: ppcboot.c:433 + #, c-format + msgid "Partition[%d] end = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" + msgstr "Fin de la partition[%d] = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" + +-#: ppcboot.c:435 ++#: ppcboot.c:440 + #, c-format + msgid "Partition[%d] sector = 0x%.8lx (%ld)\n" + msgstr "Secteur de la partition[%d] = 0x%.8lx (%ld)\n" + +-#: ppcboot.c:437 ++#: ppcboot.c:444 + #, c-format + msgid "Partition[%d] length = 0x%.8lx (%ld)\n" + msgstr "Longueur de la partition[%d] = 0x%.8lx (%ld)\n" + +-#: reloc.c:7371 ++#: reloc.c:8064 + msgid "INPUT_SECTION_FLAGS are not supported.\n" + msgstr "INPUT_SECTION_FLAGS pas supportés.\n" + +-#: reloc.c:7526 +-msgid "%X%P: %B(%A): relocation \"%R\" goes out of range\n" +-msgstr "%X%P: %B(%A): réadressage « %R » va en dehors des limites\n" ++#: reloc.c:8165 ++#, c-format ++msgid "%X%P: %B(%A): error: relocation for offset %V has no value\n" ++msgstr "%X%P: %B(%A): erreur: le réadressage pour le décalage %V n'a pas de valeur\n" + +-#: rs6000-core.c:448 ++#: reloc.c:8241 + #, c-format +-msgid "%s: warning core file truncated" +-msgstr "%s: fichier core d'avertissement tronqué" ++msgid "%X%P: %B(%A): relocation \"%R\" is not supported\n" ++msgstr "%X%P: %B(%A): le réadressage « %R » n'est pas supporté\n" + +-#: som.c:5471 ++#: reloc.c:8250 ++#, c-format ++msgid "%X%P: %B(%A): relocation \"%R\" returns an unrecognized value %x\n" ++msgstr "%X%P: %B(%A): le réadressage « %R » retourne une valeur %x non reconnue\n" ++ ++#: rs6000-core.c:471 ++msgid "%B: warning core file truncated" ++msgstr "%B: fichier core d'avertissement tronqué" ++ ++#: som.c:5478 + #, c-format + msgid "" + "\n" +@@ -4175,19 +5843,27 @@ msgstr "" + "\n" + "En-tête auxiliaire de l'exec\n" + +-#: som.c:5776 ++#: som.c:5787 + msgid "som_sizeof_headers unimplemented" + msgstr "som_sizeof_headers non implémenté" + +-#: srec.c:261 ++#: srec.c:260 ++#, c-format + msgid "%B:%d: Unexpected character `%s' in S-record file\n" +-msgstr "%B:%d: caractère inattendu «%s» dans le fichier S-record\n" ++msgstr "%B:%d: caractère inattendu « %s » dans le fichier S-record\n" + +-#: srec.c:567 srec.c:600 ++#: srec.c:488 ++#, c-format ++msgid "%B:%d: byte count %d too small\n" ++msgstr "%B:%d: nombre d'octets %d trop petit\n" ++ ++#: srec.c:581 srec.c:615 ++#, c-format + msgid "%B:%d: Bad checksum in S-record file\n" + msgstr "%B:%d: Mauvaise somme de contrôle dans le fichier S-record\n" + + #: stabs.c:279 ++#, c-format + msgid "%B(%A+0x%lx): Stabs entry has invalid string index." + msgstr "%B(%A+0x%lx): Entrée des ébauches a un indexe de chaîne invalide" + +@@ -4195,32 +5871,60 @@ msgstr "%B(%A+0x%lx): Entrée des ébauches a un indexe de chaîne invalide" + msgid "Unsupported .stab relocation" + msgstr "Réadressage du .stab non supporté" + +-#: vms-alpha.c:1294 ++#: vms-alpha.c:652 ++#, c-format ++msgid "Unable to read EIHS record at offset %#x" ++msgstr "Impossible de lire l'enregistrement EIHS à l'offset %#x" ++ ++#: vms-alpha.c:1164 ++#, c-format ++msgid "Corrupt EGSD record: its size (%#x) is too small" ++msgstr "Enregistrement EGSD corrompu: sa taille (%#x) est trop petite" ++ ++#: vms-alpha.c:1188 ++#, c-format ++msgid "Corrupt EGSD record: size (%#x) is larger than remaining space (%#x)" ++msgstr "Enregistrement EGSD corrompu: la taille (%#x) est plus grande que l'espace restant (%#x)" ++ ++#: vms-alpha.c:1196 ++#, c-format ++msgid "Corrupt EGSD record: size (%#x) is too small" ++msgstr "Enregistrement EGSD corrompu: la taille (%#x) est trop petite" ++ ++#: vms-alpha.c:1380 + #, c-format + msgid "Unknown EGSD subtype %d" + msgstr "Sous type EGSD %d inconnu" + +-#: vms-alpha.c:1325 ++#: vms-alpha.c:1413 + #, c-format + msgid "Stack overflow (%d) in _bfd_vms_push" + msgstr "Débordement de la pile (%d) dans _bfd_vms_push" + +-#: vms-alpha.c:1338 ++#: vms-alpha.c:1426 + msgid "Stack underflow in _bfd_vms_pop" + msgstr "Sous dépilage de la pile dans _bfd_vms_pop" + + #. These names have not yet been added to this switch statement. +-#: vms-alpha.c:1575 ++#: vms-alpha.c:1665 + #, c-format + msgid "unknown ETIR command %d" + msgstr "commande ETIR %d inconnue" + +-#: vms-alpha.c:1762 ++#: vms-alpha.c:1696 ++msgid "Corrupt vms value" ++msgstr "Valeur vms corrompue" ++ ++#: vms-alpha.c:1824 ++msgid "Corrupt ETIR record encountered" ++msgstr "Enregistrement ETIR corrompu rencontré" ++ ++#: vms-alpha.c:1881 + #, c-format + msgid "bad section index in %s" + msgstr "index de section erronée dans %s" + +-#: vms-alpha.c:1775 ++#: vms-alpha.c:1894 + #, c-format + msgid "unsupported STA cmd %s" + msgstr "commande STA %s non supportée" +@@ -4230,1388 +5934,1463 @@ msgstr "commande STA %s non supportée" + #. Rotate. + #. Redefine symbol to current location. + #. Define a literal. +-#: vms-alpha.c:1951 vms-alpha.c:1982 vms-alpha.c:2229 ++#: vms-alpha.c:2074 vms-alpha.c:2105 vms-alpha.c:2196 vms-alpha.c:2354 + #, c-format + msgid "%s: not supported" + msgstr "%s: pas supporté" + +-#: vms-alpha.c:1957 ++#: vms-alpha.c:2080 + #, c-format + msgid "%s: not implemented" + msgstr "%s: non implémenté" + +-#: vms-alpha.c:2213 ++#: vms-alpha.c:2338 + #, c-format + msgid "invalid use of %s with contexts" + msgstr "utilisation incorrecte de %s avec des contextes" + +-#: vms-alpha.c:2247 ++#: vms-alpha.c:2372 + #, c-format + msgid "reserved cmd %d" + msgstr "commande %d réservée" + +-#: vms-alpha.c:2332 ++#: vms-alpha.c:2457 + msgid "Object module NOT error-free !\n" + msgstr "Module objet N'EST PAS sans erreur !\n" + +-#: vms-alpha.c:3657 ++#: vms-alpha.c:3778 + #, c-format +-msgid "SEC_RELOC with no relocs in section %s" +-msgstr "SEC_RELOC sans relocalisation dans la section %s" ++msgid "SEC_RELOC with no relocs in section %A" ++msgstr "SEC_RELOC sans réadressages dans la section %A" + +-#: vms-alpha.c:3709 vms-alpha.c:3922 ++#: vms-alpha.c:3830 vms-alpha.c:4043 + #, c-format +-msgid "Size error in section %s" +-msgstr "Erreur de taille dans la section %s" ++msgid "Size error in section %A" ++msgstr "Erreur de taille dans la section %A" + +-#: vms-alpha.c:3868 ++#: vms-alpha.c:3989 + msgid "Spurious ALPHA_R_BSR reloc" +-msgstr "Relocalisation ALPHA_R_BSR parasite" ++msgstr "Réadressages ALPHA_R_BSR parasite" + +-#: vms-alpha.c:3909 ++#: vms-alpha.c:4030 + #, c-format + msgid "Unhandled relocation %s" + msgstr "Réadressage %s non traité" + +-#: vms-alpha.c:4199 ++#: vms-alpha.c:4323 + #, c-format + msgid "unknown source command %d" + msgstr "commande source %d inconnue" + +-#: vms-alpha.c:4260 ++#: vms-alpha.c:4384 + msgid "DST__K_SET_LINUM_INCR not implemented" + msgstr "DST__K_SET_LINUM_INCR pas implémenté" + +-#: vms-alpha.c:4266 ++#: vms-alpha.c:4390 + msgid "DST__K_SET_LINUM_INCR_W not implemented" + msgstr "DST__K_SET_LINUM_INCR_W pas implémenté" + +-#: vms-alpha.c:4272 ++#: vms-alpha.c:4396 + msgid "DST__K_RESET_LINUM_INCR not implemented" + msgstr "DST__K_RESET_LINUM_INCR pas implémenté" + +-#: vms-alpha.c:4278 ++#: vms-alpha.c:4402 + msgid "DST__K_BEG_STMT_MODE not implemented" + msgstr "DST__K_BEG_STMT_MODE pas implémenté" + +-#: vms-alpha.c:4284 ++#: vms-alpha.c:4408 + msgid "DST__K_END_STMT_MODE not implemented" + msgstr "DST__K_END_STMT_MODE pas implémenté" + +-#: vms-alpha.c:4311 ++#: vms-alpha.c:4435 + msgid "DST__K_SET_PC not implemented" + msgstr "DST__K_SET_PC pas implémenté" + +-#: vms-alpha.c:4317 ++#: vms-alpha.c:4441 + msgid "DST__K_SET_PC_W not implemented" + msgstr "DST__K_SET_PC_W pas implémenté" + +-#: vms-alpha.c:4323 ++#: vms-alpha.c:4447 + msgid "DST__K_SET_PC_L not implemented" + msgstr "DST__K_SET_PC_L pas implémenté" + +-#: vms-alpha.c:4329 ++#: vms-alpha.c:4453 + msgid "DST__K_SET_STMTNUM not implemented" + msgstr "DST__K_SET_STMTNUM pas implémenté" + +-#: vms-alpha.c:4372 ++#: vms-alpha.c:4496 + #, c-format + msgid "unknown line command %d" + msgstr "commande de ligne %d inconnue" + +-#: vms-alpha.c:4846 vms-alpha.c:4863 vms-alpha.c:4877 vms-alpha.c:4892 +-#: vms-alpha.c:4904 vms-alpha.c:4915 vms-alpha.c:4927 ++#: vms-alpha.c:4956 vms-alpha.c:4974 vms-alpha.c:4989 vms-alpha.c:5005 ++#: vms-alpha.c:5018 vms-alpha.c:5030 vms-alpha.c:5043 + #, c-format + msgid "Unknown reloc %s + %s" +-msgstr "Relocalisation %s + %s inconnue" ++msgstr "Réadressage %s + %s inconnu" + +-#: vms-alpha.c:4982 ++#: vms-alpha.c:5098 + #, c-format + msgid "Unknown reloc %s" +-msgstr "Relocalisation %s inconnue" ++msgstr "Réadressage %s inconnu" + +-#: vms-alpha.c:4995 ++#: vms-alpha.c:5111 + msgid "Invalid section index in ETIR" + msgstr "Index de section incorrect dans ETIR" + +-#: vms-alpha.c:5002 ++#: vms-alpha.c:5120 + msgid "Relocation for non-REL psect" + msgstr "Réadressage pour psect non-REL" + +-#: vms-alpha.c:5049 ++#: vms-alpha.c:5167 + #, c-format + msgid "Unknown symbol in command %s" + msgstr "Symbole inconnu dans la commande %s" + +-#: vms-alpha.c:5564 ++#: vms-alpha.c:5577 ++#, c-format ++msgid "reloc (%d) is *UNKNOWN*" ++msgstr "le réadressage (%d) est *INCONNU*" ++ ++#: vms-alpha.c:5692 + #, c-format + msgid " EMH %u (len=%u): " + msgstr " EMH %u (long=%u): " + +-#: vms-alpha.c:5573 ++#: vms-alpha.c:5697 ++#, c-format ++msgid " Error: The length is less than the length of an EMH record\n" ++msgstr " Erreur: La longueur est plus petite que la longueur d'un enregistrement EMH\n" ++ ++#: vms-alpha.c:5708 + #, c-format + msgid "Module header\n" + msgstr "En-tête module\n" + +-#: vms-alpha.c:5574 ++#: vms-alpha.c:5709 + #, c-format + msgid " structure level: %u\n" + msgstr " niveau de structure: %u\n" + +-#: vms-alpha.c:5575 ++#: vms-alpha.c:5710 + #, c-format + msgid " max record size: %u\n" + msgstr " taille max d'enregistrement: %u\n" + +-#: vms-alpha.c:5578 ++#: vms-alpha.c:5713 + #, c-format + msgid " module name : %.*s\n" + msgstr " nom du module : %.*s\n" + +-#: vms-alpha.c:5580 ++#: vms-alpha.c:5715 + #, c-format + msgid " module version : %.*s\n" + msgstr " version du module : %.*s\n" + +-#: vms-alpha.c:5582 ++#: vms-alpha.c:5717 + #, c-format + msgid " compile date : %.17s\n" + msgstr " date de compilation : %.17s\n" + +-#: vms-alpha.c:5587 ++#: vms-alpha.c:5722 + #, c-format + msgid "Language Processor Name\n" + msgstr "Nom du Processeur de Langage\n" + +-#: vms-alpha.c:5588 ++#: vms-alpha.c:5723 + #, c-format + msgid " language name: %.*s\n" + msgstr " nom du language: %.*s\n" + +-#: vms-alpha.c:5595 ++#: vms-alpha.c:5730 + #, c-format + msgid "Source Files Header\n" + msgstr "En-tête des fichiers sources\n" + +-#: vms-alpha.c:5596 ++#: vms-alpha.c:5731 + #, c-format + msgid " file: %.*s\n" + msgstr " fichier: %.*s\n" + +-#: vms-alpha.c:5603 ++#: vms-alpha.c:5738 + #, c-format + msgid "Title Text Header\n" + msgstr "En-tête du texte du titre\n" + +-#: vms-alpha.c:5604 ++#: vms-alpha.c:5739 + #, c-format + msgid " title: %.*s\n" + msgstr " titre: %.*s\n" + +-#: vms-alpha.c:5611 ++#: vms-alpha.c:5746 + #, c-format + msgid "Copyright Header\n" + msgstr "En-tête du copyright\n" + +-#: vms-alpha.c:5612 ++#: vms-alpha.c:5747 + #, c-format + msgid " copyright: %.*s\n" + msgstr " copyright: %.*s\n" + +-#: vms-alpha.c:5618 ++#: vms-alpha.c:5753 + #, c-format + msgid "unhandled emh subtype %u\n" + msgstr "sous-type emh %u non pris en charge\n" + +-#: vms-alpha.c:5628 ++#: vms-alpha.c:5763 + #, c-format + msgid " EEOM (len=%u):\n" + msgstr " EEOM (long=%u):\n" + +-#: vms-alpha.c:5629 ++#: vms-alpha.c:5768 ++#, c-format ++msgid " Error: The length is less than the length of an EEOM record\n" ++msgstr " Erreur: La longueur est plus petite que la longueur d'un enregistrement EEOM\n" ++ ++#: vms-alpha.c:5772 + #, c-format + msgid " number of cond linkage pairs: %u\n" + msgstr " nombre de paires de liaisons cond: %u\n" + +-#: vms-alpha.c:5631 ++#: vms-alpha.c:5774 + #, c-format + msgid " completion code: %u\n" + msgstr " code de complétion: %u\n" + +-#: vms-alpha.c:5635 ++#: vms-alpha.c:5778 + #, c-format + msgid " transfer addr flags: 0x%02x\n" + msgstr " fanions de transfert d'adr: 0x%02x\n" + +-#: vms-alpha.c:5636 ++#: vms-alpha.c:5779 + #, c-format + msgid " transfer addr psect: %u\n" + msgstr " psect transert adr: %u\n" + +-#: vms-alpha.c:5638 ++#: vms-alpha.c:5781 + #, c-format + msgid " transfer address : 0x%08x\n" + msgstr " adresse de transert: 0x%08x\n" + +-#: vms-alpha.c:5647 ++#: vms-alpha.c:5790 + msgid " WEAK" + msgstr " FAIBLE" + +-#: vms-alpha.c:5649 ++#: vms-alpha.c:5792 + msgid " DEF" + msgstr " DEF" + +-#: vms-alpha.c:5651 ++#: vms-alpha.c:5794 + msgid " UNI" + msgstr " UNI" + +-#: vms-alpha.c:5653 vms-alpha.c:5674 ++#: vms-alpha.c:5796 vms-alpha.c:5817 + msgid " REL" + msgstr " REL" + +-#: vms-alpha.c:5655 ++#: vms-alpha.c:5798 + msgid " COMM" + msgstr " COMM" + +-#: vms-alpha.c:5657 ++#: vms-alpha.c:5800 + msgid " VECEP" + msgstr " VECEP" + +-#: vms-alpha.c:5659 ++#: vms-alpha.c:5802 + msgid " NORM" + msgstr " NORM" + +-#: vms-alpha.c:5661 ++#: vms-alpha.c:5804 + msgid " QVAL" + msgstr " QVAL" + +-#: vms-alpha.c:5668 ++#: vms-alpha.c:5811 + msgid " PIC" + msgstr " PIC" + +-#: vms-alpha.c:5670 ++#: vms-alpha.c:5813 + msgid " LIB" + msgstr " LIB" + +-#: vms-alpha.c:5672 ++#: vms-alpha.c:5815 + msgid " OVR" + msgstr " OVR" + +-#: vms-alpha.c:5676 ++#: vms-alpha.c:5819 + msgid " GBL" + msgstr " GBL" + +-#: vms-alpha.c:5678 ++#: vms-alpha.c:5821 + msgid " SHR" + msgstr " SHR" + +-#: vms-alpha.c:5680 ++#: vms-alpha.c:5823 + msgid " EXE" + msgstr " EXE" + +-#: vms-alpha.c:5682 ++#: vms-alpha.c:5825 + msgid " RD" + msgstr " RD" + +-#: vms-alpha.c:5684 ++#: vms-alpha.c:5827 + msgid " WRT" + msgstr " WRT" + +-#: vms-alpha.c:5686 ++#: vms-alpha.c:5829 + msgid " VEC" + msgstr " VEC" + +-#: vms-alpha.c:5688 ++#: vms-alpha.c:5831 + msgid " NOMOD" + msgstr " NOMOD" + +-#: vms-alpha.c:5690 ++#: vms-alpha.c:5833 + msgid " COM" + msgstr " COM" + +-#: vms-alpha.c:5692 ++#: vms-alpha.c:5835 + msgid " 64B" + msgstr " 64B" + +-#: vms-alpha.c:5701 ++#: vms-alpha.c:5844 + #, c-format + msgid " EGSD (len=%u):\n" + msgstr " EGSD (long=%u):\n" + +-#: vms-alpha.c:5713 ++#: vms-alpha.c:5857 + #, c-format + msgid " EGSD entry %2u (type: %u, len: %u): " + msgstr " entrée EGSD %2u (type: %u, long: %u): " + +-#: vms-alpha.c:5725 ++#: vms-alpha.c:5863 vms-alpha.c:6114 ++#, c-format ++msgid " Error: length larger than remaining space in record\n" ++msgstr " Erreur: longueur plus grande que l'espace restant dans l'enregistrement\n" ++ ++#: vms-alpha.c:5875 + #, c-format + msgid "PSC - Program section definition\n" + msgstr "PSC - Définition de section du programme\n" + +-#: vms-alpha.c:5726 vms-alpha.c:5743 ++#: vms-alpha.c:5876 vms-alpha.c:5893 + #, c-format + msgid " alignment : 2**%u\n" + msgstr " alignement : 2**%u\n" + +-#: vms-alpha.c:5727 vms-alpha.c:5744 ++#: vms-alpha.c:5877 vms-alpha.c:5894 + #, c-format + msgid " flags : 0x%04x" + msgstr " fanions : 0x%04x" + +-#: vms-alpha.c:5731 ++#: vms-alpha.c:5881 + #, c-format + msgid " alloc (len): %u (0x%08x)\n" + msgstr " alloc (long): %u (0x%08x)\n" + +-#: vms-alpha.c:5732 vms-alpha.c:5789 vms-alpha.c:5838 ++#: vms-alpha.c:5882 vms-alpha.c:5939 vms-alpha.c:5988 + #, c-format + msgid " name : %.*s\n" + msgstr " nom : %.*s\n" + +-#: vms-alpha.c:5742 ++#: vms-alpha.c:5892 + #, c-format + msgid "SPSC - Shared Image Program section def\n" + msgstr "SPSC - Def de section de l'image partagée du programme\n" + +-#: vms-alpha.c:5748 ++#: vms-alpha.c:5898 + #, c-format + msgid " alloc (len) : %u (0x%08x)\n" + msgstr " alloc (long) : %u (0x%08x)\n" + +-#: vms-alpha.c:5749 ++#: vms-alpha.c:5899 + #, c-format + msgid " image offset : 0x%08x\n" + msgstr " offset d'image: 0x%08x\n" + +-#: vms-alpha.c:5751 ++#: vms-alpha.c:5901 + #, c-format + msgid " symvec offset : 0x%08x\n" + msgstr " offset symvec : 0x%08x\n" + +-#: vms-alpha.c:5753 ++#: vms-alpha.c:5903 + #, c-format + msgid " name : %.*s\n" + msgstr " nom : %.*s\n" + +-#: vms-alpha.c:5766 ++#: vms-alpha.c:5916 + #, c-format + msgid "SYM - Global symbol definition\n" + msgstr "SYM - Définition du symbol global\n" + +-#: vms-alpha.c:5767 vms-alpha.c:5827 vms-alpha.c:5848 vms-alpha.c:5867 ++#: vms-alpha.c:5917 vms-alpha.c:5977 vms-alpha.c:5998 vms-alpha.c:6017 + #, c-format + msgid " flags: 0x%04x" + msgstr " fanions: 0x%04x" + +-#: vms-alpha.c:5770 ++#: vms-alpha.c:5920 + #, c-format + msgid " psect offset: 0x%08x\n" + msgstr " offset psect: 0x%08x\n" + +-#: vms-alpha.c:5774 ++#: vms-alpha.c:5924 + #, c-format + msgid " code address: 0x%08x\n" + msgstr " adresse code: 0x%08x\n" + +-#: vms-alpha.c:5776 ++#: vms-alpha.c:5926 + #, c-format + msgid " psect index for entry point : %u\n" + msgstr " index psect pour point d'entrée: %u\n" + +-#: vms-alpha.c:5779 vms-alpha.c:5855 vms-alpha.c:5874 ++#: vms-alpha.c:5929 vms-alpha.c:6005 vms-alpha.c:6024 + #, c-format + msgid " psect index : %u\n" + msgstr " index psect : %u\n" + +-#: vms-alpha.c:5781 vms-alpha.c:5857 vms-alpha.c:5876 ++#: vms-alpha.c:5931 vms-alpha.c:6007 vms-alpha.c:6026 + #, c-format + msgid " name : %.*s\n" + msgstr " nom : %.*s\n" + +-#: vms-alpha.c:5788 ++#: vms-alpha.c:5938 + #, c-format + msgid "SYM - Global symbol reference\n" + msgstr "SYM - Référence du symbol globaux\n" + +-#: vms-alpha.c:5800 ++#: vms-alpha.c:5950 + #, c-format + msgid "IDC - Ident Consistency check\n" + msgstr "IDC - Vérification de la consistance d'identité\n" + +-#: vms-alpha.c:5801 ++#: vms-alpha.c:5951 + #, c-format + msgid " flags : 0x%08x" + msgstr " fanions : 0x%08x" + +-#: vms-alpha.c:5805 ++#: vms-alpha.c:5955 + #, c-format + msgid " id match : %x\n" + msgstr " correspondance id : %x\n" + +-#: vms-alpha.c:5807 ++#: vms-alpha.c:5957 + #, c-format + msgid " error severity: %x\n" + msgstr " sévérité d'erreur: %x\n" + +-#: vms-alpha.c:5810 ++#: vms-alpha.c:5960 + #, c-format + msgid " entity name : %.*s\n" + msgstr " nom d'entité : %.*s\n" + +-#: vms-alpha.c:5812 ++#: vms-alpha.c:5962 + #, c-format + msgid " object name : %.*s\n" + msgstr " nom d'objet : %.*s\n" + +-#: vms-alpha.c:5815 ++#: vms-alpha.c:5965 + #, c-format + msgid " binary ident : 0x%08x\n" + msgstr " ident binaire : 0x%08x\n" + +-#: vms-alpha.c:5818 ++#: vms-alpha.c:5968 + #, c-format + msgid " ascii ident : %.*s\n" + msgstr " ident ascii : %.*s\n" + +-#: vms-alpha.c:5826 ++#: vms-alpha.c:5976 + #, c-format + msgid "SYMG - Universal symbol definition\n" + msgstr "SYMG - Définition de symbole universel\n" + +-#: vms-alpha.c:5830 ++#: vms-alpha.c:5980 + #, c-format + msgid " symbol vector offset: 0x%08x\n" + msgstr " offset vecteur symbole: 0x%08x\n" + +-#: vms-alpha.c:5832 ++#: vms-alpha.c:5982 + #, c-format + msgid " entry point: 0x%08x\n" + msgstr " point d'entrée: 0x%08x\n" + +-#: vms-alpha.c:5834 ++#: vms-alpha.c:5984 + #, c-format + msgid " proc descr : 0x%08x\n" + msgstr " descr proc : 0x%08x\n" + +-#: vms-alpha.c:5836 ++#: vms-alpha.c:5986 + #, c-format + msgid " psect index: %u\n" + msgstr " index psect: %u\n" + +-#: vms-alpha.c:5847 ++#: vms-alpha.c:5997 + #, c-format + msgid "SYMV - Vectored symbol definition\n" + msgstr "SYMV - Définition symbole vectorisé\n" + +-#: vms-alpha.c:5851 ++#: vms-alpha.c:6001 + #, c-format + msgid " vector : 0x%08x\n" + msgstr " vecteur : 0x%08x\n" + +-#: vms-alpha.c:5853 vms-alpha.c:5872 ++#: vms-alpha.c:6003 vms-alpha.c:6022 + #, c-format + msgid " psect offset: %u\n" + msgstr " offset psect: %u\n" + +-#: vms-alpha.c:5866 ++#: vms-alpha.c:6016 + #, c-format + msgid "SYMM - Global symbol definition with version\n" + msgstr "SYMM - Définition de symbole globale avec version\n" + +-#: vms-alpha.c:5870 ++#: vms-alpha.c:6020 + #, c-format + msgid " version mask: 0x%08x\n" + msgstr " masque de version: 0x%08x\n" + +-#: vms-alpha.c:5881 ++#: vms-alpha.c:6031 + #, c-format + msgid "unhandled egsd entry type %u\n" + msgstr "type d'entrée egsd %u non supporté\n" + +-#: vms-alpha.c:5915 ++#: vms-alpha.c:6066 + #, c-format + msgid " linkage index: %u, replacement insn: 0x%08x\n" + msgstr " index de liaison: %u, instruction de remplacement: 0x%08x\n" + +-#: vms-alpha.c:5918 ++#: vms-alpha.c:6070 + #, c-format + msgid " psect idx 1: %u, offset 1: 0x%08x %08x\n" + msgstr " index psect 1: %u, offset 1: 0x%08x %08x\n" + +-#: vms-alpha.c:5922 ++#: vms-alpha.c:6075 + #, c-format + msgid " psect idx 2: %u, offset 2: 0x%08x %08x\n" + msgstr " index psect 2: %u, offset 2: 0x%08x %08x\n" + +-#: vms-alpha.c:5927 ++#: vms-alpha.c:6081 + #, c-format + msgid " psect idx 3: %u, offset 3: 0x%08x %08x\n" + msgstr " index psect 3: %u, offset 3: 0x%08x %08x\n" + +-#: vms-alpha.c:5932 ++#: vms-alpha.c:6086 + #, c-format + msgid " global name: %.*s\n" + msgstr " nom global: %.*s\n" + +-#: vms-alpha.c:5942 ++#: vms-alpha.c:6097 + #, c-format + msgid " %s (len=%u+%u):\n" + msgstr " %s (long=%u+%u):\n" + +-#: vms-alpha.c:5957 ++#: vms-alpha.c:6119 + #, c-format + msgid " (type: %3u, size: 4+%3u): " + msgstr " (type: %3u, taille: 4+%3u): " + +-#: vms-alpha.c:5961 ++#: vms-alpha.c:6123 + #, c-format + msgid "STA_GBL (stack global) %.*s\n" + msgstr "STA_GBL (pile globals) %.*s\n" + +-#: vms-alpha.c:5965 ++#: vms-alpha.c:6127 + #, c-format + msgid "STA_LW (stack longword) 0x%08x\n" + msgstr "STA_LW (pile mot long) 0x%08x\n" + +-#: vms-alpha.c:5969 ++#: vms-alpha.c:6131 + #, c-format + msgid "STA_QW (stack quadword) 0x%08x %08x\n" + msgstr "STA_QW (pile quad mot) 0x%08x %08x\n" + +-#: vms-alpha.c:5974 ++#: vms-alpha.c:6136 + #, c-format + msgid "STA_PQ (stack psect base + offset)\n" + msgstr "STA_PQ (base pile psect + offset)\n" + +-#: vms-alpha.c:5975 ++#: vms-alpha.c:6138 + #, c-format + msgid " psect: %u, offset: 0x%08x %08x\n" + msgstr " psect: %u, offset: 0x%08x %08x\n" + +-#: vms-alpha.c:5981 ++#: vms-alpha.c:6144 + #, c-format + msgid "STA_LI (stack literal)\n" + msgstr "STA_LI (pile literale)\n" + +-#: vms-alpha.c:5984 ++#: vms-alpha.c:6147 + #, c-format + msgid "STA_MOD (stack module)\n" + msgstr "STA_MOD (pile module)\n" + +-#: vms-alpha.c:5987 ++#: vms-alpha.c:6150 + #, c-format + msgid "STA_CKARG (compare procedure argument)\n" + msgstr "STA_CKARG (compare les arguments de la procédure)\n" + +-#: vms-alpha.c:5991 ++#: vms-alpha.c:6154 + #, c-format + msgid "STO_B (store byte)\n" + msgstr "STO_B (stocke octet)\n" + +-#: vms-alpha.c:5994 ++#: vms-alpha.c:6157 + #, c-format + msgid "STO_W (store word)\n" + msgstr "STO_W (stocke mot)\n" + +-#: vms-alpha.c:5997 ++#: vms-alpha.c:6160 + #, c-format + msgid "STO_LW (store longword)\n" + msgstr "STO_LW (stocke mot long)\n" + +-#: vms-alpha.c:6000 ++#: vms-alpha.c:6163 + #, c-format + msgid "STO_QW (store quadword)\n" + msgstr "STO_QW (stocke quad mot)\n" + +-#: vms-alpha.c:6006 ++#: vms-alpha.c:6169 + #, c-format + msgid "STO_IMMR (store immediate repeat) %u bytes\n" + msgstr "STO_IMMR (stock répétition immédiate) %u octets\n" + +-#: vms-alpha.c:6013 ++#: vms-alpha.c:6176 + #, c-format + msgid "STO_GBL (store global) %.*s\n" + msgstr "STO_GBL (stocke globale) %.*s\n" + +-#: vms-alpha.c:6017 ++#: vms-alpha.c:6180 + #, c-format + msgid "STO_CA (store code address) %.*s\n" + msgstr "STO_CA (stock adresse code) %.*s\n" + +-#: vms-alpha.c:6021 ++#: vms-alpha.c:6184 + #, c-format + msgid "STO_RB (store relative branch)\n" + msgstr "STO_RB (stocke branche relative)\n" + +-#: vms-alpha.c:6024 ++#: vms-alpha.c:6187 + #, c-format + msgid "STO_AB (store absolute branch)\n" + msgstr "STO_AB (stocke branche absolue)\n" + +-#: vms-alpha.c:6027 ++#: vms-alpha.c:6190 + #, c-format + msgid "STO_OFF (store offset to psect)\n" + msgstr "STO_OFF (stocke offset de psect)\n" + +-#: vms-alpha.c:6033 ++#: vms-alpha.c:6196 + #, c-format + msgid "STO_IMM (store immediate) %u bytes\n" + msgstr "STO_IMM (stocke immediat) %u octets\n" + +-#: vms-alpha.c:6040 ++#: vms-alpha.c:6203 + #, c-format + msgid "STO_GBL_LW (store global longword) %.*s\n" + msgstr "STO_GBL_LW (stocke mot long global) %.*s\n" + +-#: vms-alpha.c:6044 ++#: vms-alpha.c:6207 + #, c-format + msgid "STO_OFF (store LP with procedure signature)\n" + msgstr "STO_OFF (stocke LP avec la signature de la procédure)\n" + +-#: vms-alpha.c:6047 ++#: vms-alpha.c:6210 + #, c-format + msgid "STO_BR_GBL (store branch global) *todo*\n" + msgstr "STO_BR_GBL (stocke branche globale) *todo*\n" + +-#: vms-alpha.c:6050 ++#: vms-alpha.c:6213 + #, c-format + msgid "STO_BR_PS (store branch psect + offset) *todo*\n" + msgstr "STO_BR_PS (stocke branche psect + offset) *todo*\n" + +-#: vms-alpha.c:6054 ++#: vms-alpha.c:6217 + #, c-format + msgid "OPR_NOP (no-operation)\n" + msgstr "OPR_NOP (pas d'operation)\n" + +-#: vms-alpha.c:6057 ++#: vms-alpha.c:6220 + #, c-format + msgid "OPR_ADD (add)\n" + msgstr "OPR_ADD (ajout)\n" + +-#: vms-alpha.c:6060 ++#: vms-alpha.c:6223 + #, c-format + msgid "OPR_SUB (substract)\n" + msgstr "OPR_SUB (soustraction)\n" + +-#: vms-alpha.c:6063 ++#: vms-alpha.c:6226 + #, c-format + msgid "OPR_MUL (multiply)\n" + msgstr "OPR_MUL (multiplication)\n" + +-#: vms-alpha.c:6066 ++#: vms-alpha.c:6229 + #, c-format + msgid "OPR_DIV (divide)\n" + msgstr "OPR_DIV (division)\n" + +-#: vms-alpha.c:6069 ++#: vms-alpha.c:6232 + #, c-format + msgid "OPR_AND (logical and)\n" + msgstr "OPR_AND (et logique)\n" + +-#: vms-alpha.c:6072 ++#: vms-alpha.c:6235 + #, c-format + msgid "OPR_IOR (logical inclusive or)\n" + msgstr "OPR_IOR (ou inclusif logique)\n" + +-#: vms-alpha.c:6075 ++#: vms-alpha.c:6238 + #, c-format + msgid "OPR_EOR (logical exclusive or)\n" + msgstr "OPR_EOR (ou exclusif logique)\n" + +-#: vms-alpha.c:6078 ++#: vms-alpha.c:6241 + #, c-format + msgid "OPR_NEG (negate)\n" + msgstr "OPR_NEG (négation)\n" + +-#: vms-alpha.c:6081 ++#: vms-alpha.c:6244 + #, c-format + msgid "OPR_COM (complement)\n" + msgstr "OPR_COM (complément)\n" + +-#: vms-alpha.c:6084 ++#: vms-alpha.c:6247 + #, c-format + msgid "OPR_INSV (insert field)\n" + msgstr "OPR_INSV (insertion champ)\n" + +-#: vms-alpha.c:6087 ++#: vms-alpha.c:6250 + #, c-format + msgid "OPR_ASH (arithmetic shift)\n" + msgstr "OPR_ASH (décalage arithmetique)\n" + +-#: vms-alpha.c:6090 ++#: vms-alpha.c:6253 + #, c-format + msgid "OPR_USH (unsigned shift)\n" + msgstr "OPR_USH (décalage non signé)\n" + +-#: vms-alpha.c:6093 ++#: vms-alpha.c:6256 + #, c-format + msgid "OPR_ROT (rotate)\n" + msgstr "OPR_ROT (rotation)\n" + +-#: vms-alpha.c:6096 ++#: vms-alpha.c:6259 + #, c-format + msgid "OPR_SEL (select)\n" + msgstr "OPR_SEL (selection)\n" + +-#: vms-alpha.c:6099 ++#: vms-alpha.c:6262 + #, c-format + msgid "OPR_REDEF (redefine symbol to curr location)\n" + msgstr "OPR_REDEF (redéfini le symbole à la position actuelle)\n" + +-#: vms-alpha.c:6102 ++#: vms-alpha.c:6265 + #, c-format + msgid "OPR_REDEF (define a literal)\n" + msgstr "OPR_REDEF (définir un litéral)\n" + +-#: vms-alpha.c:6106 ++#: vms-alpha.c:6269 + #, c-format + msgid "STC_LP (store cond linkage pair)\n" + msgstr "STC_LP (stocke pair de liaison cond)\n" + +-#: vms-alpha.c:6110 ++#: vms-alpha.c:6273 + #, c-format + msgid "STC_LP_PSB (store cond linkage pair + signature)\n" + msgstr "STC_LP_PSB (stocke pair de liaison cond + signature)\n" + +-#: vms-alpha.c:6111 ++#: vms-alpha.c:6275 + #, c-format + msgid " linkage index: %u, procedure: %.*s\n" + msgstr " index liaison: %u, procédure: %.*s\n" + +-#: vms-alpha.c:6114 ++#: vms-alpha.c:6278 + #, c-format + msgid " signature: %.*s\n" + msgstr " signature: %.*s\n" + +-#: vms-alpha.c:6117 ++#: vms-alpha.c:6281 + #, c-format + msgid "STC_GBL (store cond global)\n" + msgstr "STC_GBL (stocke cond globale)\n" + +-#: vms-alpha.c:6118 ++#: vms-alpha.c:6283 + #, c-format + msgid " linkage index: %u, global: %.*s\n" + msgstr " index liaison: %u, globale: %.*s\n" + +-#: vms-alpha.c:6122 ++#: vms-alpha.c:6287 + #, c-format + msgid "STC_GCA (store cond code address)\n" + msgstr "STC_GCA (stocke adresse code cond)\n" + +-#: vms-alpha.c:6123 ++#: vms-alpha.c:6289 + #, c-format + msgid " linkage index: %u, procedure name: %.*s\n" + msgstr " index liaison: %u, nom procédure: %.*s\n" + +-#: vms-alpha.c:6127 ++#: vms-alpha.c:6293 + #, c-format + msgid "STC_PS (store cond psect + offset)\n" + msgstr "STC_PS (stocke psect cond + offset)\n" + +-#: vms-alpha.c:6129 ++#: vms-alpha.c:6296 + #, c-format + msgid " linkage index: %u, psect: %u, offset: 0x%08x %08x\n" + msgstr " index liaison: %u, psect: %u, offset: 0x%08x %08x\n" + +-#: vms-alpha.c:6136 ++#: vms-alpha.c:6303 + #, c-format + msgid "STC_NOP_GBL (store cond NOP at global addr)\n" + msgstr "STC_NOP_GBL (stocke NOP cond à l'adresse globale)\n" + +-#: vms-alpha.c:6140 ++#: vms-alpha.c:6307 + #, c-format + msgid "STC_NOP_PS (store cond NOP at psect + offset)\n" + msgstr "STC_NOP_PS (stocke NOP cond à psect + offset)\n" + +-#: vms-alpha.c:6144 ++#: vms-alpha.c:6311 + #, c-format + msgid "STC_BSR_GBL (store cond BSR at global addr)\n" + msgstr "STC_BSR_GBL (stocke BSR cond à l'adresse globale)\n" + +-#: vms-alpha.c:6148 ++#: vms-alpha.c:6315 + #, c-format + msgid "STC_BSR_PS (store cond BSR at psect + offset)\n" + msgstr "STC_BSR_PS (stocke BSR cond à psect + offset)\n" + +-#: vms-alpha.c:6152 ++#: vms-alpha.c:6319 + #, c-format + msgid "STC_LDA_GBL (store cond LDA at global addr)\n" + msgstr "STC_LDA_GBL (stocke LDA cond à l'adresse globale)\n" + +-#: vms-alpha.c:6156 ++#: vms-alpha.c:6323 + #, c-format + msgid "STC_LDA_PS (store cond LDA at psect + offset)\n" + msgstr "STC_LDA_PS (stocke LDA cond à psect + offset)\n" + +-#: vms-alpha.c:6160 ++#: vms-alpha.c:6327 + #, c-format + msgid "STC_BOH_GBL (store cond BOH at global addr)\n" + msgstr "STC_BOH_GBL (stocke BOH cond à l'adresse globale)\n" + +-#: vms-alpha.c:6164 ++#: vms-alpha.c:6331 + #, c-format + msgid "STC_BOH_PS (store cond BOH at psect + offset)\n" + msgstr "STC_BOH_PS (stocke BOH cond à psect + offset)\n" + +-#: vms-alpha.c:6169 ++#: vms-alpha.c:6336 + #, c-format + msgid "STC_NBH_GBL (store cond or hint at global addr)\n" + msgstr "STC_NBH_GBL (stocke cond ou suggestion à l'adresse globale)\n" + +-#: vms-alpha.c:6173 ++#: vms-alpha.c:6340 + #, c-format + msgid "STC_NBH_PS (store cond or hint at psect + offset)\n" + msgstr "STC_NBH_PS (stocke cond or suggestion à psect + offset)\n" + +-#: vms-alpha.c:6177 ++#: vms-alpha.c:6344 + #, c-format + msgid "CTL_SETRB (set relocation base)\n" + msgstr "CTL_SETRB (fixe la base du réadressage)\n" + +-#: vms-alpha.c:6183 ++#: vms-alpha.c:6350 + #, c-format + msgid "CTL_AUGRB (augment relocation base) %u\n" + msgstr "CTL_AUGRB (augmente la base du réadressage) %u\n" + +-#: vms-alpha.c:6187 ++#: vms-alpha.c:6354 + #, c-format + msgid "CTL_DFLOC (define location)\n" + msgstr "CTL_DFLOC (définir position)\n" + +-#: vms-alpha.c:6190 ++#: vms-alpha.c:6357 + #, c-format + msgid "CTL_STLOC (set location)\n" + msgstr "CTL_STLOC (fixer position)\n" + +-#: vms-alpha.c:6193 ++#: vms-alpha.c:6360 + #, c-format + msgid "CTL_STKDL (stack defined location)\n" + msgstr "CTL_STKDL (position définie dans la pile)\n" + +-#: vms-alpha.c:6196 vms-alpha.c:6610 ++#: vms-alpha.c:6363 vms-alpha.c:6787 vms-alpha.c:6913 + #, c-format + msgid "*unhandled*\n" + msgstr "*non pris en charge*\n" + +-#: vms-alpha.c:6226 vms-alpha.c:6265 ++#: vms-alpha.c:6393 vms-alpha.c:6432 + #, c-format + msgid "cannot read GST record length\n" + msgstr "impossible de lire la longueur de l'enregistrement GST\n" + + #. Ill-formed. +-#: vms-alpha.c:6247 ++#: vms-alpha.c:6414 + #, c-format + msgid "cannot find EMH in first GST record\n" + msgstr "impossible de trouver le EMH dans le premier enregistrement GST\n" + +-#: vms-alpha.c:6273 ++#: vms-alpha.c:6440 + #, c-format + msgid "cannot read GST record header\n" + msgstr "impossible de lire l'en-tête de l'enregistrement GST\n" + +-#: vms-alpha.c:6286 ++#: vms-alpha.c:6453 + #, c-format + msgid " corrupted GST\n" + msgstr " GST corrompu\n" + +-#: vms-alpha.c:6294 ++#: vms-alpha.c:6461 + #, c-format + msgid "cannot read GST record\n" + msgstr "ne peut lire l'enregistrement GST\n" + +-#: vms-alpha.c:6323 ++#: vms-alpha.c:6490 + #, c-format + msgid " unhandled EOBJ record type %u\n" + msgstr " type d'enregistrement EOBJ %u non supporté\n" + +-#: vms-alpha.c:6346 ++#: vms-alpha.c:6514 + #, c-format + msgid " bitcount: %u, base addr: 0x%08x\n" + msgstr " décompte des bits: %u, adr base: 0x%08x\n" + +-#: vms-alpha.c:6359 ++#: vms-alpha.c:6528 + #, c-format + msgid " bitmap: 0x%08x (count: %u):\n" + msgstr " carte des bits: 0x%08x (occurrence: %u):\n" + +-#: vms-alpha.c:6366 ++#: vms-alpha.c:6535 + #, c-format + msgid " %08x" + msgstr " %08x" + +-#: vms-alpha.c:6391 ++#: vms-alpha.c:6561 + #, c-format + msgid " image %u (%u entries)\n" + msgstr " image %u (%u entrées)\n" + +-#: vms-alpha.c:6396 ++#: vms-alpha.c:6567 + #, c-format + msgid " offset: 0x%08x, val: 0x%08x\n" + msgstr " offset: 0x%08x, val: 0x%08x\n" + +-#: vms-alpha.c:6417 ++#: vms-alpha.c:6589 + #, c-format + msgid " image %u (%u entries), offsets:\n" + msgstr " image %u (%u entrées), offsets:\n" + +-#: vms-alpha.c:6424 ++#: vms-alpha.c:6596 + #, c-format + msgid " 0x%08x" + msgstr " 0x%08x" + + #. 64 bits. +-#: vms-alpha.c:6546 ++#: vms-alpha.c:6718 + #, c-format + msgid "64 bits *unhandled*\n" + msgstr "64 bits *non supporté*\n" + +-#: vms-alpha.c:6550 ++#: vms-alpha.c:6723 + #, c-format + msgid "class: %u, dtype: %u, length: %u, pointer: 0x%08x\n" + msgstr "classe: %u, dtype: %u, longueur: %u, pointeur: 0x%08x\n" + +-#: vms-alpha.c:6561 ++#: vms-alpha.c:6734 + #, c-format + msgid "non-contiguous array of %s\n" + msgstr "table de %s non contiguë\n" + +-#: vms-alpha.c:6565 ++#: vms-alpha.c:6739 + #, c-format + msgid "dimct: %u, aflags: 0x%02x, digits: %u, scale: %u\n" + msgstr "dimct: %u, aflags: 0x%02x, digits: %u, échelle: %u\n" + +-#: vms-alpha.c:6569 ++#: vms-alpha.c:6744 + #, c-format + msgid "arsize: %u, a0: 0x%08x\n" + msgstr "arsize: %u, a0: 0x%08x\n" + +-#: vms-alpha.c:6573 ++#: vms-alpha.c:6748 + #, c-format + msgid "Strides:\n" + msgstr "Pas:\n" + +-#: vms-alpha.c:6578 +-#, c-format +-msgid "[%u]: %u\n" +-msgstr "[%u]: %u\n" +- +-#: vms-alpha.c:6583 ++#: vms-alpha.c:6758 + #, c-format + msgid "Bounds:\n" + msgstr "Limites:\n" + +-#: vms-alpha.c:6588 ++#: vms-alpha.c:6764 + #, c-format + msgid "[%u]: Lower: %u, upper: %u\n" + msgstr "[%u]: Inférieure: %u, supérieure: %u\n" + +-#: vms-alpha.c:6600 ++#: vms-alpha.c:6776 + #, c-format + msgid "unaligned bit-string of %s\n" + msgstr "chaine de bits de %s désalignée\n" + +-#: vms-alpha.c:6604 ++#: vms-alpha.c:6781 + #, c-format + msgid "base: %u, pos: %u\n" + msgstr "base: %u, pos: %u\n" + +-#: vms-alpha.c:6624 ++#: vms-alpha.c:6802 + #, c-format + msgid "vflags: 0x%02x, value: 0x%08x " + msgstr "vflags: 0x%02x, valeur: 0x%08x " + +-#: vms-alpha.c:6630 ++#: vms-alpha.c:6808 + #, c-format + msgid "(no value)\n" + msgstr "(pas de valeur)\n" + +-#: vms-alpha.c:6633 ++#: vms-alpha.c:6811 + #, c-format + msgid "(not active)\n" + msgstr "(pas active)\n" + +-#: vms-alpha.c:6636 ++#: vms-alpha.c:6814 + #, c-format + msgid "(not allocated)\n" + msgstr "(pas allouée)\n" + +-#: vms-alpha.c:6639 ++#: vms-alpha.c:6817 + #, c-format + msgid "(descriptor)\n" + msgstr "(descripteur)\n" + +-#: vms-alpha.c:6643 ++#: vms-alpha.c:6821 + #, c-format + msgid "(trailing value)\n" + msgstr "(valeur postérieure)\n" + +-#: vms-alpha.c:6646 ++#: vms-alpha.c:6824 + #, c-format + msgid "(value spec follows)\n" + msgstr "(spécificités de la valeur suivent)\n" + +-#: vms-alpha.c:6649 ++#: vms-alpha.c:6827 + #, c-format + msgid "(at bit offset %u)\n" + msgstr "(à l'offset de bit %u)\n" + +-#: vms-alpha.c:6652 ++#: vms-alpha.c:6831 + #, c-format + msgid "(reg: %u, disp: %u, indir: %u, kind: " + msgstr "(reg: %u, aff: %u, indir: %u, type: " + +-#: vms-alpha.c:6659 ++#: vms-alpha.c:6838 + msgid "literal" + msgstr "litérale" + +-#: vms-alpha.c:6662 ++#: vms-alpha.c:6841 + msgid "address" + msgstr "adresse" + +-#: vms-alpha.c:6665 ++#: vms-alpha.c:6844 + msgid "desc" + msgstr "desc" + +-#: vms-alpha.c:6668 ++#: vms-alpha.c:6847 + msgid "reg" + msgstr "reg" + +-#: vms-alpha.c:6743 ++#: vms-alpha.c:6864 ++#, c-format ++msgid "len: %2u, kind: %2u " ++msgstr "long: %2u, type: %2u " ++ ++#: vms-alpha.c:6870 ++#, c-format ++msgid "atomic, type=0x%02x %s\n" ++msgstr "atomique, type=0x%02x %s\n" ++ ++#: vms-alpha.c:6874 ++#, c-format ++msgid "indirect, defined at 0x%08x\n" ++msgstr "indirect, défini à 0x%08x\n" ++ ++#: vms-alpha.c:6878 ++#, c-format ++msgid "typed pointer\n" ++msgstr "pointeur typé\n" ++ ++#: vms-alpha.c:6882 ++#, c-format ++msgid "pointer\n" ++msgstr "pointeur\n" ++ ++#: vms-alpha.c:6890 ++#, c-format ++msgid "array, dim: %u, bitmap: " ++msgstr "tableau, dim: %u, bitmpa: " ++ ++#: vms-alpha.c:6897 ++#, c-format ++msgid "array descriptor:\n" ++msgstr "descripteur de tableau:\n" ++ ++#: vms-alpha.c:6904 ++#, c-format ++msgid "type spec for element:\n" ++msgstr "spec de type pour élément:\n" ++ ++#: vms-alpha.c:6906 ++#, c-format ++msgid "type spec for subscript %u:\n" ++msgstr "spec de type pour l'indice %u:\n" ++ ++#: vms-alpha.c:6924 + #, c-format + msgid "Debug symbol table:\n" + msgstr "Table des symboles de debug:\n" + +-#: vms-alpha.c:6754 ++#: vms-alpha.c:6935 + #, c-format + msgid "cannot read DST header\n" + msgstr "impossible de lire l'en-tête DST\n" + +-#: vms-alpha.c:6759 ++#: vms-alpha.c:6941 + #, c-format + msgid " type: %3u, len: %3u (at 0x%08x): " + msgstr " type: %3u, long: %3u (à 0x%08x): " + +-#: vms-alpha.c:6773 ++#: vms-alpha.c:6955 + #, c-format + msgid "cannot read DST symbol\n" + msgstr "ne peut lire le symbole DST\n" + +-#: vms-alpha.c:6816 ++#: vms-alpha.c:6998 + #, c-format + msgid "standard data: %s\n" + msgstr "données standards: %s\n" + +-#: vms-alpha.c:6819 vms-alpha.c:6903 ++#: vms-alpha.c:7001 vms-alpha.c:7089 + #, c-format + msgid " name: %.*s\n" + msgstr " nom: %.*s\n" + +-#: vms-alpha.c:6826 ++#: vms-alpha.c:7008 + #, c-format + msgid "modbeg\n" + msgstr "début module\n" + +-#: vms-alpha.c:6827 ++#: vms-alpha.c:7010 + #, c-format + msgid " flags: %d, language: %u, major: %u, minor: %u\n" + msgstr " fanions: %d, language: %u, majeur: %u, mineur: %u\n" + +-#: vms-alpha.c:6833 vms-alpha.c:7099 ++#: vms-alpha.c:7016 vms-alpha.c:7290 + #, c-format + msgid " module name: %.*s\n" + msgstr " nom du module: %.*s\n" + +-#: vms-alpha.c:6836 ++#: vms-alpha.c:7019 + #, c-format + msgid " compiler : %.*s\n" + msgstr " compilateur : %.*s\n" + +-#: vms-alpha.c:6841 ++#: vms-alpha.c:7024 + #, c-format + msgid "modend\n" + msgstr "fin module\n" + +-#: vms-alpha.c:6848 ++#: vms-alpha.c:7031 + msgid "rtnbeg\n" + msgstr "début rtn\n" + +-#: vms-alpha.c:6849 ++#: vms-alpha.c:7033 + #, c-format + msgid " flags: %u, address: 0x%08x, pd-address: 0x%08x\n" + msgstr " fanions: %u, adresse: 0x%08x, pd-adresse: 0x%08x\n" + +-#: vms-alpha.c:6854 ++#: vms-alpha.c:7038 + #, c-format + msgid " routine name: %.*s\n" + msgstr " nom routine : %.*s\n" + +-#: vms-alpha.c:6862 ++#: vms-alpha.c:7046 + #, c-format + msgid "rtnend: size 0x%08x\n" + msgstr "fin rtn: taille 0x%08x\n" + +-#: vms-alpha.c:6870 ++#: vms-alpha.c:7054 + #, c-format + msgid "prolog: bkpt address 0x%08x\n" + msgstr "prologue: adresse bkpt 0x%08x\n" + +-#: vms-alpha.c:6878 ++#: vms-alpha.c:7063 + #, c-format + msgid "epilog: flags: %u, count: %u\n" + msgstr "épilogue: fanions: %u, nombre: %u\n" + +-#: vms-alpha.c:6887 ++#: vms-alpha.c:7073 + #, c-format + msgid "blkbeg: address: 0x%08x, name: %.*s\n" + msgstr "début blk: adresse: 0x%08x, nom: %.*s\n" + +-#: vms-alpha.c:6896 ++#: vms-alpha.c:7082 + #, c-format + msgid "blkend: size: 0x%08x\n" + msgstr "fin blk: taille: 0x%08x\n" + +-#: vms-alpha.c:6902 ++#: vms-alpha.c:7088 + #, c-format + msgid "typspec (len: %u)\n" + msgstr "typspec (long: %u)\n" + +-#: vms-alpha.c:6909 ++#: vms-alpha.c:7095 + #, c-format + msgid "septyp, name: %.*s\n" + msgstr "septyp, nom: %.*s\n" + +-#: vms-alpha.c:6918 ++#: vms-alpha.c:7104 + #, c-format + msgid "recbeg: name: %.*s\n" + msgstr "début rec: nom: %.*s\n" + +-#: vms-alpha.c:6925 ++#: vms-alpha.c:7106 ++#, c-format ++msgid " len: %u bits\n" ++msgstr " long: %u bits\n" ++ ++#: vms-alpha.c:7111 + #, c-format + msgid "recend\n" + msgstr "fin rec\n" + +-#: vms-alpha.c:6928 ++#: vms-alpha.c:7115 + #, c-format + msgid "enumbeg, len: %u, name: %.*s\n" + msgstr "début énumération, long: %u, nom: %.*s\n" + +-#: vms-alpha.c:6932 ++#: vms-alpha.c:7119 + #, c-format + msgid "enumelt, name: %.*s\n" + msgstr "énumération éléments, nom: %.*s\n" + +-#: vms-alpha.c:6936 ++#: vms-alpha.c:7123 + #, c-format + msgid "enumend\n" + msgstr "fin énumération\n" + +-#: vms-alpha.c:6953 ++#: vms-alpha.c:7128 ++#, c-format ++msgid "label, name: %.*s\n" ++msgstr "étiquette, nom: %.*s\n" ++ ++#: vms-alpha.c:7130 ++#, c-format ++msgid " address: 0x%08x\n" ++msgstr " adresse: 0x%08x\n" ++ ++#: vms-alpha.c:7140 + #, c-format + msgid "discontiguous range (nbr: %u)\n" + msgstr "plage discontinue (nbr: %u)\n" + +-#: vms-alpha.c:6955 ++#: vms-alpha.c:7143 + #, c-format + msgid " address: 0x%08x, size: %u\n" + msgstr " adresse: 0x%08x, taille: %u\n" + +-#: vms-alpha.c:6965 ++#: vms-alpha.c:7153 + #, c-format + msgid "line num (len: %u)\n" + msgstr "num ligne (long: %u)\n" + +-#: vms-alpha.c:6982 ++#: vms-alpha.c:7170 + #, c-format + msgid "delta_pc_w %u\n" + msgstr "delta_pc_w %u\n" + +-#: vms-alpha.c:6989 ++#: vms-alpha.c:7177 + #, c-format + msgid "incr_linum(b): +%u\n" + msgstr "incr_linum(b): +%u\n" + +-#: vms-alpha.c:6995 ++#: vms-alpha.c:7183 + #, c-format + msgid "incr_linum_w: +%u\n" + msgstr "incr_linum_w: +%u\n" + +-#: vms-alpha.c:7001 ++#: vms-alpha.c:7189 + #, c-format + msgid "incr_linum_l: +%u\n" + msgstr "incr_linum_l: +%u\n" + +-#: vms-alpha.c:7007 ++#: vms-alpha.c:7195 + #, c-format + msgid "set_line_num(w) %u\n" + msgstr "set_line_num(w) %u\n" + +-#: vms-alpha.c:7012 ++#: vms-alpha.c:7200 + #, c-format + msgid "set_line_num_b %u\n" + msgstr "set_line_num_b %u\n" + +-#: vms-alpha.c:7017 ++#: vms-alpha.c:7205 + #, c-format + msgid "set_line_num_l %u\n" + msgstr "set_line_num_l %u\n" + +-#: vms-alpha.c:7022 ++#: vms-alpha.c:7210 + #, c-format + msgid "set_abs_pc: 0x%08x\n" + msgstr "set_abs_pc: 0x%08x\n" + +-#: vms-alpha.c:7026 ++#: vms-alpha.c:7214 + #, c-format + msgid "delta_pc_l: +0x%08x\n" + msgstr "delta_pc_l: +0x%08x\n" + +-#: vms-alpha.c:7031 ++#: vms-alpha.c:7219 + #, c-format + msgid "term(b): 0x%02x" + msgstr "term(b): 0x%02x" + +-#: vms-alpha.c:7033 ++#: vms-alpha.c:7221 + #, c-format + msgid " pc: 0x%08x\n" + msgstr " pc: 0x%08x\n" + +-#: vms-alpha.c:7038 ++#: vms-alpha.c:7226 + #, c-format + msgid "term_w: 0x%04x" + msgstr "term_w: 0x%04x" + +-#: vms-alpha.c:7040 ++#: vms-alpha.c:7228 + #, c-format + msgid " pc: 0x%08x\n" + msgstr " pc: 0x%08x\n" + +-#: vms-alpha.c:7046 ++#: vms-alpha.c:7234 + #, c-format + msgid "delta pc +%-4d" + msgstr "delta pc +%-4d" + +-#: vms-alpha.c:7049 ++#: vms-alpha.c:7238 + #, c-format + msgid " pc: 0x%08x line: %5u\n" + msgstr " pc: 0x%08x ligne: %5u\n" + +-#: vms-alpha.c:7054 ++#: vms-alpha.c:7243 + #, c-format + msgid " *unhandled* cmd %u\n" + msgstr " cmd %u *non gérée*\n" + +-#: vms-alpha.c:7069 ++#: vms-alpha.c:7258 + #, c-format + msgid "source (len: %u)\n" + msgstr "source (long: %u)\n" + +-#: vms-alpha.c:7083 ++#: vms-alpha.c:7273 + #, c-format + msgid " declfile: len: %u, flags: %u, fileid: %u\n" + msgstr " declfile: long: %u, fanions: %u, id fichier: %u\n" + +-#: vms-alpha.c:7087 ++#: vms-alpha.c:7278 + #, c-format + msgid " rms: cdt: 0x%08x %08x, ebk: 0x%08x, ffb: 0x%04x, rfo: %u\n" + msgstr " rms: cdt: 0x%08x %08x, ebk: 0x%08x, ffb: 0x%04x, rfo: %u\n" + +-#: vms-alpha.c:7096 ++#: vms-alpha.c:7287 + #, c-format + msgid " filename : %.*s\n" + msgstr " nom fichier: %.*s\n" + +-#: vms-alpha.c:7105 ++#: vms-alpha.c:7296 + #, c-format + msgid " setfile %u\n" + msgstr " setfile %u\n" + +-#: vms-alpha.c:7110 vms-alpha.c:7115 ++#: vms-alpha.c:7301 vms-alpha.c:7306 + #, c-format + msgid " setrec %u\n" + msgstr " setrec %u\n" + +-#: vms-alpha.c:7120 vms-alpha.c:7125 ++#: vms-alpha.c:7311 vms-alpha.c:7316 + #, c-format + msgid " setlnum %u\n" + msgstr " setlnum %u\n" + +-#: vms-alpha.c:7130 vms-alpha.c:7135 ++#: vms-alpha.c:7321 vms-alpha.c:7326 + #, c-format + msgid " deflines %u\n" + msgstr " deflines %u\n" + +-#: vms-alpha.c:7139 ++#: vms-alpha.c:7330 + #, c-format + msgid " formfeed\n" + msgstr " formfeed\n" + +-#: vms-alpha.c:7143 ++#: vms-alpha.c:7334 + #, c-format + msgid " *unhandled* cmd %u\n" + msgstr " cmd %u *non gérée*\n" + +-#: vms-alpha.c:7155 ++#: vms-alpha.c:7346 + #, c-format + msgid "*unhandled* dst type %u\n" + msgstr "type dst %u *non géré*\n" + +-#: vms-alpha.c:7187 ++#: vms-alpha.c:7378 + #, c-format + msgid "cannot read EIHD\n" + msgstr "ne peut lire EIHD\n" + +-#: vms-alpha.c:7190 ++#: vms-alpha.c:7382 + #, c-format + msgid "EIHD: (size: %u, nbr blocks: %u)\n" + msgstr "EIHD: (taille: %u, nbr blocs: %u)\n" + +-#: vms-alpha.c:7193 ++#: vms-alpha.c:7386 + #, c-format + msgid " majorid: %u, minorid: %u\n" + msgstr " id majeur: %u, id mineur: %u\n" + +-#: vms-alpha.c:7201 ++#: vms-alpha.c:7394 + msgid "executable" + msgstr "exécutable" + +-#: vms-alpha.c:7204 ++#: vms-alpha.c:7397 + msgid "linkable image" + msgstr "image liable" + +-#: vms-alpha.c:7210 ++#: vms-alpha.c:7404 + #, c-format + msgid " image type: %u (%s)" + msgstr " type image: %u (%s)" + +-#: vms-alpha.c:7216 ++#: vms-alpha.c:7410 + msgid "native" + msgstr "natif" + +-#: vms-alpha.c:7219 ++#: vms-alpha.c:7413 + msgid "CLI" + msgstr "CLI" + +-#: vms-alpha.c:7225 ++#: vms-alpha.c:7420 + #, c-format + msgid ", subtype: %u (%s)\n" + msgstr ", sous-type: %u (%s)\n" + +-#: vms-alpha.c:7231 ++#: vms-alpha.c:7427 + #, c-format + msgid " offsets: isd: %u, activ: %u, symdbg: %u, imgid: %u, patch: %u\n" + msgstr " offsets: isd: %u, actif: %u, debug symbol: %u, id image: %u, patch: %u\n" + +-#: vms-alpha.c:7235 ++#: vms-alpha.c:7431 + #, c-format + msgid " fixup info rva: " + msgstr " correctif info rva: " + +-#: vms-alpha.c:7237 ++#: vms-alpha.c:7433 + #, c-format + msgid ", symbol vector rva: " + msgstr ", vecteur de symbol rva: " + +-#: vms-alpha.c:7240 ++#: vms-alpha.c:7436 + #, c-format + msgid "" + "\n" +@@ -5620,624 +7399,688 @@ msgstr "" + "\n" + " offset tableau version: %u\n" + +-#: vms-alpha.c:7244 ++#: vms-alpha.c:7441 + #, c-format + msgid " img I/O count: %u, nbr channels: %u, req pri: %08x%08x\n" + msgstr " décompte E/S img: %u, nbr canaux: %u, priv req: %08x%08x\n" + +-#: vms-alpha.c:7250 ++#: vms-alpha.c:7447 + #, c-format + msgid " linker flags: %08x:" + msgstr " fanions lieur: %08x:" + +-#: vms-alpha.c:7280 ++#: vms-alpha.c:7478 + #, c-format + msgid " ident: 0x%08x, sysver: 0x%08x, match ctrl: %u, symvect_size: %u\n" + msgstr " ident: 0x%08x, ver sys: 0x%08x, apparier ctrl: %u, taille vectsym: %u\n" + +-#: vms-alpha.c:7286 ++#: vms-alpha.c:7484 + #, c-format + msgid " BPAGE: %u" + msgstr " BPAGE: %u" + +-#: vms-alpha.c:7292 ++#: vms-alpha.c:7491 + #, c-format + msgid ", ext fixup offset: %u, no_opt psect off: %u" + msgstr ", offset correctif étendu: %u, offset no_opt psect: %u" + +-#: vms-alpha.c:7295 ++#: vms-alpha.c:7494 + #, c-format + msgid ", alias: %u\n" + msgstr ", alias: %u\n" + +-#: vms-alpha.c:7303 ++#: vms-alpha.c:7502 + #, c-format + msgid "system version array information:\n" + msgstr "information sur table de version système:\n" + +-#: vms-alpha.c:7307 ++#: vms-alpha.c:7506 + #, c-format + msgid "cannot read EIHVN header\n" + msgstr "ne peut lire l'en-tête EIHVN\n" + +-#: vms-alpha.c:7317 ++#: vms-alpha.c:7516 + #, c-format + msgid "cannot read EIHVN version\n" + msgstr "ne peut lire la version EIHVN\n" + +-#: vms-alpha.c:7320 ++#: vms-alpha.c:7519 + #, c-format + msgid " %02u " + msgstr " %02u " + +-#: vms-alpha.c:7324 ++#: vms-alpha.c:7523 + msgid "BASE_IMAGE " + msgstr "BASE_IMAGE " + +-#: vms-alpha.c:7327 ++#: vms-alpha.c:7526 + msgid "MEMORY_MANAGEMENT" + msgstr "MEMORY_MANAGEMENT" + +-#: vms-alpha.c:7330 ++#: vms-alpha.c:7529 + msgid "IO " + msgstr "IO " + +-#: vms-alpha.c:7333 ++#: vms-alpha.c:7532 + msgid "FILES_VOLUMES " + msgstr "FILES_VOLUMES " + +-#: vms-alpha.c:7336 ++#: vms-alpha.c:7535 + msgid "PROCESS_SCHED " + msgstr "PROCESS_SCHED " + +-#: vms-alpha.c:7339 ++#: vms-alpha.c:7538 + msgid "SYSGEN " + msgstr "SYSGEN " + +-#: vms-alpha.c:7342 ++#: vms-alpha.c:7541 + msgid "CLUSTERS_LOCKMGR " + msgstr "CLUSTERS_LOCKMGR " + +-#: vms-alpha.c:7345 ++#: vms-alpha.c:7544 + msgid "LOGICAL_NAMES " + msgstr "LOGICAL_NAMES " + +-#: vms-alpha.c:7348 ++#: vms-alpha.c:7547 + msgid "SECURITY " + msgstr "SECURITY " + +-#: vms-alpha.c:7351 ++#: vms-alpha.c:7550 + msgid "IMAGE_ACTIVATOR " + msgstr "IMAGE_ACTIVATOR " + +-#: vms-alpha.c:7354 ++#: vms-alpha.c:7553 + msgid "NETWORKS " + msgstr "NETWORKS " + +-#: vms-alpha.c:7357 ++#: vms-alpha.c:7556 + msgid "COUNTERS " + msgstr "COUNTERS " + +-#: vms-alpha.c:7360 ++#: vms-alpha.c:7559 + msgid "STABLE " + msgstr "STABLE " + +-#: vms-alpha.c:7363 ++#: vms-alpha.c:7562 + msgid "MISC " + msgstr "MISC " + +-#: vms-alpha.c:7366 ++#: vms-alpha.c:7565 + msgid "CPU " + msgstr "CPU " + +-#: vms-alpha.c:7369 ++#: vms-alpha.c:7568 + msgid "VOLATILE " + msgstr "VOLATILE " + +-#: vms-alpha.c:7372 ++#: vms-alpha.c:7571 + msgid "SHELL " + msgstr "SHELL " + +-#: vms-alpha.c:7375 ++#: vms-alpha.c:7574 + msgid "POSIX " + msgstr "POSIX " + +-#: vms-alpha.c:7378 ++#: vms-alpha.c:7577 + msgid "MULTI_PROCESSING " + msgstr "MULTI_PROCESSING " + +-#: vms-alpha.c:7381 ++#: vms-alpha.c:7580 + msgid "GALAXY " + msgstr "GALAXY " + +-#: vms-alpha.c:7384 ++#: vms-alpha.c:7583 + msgid "*unknown* " + msgstr "*inconnu* " + +-#: vms-alpha.c:7387 +-#, c-format +-msgid ": %u.%u\n" +-msgstr ": %u.%u\n" +- +-#: vms-alpha.c:7400 vms-alpha.c:7659 ++#: vms-alpha.c:7599 vms-alpha.c:7874 + #, c-format + msgid "cannot read EIHA\n" + msgstr "ne peut lire EIHA\n" + +-#: vms-alpha.c:7403 ++#: vms-alpha.c:7602 + #, c-format + msgid "Image activation: (size=%u)\n" + msgstr "Activation de l'image: (taille=%u)\n" + +-#: vms-alpha.c:7405 ++#: vms-alpha.c:7605 + #, c-format + msgid " First address : 0x%08x 0x%08x\n" + msgstr " Première adresse : 0x%08x 0x%08x\n" + +-#: vms-alpha.c:7408 ++#: vms-alpha.c:7609 + #, c-format + msgid " Second address: 0x%08x 0x%08x\n" + msgstr " Deuxième adresse : 0x%08x 0x%08x\n" + +-#: vms-alpha.c:7411 ++#: vms-alpha.c:7613 + #, c-format + msgid " Third address : 0x%08x 0x%08x\n" + msgstr " Troisième adresse: 0x%08x 0x%08x\n" + +-#: vms-alpha.c:7414 ++#: vms-alpha.c:7617 + #, c-format + msgid " Fourth address: 0x%08x 0x%08x\n" + msgstr " Quatrième adresse: 0x%08x 0x%08x\n" + +-#: vms-alpha.c:7417 ++#: vms-alpha.c:7621 + #, c-format + msgid " Shared image : 0x%08x 0x%08x\n" + msgstr " Image partagée : 0x%08x 0x%08x\n" + +-#: vms-alpha.c:7428 ++#: vms-alpha.c:7632 + #, c-format + msgid "cannot read EIHI\n" + msgstr "ne peut lire EIHI\n" + +-#: vms-alpha.c:7431 ++#: vms-alpha.c:7636 + #, c-format + msgid "Image identification: (major: %u, minor: %u)\n" + msgstr "Identification d'image: (majeur: %u, mineur: %u)\n" + +-#: vms-alpha.c:7434 ++#: vms-alpha.c:7639 + #, c-format + msgid " image name : %.*s\n" + msgstr " nom de l'image : %.*s\n" + +-#: vms-alpha.c:7436 ++#: vms-alpha.c:7641 + #, c-format + msgid " link time : %s\n" + msgstr " heure de liaison : %s\n" + +-#: vms-alpha.c:7438 ++#: vms-alpha.c:7643 + #, c-format + msgid " image ident : %.*s\n" + msgstr " ident image : %.*s\n" + +-#: vms-alpha.c:7440 ++#: vms-alpha.c:7645 + #, c-format + msgid " linker ident : %.*s\n" + msgstr " ident lieur : %.*s\n" + +-#: vms-alpha.c:7442 ++#: vms-alpha.c:7647 + #, c-format + msgid " image build ident: %.*s\n" + msgstr " ident construction image: %.*s\n" + +-#: vms-alpha.c:7452 ++#: vms-alpha.c:7657 + #, c-format + msgid "cannot read EIHS\n" + msgstr "ne peut lire EIHS\n" + +-#: vms-alpha.c:7455 ++#: vms-alpha.c:7661 + #, c-format + msgid "Image symbol & debug table: (major: %u, minor: %u)\n" + msgstr "Image des symboles et table debug: (majeur: %u, mineur: %u)\n" + +-#: vms-alpha.c:7460 ++#: vms-alpha.c:7667 + #, c-format + msgid " debug symbol table : vbn: %u, size: %u (0x%x)\n" + msgstr " table des symboles de debug : vbn: %u, taille: %u (0x%x)\n" + +-#: vms-alpha.c:7464 ++#: vms-alpha.c:7672 + #, c-format + msgid " global symbol table: vbn: %u, records: %u\n" + msgstr " table des symboles globale: vbn: %u, enregistrements: %u\n" + +-#: vms-alpha.c:7468 ++#: vms-alpha.c:7677 + #, c-format + msgid " debug module table : vbn: %u, size: %u\n" + msgstr " table des modules de debug: vbn: %u, taille: %u\n" + +-#: vms-alpha.c:7481 ++#: vms-alpha.c:7690 + #, c-format + msgid "cannot read EISD\n" + msgstr "ne peut lire EISD\n" + +-#: vms-alpha.c:7491 ++#: vms-alpha.c:7701 + #, c-format + msgid "Image section descriptor: (major: %u, minor: %u, size: %u, offset: %u)\n" + msgstr "Descripteur de section d'image: (majeur: %u, mineur: %u, taille: %u, offset: %u)\n" + +-#: vms-alpha.c:7498 ++#: vms-alpha.c:7709 + #, c-format + msgid " section: base: 0x%08x%08x size: 0x%08x\n" + msgstr " section: base: 0x%08x%08x taille: 0x%08x\n" + +-#: vms-alpha.c:7503 ++#: vms-alpha.c:7714 + #, c-format + msgid " flags: 0x%04x" + msgstr " fanions: 0x%04x" + +-#: vms-alpha.c:7540 ++#: vms-alpha.c:7752 + #, c-format + msgid " vbn: %u, pfc: %u, matchctl: %u type: %u (" + msgstr " vbn: %u, pfc: %u, matchctl: %u type: %u (" + +-#: vms-alpha.c:7546 ++#: vms-alpha.c:7758 + msgid "NORMAL" + msgstr "NORMAL" + +-#: vms-alpha.c:7549 ++#: vms-alpha.c:7761 + msgid "SHRFXD" + msgstr "SHRFXD" + +-#: vms-alpha.c:7552 ++#: vms-alpha.c:7764 + msgid "PRVFXD" + msgstr "PRVFXD" + +-#: vms-alpha.c:7555 ++#: vms-alpha.c:7767 + msgid "SHRPIC" + msgstr "SHRPIC" + +-#: vms-alpha.c:7558 ++#: vms-alpha.c:7770 + msgid "PRVPIC" + msgstr "PRVPIC" + +-#: vms-alpha.c:7561 ++#: vms-alpha.c:7773 + msgid "USRSTACK" + msgstr "USRSTACK" + +-#: vms-alpha.c:7567 ++#: vms-alpha.c:7779 + msgid ")\n" + msgstr ")\n" + +-#: vms-alpha.c:7569 ++#: vms-alpha.c:7782 + #, c-format + msgid " ident: 0x%08x, name: %.*s\n" + msgstr " ident: 0x%08x, nom: %.*s\n" + +-#: vms-alpha.c:7579 ++#: vms-alpha.c:7792 + #, c-format + msgid "cannot read DMT\n" + msgstr "ne peut lire DMT\n" + +-#: vms-alpha.c:7583 ++#: vms-alpha.c:7796 + #, c-format + msgid "Debug module table:\n" + msgstr "Table de debug du module:\n" + +-#: vms-alpha.c:7592 ++#: vms-alpha.c:7805 + #, c-format + msgid "cannot read DMT header\n" + msgstr "ne peut lire l'en-tête DMT\n" + +-#: vms-alpha.c:7597 ++#: vms-alpha.c:7811 + #, c-format + msgid " module offset: 0x%08x, size: 0x%08x, (%u psects)\n" + msgstr " offset du module: 0x%08x, taille: 0x%08x, (%u psects)\n" + +-#: vms-alpha.c:7607 ++#: vms-alpha.c:7821 + #, c-format + msgid "cannot read DMT psect\n" + msgstr "ne peut lire le psect DMT\n" + +-#: vms-alpha.c:7610 ++#: vms-alpha.c:7825 + #, c-format + msgid " psect start: 0x%08x, length: %u\n" + msgstr " début psect: 0x%08x, longueur: %u\n" + +-#: vms-alpha.c:7623 ++#: vms-alpha.c:7838 + #, c-format + msgid "cannot read DST\n" + msgstr "ne peut lire DST\n" + +-#: vms-alpha.c:7633 ++#: vms-alpha.c:7848 + #, c-format + msgid "cannot read GST\n" + msgstr "ne peut lire GST\n" + +-#: vms-alpha.c:7637 ++#: vms-alpha.c:7852 + #, c-format + msgid "Global symbol table:\n" + msgstr "Table des symboles globaux:\n" + +-#: vms-alpha.c:7665 ++#: vms-alpha.c:7881 + #, c-format + msgid "Image activator fixup: (major: %u, minor: %u)\n" + msgstr "Correction de l'activateur de l'image: (majeur: %u, mineur: %u)\n" + +-#: vms-alpha.c:7668 ++#: vms-alpha.c:7885 + #, c-format + msgid " iaflink : 0x%08x %08x\n" + msgstr " lien iaf : 0x%08x %08x\n" + +-#: vms-alpha.c:7671 ++#: vms-alpha.c:7889 + #, c-format + msgid " fixuplnk: 0x%08x %08x\n" + msgstr " lien correctif: 0x%08x %08x\n" + +-#: vms-alpha.c:7674 ++#: vms-alpha.c:7892 + #, c-format + msgid " size : %u\n" + msgstr " taille : %u\n" + +-#: vms-alpha.c:7676 ++#: vms-alpha.c:7894 + #, c-format + msgid " flags: 0x%08x\n" + msgstr " fanions: 0x%08x\n" + +-#: vms-alpha.c:7680 ++#: vms-alpha.c:7899 + #, c-format + msgid " qrelfixoff: %5u, lrelfixoff: %5u\n" + msgstr " qrelfixoff: %5u, lrelfixoff: %5u\n" + +-#: vms-alpha.c:7684 ++#: vms-alpha.c:7904 + #, c-format + msgid " qdotadroff: %5u, ldotadroff: %5u\n" + msgstr " qdotadroff: %5u, ldotadroff: %5u\n" + +-#: vms-alpha.c:7688 ++#: vms-alpha.c:7909 + #, c-format + msgid " codeadroff: %5u, lpfixoff : %5u\n" + msgstr " codeadroff: %5u, lpfixoff : %5u\n" + +-#: vms-alpha.c:7691 ++#: vms-alpha.c:7912 + #, c-format + msgid " chgprtoff : %5u\n" + msgstr " chgprtoff : %5u\n" + +-#: vms-alpha.c:7694 ++#: vms-alpha.c:7916 + #, c-format + msgid " shlstoff : %5u, shrimgcnt : %5u\n" + msgstr " shlstoff : %5u, shrimgcnt : %5u\n" + +-#: vms-alpha.c:7696 ++#: vms-alpha.c:7919 + #, c-format + msgid " shlextra : %5u, permctx : %5u\n" + msgstr " shlextra : %5u, permctx : %5u\n" + +-#: vms-alpha.c:7699 ++#: vms-alpha.c:7922 + #, c-format + msgid " base_va : 0x%08x\n" + msgstr " base_va : 0x%08x\n" + +-#: vms-alpha.c:7701 ++#: vms-alpha.c:7924 + #, c-format + msgid " lppsbfixoff: %5u\n" + msgstr " lppsbfixoff: %5u\n" + +-#: vms-alpha.c:7709 ++#: vms-alpha.c:7932 + #, c-format + msgid " Shareable images:\n" + msgstr " Images partageables:\n" + +-#: vms-alpha.c:7713 ++#: vms-alpha.c:7937 + #, c-format + msgid " %u: size: %u, flags: 0x%02x, name: %.*s\n" + msgstr " %u: taille: %u, fanions: 0x%02x, nom: %.*s\n" + +-#: vms-alpha.c:7720 ++#: vms-alpha.c:7944 + #, c-format + msgid " quad-word relocation fixups:\n" + msgstr " correctifs du réadressage des quad-mots:\n" + +-#: vms-alpha.c:7725 ++#: vms-alpha.c:7949 + #, c-format + msgid " long-word relocation fixups:\n" + msgstr " correctifs du réadressage des mots longs:\n" + +-#: vms-alpha.c:7730 ++#: vms-alpha.c:7954 + #, c-format + msgid " quad-word .address reference fixups:\n" +-msgstr " correctifs des références quad-mots «.address»:\n" ++msgstr " correctifs des références quad-mots « .address »:\n" + +-#: vms-alpha.c:7735 ++#: vms-alpha.c:7959 + #, c-format + msgid " long-word .address reference fixups:\n" +-msgstr " correctifs des références mots longs «.address»:\n" ++msgstr " correctifs des références mots longs « .address »:\n" + +-#: vms-alpha.c:7740 ++#: vms-alpha.c:7964 + #, c-format + msgid " Code Address Reference Fixups:\n" + msgstr " Correctifs des références des adresses de code:\n" + +-#: vms-alpha.c:7745 ++#: vms-alpha.c:7969 + #, c-format + msgid " Linkage Pairs Reference Fixups:\n" + msgstr " Correctifs des références des paires de liaison:\n" + +-#: vms-alpha.c:7754 ++#: vms-alpha.c:7978 + #, c-format + msgid " Change Protection (%u entries):\n" + msgstr " Changement de protection (%u entrées):\n" + +-#: vms-alpha.c:7759 ++#: vms-alpha.c:7984 + #, c-format + msgid " base: 0x%08x %08x, size: 0x%08x, prot: 0x%08x " + msgstr " base: 0x%08x %08x, taille: 0x%08x, prot: 0x%08x " + + #. FIXME: we do not yet support relocatable link. It is not obvious + #. how to do it for debug infos. +-#: vms-alpha.c:8599 ++#: vms-alpha.c:8824 + msgid "%P: relocatable link is not supported\n" + msgstr "%P: lien relocalisable pas supporté\n" + +-#: vms-alpha.c:8669 ++#: vms-alpha.c:8895 ++#, c-format + msgid "%P: multiple entry points: in modules %B and %B\n" + msgstr "%P: points d'entrée multiples: dans les modules %B et %B\n" + +-#: vms-lib.c:1444 ++#: vms-lib.c:1445 + #, c-format + msgid "could not open shared image '%s' from '%s'" +-msgstr "n'a pas su ouvrir l'image partagée «%s» de «%s»" ++msgstr "n'a pas su ouvrir l'image partagée « %s » de « %s »" + +-#: vms-misc.c:360 ++#: vms-misc.c:361 + msgid "_bfd_vms_output_counted called with zero bytes" + msgstr "_bfd_vms_output_counted appelé avec un compte de zéro octet" + +-#: vms-misc.c:365 ++#: vms-misc.c:366 + msgid "_bfd_vms_output_counted called with too many bytes" + msgstr "_bfd_vms_output_counted appelé avec trop d'octets" + +-#: xcofflink.c:824 +-#, c-format +-msgid "%s: XCOFF shared object when not producing XCOFF output" +-msgstr "%s: objet XCOFF partagé alors qu'on ne produit pas de sortie XCOFF" ++#: xcofflink.c:832 ++msgid "%B: XCOFF shared object when not producing XCOFF output" ++msgstr "%B: objet XCOFF partagé alors qu'on ne produit pas de sortie XCOFF" + +-#: xcofflink.c:845 +-#, c-format +-msgid "%s: dynamic object with no .loader section" +-msgstr "%s: objet dynamique sans section .loader" ++#: xcofflink.c:853 ++msgid "%B: dynamic object with no .loader section" ++msgstr "%B: objet dynamique sans section .loader" + +-#: xcofflink.c:1404 ++#: xcofflink.c:1413 ++#, c-format + msgid "%B: `%s' has line numbers but no enclosing section" +-msgstr "%B: «%s» contient des numéros de lignes mais de section d'encadrement" ++msgstr "%B: « %s » contient des numéros de lignes mais de section d'encadrement" + +-#: xcofflink.c:1456 ++#: xcofflink.c:1466 ++#, c-format + msgid "%B: class %d symbol `%s' has no aux entries" +-msgstr "%B: classe %d symbole «%s» n'a pas d'entrée auxiliaire" ++msgstr "%B: classe %d symbole « %s » n'a pas d'entrée auxiliaire" + +-#: xcofflink.c:1478 ++#: xcofflink.c:1489 ++#, c-format + msgid "%B: symbol `%s' has unrecognized csect type %d" +-msgstr "%B: symbole «%s» a un type csect %d non reconnu" ++msgstr "%B: symbole « %s » a un type csect %d non reconnu" + +-#: xcofflink.c:1490 ++#: xcofflink.c:1502 ++#, c-format + msgid "%B: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d" +-msgstr "%B: symbole XTY_ER «%s» erroné: classe %d scnum %d scnlen %d" ++msgstr "%B: symbole XTY_ER « %s » erroné: classe %d scnum %d scnlen %d" + +-#: xcofflink.c:1519 ++#: xcofflink.c:1532 ++#, c-format + msgid "%B: XMC_TC0 symbol `%s' is class %d scnlen %d" +-msgstr "%B: XMC_TC0 symbol «%s» est la classe %d scnlen %d" ++msgstr "%B: XMC_TC0 symbol « %s » est la classe %d scnlen %d" + +-#: xcofflink.c:1665 ++#: xcofflink.c:1679 ++#, c-format + msgid "%B: csect `%s' not in enclosing section" +-msgstr "%B: csect «%s» n'est pas dans un section d'encadrement" ++msgstr "%B: csect « %s » n'est pas dans un section d'encadrement" + +-#: xcofflink.c:1772 ++#: xcofflink.c:1787 ++#, c-format + msgid "%B: misplaced XTY_LD `%s'" +-msgstr "%B: XTY_LD «%s» mal placé" ++msgstr "%B: XTY_LD « %s » mal placé" + +-#: xcofflink.c:2091 ++#: xcofflink.c:2108 ++#, c-format + msgid "%B: reloc %s:%d not in csect" +-msgstr "%B: relocalisation %s:%d n'est pas dans csect" ++msgstr "%B: réadressage %s:%d n'est pas dans csect" + +-#: xcofflink.c:3182 ++#: xcofflink.c:3198 + #, c-format + msgid "%s: no such symbol" + msgstr "%s: pas de tel symbole" + +-#: xcofflink.c:3287 ++#: xcofflink.c:3303 + #, c-format + msgid "warning: attempt to export undefined symbol `%s'" +-msgstr "attention: tentative d'exportation d'un symbole non défini «%s»" ++msgstr "attention: tentative d'exportation d'un symbole non défini « %s »" + +-#: xcofflink.c:3666 ++#: xcofflink.c:3682 + msgid "error: undefined symbol __rtinit" + msgstr "erreur: symbole __rtinit non défini" + +-#: xcofflink.c:4045 ++#: xcofflink.c:4062 ++#, c-format + msgid "%B: loader reloc in unrecognized section `%s'" +-msgstr "%B: chargeur de relocalisation dans une section non reconnnue «%s»" ++msgstr "%B: chargeur de réadressage dans une section non reconnue « %s »" + +-#: xcofflink.c:4056 ++#: xcofflink.c:4074 ++#, c-format + msgid "%B: `%s' in loader reloc but not loader sym" +-msgstr "%B: «%s» est dans le chargeur de relocalisation mais pas dans celui des symboles" ++msgstr "%B: « %s » est dans le chargeur de réadressage mais pas dans celui des symboles" + +-#: xcofflink.c:4072 ++#: xcofflink.c:4091 ++#, c-format + msgid "%B: loader reloc in read-only section %A" +-msgstr "%B: chargeur de relocalisation dans la section %A en lecture seule" ++msgstr "%B: chargeur de réadressages dans la section %A en lecture seule" + +-#: xcofflink.c:5094 ++#: xcofflink.c:5115 + #, c-format + msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling" + msgstr "Débordement de la table des entrées: 0x%lx > 0x10000; essayez l'option -mminimal-toc à la compilation" + +-#: peigen.c:1009 pepigen.c:1009 pex64igen.c:1009 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:1890 ++#, c-format ++msgid "Invalid AArch64 reloc number: %d" ++msgstr "Numéro de réadressage AArch64 invalide: %d" ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:4777 ++msgid "%B: error: Erratum 835769 stub out of range (input file too large)" ++msgstr "%B: erreur: L'ébauche d'erratum du 835769 est hors limite (fichier d'entrée trop grand)" ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:4858 ++msgid "%B: error: Erratum 843419 stub out of range (input file too large)" ++msgstr "%B: erreur: L'ébauche d'erratum du 843419 est hors limite (fichier d'entrée trop grand)" ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:5340 ++#, c-format ++msgid "%B: relocation %s against symbol `%s' which may bind externally can not be used when making a shared object; recompile with -fPIC" ++msgstr "%B: réadressage de %s en vertu du symbol « %s » qui peut être lié avec l'extérieur ne peut être utilisé lors de la création d'un objet partagé; recompilez avec -fPIC" ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:5431 + #, c-format +-msgid "%s: line number overflow: 0x%lx > 0xffff" +-msgstr "%s: débordement du nombre de lignes: 0x%lx > 0xffff" ++msgid "%B: Local symbol descriptor table be NULL when applying relocation %s against local symbol" ++msgstr "%B: La table des descripteurs de symboles locaux peut être NULL en application le réadressage %s sur un symbole local" + +-#: peigen.c:1036 pepigen.c:1036 pex64igen.c:1036 ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6459 ++msgid "Too many GOT entries for -fpic, please recompile with -fPIC" ++msgstr "Trop d'entrées GOT pour -fpic, recompilez avec -fPIC" ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6487 ++msgid "One possible cause of this error is that the symbol is being referenced in the indicated code as if it had a larger alignment than was declared where it was defined." ++msgstr "Une cause possible pour cette erreur est que le symbole est référencé dans le code indiqué comme si il avait un alignement plus grand que celui qui a été déclaré lors de sa définition." ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2600 ++msgid "" ++"%B: ABI is incompatible with that of the selected emulation:\n" ++" target emulation `%s' does not match `%s'" ++msgstr "" ++"%B: l'ABI est incompatible avec celle de l'émulation sélectionnée:\n" ++" l'émulation de la cible « %s » ne correspond pas à « %s »" ++ ++#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2620 ++msgid "%B: can't link hard-float modules with soft-float modules" ++msgstr "%B: impossible de lier des modules utilisant des flottants matériels avec des modules utilisant des flottants logiciels" ++ ++#: peigen.c:157 pepigen.c:157 pex64igen.c:157 ++msgid "%B: unable to find name for empty section" ++msgstr "%B: impossible de trouver le nom pour une section vide" ++ ++#: peigen.c:183 pepigen.c:183 pex64igen.c:183 ++msgid "%B: out of memory creating name for empty section" ++msgstr "%B: pas assez de mémoire en créant le nom pour une section vide" ++ ++#: peigen.c:194 pepigen.c:194 pex64igen.c:194 ++msgid "%B: unable to create fake empty section" ++msgstr "%B: impossible de créer une section vide factice" ++ ++#: peigen.c:532 pepigen.c:532 pex64igen.c:532 ++msgid "%B: aout header specifies an invalid number of data-directory entries: %d" ++msgstr "%B: l'en-tête aout spécifie un nombre invalide d'entrées de répertoire de données: %d" ++ ++#: peigen.c:1089 pepigen.c:1089 pex64igen.c:1089 ++#, c-format ++msgid "%B: line number overflow: 0x%lx > 0xffff" ++msgstr "%B: débordement du nombre de lignes: 0x%lx > 0xffff" ++ ++#: peigen.c:1233 pepigen.c:1233 pex64igen.c:1233 + msgid "Export Directory [.edata (or where ever we found it)]" + msgstr "Répertoire d'exportation [.edata (ou là où il a été trouvé)]" + +-#: peigen.c:1037 pepigen.c:1037 pex64igen.c:1037 ++#: peigen.c:1234 pepigen.c:1234 pex64igen.c:1234 + msgid "Import Directory [parts of .idata]" + msgstr "Répertoire d'importation [faisant partie de .idata]" + +-#: peigen.c:1038 pepigen.c:1038 pex64igen.c:1038 ++#: peigen.c:1235 pepigen.c:1235 pex64igen.c:1235 + msgid "Resource Directory [.rsrc]" + msgstr "Répertoire des resources [.rsrc]" + +-#: peigen.c:1039 pepigen.c:1039 pex64igen.c:1039 ++#: peigen.c:1236 pepigen.c:1236 pex64igen.c:1236 + msgid "Exception Directory [.pdata]" + msgstr "Répertoire des exceptions [.pdata]" + +-#: peigen.c:1040 pepigen.c:1040 pex64igen.c:1040 ++#: peigen.c:1237 pepigen.c:1237 pex64igen.c:1237 + msgid "Security Directory" + msgstr "Répertoire de la sécurité" + +-#: peigen.c:1041 pepigen.c:1041 pex64igen.c:1041 ++#: peigen.c:1238 pepigen.c:1238 pex64igen.c:1238 + msgid "Base Relocation Directory [.reloc]" + msgstr "Répertoire de base du réadressage [.reloc]" + +-#: peigen.c:1042 pepigen.c:1042 pex64igen.c:1042 ++#: peigen.c:1239 pepigen.c:1239 pex64igen.c:1239 + msgid "Debug Directory" + msgstr "Répertoire de débug" + +-#: peigen.c:1043 pepigen.c:1043 pex64igen.c:1043 ++#: peigen.c:1240 pepigen.c:1240 pex64igen.c:1240 + msgid "Description Directory" + msgstr "Répertoire de description" + +-#: peigen.c:1044 pepigen.c:1044 pex64igen.c:1044 ++#: peigen.c:1241 pepigen.c:1241 pex64igen.c:1241 + msgid "Special Directory" + msgstr "Répertoire spécial" + +-#: peigen.c:1045 pepigen.c:1045 pex64igen.c:1045 ++#: peigen.c:1242 pepigen.c:1242 pex64igen.c:1242 + msgid "Thread Storage Directory [.tls]" + msgstr "Répertoire des files de stockage [.tls]" + +-#: peigen.c:1046 pepigen.c:1046 pex64igen.c:1046 ++#: peigen.c:1243 pepigen.c:1243 pex64igen.c:1243 + msgid "Load Configuration Directory" + msgstr "Répertoire de chargement de configuration" + +-#: peigen.c:1047 pepigen.c:1047 pex64igen.c:1047 ++#: peigen.c:1244 pepigen.c:1244 pex64igen.c:1244 + msgid "Bound Import Directory" + msgstr "Répertoire des importations limitées" + +-#: peigen.c:1048 pepigen.c:1048 pex64igen.c:1048 ++#: peigen.c:1245 pepigen.c:1245 pex64igen.c:1245 + msgid "Import Address Table Directory" + msgstr "Répertoire de la table d'adresse d'importation" + +-#: peigen.c:1049 pepigen.c:1049 pex64igen.c:1049 ++#: peigen.c:1246 pepigen.c:1246 pex64igen.c:1246 + msgid "Delay Import Directory" + msgstr "Répertoire des délais d'importation" + +-#: peigen.c:1050 pepigen.c:1050 pex64igen.c:1050 ++#: peigen.c:1247 pepigen.c:1247 pex64igen.c:1247 + msgid "CLR Runtime Header" + msgstr "En-tête exécutable CLR" + +-#: peigen.c:1051 pepigen.c:1051 pex64igen.c:1051 ++#: peigen.c:1248 pepigen.c:1248 pex64igen.c:1248 + msgid "Reserved" + msgstr "Réservé" + +-#: peigen.c:1111 pepigen.c:1111 pex64igen.c:1111 ++#: peigen.c:1308 pepigen.c:1308 pex64igen.c:1308 + #, c-format + msgid "" + "\n" +@@ -6246,7 +8089,16 @@ msgstr "" + "\n" + "Il y a une table d'importation, mais la section la contenant ne peut être repérée\n" + +-#: peigen.c:1116 pepigen.c:1116 pex64igen.c:1116 ++#: peigen.c:1314 pepigen.c:1314 pex64igen.c:1314 ++#, c-format ++msgid "" ++"\n" ++"There is an import table in %s, but that section has no contents\n" ++msgstr "" ++"\n" ++"Il y a une table d'importation dans %s, mais cette section n'a pas de contenu\n" ++ ++#: peigen.c:1321 pepigen.c:1321 pex64igen.c:1321 + #, c-format + msgid "" + "\n" +@@ -6255,7 +8107,7 @@ msgstr "" + "\n" + "Il y a une table d'importation dans %s à 0x%lx\n" + +-#: peigen.c:1158 pepigen.c:1158 pex64igen.c:1158 ++#: peigen.c:1363 pepigen.c:1363 pex64igen.c:1363 + #, c-format + msgid "" + "\n" +@@ -6264,12 +8116,12 @@ msgstr "" + "\n" + "Descripteur de fonction localisé à l'adresse de départ: %04lx\n" + +-#: peigen.c:1161 pepigen.c:1161 pex64igen.c:1161 ++#: peigen.c:1367 pepigen.c:1367 pex64igen.c:1367 + #, c-format + msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n" + msgstr "\tcode-base %08lx tab. des entrées (chargeable/actuel) %08lx/%08lx\n" + +-#: peigen.c:1169 pepigen.c:1169 pex64igen.c:1169 ++#: peigen.c:1375 pepigen.c:1375 pex64igen.c:1375 + #, c-format + msgid "" + "\n" +@@ -6278,7 +8130,7 @@ msgstr "" + "\n" + "Pas de section reldata! Descripteur de fonction pas décodé.\n" + +-#: peigen.c:1174 pepigen.c:1174 pex64igen.c:1174 ++#: peigen.c:1380 pepigen.c:1380 pex64igen.c:1380 + #, c-format + msgid "" + "\n" +@@ -6287,7 +8139,7 @@ msgstr "" + "\n" + "Les tables d'importation (contenus interprété de la section %s)\n" + +-#: peigen.c:1177 pepigen.c:1177 pex64igen.c:1177 ++#: peigen.c:1383 pepigen.c:1383 pex64igen.c:1383 + #, c-format + msgid "" + " vma: Hint Time Forward DLL First\n" +@@ -6296,30 +8148,36 @@ msgstr "" + " vma: Hint Temps Avant DLL Premier\n" + " Table Estampil. Chaîne Nom Thunk\n" + +-#: peigen.c:1225 pepigen.c:1225 pex64igen.c:1225 ++#: peigen.c:1433 pepigen.c:1433 pex64igen.c:1433 + #, c-format + msgid "" + "\n" +-"\tDLL Name: %s\n" ++"\tDLL Name: %.*s\n" + msgstr "" + "\n" +-"\tNom DLL: %s\n" ++"\tNom DLL: %.*s\n" + +-#: peigen.c:1236 pepigen.c:1236 pex64igen.c:1236 ++#: peigen.c:1449 pepigen.c:1449 pex64igen.c:1449 + #, c-format + msgid "\tvma: Hint/Ord Member-Name Bound-To\n" + msgstr "\tvma: Hint/Ord Membre Lien\n" + +-#: peigen.c:1261 pepigen.c:1261 pex64igen.c:1261 ++#: peigen.c:1474 pepigen.c:1474 pex64igen.c:1474 + #, c-format + msgid "" + "\n" + "There is a first thunk, but the section containing it could not be found\n" + msgstr "" + "\n" +-"Il y a un premier «thunk», mais la section le contenant ne peut être repérée\n" ++"Il y a un premier « thunk », mais la section le contenant ne peut être repérée\n" + +-#: peigen.c:1423 pepigen.c:1423 pex64igen.c:1423 ++#: peigen.c:1518 peigen.c:1556 pepigen.c:1518 pepigen.c:1556 pex64igen.c:1518 ++#: pex64igen.c:1556 ++#, c-format ++msgid "\t" ++msgstr "\t" ++ ++#: peigen.c:1649 pepigen.c:1649 pex64igen.c:1649 + #, c-format + msgid "" + "\n" +@@ -6328,7 +8186,16 @@ msgstr "" + "\n" + "Il y a une table d'exportation, mais la section la contenant n'a pu être repérée\n" + +-#: peigen.c:1432 pepigen.c:1432 pex64igen.c:1432 ++#: peigen.c:1655 pepigen.c:1655 pex64igen.c:1655 ++#, c-format ++msgid "" ++"\n" ++"There is an export table in %s, but that section has no contents\n" ++msgstr "" ++"\n" ++"Il y a une table d'exportation dans %s, mais cette section n'a pas de contenu\n" ++ ++#: peigen.c:1665 pepigen.c:1665 pex64igen.c:1665 + #, c-format + msgid "" + "\n" +@@ -6337,7 +8204,16 @@ msgstr "" + "\n" + "Il y a une table d'exportation dans %s, mais elle ne rentre pas dans la section\n" + +-#: peigen.c:1438 pepigen.c:1438 pex64igen.c:1438 ++#: peigen.c:1676 pepigen.c:1676 pex64igen.c:1676 ++#, c-format ++msgid "" ++"\n" ++"There is an export table in %s, but it is too small (%d)\n" ++msgstr "" ++"\n" ++"Il y a une table d'exportation dans %s, mais elle est trop petite (%d)\n" ++ ++#: peigen.c:1682 pepigen.c:1682 pex64igen.c:1682 + #, c-format + msgid "" + "\n" +@@ -6346,7 +8222,7 @@ msgstr "" + "\n" + "Il y a une table d'exportation dans %s à 0x%lx\n" + +-#: peigen.c:1466 pepigen.c:1466 pex64igen.c:1466 ++#: peigen.c:1710 pepigen.c:1710 pex64igen.c:1710 + #, c-format + msgid "" + "\n" +@@ -6357,67 +8233,67 @@ msgstr "" + "Les tables d'exportation (contenus interprété de la section %s)\n" + "\n" + +-#: peigen.c:1470 pepigen.c:1470 pex64igen.c:1470 ++#: peigen.c:1714 pepigen.c:1714 pex64igen.c:1714 + #, c-format + msgid "Export Flags \t\t\t%lx\n" + msgstr "Fanion d'exportation \t\t\t%lx\n" + +-#: peigen.c:1473 pepigen.c:1473 pex64igen.c:1473 ++#: peigen.c:1717 pepigen.c:1717 pex64igen.c:1717 + #, c-format + msgid "Time/Date stamp \t\t%lx\n" + msgstr "Tampon Heure/Date \t\t%lx\n" + +-#: peigen.c:1476 pepigen.c:1476 pex64igen.c:1476 ++#: peigen.c:1721 pepigen.c:1721 pex64igen.c:1721 + #, c-format + msgid "Major/Minor \t\t\t%d/%d\n" + msgstr "Majeur/Mineur \t\t\t%d/%d\n" + +-#: peigen.c:1479 pepigen.c:1479 pex64igen.c:1479 ++#: peigen.c:1724 pepigen.c:1724 pex64igen.c:1724 + #, c-format + msgid "Name \t\t\t\t" + msgstr "Nom \t\t\t\t" + +-#: peigen.c:1485 pepigen.c:1485 pex64igen.c:1485 ++#: peigen.c:1735 pepigen.c:1735 pex64igen.c:1735 + #, c-format + msgid "Ordinal Base \t\t\t%ld\n" + msgstr "base de nombre ordinal \t\t\t%ld\n" + +-#: peigen.c:1488 pepigen.c:1488 pex64igen.c:1488 ++#: peigen.c:1738 pepigen.c:1738 pex64igen.c:1738 + #, c-format + msgid "Number in:\n" + msgstr "Numéro dans:\n" + +-#: peigen.c:1491 pepigen.c:1491 pex64igen.c:1491 ++#: peigen.c:1741 pepigen.c:1741 pex64igen.c:1741 + #, c-format + msgid "\tExport Address Table \t\t%08lx\n" + msgstr "\tTable d'adresses d'exportation \t\t%08lx\n" + +-#: peigen.c:1495 pepigen.c:1495 pex64igen.c:1495 ++#: peigen.c:1745 pepigen.c:1745 pex64igen.c:1745 + #, c-format + msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n" + msgstr "\tTable [Nom pointeur/Nombre ordinal]\t%08lx\n" + +-#: peigen.c:1498 pepigen.c:1498 pex64igen.c:1498 ++#: peigen.c:1748 pepigen.c:1748 pex64igen.c:1748 + #, c-format + msgid "Table Addresses\n" + msgstr "Table d'adresses\n" + +-#: peigen.c:1501 pepigen.c:1501 pex64igen.c:1501 ++#: peigen.c:1751 pepigen.c:1751 pex64igen.c:1751 + #, c-format + msgid "\tExport Address Table \t\t" + msgstr "\tTable d'adresse d'exportation \t\t" + +-#: peigen.c:1506 pepigen.c:1506 pex64igen.c:1506 ++#: peigen.c:1756 pepigen.c:1756 pex64igen.c:1756 + #, c-format + msgid "\tName Pointer Table \t\t" + msgstr "\tTable des noms de pointeurs \t\t" + +-#: peigen.c:1511 pepigen.c:1511 pex64igen.c:1511 ++#: peigen.c:1761 pepigen.c:1761 pex64igen.c:1761 + #, c-format + msgid "\tOrdinal Table \t\t\t" + msgstr "\tTable des ordinals \t\t\t" + +-#: peigen.c:1525 pepigen.c:1525 pex64igen.c:1525 ++#: peigen.c:1775 pepigen.c:1775 pex64igen.c:1775 + #, c-format + msgid "" + "\n" +@@ -6426,15 +8302,20 @@ msgstr "" + "\n" + "Table d'adresses d'exportation -- base de nombre ordinal %ld\n" + +-#: peigen.c:1544 pepigen.c:1544 pex64igen.c:1544 ++#: peigen.c:1784 pepigen.c:1784 pex64igen.c:1784 ++#, c-format ++msgid "\tInvalid Export Address Table rva (0x%lx) or entry count (0x%lx)\n" ++msgstr "\tL'adresse virtuelle relative de la table des adresses exportées (0x%lx) ou le nombre d'entrées (0x%lx) est invalide\n" ++ ++#: peigen.c:1803 pepigen.c:1803 pex64igen.c:1803 + msgid "Forwarder RVA" + msgstr "Adresseur RVA" + +-#: peigen.c:1555 pepigen.c:1555 pex64igen.c:1555 ++#: peigen.c:1815 pepigen.c:1815 pex64igen.c:1815 + msgid "Export RVA" + msgstr "Exportation RVA" + +-#: peigen.c:1562 pepigen.c:1562 pex64igen.c:1562 ++#: peigen.c:1822 pepigen.c:1822 pex64igen.c:1822 + #, c-format + msgid "" + "\n" +@@ -6443,18 +8324,43 @@ msgstr "" + "\n" + "Table [Ordinal/Nom de pointeur]\n" + +-#: peigen.c:1622 peigen.c:1805 pepigen.c:1622 pepigen.c:1805 pex64igen.c:1622 +-#: pex64igen.c:1805 ++#: peigen.c:1830 pepigen.c:1830 pex64igen.c:1830 ++#, c-format ++msgid "\tInvalid Name Pointer Table rva (0x%lx) or entry count (0x%lx)\n" ++msgstr "\tAdresse virtuelle relative de la table des pointeurs de noms (0x%lx) ou nombre d'entrées (0x%lx) invalide\n" ++ ++#: peigen.c:1837 pepigen.c:1837 pex64igen.c:1837 ++#, c-format ++msgid "\tInvalid Ordinal Table rva (0x%lx) or entry count (0x%lx)\n" ++msgstr "\tAdresse virtuelle relative de la table ordinale (0x%lx) ou nombre d'entrées (0x%lx) invalide\n" ++ ++#: peigen.c:1851 pepigen.c:1851 pex64igen.c:1851 ++#, c-format ++msgid "\t[%4ld] \n" ++msgstr "\t[%4ld] \n" ++ ++#: peigen.c:1905 peigen.c:2102 pepigen.c:1905 pepigen.c:2102 pex64igen.c:1905 ++#: pex64igen.c:2102 + #, c-format + msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n" + msgstr "Attention, taille de la section .pdata (%ld) n'est pas un multiple de %d\n" + +-#: peigen.c:1629 pepigen.c:1629 pex64igen.c:1629 ++#: peigen.c:1909 peigen.c:2106 pepigen.c:1909 pepigen.c:2106 pex64igen.c:1909 ++#: pex64igen.c:2106 ++#, c-format ++msgid "" ++"\n" ++"The Function Table (interpreted .pdata section contents)\n" ++msgstr "" ++"\n" ++"La table de fonctions (interprétation du contenu de la section .pdata)\n" ++ ++#: peigen.c:1912 pepigen.c:1912 pex64igen.c:1912 + #, c-format + msgid " vma:\t\t\tBegin Address End Address Unwind Info\n" + msgstr " vma:\t\t\tDébut Adresse Fin Adresse Unwind Info\n" + +-#: peigen.c:1631 pepigen.c:1631 pex64igen.c:1631 ++#: peigen.c:1914 pepigen.c:1914 pex64igen.c:1914 + #, c-format + msgid "" + " vma:\t\tBegin End EH EH PrologEnd Exception\n" +@@ -6463,22 +8369,27 @@ msgstr "" + " vma:\t\tDébut Fin EH EH FinProlog Exception\n" + " \t\tAdresse Adresse Handler Données Adresse Masque\n" + +-#: peigen.c:1705 pepigen.c:1705 pex64igen.c:1705 ++#: peigen.c:1927 pepigen.c:1927 pex64igen.c:1927 ++#, c-format ++msgid "Virtual size of .pdata section (%ld) larger than real size (%ld)\n" ++msgstr "La taille virtuelle de la section .pdata (%ld) est plus grande que la taille réelle (%ld)\n" ++ ++#: peigen.c:1997 pepigen.c:1997 pex64igen.c:1997 + #, c-format + msgid " Register save millicode" + msgstr " Registre a préservé le millicode" + +-#: peigen.c:1708 pepigen.c:1708 pex64igen.c:1708 ++#: peigen.c:2000 pepigen.c:2000 pex64igen.c:2000 + #, c-format + msgid " Register restore millicode" + msgstr " Registre a restauré le millicode" + +-#: peigen.c:1711 pepigen.c:1711 pex64igen.c:1711 ++#: peigen.c:2003 pepigen.c:2003 pex64igen.c:2003 + #, c-format + msgid " Glue code sequence" + msgstr " Séquence du code de liants" + +-#: peigen.c:1811 pepigen.c:1811 pex64igen.c:1811 ++#: peigen.c:2108 pepigen.c:2108 pex64igen.c:2108 + #, c-format + msgid "" + " vma:\t\tBegin Prolog Function Flags Exception EH\n" +@@ -6487,7 +8398,7 @@ msgstr "" + " vma:\t\tDébut Long. Long. Fanions Gestion. EH\n" + " \t\tAdresse Prolog. Fonction 32b exc Exception Données\n" + +-#: peigen.c:1937 pepigen.c:1937 pex64igen.c:1937 ++#: peigen.c:2230 pepigen.c:2230 pex64igen.c:2230 + #, c-format + msgid "" + "\n" +@@ -6498,7 +8409,7 @@ msgstr "" + "\n" + "Fichier de base des réadressages PE (contenus interprétés de la section .reloc)\n" + +-#: peigen.c:1966 pepigen.c:1966 pex64igen.c:1966 ++#: peigen.c:2260 pepigen.c:2260 pex64igen.c:2260 + #, c-format + msgid "" + "\n" +@@ -6507,57 +8418,62 @@ msgstr "" + "\n" + "Adresse virtuelle: %08lx taille des morceaux %ld (0x%lx) nombre de correctifs %ld\n" + +-#: peigen.c:1979 pepigen.c:1979 pex64igen.c:1979 ++#: peigen.c:2278 pepigen.c:2278 pex64igen.c:2278 + #, c-format + msgid "\treloc %4d offset %4x [%4lx] %s" +-msgstr "\trelocalisation %4d décalage %4x [%4lx] %s" ++msgstr "\tréadressage %4d décalage %4x [%4lx] %s" + +-#: peigen.c:2023 pepigen.c:2023 pex64igen.c:2023 ++#: peigen.c:2339 pepigen.c:2339 pex64igen.c:2339 + #, c-format +-msgid "%*.s Entry: " +-msgstr "%*.s Entrée: " ++msgid "%03x %*.s Entry: " ++msgstr "%03x %*.s Entrée: " + +-#: peigen.c:2043 pepigen.c:2043 pex64igen.c:2043 ++#: peigen.c:2363 pepigen.c:2363 pex64igen.c:2363 + #, c-format + msgid "name: [val: %08lx len %d]: " + msgstr "nom: [val: %08lx long %d]: " + +-#: peigen.c:2054 pepigen.c:2054 pex64igen.c:2054 ++#: peigen.c:2383 pepigen.c:2383 pex64igen.c:2383 + #, c-format +-msgid "" +-msgstr "" ++msgid "\n" ++msgstr "\n" + +-#: peigen.c:2057 pepigen.c:2057 pex64igen.c:2057 ++#: peigen.c:2393 pepigen.c:2393 pex64igen.c:2393 + #, c-format +-msgid "" +-msgstr "" ++msgid "\n" ++msgstr "\n" + +-#: peigen.c:2060 pepigen.c:2060 pex64igen.c:2060 ++#: peigen.c:2398 pepigen.c:2398 pex64igen.c:2398 + #, c-format + msgid "ID: %#08lx" + msgstr "ID: %#08lx" + +-#: peigen.c:2063 pepigen.c:2063 pex64igen.c:2063 ++#: peigen.c:2401 pepigen.c:2401 pex64igen.c:2401 + #, c-format + msgid ", Value: %#08lx\n" + msgstr ", Valeur: %#08lx\n" + +-#: peigen.c:2074 pepigen.c:2074 pex64igen.c:2074 ++#: peigen.c:2423 pepigen.c:2423 pex64igen.c:2423 + #, c-format +-msgid "%*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n" +-msgstr "%*.s Feuilles: Adr: %#08lx, Taille: %#08lx, Codepage: %d\n" ++msgid "%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n" ++msgstr "%03x %*.s Feuilles: Adr: %#08lx, Taille: %#08lx, Codepage: %d\n" + +-#: peigen.c:2116 pepigen.c:2116 pex64igen.c:2116 ++#: peigen.c:2465 pepigen.c:2465 pex64igen.c:2465 ++#, c-format ++msgid "\n" ++msgstr "\n" ++ ++#: peigen.c:2473 pepigen.c:2473 pex64igen.c:2473 + #, c-format + msgid " Table: Char: %d, Time: %08lx, Ver: %d/%d, Num Names: %d, IDs: %d\n" + msgstr "Table: Car: %d, Temps: %08lx, Ver: %d/%d, Nbr Noms: %d, IDs: %d\n" + +-#: peigen.c:2204 pepigen.c:2204 pex64igen.c:2204 ++#: peigen.c:2562 pepigen.c:2562 pex64igen.c:2562 + #, c-format + msgid "Corrupt .rsrc section detected!\n" + msgstr "Détection d'une section .rsrc corrompue !\n" + +-#: peigen.c:2220 pepigen.c:2220 pex64igen.c:2220 ++#: peigen.c:2586 pepigen.c:2586 pex64igen.c:2586 + #, c-format + msgid "" + "\n" +@@ -6566,10 +8482,79 @@ msgstr "" + "\n" + "ATTENTION: Données en trop dans la section .rsrc – elles seront ignorées par Windows:\n" + ++#: peigen.c:2592 pepigen.c:2592 pex64igen.c:2592 ++#, c-format ++msgid " String table starts at offset: %#03x\n" ++msgstr " La table des chaînes démarre au décalage: %#03x\n" ++ ++#: peigen.c:2595 pepigen.c:2595 pex64igen.c:2595 ++#, c-format ++msgid " Resources start at offset: %#03x\n" ++msgstr " Les ressources démarrent au décalage: %#03x\n" ++ ++#: peigen.c:2647 pepigen.c:2647 pex64igen.c:2647 ++#, c-format ++msgid "" ++"\n" ++"There is a debug directory, but the section containing it could not be found\n" ++msgstr "" ++"\n" ++"Ceci est un répertoire de débogage, mais la section le contenant ne peut être repérée\n" ++ ++#: peigen.c:2653 pepigen.c:2653 pex64igen.c:2653 ++#, c-format ++msgid "" ++"\n" ++"There is a debug directory in %s, but that section has no contents\n" ++msgstr "" ++"\n" ++"Il y a un répertoire de débogage dans %s, mais cette section n'a pas de contenu\n" ++ ++#: peigen.c:2660 pepigen.c:2660 pex64igen.c:2660 ++#, c-format ++msgid "" ++"\n" ++"Error: section %s contains the debug data starting address but it is too small\n" ++msgstr "" ++"\n" ++"Erreur: la section %s contient l'adresse de départ des données de débogage mais elle est trop petite\n" ++ ++#: peigen.c:2665 pepigen.c:2665 pex64igen.c:2665 ++#, c-format ++msgid "" ++"\n" ++"There is a debug directory in %s at 0x%lx\n" ++"\n" ++msgstr "" ++"\n" ++"Il y a un répertoire de débogage dans %s à 0x%lx\n" ++ ++#: peigen.c:2672 pepigen.c:2672 pex64igen.c:2672 ++#, c-format ++msgid "The debug data size field in the data directory is too big for the section" ++msgstr "Le champ de taille des données de débogage dans le répertoire de données est trop grand pour la section" ++ ++# RVA = Adresse Virtuelle Relative mais AVR semble inconnu sur internet. Gageons que les utilisateurs trouverons plus ++# facilement la signification de RVA dans ce contexte. ++#: peigen.c:2677 pepigen.c:2677 pex64igen.c:2677 ++#, c-format ++msgid "Type Size Rva Offset\n" ++msgstr "Type Taille Rva Décalage\n" ++ ++#: peigen.c:2725 pepigen.c:2725 pex64igen.c:2725 ++#, c-format ++msgid "(format %c%c%c%c signature %s age %ld)\n" ++msgstr "(format %c%c%c%c signature %s age %ld)\n" ++ ++#: peigen.c:2733 pepigen.c:2733 pex64igen.c:2733 ++#, c-format ++msgid "The debug directory size is not a multiple of the debug directory entry size\n" ++msgstr "La taille du répertoire de débogage n'est pas un multiple de la taille d'une entrée du répertoire de débogage\n" ++ + #. The MS dumpbin program reportedly ands with 0xff0f before + #. printing the characteristics field. Not sure why. No reason to + #. emulate it here. +-#: peigen.c:2243 pepigen.c:2243 pex64igen.c:2243 ++#: peigen.c:2753 pepigen.c:2753 pex64igen.c:2753 + #, c-format + msgid "" + "\n" +@@ -6578,66 +8563,163 @@ msgstr "" + "\n" + "Caractéristiques 0x%x\n" + +-#: peigen.c:3194 pepigen.c:3194 pex64igen.c:3194 ++#: peigen.c:2988 pepigen.c:2988 pex64igen.c:2988 ++#, c-format ++msgid "%B: Data Directory size (%lx) exceeds space left in section (%lx)" ++msgstr "%B: La taille du répertoire de données (%lx) excède l'espace restant dans la section (%lx)" ++ ++#: peigen.c:3018 pepigen.c:3018 pex64igen.c:3018 ++msgid "Failed to update file offsets in debug directory" ++msgstr "Échec lors de la mise à jour des décalages du fichier dans le répertoire de débogage" ++ ++#: peigen.c:3024 pepigen.c:3024 pex64igen.c:3024 ++msgid "%B: Failed to read debug data section" ++msgstr "%B: Échec lors de la lecture de la section des données de débogage" ++ ++#: peigen.c:3840 pepigen.c:3840 pex64igen.c:3840 + #, c-format + msgid ".rsrc merge failure: duplicate string resource: %d" + msgstr "échec de la fusion de .rsrc: ressource chaîne dupliquée: %d" + +-#: peigen.c:3329 pepigen.c:3329 pex64igen.c:3329 ++#: peigen.c:3975 pepigen.c:3975 pex64igen.c:3975 + msgid ".rsrc merge failure: multiple non-default manifests" + msgstr "échec de la fusion de .rsrc: plusieurs manifestes pas par défaut" + +-#: peigen.c:3347 pepigen.c:3347 pex64igen.c:3347 ++#: peigen.c:3993 pepigen.c:3993 pex64igen.c:3993 + msgid ".rsrc merge failure: a directory matches a leaf" + msgstr "échec de la fusion de .rsrc: un répertoire correspond à une feuille" + +-#: peigen.c:3389 pepigen.c:3389 pex64igen.c:3389 ++#: peigen.c:4035 pepigen.c:4035 pex64igen.c:4035 + msgid ".rsrc merge failure: duplicate leaf" + msgstr "échec de la fusion de .rsrc: feuille dupliquée" + +-#: peigen.c:3391 pepigen.c:3391 pex64igen.c:3391 ++#: peigen.c:4037 pepigen.c:4037 pex64igen.c:4037 + #, c-format + msgid ".rsrc merge failure: duplicate leaf: %s" + msgstr "échec de la fusion .rsrc: feuille dupliquée: %s" + +-#: peigen.c:3457 pepigen.c:3457 pex64igen.c:3457 ++#: peigen.c:4103 pepigen.c:4103 pex64igen.c:4103 + msgid ".rsrc merge failure: dirs with differing characteristics\n" + msgstr "échec de la fusion .rsrc: répertoires avec des caractéristiques différentes\n" + +-#: peigen.c:3464 pepigen.c:3464 pex64igen.c:3464 ++#: peigen.c:4110 pepigen.c:4110 pex64igen.c:4110 + msgid ".rsrc merge failure: differing directory versions\n" + msgstr "échec de la fusion de .rsrc: versions de répertoires différentes\n" + + #. Corrupted .rsrc section - cannot merge. +-#: peigen.c:3537 pepigen.c:3537 pex64igen.c:3537 +-#, c-format +-msgid "%s: .rsrc merge failure: corrupt .rsrc section" +-msgstr "%s: échec de la fusion de .rsrc: section .rsrc corrompue" ++#: peigen.c:4227 pepigen.c:4227 pex64igen.c:4227 ++msgid "%B: .rsrc merge failure: corrupt .rsrc section" ++msgstr "%B: échec de la fusion de .rsrc: section .rsrc corrompue" + +-#: peigen.c:3673 pepigen.c:3673 pex64igen.c:3673 ++#: peigen.c:4235 pepigen.c:4235 pex64igen.c:4235 ++msgid "%B: .rsrc merge failure: unexpected .rsrc size" ++msgstr "%B: échec de la fusion de .rsrc: taille de .rsrc inattendue" ++ ++#: peigen.c:4374 pepigen.c:4374 pex64igen.c:4374 + msgid "%B: unable to fill in DataDictionary[1] because .idata$2 is missing" + msgstr "%B: impossible de remplir DataDictionary[1] car .idata$2 est manquant" + +-#: peigen.c:3693 pepigen.c:3693 pex64igen.c:3693 ++#: peigen.c:4394 pepigen.c:4394 pex64igen.c:4394 + msgid "%B: unable to fill in DataDictionary[1] because .idata$4 is missing" + msgstr "%B: impossible de remplir DataDictionary[1] car .idata$4 est manquant" + +-#: peigen.c:3714 pepigen.c:3714 pex64igen.c:3714 ++#: peigen.c:4415 pepigen.c:4415 pex64igen.c:4415 + msgid "%B: unable to fill in DataDictionary[12] because .idata$5 is missing" + msgstr "%B: impossible de remplir DataDictionary[12] car .idata$5 est manquant" + +-#: peigen.c:3734 pepigen.c:3734 pex64igen.c:3734 ++#: peigen.c:4435 pepigen.c:4435 pex64igen.c:4435 + msgid "%B: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE (12)] because .idata$6 is missing" + msgstr "%B: impossible de remplir DataDictionary[PE_IMPORT_ADDRESS_TABLE (12)] car .idata$6 est manquant" + +-#: peigen.c:3776 pepigen.c:3776 pex64igen.c:3776 ++#: peigen.c:4477 pepigen.c:4477 pex64igen.c:4477 + msgid "%B: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE(12)] because .idata$6 is missing" + msgstr "%B: impossible de remplir DataDictionary[PE_IMPORT_ADDRESS_TABLE(12)] car .idata$6 est manquant" + +-#: peigen.c:3801 pepigen.c:3801 pex64igen.c:3801 ++#: peigen.c:4502 pepigen.c:4502 pex64igen.c:4502 + msgid "%B: unable to fill in DataDictionary[9] because __tls_used is missing" + msgstr "%B: impossible de remplir DataDictionary[9] car __tls_used est manquant" + ++#~ msgid "Unrecognized reloc" ++#~ msgstr "Relocalisation non reconnue" ++ ++#~ msgid "%s: warning: illegal symbol index %ld in relocs" ++#~ msgstr "%s: attention: symbole index illégal %ld dans les relocalisations" ++ ++#~ msgid "Dwarf Error: Bad abbrev number: %u." ++#~ msgstr "Erreur DWARF: mauvais numéro abrégé: %u" ++ ++#~ msgid "%B: don't know how to handle allocated, application specific section `%s' [0x%8x]" ++#~ msgstr "%B: je ne sais pas comment traiter la section « %s » [0x%8x] allouée et spécifique à l'application" ++ ++#~ msgid "%B: don't know how to handle processor specific section `%s' [0x%8x]" ++#~ msgstr "%B: je ne sais pas comment traiter la section « %s » [0x%8x] spécifique au processeur" ++ ++#~ msgid "%B: don't know how to handle OS specific section `%s' [0x%8x]" ++#~ msgstr "%B: je ne sais pas comment traiter la section « %s » [0x%8x] spécifique au système d'exploitation" ++ ++#~ msgid "%B: don't know how to handle section `%s' [0x%8x]" ++#~ msgstr "%B: je ne sais pas comment traiter la section « %s » [0x%8x]" ++ ++#~ msgid " [has entry point]" ++#~ msgstr " [a des points d'entrées]" ++ ++#~ msgid "error: required section '%s' not found in the linker script" ++#~ msgstr "erreur: section requise « %s » pas trouvée dans le script de liaison" ++ ++#~ msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" ++#~ msgstr "%s: utilise des champs e_flags (0x%lx) différents des modules précédents (0x%lx)" ++ ++#~ msgid "%s: unknown relocation type %d" ++#~ msgstr "%s: type de réadressage %d inconnu" ++ ++#~ msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)" ++#~ msgstr "%s: la cible (%s) du réadressage %s est dans la mauvaise section (%s)" ++ ++#~ msgid "%B: %s\n" ++#~ msgstr "%B: %s\n" ++ ++#~ msgid "%B(%A): warning: relax is suppressed for sections of alignment %d-bytes > 4-byte." ++#~ msgstr "%B(%A): attention: la relaxation est supprimée pour les sections avec l'alignement %d octets > 4 octets." ++ ++#~ msgid "Warning: %B uses soft float, %B uses single-precision hard float" ++#~ msgstr "Attention: %B utilise la virgule flottante logicielle, %B utilise la virgule flottante simple précision matérielle" ++ ++#~ msgid "Warning: %B uses unknown floating point ABI %d" ++#~ msgstr "Attention: %B utilise l'ABI inconnu %d pour la gestion des virgules flottantes" ++ ++#~ msgid "Warning: %B uses unknown vector ABI %d" ++#~ msgstr "Attention: %B utilise l'ABI inconnu %d pour les vecteurs" ++ ++#~ msgid "Warning: %B uses unknown small structure return convention %d" ++#~ msgstr "Attention: %B utilise la convention inconnue %d pour le retour des petites structures" ++ ++#~ msgid " [G10]" ++#~ msgstr " [G10]" ++ ++#~ msgid "%s: Malformed reloc detected for section %s" ++#~ msgstr "%s: relocalisation mal composée détectée dans la section %s" ++ ++#~ msgid " %s: 0x%v\n" ++#~ msgstr " %s: 0x%v\n" ++ ++#~ msgid "%s: 0x%v 0x%v\n" ++#~ msgstr "%s: 0x%v 0x%v\n" ++ ++#~ msgid " %s%s %s\n" ++#~ msgstr " %s%s %s\n" ++ ++#~ msgid ", 8-byte data alignment" ++#~ msgstr ", alignement de données sur 8 octets" ++ ++#~ msgid "%B: relocation %s against undefined %s `%s' can not be used when making a shared object%s" ++#~ msgstr "%B: réadressage %s vers le %s non défini « %s » ne peut pas être utilisé en créant un objet partagé %s" ++ ++#~ msgid "[%u]: %u\n" ++#~ msgstr "[%u]: %u\n" ++ ++#~ msgid ": %u.%u\n" ++#~ msgstr ": %u.%u\n" ++ + #~ msgid "" + #~ "%B(%s): warning: interworking not enabled.\n" + #~ " first occurrence: %B: thumb call to arm" +@@ -6648,15 +8730,9 @@ msgstr "%B: impossible de remplir DataDictionary[9] car __tls_used est manquant" + #~ msgid "DIV usage mismatch between %B and %B" + #~ msgstr "incohérence d'utilisation de DIV entre %B et %B" + +-#~ msgid "%B: bad relocation section name `%s'" +-#~ msgstr "%B: nom de section de réadressage erroné « %s »" +- + #~ msgid "%P: dynamic variable `%s' is zero size\n" + #~ msgstr "%P: la variable dynamique « %s » a une taille nulle\n" + +-#~ msgid " [64-bit doubles]" +-#~ msgstr " [doubles de 64 bits]" +- + #~ msgid " [dsp]" + #~ msgstr " [dsp]" + +@@ -6667,10 +8743,7 @@ msgstr "%B: impossible de remplir DataDictionary[9] car __tls_used est manquant" + #~ msgstr "%P: %H: l'optimisation sœurs des appels vers « %s » n'autorise pas de TOC multiples et automatiques; recompilez avec -mminimal-toc ou -fno-optimize-sibling-calls, ou rendez « %s » externe\n" + + #~ msgid "note: '%s' is defined in DSO %B so try adding it to the linker command line" +-#~ msgstr "note: «%s» est défini dans le DSO %B donc essayez de l'ajouter à la ligne de commande du lieur" +- +-#~ msgid "Warning: %B uses -msingle-float, %B uses -mdouble-float" +-#~ msgstr "Attention: %B utilise -msingle-float, %B utilise -mdouble-float" ++#~ msgstr "note: « %s » est défini dans le DSO %B donc essayez de l'ajouter à la ligne de commande du lieur" + + #~ msgid "Warning: %B uses -msingle-float, %B uses -mips32r2 -mfp64" + #~ msgstr "Attention: %B utilise -msingle-float, %B utilise -mips32r2 -mfp64" +@@ -6721,17 +8794,14 @@ msgstr "%B: impossible de remplir DataDictionary[9] car __tls_used est manquant" + #~ msgstr "%B(%A+0x%lx): ne peut atteindre %s" + + #~ msgid "%B: warning: ignoring duplicate section `%A'\n" +-#~ msgstr "%B: attention: ignore la section dupliquée «%A»\n" ++#~ msgstr "%B: attention: ignore la section dupliquée « %A »\n" + + #~ msgid "%B: warning: duplicate section `%A' has different size\n" +-#~ msgstr "%B: attention: section dupliquée «%A» avec des tailles différentes\n" ++#~ msgstr "%B: attention: section dupliquée « %A » avec des tailles différentes\n" + + #~ msgid "relocation references a different segment" + #~ msgstr "la relocalisation fait référence à un segment différent" + +-#~ msgid "%B: relocation type %d not implemented" +-#~ msgstr "%B: relocalisation de type %d pas implémentée" +- + #~ msgid "warning: %B and %B differ in position-dependence of data addressing" + #~ msgstr "attention: %B et %B divergent sur la dépendance de la position de l'adressage des données" + +@@ -6757,7 +8827,7 @@ msgstr "%B: impossible de remplir DataDictionary[9] car __tls_used est manquant" + #~ msgstr "section %s vide ou corrompue dans %B" + + #~ msgid "%s: invalid DSO for symbol `%s' definition" +-#~ msgstr "%s: DSO incorrect pour la définition du symbole «%s»" ++#~ msgstr "%s: DSO incorrect pour la définition du symbole « %s »" + + #~ msgid "%B: %A+0x%lx: jump to stub routine which is not jal" + #~ msgstr "%B: %A+0x%lx: saut vers la routine dans la partie de l'ébauche (stub) qui n'est pas jal" +diff --git a/bfd/version.h b/bfd/version.h +index f3dfbf0..e2ff6f5 100644 +--- a/bfd/version.h ++++ b/bfd/version.h +@@ -1,4 +1,4 @@ +-#define BFD_VERSION_DATE 20170724 ++#define BFD_VERSION_DATE 20170725 + #define BFD_VERSION @bfd_version@ + #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ + #define REPORT_BUGS_TO @report_bugs_to@ +diff --git a/bfd/version.m4 b/bfd/version.m4 +index a54e7f8..d840ef6 100644 +--- a/bfd/version.m4 ++++ b/bfd/version.m4 +@@ -1 +1 @@ +-m4_define([BFD_VERSION], [2.29]) ++m4_define([BFD_VERSION], [2.29.0]) +diff --git a/binutils/ChangeLog b/binutils/ChangeLog +index b74dbcf..35c9a61 100644 +--- a/binutils/ChangeLog ++++ b/binutils/ChangeLog +@@ -2,6 +2,10 @@ + + * configure: Regenerate. + ++2017-07-24 Tristan Gingold ++ ++ * configure: Regenerate. ++ + 2017-07-21 Nick Clifton + + * po/fr.po: Updated French translation. +diff --git a/binutils/configure b/binutils/configure +index e903709..38d08d0 100755 +--- a/binutils/configure ++++ b/binutils/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for binutils 2.29. ++# Generated by GNU Autoconf 2.64 for binutils 2.29.0. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='binutils' + PACKAGE_TARNAME='binutils' +-PACKAGE_VERSION='2.29' +-PACKAGE_STRING='binutils 2.29' ++PACKAGE_VERSION='2.29.0' ++PACKAGE_STRING='binutils 2.29.0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1338,7 +1338,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures binutils 2.29 to adapt to many kinds of systems. ++\`configure' configures binutils 2.29.0 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1409,7 +1409,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of binutils 2.29:";; ++ short | recursive ) echo "Configuration of binutils 2.29.0:";; + esac + cat <<\_ACEOF + +@@ -1530,7 +1530,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-binutils configure 2.29 ++binutils configure 2.29.0 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -2172,7 +2172,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by binutils $as_me 2.29, which was ++It was created by binutils $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3981,7 +3981,7 @@ fi + + # Define the identity of the package. + PACKAGE='binutils' +- VERSION='2.29' ++ VERSION='2.29.0' + + + cat >>confdefs.h <<_ACEOF +@@ -15233,7 +15233,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by binutils $as_me 2.29, which was ++This file was extended by binutils $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -15297,7 +15297,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-binutils config.status 2.29 ++binutils config.status 2.29.0 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +diff --git a/gas/ChangeLog b/gas/ChangeLog +index d5b208a..ee0d00c 100644 +--- a/gas/ChangeLog ++++ b/gas/ChangeLog +@@ -2,6 +2,10 @@ + + * configure: Regenerate. + ++2017-07-24 Tristan Gingold ++ ++ * configure: Regenerate. ++ + 2017-07-18 Nick Clifton + + * po/es.po: Updated translation. +diff --git a/gas/configure b/gas/configure +index e78136c..b385894 100755 +--- a/gas/configure ++++ b/gas/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for gas 2.29. ++# Generated by GNU Autoconf 2.64 for gas 2.29.0. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='gas' + PACKAGE_TARNAME='gas' +-PACKAGE_VERSION='2.29' +-PACKAGE_STRING='gas 2.29' ++PACKAGE_VERSION='2.29.0' ++PACKAGE_STRING='gas 2.29.0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures gas 2.29 to adapt to many kinds of systems. ++\`configure' configures gas 2.29.0 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1401,7 +1401,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of gas 2.29:";; ++ short | recursive ) echo "Configuration of gas 2.29.0:";; + esac + cat <<\_ACEOF + +@@ -1523,7 +1523,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-gas configure 2.29 ++gas configure 2.29.0 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -1933,7 +1933,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by gas $as_me 2.29, which was ++It was created by gas $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3742,7 +3742,7 @@ fi + + # Define the identity of the package. + PACKAGE='gas' +- VERSION='2.29' ++ VERSION='2.29.0' + + + cat >>confdefs.h <<_ACEOF +@@ -15223,7 +15223,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by gas $as_me 2.29, which was ++This file was extended by gas $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -15287,7 +15287,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-gas config.status 2.29 ++gas config.status 2.29.0 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +diff --git a/gprof/ChangeLog b/gprof/ChangeLog +index ef39520..c9b0714 100644 +--- a/gprof/ChangeLog ++++ b/gprof/ChangeLog +@@ -2,6 +2,10 @@ + + * configure: Regenerate. + ++2017-07-24 Tristan Gingold ++ ++ * configure: Regenerate. ++ + 2017-07-18 Nick Clifton + + * po/bg.po: Updated translation. +diff --git a/gprof/configure b/gprof/configure +index 30aa546..fb9f076 100755 +--- a/gprof/configure ++++ b/gprof/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for gprof 2.29. ++# Generated by GNU Autoconf 2.64 for gprof 2.29.0. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='gprof' + PACKAGE_TARNAME='gprof' +-PACKAGE_VERSION='2.29' +-PACKAGE_STRING='gprof 2.29' ++PACKAGE_VERSION='2.29.0' ++PACKAGE_STRING='gprof 2.29.0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1302,7 +1302,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures gprof 2.29 to adapt to many kinds of systems. ++\`configure' configures gprof 2.29.0 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1373,7 +1373,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of gprof 2.29:";; ++ short | recursive ) echo "Configuration of gprof 2.29.0:";; + esac + cat <<\_ACEOF + +@@ -1479,7 +1479,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-gprof configure 2.29 ++gprof configure 2.29.0 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -1844,7 +1844,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by gprof $as_me 2.29, which was ++It was created by gprof $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3653,7 +3653,7 @@ fi + + # Define the identity of the package. + PACKAGE='gprof' +- VERSION='2.29' ++ VERSION='2.29.0' + + + cat >>confdefs.h <<_ACEOF +@@ -12787,7 +12787,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by gprof $as_me 2.29, which was ++This file was extended by gprof $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -12851,7 +12851,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-gprof config.status 2.29 ++gprof config.status 2.29.0 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +diff --git a/ld/ChangeLog b/ld/ChangeLog +index bc7d797..1ce2298 100644 +--- a/ld/ChangeLog ++++ b/ld/ChangeLog +@@ -2,6 +2,10 @@ + + * configure: Regenerate. + ++2017-07-24 Tristan Gingold ++ ++ * configure: Regenerate. ++ + 2017-07-18 Nick Clifton + + * po/bg.po: Updated translation. +diff --git a/ld/configure b/ld/configure +index da20ab5..7b66a4f 100755 +--- a/ld/configure ++++ b/ld/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for ld 2.29. ++# Generated by GNU Autoconf 2.64 for ld 2.29.0. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='ld' + PACKAGE_TARNAME='ld' +-PACKAGE_VERSION='2.29' +-PACKAGE_STRING='ld 2.29' ++PACKAGE_VERSION='2.29.0' ++PACKAGE_STRING='ld 2.29.0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures ld 2.29 to adapt to many kinds of systems. ++\`configure' configures ld 2.29.0 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1422,7 +1422,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of ld 2.29:";; ++ short | recursive ) echo "Configuration of ld 2.29.0:";; + esac + cat <<\_ACEOF + +@@ -1548,7 +1548,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-ld configure 2.29 ++ld configure 2.29.0 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -2257,7 +2257,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by ld $as_me 2.29, which was ++It was created by ld $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -4067,7 +4067,7 @@ fi + + # Define the identity of the package. + PACKAGE='ld' +- VERSION='2.29' ++ VERSION='2.29.0' + + + cat >>confdefs.h <<_ACEOF +@@ -17827,7 +17827,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by ld $as_me 2.29, which was ++This file was extended by ld $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -17891,7 +17891,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-ld config.status 2.29 ++ld config.status 2.29.0 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog +index f48c01e..e535ba4 100644 +--- a/opcodes/ChangeLog ++++ b/opcodes/ChangeLog +@@ -2,6 +2,10 @@ + + * configure: Regenerate. + ++2017-07-24 Tristan Gingold ++ ++ * configure: Regenerate. ++ + 2017-07-20 Nick Clifton + + * po/de.po: Updated German translation. +diff --git a/opcodes/configure b/opcodes/configure +index 2bedc8d..fda599a 100755 +--- a/opcodes/configure ++++ b/opcodes/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for opcodes 2.29. ++# Generated by GNU Autoconf 2.64 for opcodes 2.29.0. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='opcodes' + PACKAGE_TARNAME='opcodes' +-PACKAGE_VERSION='2.29' +-PACKAGE_STRING='opcodes 2.29' ++PACKAGE_VERSION='2.29.0' ++PACKAGE_STRING='opcodes 2.29.0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1322,7 +1322,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures opcodes 2.29 to adapt to many kinds of systems. ++\`configure' configures opcodes 2.29.0 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1393,7 +1393,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of opcodes 2.29:";; ++ short | recursive ) echo "Configuration of opcodes 2.29.0:";; + esac + cat <<\_ACEOF + +@@ -1500,7 +1500,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-opcodes configure 2.29 ++opcodes configure 2.29.0 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -1910,7 +1910,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by opcodes $as_me 2.29, which was ++It was created by opcodes $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3719,7 +3719,7 @@ fi + + # Define the identity of the package. + PACKAGE='opcodes' +- VERSION='2.29' ++ VERSION='2.29.0' + + + cat >>confdefs.h <<_ACEOF +@@ -13307,7 +13307,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by opcodes $as_me 2.29, which was ++This file was extended by opcodes $as_me 2.29.0, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -13371,7 +13371,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-opcodes config.status 2.29 ++opcodes config.status 2.29.0 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + --- binutils-2.29.orig/debian/patches/branch-version.diff +++ binutils-2.29/debian/patches/branch-version.diff @@ -0,0 +1,632 @@ +# DP: Don't bump the version when doing distro builds + +git diff a5da75e43ab6a806393512c421aeebb2871f6679 dd9a28c0966d13924fbd1096a724ae334954d830 + +Index: b/bfd/ChangeLog +=================================================================== +--- a/bfd/ChangeLog ++++ b/bfd/ChangeLog +@@ -4,15 +4,6 @@ + + 2017-07-24 Tristan Gingold + +- * version.m4: Bump version to 2.29.0 +- * configure: Regenerate. +- +-2017-07-24 Tristan Gingold +- +- * development.sh: Set development to true. +- +-2017-07-24 Tristan Gingold +- + * version.m4: Bump version to 2.29 + * configure: Regenerate. + +Index: b/bfd/configure +=================================================================== +--- a/bfd/configure ++++ b/bfd/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for bfd 2.29.0. ++# Generated by GNU Autoconf 2.64 for bfd 2.29. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='bfd' + PACKAGE_TARNAME='bfd' +-PACKAGE_VERSION='2.29.0' +-PACKAGE_STRING='bfd 2.29.0' ++PACKAGE_VERSION='2.29' ++PACKAGE_STRING='bfd 2.29' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures bfd 2.29.0 to adapt to many kinds of systems. ++\`configure' configures bfd 2.29 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1425,7 +1425,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of bfd 2.29.0:";; ++ short | recursive ) echo "Configuration of bfd 2.29:";; + esac + cat <<\_ACEOF + +@@ -1546,7 +1546,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-bfd configure 2.29.0 ++bfd configure 2.29 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -2188,7 +2188,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by bfd $as_me 2.29.0, which was ++It was created by bfd $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3997,7 +3997,7 @@ fi + + # Define the identity of the package. + PACKAGE='bfd' +- VERSION='2.29.0' ++ VERSION='2.29' + + + cat >>confdefs.h <<_ACEOF +@@ -16666,7 +16666,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by bfd $as_me 2.29.0, which was ++This file was extended by bfd $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -16730,7 +16730,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-bfd config.status 2.29.0 ++bfd config.status 2.29 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Index: b/bfd/development.sh +=================================================================== +--- a/bfd/development.sh ++++ b/bfd/development.sh +@@ -16,4 +16,4 @@ + # along with this program. If not, see . + + # Controls whether to enable development-mode features by default. +-development=true ++development=false +Index: b/bfd/version.m4 +=================================================================== +--- a/bfd/version.m4 ++++ b/bfd/version.m4 +@@ -1 +1 @@ +-m4_define([BFD_VERSION], [2.29.0]) ++m4_define([BFD_VERSION], [2.29]) +Index: b/binutils/ChangeLog +=================================================================== +--- a/binutils/ChangeLog ++++ b/binutils/ChangeLog +@@ -2,10 +2,6 @@ + + * configure: Regenerate. + +-2017-07-24 Tristan Gingold +- +- * configure: Regenerate. +- + 2017-07-21 Nick Clifton + + * po/fr.po: Updated French translation. +Index: b/binutils/configure +=================================================================== +--- a/binutils/configure ++++ b/binutils/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for binutils 2.29.0. ++# Generated by GNU Autoconf 2.64 for binutils 2.29. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='binutils' + PACKAGE_TARNAME='binutils' +-PACKAGE_VERSION='2.29.0' +-PACKAGE_STRING='binutils 2.29.0' ++PACKAGE_VERSION='2.29' ++PACKAGE_STRING='binutils 2.29' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1338,7 +1338,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures binutils 2.29.0 to adapt to many kinds of systems. ++\`configure' configures binutils 2.29 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1409,7 +1409,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of binutils 2.29.0:";; ++ short | recursive ) echo "Configuration of binutils 2.29:";; + esac + cat <<\_ACEOF + +@@ -1530,7 +1530,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-binutils configure 2.29.0 ++binutils configure 2.29 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -2172,7 +2172,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by binutils $as_me 2.29.0, which was ++It was created by binutils $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3981,7 +3981,7 @@ fi + + # Define the identity of the package. + PACKAGE='binutils' +- VERSION='2.29.0' ++ VERSION='2.29' + + + cat >>confdefs.h <<_ACEOF +@@ -15233,7 +15233,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by binutils $as_me 2.29.0, which was ++This file was extended by binutils $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -15297,7 +15297,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-binutils config.status 2.29.0 ++binutils config.status 2.29 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Index: b/gas/ChangeLog +=================================================================== +--- a/gas/ChangeLog ++++ b/gas/ChangeLog +@@ -2,10 +2,6 @@ + + * configure: Regenerate. + +-2017-07-24 Tristan Gingold +- +- * configure: Regenerate. +- + 2017-07-18 Nick Clifton + + * po/es.po: Updated translation. +Index: b/gas/configure +=================================================================== +--- a/gas/configure ++++ b/gas/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for gas 2.29.0. ++# Generated by GNU Autoconf 2.64 for gas 2.29. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='gas' + PACKAGE_TARNAME='gas' +-PACKAGE_VERSION='2.29.0' +-PACKAGE_STRING='gas 2.29.0' ++PACKAGE_VERSION='2.29' ++PACKAGE_STRING='gas 2.29' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures gas 2.29.0 to adapt to many kinds of systems. ++\`configure' configures gas 2.29 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1401,7 +1401,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of gas 2.29.0:";; ++ short | recursive ) echo "Configuration of gas 2.29:";; + esac + cat <<\_ACEOF + +@@ -1523,7 +1523,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-gas configure 2.29.0 ++gas configure 2.29 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -1933,7 +1933,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by gas $as_me 2.29.0, which was ++It was created by gas $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3742,7 +3742,7 @@ fi + + # Define the identity of the package. + PACKAGE='gas' +- VERSION='2.29.0' ++ VERSION='2.29' + + + cat >>confdefs.h <<_ACEOF +@@ -15223,7 +15223,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by gas $as_me 2.29.0, which was ++This file was extended by gas $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -15287,7 +15287,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-gas config.status 2.29.0 ++gas config.status 2.29 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Index: b/gprof/ChangeLog +=================================================================== +--- a/gprof/ChangeLog ++++ b/gprof/ChangeLog +@@ -2,10 +2,6 @@ + + * configure: Regenerate. + +-2017-07-24 Tristan Gingold +- +- * configure: Regenerate. +- + 2017-07-18 Nick Clifton + + * po/bg.po: Updated translation. +Index: b/gprof/configure +=================================================================== +--- a/gprof/configure ++++ b/gprof/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for gprof 2.29.0. ++# Generated by GNU Autoconf 2.64 for gprof 2.29. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='gprof' + PACKAGE_TARNAME='gprof' +-PACKAGE_VERSION='2.29.0' +-PACKAGE_STRING='gprof 2.29.0' ++PACKAGE_VERSION='2.29' ++PACKAGE_STRING='gprof 2.29' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1302,7 +1302,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures gprof 2.29.0 to adapt to many kinds of systems. ++\`configure' configures gprof 2.29 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1373,7 +1373,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of gprof 2.29.0:";; ++ short | recursive ) echo "Configuration of gprof 2.29:";; + esac + cat <<\_ACEOF + +@@ -1479,7 +1479,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-gprof configure 2.29.0 ++gprof configure 2.29 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -1844,7 +1844,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by gprof $as_me 2.29.0, which was ++It was created by gprof $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3653,7 +3653,7 @@ fi + + # Define the identity of the package. + PACKAGE='gprof' +- VERSION='2.29.0' ++ VERSION='2.29' + + + cat >>confdefs.h <<_ACEOF +@@ -12787,7 +12787,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by gprof $as_me 2.29.0, which was ++This file was extended by gprof $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -12851,7 +12851,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-gprof config.status 2.29.0 ++gprof config.status 2.29 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Index: b/ld/ChangeLog +=================================================================== +--- a/ld/ChangeLog ++++ b/ld/ChangeLog +@@ -2,10 +2,6 @@ + + * configure: Regenerate. + +-2017-07-24 Tristan Gingold +- +- * configure: Regenerate. +- + 2017-07-18 Nick Clifton + + * po/bg.po: Updated translation. +Index: b/ld/configure +=================================================================== +--- a/ld/configure ++++ b/ld/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for ld 2.29.0. ++# Generated by GNU Autoconf 2.64 for ld 2.29. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='ld' + PACKAGE_TARNAME='ld' +-PACKAGE_VERSION='2.29.0' +-PACKAGE_STRING='ld 2.29.0' ++PACKAGE_VERSION='2.29' ++PACKAGE_STRING='ld 2.29' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures ld 2.29.0 to adapt to many kinds of systems. ++\`configure' configures ld 2.29 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1422,7 +1422,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of ld 2.29.0:";; ++ short | recursive ) echo "Configuration of ld 2.29:";; + esac + cat <<\_ACEOF + +@@ -1548,7 +1548,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-ld configure 2.29.0 ++ld configure 2.29 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -2257,7 +2257,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by ld $as_me 2.29.0, which was ++It was created by ld $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -4067,7 +4067,7 @@ fi + + # Define the identity of the package. + PACKAGE='ld' +- VERSION='2.29.0' ++ VERSION='2.29' + + + cat >>confdefs.h <<_ACEOF +@@ -17827,7 +17827,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by ld $as_me 2.29.0, which was ++This file was extended by ld $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -17891,7 +17891,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-ld config.status 2.29.0 ++ld config.status 2.29 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Index: b/opcodes/ChangeLog +=================================================================== +--- a/opcodes/ChangeLog ++++ b/opcodes/ChangeLog +@@ -2,10 +2,6 @@ + + * configure: Regenerate. + +-2017-07-24 Tristan Gingold +- +- * configure: Regenerate. +- + 2017-07-20 Nick Clifton + + * po/de.po: Updated German translation. +Index: b/opcodes/configure +=================================================================== +--- a/opcodes/configure ++++ b/opcodes/configure +@@ -1,6 +1,6 @@ + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.64 for opcodes 2.29.0. ++# Generated by GNU Autoconf 2.64 for opcodes 2.29. + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +@@ -556,8 +556,8 @@ MAKEFLAGS= + # Identity of this package. + PACKAGE_NAME='opcodes' + PACKAGE_TARNAME='opcodes' +-PACKAGE_VERSION='2.29.0' +-PACKAGE_STRING='opcodes 2.29.0' ++PACKAGE_VERSION='2.29' ++PACKAGE_STRING='opcodes 2.29' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + +@@ -1322,7 +1322,7 @@ if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +-\`configure' configures opcodes 2.29.0 to adapt to many kinds of systems. ++\`configure' configures opcodes 2.29 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +@@ -1393,7 +1393,7 @@ fi + + if test -n "$ac_init_help"; then + case $ac_init_help in +- short | recursive ) echo "Configuration of opcodes 2.29.0:";; ++ short | recursive ) echo "Configuration of opcodes 2.29:";; + esac + cat <<\_ACEOF + +@@ -1500,7 +1500,7 @@ fi + test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF +-opcodes configure 2.29.0 ++opcodes configure 2.29 + generated by GNU Autoconf 2.64 + + Copyright (C) 2009 Free Software Foundation, Inc. +@@ -1910,7 +1910,7 @@ cat >config.log <<_ACEOF + This file contains any messages produced by compilers while + running configure, to aid debugging if configure makes a mistake. + +-It was created by opcodes $as_me 2.29.0, which was ++It was created by opcodes $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + $ $0 $@ +@@ -3719,7 +3719,7 @@ fi + + # Define the identity of the package. + PACKAGE='opcodes' +- VERSION='2.29.0' ++ VERSION='2.29' + + + cat >>confdefs.h <<_ACEOF +@@ -13307,7 +13307,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" +-This file was extended by opcodes $as_me 2.29.0, which was ++This file was extended by opcodes $as_me 2.29, which was + generated by GNU Autoconf 2.64. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES +@@ -13371,7 +13371,7 @@ Report bugs to the package provider." + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_version="\\ +-opcodes config.status 2.29.0 ++opcodes config.status 2.29 + configured by $0, generated by GNU Autoconf 2.64, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + --- binutils-2.29.orig/debian/patches/gold-mips.diff +++ binutils-2.29/debian/patches/gold-mips.diff @@ -0,0 +1,39 @@ +# DP: Fix gold on mips64 targets. + +gold/ + +2016-08-09 Aurelien Jarno + + * configure.tgt: Add mips64el*-*-*|mips64le*-*-* and mips64*-*-*. + + +--- a/gold/configure.tgt ++++ b/gold/configure.tgt +@@ -153,6 +153,13 @@ aarch64*-*) + targ_big_endian=false + targ_extra_big_endian=true + ;; ++mips*64*el*-*-*|mips*64*le*-*-*) ++ targ_obj=mips ++ targ_machine=EM_MIPS_RS3_LE ++ targ_size=64 ++ targ_big_endian=false ++ targ_extra_big_endian=true ++ ;; + mips*el*-*-*|mips*le*-*-*) + targ_obj=mips + targ_machine=EM_MIPS_RS3_LE +@@ -160,6 +167,13 @@ mips*el*-*-*|mips*le*-*-*) + targ_big_endian=false + targ_extra_big_endian=true + ;; ++mips*64*-*-*) ++ targ_obj=mips ++ targ_machine=EM_MIPS ++ targ_size=64 ++ targ_big_endian=true ++ targ_extra_big_endian=false ++ ;; + mips*-*-*) + targ_obj=mips + targ_machine=EM_MIPS --- binutils-2.29.orig/debian/patches/gprof-build.diff +++ binutils-2.29/debian/patches/gprof-build.diff @@ -0,0 +1,16 @@ +# DP: Fix gprof build error. + +Index: b/gprof/gconfig.in +=================================================================== +--- a/gprof/gconfig.in ++++ b/gprof/gconfig.in +@@ -96,9 +96,6 @@ + #endif + + +-/* Version number of package */ +-#undef VERSION +- + /* Number of bits in a file offset, on hosts where this is settable. */ + #undef _FILE_OFFSET_BITS + --- binutils-2.29.orig/debian/patches/i18n-fr.diff +++ binutils-2.29/debian/patches/i18n-fr.diff @@ -0,0 +1,13 @@ +Index: b/bfd/po/fr.po +=================================================================== +--- a/bfd/po/fr.po ++++ b/bfd/po/fr.po +@@ -4606,7 +4606,7 @@ msgstr "symbole " + + #: elf64-x86-64.c:1933 elf64-x86-64.c:1943 + msgid "; recompile with -fPIC" +-msgstr "; recompilé avec -fPIC" ++msgstr "; recompilez avec -fPIC" + + #: elf64-x86-64.c:1938 + msgid "undefined " --- binutils-2.29.orig/debian/patches/mips64-default-n64.diff +++ binutils-2.29/debian/patches/mips64-default-n64.diff @@ -0,0 +1,83 @@ +Index: b/bfd/config.bfd +=================================================================== +--- a/bfd/config.bfd ++++ b/bfd/config.bfd +@@ -1185,11 +1185,21 @@ case "${targ}" in + targ_defvec=mips_elf32_be_vec + targ_selvecs="mips_elf32_le_vec mips_elf64_be_vec mips_elf64_le_vec mips_ecoff_be_vec mips_ecoff_le_vec" + ;; +- mips64*el-*-linux*) ++ mips*64*el-*-linux*-gnuabi64) ++ targ_defvec=mips_elf64_trad_le_vec ++ targ_selvecs="mips_elf32_ntrad_be_vec mips_elf32_ntrad_le_vec mips_elf32_trad_be_vec mips_elf32_trad_le_vec mips_elf64_trad_be_vec" ++ want64=true ++ ;; ++ mips*64*-*-linux*-gnuabi64) ++ targ_defvec=mips_elf64_trad_be_vec ++ targ_selvecs="mips_elf32_ntrad_be_vec mips_elf32_ntrad_le_vec mips_elf32_trad_be_vec mips_elf32_trad_le_vec mips_elf64_trad_le_vec" ++ want64=true ++ ;; ++ mips*64*el-*-linux*) + targ_defvec=mips_elf32_ntrad_le_vec + targ_selvecs="mips_elf32_ntrad_be_vec mips_elf32_trad_le_vec mips_elf32_trad_be_vec mips_elf64_trad_le_vec mips_elf64_trad_be_vec" + ;; +- mips64*-*-linux*) ++ mips*64*-*-linux*) + targ_defvec=mips_elf32_ntrad_be_vec + targ_selvecs="mips_elf32_ntrad_le_vec mips_elf32_trad_be_vec mips_elf32_trad_le_vec mips_elf64_trad_be_vec mips_elf64_trad_le_vec" + ;; +Index: b/gas/configure.ac +=================================================================== +--- a/gas/configure.ac ++++ b/gas/configure.ac +@@ -345,7 +345,10 @@ changequote([,])dnl + esac + # Decide which ABI to target by default. + case ${target} in +- mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu) ++ mips*64*-linux-gnuabi64) ++ mips_default_abi=N64_ABI ++ ;; ++ mips*64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu) + mips_default_abi=N32_ABI + ;; + mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu) +Index: b/ld/configure.tgt +=================================================================== +--- a/ld/configure.tgt ++++ b/ld/configure.tgt +@@ -530,10 +530,16 @@ mips*el-*-vxworks*) targ_emul=elf32elmip + mips*-*-vxworks*) targ_emul=elf32ebmipvxworks + targ_extra_emuls="elf32elmipvxworks" ;; + mips*-*-windiss) targ_emul=elf32mipswindiss ;; +-mips64*el-*-linux-*) targ_emul=elf32ltsmipn32 ++mips*64*el-*-linux-gnuabi64) targ_emul=elf64ltsmip ++ targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf32ltsmipn32 elf64btsmip" ++ targ_extra_libpath=$targ_extra_emuls ;; ++mips*64*-*-linux-gnuabi64) targ_emul=elf64btsmip ++ targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf32btsmipn32 elf64ltsmip" ++ targ_extra_libpath=$targ_extra_emuls ;; ++mips*64*el-*-linux-*) targ_emul=elf32ltsmipn32 + targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip" + targ_extra_libpath=$targ_extra_emuls ;; +-mips64*-*-linux-*) targ_emul=elf32btsmipn32 ++mips*64*-*-linux-*) targ_emul=elf32btsmipn32 + targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip" + targ_extra_libpath=$targ_extra_emuls ;; + mips*el-*-linux-*) targ_emul=elf32ltsmip +Index: b/gas/configure +=================================================================== +--- a/gas/configure ++++ b/gas/configure +@@ -12380,7 +12380,10 @@ _ACEOF + esac + # Decide which ABI to target by default. + case ${target} in +- mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu) ++ mips*64*-linux-gnuabi64) ++ mips_default_abi=N64_ABI ++ ;; ++ mips*64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu) + mips_default_abi=N32_ABI + ;; + mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu) --- binutils-2.29.orig/debian/patches/pr-ld-16428.diff +++ binutils-2.29/debian/patches/pr-ld-16428.diff @@ -0,0 +1,158 @@ +# DP: Proposed patch for PR ld/16428, disallow -shared/-pie, -shared/-static, -pie/-static. + +2014-01-10 H.J. Lu + + PR ld/16428 + * ld.texinfo: Updated for -static/-non_shared change. + * ldlex.h (option_values): Add OPTION_STATIC. + * lexsup.c (ld_options): Use OPTION_STATIC for -static/-non_shared. + (parse_args): Handle OPTION_STATIC. Disallow -shared and -pie, + -shared and -static, -pie and -static. + +2014-01-10 H.J. Lu + + PR ld/16428 + * ld-elf/pr16428a.d: New file. + * ld-elf/pr16428b.d: Likewise. + * ld-elf/pr16428c.d: Likewise. + * ld-elf/pr16428d.d: Likewise. + +diff --git a/ld/ld.texinfo b/ld/ld.texinfo +index ae3d568..bddfdfe 100644 +--- a/ld/ld.texinfo ++++ b/ld/ld.texinfo +@@ -1204,11 +1204,11 @@ platforms for which shared libraries are supported. The different + variants of this option are for compatibility with various systems. You + may use this option multiple times on the command line: it affects + library searching for @option{-l} options which follow it. This +-option also implies @option{--unresolved-symbols=report-all}. This +-option can be used with @option{-shared}. Doing so means that a +-shared library is being created but that all of the library's external +-references must be resolved by pulling in entries from static +-libraries. ++option also implies @option{--unresolved-symbols=report-all}. ++@option{-Bstatic} and @option{-dn} can be used with @option{-shared}. ++Doing so means that a shared library is being created but that all of ++the library's external references must be resolved by pulling in entries ++from static libraries. + + @kindex -Bsymbolic + @item -Bsymbolic +diff --git a/ld/ldlex.h b/ld/ldlex.h +index 99f4282..6f237dc 100644 +--- a/ld/ldlex.h ++++ b/ld/ldlex.h +@@ -49,6 +49,7 @@ enum option_values + OPTION_NO_WARN_SEARCH_MISMATCH, + OPTION_NOINHIBIT_EXEC, + OPTION_NON_SHARED, ++ OPTION_STATIC, + OPTION_NO_WHOLE_ARCHIVE, + OPTION_OFORMAT, + OPTION_RELAX, +diff --git a/ld/lexsup.c b/ld/lexsup.c +index 2f71750..a366613 100644 +--- a/ld/lexsup.c ++++ b/ld/lexsup.c +@@ -269,9 +269,9 @@ static const struct ld_option ld_options[] = + '\0', NULL, N_("Do not link against shared libraries"), ONE_DASH }, + { {"dn", no_argument, NULL, OPTION_NON_SHARED}, + '\0', NULL, NULL, ONE_DASH }, +- { {"non_shared", no_argument, NULL, OPTION_NON_SHARED}, ++ { {"non_shared", no_argument, NULL, OPTION_STATIC}, + '\0', NULL, NULL, ONE_DASH }, +- { {"static", no_argument, NULL, OPTION_NON_SHARED}, ++ { {"static", no_argument, NULL, OPTION_STATIC}, + '\0', NULL, NULL, ONE_DASH }, + { {"Bsymbolic", no_argument, NULL, OPTION_SYMBOLIC}, + '\0', NULL, N_("Bind global references locally"), ONE_DASH }, +@@ -523,6 +523,7 @@ parse_args (unsigned argc, char **argv) + struct option *really_longopts; + int last_optind; + enum report_method how_to_report_unresolved_symbols = RM_GENERATE_ERROR; ++ bfd_boolean seen_pie = FALSE, seen_shared = FALSE, seen_static = FALSE; + + shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2); + longopts = (struct option *) +@@ -707,6 +708,8 @@ parse_args (unsigned argc, char **argv) + case OPTION_CALL_SHARED: + input_flags.dynamic = TRUE; + break; ++ case OPTION_STATIC: ++ seen_static = TRUE; + case OPTION_NON_SHARED: + input_flags.dynamic = FALSE; + break; +@@ -1087,6 +1090,7 @@ parse_args (unsigned argc, char **argv) + case OPTION_SHARED: + if (config.has_shared) + { ++ seen_shared = TRUE; + link_info.shared = TRUE; + /* When creating a shared library, the default + behaviour is to ignore any unresolved references. */ +@@ -1101,6 +1105,7 @@ parse_args (unsigned argc, char **argv) + case OPTION_PIE: + if (config.has_shared) + { ++ seen_pie = TRUE; + link_info.shared = TRUE; + link_info.pie = TRUE; + } +@@ -1445,6 +1450,16 @@ parse_args (unsigned argc, char **argv) + } + } + ++ if (seen_shared) ++ { ++ if (seen_pie) ++ einfo (_("%P%F: -shared and -pie are incompatible\n")); ++ if (seen_static) ++ einfo (_("%P%F: -shared and -static are incompatible\n")); ++ } ++ if (seen_pie && seen_static) ++ einfo (_("%P%F: -pie and -static are incompatible\n")); ++ + while (ingroup) + { + lang_leave_group (); +diff --git a/ld/testsuite/ld-elf/pr16428a.d b/ld/testsuite/ld-elf/pr16428a.d +new file mode 100644 +index 0000000..8f5e833 +--- /dev/null ++++ b/ld/testsuite/ld-elf/pr16428a.d +@@ -0,0 +1,4 @@ ++#source: start.s ++#ld: -shared -static ++#target: *-*-linux* *-*-gnu* *-*-nacl* ++#error: -shared and -static are incompatible +diff --git a/ld/testsuite/ld-elf/pr16428b.d b/ld/testsuite/ld-elf/pr16428b.d +new file mode 100644 +index 0000000..f4ccba0 +--- /dev/null ++++ b/ld/testsuite/ld-elf/pr16428b.d +@@ -0,0 +1,4 @@ ++#source: start.s ++#ld: -shared -non_shared ++#target: *-*-linux* *-*-gnu* *-*-nacl* ++#error: -shared and -static are incompatible +diff --git a/ld/testsuite/ld-elf/pr16428c.d b/ld/testsuite/ld-elf/pr16428c.d +new file mode 100644 +index 0000000..747e8da +--- /dev/null ++++ b/ld/testsuite/ld-elf/pr16428c.d +@@ -0,0 +1,4 @@ ++#source: start.s ++#ld: -shared -pie ++#target: *-*-linux* *-*-gnu* *-*-nacl* ++#error: -shared and -pie are incompatible +diff --git a/ld/testsuite/ld-elf/pr16428d.d b/ld/testsuite/ld-elf/pr16428d.d +new file mode 100644 +index 0000000..6e7a915 +--- /dev/null ++++ b/ld/testsuite/ld-elf/pr16428d.d +@@ -0,0 +1,4 @@ ++#source: start.s ++#ld: -pie -static ++#target: *-*-linux* *-*-gnu* *-*-nacl* ++#error: -pie and -static are incompatible --- binutils-2.29.orig/debian/patches/pr21820.diff +++ binutils-2.29/debian/patches/pr21820.diff @@ -0,0 +1,40 @@ +# DP: Fix PR binutils/21820, taken from the trunk + +diff --git a/binutils/readelf.c b/binutils/readelf.c +index 50055a9..67c44f5 100644 +--- a/binutils/readelf.c ++++ b/binutils/readelf.c +@@ -12760,7 +12760,7 @@ get_section_contents (Elf_Internal_Shdr * section, FILE * file) + + if (num_bytes == 0 || section->sh_type == SHT_NOBITS) + { +- printf (_("\nSection '%s' has no data to dump.\n"), ++ printf (_("Section '%s' has no data to dump.\n"), + printable_section_name (section)); + return NULL; + } +@@ -12834,10 +12834,11 @@ dump_section_as_strings (Elf_Internal_Shdr * section, FILE * file) + unsigned char * start; + bfd_boolean some_strings_shown; + +- real_start = start = (unsigned char *) get_section_contents (section, +- file); ++ real_start = start = (unsigned char *) get_section_contents (section, file); + if (start == NULL) +- return FALSE; ++ /* PR 21820: Do not fail if the section was empty. */ ++ return (section->sh_size == 0 || section->sh_type == SHT_NOBITS) ? TRUE : FALSE; ++ + num_bytes = section->sh_size; + + printf (_("\nString dump of section '%s':\n"), printable_section_name (section)); +@@ -12983,7 +12984,8 @@ dump_section_as_bytes (Elf_Internal_Shdr * section, + + real_start = start = (unsigned char *) get_section_contents (section, file); + if (start == NULL) +- return FALSE; ++ /* PR 21820: Do not fail if the section was empty. */ ++ return (section->sh_size == 0 || section->sh_type == SHT_NOBITS) ? TRUE : FALSE; + + section_size = section->sh_size; + --- binutils-2.29.orig/debian/patches/series +++ binutils-2.29/debian/patches/series @@ -0,0 +1,31 @@ +branch-updates.diff +branch-version.diff +001_ld_makefile_patch.patch +002_gprof_profile_arcs.patch +003_gprof_see_also_monitor.patch +006_better_file_error.patch +012_check_ldrunpath_length.patch +013_bash_in_ld_testsuite.patch +#014_hash_style-both.patch +128_ppc64_powerpc_biarch.patch +129_multiarch_libpath.patch +130_gold_disable_testsuite_build.patch +131_ld_bootstrap_testsuite.patch +135_bfd_version.patch +136_bfd_pic.patch +157_ar_scripts_with_tilde.patch +#158_ld_system_root.patch +161_gold_dummy_zoption.diff + +# only applied for GFDL builds +164_ld_doc_remove_xref.diff + +gprof-build.diff +aarch64-libpath.diff +#pr-ld-16428.diff +mips64-default-n64.diff +gold-mips.diff +i18n-fr.diff + +# patches taken from the trunk +pr21820.diff --- binutils-2.29.orig/debian/rules +++ binutils-2.29/debian/rules @@ -0,0 +1,1762 @@ +#!/usr/bin/make -f +# debian/rules file - for binutils (2.20) +# Based on sample debian/rules file - for GNU Hello (1.3). +# Copyright 1994,1995 by Ian Jackson. +# Copyright 1998-2007 James Troup. +# Portions Copyright 2008-2015 Canonical Ltd. +# Portions Copyright 2008-2015 Matthias Klose. +# I hereby give you perpetual unlimited permission to copy, +# modify and relicense this file, provided that you do not remove +# my name from the file itself. (I assert my moral right of +# paternity under the Copyright, Designs and Patents Act 1988.) +# This file may have to be extensively modified + +############################################################################### + +p_bin = binutils +p_dev = $(p_bin)-dev +p_mul = $(p_bin)-multiarch +p_mdev = $(p_mul)-dev +p_doc = $(p_bin)-doc +p_hppa64 = $(p_bin)-hppa64-linux-gnu +p_src = $(p_bin)-source + +distribution := $(shell lsb_release -is) +distrelease := $(shell lsb_release -cs) +ifeq ($(distrelease),n/a) + distrelease := sid +endif + +# BACKPORT is used for cross builds for a -source package not conflicting +# with the source package of the native package. +ifeq ($(BACKPORT),true) + p_src = $(p_bin)-$(VERSION)-source +else + p_src = $(p_bin)-source +endif + +pwd := $(shell pwd) +d = debian/tmp +d_bin = $(d) +d_dev = debian/$(p_dev) +d_mul = debian/$(p_mul) +d_mdev = debian/$(p_mdev) +d_doc = debian/$(p_doc) +d_hppa64 = debian/$(p_hppa64) +d_src = debian/$(p_src) + +install_dir = install -d -m 755 +install_file = install -m 644 +install_script = install -m 755 +install_binary = install -m 755 -s + +vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1))) +DPKG_VARS := $(shell dpkg-architecture) +DEB_BUILD_GNU_TYPE ?= $(call vafilt,$(DPKG_VARS),DEB_BUILD_GNU_TYPE) +DEB_HOST_ARCH ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH) +DEB_HOST_GNU_CPU ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_GNU_CPU) +DEB_HOST_GNU_TYPE ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_GNU_TYPE) +DEB_HOST_MULTIARCH ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_MULTIARCH) + +ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy jessie)) + ifeq ($(DEB_HOST_GNU_TYPE),i586-linux-gnu) + DEB_BUILD_GNU_TYPE = i686-linux-gnu + DEB_HOST_GNU_CPU = i686 + DEB_HOST_GNU_TYPE = i686-linux-gnu + TRIPLET_SYMLINK = i586-linux-gnu + else ifeq ($(DEB_HOST_GNU_TYPE),i586-kfreebsd-gnu) + DEB_BUILD_GNU_TYPE = i686-kfreebsd-gnu + DEB_HOST_GNU_CPU = i686 + DEB_HOST_GNU_TYPE = i686-kfreebsd-gnu + TRIPLET_SYMLINK = i586-kfreebsd-gnu + else ifeq ($(DEB_HOST_GNU_TYPE),i586-gnu) + DEB_BUILD_GNU_TYPE = i686-gnu + DEB_HOST_GNU_CPU = i686 + DEB_HOST_GNU_TYPE = i686-gnu + TRIPLET_SYMLINK = i586-gnu + endif +endif + +src_name := $(shell dpkg-parsechangelog -S Source) +ifeq ($(src_name),binutils) + with_native = yes + with_cross = yes + same_source = yes + CROSS_ARCHS ?= s390x ppc64el powerpc arm64 armhf armel mips mipsel + CROSS_ARCHS += alpha hppa m68k mips64 mips64el powerpcspe ppc64 sh4 sparc64 + CROSS_ARCHS += mipsn32 mipsn32el + #CROSS_ARCHS += mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el + #CROSS_ARCHS += kfreebsd-amd64 kfreebsd-i386 hurd-i386 +else + # binutils-ports ... + with_cross = yes + CROSS_ARCHS ?= m68k sh4 mips64 mips64el +endif + +ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 x32 hppa)) + with_hppa64 = yes +endif + +HOST_ARCHS_armhf = amd64 i386 x32 arm64 +HOST_ARCHS_armel = amd64 i386 x32 arm64 +HOST_ARCHS_arm64 = amd64 i386 x32 +HOST_ARCHS_mips = amd64 i386 x32 +HOST_ARCHS_mipsel = amd64 i386 x32 +HOST_ARCHS_powerpc = amd64 i386 x32 ppc64el +HOST_ARCHS_ppc64el = amd64 i386 x32 ppc64 +HOST_ARCHS_s390x = amd64 i386 x32 + +HOST_ARCHS_alpha = amd64 i386 x32 +HOST_ARCHS_hppa = amd64 i386 x32 +HOST_ARCHS_m68k = amd64 i386 x32 +HOST_ARCHS_mips64 = amd64 i386 x32 +HOST_ARCHS_mips64el = amd64 i386 x32 +HOST_ARCHS_powerpcspe = amd64 i386 x32 +HOST_ARCHS_ppc64 = amd64 i386 x32 ppc64el +HOST_ARCHS_sh4 = amd64 i386 x32 +HOST_ARCHS_sparc64 = amd64 i386 x32 + +HOST_ARCHS_mipsn32 = amd64 i386 x32 +HOST_ARCHS_mipsn32el = amd64 i386 x32 + +HOST_ARCHS_mipsr6 = amd64 i386 x32 +HOST_ARCHS_mipsr6el = amd64 i386 x32 +HOST_ARCHS_mipsn32r6 = amd64 i386 x32 +HOST_ARCHS_mipsn32r6el = amd64 i386 x32 +HOST_ARCHS_mips64r6 = amd64 i386 x32 +HOST_ARCHS_mips64r6el = amd64 i386 x32 + +HOST_ARCHS_kfreebsd-amd64 = amd64 i386 x32 +HOST_ARCHS_kfreebsd-i386 = amd64 i386 x32 +HOST_ARCHS_hurd-i386 = amd64 i386 x32 + +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32)) + # +else ifeq ($(DEB_HOST_ARCH),arm64) + CROSS_ARCHS = armel armhf +else ifeq ($(DEB_HOST_ARCH),ppc64) + CROSS_ARCHS = ppc64el +else ifeq ($(DEB_HOST_ARCH),ppc64el) + CROSS_ARCHS = powerpc ppc64 +else + CROSS_ARCHS = +endif +CROSS_ARCH = $(subst .,,$(suffix $@)) +_gnu_type = $(shell dpkg-architecture -a$(1) -qDEB_HOST_GNU_TYPE -f 2>/dev/null) +_multiarch = $(shell dpkg-architecture -a$(1) -qDEB_HOST_MULTIARCH -f 2>/dev/null) +CROSS_GNU_TYPE = $(subst i586,i686,$(call _gnu_type,$(CROSS_ARCH))) +P_CROSS = binutils-$(subst _,-,$(CROSS_GNU_TYPE)) +D_CROSS = debian/binutils-$(subst _,-,$(CROSS_GNU_TYPE)) + +# If $(TARGET) is not set, try reading debian/target +ifeq (,$(TARGET)) + ifneq (,$(wildcard debian/target)) + TARGET := $(shell cat debian/target 2>/dev/null) + endif +endif + +ifneq (,$(TARGET)) + with_native = + with_cross = + same_source = + # Support TARGET both as Debian architecture specification (e.g. arm), + # and as the target name (e.g. arm-linux-gnu). + try_convert := $(shell dpkg-architecture -f -a$(TARGET) -qDEB_HOST_GNU_TYPE 2>/dev/null) + ifneq ($(try_convert),) + override TARGET := $(try_convert) + endif + DPKG_TARGET_VARS := $(shell dpkg-architecture -f -t$(TARGET)) + DEB_TARGET_MULTIARCH = $(call vafilt,$(DPKG_TARGET_VARS),DEB_HOST_MULTIARCH) + DEB_TARGET_ARCH = $(call vafilt,$(DPKG_TARGET_VARS),DEB_HOST_ARCH) +else + DEB_TARGET_MULTIARCH = $(DEB_HOST_MULTIARCH) + DEB_TARGET_ARCH = $(DEB_HOST_ARCH) +endif + +ifneq (,$(TARGET)) + APPEND_TOOLLIBDIR=yes + export APPEND_TOOLLIBDIR +endif + +ifeq (,$(DEB_HOST_MULTIARCH)) + ifeq ($(DEB_HOST_ARCH),i386) + DEB_HOST_MULTIARCH = i386-linux-gnu + else + DEB_HOST_MULTIARCH = $(DEB_HOST_GNU_TYPE) + endif +endif + +SHELL = /bin/bash + +gold_targets = \ + amd64 arm64 armel armhf i386 \ + mips mipsel mipsn32 mipsn32el mips64 mips64el \ + mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el \ + powerpc powerpcspe ppc64 ppc64el sparc sparc64 \ + x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386 + +ifneq (,$(filter $(DEB_HOST_ARCH), $(gold_targets))) + with_gold = yes + gold_provides = -Vgold:Provides=binutils-gold +endif + +with_multiarch := yes + +CC = gcc +CXX = g++ +CFLAGS = -g -O2 -Wno-format-security +CXXFLAGS = -g -O2 -Wno-format-security +LDFLAGS = +STRIP = strip --remove-section=.comment --remove-section=.note +CROSS := +ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + CROSS := $(DEB_HOST_GNU_TYPE)- + CC = $(CROSS)gcc + CXX = $(CROSS)g++ + STRIP= $(CURDIR)/debian/strip.cross + install_binary = install -m 755 -s --strip-program="$(STRIP)" +endif + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS = -g -O0 +endif + +# this outputs 0 or 1 depending on whether a macro appears in the *default* cpp +# -dM -P output; this is used to test the toolchain *default* configuration +check_cpp = $(shell $(CROSS)cpp -dM -P /dev/null | grep -q '^\#define $(1)' && echo 1 || echo 0) + +# testsuite doesn't expect to be built with -mthumb +# TODO if the testsuite is only broken with Thumb-2 (and not with "Thumb-1"), +# we should test for __thumb2__ instead +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf)) + ifeq ($(call check_cpp,__thumb__),1) + CFLAGS += -marm + endif +endif + +SPACE = $(EMPTY) $(EMPTY) +COMMA = , +CHANGELOG_VARS := $(shell dpkg-parsechangelog | \ + sed -n 's/ /_/g;/^[^_]/s/^\([^:]*\):_\(.*\)/\1=\2/p') + +DEB_VERSION := $(call vafilt,$(CHANGELOG_VARS),Version) +DEB_SVERSION := $(shell echo $(DEB_VERSION) | sed 's/+b[0-9][0-9]*$$//') +DEB_UPSTREAM := $(firstword $(subst -,$(SPACE),$(DEB_VERSION))) + +VERSION := $(shell sed -n 's/^ *VERSION=\(.*\)/\1/p' bfd/configure | head -1 | tr -d \') +DATE := $(shell sed -n 's/.* \([0-9]*\)$$/\1/p' bfd/version.h) +ifneq (,$(DATE)) +# DATE_EXT := .$(DATE) +endif +BUILD_DATE := $(shell dpkg-parsechangelog | sed -n -e 's/^Date: //p') + +is_rc = yes +is_rc = + +ifneq ($(DEB_UPSTREAM),$(VERSION)$(DATE_EXT)) + $(error upstream ($(VERSION)$(DATE_EXT)) and debian ($(DEB_UPSTREAM)) version mismatch) +endif + +SINGLE_VERSION= $(VERSION)-system +MULTI_VERSION = $(VERSION)-multiarch +HPPA64_VERSION= $(VERSION)-hppa64 + +ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy dapper hardy jaunty karmic lucid maverick natty oneiric precise quantal raring saucy trusty utopic)) + DPKG_DEV = dpkg-dev (>= 1.17.11), +endif + +NJOBS = +# Support parallel= in DEB_BUILD_OPTIONS (see #209008) +ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) + NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) +endif +ifneq (,$(findstring nogold,$(DEB_BUILD_OPTIONS))) + with_gold = disabled in DEB_BUILD_OPTIONS +endif +ifneq (,$(findstring nomult,$(DEB_BUILD_OPTIONS))) + with_multiarch = disabled in DEB_BUILD_OPTIONS +endif +ifneq (,$(findstring nocross,$(DEB_BUILD_OPTIONS))) + with_cross = disabled in DEB_BUILD_OPTIONS +endif +ifneq (,$(findstring nohppa,$(DEB_BUILD_OPTIONS))) + with_hppa64 = disabled in DEB_BUILD_OPTIONS +endif + +# PF is the installation prefix for the package without the leading slash. +# It's "usr" for gcc releases, so use this if not explicitly set +ifeq ($(PF),) + PF = usr +endif + +# Don't include docs with GFDL invariant sections +GFDL_INVARIANT_FREE := yes +ifeq ($(distribution),Ubuntu) + GFDL_INVARIANT_FREE := no +endif + +gfdl_toplevel_texinfo_files = \ + bfd/doc/bfd.texinfo \ + bfd/doc/bfdint.texi \ + ld/ldint.texinfo + +gfdl_generated_files = \ + bfd/doc/bfd.info + +######################################## + +CONFARGS = \ + --enable-shared \ + --enable-plugins \ + --enable-threads \ + --with-system-zlib \ + --prefix=/$(PF) \ + --enable-deterministic-archives \ + --disable-compressed-debug-sections \ + --enable-new-dtags \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --host=$(DEB_HOST_GNU_TYPE) \ + --with-pkgversion="GNU Binutils for $(distribution)" + +# --enable-compressed-debug-sections=all \ +# --disable-compressed-debug-sections \ + +# not yet ready for GCC 4.9 +CONFARGS += --disable-werror + +DEB_TARGET_MULTIARCH32_amd64 = i386-linux-gnu +DEB_TARGET_MULTIARCHX32_amd64 = x86_64-linux-gnux32 + +DEB_TARGET_MULTIARCH32_x32 = i386-linux-gnu +DEB_TARGET_MULTIARCH64_x32 = x86_64-linux-gnu + +DEB_TARGET_MULTIARCH32_powerpc = powerpc-linux-gnu + +DEB_TARGET_MULTIARCH32_s390x = s390-linux-gnu + +DEB_TARGET_MULTIARCH32_sparc64 = sparc-linux-gnu + +DEB_TARGET_MULTIARCH32_kfreebsd-amd64 = i386-kfreebsd-gnu + +DEB_TARGET_MULTIARCH64_i386 = x86_64-linux-gnu +DEB_TARGET_MULTIARCHX32_i386 = x86_64-linux-gnux32 + +DEB_TARGET_MULTIARCH64_powerpc = powerpc64-linux-gnu + +DEB_TARGET_MULTIARCH64_sparc = sparc64-linux-gnu + +DEB_TARGET_MULTIARCH64_s390 = s390x-linux-gnu + +DEB_TARGET_MULTIARCH64_kfreebsd-i386 = x86_64-kfreebsd-gnu + +DEB_TARGET_MULTIARCH64_mips = mips64-linux-gnuabi64 +DEB_TARGET_MULTIARCHN32_mips = mips64-linux-gnuabin32 + +DEB_TARGET_MULTIARCH64_mipsel = mips64el-linux-gnuabi64 +DEB_TARGET_MULTIARCHN32_mipsel = mips64el-linux-gnuabin32 + +DEB_TARGET_MULTIARCH64_mipsn32 = mips64-linux-gnuabi64 +DEB_TARGET_MULTIARCH32_mipsn32 = mips-linux-gnu + +DEB_TARGET_MULTIARCH64_mipsn32el = mips64el-linux-gnuabi64 +DEB_TARGET_MULTIARCH32_mipsn32el = mipsel-linux-gnu + +DEB_TARGET_MULTIARCH32_mips64 = mips-linux-gnu +DEB_TARGET_MULTIARCHN32_mips64 = mips64-linux-gnuabin32 + +DEB_TARGET_MULTIARCH32_mips64el = mipsel-linux-gnu +DEB_TARGET_MULTIARCHN32_mips64el = mips64el-linux-gnuabin32 + +DEB_TARGET_MULTIARCH64_mipsr6 = mipsisa64r6-linux-gnuabi64 +DEB_TARGET_MULTIARCHN32_mipsr6 = mipsisa64r6-linux-gnuabin32 + +DEB_TARGET_MULTIARCH64_mipsr6el = mipsisa64r6el-linux-gnuabi64 +DEB_TARGET_MULTIARCHN32_mipsr6el = mipsisa64r6el-linux-gnuabin32 + +DEB_TARGET_MULTIARCH64_mipsn32r6 = mipsisa64r6-linux-gnuabi64 +DEB_TARGET_MULTIARCH32_mipsn32r6 = mipsisa32r6-linux-gnu + +DEB_TARGET_MULTIARCH64_mipsn32r6el = mipsisa64r6el-linux-gnuabi64 +DEB_TARGET_MULTIARCH32_mipsn32r6el = mipsisa32r6el-linux-gnu + +DEB_TARGET_MULTIARCH32_mips64r6 = mipsisa32r6-linux-gnu +DEB_TARGET_MULTIARCHN32_mips64r6 = mipsisa64r6-linux-gnuabin32 + +DEB_TARGET_MULTIARCH32_mips64r6el = mipsisa32r6el-linux-gnu +DEB_TARGET_MULTIARCHN32_mips64r6el = mipsisa64r6el-linux-gnuabin32 + +DEB_TARGET_MULTIARCH32_arm64 = aarch64_ilp32-linux-gnu + +SET_MULTIARCH_ENV = \ + DEB_TARGET_MULTIARCH=$(call _multiarch,$1) \ + $(if $(DEB_TARGET_MULTIARCH32_$1) ,DEB_TARGET_MULTIARCH32=$(DEB_TARGET_MULTIARCH32_$1)) \ + $(if $(DEB_TARGET_MULTIARCH64_$1) ,DEB_TARGET_MULTIARCH64=$(DEB_TARGET_MULTIARCH64_$1)) \ + $(if $(DEB_TARGET_MULTIARCHX32_$1),DEB_TARGET_MULTIARCHX32=$(DEB_TARGET_MULTIARCHX32_$1)) \ + $(if $(DEB_TARGET_MULTIARCHN32_$1),DEB_TARGET_MULTIARCHN32=$(DEB_TARGET_MULTIARCHN32_$1)) + +CONFARGS_TARGET_sparc = --enable-targets=sparc64-linux-gnu +CONFLICTS_TARGET_sparc = -VextraConflicts="libc6-dev-sparc64 (<< 2.2.5-7)" + +CONFARGS_TARGET_sparc64 = --enable-targets=sparc-linux-gnu +CONFLICTS_TARGET_sparc64 = -VextraConflicts="libc6-dev-sparc64 (<< 2.2.5-7)" + +CONFARGS_TARGET_powerpc = --enable-targets=powerpc64-linux-gnu + +CONFARGS_TARGET_ppc64 = --enable-targets=powerpc-linux-gnu + +CONFARGS_TARGET_ppc64el = --enable-targets=powerpc-linux-gnu + +CONFARGS_TARGET_s390 = --enable-targets=s390x-linux-gnu + +CONFARGS_TARGET_s390x = --enable-targets=s390-linux-gnu + +CONFARGS_TARGET_amd64 = --enable-targets=x86_64-linux-gnux32,x86_64-pep + +CONFARGS_TARGET_i386 = --enable-targets=x86_64-linux-gnu,x86_64-linux-gnux32,x86_64-pep + +CONFARGS_TARGET_x32 = --enable-targets=x86_64-linux-gnu,x86_64-pep + +CONFLICTS_TARGET_amd64 = -VextraConflicts="binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)" +CONFLICTS_TARGET_i386 = $(CONFLICTS_TARGET_amd64) +CONFLICTS_TARGET_x32 = $(CONFLICTS_TARGET_amd64) + +CONFARGS_TARGET_kfreebsd-i386 = --enable-targets=x86_64-kfreebsd-gnu + +CONFARGS_TARGET_mips = --enable-targets=mips64-linux-gnuabi64,mips64-linux-gnuabin32 + +CONFARGS_TARGET_mipsel = --enable-targets=mips64el-linux-gnuabi64,mips64el-linux-gnuabin32 + +CONFARGS_TARGET_mipsn32 = --enable-targets=mips64-linux-gnuabi64,mips-linux-gnu + +CONFARGS_TARGET_mipsn32el = --enable-targets=mips64el-linux-gnuabi64,mipsel-linux-gnu + +CONFARGS_TARGET_mips64 = --enable-targets=mips64-linux-gnuabin32,mips-linux-gnu + +CONFARGS_TARGET_mips64el = --enable-targets=mips64el-linux-gnuabin32,mipsel-linux-gnu + +CONFARGS_TARGET_mipsr6 = --enable-targets=mipsisa64r6-linux-gnuabi64,mipsisa64r6-linux-gnuabin32 + +CONFARGS_TARGET_mipsr6el = --enable-targets=mipsisa64r6el-linux-gnuabi64,mipsisa64r6el-linux-gnuabin32 + +CONFARGS_TARGET_mipsn32r6 = --enable-targets=mipsisa64r6-linux-gnuabi64,mipsisa32r6-linux-gnu + +CONFARGS_TARGET_mipsn32r6el = --enable-targets=mipsisa64r6el-linux-gnuabi64,mipsisa32r6el-linux-gnu + +CONFARGS_TARGET_mips64r6 = --enable-targets=mipsisa64r6-linux-gnuabin32,mipsisa32r6-linux-gnu + +CONFARGS_TARGET_mips64r6el = --enable-targets=mipsisa64r6el-linux-gnuabin32,mipsisa32r6el-linux-gnu + +CONFARGS_TARGET_aarch64 = --enable-targets=aarch64_be-linux-gnu + +with_check := yes +ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + with_check := disabled through DEB_BUILD_OPTIONS +endif +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel sparc)) + ignore_regressions := regressions ignored on architecture $(DEB_HOST_ARCH) +endif + +ignore_regressions := regressions ignored on architecture $(DEB_HOST_ARCH) + +with_strip := yes +ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + with_strip := disabled through DEB_BUILD_OPTIONS +endif + +source_files = $(addprefix $(shell basename $(pwd))/, \ + $(filter-out stamps .pc CVS debian builddir-% test-summary%, $(wildcard *))) + +############################################################################### + +################# +# patch targets # +################# + +patch: stamps/patch +stamps/patch: +ifneq ($(PATCHED_SOURCES),yes) + QUILT_PATCHES=$(CURDIR)/debian/patches \ + quilt --quiltrc /dev/null push -a || test $$? = 2 +endif + @mkdir -p stamps + touch $@ + +unpatch: + QUILT_PATCHES=$(CURDIR)/debian/patches \ + quilt --quiltrc /dev/null pop -a -R || test $$? = 2 + rm -rf .pc + +update-patches: + export QUILT_PATCHES=$(CURDIR)/debian/patches; \ + export QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"; \ + export QUILT_DIFF_ARGS="--no-timestamps --no-index -pab"; \ + while quilt push; do quilt refresh; done + +############################################################################### + +################ +# clean target # +################ + +clean: unpatch + $(checkdir) + rm -rf stamps + rm -rf builddir-* + rm -rf stamps + find . -name \*.gmo -o -name \*~ -o -name \*.info ! -name sysroff.info | xargs -r rm -f + rm -f $(pwd)/test-summary* + rm -rf $(d_bin) $(d_dev) $(d_mul) $(d_mdev) $(d_doc) $(d_hppa64) $(d_src) + $(foreach ca,$(CROSS_ARCHS), rm -rf debian/binutils-$(shell echo $(call _gnu_type,$(ca)) | sed 's/_/-/g;s/i586/i686/'); ) + rm -rf debian/patched debian/tmp debian/files* debian/substvars + rm -f debian/*.orig debian/*.rej + rm -rf $(d_cross) debian/files debian/substvars +ifneq (,$(TARGET)) + rm -rf builddir-$(TARGET) +endif + for i in debian/*.in; do \ + case "$$i" in debian/control*.in) continue; esac; \ + rm -f $${i%*.in}; \ + done + + rm -f *-stamp + +############################################################################### + +stamps/control: debian/control.in $(if $(TARGET),debian/control.cross.in) $(if $(filter yes, $(with_cross)),debian/control.cross.in) +ifneq (,$(TARGET)) + sed "s/@dpkg_dev@/$(DPKG_DEV)/;/^$$/ q" < debian/control.in > debian/control + sed -e "s/@target@/$$(echo -n $(TARGET) | sed s/_/-/g)/" \ + -e "s/@host_archs@/any/" \ + -e 's/@binutils_alt_triplet@//' \ + < debian/control.cross.in >> debian/control +else + sed -e 's/@dpkg_dev@/$(DPKG_DEV)/' \ + debian/control.in > debian/control + ifeq ($(with_cross),yes) + $(foreach ca,$(CROSS_ARCHS), \ + sed \ + -e 's/@host_archs@/$(HOST_ARCHS_$(ca))/g' \ + -e 's/@target@/$(shell dpkg-architecture -a$(ca) -qDEB_HOST_GNU_TYPE 2>/dev/null | sed 's/_/-/g;s/i586/i686/')/g' \ + -e 's/@binutils_alt_triplet@/$(if $(findstring i386,$(ca)),binutils-$(shell dpkg-architecture -a$(ca) -qDEB_HOST_GNU_TYPE 2>/dev/null | sed 's/i686/i586/g'))/g' \ + debian/control.cross.in \ + | $(if $(filter yes,$(same_source)), grep -v '^Built-Using', cat) \ + >> debian/control; \ + ) + endif +endif + @mkdir -p stamps + touch $@ + +debian/strip.cross: debian/strip.cross.in + sed -e "s/__TARGET__/$(CROSS)/" \ + < debian/strip.cross.in >> debian/strip.cross + chmod 755 debian/strip.cross + +####################### +# single-arch targets # +####################### + +SINGLE_CONFARGS = $(CONFARGS) $(CONFARGS_TARGET_$(DEB_HOST_ARCH)) +ifeq ($(with_gold),yes) + SINGLE_CONFARGS += --enable-ld=default --enable-gold +endif + +stamps/configure-single: stamps/patch + $(checkdir) + @echo BEGIN $@ +ifeq ($(with_check),yes) + @if echo "spawn true" | /usr/bin/expect -f - >/dev/null; then \ + : ; \ + else \ + echo "expect is failing on your system with the above error, which means the"; \ + echo "testsuite will fail. Please resolve the above issues and retry the build."; \ + echo "-----------------------------------------------------------------------------"; \ + exit 1; \ + fi +endif + + rm -rf stamps/configure-single builddir-single + mkdir builddir-single + cd builddir-single && env CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" \ + $(call SET_MULTIARCH_ENV,$(DEB_HOST_ARCH)) \ + ../configure --with-sysroot=/ $(SINGLE_CONFARGS) + $(MAKE) -C builddir-single configure-host + touch $@ + +stamps/build-single: stamps/configure-single + $(checkdir) + @echo BEGIN $@ + env MAKE="$(MAKE) VERSION=$(SINGLE_VERSION)" \ + $(call SET_MULTIARCH_ENV,$(DEB_HOST_ARCH)) \ + $(MAKE) -C builddir-single/bfd headers \ + LDFLAGS="-Wl,-z,relro" + env MAKE="$(MAKE) VERSION=$(SINGLE_VERSION)" \ + $(call SET_MULTIARCH_ENV,$(DEB_HOST_ARCH)) \ + $(MAKE) $(NJOBS) -C builddir-single \ + LDFLAGS="-Wl,-z,relro" +ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) +ifeq ($(with_check),yes) + -env MAKE="$(MAKE) VERSION=$(SINGLE_VERSION)" \ + $(call SET_MULTIARCH_ENV,$(DEB_HOST_ARCH)) \ + $(MAKE) -C builddir-single -k check + cat builddir-single/binutils/binutils.sum \ + builddir-single/gas/testsuite/gas.sum \ + builddir-single/ld/ld.sum >> $(pwd)/test-summary + set -e; \ + if [ ! -f /usr/share/doc/binutils/test-summary.gz ]; then \ + echo "No test results available for the installed binutils version"; \ + elif [ -x /usr/bin/python3 ]; then \ + echo "Test results, compared with installed binutils:"; \ + zcat /usr/share/doc/binutils/test-summary.gz > test-summary-installed; \ + if python3 debian/test-suite-compare.py test-summary-installed test-summary; then \ + : ; \ + elif [ -n "$(ignore_regressions)" ]; then \ + echo "$(ignore_regressions)"; \ + else \ + false; \ + fi; \ + else \ + echo "python3 not installed, not comparing test results."; \ + fi +endif +endif + touch $@ + + +############################################################################### + +##################### +# multiarch targets # +##################### + +multiarch_targets = \ + aarch64-linux-gnu \ + aarch64_be-linux-gnu \ + alpha-linux-gnu \ + arm-linux-gnueabi \ + hppa-linux-gnu \ + i686-linux-gnu \ + ia64-linux-gnu \ + m32r-linux-gnu \ + m68k-linux-gnu \ + m68k-rtems \ + mips-linux-gnu \ + mipsel-linux-gnu \ + mips64-linux-gnuabin32 \ + mips64el-linux-gnuabin32 \ + mips64-linux-gnu \ + mips64el-linux-gnu \ + mipsisa32r6-linux-gnu \ + mipsisa32r6el-linux-gnu \ + mipsisa64r6-linux-gnuabin32 \ + mipsisa64r6el-linux-gnuabin32 \ + mipsisa64r6-linux-gnuabi64 \ + mipsisa64r6el-linux-gnuabi64 \ + powerpc-linux-gnu \ + powerpc64-linux-gnu \ + powerpc64le-linux-gnu \ + s390-linux-gnu \ + s390x-linux-gnu \ + sh-linux-gnu \ + sparc-linux-gnu \ + sparc64-linux-gnu \ + x86_64-linux-gnu \ + x86_64-linux-gnux32 \ + m32r-linux-gnu \ + x86_64-pep + +# try to work around #758830 +ifeq ($(DEB_HOST_ARCH),sh4) + multiarch_targets := $(filter-out hppa-linux-gnu, $(multiarch_targets)) +endif + +stamps/configure-multi: stamps/patch + $(checkdir) + @echo BEGIN $@ + rm -rf stamps/configure-multi \ + builddir-multi + mkdir builddir-multi + cd builddir-multi \ + && env CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" \ + $(call SET_MULTIARCH_ENV,$(DEB_HOST_ARCH)) \ + ../configure $(CONFARGS) \ + --with-sysroot=/ \ + --enable-targets=$(subst $(SPACE),$(COMMA),$(multiarch_targets)) + $(MAKE) -C builddir-multi configure-host + touch $@ + +stamps/build-multi: stamps/configure-multi + $(checkdir) + @echo BEGIN $@ + $(MAKE) -C builddir-multi/bfd headers + env MAKE="$(MAKE) VERSION=$(MULTI_VERSION)" \ + $(call SET_MULTIARCH_ENV,$(DEB_HOST_ARCH)) \ + $(MAKE) $(NJOBS) -C builddir-multi \ + LDFLAGS="-Wl,-z,relro" + touch $@ + +############################################################################### + +################# +# cross targets # +################# + +CROSS_CONFARGS = $(CONFARGS) --enable-initfini-array +ifeq ($(with_gold),yes) + CROSS_CONFARGS += --enable-ld=default --enable-gold +endif + +stamps/configure.%: stamps/patch + $(checkdir) + @echo BEGIN $@ + rm -rf $@ builddir-$* + mkdir builddir-$* + cd builddir-$* \ + && env CC="$(CC)" CXX="$(CXX)" \ + $(call SET_MULTIARCH_ENV,$*) \ + ../configure \ + $(CROSS_CONFARGS) \ + $(CONFARGS_TARGET_$(*)) \ + --with-sysroot=/ \ + $(if $(filter $*, $(gold_targets)),--enable-ld=default --enable-gold,--disable-gold) \ + --target=$(CROSS_GNU_TYPE) + touch $@ + +stamps/build.%: stamps/configure.% + $(checkdir) + @echo BEGIN $@ + env MAKE="$(MAKE) VERSION=$(VERSION)-$*" \ + $(call SET_MULTIARCH_ENV,$*) \ + $(MAKE) -C builddir-$* $(NJOBS) \ + CFLAGS="$(CFLAGS)" \ + CXXFLAGS="$(CXXFLAGS)" \ + LDFLAGS="$(LDFLAGS) -Wl,-z,relro" +ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) +ifeq ($(with_check),yes) + -env MAKE="$(MAKE) VERSION=$(VERSION)-$*" \ + $(call SET_MULTIARCH_ENV,$*) \ + $(MAKE) -C builddir-$* -k check + cat builddir-$*/binutils/binutils.sum \ + builddir-$*/gas/testsuite/gas.sum \ + builddir-$*/ld/ld.sum >> test-summary-$* +endif +endif + touch $@ + +stamps/install.%: stamps/build.% $(if $(CROSS),debian/strip.cross) + $(checkdir) + @echo BEGIN $@ + rm -rf $(D_CROSS) + env MAKE="$(MAKE) VERSION=$(VERSION)-$*" \ + $(MAKE) -C builddir-$* prefix=$(pwd)/$(D_CROSS)/$(PF) \ + mandir=$(pwd)/$(D_CROSS)/$(PF)/share/man install + + rm -rf \ + $(D_CROSS)/$(PF)/share/info \ + $(D_CROSS)/$(PF)/share/locale + + mkdir -p $(D_CROSS)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + set -e; \ + d_src=$(D_CROSS)/$(PF)/$(DEB_HOST_GNU_TYPE)/$(CROSS_GNU_TYPE)/lib; \ + d_dst=$(D_CROSS)/$(PF)/lib/$(DEB_HOST_MULTIARCH); \ + for lib in libbfd libopcodes; do \ + so=$$(basename $$(echo $$d_src/$$lib*$**.so)); \ + mv $$d_src/$$so $$d_dst/.; \ + ln -sf ../../../lib/$(DEB_HOST_MULTIARCH)/$$so $$d_src/$$lib.so; \ + mv $$d_src/$$lib.a $$d_dst/$${lib}-$(VERSION)-$*.a; \ + ln -sf ../../../lib/$(DEB_HOST_MULTIARCH)/$$lib-$(VERSION)-$*.a $$d_src/$$lib.a; \ + done + $(call strip_package, $(P_CROSS),$(D_CROSS),.) + chmod ugo-x $(D_CROSS)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.so + + : # Get rid of .la files since libtool obviously has no idea about transient paths + rm -f $(D_CROSS)/$(PF)/$(DEB_HOST_GNU_TYPE)/$(CROSS_GNU_TYPE)/lib/*.la + + if which strip-nondeterminism >/dev/null 2>&1; then \ + find $(D_CROSS) -name '*.a' -print0 \ + | xargs -0r strip-nondeterminism --type ar; \ + fi + + : # no spu toolchain + rm -f $(D_CROSS)/$(PF)/bin/*embedspu + + : # Remove windows related manpages + rm -f $(D_CROSS)/$(PF)/share/man/man1/$(CROSS_GNU_TYPE)-{dlltool,nlmconv,windmc,windres}.1 + + : # symlink man pages + mv $(D_CROSS)/$(PF)/share/man/man1/$(CROSS_GNU_TYPE)-ld.1 \ + $(D_CROSS)/$(PF)/share/man/man1/$(CROSS_GNU_TYPE)-ld.bfd.1 + gzip -9n $(D_CROSS)/$(PF)/share/man/man1/* + for i in $(D_CROSS)/$(PF)/share/man/man1/*; do \ + b=$$(basename $$i | sed 's/$(CROSS_GNU_TYPE)-//'); \ + ln -sf $$b $$i; \ + done + ln -sf $(CROSS_GNU_TYPE)-ld.bfd.1.gz \ + $(D_CROSS)/$(PF)/share/man/man1/$(CROSS_GNU_TYPE)-ld.1.gz + + : # gold man pages + $(if $(filter $*, $(gold_targets)), \ + ln -sf ld.gold.1.gz $(D_CROSS)/$(PF)/share/man/man1/$(CROSS_GNU_TYPE)-ld.gold.1.gz; \ + ln -sf dwp.1.gz $(D_CROSS)/$(PF)/share/man/man1/$(CROSS_GNU_TYPE)-dwp.1.gz; \ + ) + + : # Don't want /usr/-linux to exist in any package, don't ship development files + rm -rf $(D_CROSS)/$(PF)/$(DEB_HOST_GNU_TYPE) + + rm -f $(D_CROSS)/$(PF)/lib/*.a $(D_CROSS)/$(PF)/lib/*/*.a + rm -f $(D_CROSS)/$(PF)/$(DEB_HOST_GNU_TYPE)/$(CROSS_GNU_TYPE)/lib/*.a + + : # remove RPATH + chrpath -k -d $$(file $(D_CROSS)/usr/bin/*|awk -F: '/ ELF/ {print $$1}') + ln -sf $(CROSS_GNU_TYPE)-ld.bfd $(D_CROSS)/usr/bin/$(CROSS_GNU_TYPE)-ld + + : # replace hard links with soft links + for i in $(D_CROSS)/usr/$(CROSS_GNU_TYPE)/bin/*; do \ + ln -sf ../../bin/$(CROSS_GNU_TYPE)-$$(basename $$i) $$i; \ + done + +# temporary i586-* symlinks for stretch/sid + compat=$$(echo $(CROSS_GNU_TYPE) | sed 's/i686/i586/'); \ + case "$(CROSS_GNU_TYPE)" in i686-*) \ + for i in \ + addr2line ar as c++filt elfedit gprof ld ld.bfd \ + $(if $(filter $*, $(gold_targets)),ld.gold dwp) \ + nm objcopy objdump ranlib readelf size strings strip; \ + do \ + ln -sf $(CROSS_GNU_TYPE)-$$i $(D_CROSS)/$(PF)/bin/$$compat-$$i; \ + ln -sf $(CROSS_GNU_TYPE)-$$i.1.gz $(D_CROSS)/$(PF)/share/man/man1/$$compat-$$i.1.gz; \ + done; \ + esac + touch $@ + +############################################################################### + +################# +# hppa64 target # +################# + +stamps/configure-hppa64: stamps/patch + $(checkdir) + @echo BEGIN $@ + rm -rf stamps/configure-hppa64 \ + builddir-hppa64 + mkdir builddir-hppa64 + cd builddir-hppa64 \ + && env CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" ../configure \ + $(filter-out --enable-targets=%, $(CONFARGS)) \ + --target=hppa64-linux-gnu + $(MAKE) -C builddir-hppa64 configure-host + touch $@ + +stamps/build-hppa64: stamps/configure-hppa64 + $(checkdir) + @echo BEGIN $@ + $(MAKE) -C builddir-hppa64/bfd headers + env MAKE="$(MAKE) VERSION=$(HPPA64_VERSION)" \ + $(MAKE) $(NJOBS) -C builddir-hppa64 \ + LDFLAGS="-Wl,-z,relro" + touch $@ + +############################################################################### + +pre-build: +#ifneq (,$(filter $(DEB_HOST_ARCH), armel powerpc)) +# @echo Build it ... +#else +# @echo Explicitely fail the build for architecture $(DEB_HOST_ARCH) +# false +#endif + +build_stamps = stamps/build-single +ifeq ($(with_multiarch),yes) + build_stamps += stamps/build-multi +endif +ifeq ($(with_hppa64),yes) + build_stamps += stamps/build-hppa64 +endif +ifeq ($(with_cross),yes) + build_stamps += $(foreach ca,$(CROSS_ARCHS), stamps/build.$(ca)) +endif +ifneq (,$(TARGET)) + ifneq (,$(findstring static-cross,$(DEB_BUILD_OPTIONS))) + build_stamps = stamps/build-static-cross + else + build_stamps = stamps/build-cross + endif +endif +ifeq ($(BACKPORT),true) + build_stamps := + with_check := no +endif + +build: pre-build stamps/build +build-arch: pre-build stamps/build +build-indep: pre-build stamps/build +stamps/build: $(build_stamps) + touch $@ + +############################################################################### + +################## +# install target # +################## + +install_stamps = +ifeq ($(with_hppa64),yes) + install_stamps += stamps/install-hppa64 +endif +ifeq ($(with_cross),yes) + install_stamps += $(foreach ca,$(CROSS_ARCHS), stamps/install.$(ca)) +endif + +ifneq (,$(TARGET)) + ifneq (,$(findstring static-cross,$(DEB_BUILD_OPTIONS))) + install_stamps = stamps/install-static-cross + else + install_stamp = stamps/install-cross + endif +else + install_stamp = stamps/install +endif +ifeq ($(BACKPORT),true) + install_stamps := +endif +install: $(install_stamp) +stamps/install: checkroot stamps/build $(install_stamps) $(if $(CROSS),debian/strip.cross) + $(checkdir) + + rm -fr $(d_bin) $(d_dev) $(d_mul) $(d_mdev) $(d_doc) $(d_src) + $(install_dir) $(d_bin) $(d_dev) $(d_mul) $(d_mdev) $(d_doc) $(d_src) + + : # install binutils and -dev stuff + env MAKE="$(MAKE) VERSION=$(SINGLE_VERSION)" \ + $(MAKE) -C builddir-single \ + CFLAGS="$(CFLAGS)" \ + CXXFLAGS="$(CXXFLAGS)" \ + LDFLAGS="$(LDFLAGS)" \ + prefix=$(pwd)/$(d_bin)/$(PF) \ + mandir=$(pwd)/$(d_bin)/$(PF)/share/man \ + infodir=$(pwd)/$(d_doc)/$(PF)/share/info install + +ifeq ($(with_multiarch),yes) + : # now install binutils-multiarch stuff + env MAKE="$(MAKE) VERSION=$(MULTI_VERSION)" \ + $(MAKE) -C builddir-multi \ + CFLAGS="$(CFLAGS)" \ + CXXFLAGS="$(CXXFLAGS)" \ + LDFLAGS="$(LDFLAGS)" \ + prefix=$(pwd)/$(d_mul)/$(PF) \ + mandir=$(pwd)/$(d_mul)/$(PF)/share/man \ + infodir=$(pwd)/$(d_doc)/$(PF)/share/info install +endif + + : # fix bfd.h, removing the safety inclusion guard + awk '/PR 14072/,/^#endif/ {next} {print}' $(d_bin)/$(PF)/include/bfd.h \ + > $(d_bin)/$(PF)/include/bfd.h.new + mv $(d_bin)/$(PF)/include/bfd.h.new $(d_bin)/$(PF)/include/bfd.h + + : # fix multilib conflicts of generated values by __WORDSIZE-based expressions + sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$$~#include ~;}' \ + -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \ + -e 's/^#define BFD_HOST_64BIT_LONG [01] *$$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \ + -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$$/#if __WORDSIZE == 32\ +#define BFD_HOST_64_BIT long long\ +#else\ +#define BFD_HOST_64_BIT long\ +#endif/' \ + -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \ + $(d_bin)/$(PF)/include/bfd.h + + : # copy plugin-api.h ... + cp -f include/plugin-api.h $(d_bin)/$(PF)/include + + : # We don't need to distribute everything in binutils and -dev + rm -rf $(d_bin)/$(PF)/include/obstack.h + rm -f $(d_bin)/$(PF)/man/man1/configure.1 + rm -f $(d_doc)/$(PF)/share/info/configure.* $(d_doc)/$(PF)/share/info/standards.* + : # *sigh*, bugs.debian.org/213524 + rm -f $(d_doc)/$(PF)/share/info/dir* + +ifneq (,$(filter $(DEB_HOST_ARCH),powerpc ppc64 ppc64el)) + rm -f $(d_bin)/$(PF)/bin/embedspu +endif + +ifeq ($(with_multiarch),yes) + : # Now get rid of just about everything in binutils-multiarch + rm -rf $(d_mul)/$(PF)/man $(d_mul)/$(PF)/info $(d_mul)/$(PF)/include + rm -rf $(d_mul)/$(PF)/share/man $(d_mul)/$(PF)/share/info $(d_mul)/$(PF)/share/locale + + : # elfedit (even with its --input-mach option) + : # is the same for all targets. + rm -f $(d_mul)/$(PF)/bin/elfedit + + : # c++filt does not link to libbfd for anything more than + : # the help message, and its behavior does not vary + : # between arches aside from the --version message. + rm -f $(d_mul)/$(PF)/bin/c++filt + + : # As gas/README points out (search for --enable-targets), + : # multi-arch gas is not ready yet. + rm -f $(d_mul)/$(PF)/bin/as + rm -f $(d_mul)/$(PF)/bin/ld + rm -f $(d_mul)/$(PF)/bin/ld.bfd + rm -f $(d_mul)/$(PF)/bin/ld.gold + + ifneq (,$(filter $(DEB_HOST_ARCH),powerpc ppc64 ppc64el)) + rm -f $(d_mul)/$(PF)/bin/embedspu + endif + +# FIXME: the search paths for this config isn't correctly generated + ifeq (0,1) + : # move $(p_mul)'s ldscripts into $(p_bin) + for i in $(d_mul)/$(PF)/lib/ldscripts/*; do \ + b=$$(basename $$i); \ + if [ -f $(d_bin)/$(PF)/lib/ldscripts/$$b ]; then \ + if diff -u $(d_bin)/$(PF)/lib/ldscripts/$$b $$i; then \ + rm -f $$i; \ + else \ + echo "ERROR: files differ: $$b"; \ + fi; \ + else \ + mv $$i $(d_bin)/$(PF)/lib/ldscripts/.; \ + fi; \ + done + : # $(p_mul)'s ldscript should be empty + -ls -l $(d_mul)/$(PF)/lib/ldscripts + rm -rf $(d_mul)/$(PF)/lib/ldscripts + else + rm -rf $(d_mul)/$(PF)/lib/ldscripts + endif +endif + +ifeq ($(with_hppa64),yes) + : # move $(p_hppa64)'s ldscripts into $(p_bin) + for i in $(d_hppa64)/$(PF)/lib/ldscripts/*; do \ + b=$$(basename $$i); \ + if [ -f $(d_bin)/$(PF)/lib/ldscripts/$$b ]; then \ + if diff -u $(d_bin)/$(PF)/lib/ldscripts/$$b $$i; then \ + rm -f $$i; \ + else \ + echo "ERROR: files differ: $$b"; \ + fi; \ + else \ + mv $$i $(d_bin)/$(PF)/lib/ldscripts/.; \ + fi; \ + done + : # $(p_hppa64)'s ldscripts should be empty + -ls -l $(d_hppa64)/$(PF)/lib/ldscripts + rm -rf $(d_hppa64)/$(PF)/lib/ldscripts +endif + +# FIXME: some of these ldscripts are built for different cross targets +# and differ ... +ifeq (0,1) + : # move cross ldscripts into $(p_bin) + for i in debian/binutils-*-*-*/$(PF)/lib/ldscripts/*; do \ + b=$$(basename $$i); \ + if [ -f $(d_bin)/$(PF)/lib/ldscripts/$$b ]; then \ + if diff -u $(d_bin)/$(PF)/lib/ldscripts/$$b $$i; then \ + rm -f $$i; \ + else \ + echo "ERROR: files differ: $$b"; \ + fi; \ + else \ + echo "ERROR: $$i should already exist"; \ + mv $$i $(d_bin)/$(PF)/lib/ldscripts/.; \ + fi; \ + done + : # cross's ldscripts should be empty + -ls -l debian/binutils-*-*-*/$(PF)/lib/ldscripts + rm -rf debian/binutils-*-*-*/$(PF)/lib/ldscripts debian/binutils-*-gnu/$(PF)/lib/ldscripts +else + rm -rf debian/binutils-*-*-*/$(PF)/lib/ldscripts debian/binutils-*-gnu/$(PF)/lib/ldscripts +endif + + $(install_dir) $(d_dev)/$(PF)/include + mv $(d_bin)/$(PF)/include/* $(d_dev)/$(PF)/include/ + + $(install_dir) $(d_bin)/$(PF)/lib/$(DEB_HOST_MULTIARCH) $(d_dev)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + mv $(d_bin)/$(PF)/lib/*.a $(d_bin)/$(PF)/lib/libbfd.so $(d_bin)/$(PF)/lib/libopcodes.so \ + $(d_dev)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + mv $(d_bin)/$(PF)/lib/*.so \ + $(d_bin)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + +ifeq ($(with_multiarch),yes) + $(install_dir) $(d_mul)/$(PF)/lib/$(DEB_HOST_MULTIARCH) $(d_mdev)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + mv $(d_mul)/$(PF)/lib/libbfd.so \ + $(d_mdev)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/libbfd-multiarch.so + mv $(d_mul)/$(PF)/lib/libopcodes.so \ + $(d_mdev)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/libopcodes-multiarch.so + mv $(d_mul)/$(PF)/lib/*.so \ + $(d_mul)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/ + rm -f $(d_mul)/$(PF)/lib/*.la $(d_mul)/$(PF)/lib/*.a + rm -f $(d_mul)/$(PF)/lib*/libiberty* +endif + + : # Get rid of .la files since libtool obviously has no idea about transient paths + rm -f $(d_bin)/$(PF)/lib/*.la + + chmod ugo-x $(d_bin)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.so + $(call strip_package, $(p_bin), $(d_bin)) +ifeq ($(with_multiarch),yes) + chmod ugo-x $(d_mul)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.so + $(call strip_package, $(p_mul), $(d_mul)) +endif + + if which strip-nondeterminism >/dev/null 2>&1; then \ + find $(d_dev) -name '*.a' -print0 \ + | xargs -0r strip-nondeterminism --type ar; \ + fi + + : # Don't want /usr/-linux to exist in any package + rm -rf $(d_bin)/$(PF)/$(DEB_HOST_GNU_TYPE) + + : # Remove windows related manpages + rm -f $(d_bin)/$(PF)/share/man/man1/{dlltool,nlmconv,windmc,windres}.1 + +ifeq ($(with_multiarch),yes) + rm -rf $(d_mul)/$(PF)/$(DEB_HOST_GNU_TYPE) + rm -f $(d_mul)/$(PF)/share/man/man1/{dlltool,nlmconv,windmc,windres}.1 +endif + + rm -f $(d_bin)/$(PF)/bin/ld.bfd + mv $(d_bin)/$(PF)/bin/ld $(d_bin)/$(PF)/bin/ld.bfd + mv $(d_bin)/$(PF)/share/man/man1/ld.1 \ + $(d_bin)/$(PF)/share/man/man1/ld.bfd.1 + ln -sf ld.bfd $(d_bin)/$(PF)/bin/ld + ln -sf $(DEB_HOST_GNU_TYPE)-ld.bfd $(d_bin)/$(PF)/bin/$(DEB_HOST_GNU_TYPE)-ld + ln -sf ld.bfd.1.gz $(d_bin)/$(PF)/share/man/man1/ld.1.gz + ln -sf $(DEB_HOST_GNU_TYPE)-ld.bfd.1.gz $(d_bin)/$(PF)/share/man/man1/$(DEB_HOST_GNU_TYPE)-ld.1.gz +ifeq ($(with_gold),yes) + ln -s ld.gold $(d_bin)/$(PF)/bin/gold + ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + if which help2man >/dev/null 2>&1; then \ + help2man -N -n 'The GNU ELF linker' $(d_bin)/$(PF)/bin/ld.gold \ + | sed 's,$(d_bin)/$(PF)/bin/,,g' > debian/ld.gold.1; \ + help2man -N -n 'The DWARF packaging utility' $(d_bin)/$(PF)/bin/dwp \ + | sed 's,$(d_bin)/$(PF)/bin/,,g' > debian/dwp.1; \ + fi + endif + cp debian/dwp.1 $(d_bin)/$(PF)/share/man/man1/ + cp debian/ld.gold.1 $(d_bin)/$(PF)/share/man/man1/ + ln -s ld.gold.1.gz $(d_bin)/$(PF)/share/man/man1/gold.1.gz + + : # install a symlink for the gold linker + $(install_dir) $(d_bin)/$(PF)/lib/gold-ld + ln -s ../../bin/ld.gold $(d_bin)/$(PF)/lib/gold-ld/ld +endif + : # install a symlink for the bfd linker + $(install_dir) $(d_bin)/$(PF)/lib/compat-ld + ln -s ../../bin/ld.bfd $(d_bin)/$(PF)/lib/compat-ld/ld + + : # Remove empty directory + rmdir $(d_bin)/$(PF)/include/ + + : # Rename non-prefixed binaries to $(DEB_HOST_GNU_TYPE)- prefixed binaries + : # and provide symlinks to the prefixed binaries. + for i in \ + addr2line ar as c++filt elfedit gprof ld ld.bfd \ + $(if $(with_gold),ld.gold dwp) \ + nm objcopy objdump ranlib readelf size strings strip; \ + do \ + mv $(d_bin)/$(PF)/bin/$$i $(d_bin)/$(PF)/bin/$(DEB_HOST_GNU_TYPE)-$$i; \ + ln -sf $(DEB_HOST_GNU_TYPE)-$$i $(d_bin)/$(PF)/bin/$$i; \ + mv $(d_bin)/$(PF)/share/man/man1/$$i.1 $(d_bin)/$(PF)/share/man/man1/$(DEB_HOST_GNU_TYPE)-$$i.1; \ + ln -sf $(DEB_HOST_GNU_TYPE)-$$i.1.gz $(d_bin)/$(PF)/share/man/man1/$$i.1.gz; \ + done +ifeq ($(with_multiarch),yes) + @echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXxx + for i in \ + addr2line ar gprof \ + nm objcopy objdump ranlib readelf size strings strip; \ + do \ + mv $(d_mul)/$(PF)/bin/$$i $(d_mul)/$(PF)/bin/$(DEB_HOST_GNU_TYPE)-$$i; \ + done + rm -f $(d_mul)/$(PF)/bin/embedspu +endif + +ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386)) +# temporary i586-* symlinks for stretch/sid + ifneq (,$(TRIPLET_SYMLINK)) + for i in \ + addr2line ar as c++filt elfedit gprof ld ld.bfd \ + $(if $(with_gold),ld.gold dwp) \ + nm objcopy objdump ranlib readelf size strings strip; \ + do \ + ln -sf $(DEB_HOST_GNU_TYPE)-$$i $(d_bin)/$(PF)/bin/$(TRIPLET_SYMLINK)-$$i; \ + ln -sf $(DEB_HOST_GNU_TYPE)-$$i.1.gz $(d_bin)/$(PF)/share/man/man1/$(TRIPLET_SYMLINK)-$$i.1.gz; \ + done + endif +# temporary i486-* symlinks for jessie/sid + ifeq ($(DEB_HOST_GNU_CPU),i586) + gnutype=$(subst i586,i486,$(DEB_HOST_GNU_TYPE)); \ + for i in \ + addr2line ar as c++filt elfedit gprof ld ld.bfd \ + $(if $(with_gold),ld.gold dwp) \ + nm objcopy objdump ranlib readelf size strings strip; \ + do \ + ln -sf $$i $(d_bin)/$(PF)/bin/$$gnutype-$$i; \ + ln -sf $$i.1.gz $(d_bin)/$(PF)/share/man/man1/$$gnutype-$$i.1.gz; \ + done + endif +# for backports to wheezy and squeeze + ifeq ($(DEB_HOST_GNU_CPU),i486) + gnutype=$(subst i486,i586,$(DEB_HOST_GNU_TYPE)); \ + for i in \ + addr2line ar as c++filt elfedit gprof ld ld.bfd \ + $(if $(with_gold),ld.gold dwp) \ + nm objcopy objdump ranlib readelf size strings strip; \ + do \ + ln -sf $(DEB_HOST_GNU_TYPE)-$$i $(d_bin)/$(PF)/bin/$$gnutype-$$i; \ + ln -sf $(DEB_HOST_GNU_TYPE)-$$i.1.gz $(d_bin)/$(PF)/share/man/man1/$$gnutype-$$i.1.gz; \ + done + endif +endif + + touch $@ + +stamps/install-hppa64: checkroot stamps/build-hppa64 $(if $(CROSS),debian/strip.cross) + $(checkdir) + + rm -fr $(d_hppa64) + $(install_dir) $(d_hppa64) + $(install_dir) $(d_hppa64)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + + : # install binutils-hppa64 stuff + env MAKE="$(MAKE) VERSION=$(HPPA64_VERSION)" \ + $(MAKE) -C builddir-hppa64 \ + CFLAGS="$(CFLAGS)" \ + CXXFLAGS="$(CXXFLAGS)" \ + LDFLAGS="$(LDFLAGS)" \ + prefix=$(pwd)/$(d_hppa64)/$(PF)/ \ + mandir=$(pwd)/$(d_hppa64)/$(PF)/share/man \ + infodir=$(pwd)/$(d_hppa64)/$(PF)/share/info install + + : # move shared libs to the standard path + mv $(d_hppa64)/$(PF)/$(DEB_HOST_GNU_TYPE)/hppa64-linux-gnu/lib/lib*-*.so \ + $(d_hppa64)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/. + + : # Now get rid of just about everything in binutils-hppa64 + rm -rf $(d_hppa64)/$(PF)/man + rm -rf $(d_hppa64)/$(PF)/info + rm -rf $(d_hppa64)/$(PF)/include + rm -rf $(d_hppa64)/$(PF)/share + rm -rf $(d_hppa64)/$(PF)/hppa-linux-gnu + rm -rf $(d_hppa64)/$(PF)/lib/libiberty.a + + $(call strip_package, $(p_hppa64), $(d_hppa64)) + chmod ugo-x $(d_hppa64)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.so + + : # remove RPATH + chrpath -k -d $$(file $(d_hppa64)/usr/bin/*|awk -F: '/ ELF/ {print $$1}') + + : # replace hard links with soft links + for i in $(d_hppa64)/usr/hppa64-linux-gnu/bin/*; do \ + ln -sf ../../bin/hppa64-linux-gnu-$$(basename $$i) $$i; \ + done + + : # Don't want /usr/-linux to exist in any package + rm -rf $(d_hppa64)/$(PF)/$(DEB_HOST_GNU_TYPE) + + touch $@ + +############################################################################### + +####################### +# binary-indep target # +####################### + +binary-indep: checkroot build install + $(checkdir) + + rm -f debian/files debian/substvars + +# Cross builds do not have documentation packages +ifeq (,$(TARGET)) + + $(install_dir) $(d_doc)/DEBIAN + +ifeq ($(GFDL_INVARIANT_FREE),yes) + rm -f $(d_doc)/$(PF)/share/info/bfd.info* + rm -f $(d_doc)/$(PF)/share/info/bfdint.info* + rm -f $(d_doc)/$(PF)/share/info/ldint.info* +endif + +ifneq ($(BACKPORT),true) + $(install_dir) $(d_doc)/$(PF)/share/doc/$(p_doc)/ + $(install_file) debian/changelog $(d_doc)/$(PF)/share/doc/$(p_doc)/changelog.Debian + $(install_file) debian/copyright $(d_doc)/$(PF)/share/doc/$(p_doc)/ + for i in bfd gas gprof ld; do \ + ln -sf ../$(p_bin)/$$i $(d_doc)/$(PF)/share/doc/$(p_doc)/$$i; \ + done + find $(d_doc)/$(PF)/share/doc/$(p_doc) -maxdepth 1 -type f ! -name copyright | xargs gzip -9n + gzip -9n $(d_doc)/$(PF)/share/info/* + + dpkg-gencontrol -P$(d_doc) -p$(p_doc) + chown -R root:root $(d_doc) + chmod -R go=rX $(d_doc) + find $(d_doc) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_doc) .. + + $(install_dir) $(d_src)/$(PF)/share/doc/$(p_src)/ + $(install_file) debian/changelog $(d_src)/$(PF)/share/doc/$(p_src)/changelog.Debian + $(install_file) debian/copyright $(d_src)/$(PF)/share/doc/$(p_src)/ + find $(d_src)/$(PF)/share/doc/$(p_src) -maxdepth 1 -type f ! -name copyright | xargs gzip -9n +endif # ifndef BACKPORT + + $(install_dir) $(d_src)/DEBIAN + $(install_dir) $(d_src)/$(PF)/src/binutils/patches + $(install_file) debian/patches/* $(d_src)/$(PF)/src/binutils/patches/ + cd .. && find $(source_files) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' && \ + find $(source_files) -type f -print0 | LC_ALL=C sort -z | \ + tar --null -T - -c --xz --exclude=CVS --mode=go=rX,u+rw,a-s \ + -f $(pwd)/$(d_src)/$(PF)/src/binutils/binutils-$(VERSION).tar.xz \ + $(source_files) + + tar cf - $$(find './debian' -mindepth 1 \( \ + -path './debian/binutils*' -type d -prune -o \ + -path './debian/patches' -prune -o \ + -path './debian/tmp*' -prune -o \ + -path './debian/.bzr*' -prune -o \ + -path './debian/files' -prune -o \ + -print \) ) \ + | tar -x -C $(d_src)/$(PF)/src/binutils -f - + -chmod 755 $(d_src)/$(PF)/src/binutils/debian/*.{pre,post}{inst,rm} + chmod 755 $(d_src)/$(PF)/src/binutils/debian/test-suite-compare.py + + dpkg-gencontrol -P$(d_src) -p$(p_src) + chown -R root:root $(d_src) + chmod -R go=rX $(d_src) + find $(d_src) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_src) .. + +endif + +############################################################################### + +####################### +# binary-arch target # +####################### + +binary.%: stamps/install.% install + rm -rf $(D_CROSS)/$(PF)/share/info + + rm -rf $(D_CROSS)/DEBIAN + + : # make lintian happy + $(install_dir) $(D_CROSS)/$(PF)/share/lintian/overrides + sed 's/@PKG@/$(P_CROSS)/' debian/binutils-cross.overrides \ + > $(D_CROSS)/$(PF)/share/lintian/overrides/$(P_CROSS) + + : # install maintainer scrtips + $(install_dir) $(D_CROSS)/$(PF)/share/doc/$(P_CROSS) + $(install_file) debian/changelog \ + $(D_CROSS)/$(PF)/share/doc/$(P_CROSS)/changelog.Debian + $(install_file) debian/copyright debian/README.cross \ + $(D_CROSS)/$(PF)/share/doc/$(P_CROSS)/ + gzip -9nf $(D_CROSS)/$(PF)/share/doc/$(P_CROSS)/changelog.Debian + +ifeq ($(with_check),yes) + : # remove user and date from test-summary for reproducible builds + sed -i -e '/Test Run By/Id' test-summary-$* + $(install_file) test-summary-$* \ + $(D_CROSS)/$(PF)/share/doc/$(P_CROSS)/test-summary + gzip -9nf $(D_CROSS)/$(PF)/share/doc/$(P_CROSS)/test-summary +endif + + for pkg in bfd gas gprof ld; do \ + ln -sf ../binutils/$$pkg \ + $(D_CROSS)/$(PF)/share/doc/$(P_CROSS)/$$pkg; \ + done + + $(install_dir) $(D_CROSS)/DEBIAN + if [ "$(is_rc)" = yes ]; then \ + nver=$$(echo $(DEB_UPSTREAM) | awk -F. '{ OFS="."; NF--; $$NF=$$NF+1; print }'); \ + else \ + nver=$$(echo $(DEB_UPSTREAM) | awk -F. '{ OFS="."; $$NF=$$NF+1; print }'); \ + fi; \ + date_ext=$(DATE_EXT); \ + [ "$(is_rc)" = yes ] && date_ext=; \ + sed -e 's/@VER@/$(VERSION)/g' \ + -e 's/@DEB_VER@/$(DEB_VERSION)/g' \ + -e 's/@DEB_UVER@/$(DEB_UPSTREAM)/g' \ + -e "s/@DEB_NVER@/$$nver/g" \ + -e "s/@DATE_EXT@/$$date_ext/g" \ + -e 's/@ARCH@/$*/g' \ + -e "s/@PKG@/$(P_CROSS)/g" \ + debian/binutils-cross.shlibs.in > $(D_CROSS)/DEBIAN/shlibs + $(install_file) debian/binutils.triggers $(D_CROSS)/DEBIAN/triggers + + rm -f debian/substvars + dpkg-shlibdeps $(D_CROSS)/$(PF)/bin/* + dpkg-gencontrol -P$(D_CROSS) -p$(P_CROSS) \ + -VBuilt-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W binutils-source)" + chown -R root:root $(D_CROSS) + chmod -R go=rX $(D_CROSS) + find $(D_CROSS) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(D_CROSS) .. + +binary-arch: checkroot build install \ + $(if $(filter yes, $(with_cross)),$(foreach ca,$(CROSS_ARCHS), binary.$(ca))) + $(checkdir) + +ifneq ($(BACKPORT),true) +# Process the following only if $(TARGET) is set +ifneq (,$(TARGET)) + test "" != "$(TARGET)" + + rm -rf $(d_cross)/$(PF)/share/info $(d_cross)/$(PF)/share/man + + $(install_dir) $(d_cross)/DEBIAN + + $(install_dir) $(d_cross)/$(PF)/share/doc/$(p_cross)/ + $(install_file) debian/changelog $(d_cross)/$(PF)/share/doc/$(p_cross)/changelog.Debian + $(install_file) debian/copyright debian/README.cross $(d_cross)/$(PF)/share/doc/$(p_cross)/ + gzip -9nf $(d_cross)/$(PF)/share/doc/$(p_cross)/changelog.Debian + + for pkg in bfd gas gprof ld; do \ + ln -sf ../binutils/$$pkg $(d_cross)/$(PF)/share/doc/$(p_cross)/$$pkg; \ + done + + rm -f debian/substvars + dpkg-shlibdeps $(d_cross)/$(PF)/bin/* + dpkg-gencontrol -P$(d_cross) -p$(p_cross) \ + -VBuilt-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W binutils-source)" + find $(d_cross) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_cross) .. + +else + : # generate some control & helper files + if [ "$(is_rc)" = yes ]; then \ + nver=$$(echo $(DEB_UPSTREAM) | awk -F. '{ OFS="."; NF--; $$NF=$$NF+1; print }'); \ + else \ + nver=$$(echo $(DEB_UPSTREAM) | awk -F. '{ OFS="."; $$NF=$$NF+1; print }'); \ + fi; \ + for i in debian/*.in; do \ + case "$$i" in debian/control.in|debian/control.cross.in) continue; esac; \ + date_ext=$(DATE_EXT); \ + case "$$i" in debian/*.shlibs.in) [ "$(is_rc)" = yes ] && date_ext=; esac; \ + sed -e 's/@VER@/$(VERSION)/g' \ + -e 's/@DEB_VER@/$(DEB_VERSION)/g' \ + -e 's/@DEB_SVER@/$(DEB_SVERSION)/g' \ + -e 's/@DEB_UVER@/$(DEB_UPSTREAM)/g' \ + -e "s/@DEB_NVER@/$$nver/g" \ + -e "s/@DATE_EXT@/$$date_ext/g" \ + -e 's/@DEB_ARCH@/$(DEB_HOST_ARCH)/g' \ + -e 's/@DEB_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \ + -e 's/@DEB_TRIPLET@/$(DEB_HOST_GNU_TYPE)/g' \ + -e "s/@dpkg_dev@/$(DPKG_DEV)/" \ + $$i > $${i%*.in}; \ + case "$$i" in *.post*|*.pre*) chmod 755 $${i%*.in}; esac; \ + done + + : # install bug reporting information + $(install_file) -D debian/$(p_bin).presubj \ + $(d_bin)/$(PF)/share/bug/$(p_bin)/presubj +ifeq ($(with_multiarch),yes) + $(install_dir) $(d_mul)/$(PF)/share/bug + ln -sf $(p_bin) $(d_mul)/$(PF)/share/bug/$(p_mul) +endif +ifeq ($(with_hppa64),yes) + $(install_dir) $(d_hppa64)/$(PF)/share/bug + ln -sf $(p_bin) $(d_hppa64)/$(PF)/share/bug/$(p_hppa64) +endif + + : # make lintian happy + $(install_file) -D debian/$(p_bin).overrides \ + $(d_bin)/$(PF)/share/lintian/overrides/$(p_bin) +ifeq ($(with_multiarch),yes) + $(install_file) -D debian/$(p_mul).overrides \ + $(d_mul)/$(PF)/share/lintian/overrides/$(p_mul) + $(install_file) -D debian/$(p_mdev).overrides \ + $(d_mdev)/$(PF)/share/lintian/overrides/$(p_mdev) +endif +ifeq ($(with_hppa64),yes) + $(install_file) -D debian/$(p_hppa64).overrides \ + $(d_hppa64)/$(PF)/share/lintian/overrides/$(p_hppa64) +endif + + : # install maintainer scripts + $(install_dir) $(d_bin)/DEBIAN + $(install_file) debian/binutils.triggers $(d_bin)/DEBIAN/triggers + $(install_file) debian/binutils.shlibs $(d_bin)/DEBIAN/shlibs + + $(install_dir) $(d_dev)/DEBIAN + +ifeq ($(with_multiarch),yes) + $(install_dir) $(d_mul)/DEBIAN + $(install_script) debian/binutils-multiarch.preinst $(d_mul)/DEBIAN/preinst + $(install_script) debian/binutils-multiarch.postinst $(d_mul)/DEBIAN/postinst + $(install_script) debian/binutils-multiarch.prerm $(d_mul)/DEBIAN/prerm + $(install_script) debian/binutils-multiarch.postrm $(d_mul)/DEBIAN/postrm + $(install_file) debian/binutils-multiarch.shlibs $(d_mul)/DEBIAN/shlibs + $(install_file) debian/binutils.triggers $(d_mul)/DEBIAN/triggers + $(install_dir) $(d_mdev)/DEBIAN +endif + +ifeq ($(with_hppa64),yes) + $(install_dir) $(d_hppa64)/DEBIAN + $(install_file) debian/binutils.triggers $(d_hppa64)/DEBIAN/triggers + $(install_file) debian/$(p_hppa64).shlibs $(d_hppa64)/DEBIAN/shlibs +endif + + : # install docs + $(install_dir) $(d_bin)/$(PF)/share/doc/$(p_bin)/ + $(install_file) debian/changelog $(d_bin)/$(PF)/share/doc/$(p_bin)/changelog.Debian + $(install_file) debian/copyright $(d_bin)/$(PF)/share/doc/$(p_bin)/ + + $(install_dir) $(d_dev)/$(PF)/share/doc/ + ln -sf $(p_bin) $(d_dev)/$(PF)/share/doc/$(p_dev) +ifeq ($(with_multiarch),yes) + $(install_dir) $(d_mul)/$(PF)/share/doc/ + ln -sf $(p_bin) $(d_mul)/$(PF)/share/doc/$(p_mul) + $(install_dir) $(d_mdev)/$(PF)/share/doc/ + ln -sf $(p_mul) $(d_mdev)/$(PF)/share/doc/$(p_mdev) +endif +ifeq ($(with_hppa64),yes) + $(install_dir) $(d_hppa64)/$(PF)/share/doc/ + ln -sf $(p_bin) $(d_hppa64)/$(PF)/share/doc/$(p_hppa64) +endif + +ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) +ifeq ($(with_check),yes) + : # remove user and date from test-summary for reproducible builds + sed -i -e '/Test Run By/Id' $(pwd)/test-summary + $(install_file) $(pwd)/test-summary $(d_bin)/$(PF)/share/doc/$(p_bin)/ +endif +endif + $(install_file) binutils/NEWS debian/README.cross \ + $(d_bin)/$(PF)/share/doc/$(p_bin)/ + + $(install_file) binutils/ChangeLog $(d_bin)/$(PF)/share/doc/$(p_bin)/changelog + + for pkg in bfd gas gprof ld; do \ + $(install_dir) $(d_bin)/$(PF)/share/doc/$(p_bin)/$$pkg; \ + done + $(install_file) bfd/ChangeLog bfd/PORTING bfd/TODO \ + $(d_bin)/$(PF)/share/doc/$(p_bin)/bfd/ + $(install_file) gas/ChangeLog gas/NEWS $(d_bin)/$(PF)/share/doc/$(p_bin)/gas/ + $(install_file) gprof/ChangeLog gprof/TODO gprof/TEST \ + $(d_bin)/$(PF)/share/doc/$(p_bin)/gprof/ + $(install_file) ld/ChangeLog ld/TODO ld/NEWS \ + $(d_bin)/$(PF)/share/doc/$(p_bin)/ld/ + + : # These only exist in H. J. Lu releases not GNU ones. + for dir in binutils bfd gas gprof ld; do \ + if [ -f $$dir/ChangeLog.linux ]; then \ + $(install_file) $$dir/ChangeLog.linux $(d_bin)/$(PF)/share/doc/$(p_bin)/$$dir/; \ + fi; \ + done + + : # Copy bbconv.pl to the doc dir for use by interested people + $(install_file) gprof/bbconv.pl $(d_bin)/$(PF)/share/doc/$(p_bin)/gprof/. + + : # Compress stuff that needs it + gzip -9n $(d_bin)/$(PF)/share/man/man1/*.1 + find $(d_bin)/$(PF)/share/doc/$(p_bin)/ -type f ! -name copyright -a ! -name bbconv.pl | xargs gzip -9n + + : # Finish it all up + find $(d_bin) -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps + dpkg-gencontrol -P$(d_bin) -p$(p_bin) $(CONFLICTS_TARGET_$(DEB_HOST_ARCH)) $(gold_provides) + cd $(d_bin) && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums + + rm -f debian/substvars + dpkg-gencontrol -P$(d_dev) -p$(p_dev) + cd $(d_dev) && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums + +ifeq ($(with_multiarch),yes) + rm -f debian/substvars + find $(d_mul) -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps + dpkg-gencontrol -P$(d_mul) -p$(p_mul) + cd $(d_mul) && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums + + rm -f debian/substvars + mkdir -p $(d_mdev)/DEBIAN + dpkg-gencontrol -P$(d_mdev) -p$(p_mdev) + cd $(d_mdev) && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs -r md5sum > DEBIAN/md5sums +endif + +ifeq ($(with_hppa64),yes) + rm -f debian/substvars + find $(d_hppa64) -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps + dpkg-gencontrol -P$(d_hppa64) -p$(p_hppa64) + cd $(d_hppa64) && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums +endif + + chown -R root:root $(d_bin) $(d_dev) + chmod -R go=rX $(d_bin) $(d_dev) + find $(d_bin) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_bin) .. + find $(d_dev) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_dev) .. +ifeq ($(with_multiarch),yes) + chown -R root:root $(d_mul) + chmod -R go=rX $(d_mul) + find $(d_mul) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_mul) .. + + chown -R root:root $(d_mdev) + chmod -R go=rX $(d_mdev) + find $(d_mdev) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_mdev) .. +endif +ifeq ($(with_hppa64),yes) + chown -R root:root $(d_hppa64) + chmod -R go=rX $(d_hppa64) + find $(d_hppa64) -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' + dpkg --build $(d_hppa64) .. +endif + +endif # Process the following only if $(TARGET) is set +endif # ifndef BACKPORT +############################################################################### + +################# +# cross targets # +################# + +# Process the following only if $(TARGET) is set +ifneq (,$(TARGET)) + +p_cross = $(subst _,-,binutils-$(TARGET)) +d_cross = debian/$(p_cross) + +#----------------------------------------------------------------- +# sysroot options +ifdef WITH_SYSROOT + with_sysroot = $(WITH_SYSROOT) +endif +ifdef WITH_BUILD_SYSROOT + with_build_sysroot = $(WITH_BUILD_SYSROOT) +endif + +ifneq ($(with_sysroot),) + CONFARGS += --with-sysroot=$(with_sysroot) +endif +ifneq ($(with_build_sysroot),) + CONFARGS += --with-build-sysroot=$(with_build_sysroot) +endif +ifeq ($(with_gold),yes) + CONFARGS += --enable-ld=default --enable-gold +endif + +stamps/configure-cross: stamps/patch + $(checkdir) + test "" != "$(TARGET)" + rm -rf stamps/configure-cross builddir-$(TARGET) + mkdir builddir-$(TARGET) + cd builddir-$(TARGET) \ + && env CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" ../configure \ + $(CONFARGS) \ + --target=$(TARGET) + touch $@ + +stamps/build-cross: stamps/configure-cross + $(checkdir) + test "" != "$(TARGET)" + env MAKE="$(MAKE) VERSION=$(VERSION)-$(DEB_TARGET_ARCH)" \ + $(MAKE) -C builddir-$(TARGET) $(NJOBS) \ + CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" + touch $@ + +stamps/install-cross: stamps/build-cross + $(checkdir) + test "" != "$(TARGET)" + rm -rf $(d_cross) + env MAKE="$(MAKE) VERSION=$(VERSION)-$(DEB_TARGET_ARCH)" \ + $(MAKE) -C builddir-$(TARGET) prefix=$(pwd)/$(d_cross)/$(PF) \ + mandir=$(pwd)/$(d_cross)/$(PF)/share/man install + rm -rf $(d_cross)/$(PF)/lib* $(d_cross)/$(PF)/info $(d_cross)/$(PF)/share/locale + + mkdir -p $(d_cross)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + mv $(d_cross)/$(PF)/$(DEB_HOST_GNU_TYPE)/$(TARGET)/lib/*.so \ + $(d_cross)/$(PF)/lib/$(DEB_HOST_MULTIARCH) + $(call strip_package, $(p_cross),$(d_cross)) + chmod ugo-x $(d_cross)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.so + + : # Get rid of .la files since libtool obviously has no idea about transient paths + rm -f $(d_cross)/$(PF)/$(DEB_HOST_GNU_TYPE)/$(TARGET)/lib/*.la + + : # don't ship header files and static libs + rm -rf $(d_cross)/$(PF)/$(DEB_HOST_GNU_TYPE)/$(TARGET) + + gzip -9n $(d_cross)/$(PF)/share/man/man1/* + touch $@ + +stamps/configure-host-cross: stamps/configure-cross + $(checkdir) + test "" != "$(TARGET)" + $(MAKE) configure-host -C builddir-$(TARGET) $(NJOBS) \ + CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" + touch $@ + +stamps/build-static-cross: stamps/configure-host-cross + $(checkdir) + test "" != "$(TARGET)" + $(MAKE) -C builddir-$(TARGET) $(NJOBS) \ + CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS) -all-static" + touch $@ + +stamps/install-static-cross: stamps/build-static-cross stamps/install-cross + +binary-cross: + @echo "Please use dpkg-buildpackage instead of calling binary-cross directly; see README.cross" + @false + +endif # ifneq ($(TARGET),) + +############################################################################### + +define checkdir + test -f bfd/elf32.c -a -f debian/rules +endef + +ifeq ($(with_strip),yes) +# strip_package: +define strip_package + : # Strip shared libraries + if which pkg_create_dbgsym >/dev/null 2>&1; then \ + pkg_create_dbgsym $1 $2; \ + fi + $(STRIP) --strip-unneeded $2/$(PF)/lib/$(DEB_HOST_MULTIARCH)/libbfd-*so + $(STRIP) --strip-unneeded $2/$(PF)/lib/$(DEB_HOST_MULTIARCH)/libopcodes-*so + $(STRIP) $$(file $2/$(PF)/bin/* |awk -F: '$$0 !~ /script/ {print $$1}') +endef +else +define strip_package +endef +endif + +remove-gfdl-files: + rm -rf .git* .cvs* gdb libdecnumber readline sim +ifeq ($(GFDL_INVARIANT_FREE),yes) + for i in $(gfdl_toplevel_texinfo_files); do \ + if [ -f $$i ]; then \ + sed "s/@name@/$$(basename $$i)/g" debian/gfdl.texi > $$i; \ + fi; \ + done + rm -f $(gfdl_generated_files) + rm -f zlib/contrib/dotzlib/DotZLib.chm +endif + +# Below here is fairly generic really + +binary: binary-indep binary-arch + +checkroot: + $(checkdir) + test root = "`whoami`" + +.PHONY: binary binary-arch binary-indep clean checkroot + +.PRECIOUS: stamps/patch stamps/configure.% stamps/build.% stamps/install.% --- binutils-2.29.orig/debian/source.lintian-overrides +++ binutils-2.29/debian/source.lintian-overrides @@ -0,0 +1,5 @@ +# handled via diversions +binutils source: binaries-have-file-conflict + +# wrong positive +binutils source: license-problem-gfdl-invariants --- binutils-2.29.orig/debian/source/format +++ binutils-2.29/debian/source/format @@ -0,0 +1 @@ +1.0 --- binutils-2.29.orig/debian/strip.cross.in +++ binutils-2.29/debian/strip.cross.in @@ -0,0 +1,3 @@ +#! /bin/sh + +__TARGET__strip --remove-section=.comment --remove-section=.note $* --- binutils-2.29.orig/debian/test-suite-compare.py +++ binutils-2.29/debian/test-suite-compare.py @@ -0,0 +1,230 @@ +#!/usr/bin/python3 + +# Quick'n'dirty regression check for dejagnu testsuites +# Copyright (C) 2003, 2004, 2005, 2006, 2007 James Troup + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU;5B General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +################################################################################ + +import optparse +import os +import sys + +################################################################################ + +def fubar(msg, exit_code=1): + sys.stderr.write("E: %s\n" % (msg)) + sys.exit(exit_code) + +def warn(msg): + sys.stderr.write("W: %s\n" % (msg)) + +def info(msg): + sys.stderr.write("I: %s\n" % (msg)) + +################################################################################ + +def read_testsummary(filename): + results = {} + file = open(filename) + for line in file.readlines(): + if not line: + continue + if line.startswith("Running"): + s = line.split() + if "/" in s[1]: + x = s[1] + if x.find("/testsuite/") == -1: + fubar("Can't find /testsuite/ in '%s'." % (x)) + # 'Running /home/james/debian/packages/binutils/binutils-2.14.90.0.7/gas/testsuite/gas/hppa/unsorted/unsorted.exp ...' -> 'gas/hppa/unsorted/unsorted.exp' + # ... since using basename() isn't dupe safe. + section = x[x.find("/testsuite/"):].replace("/testsuite/","").split()[0] + + # Tests can be duplicated, e.g. hppa/basic/basic.exp + # is run twice, once for hppa-linux and once for + # hppa64-linux. This is of course a horrible bodge, + # but I can't think of anything trivial and better off + # hand. + + if section in results: + extra = 1 + too_many = 10 + while section in results and extra < too_many: + section = "%s.%s" % (section, extra) + extra += 1 + if extra >= too_many: + fubar("gave up trying to unduplicate %s." % (section)) + + results[section] = {} + continue + + got_state = 0 + for state in [ "PASS", "XPASS", "FAIL", "XFAIL", "UNRESOLVED", + "UNTESTED", "UNSUPPORTED" ]: + if line.startswith(state): + s = line.split(':') + state = s[0] + test = ':'.join(s[1:]).strip() + if test in results: + warn("%s/%s is duplicated." % (section, test)) + results[section][test] = state + got_state = 1 + break + + if got_state: + continue + + return results + +################################################################################ + +def compare_results(old, new): + total_num = 0 + pass_count = 0 + fail_count = 0 + xfail_count = 0 + untested_count = 0 + regression_count = 0 + progression_count = 0 + change_count = 0 + + for section in list(new.keys()): + for test in list(new[section].keys()): + state = new[section][test] + + # Stats pr0n + total_num += 1 + if state == "PASS" or state == "XPASS": + pass_count += 1 + elif state == "FAIL" or state == "UNRESOLVED": + fail_count += 1 + elif state == "XFAIL": + xfail_count += 1 + elif state == "UNTESTED": + untested_count += 1 + + # Compare to old + if section not in old: + continue + if test not in old[section]: + continue + old_state = old[section][test] + if state == "PASS": + if old_state != "PASS": + progression_count += 1 + info("[%s] progression (%s -> %s): %s" % (section, old_state, state, test)) + elif state == "XPASS": + if old_state != "XPASS" and old_state != "PASS": + progression_count += 1 + warn("[%s] %s: %s" % (section, state, test)) + elif state == "FAIL": + if old_state != "FAIL": + regression_count += 1 + warn("[%s] REGRESSION (%s -> %s): %s" % (section, old_state, state, test)) + elif state == "XFAIL": + if old_state != "XFAIL": + change_count += 1 + info("[%s] change (%s -> %s): %s" % (section, old_state, state, test)) + elif state == "UNRESOLVED": + if old_state != "UNRESOLVED" and old_state != "FAIL": + regression_count += 1 + warn("[%s] REGRESSION (%s -> %s): %s" % (section, old_state, state, test)) + if old_state == "FAIL": + change_count += 1 + info("[%s] change (%s -> %s): %s" % (section, old_state, state, test)) + elif state == "UNTESTED": + if old_state != "UNTESTED": + change_count += 1 + warn("[%s] REGRESSION (%s -> %s): %s" % (section, old_state, state, test)) + + if regression_count: + print("%d REGRESSIONS (%.2f%%)." % (regression_count, (float(regression_count)/total_num)*100)) + if progression_count: + print("%d progressions (%.2f%%)." % (progression_count, (float(progression_count)/total_num)*100)) + + if change_count: + print("%d changes (%.2f%%)." % (change_count, (float(change_count)/total_num)*100)) + + print("%d tests: %d pass (%.2f%%), %d fail (%.2f%%), %d xfail (%.2f%%) %d untested (%.2f%%)." \ + % (total_num, pass_count, (float(pass_count)/total_num)*100, + fail_count, (float(fail_count)/total_num)*100, + xfail_count, (float(xfail_count)/total_num)*100, + untested_count, (float(untested_count)/total_num)*100)) + + if regression_count: + sys.exit(1) + +################################################################################ + +def compare_multiple(directory, first_version, second_version): + architectures = [ "alpha", "arm", "hppa", "i386", "ia64", "mips", + "m68k", "mipsel", "powerpc", "s390", "sparc" ] + + for arch in architectures: + print("*********************************** %s ******************************" % (arch)) + second_filename = "%s/%s_%s" % (directory, second_version, arch) + if not os.path.exists(second_filename): + print(" -- NOT AVAILABLE --") + continue + + new = read_testsummary(second_filename) + first_filename = "%s/%s_%s" % (directory, first_version, arch) + old = read_testsummary(first_filename) + compare_results(old, new) + +################################################################################ + +def init(): + """Initalization, including parsing of options.""" + + usage = """usage: %prog [OPTIONS] +compare (binutils) dejagnu testsuite results. + +Example usage: + + test-suite-compare.py binutils-2.17/test-summary binutils-2.18/test-summary + +Or to compare across all architectures (with test results stored in a +'test-summary' directory): + + test-suite-compare.py -mtest-summary 2.17-3 2.18-1""" + parser = optparse.OptionParser(usage) + parser.add_option("-m", "--multiple", dest="multiple", + nargs=1, type="string", + help="compare multiple architectures") + (options, args) = parser.parse_args() + + if len(args) > 2 or len(args) < 2: + parser.error("takes 2 arguments (old and new)") + (old_version, new_version) = args + + return options, old_version, new_version + +################################################################################ + +def main(): + (options, old_version, new_version) = init() + if options.multiple: + compare_multiple(options.multiple, old_version, new_version) + else: + old = read_testsummary(old_version) + new = read_testsummary(new_version) + compare_results(old, new) + +################################################################################ + +if __name__ == '__main__': + main() --- binutils-2.29.orig/debian/tests/build +++ binutils-2.29/debian/tests/build @@ -0,0 +1 @@ +#!/bin/true --- binutils-2.29.orig/debian/tests/control +++ binutils-2.29/debian/tests/control @@ -0,0 +1,9 @@ +Tests: build +Depends: build-essential +Restrictions: build-needed + +Tests: libc-link +Depends: build-essential + +Tests: shlib-build +Depends: build-essential --- binutils-2.29.orig/debian/tests/libc-link +++ binutils-2.29/debian/tests/libc-link @@ -0,0 +1,29 @@ +#!/bin/sh +# autopkgtest check: Build and run a simple program against libc, to verify +# basic binutils compile-time and run-time linking functionality. +# +# (C) 2012 Canonical Ltd. +# Author: Martin Pitt + +set -e + +WORKDIR=$(mktemp -d) +trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM +cd $WORKDIR +cat < libctest.c +#include +#include + +int main() +{ + assert (1 > 0); + assert (strcmp ("hello", "hello") == 0); + return 0; +} +EOF + +gcc -o libctest libctest.c +echo "build: OK" +[ -x libctest ] +./libctest +echo "run: OK" --- binutils-2.29.orig/debian/tests/shlib-build +++ binutils-2.29/debian/tests/shlib-build @@ -0,0 +1,44 @@ +#!/bin/sh +# autopkgtest check: Build and link against a simple shared library, to test +# basic binutils compile-time and run-time linking functionality. +# +# (C) 2012 Canonical Ltd. +# Author: Martin Pitt + +set -e + +WORKDIR=$(mktemp -d) +trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM +cd $WORKDIR +cat < testlib.c + +int ultimate_answer() +{ + return 42; +} +EOF + +gcc -Wall -Werror -shared -o libultimate.so testlib.c +echo "library build: OK" + +# should export the symbol +nm -D libultimate.so | grep -q 'T ultimate_answer' + +# link it against a program +cat < testprog.c +#include + +int ultimate_answer(); + +int main() +{ + assert (ultimate_answer() == 42); + return 0; +} +EOF + +gcc -Wall -Werror -L . -o testprog testprog.c -lultimate +echo "program build: OK" +[ -x testprog ] +LD_LIBRARY_PATH=. ./testprog +echo "run: OK" --- binutils-2.29.orig/debian/watch +++ binutils-2.29/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://ftp.gnu.org/gnu/binutils/binutils-([\d\.]*).tar.gz