OSDN Git Service

* symtab.h (Symbol::use_plt_offset): New function.
authorIan Lance Taylor <ian@airs.com>
Mon, 4 Aug 2008 22:22:13 +0000 (22:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 4 Aug 2008 22:22:13 +0000 (22:22 +0000)
commit399c839116ac87788f7c17105a6f4acbb6586609
tree876c5ef911e3437f43638d30f7e0cc32e1b603fa
parent857c84eb32cc356d89a3bc4de4028d19a843c3e6
* symtab.h (Symbol::use_plt_offset): New function.
* i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
* powerpc.cc (Relocate::relocate): Likewise.
* sparc.cc (Relocate::relocate): Likewise.
* x86_64.cc (Relocate::relocate): Likewise.
* testsuite/weak_plt.sh: New test.
* testsuite/weak_plt_main.cc: New test.
* testsuite/weak_plt_shared.cc: New test.
* testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
(check_PROGRAMS): Add weak_plt.
(check_DATA): Add weak_plt_shared.so.
(weak_plt_main_pic.o, weak_plt): New targets.
(weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
* testsuite/Makefile.in: Rebuild.

* testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
gcctestdir/ld.
(weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
* testsuite/Makefile.in: Rebuild.
gold/ChangeLog
gold/i386.cc
gold/powerpc.cc
gold/sparc.cc
gold/symtab.h
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/weak_plt.sh [new file with mode: 0755]
gold/testsuite/weak_plt_main.cc [new file with mode: 0644]
gold/testsuite/weak_plt_shared.cc [new file with mode: 0644]
gold/x86_64.cc