OSDN Git Service

* symtab.h (Symbol::use_plt_offset): New function.
authorian <ian>
Mon, 4 Aug 2008 22:22:13 +0000 (22:22 +0000)
committerian <ian>
Mon, 4 Aug 2008 22:22:13 +0000 (22:22 +0000)
commit9f25579d5263aadd31a159860bb993ec82336b42
treec0b4d04008d89bf1f1501b64cdcc350edacaac0b
parentcf40f8142746fd9793f21f123c8fd04069676248
* 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