diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2012-10-18 17:00:56 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2012-10-18 17:00:56 +0000 |
commit | c207c2c6cf049ab6095b55402752480e7fca53e0 (patch) | |
tree | 14175aacef6da9d24f877bcbbb590681fc5965d1 /gas/ChangeLog | |
parent | 9a176a4afca8d6f75ba63e8f29e662b4dd89bdc7 (diff) | |
download | gdb-c207c2c6cf049ab6095b55402752480e7fca53e0.zip gdb-c207c2c6cf049ab6095b55402752480e7fca53e0.tar.gz gdb-c207c2c6cf049ab6095b55402752480e7fca53e0.tar.bz2 |
* config/obj-coff.c: Add include of struc-symbol.h header.
(coff_frob_symbol): Check that function-aux entries are generated for
defined symbols only.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f8199cf..b7e4f2d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2012-10-18 Kai Tietz <ktietz@redhat.com> + * config/obj-coff.c: Add include of struc-symbol.h header. + (coff_frob_symbol): Check that function-aux entries are generated for + defined symbols only. + * doc/as.texinfo: Add missing documentation about section flag exclude. |