This website requires JavaScript.
Explore
Help
Sign In
mirror
/
binutils-gdb
Watch
2
Star
0
Fork
0
You've already forked binutils-gdb
mirror of
https://sourceware.org/git/binutils-gdb.git
synced
2024-11-27 03:51:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e2882c8578
binutils-gdb
/
gold
/
testsuite
/
pr20717.t
6 lines
75 B
Perl
Raw
Normal View
History
Unescape
Escape
Fix earlier ChangeLog entry to give Igor credit, add testcases. 2016-12-01 Cary Coutant <ccoutant@gmail.com> Igor Kudrin <ikudrin@accesssoftek.com> PR gold/20717 * script-sections.cc (Script_sections): Set *keep to false when no match. 2016-12-11 Igor Kudrin <ikudrin@accesssoftek.com> PR gold/20717 * testsuite/Makefile.am (pr20717): New test. * testsuite/Makefile.in: Regenerate. * testsuite/pr20717.c: New test source file. * testsuite/pr20717.sh: New test script. * testsuite/pr20717.t: New test linker script.
2016-12-12 12:31:09 +08:00
SECTIONS
{
[GOLD] Adjust testcase for PowerPC64 Since the linker created .TOC. symbol is placed at roughly .got+32k, .toc input sections must be placed in or after .got if .toc entries are accessed using 16-bit signed offset relocs. crt1.o contains such a relocation. PR gold/20717 * testsuite/pr20717.t: Add .got output section containing .toc.
2016-12-13 06:51:56 +08:00
.
got
:
{
*
(
.
got
.
toc
)
}
Fix earlier ChangeLog entry to give Igor credit, add testcases. 2016-12-01 Cary Coutant <ccoutant@gmail.com> Igor Kudrin <ikudrin@accesssoftek.com> PR gold/20717 * script-sections.cc (Script_sections): Set *keep to false when no match. 2016-12-11 Igor Kudrin <ikudrin@accesssoftek.com> PR gold/20717 * testsuite/Makefile.am (pr20717): New test. * testsuite/Makefile.in: Regenerate. * testsuite/pr20717.c: New test source file. * testsuite/pr20717.sh: New test script. * testsuite/pr20717.t: New test linker script.
2016-12-12 12:31:09 +08:00
.
dummy
:
{
KEEP
(
*
(
.
dummy
)
)
}
}
Reference in New Issue
Copy Permalink