From: Tristan Gingold Date: Fri, 4 Sep 2009 08:23:49 +0000 (+0000) Subject: binutils/ X-Git-Tag: binutils-2_20-branchpoint~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81c23f829ee829524ac3bf0b9422f8950306d1d6;p=external%2Fbinutils.git binutils/ 2009-09-04 Tristan Gingold * NEWS: Add marker for 2.20. gas/ 2009-09-04 Tristan Gingold * NEWS: Add marker for 2.20. ld/ 2009-09-04 Tristan Gingold * NEWS: Add marker for 2.20. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 36b3582..0119b7a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2009-09-04 Tristan Gingold + + * NEWS: Add marker for 2.20. + 2009-09-04 Timo Kreuzer * dlltool.c (delayimp_name): Add new global variable diff --git a/binutils/NEWS b/binutils/NEWS index 894c735..4d0143b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,7 @@ -*- text -*- + +Changes in 2.20: + * Add support for delay importing to dlltool. Use the --output-delaylib 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() diff --git a/gas/ChangeLog b/gas/ChangeLog index a07fed5..3ff0ae3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2009-09-04 Tristan Gingold + + * NEWS: Add marker for 2.20. + 2009-09-04 Jie Zhang * config/bfin-parse.y (asm_1): Implement HLT instruction. diff --git a/gas/NEWS b/gas/NEWS index 631d30d..3fa3809 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,4 +1,7 @@ -*- text -*- + +Changes in 2.20: + * 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 process. diff --git a/ld/ChangeLog b/ld/ChangeLog index 62af1e1..5f9e0f7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2009-09-04 Tristan Gingold + + * NEWS: Add marker for 2.20. + 2009-09-04 Alan Modra * scripttempl/elf.sc (.text): Add cold text sections. diff --git a/ld/NEWS b/ld/NEWS index 821915e..7b57a0c 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,4 +1,7 @@ -*- text -*- + +Changes in 2.20: + * 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 be passed on to the dynamic linker which will make sure that in the entire