gold/
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 May 2013 15:19:27 +0000 (15:19 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 May 2013 15:19:27 +0000 (15:19 +0000)
commitcde7cb0129a884a060b99c7c83e8f5c9af728b0a
tree5200a969a7d2373802a23d78f8160613a192603f
parenta5382c42bb58229b90b373efffc3a91a8e1bd044
    gold/
        PR ld/15365
        * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.

        ld/
        PR ld/15365
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
        Restrict __ehdr_start's export class to no less than STV_HIDDEN.

        ld/testsuite/
        PR ld/15365
        * ld-elf/ehdr_start.d: Expect __ehdr_start to be STB_LOCAL.
        * ld-mips-elf/ehdr_start-1.nd: New test.
        * ld-mips-elf/ehdr_start-2.nd: New test.
        * ld-mips-elf/ehdr_start-1.ld: New test linker script.
        * ld-mips-elf/ehdr_start-2.ld: New test linker script.
        * ld-mips-elf/ehdr_start-new.s: New test source.
        * ld-mips-elf/ehdr_start-o32.s: New test source.
        * ld-mips-elf/mips-elf.exp: Run the new tests.
13 files changed:
gold/ChangeLog
gold/layout.cc
ld/ChangeLog
ld/emultempl/elf32.em
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/ehdr_start.d
ld/testsuite/ld-mips-elf/ehdr_start-1.ld [new file with mode: 0644]
ld/testsuite/ld-mips-elf/ehdr_start-1.nd [new file with mode: 0644]
ld/testsuite/ld-mips-elf/ehdr_start-2.ld [new file with mode: 0644]
ld/testsuite/ld-mips-elf/ehdr_start-2.nd [new file with mode: 0644]
ld/testsuite/ld-mips-elf/ehdr_start-new.s [new file with mode: 0644]
ld/testsuite/ld-mips-elf/ehdr_start-o32.s [new file with mode: 0644]
ld/testsuite/ld-mips-elf/mips-elf.exp
This page took 0.039416 seconds and 4 git commands to generate.