diff options
author | Alan Modra <amodra@gmail.com> | 2018-09-04 10:13:26 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-09-06 14:13:00 +0930 |
commit | deee88e9810fe5a3e73b071713ff6fa03b5c016d (patch) | |
tree | f6df138f6600917454c508e10fdaef7eac3964c6 /bfd/ChangeLog | |
parent | f1628857d783fee0171f16f1bad0b7816460dec5 (diff) | |
download | gdb-deee88e9810fe5a3e73b071713ff6fa03b5c016d.zip gdb-deee88e9810fe5a3e73b071713ff6fa03b5c016d.tar.gz gdb-deee88e9810fe5a3e73b071713ff6fa03b5c016d.tar.bz2 |
PR23570, AVR .noinit section defaults to PROGBITS
Revert commit 8744470deab and instead use the standard special_sections
support.
PR 23570
bfd/
* elf32-avr.c (elf_avr_special_sections): New.
(elf_backend_special_sections): Define.
gas/
* config/tc-avr.c: Revert 2018-09-03 change.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bc1cb15..a499105 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2018-09-06 Alan Modra <amodra@gmail.com> + + PR 23570 + * elf32-avr.c (elf_avr_special_sections): New. + (elf_backend_special_sections): Define. + 2018-09-04 Jose E. Marchesi <jose.marchesi@oracle.com> * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto): Do not issue an |