diff options
author | Brian Ford <ford@vss.fsi.com> | 2004-05-07 14:49:48 +0000 |
---|---|---|
committer | Brian Ford <ford@vss.fsi.com> | 2004-05-07 14:49:48 +0000 |
commit | 1b169501041265759403c962a5b0a23c66716f9c (patch) | |
tree | fb36dfb83b70b3c639e0e4ce3e6ebadc2bff08aa /ld | |
parent | 0503b35538a8fc18e13705c253fee8ae084c69cf (diff) | |
download | gdb-1b169501041265759403c962a5b0a23c66716f9c.zip gdb-1b169501041265759403c962a5b0a23c66716f9c.tar.gz gdb-1b169501041265759403c962a5b0a23c66716f9c.tar.bz2 |
* NEWS: Mention DWARF 2 support for i386pe.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8fb5f1d..a81c5d6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-05-07 Brian Ford <ford@vss.fsi.com> + + * NEWS: Mention DWARF 2 support for i386pe. + 2004-05-05 Alexandre Oliva <aoliva@redhat.com> * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new @@ -1,5 +1,7 @@ -*- text -*- +* DWARF 2 support for i386pe added. + * The linker script operator DEFINED() will now yield 1 only for a symbol that is defined before the statement where DEFINED is used. |