Change the .section directive for the AVR assembler so that the .noinit section is...
authorNick Clifton <nickc@redhat.com>
Mon, 3 Sep 2018 16:06:05 +0000 (17:06 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 3 Sep 2018 16:06:45 +0000 (17:06 +0100)
commit8744470deabb6a2fae35be0f66c60ee4ba094c1d
treeb56f58c2c18fdc26e204846c185ea7459af38cc6
parent78a3b0fab8200fdca2b1b934645c29e7bd502d36
Change the .section directive for the AVR assembler so that the .noinit section is always given the ELF NOBITS section type.

PR gas/23570
* config/tc-avr.c (md_pseudo_table): Add entry for "secction".
(avr_set_section): New function.  Ensures that the .noinit section
gets the NOBITS ELF section type.
gas/ChangeLog
gas/config/tc-avr.c
This page took 0.028795 seconds and 4 git commands to generate.