mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
binutils/
2009-09-04 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.20. gas/ 2009-09-04 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.20. ld/ 2009-09-04 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.20.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-04 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* NEWS: Add marker for 2.20.
|
||||||
|
|
||||||
2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
|
2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
|
||||||
|
|
||||||
* dlltool.c (delayimp_name): Add new global variable
|
* dlltool.c (delayimp_name): Add new global variable
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
-*- text -*-
|
-*- text -*-
|
||||||
|
|
||||||
|
Changes in 2.20:
|
||||||
|
|
||||||
* Add support for delay importing to dlltool. Use the --output-delaylib <file>
|
* Add support for delay importing to dlltool. Use the --output-delaylib <file>
|
||||||
switch to create a delay-import library. The resulting app will load the dll
|
switch to create a delay-import library. The resulting app will load the dll
|
||||||
as soon as the first function is called. It will link to __delayLoadHelper2()
|
as soon as the first function is called. It will link to __delayLoadHelper2()
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-04 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* NEWS: Add marker for 2.20.
|
||||||
|
|
||||||
2009-09-04 Jie Zhang <jie.zhang@analog.com>
|
2009-09-04 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
* config/bfin-parse.y (asm_1): Implement HLT instruction.
|
* config/bfin-parse.y (asm_1): Implement HLT instruction.
|
||||||
|
3
gas/NEWS
3
gas/NEWS
@ -1,4 +1,7 @@
|
|||||||
-*- text -*-
|
-*- text -*-
|
||||||
|
|
||||||
|
Changes in 2.20:
|
||||||
|
|
||||||
* GNU/Linux targets now supports "gnu_unique_object" as a value in the .type
|
* GNU/Linux targets now supports "gnu_unique_object" as a value in the .type
|
||||||
pseudo op. It marks the symbol as being globally unique in the entire
|
pseudo op. It marks the symbol as being globally unique in the entire
|
||||||
process.
|
process.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-04 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* NEWS: Add marker for 2.20.
|
||||||
|
|
||||||
2009-09-04 Alan Modra <amodra@bigpond.net.au>
|
2009-09-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* scripttempl/elf.sc (.text): Add cold text sections.
|
* scripttempl/elf.sc (.text): Add cold text sections.
|
||||||
|
3
ld/NEWS
3
ld/NEWS
@ -1,4 +1,7 @@
|
|||||||
-*- text -*-
|
-*- text -*-
|
||||||
|
|
||||||
|
Changes in 2.20:
|
||||||
|
|
||||||
* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a
|
* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a
|
||||||
GNU extension to the standard set of ELF symbol bindings. The binding will
|
GNU extension to the standard set of ELF symbol bindings. The binding will
|
||||||
be passed on to the dynamic linker which will make sure that in the entire
|
be passed on to the dynamic linker which will make sure that in the entire
|
||||||
|
Reference in New Issue
Block a user