diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-24 08:20:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-24 08:20:55 +0000 |
commit | 879d3736b8868261db20ec0720af378e8a37365a (patch) | |
tree | 8e7d3371ca1435863b3c3e7a79910222f670459a /gas | |
parent | 7011b767d8306b28339b9593d1987a95a0191d4a (diff) | |
download | gdb-879d3736b8868261db20ec0720af378e8a37365a.zip gdb-879d3736b8868261db20ec0720af378e8a37365a.tar.gz gdb-879d3736b8868261db20ec0720af378e8a37365a.tar.bz2 |
(oops) Add changelog entry for David Miller's SunPRO support patch which was
accidentally omitted yesterday.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6e5e5e4..4506e1c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -31,6 +31,17 @@ * doc/c-sparc.texi: New section on Sparc constants. Add documentation for %stick and %stick_cmpr. +2008-04-22 David S. Miller <davem@davemloft.net> + + * config/obj-elf.c (obj_elf_section_type): Add prototype + before obj_elf_section_word and add 'warn' arg. + (obj_elf_section_word): Add type pointer arg, and if no #SECTION + is matched, try checking for #SECTION_TYPE. + (obj_elf_section): Adjust for new args. + (obj_elf_type_name): New function. + (obj_elf_type): Call it, and accept STT_foo number strings + in .type statements as output by SunPRO compiler. + 2008-04-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_assemble): Don't check SSE instructions |