This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GOLD:PATCH: Fix two_file_shared_1_pic_2_test_DEPENDENCIES


Hi Ian,

Is this patch OK?

Thanks.


H.J.
---
On Mon, Dec 7, 2009 at 8:44 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi,
>
> two_file_shared_1_pic_2_test is linked against two_file_shared_2.so,
> not two_file_shared_1.so. OK to install?
>
> Thanks.
>
>
> H.J.
> ----
> 2009-12-07 ?H.J. Lu ?<hongjiu.lu@intel.com>
>
> ? ? ? ?* testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
> ? ? ? ?Replace two_file_shared_1.so with two_file_shared_2.so.
> ? ? ? ?* testsuite/Makefile.in: Regenerated.
>
> diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
> index c49f5b3..a0fcf59 100644
> --- a/gold/testsuite/Makefile.am
> +++ b/gold/testsuite/Makefile.am
> @@ -263,7 +263,7 @@ two_file_shared_2_test_LDADD = two_file_shared_2.so
>
> ?two_file_shared_1_pic_2_test_SOURCES = two_file_test_main.cc
> ?two_file_shared_1_pic_2_test_DEPENDENCIES = \
> - ? ? ? gcctestdir/ld two_file_shared_1.so two_file_test_1_pic.o two_file_test_1b_pic.o
> + ? ? ? gcctestdir/ld two_file_shared_2.so two_file_test_1_pic.o two_file_test_1b_pic.o
> ?two_file_shared_1_pic_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
> ?two_file_shared_1_pic_2_test_LDADD = two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so
>
> diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in
> index 3ec7265..696c05e 100644
> --- a/gold/testsuite/Makefile.in
> +++ b/gold/testsuite/Makefile.in
> @@ -1413,7 +1413,7 @@ binary_unittest_SOURCES = binary_unittest.cc
> ?@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDADD = two_file_shared_2.so
> ?@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_SOURCES = two_file_test_main.cc
> ?@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_DEPENDENCIES = \
> -@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_test_1_pic.o two_file_test_1b_pic.o
> +@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2.so two_file_test_1_pic.o two_file_test_1b_pic.o
>
> ?@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
> ?@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDADD = two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so
>



-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]