public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Check symbol defined by assignment in linker script
@ 2015-10-26 23:44 sergiodj+buildbot
  2015-10-26 23:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: sergiodj+buildbot @ 2015-10-26 23:44 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 7b7e7f1da28585cfa49cbced50dbbd75a143cd20 ***

Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: 7b7e7f1da28585cfa49cbced50dbbd75a143cd20

Check symbol defined by assignment in linker script

Symbol symbol defined by an assignment in a linker script has type
bfd_link_hash_new.  elf_i386_convert_load and elf_x86_64_convert_load
should check bfd_link_hash_new to see if a symbol is defined by a linker
script.

bfd/

	PR ld/19175
	* elf32-i386.c (elf_i386_convert_load): Check bfd_link_hash_new
	instead of calling bfd_link_get_defined_symbol.
	* elf64-x86-64.c (elf_x86_64_convert_load): Likewise.  Skip
	relocation overflow for bfd_link_hash_new.
	* linker.c (bfd_link_get_defined_symbol): Removed.
	* bfd-in2.h: Regenerated.

ld/testsuite/

	PR ld/19175
	* ld-i386/i386.exp: Run pr19175.
	* ld-x86-64/x86-64.exp: Likewise.
	* ld-i386/pr19175.d: New file.
	* ld-i386/pr19175.s: Likewise.
	* ld-i386/pr19175.t: Likewise.
	* ld-x86-64/pr19175.d: Likewise.
	* ld-x86-64/pr19175.s: Likewise.
	* ld-x86-64/pr19175.t: Likewise.


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-10-27 14:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-26 23:44 [binutils-gdb] Check symbol defined by assignment in linker script sergiodj+buildbot
2015-10-26 23:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2015-10-26 23:49 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2015-10-27  0:02 ` Failures on AIX-POWER7-plain, " sergiodj+buildbot
2015-10-27  0:03 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-10-27  0:06 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2015-10-27  2:02 ` Failures on Fedora-i686, " sergiodj+buildbot
2015-10-27  2:11 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2015-10-27  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2015-10-27  2:34 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-10-27  5:58 ` Failures on Debian-i686, " sergiodj+buildbot
2015-10-27  6:16 ` Failures on Debian-i686-native-gdbserver, " sergiodj+buildbot
2015-10-27  7:01 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2015-10-27  8:22 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2015-10-27  8:37 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-10-27 12:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-10-27 13:18 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
2015-10-27 14:42 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).