diff options
author | Alan Modra <amodra@gmail.com> | 2020-02-07 00:42:45 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-02-10 15:28:23 +1030 |
commit | 33176d912add7680277ad5e18af0e6303d9a7af8 (patch) | |
tree | 1b621ee091460c29d5c0989cd621ad1dc658e4b6 /gas/ChangeLog | |
parent | 821948744f578be38aade35ae6db7deecb4ee7be (diff) | |
download | gdb-33176d912add7680277ad5e18af0e6303d9a7af8.zip gdb-33176d912add7680277ad5e18af0e6303d9a7af8.tar.gz gdb-33176d912add7680277ad5e18af0e6303d9a7af8.tar.bz2 |
gas: error for section type, attr, or entsize change
* config/obj-elf.c (obj_elf_change_section): Error for section
type, attr or entsize changes in assembly.
* testsuite/gas/elf/elf.exp: Pass -Z to gas for section5 test.
* testsuite/gas/elf/section5.l: Update.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4c60d86..a07d9b7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2020-02-10 Alan Modra <amodra@gmail.com> + * config/obj-elf.c (obj_elf_change_section): Error for section + type, attr or entsize changes in assembly. + * testsuite/gas/elf/elf.exp: Pass -Z to gas for section5 test. + * testsuite/gas/elf/section5.l: Update. + +2020-02-10 Alan Modra <amodra@gmail.com> + * output-file.c (output_file_close): Do a normal close when flag_always_generate_output. * write.c (write_object_file): Don't stop output when |