From: Brian Ford Date: Fri, 7 May 2004 14:49:48 +0000 (+0000) Subject: * NEWS: Mention DWARF 2 support for i386pe. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b169501041265759403c962a5b0a23c66716f9c;p=binutils-gdb.git * NEWS: Mention DWARF 2 support for i386pe. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 8fb5f1de2d6..a81c5d64b77 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-05-07 Brian Ford + + * NEWS: Mention DWARF 2 support for i386pe. + 2004-05-05 Alexandre Oliva * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new diff --git a/ld/NEWS b/ld/NEWS index d4c82fdaf6c..39db029971f 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -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.