diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/NEWS | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 536d761..0b42501 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr> + + * NEWS: Document the new BSD/POSIX single-character mapping for + .comment/.note sections. + 2003-06-02 Chris Demetriou <cgd@broadcom.com> Jason Thorpe <thorpej@wasabisystems.com> diff --git a/binutils/NEWS b/binutils/NEWS index 3730a7b..2531bf2 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,9 @@ -*- text -*- +* BFD marks the sections .comment and .note as 'n' in the BSD/POSIX + single-character representation. This can be checked by running nm + with the -a switch. + * Added --info switch to objcopy and strip. * Support for Vitesse IQ2000 added by Red Hat. |