6333bc0dd6
When building executable, undefined symbol is a fatal error. We don't complain about -fPIC if the symbol is undefined. bfd/ PR ld/17847 * elf64-x86-64.c (elf_x86_64_relocate_section): Don't complain about -fPIC if the symbol is undefined when building executable. ld/testsuite/ PR ld/17847 * ld-x86-64/pie1.d: New file. * ld-x86-64/pie1.s: Likwise. * ld-x86-64/x86-64.exp: Run pie1.
64 lines
1.7 KiB
Text
64 lines
1.7 KiB
Text
2015-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/17847
|
||
* ld-x86-64/pie1.d: New file.
|
||
* ld-x86-64/pie1.s: Likwise.
|
||
* ld-x86-64/x86-64.exp: Run pie1.
|
||
|
||
2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||
|
||
* ld-aarch64/aarch64-elf.exp: Added relocs-257-symbolic-func test.
|
||
* ld-aarch64/relocs-257-symbolic-func.d: New file.
|
||
* ld-aarch64/relocs-257-symbolic-func.s: Likewise.
|
||
|
||
2015-01-13 Jiong Wang <jiong.wang@arm.com>
|
||
|
||
* ld-aarch64/tprel_g2_overflow.s: New testcase.
|
||
* ld-aarch64/tprel_g2_overflow.d: New expectation file.
|
||
* ld-aarch64/aarch64-elf.exp: Run new testcase.
|
||
|
||
2015-01-13 Jiong Wang <jiong.wang@arm.com>
|
||
|
||
PR ld/17415
|
||
* ld-aarch64/pr17415.s: Source file for new test.
|
||
* ld-aarch64/pr17415.d: Expect file for new test.
|
||
* ld-aarch64/aarch64-elf.exp: Run the new test.
|
||
|
||
2015-01-11 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/17827
|
||
* ld-x86-64/pr17689.out: Updated.
|
||
* ld-x86-64/pr17689b.S: Likewise.
|
||
|
||
* ld-x86-64/pr17827.rd: New file.
|
||
|
||
* ld-x86-64/x86-64.exp: Run PR ld/17827 test.
|
||
|
||
2015-01-08 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* ld-x86-64/pr14207.d: Adjust expecations to cover the
|
||
enable_initfini_array=no case.
|
||
|
||
2015-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* lib/ld-lib.exp (run_dump_test): Extend comment to mention
|
||
readelf.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2014
|
||
|
||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|