diff options
author | Iain Sandoe <iain@codesourcery.com> | 2012-02-20 19:44:40 +0000 |
---|---|---|
committer | Iain Sandoe <iain@codesourcery.com> | 2012-02-20 19:44:40 +0000 |
commit | a5759139f8d7072af4def4d46fb1bc39cdf68ce7 (patch) | |
tree | 72707071f27c9020389512478bd0b149ca1e923d /gas/ChangeLog | |
parent | 3a9b40b6dd3f889d24aea0369456d560337266f0 (diff) | |
download | gdb-a5759139f8d7072af4def4d46fb1bc39cdf68ce7.zip gdb-a5759139f8d7072af4def4d46fb1bc39cdf68ce7.tar.gz gdb-a5759139f8d7072af4def4d46fb1bc39cdf68ce7.tar.bz2 |
gas:
* config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of
canonical information, try to determine CODE and DEBUG section flags
from the mach-o section data.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dbafd58..d6d30c1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-02-20 Iain Sandoe <idsandoe@googlemail.com> + + * config/obj-macho.c (obj_mach_o_make_or_get_sect): In the absence of + canonical information, try to determine CODE and DEBUG section flags + from the mach-o section data. + 2012-02-20 Nick Clifton <nickc@redhat.com> * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on |