diff options
author | Nick Clifton <nickc@redhat.com> | 2010-01-13 14:08:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-01-13 14:08:54 +0000 |
commit | 52b010e4424ced5700579389375a536b614f8b19 (patch) | |
tree | 67dca4c0f96d271dfa9bf01d4ff329419763f674 /gas/ChangeLog | |
parent | 11db68fd8df09b071049208a7e7b64e3b1cb8946 (diff) | |
download | gdb-52b010e4424ced5700579389375a536b614f8b19.zip gdb-52b010e4424ced5700579389375a536b614f8b19.tar.gz gdb-52b010e4424ced5700579389375a536b614f8b19.tar.bz2 |
* config/tc-h8300.c (h8300_elf_section): New function - issue a
warning message if a new section is created without setting any
attributes for it.
(md_pseudo_table): Intercept section creation pseudos.
(md_pcrel_from): Replace abort with an error message.
* config/obj-elf.c (obj_elf_section_name): Export this function.
* config/obj-elf.h (obj_elf_section_name): Prototype.
* gas/elf/section0.d: Skip this test for the h8300.
* gas/elf/section1.d: Likewise.
* gas/elf/section6.d: Likewise.
* gas/elf/elf.exp: Skip section2 and section5 tests when the
target is the h8300.
* ld-scrips/sort.exp: Skip these tests when the target is the
h8300.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e93a30c..f899ae9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2010-01-13 Nick Clifton <nickc@redhat.com> + + * config/tc-h8300.c (h8300_elf_section): New function - issue a + warning message if a new section is created without setting any + attributes for it. + (md_pseudo_table): Intercept section creation pseudos. + (md_pcrel_from): Replace abort with an error message. + * config/obj-elf.c (obj_elf_section_name): Export this function. + * config/obj-elf.h (obj_elf_section_name): Prototype. + 2010-01-12 Alan Modra <amodra@gmail.com> PR 11122 |