From: Nick Clifton Date: Mon, 27 Jun 2016 12:52:20 +0000 (+0100) Subject: oops - omitted from previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95daf21060008545515e94aeba501082e8710cc0;p=binutils-gdb.git oops - omitted from previous delta --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a28352f77a..4c5b0c72268 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2016-06-27 Nick Clifton + + 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. + 2016-06-27 Trevor Saunders * config/tc-dlx.c: Include bfd/elf32-dlx.h.