Index: gas/NEWS =================================================================== RCS file: /cvs/src/src/gas/NEWS,v retrieving revision 1.58 diff -u -p -r1.58 NEWS --- gas/NEWS 5 May 2004 14:33:14 -0000 1.58 +++ gas/NEWS 6 May 2004 21:12:43 -0000 @@ -1,5 +1,8 @@ -*- text -*- +* Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations + on pe[i]-i386; required for this target's DWARF 2 support. + * Support for Motorola MCF521x/5249/547x/548x added. * Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC Index: ld/NEWS =================================================================== RCS file: /cvs/src/src/ld/NEWS,v retrieving revision 1.43 diff -u -p -r1.43 NEWS --- ld/NEWS 21 Apr 2004 10:04:02 -0000 1.43 +++ ld/NEWS 6 May 2004 21:12:45 -0000 @@ -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.