Change logs for binutils source package in Squeeze

  • binutils (2.20.1-16) unstable; urgency=low
      * Add arm-linux-gnueabi to the multiarch targets, remove the old    arm*-linux-gnu targets. Addresses #610745. -- Matthias Klose <email address hidden>  Tue, 25 Jan 2011 01:18:25 +0100
  • binutils (2.20.1-15) unstable; urgency=low
    
    
      * Fix PR ld/10144, mips/ld: non-dynamic relocations refer to dynamic symbol
        (Aurelian Jarno). Closes: #519006.
      * Apply two patches from binutils experimental. Closes: #597220.
        - Link executables statically when `static' is passed in DEB_BUILD_OPTIONS
          (Jim Heck). Closes: #590101.
        - debian/rules: Introduce PF macros (Jim Heck). Closes: #588357.
      * Allow ar scripts to contain ~ in the filename (Zygmunt Krynicki, taken
        from Linaro). LP: #641488.
    
     -- Matthias Klose <email address hidden>  Fri, 17 Sep 2010 23:54:06 +0200
  • binutils (2.20.1-12) unstable; urgency=low
    
    
      * Mask a few opcodes away if producing code for e500 (Sebastian Andrzej
        Siewior). Closes: #586068.
    
     -- Matthias Klose <email address hidden>  Sun, 11 Jul 2010 09:01:28 +0200
  • binutils (2.20.1-11) unstable; urgency=medium
    
    
      * Fix PR gold/10893, IFUNC support for gold backported from the trunk
        (Aurelian Jarno). Closes: #585051.
    
     -- Matthias Klose <email address hidden>  Mon, 14 Jun 2010 07:17:13 +0200
  • binutils (2.20.1-10) unstable; urgency=low
    
    
      * Drop build dependency on expect-tcl8.3. Closes: #472964.
    
     -- Matthias Klose <email address hidden>  Sun, 30 May 2010 12:23:46 +0200
  • binutils (2.20.1-9) unstable; urgency=high
    
    
      * [arm] branches to weak symbols, update patch from the trunk.
    
     -- Matthias Klose <email address hidden>  Thu, 06 May 2010 15:42:22 +0200
  • binutils (2.20.1-5) unstable; urgency=medium
    
    
      * Apply patch for PR gas/11456: Use memcpy to copy overlap memory.
    
     -- Matthias Klose <email address hidden>  Fri, 02 Apr 2010 01:36:07 +0200
  • 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 <email address hidden>  Mon, 08 Mar 2010 18:01:22 +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 <email address hidden>  Fri, 05 Feb 2010 20:01:20 +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 <email address hidden>  Sat, 09 Jan 2010 10:43:04 +0100
  • binutils (2.20-4) unstable; urgency=low
    
    
      * Fix binutils-gold update. Closes: #555734.
      * Don't configure gold for spu on powerpc.
    
     -- Matthias Klose <email address hidden>  Wed, 11 Nov 2009 23:33:20 +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 <email address hidden>  Sat, 17 Oct 2009 12:22:30 +0200
  • binutils (2.19.91.20091006-1) unstable; urgency=low
    
    
      * Snapshot, taken from the 2.20 release branch 20091006.
        - cfi_sections changes applied.
      * 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.
      * Add 150_gold_copyrelocs.dpatch, add -z copyrelocs option for gold.
      * binutils-source: Depend on texinfo, zlib1g-dev.
    
     -- Matthias Klose <email address hidden>  Tue, 06 Oct 2009 22:13:24 +0200
  • binutils (2.19.91.20090927-1) unstable; urgency=low
    
    
      * Snapshot, taken from the 2.20 release branch 20090927.
      * debian/*.shlibs: Update to the version from the branch.
      * On mips/mipsel disabled -pie/--pie-executable. Still broken,
        see #526961. Add an option --force-pie on mips/mipsel only
        for testing purposes.
        Change requested by debian-release (Andreas Barth).
    
     -- Matthias Klose <email address hidden>  Sun, 27 Sep 2009 11:56:06 +0200
  • binutils (2.19.91.20090910-1) unstable; 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.
    
     -- Matthias Klose <email address hidden>  Thu, 10 Sep 2009 17:05:30 +0200
  • binutils (2.19.51.20090723-1) unstable; urgency=low
    
    
      * Snapshot, taken from the trunk 20090723.
      * debian/*.shlibs: Update to the version from the trunk.
      * Undo the reversion in the last upload, use the upstream fix instead.
    
     -- Matthias Klose <email address hidden>  Thu, 23 Jul 2009 09:39:50 +0200
  • binutils (2.19.1-1) unstable; urgency=low
    
    
      * Upload to unstable.
      * binutils-source: Make .dpatch files executable.
    
     -- Matthias Klose <email address hidden>  Sun, 15 Feb 2009 22:46:34 +0100