bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20247] AVR/ARM align causes unnecessary padding of segment


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/20247] AVR/ARM align causes unnecessary padding of segment
Date: Mon, 27 Jun 2016 12:52:04 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20247

--- Comment #13 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2edb36e77f3ff468eac2b2c8954e9c031148e724

commit 2edb36e77f3ff468eac2b2c8954e9c031148e724
Author: Nick Clifton <address@hidden>
Date:   Mon Jun 27 13:49:09 2016 +0100

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]