diff options
author | Nick Clifton <nickc@redhat.com> | 2016-06-27 13:49:09 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-27 13:51:06 +0100 |
commit | 2edb36e77f3ff468eac2b2c8954e9c031148e724 (patch) | |
tree | f408bcf2dfebe45d565e12499f25b7dcc3c0f2f2 /gas/NEWS | |
parent | c9301e31817019c38ab52da0e72fa1e3bf75332c (diff) | |
download | gdb-2edb36e77f3ff468eac2b2c8954e9c031148e724.zip gdb-2edb36e77f3ff468eac2b2c8954e9c031148e724.tar.gz gdb-2edb36e77f3ff468eac2b2c8954e9c031148e724.tar.bz2 |
Add command line option to stop the assembler from padding the end of sections to their alignment boundary.
PR gas/20247
* as.h (do_not_pad_sections_to_alignment): New global variable.
* as.c (show_usage): Add --no-pad-sections.
(parse_args): Likewise.
* write.c (size_seg): Skip padding the end of the section if
requested from the command line.
(SUB_SEGMENT_ALIGN): Likewise.
* doc/as.texinfo: Document the new option.
* NEWS: Mention the new feature.
* testsuite/gas/elf/section11.s: New test.
* testsuite/gas/elf/section11.d: New test driver.
* testsuite/gas/elf/elf.exp: Run the new test.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ -*- text -*- +* Add --no-pad-sections to stop the assembler from padding the end of output + sections up to their alignment boundary. + * Support for the ARMv8-M architecture has been added to the ARM port. Support for the ARMv8-M Security and DSP Extensions has also been added to the ARM port. |