Move gas/ld NEWS from binutils to gas/ld.
This commit is contained in:
parent
ae95ffa628
commit
5fec85997f
|
@ -1,7 +1,3 @@
|
|||
2010-08-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* NEWS: Mention ampersand in macro change.
|
||||
|
||||
2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfedit.c (input_elf_osabi): New.
|
||||
|
@ -24,10 +20,6 @@
|
|||
* readelf.c (display_mips_gnu_attribute): Replace GCC options
|
||||
with a textual description of a MIPS32r2 64-bit FPU.
|
||||
|
||||
2010-08-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* NEWS: Mention change in linker script expression evaluation.
|
||||
|
||||
2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
|
||||
|
||||
PR binutils/11889
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
-*- text -*-
|
||||
|
||||
* Linker script expression evaluation is somewhat more sane. This may
|
||||
break scripts that depend on quirks of the old expression evaluation.
|
||||
|
||||
* Gas no longer requires doubling of ampersands in macros.
|
||||
|
||||
* Add support for the TMS320C6000 (TI C6X) processor family.
|
||||
|
||||
* Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2010-08-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* NEWS: Mention ampersand in macro change.
|
||||
|
||||
2010-08-25 Gunther Nikl <gnikl@users.sourceforge.net>
|
||||
|
||||
* configure.tgt (m68k-*-aout): Change to bfd_gas=yes.
|
||||
|
|
2
gas/NEWS
2
gas/NEWS
|
@ -1,5 +1,7 @@
|
|||
-*- text -*-
|
||||
|
||||
* Gas no longer requires doubling of ampersands in macros.
|
||||
|
||||
* Add support for the TMS320C6000 (TI C6X) processor family.
|
||||
|
||||
* GAS now understands an extended syntax in the .section directive flags
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
* emultempl/elf32.em (_after_open): Check for get_elf_backend_data
|
||||
returning NULL.
|
||||
|
||||
2010-08-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* NEWS: Mention change in linker script expression evaluation.
|
||||
|
||||
2010-08-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld.texinfo (Expression Section): Detail expression evaluation.
|
||||
|
|
3
ld/NEWS
3
ld/NEWS
|
@ -1,5 +1,8 @@
|
|||
-*- text -*-
|
||||
|
||||
* Linker script expression evaluation is somewhat more sane. This may
|
||||
break scripts that depend on quirks of the old expression evaluation.
|
||||
|
||||
* Turn off underscoring for x86_64 PE+-COFF targets. For old behavior the
|
||||
option --enable-leading-mingw64-underscores can be used on configure of
|
||||
bfd.
|
||||
|
|
Loading…
Reference in New Issue