SHA256
6
0
forked from pool/binutils

- Update to 2.24 release and to branch at 9177510e:

* Add support for the Texas Instruments MSP430X processor.
  * Add support for Altera Nios II.
  * Add support for the V850E3V5 architecture.
  * Add support for the Imagination Technologies Meta processor.
  * --enable-new-dtags no longer generates old dtags in addition to new dtags.
  * Remove assembler and linker support for MIPS ECOFF targets.
  * Remove assembler support for MIPS ECOFF targets.
  * Add ALIGN_WITH_INPUT to the linker script language to force the
    alignment of an output section to use the maximum alignment of
    all its input sections.
  * Add -gdwarf-sections command line option to enable per-code-section
    generation of DWARF .debug_line sections.
  * Objcopy now supports wildcard characters in command line options that take
    section names.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=150
This commit is contained in:
2013-12-09 15:23:12 +00:00
committed by Git OBS Bridge
parent 250ce9d40f
commit c27d635b42
41 changed files with 760 additions and 22 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Dec 9 15:10:27 UTC 2013 - matz@suse.de
- Update to 2.24 release and to branch at 9177510e:
* Add support for the Texas Instruments MSP430X processor.
* Add support for Altera Nios II.
* Add support for the V850E3V5 architecture.
* Add support for the Imagination Technologies Meta processor.
* --enable-new-dtags no longer generates old dtags in addition to new dtags.
* Remove assembler and linker support for MIPS ECOFF targets.
* Remove assembler support for MIPS ECOFF targets.
* Add ALIGN_WITH_INPUT to the linker script language to force the
alignment of an output section to use the maximum alignment of
all its input sections.
* Add -gdwarf-sections command line option to enable per-code-section
generation of DWARF .debug_line sections.
* Objcopy now supports wildcard characters in command line options that take
section names.
-------------------------------------------------------------------
Fri Nov 29 14:59:52 UTC 2013 - matz@suse.de