diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-03 17:45:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-03 17:45:49 +0000 |
commit | a3b6428fe79103e838aea22ef2acd6578178bf25 (patch) | |
tree | 4ae86ce1df347dd28ad4ea171c561d6520aca4f9 /binutils/ChangeLog | |
parent | 7579829884ab4340f4b6980e10c3797d9ed30294 (diff) | |
download | gdb-a3b6428fe79103e838aea22ef2acd6578178bf25.zip gdb-a3b6428fe79103e838aea22ef2acd6578178bf25.tar.gz gdb-a3b6428fe79103e838aea22ef2acd6578178bf25.tar.bz2 |
Return 'n' if section flags are SEC_HAS_CONTENTS && SEC_READONLY.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 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> |