diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-02-02 13:09:41 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
| commit | 7c65f1da17534cc6db3b74e50c2e241a48d7c402 (patch) | |
| tree | 7ccd9e45cab93139844b38f080eefe5a86e89018 | |
| parent | d1f0bbb962409653d916ff965231850058ec5675 (diff) | |
| download | poky-7c65f1da17534cc6db3b74e50c2e241a48d7c402.tar.gz | |
binutils: Upgrade to 2.44 release
* Drop the CVE-2024-53589 patch, its included in 2.44
* Package newly rename gp-* to gprofng-* binaries and remove old gp-*
symlinks
* Gold linker is now deprecated and will be removed in future release
its already deleted in tarball releases
* Support for the Nios II target has been removed.
* Assembler:
- Support for new architecture extensions for AArch64, Risc-V and
x86.
* Linker:
The default maximum page size was changed from 16KiB to 64KiB for
LoongArch.
This now supports mixed LTO and non-LTO object files in
relocatable output.
The ELF forms of the linker support a --image-base=<ADDR> option
for compatibility with LLD.
The --build-id= option now accepts an argument of "xx" which
enables the use of the xxhash library. This produces a 128-bit
hash and is 2-4x faster than md5 or sha1.
The ELF linker option --package-metadata supports percent-encoded
and %[string] encoded JSON payloads.
* Disassembler:
The RISC-V disassembler now supports -M,max option like QEMU to
dump instruction without checking architecture support as usual.
* GprofNG:
Support added for hardware event counters for Neoverse-N1,
Ampere-1, and Appliedmicro processors.
Detailed release notes [1]
[1] https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00001.html
(From OE-Core rev: df3c43e69542939a4bec3893f1e927edf2ad7179)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 files changed, 492 insertions, 600 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 34f20b8f26..68a9515e0b 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
| @@ -22,7 +22,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | |||
| 22 | 22 | ||
| 23 | GCCVERSION ?= "14.%" | 23 | GCCVERSION ?= "14.%" |
| 24 | SDKGCCVERSION ?= "${GCCVERSION}" | 24 | SDKGCCVERSION ?= "${GCCVERSION}" |
| 25 | BINUVERSION ?= "2.43%" | 25 | BINUVERSION ?= "2.44%" |
| 26 | GDBVERSION ?= "16.%" | 26 | GDBVERSION ?= "16.%" |
| 27 | GLIBCVERSION ?= "2.40%" | 27 | GLIBCVERSION ?= "2.40%" |
| 28 | LINUXLIBCVERSION ?= "6.12%" | 28 | LINUXLIBCVERSION ?= "6.12%" |
diff --git a/meta/recipes-devtools/binutils/binutils-2.43.1.inc b/meta/recipes-devtools/binutils/binutils-2.44.inc index daaae77545..7698696409 100644 --- a/meta/recipes-devtools/binutils/binutils-2.43.1.inc +++ b/meta/recipes-devtools/binutils/binutils-2.44.inc | |||
| @@ -12,15 +12,15 @@ LIC_FILES_CHKSUM = "\ | |||
| 12 | 12 | ||
| 13 | # When upgrading to next major release, ensure that there is no trailing .0, so | 13 | # When upgrading to next major release, ensure that there is no trailing .0, so |
| 14 | # that upstream version check can work correctly. | 14 | # that upstream version check can work correctly. |
| 15 | PV = "2.43.1" | 15 | PV = "2.44" |
| 16 | CVE_VERSION = "2.43.1" | 16 | CVE_VERSION = "2.44" |
| 17 | SRCBRANCH ?= "binutils-2_43-branch" | 17 | SRCBRANCH ?= "binutils-2_44-branch" |
| 18 | 18 | ||
| 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
| 20 | 20 | ||
| 21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" | 21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" |
| 22 | 22 | ||
| 23 | SRCREV ?= "b82e2250574ef00faf7fcb1e95e14f22b1fa85af" | 23 | SRCREV ?= "815d9a14cbbb3b81843f7566222c87fb22e7255d" |
| 24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
| 25 | SRC_URI = "\ | 25 | SRC_URI = "\ |
| 26 | ${BINUTILS_GIT_URI} \ | 26 | ${BINUTILS_GIT_URI} \ |
| @@ -35,6 +35,5 @@ SRC_URI = "\ | |||
| 35 | file://0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ | 35 | file://0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ |
| 36 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | 36 | file://0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ |
| 37 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ | 37 | file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \ |
| 38 | file://0015-CVE-2024-53589.patch \ | ||
| 39 | " | 38 | " |
| 40 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.43.1.bb b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.44.bb index 5dbaa03017..5dbaa03017 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.43.1.bb +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.44.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-cross_2.43.1.bb b/meta/recipes-devtools/binutils/binutils-cross_2.44.bb index fbd1f7d25a..fbd1f7d25a 100644 --- a/meta/recipes-devtools/binutils/binutils-cross_2.43.1.bb +++ b/meta/recipes-devtools/binutils/binutils-cross_2.44.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.43.1.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.44.bb index 6752659304..6752659304 100644 --- a/meta/recipes-devtools/binutils/binutils-crosssdk_2.43.1.bb +++ b/meta/recipes-devtools/binutils/binutils-crosssdk_2.44.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-testsuite_2.43.1.bb b/meta/recipes-devtools/binutils/binutils-testsuite_2.44.bb index e5e159bc71..e5e159bc71 100644 --- a/meta/recipes-devtools/binutils/binutils-testsuite_2.43.1.bb +++ b/meta/recipes-devtools/binutils/binutils-testsuite_2.44.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index e1b903f1eb..81443105f6 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
| @@ -39,11 +39,11 @@ FILES:${PN}-staticdev += "${libdir}/gprofng/*.a" | |||
| 39 | # list and reuse it. | 39 | # list and reuse it. |
| 40 | 40 | ||
| 41 | GPROFNGS = " \ | 41 | GPROFNGS = " \ |
| 42 | gp-archive \ | 42 | gprofng-archive \ |
| 43 | gp-collect-app \ | 43 | gprofng-collect-app \ |
| 44 | gp-display-html \ | 44 | gprofng-display-html \ |
| 45 | gp-display-src \ | 45 | gprofng-display-src \ |
| 46 | gp-display-text \ | 46 | gprofng-display-text \ |
| 47 | gprofng \ | 47 | gprofng \ |
| 48 | " | 48 | " |
| 49 | 49 | ||
| @@ -191,6 +191,10 @@ do_install () { | |||
| 191 | for alt in ${USE_ALTERNATIVES_FOR}; do | 191 | for alt in ${USE_ALTERNATIVES_FOR}; do |
| 192 | rm -f ${D}${bindir}/$alt | 192 | rm -f ${D}${bindir}/$alt |
| 193 | done | 193 | done |
| 194 | # remove old pre 2.44 release gprofng binary names | ||
| 195 | for f in gp-archive gp-collect-app gp-display-html gp-display-src gp-display-text; do | ||
| 196 | rm -f ${D}${bindir}/$f | ||
| 197 | done | ||
| 194 | 198 | ||
| 195 | oe_multilib_header bfd.h | 199 | oe_multilib_header bfd.h |
| 196 | } | 200 | } |
diff --git a/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch b/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch index 3dd559e396..2443897cad 100644 --- a/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch +++ b/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 56d41f0cc6a806d2e8d7dcbfb4cca4cd37fba835 Mon Sep 17 00:00:00 2001 | 1 | From df3faaf0a09fd828330d3bac45782868a04f7bc0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 2 Mar 2015 01:58:54 +0000 | 3 | Date: Mon, 2 Mar 2015 01:58:54 +0000 |
| 4 | Subject: [PATCH] binutils-crosssdk: Generate relocatable SDKs | 4 | Subject: [PATCH] binutils-crosssdk: Generate relocatable SDKs |
| @@ -21,7 +21,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 21 | 3 files changed, 6 insertions(+), 3 deletions(-) | 21 | 3 files changed, 6 insertions(+), 3 deletions(-) |
| 22 | 22 | ||
| 23 | diff --git a/gold/layout.cc b/gold/layout.cc | 23 | diff --git a/gold/layout.cc b/gold/layout.cc |
| 24 | index b43ae841a6c..6101a95195b 100644 | 24 | index f690c67618e..9ded8368482 100644 |
| 25 | --- a/gold/layout.cc | 25 | --- a/gold/layout.cc |
| 26 | +++ b/gold/layout.cc | 26 | +++ b/gold/layout.cc |
| 27 | @@ -5102,7 +5102,7 @@ Layout::create_interp(const Target* target) | 27 | @@ -5102,7 +5102,7 @@ Layout::create_interp(const Target* target) |
| @@ -34,7 +34,7 @@ index b43ae841a6c..6101a95195b 100644 | |||
| 34 | Output_section_data* odata = new Output_data_const(interp, len, 1); | 34 | Output_section_data* odata = new Output_data_const(interp, len, 1); |
| 35 | 35 | ||
| 36 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh | 36 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh |
| 37 | index a726b158161..5d2eb737efc 100755 | 37 | index 77a1fb465ad..5b51c23e141 100755 |
| 38 | --- a/ld/genscripts.sh | 38 | --- a/ld/genscripts.sh |
| 39 | +++ b/ld/genscripts.sh | 39 | +++ b/ld/genscripts.sh |
| 40 | @@ -315,6 +315,7 @@ DATA_ALIGNMENT_u="${DATA_ALIGNMENT_u-${DATA_ALIGNMENT_r}}" | 40 | @@ -315,6 +315,7 @@ DATA_ALIGNMENT_u="${DATA_ALIGNMENT_u-${DATA_ALIGNMENT_r}}" |
| @@ -59,17 +59,17 @@ index a726b158161..5d2eb737efc 100755 | |||
| 59 | DATA_ALIGNMENT=${DATA_ALIGNMENT_} | 59 | DATA_ALIGNMENT=${DATA_ALIGNMENT_} |
| 60 | RELOCATING=" " | 60 | RELOCATING=" " |
| 61 | diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc | 61 | diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc |
| 62 | index 54716110b61..da17fe5cbce 100644 | 62 | index be8d19fcf11..26ecd6dff80 100644 |
| 63 | --- a/ld/scripttempl/elf.sc | 63 | --- a/ld/scripttempl/elf.sc |
| 64 | +++ b/ld/scripttempl/elf.sc | 64 | +++ b/ld/scripttempl/elf.sc |
| 65 | @@ -152,8 +152,8 @@ if test -z "$DATA_SEGMENT_ALIGN"; then | 65 | @@ -197,8 +197,8 @@ if test -z "$DATA_SEGMENT_ALIGN"; then |
| 66 | DATA_SEGMENT_RELRO_END=". = DATA_SEGMENT_RELRO_END (${SEPARATE_GOTPLT-0}, .);" | ||
| 67 | fi | 66 | fi |
| 68 | fi | 67 | fi |
| 68 | |||
| 69 | -if test -z "${INITIAL_READONLY_SECTIONS}${CREATE_SHLIB}"; then | 69 | -if test -z "${INITIAL_READONLY_SECTIONS}${CREATE_SHLIB}"; then |
| 70 | - INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp) }" | 70 | - INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp) }" |
| 71 | +if test -z "${INITIAL_READONLY_SECTIONS}${CREATE_SHLIB}${PARTIAL_LINKING}"; then | 71 | +if test -z "${INITIAL_READONLY_SECTIONS}${CREATE_SHLIB}${PARTIAL_LINKING}"; then |
| 72 | + INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp); . = 0x1000; }" | 72 | + INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp); . = 0x1000; }" |
| 73 | fi | 73 | fi |
| 74 | |||
| 74 | if test -z "$PLT"; then | 75 | if test -z "$PLT"; then |
| 75 | IPLT=".iplt ${RELOCATING-0} : { *(.iplt) }" | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch b/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch index 3ad1da38e6..20459fce66 100644 --- a/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch +++ b/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 4f2a54c468c448efdd44813273893ec9c541deaf Mon Sep 17 00:00:00 2001 | 1 | From 3105d7ecc3f16d66c19985a6557cd1e9becfab55 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 6 Mar 2017 23:37:05 -0800 | 3 | Date: Mon, 6 Mar 2017 23:37:05 -0800 |
| 4 | Subject: [PATCH] binutils-cross: Do not generate linker script directories | 4 | Subject: [PATCH] binutils-cross: Do not generate linker script directories |
| @@ -22,7 +22,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 22 | 1 file changed, 25 deletions(-) | 22 | 1 file changed, 25 deletions(-) |
| 23 | 23 | ||
| 24 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh | 24 | diff --git a/ld/genscripts.sh b/ld/genscripts.sh |
| 25 | index 5d2eb737efc..ad225b0071d 100755 | 25 | index 5b51c23e141..5d2c54706f8 100755 |
| 26 | --- a/ld/genscripts.sh | 26 | --- a/ld/genscripts.sh |
| 27 | +++ b/ld/genscripts.sh | 27 | +++ b/ld/genscripts.sh |
| 28 | @@ -244,31 +244,6 @@ append_to_lib_path() | 28 | @@ -244,31 +244,6 @@ append_to_lib_path() |
diff --git a/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch b/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch index ec8e40c132..374fbd6f41 100644 --- a/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch +++ b/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From bbb86582536ba9e4ab0fb4656d4697542172ab78 Mon Sep 17 00:00:00 2001 | 1 | From d718e17e1668880a85ff05993f0027d9c9ad6935 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Wed, 19 Feb 2020 09:51:16 -0800 | 3 | Date: Wed, 19 Feb 2020 09:51:16 -0800 |
| 4 | Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK | 4 | Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK |
| @@ -29,7 +29,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 29 | 5 files changed, 7 insertions(+), 3 deletions(-) | 29 | 5 files changed, 7 insertions(+), 3 deletions(-) |
| 30 | 30 | ||
| 31 | diff --git a/ld/Makefile.am b/ld/Makefile.am | 31 | diff --git a/ld/Makefile.am b/ld/Makefile.am |
| 32 | index 6a9833e5775..b2776d2a1f3 100644 | 32 | index ccff9289924..cf2c29e89a3 100644 |
| 33 | --- a/ld/Makefile.am | 33 | --- a/ld/Makefile.am |
| 34 | +++ b/ld/Makefile.am | 34 | +++ b/ld/Makefile.am |
| 35 | @@ -42,7 +42,8 @@ ZLIBINC = @zlibinc@ | 35 | @@ -42,7 +42,8 @@ ZLIBINC = @zlibinc@ |
| @@ -43,7 +43,7 @@ index 6a9833e5775..b2776d2a1f3 100644 | |||
| 43 | NO_WERROR = @NO_WERROR@ | 43 | NO_WERROR = @NO_WERROR@ |
| 44 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 44 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
| 45 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 45 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
| 46 | index 8639e782cdf..19c19088724 100644 | 46 | index 3e24bd4deb2..23d4f1f3132 100644 |
| 47 | --- a/ld/Makefile.in | 47 | --- a/ld/Makefile.in |
| 48 | +++ b/ld/Makefile.in | 48 | +++ b/ld/Makefile.in |
| 49 | @@ -576,7 +576,8 @@ ZLIB = @zlibdir@ -lz | 49 | @@ -576,7 +576,8 @@ ZLIB = @zlibdir@ -lz |
| @@ -57,10 +57,10 @@ index 8639e782cdf..19c19088724 100644 | |||
| 57 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 57 | AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
| 58 | 58 | ||
| 59 | diff --git a/ld/ldelf.c b/ld/ldelf.c | 59 | diff --git a/ld/ldelf.c b/ld/ldelf.c |
| 60 | index 09691609fc0..e49c0217ae2 100644 | 60 | index 4a1aa044e70..f6f3ac11a76 100644 |
| 61 | --- a/ld/ldelf.c | 61 | --- a/ld/ldelf.c |
| 62 | +++ b/ld/ldelf.c | 62 | +++ b/ld/ldelf.c |
| 63 | @@ -939,7 +939,7 @@ ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, | 63 | @@ -943,7 +943,7 @@ ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, |
| 64 | 64 | ||
| 65 | info.path = NULL; | 65 | info.path = NULL; |
| 66 | info.len = info.alloc = 0; | 66 | info.len = info.alloc = 0; |
| @@ -70,7 +70,7 @@ index 09691609fc0..e49c0217ae2 100644 | |||
| 70 | if (!ldelf_parse_ld_so_conf (&info, tmppath)) | 70 | if (!ldelf_parse_ld_so_conf (&info, tmppath)) |
| 71 | { | 71 | { |
| 72 | diff --git a/ld/ldmain.c b/ld/ldmain.c | 72 | diff --git a/ld/ldmain.c b/ld/ldmain.c |
| 73 | index 037099b9d37..2f500d73c58 100644 | 73 | index f1c5f7035c5..cce4991b25a 100644 |
| 74 | --- a/ld/ldmain.c | 74 | --- a/ld/ldmain.c |
| 75 | +++ b/ld/ldmain.c | 75 | +++ b/ld/ldmain.c |
| 76 | @@ -69,6 +69,7 @@ char *program_name; | 76 | @@ -69,6 +69,7 @@ char *program_name; |
| @@ -82,7 +82,7 @@ index 037099b9d37..2f500d73c58 100644 | |||
| 82 | /* The canonical representation of ld_sysroot. */ | 82 | /* The canonical representation of ld_sysroot. */ |
| 83 | char *ld_canon_sysroot; | 83 | char *ld_canon_sysroot; |
| 84 | diff --git a/ld/ldmain.h b/ld/ldmain.h | 84 | diff --git a/ld/ldmain.h b/ld/ldmain.h |
| 85 | index 0238aed0ebd..2dd00db13b3 100644 | 85 | index 0baa3c305c3..899c4b591c6 100644 |
| 86 | --- a/ld/ldmain.h | 86 | --- a/ld/ldmain.h |
| 87 | +++ b/ld/ldmain.h | 87 | +++ b/ld/ldmain.h |
| 88 | @@ -23,6 +23,7 @@ | 88 | @@ -23,6 +23,7 @@ |
diff --git a/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch b/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch index 572c2e840b..8a24408f4f 100644 --- a/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch +++ b/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From aa371816a7ad55af4b29ffc32b213a812f4c6216 Mon Sep 17 00:00:00 2001 | 1 | From 0ff4f23d3521a45835eaa03731c0b3351a50d8ba Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 2 Mar 2015 01:09:58 +0000 | 3 | Date: Mon, 2 Mar 2015 01:09:58 +0000 |
| 4 | Subject: [PATCH] Point scripts location to libdir | 4 | Subject: [PATCH] Point scripts location to libdir |
| @@ -12,7 +12,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 12 | 2 files changed, 2 insertions(+), 2 deletions(-) | 12 | 2 files changed, 2 insertions(+), 2 deletions(-) |
| 13 | 13 | ||
| 14 | diff --git a/ld/Makefile.am b/ld/Makefile.am | 14 | diff --git a/ld/Makefile.am b/ld/Makefile.am |
| 15 | index b2776d2a1f3..76ebecb5685 100644 | 15 | index cf2c29e89a3..0a6eaada129 100644 |
| 16 | --- a/ld/Makefile.am | 16 | --- a/ld/Makefile.am |
| 17 | +++ b/ld/Makefile.am | 17 | +++ b/ld/Makefile.am |
| 18 | @@ -51,7 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 18 | @@ -51,7 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
| @@ -25,7 +25,7 @@ index b2776d2a1f3..76ebecb5685 100644 | |||
| 25 | EMUL = @EMUL@ | 25 | EMUL = @EMUL@ |
| 26 | EMULATION_OFILES = @EMULATION_OFILES@ | 26 | EMULATION_OFILES = @EMULATION_OFILES@ |
| 27 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 27 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
| 28 | index 19c19088724..4be38a75feb 100644 | 28 | index 23d4f1f3132..c3d08edbef1 100644 |
| 29 | --- a/ld/Makefile.in | 29 | --- a/ld/Makefile.in |
| 30 | +++ b/ld/Makefile.in | 30 | +++ b/ld/Makefile.in |
| 31 | @@ -584,7 +584,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) | 31 | @@ -584,7 +584,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS) |
diff --git a/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch b/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch index 2b1d57a05e..4a1cd34f29 100644 --- a/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch +++ b/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From cf20233a1d53effa223a8b72ae9c0652a472a87a Mon Sep 17 00:00:00 2001 | 1 | From 340d2cf058b373ed4fbf6bcea4f6674eab23c73a Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 2 Mar 2015 01:39:01 +0000 | 3 | Date: Mon, 2 Mar 2015 01:39:01 +0000 |
| 4 | Subject: [PATCH] don't let the distro compiler point to the wrong installation | 4 | Subject: [PATCH] don't let the distro compiler point to the wrong installation |
| @@ -17,7 +17,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 17 | 1 file changed, 2 insertions(+), 1 deletion(-) | 17 | 1 file changed, 2 insertions(+), 1 deletion(-) |
| 18 | 18 | ||
| 19 | diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in | 19 | diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in |
| 20 | index b77a41c781c..9fb4d6f09c9 100644 | 20 | index b11df756b4b..f47269fdc0e 100644 |
| 21 | --- a/libiberty/Makefile.in | 21 | --- a/libiberty/Makefile.in |
| 22 | +++ b/libiberty/Makefile.in | 22 | +++ b/libiberty/Makefile.in |
| 23 | @@ -385,7 +385,8 @@ install-strip: install | 23 | @@ -385,7 +385,8 @@ install-strip: install |
diff --git a/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch b/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch index 0c429d7f2c..e094c89d1a 100644 --- a/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch +++ b/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 26f6a7a397e62b5e974cf88f6d4d8ba9a3d51e3c Mon Sep 17 00:00:00 2001 | 1 | From e9297b35595d7dd6c50ce6ff7282eee248b7e479 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 15 Jan 2016 06:31:09 +0000 | 3 | Date: Fri, 15 Jan 2016 06:31:09 +0000 |
| 4 | Subject: [PATCH] warn for uses of system directories when cross linking | 4 | Subject: [PATCH] warn for uses of system directories when cross linking |
| @@ -56,17 +56,17 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 56 | ld/configure.ac | 10 ++++++++++ | 56 | ld/configure.ac | 10 ++++++++++ |
| 57 | ld/ld.h | 8 ++++++++ | 57 | ld/ld.h | 8 ++++++++ |
| 58 | ld/ld.texi | 12 ++++++++++++ | 58 | ld/ld.texi | 12 ++++++++++++ |
| 59 | ld/ldfile.c | 16 ++++++++++++++++ | 59 | ld/ldfile.c | 17 +++++++++++++++++ |
| 60 | ld/ldlex.h | 2 ++ | 60 | ld/ldlex.h | 2 ++ |
| 61 | ld/ldmain.c | 6 ++++-- | 61 | ld/ldmain.c | 6 ++++-- |
| 62 | ld/lexsup.c | 15 +++++++++++++++ | 62 | ld/lexsup.c | 15 +++++++++++++++ |
| 63 | 9 files changed, 86 insertions(+), 2 deletions(-) | 63 | 9 files changed, 87 insertions(+), 2 deletions(-) |
| 64 | 64 | ||
| 65 | diff --git a/ld/config.in b/ld/config.in | 65 | diff --git a/ld/config.in b/ld/config.in |
| 66 | index f7c9da3d02a..e4fdbf6db5b 100644 | 66 | index 2d7b6406d2b..37cd12d20fa 100644 |
| 67 | --- a/ld/config.in | 67 | --- a/ld/config.in |
| 68 | +++ b/ld/config.in | 68 | +++ b/ld/config.in |
| 69 | @@ -74,6 +74,9 @@ | 69 | @@ -78,6 +78,9 @@ |
| 70 | language is requested. */ | 70 | language is requested. */ |
| 71 | #undef ENABLE_NLS | 71 | #undef ENABLE_NLS |
| 72 | 72 | ||
| @@ -77,7 +77,7 @@ index f7c9da3d02a..e4fdbf6db5b 100644 | |||
| 77 | #undef EXTRA_SHLIB_EXTENSION | 77 | #undef EXTRA_SHLIB_EXTENSION |
| 78 | 78 | ||
| 79 | diff --git a/ld/configure b/ld/configure | 79 | diff --git a/ld/configure b/ld/configure |
| 80 | index 1d89e3b0677..dd770216b61 100755 | 80 | index 597d110f57a..d537ec391d2 100755 |
| 81 | --- a/ld/configure | 81 | --- a/ld/configure |
| 82 | +++ b/ld/configure | 82 | +++ b/ld/configure |
| 83 | @@ -844,6 +844,7 @@ with_lib_path | 83 | @@ -844,6 +844,7 @@ with_lib_path |
| @@ -88,7 +88,7 @@ index 1d89e3b0677..dd770216b61 100755 | |||
| 88 | enable_gold | 88 | enable_gold |
| 89 | enable_got | 89 | enable_got |
| 90 | enable_compressed_debug_sections | 90 | enable_compressed_debug_sections |
| 91 | @@ -1535,6 +1536,8 @@ Optional Features: | 91 | @@ -1537,6 +1538,8 @@ Optional Features: |
| 92 | --enable-checking enable run-time checks | 92 | --enable-checking enable run-time checks |
| 93 | --enable-targets alternative target configurations | 93 | --enable-targets alternative target configurations |
| 94 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) | 94 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) |
| @@ -97,7 +97,7 @@ index 1d89e3b0677..dd770216b61 100755 | |||
| 97 | --enable-gold[=ARG] build gold [ARG={default,yes,no}] | 97 | --enable-gold[=ARG] build gold [ARG={default,yes,no}] |
| 98 | --enable-got=<type> GOT handling scheme (target, single, negative, | 98 | --enable-got=<type> GOT handling scheme (target, single, negative, |
| 99 | multigot) | 99 | multigot) |
| 100 | @@ -15566,6 +15569,19 @@ fi | 100 | @@ -15571,6 +15574,19 @@ fi |
| 101 | 101 | ||
| 102 | 102 | ||
| 103 | 103 | ||
| @@ -118,7 +118,7 @@ index 1d89e3b0677..dd770216b61 100755 | |||
| 118 | if test "${enable_gold+set}" = set; then : | 118 | if test "${enable_gold+set}" = set; then : |
| 119 | enableval=$enable_gold; case "${enableval}" in | 119 | enableval=$enable_gold; case "${enableval}" in |
| 120 | diff --git a/ld/configure.ac b/ld/configure.ac | 120 | diff --git a/ld/configure.ac b/ld/configure.ac |
| 121 | index bdf51a062fa..3d370ff92ce 100644 | 121 | index 228f2ee4089..50a4b0f4db1 100644 |
| 122 | --- a/ld/configure.ac | 122 | --- a/ld/configure.ac |
| 123 | +++ b/ld/configure.ac | 123 | +++ b/ld/configure.ac |
| 124 | @@ -102,6 +102,16 @@ AC_SUBST(use_sysroot) | 124 | @@ -102,6 +102,16 @@ AC_SUBST(use_sysroot) |
| @@ -139,7 +139,7 @@ index bdf51a062fa..3d370ff92ce 100644 | |||
| 139 | dnl "install_as_default" is set to false if gold is the default linker. | 139 | dnl "install_as_default" is set to false if gold is the default linker. |
| 140 | dnl "installed_linker" is the installed BFD linker name. | 140 | dnl "installed_linker" is the installed BFD linker name. |
| 141 | diff --git a/ld/ld.h b/ld/ld.h | 141 | diff --git a/ld/ld.h b/ld/ld.h |
| 142 | index 0dee944cf2a..83bd82d2a2e 100644 | 142 | index 254f0a097bb..daf777c65c8 100644 |
| 143 | --- a/ld/ld.h | 143 | --- a/ld/ld.h |
| 144 | +++ b/ld/ld.h | 144 | +++ b/ld/ld.h |
| 145 | @@ -166,6 +166,14 @@ typedef struct | 145 | @@ -166,6 +166,14 @@ typedef struct |
| @@ -158,10 +158,10 @@ index 0dee944cf2a..83bd82d2a2e 100644 | |||
| 158 | enum endian_enum endian; | 158 | enum endian_enum endian; |
| 159 | 159 | ||
| 160 | diff --git a/ld/ld.texi b/ld/ld.texi | 160 | diff --git a/ld/ld.texi b/ld/ld.texi |
| 161 | index 89e3913317a..178908edf32 100644 | 161 | index f6384ad82dd..26479a6a232 100644 |
| 162 | --- a/ld/ld.texi | 162 | --- a/ld/ld.texi |
| 163 | +++ b/ld/ld.texi | 163 | +++ b/ld/ld.texi |
| 164 | @@ -3245,6 +3245,18 @@ creation of the metadata note, if one had been enabled by an earlier | 164 | @@ -3279,6 +3279,18 @@ creation of the metadata note, if one had been enabled by an earlier |
| 165 | occurrence of the --package-metadata option. | 165 | occurrence of the --package-metadata option. |
| 166 | If the linker has been built with libjansson, then the JSON string | 166 | If the linker has been built with libjansson, then the JSON string |
| 167 | will be validated. | 167 | will be validated. |
| @@ -181,14 +181,15 @@ index 89e3913317a..178908edf32 100644 | |||
| 181 | 181 | ||
| 182 | @c man end | 182 | @c man end |
| 183 | diff --git a/ld/ldfile.c b/ld/ldfile.c | 183 | diff --git a/ld/ldfile.c b/ld/ldfile.c |
| 184 | index 87be885d31a..86c8a5b267d 100644 | 184 | index 12551504ae6..8bea4e7048f 100644 |
| 185 | --- a/ld/ldfile.c | 185 | --- a/ld/ldfile.c |
| 186 | +++ b/ld/ldfile.c | 186 | +++ b/ld/ldfile.c |
| 187 | @@ -319,6 +319,22 @@ | 187 | @@ -328,6 +328,23 @@ ldfile_add_library_path (const char *name, bool cmdline) |
| 188 | *search_tail_ptr = new_dirs; | 188 | new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); |
| 189 | search_tail_ptr = &new_dirs->next; | 189 | else |
| 190 | 190 | new_dirs->name = xstrdup (name); | |
| 191 | + #ifdef ENABLE_POISON_SYSTEM_DIRECTORIES | 191 | + |
| 192 | +#ifdef ENABLE_POISON_SYSTEM_DIRECTORIES | ||
| 192 | + if (command_line.poison_system_directories | 193 | + if (command_line.poison_system_directories |
| 193 | + && ((!strncmp (name, "/lib", 4)) | 194 | + && ((!strncmp (name, "/lib", 4)) |
| 194 | + || (!strncmp (name, "/usr/lib", 8)) | 195 | + || (!strncmp (name, "/usr/lib", 8)) |
| @@ -204,14 +205,14 @@ index 87be885d31a..86c8a5b267d 100644 | |||
| 204 | + } | 205 | + } |
| 205 | +#endif | 206 | +#endif |
| 206 | + | 207 | + |
| 207 | /* If a directory is marked as honoring sysroot, prepend the sysroot path | 208 | } |
| 208 | now. */ | 209 | |
| 209 | if (name[0] == '=') | 210 | static void |
| 210 | diff --git a/ld/ldlex.h b/ld/ldlex.h | 211 | diff --git a/ld/ldlex.h b/ld/ldlex.h |
| 211 | index defe3fcbbb9..aea75a25dc8 100644 | 212 | index b8b7d6b6829..a8faeb635c4 100644 |
| 212 | --- a/ld/ldlex.h | 213 | --- a/ld/ldlex.h |
| 213 | +++ b/ld/ldlex.h | 214 | +++ b/ld/ldlex.h |
| 214 | @@ -149,6 +149,8 @@ enum option_values | 215 | @@ -150,6 +150,8 @@ enum option_values |
| 215 | OPTION_PLUGIN_OPT, | 216 | OPTION_PLUGIN_OPT, |
| 216 | OPTION_PLUGIN_SAVE_TEMPS, | 217 | OPTION_PLUGIN_SAVE_TEMPS, |
| 217 | #endif /* BFD_SUPPORTS_PLUGINS */ | 218 | #endif /* BFD_SUPPORTS_PLUGINS */ |
| @@ -221,10 +222,10 @@ index defe3fcbbb9..aea75a25dc8 100644 | |||
| 221 | OPTION_PRINT_OUTPUT_FORMAT, | 222 | OPTION_PRINT_OUTPUT_FORMAT, |
| 222 | OPTION_PRINT_SYSROOT, | 223 | OPTION_PRINT_SYSROOT, |
| 223 | diff --git a/ld/ldmain.c b/ld/ldmain.c | 224 | diff --git a/ld/ldmain.c b/ld/ldmain.c |
| 224 | index 2f500d73c58..8b1bf7ad6aa 100644 | 225 | index cce4991b25a..1859465635d 100644 |
| 225 | --- a/ld/ldmain.c | 226 | --- a/ld/ldmain.c |
| 226 | +++ b/ld/ldmain.c | 227 | +++ b/ld/ldmain.c |
| 227 | @@ -348,6 +348,8 @@ main (int argc, char **argv) | 228 | @@ -352,6 +352,8 @@ main (int argc, char **argv) |
| 228 | command_line.warn_mismatch = true; | 229 | command_line.warn_mismatch = true; |
| 229 | command_line.warn_search_mismatch = true; | 230 | command_line.warn_search_mismatch = true; |
| 230 | command_line.check_section_addresses = -1; | 231 | command_line.check_section_addresses = -1; |
| @@ -233,7 +234,7 @@ index 2f500d73c58..8b1bf7ad6aa 100644 | |||
| 233 | 234 | ||
| 234 | /* We initialize DEMANGLING based on the environment variable | 235 | /* We initialize DEMANGLING based on the environment variable |
| 235 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the | 236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the |
| 236 | @@ -1489,7 +1491,7 @@ undefined_symbol (struct bfd_link_info *info, | 237 | @@ -1500,7 +1502,7 @@ undefined_symbol (struct bfd_link_info *info, |
| 237 | argv[1] = "undefined-symbol"; | 238 | argv[1] = "undefined-symbol"; |
| 238 | argv[2] = (char *) name; | 239 | argv[2] = (char *) name; |
| 239 | argv[3] = NULL; | 240 | argv[3] = NULL; |
| @@ -242,7 +243,7 @@ index 2f500d73c58..8b1bf7ad6aa 100644 | |||
| 242 | if (verbose) | 243 | if (verbose) |
| 243 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), | 244 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), |
| 244 | argv[0], argv[1], argv[2]); | 245 | argv[0], argv[1], argv[2]); |
| 245 | @@ -1510,7 +1512,7 @@ undefined_symbol (struct bfd_link_info *info, | 246 | @@ -1521,7 +1523,7 @@ undefined_symbol (struct bfd_link_info *info, |
| 246 | carry on to issue the normal error message. */ | 247 | carry on to issue the normal error message. */ |
| 247 | } | 248 | } |
| 248 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ | 249 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ |
| @@ -252,10 +253,10 @@ index 2f500d73c58..8b1bf7ad6aa 100644 | |||
| 252 | { | 253 | { |
| 253 | if (error_count < MAX_ERRORS_IN_A_ROW) | 254 | if (error_count < MAX_ERRORS_IN_A_ROW) |
| 254 | diff --git a/ld/lexsup.c b/ld/lexsup.c | 255 | diff --git a/ld/lexsup.c b/ld/lexsup.c |
| 255 | index 4aa0124ce2f..65c90d48332 100644 | 256 | index 5399aa45b72..8f9a221bfba 100644 |
| 256 | --- a/ld/lexsup.c | 257 | --- a/ld/lexsup.c |
| 257 | +++ b/ld/lexsup.c | 258 | +++ b/ld/lexsup.c |
| 258 | @@ -648,6 +648,14 @@ static const struct ld_option ld_options[] = | 259 | @@ -650,6 +650,14 @@ static const struct ld_option ld_options[] = |
| 259 | " <method> is: share-unconflicted (default),\n" | 260 | " <method> is: share-unconflicted (default),\n" |
| 260 | " share-duplicated"), | 261 | " share-duplicated"), |
| 261 | TWO_DASHES }, | 262 | TWO_DASHES }, |
| @@ -270,7 +271,7 @@ index 4aa0124ce2f..65c90d48332 100644 | |||
| 270 | }; | 271 | }; |
| 271 | 272 | ||
| 272 | #define OPTION_COUNT ARRAY_SIZE (ld_options) | 273 | #define OPTION_COUNT ARRAY_SIZE (ld_options) |
| 273 | @@ -1834,6 +1842,13 @@ parse_args (unsigned argc, char **argv) | 274 | @@ -1838,6 +1846,13 @@ parse_args (unsigned argc, char **argv) |
| 274 | 275 | ||
| 275 | case OPTION_PRINT_MAP_LOCALS: | 276 | case OPTION_PRINT_MAP_LOCALS: |
| 276 | config.print_map_locals = true; | 277 | config.print_map_locals = true; |
diff --git a/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch b/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch index 7144b7d18d..7101219bf4 100644 --- a/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch +++ b/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From bfc643d4044dccc917549f2db439cff165512b02 Mon Sep 17 00:00:00 2001 | 1 | From de07998ce2189c329220a76feb073438c4ec88f5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Zhenhua Luo <zhenhua.luo@nxp.com> | 2 | From: Zhenhua Luo <zhenhua.luo@nxp.com> |
| 3 | Date: Sat, 11 Jun 2016 22:08:29 -0500 | 3 | Date: Sat, 11 Jun 2016 22:08:29 -0500 |
| 4 | Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic | 4 | Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic |
| @@ -14,7 +14,7 @@ Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> | |||
| 14 | 1 file changed, 1 insertion(+), 3 deletions(-) | 14 | 1 file changed, 1 insertion(+), 3 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c | 16 | diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c |
| 17 | index e55bfe846cd..66b37e36e6f 100644 | 17 | index aa4484ef9ab..81b6a4c2db9 100644 |
| 18 | --- a/opcodes/ppc-opc.c | 18 | --- a/opcodes/ppc-opc.c |
| 19 | +++ b/opcodes/ppc-opc.c | 19 | +++ b/opcodes/ppc-opc.c |
| 20 | @@ -7138,8 +7138,6 @@ const struct powerpc_opcode powerpc_opcodes[] = { | 20 | @@ -7138,8 +7138,6 @@ const struct powerpc_opcode powerpc_opcodes[] = { |
diff --git a/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch b/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch index 19dc7ab7bd..f8dcbd5e4d 100644 --- a/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch +++ b/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From a5272ced746039b50606ebeb311c38adad49a817 Mon Sep 17 00:00:00 2001 | 1 | From dc3a330d6525c6276930c3175e5c878fe2cd9784 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Sun, 14 Feb 2016 17:04:07 +0000 | 3 | Date: Sun, 14 Feb 2016 17:04:07 +0000 |
| 4 | Subject: [PATCH] Use libtool 2.4 | 4 | Subject: [PATCH] Use libtool 2.4 |
| @@ -10,14 +10,14 @@ Upstream-Status: Pending | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 11 | --- | 11 | --- |
| 12 | bfd/Makefile.in | 3 + | 12 | bfd/Makefile.in | 3 + |
| 13 | bfd/configure | 1333 +++++++++--- | 13 | bfd/configure | 1333 ++++++++---- |
| 14 | bfd/configure.ac | 2 +- | 14 | bfd/configure.ac | 2 +- |
| 15 | binutils/Makefile.in | 3 + | 15 | binutils/Makefile.in | 3 + |
| 16 | binutils/configure | 1331 +++++++++--- | 16 | binutils/configure | 1331 ++++++++---- |
| 17 | gas/Makefile.in | 3 + | 17 | gas/Makefile.in | 3 + |
| 18 | gas/configure | 1331 +++++++++--- | 18 | gas/configure | 1331 ++++++++---- |
| 19 | gprof/Makefile.in | 3 + | 19 | gprof/Makefile.in | 3 + |
| 20 | gprof/configure | 1331 +++++++++--- | 20 | gprof/configure | 1331 ++++++++---- |
| 21 | gprofng/Makefile.in | 2 + | 21 | gprofng/Makefile.in | 2 + |
| 22 | gprofng/configure | 1693 ++++++++++++---- | 22 | gprofng/configure | 1693 ++++++++++++---- |
| 23 | gprofng/doc/Makefile.in | 2 + | 23 | gprofng/doc/Makefile.in | 2 + |
| @@ -31,23 +31,23 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 31 | libbacktrace/aclocal.m4 | 73 +- | 31 | libbacktrace/aclocal.m4 | 73 +- |
| 32 | libbacktrace/configure | 1441 +++++++++---- | 32 | libbacktrace/configure | 1441 +++++++++---- |
| 33 | libctf/Makefile.in | 2 + | 33 | libctf/Makefile.in | 2 + |
| 34 | libctf/configure | 1330 +++++++++--- | 34 | libctf/configure | 1330 ++++++++---- |
| 35 | libsframe/Makefile.in | 344 ++-- | 35 | libsframe/Makefile.in | 344 ++-- |
| 36 | libsframe/aclocal.m4 | 220 +- | 36 | libsframe/aclocal.m4 | 220 +- |
| 37 | libsframe/configure | 1553 ++++++++++---- | 37 | libsframe/configure | 1553 ++++++++++---- |
| 38 | libtool.m4 | 1085 ++++++---- | 38 | libtool.m4 | 1085 ++++++---- |
| 39 | ltmain.sh | 2921 ++++++++++++++++++--------- | 39 | ltmain.sh | 2898 ++++++++++++++++++--------- |
| 40 | ltoptions.m4 | 2 +- | 40 | ltoptions.m4 | 2 +- |
| 41 | ltversion.m4 | 12 +- | 41 | ltversion.m4 | 12 +- |
| 42 | lt~obsolete.m4 | 2 +- | 42 | lt~obsolete.m4 | 2 +- |
| 43 | opcodes/Makefile.in | 3 + | 43 | opcodes/Makefile.in | 3 + |
| 44 | opcodes/configure | 1331 +++++++++--- | 44 | opcodes/configure | 1331 ++++++++---- |
| 45 | zlib/Makefile.in | 3 + | 45 | zlib/Makefile.in | 3 + |
| 46 | zlib/configure | 1331 +++++++++--- | 46 | zlib/configure | 1331 ++++++++---- |
| 47 | 35 files changed, 16090 insertions(+), 6108 deletions(-) | 47 | 35 files changed, 16078 insertions(+), 6097 deletions(-) |
| 48 | 48 | ||
| 49 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in | 49 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in |
| 50 | index b3d97d478ea..8c19e1766fa 100644 | 50 | index ee674a36c5b..130a50d80b0 100644 |
| 51 | --- a/bfd/Makefile.in | 51 | --- a/bfd/Makefile.in |
| 52 | +++ b/bfd/Makefile.in | 52 | +++ b/bfd/Makefile.in |
| 53 | @@ -340,6 +340,7 @@ DATADIRNAME = @DATADIRNAME@ | 53 | @@ -340,6 +340,7 @@ DATADIRNAME = @DATADIRNAME@ |
| @@ -75,7 +75,7 @@ index b3d97d478ea..8c19e1766fa 100644 | |||
| 75 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 75 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 76 | all_backends = @all_backends@ | 76 | all_backends = @all_backends@ |
| 77 | diff --git a/bfd/configure b/bfd/configure | 77 | diff --git a/bfd/configure b/bfd/configure |
| 78 | index 9fe9cf6919f..37b2e6c3393 100755 | 78 | index b0f424dffc2..ba3fce10980 100755 |
| 79 | --- a/bfd/configure | 79 | --- a/bfd/configure |
| 80 | +++ b/bfd/configure | 80 | +++ b/bfd/configure |
| 81 | @@ -712,6 +712,9 @@ OTOOL | 81 | @@ -712,6 +712,9 @@ OTOOL |
| @@ -1408,7 +1408,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1408 | fi | 1408 | fi |
| 1409 | fi | 1409 | fi |
| 1410 | 1410 | ||
| 1411 | @@ -18316,13 +18966,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 1411 | @@ -18314,13 +18964,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 1412 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 1412 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 1413 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 1413 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 1414 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 1414 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -1429,7 +1429,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1429 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 1429 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 1430 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 1430 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 1431 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 1431 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 1432 | @@ -18337,14 +18994,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 1432 | @@ -18335,14 +18992,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 1433 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 1433 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 1434 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 1434 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 1435 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 1435 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| @@ -1448,7 +1448,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1448 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 1448 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 1449 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 1449 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 1450 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 1450 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 1451 | @@ -18377,12 +19037,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 1451 | @@ -18375,12 +19035,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 1452 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 1452 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 1453 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 1453 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 1454 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 1454 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -1462,7 +1462,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1462 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 1462 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 1463 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 1463 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 1464 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 1464 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 1465 | @@ -18437,8 +19097,13 @@ reload_flag \ | 1465 | @@ -18435,8 +19095,13 @@ reload_flag \ |
| 1466 | OBJDUMP \ | 1466 | OBJDUMP \ |
| 1467 | deplibs_check_method \ | 1467 | deplibs_check_method \ |
| 1468 | file_magic_cmd \ | 1468 | file_magic_cmd \ |
| @@ -1476,7 +1476,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1476 | STRIP \ | 1476 | STRIP \ |
| 1477 | RANLIB \ | 1477 | RANLIB \ |
| 1478 | CC \ | 1478 | CC \ |
| 1479 | @@ -18448,12 +19113,14 @@ lt_cv_sys_global_symbol_pipe \ | 1479 | @@ -18446,12 +19111,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 1480 | lt_cv_sys_global_symbol_to_cdecl \ | 1480 | lt_cv_sys_global_symbol_to_cdecl \ |
| 1481 | lt_cv_sys_global_symbol_to_c_name_address \ | 1481 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 1482 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 1482 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -1492,7 +1492,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1492 | DSYMUTIL \ | 1492 | DSYMUTIL \ |
| 1493 | NMEDIT \ | 1493 | NMEDIT \ |
| 1494 | LIPO \ | 1494 | LIPO \ |
| 1495 | @@ -18469,7 +19136,6 @@ no_undefined_flag \ | 1495 | @@ -18467,7 +19134,6 @@ no_undefined_flag \ |
| 1496 | hardcode_libdir_flag_spec \ | 1496 | hardcode_libdir_flag_spec \ |
| 1497 | hardcode_libdir_flag_spec_ld \ | 1497 | hardcode_libdir_flag_spec_ld \ |
| 1498 | hardcode_libdir_separator \ | 1498 | hardcode_libdir_separator \ |
| @@ -1500,7 +1500,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1500 | exclude_expsyms \ | 1500 | exclude_expsyms \ |
| 1501 | include_expsyms \ | 1501 | include_expsyms \ |
| 1502 | file_list_spec \ | 1502 | file_list_spec \ |
| 1503 | @@ -18505,6 +19171,7 @@ module_cmds \ | 1503 | @@ -18503,6 +19169,7 @@ module_cmds \ |
| 1504 | module_expsym_cmds \ | 1504 | module_expsym_cmds \ |
| 1505 | export_symbols_cmds \ | 1505 | export_symbols_cmds \ |
| 1506 | prelink_cmds \ | 1506 | prelink_cmds \ |
| @@ -1508,7 +1508,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1508 | postinstall_cmds \ | 1508 | postinstall_cmds \ |
| 1509 | postuninstall_cmds \ | 1509 | postuninstall_cmds \ |
| 1510 | finish_cmds \ | 1510 | finish_cmds \ |
| 1511 | @@ -19281,7 +19948,8 @@ $as_echo X"$file" | | 1511 | @@ -19279,7 +19946,8 @@ $as_echo X"$file" | |
| 1512 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 1512 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 1513 | # | 1513 | # |
| 1514 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 1514 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -1518,7 +1518,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1518 | # Written by Gordon Matzigkeit, 1996 | 1518 | # Written by Gordon Matzigkeit, 1996 |
| 1519 | # | 1519 | # |
| 1520 | # This file is part of GNU Libtool. | 1520 | # This file is part of GNU Libtool. |
| 1521 | @@ -19384,19 +20052,42 @@ SP2NL=$lt_lt_SP2NL | 1521 | @@ -19382,19 +20050,42 @@ SP2NL=$lt_lt_SP2NL |
| 1522 | # turn newlines into spaces. | 1522 | # turn newlines into spaces. |
| 1523 | NL2SP=$lt_lt_NL2SP | 1523 | NL2SP=$lt_lt_NL2SP |
| 1524 | 1524 | ||
| @@ -1562,7 +1562,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1562 | # A symbol stripping program. | 1562 | # A symbol stripping program. |
| 1563 | STRIP=$lt_STRIP | 1563 | STRIP=$lt_STRIP |
| 1564 | 1564 | ||
| 1565 | @@ -19426,6 +20117,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 1565 | @@ -19424,6 +20115,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 1566 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 1566 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 1567 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 1567 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 1568 | 1568 | ||
| @@ -1575,7 +1575,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1575 | # The name of the directory that contains temporary libtool files. | 1575 | # The name of the directory that contains temporary libtool files. |
| 1576 | objdir=$objdir | 1576 | objdir=$objdir |
| 1577 | 1577 | ||
| 1578 | @@ -19435,6 +20132,9 @@ MAGIC_CMD=$MAGIC_CMD | 1578 | @@ -19433,6 +20130,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 1579 | # Must we lock files when doing compilation? | 1579 | # Must we lock files when doing compilation? |
| 1580 | need_locks=$lt_need_locks | 1580 | need_locks=$lt_need_locks |
| 1581 | 1581 | ||
| @@ -1585,7 +1585,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1585 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 1585 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 1586 | DSYMUTIL=$lt_DSYMUTIL | 1586 | DSYMUTIL=$lt_DSYMUTIL |
| 1587 | 1587 | ||
| 1588 | @@ -19549,12 +20249,12 @@ with_gcc=$GCC | 1588 | @@ -19547,12 +20247,12 @@ with_gcc=$GCC |
| 1589 | # Compiler flag to turn off builtin functions. | 1589 | # Compiler flag to turn off builtin functions. |
| 1590 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 1590 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 1591 | 1591 | ||
| @@ -1601,7 +1601,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1601 | # Compiler flag to prevent dynamic linking. | 1601 | # Compiler flag to prevent dynamic linking. |
| 1602 | link_static_flag=$lt_lt_prog_compiler_static | 1602 | link_static_flag=$lt_lt_prog_compiler_static |
| 1603 | 1603 | ||
| 1604 | @@ -19641,9 +20341,6 @@ inherit_rpath=$inherit_rpath | 1604 | @@ -19639,9 +20339,6 @@ inherit_rpath=$inherit_rpath |
| 1605 | # Whether libtool must link a program against all its dependency libraries. | 1605 | # Whether libtool must link a program against all its dependency libraries. |
| 1606 | link_all_deplibs=$link_all_deplibs | 1606 | link_all_deplibs=$link_all_deplibs |
| 1607 | 1607 | ||
| @@ -1611,7 +1611,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1611 | # Set to "yes" if exported symbols are required. | 1611 | # Set to "yes" if exported symbols are required. |
| 1612 | always_export_symbols=$always_export_symbols | 1612 | always_export_symbols=$always_export_symbols |
| 1613 | 1613 | ||
| 1614 | @@ -19659,6 +20356,9 @@ include_expsyms=$lt_include_expsyms | 1614 | @@ -19657,6 +20354,9 @@ include_expsyms=$lt_include_expsyms |
| 1615 | # Commands necessary for linking programs (against libraries) with templates. | 1615 | # Commands necessary for linking programs (against libraries) with templates. |
| 1616 | prelink_cmds=$lt_prelink_cmds | 1616 | prelink_cmds=$lt_prelink_cmds |
| 1617 | 1617 | ||
| @@ -1621,7 +1621,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1621 | # Specify filename containing input files. | 1621 | # Specify filename containing input files. |
| 1622 | file_list_spec=$lt_file_list_spec | 1622 | file_list_spec=$lt_file_list_spec |
| 1623 | 1623 | ||
| 1624 | @@ -19691,210 +20391,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 1624 | @@ -19689,210 +20389,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 1625 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 1625 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 1626 | # text mode, it properly converts lines to CR/LF. This bash problem | 1626 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 1627 | # is reportedly fixed, but why not run on old versions too? | 1627 | # is reportedly fixed, but why not run on old versions too? |
| @@ -1996,7 +1996,7 @@ index 9fe9cf6919f..37b2e6c3393 100755 | |||
| 1996 | chmod +x "$ofile" | 1996 | chmod +x "$ofile" |
| 1997 | 1997 | ||
| 1998 | diff --git a/bfd/configure.ac b/bfd/configure.ac | 1998 | diff --git a/bfd/configure.ac b/bfd/configure.ac |
| 1999 | index 6bcfd1b7368..6aedf387cb9 100644 | 1999 | index 90fad5417b3..1d57f289f18 100644 |
| 2000 | --- a/bfd/configure.ac | 2000 | --- a/bfd/configure.ac |
| 2001 | +++ b/bfd/configure.ac | 2001 | +++ b/bfd/configure.ac |
| 2002 | @@ -275,7 +275,7 @@ changequote(,)dnl | 2002 | @@ -275,7 +275,7 @@ changequote(,)dnl |
| @@ -2009,7 +2009,7 @@ index 6bcfd1b7368..6aedf387cb9 100644 | |||
| 2009 | fi | 2009 | fi |
| 2010 | 2010 | ||
| 2011 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in | 2011 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in |
| 2012 | index 67fa5b3b8d9..3273426119c 100644 | 2012 | index 8029bc29d57..5b2b4b81426 100644 |
| 2013 | --- a/binutils/Makefile.in | 2013 | --- a/binutils/Makefile.in |
| 2014 | +++ b/binutils/Makefile.in | 2014 | +++ b/binutils/Makefile.in |
| 2015 | @@ -495,6 +495,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ | 2015 | @@ -495,6 +495,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ |
| @@ -2037,7 +2037,7 @@ index 67fa5b3b8d9..3273426119c 100644 | |||
| 2037 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 2037 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 2038 | am__include = @am__include@ | 2038 | am__include = @am__include@ |
| 2039 | diff --git a/binutils/configure b/binutils/configure | 2039 | diff --git a/binutils/configure b/binutils/configure |
| 2040 | index e97f4cba053..6e6e08b350a 100755 | 2040 | index caa7c3679e9..5b5c7b38028 100755 |
| 2041 | --- a/binutils/configure | 2041 | --- a/binutils/configure |
| 2042 | +++ b/binutils/configure | 2042 | +++ b/binutils/configure |
| 2043 | @@ -704,8 +704,11 @@ OTOOL | 2043 | @@ -704,8 +704,11 @@ OTOOL |
| @@ -3363,7 +3363,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3363 | int main () | 3363 | int main () |
| 3364 | { | 3364 | { |
| 3365 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 3365 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 3366 | @@ -17393,13 +18043,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 3366 | @@ -17383,13 +18033,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 3367 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 3367 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 3368 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 3368 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 3369 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 3369 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -3384,7 +3384,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3384 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 3384 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 3385 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 3385 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 3386 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 3386 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 3387 | @@ -17414,14 +18071,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 3387 | @@ -17404,14 +18061,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 3388 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 3388 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 3389 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 3389 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 3390 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 3390 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| @@ -3403,7 +3403,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3403 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 3403 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 3404 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 3404 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 3405 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 3405 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 3406 | @@ -17454,12 +18114,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 3406 | @@ -17444,12 +18104,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 3407 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 3407 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 3408 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 3408 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 3409 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 3409 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -3417,7 +3417,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3417 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 3417 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 3418 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 3418 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 3419 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 3419 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 3420 | @@ -17514,8 +18174,13 @@ reload_flag \ | 3420 | @@ -17504,8 +18164,13 @@ reload_flag \ |
| 3421 | OBJDUMP \ | 3421 | OBJDUMP \ |
| 3422 | deplibs_check_method \ | 3422 | deplibs_check_method \ |
| 3423 | file_magic_cmd \ | 3423 | file_magic_cmd \ |
| @@ -3431,7 +3431,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3431 | STRIP \ | 3431 | STRIP \ |
| 3432 | RANLIB \ | 3432 | RANLIB \ |
| 3433 | CC \ | 3433 | CC \ |
| 3434 | @@ -17525,12 +18190,14 @@ lt_cv_sys_global_symbol_pipe \ | 3434 | @@ -17515,12 +18180,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 3435 | lt_cv_sys_global_symbol_to_cdecl \ | 3435 | lt_cv_sys_global_symbol_to_cdecl \ |
| 3436 | lt_cv_sys_global_symbol_to_c_name_address \ | 3436 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 3437 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 3437 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -3447,7 +3447,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3447 | DSYMUTIL \ | 3447 | DSYMUTIL \ |
| 3448 | NMEDIT \ | 3448 | NMEDIT \ |
| 3449 | LIPO \ | 3449 | LIPO \ |
| 3450 | @@ -17546,7 +18213,6 @@ no_undefined_flag \ | 3450 | @@ -17536,7 +18203,6 @@ no_undefined_flag \ |
| 3451 | hardcode_libdir_flag_spec \ | 3451 | hardcode_libdir_flag_spec \ |
| 3452 | hardcode_libdir_flag_spec_ld \ | 3452 | hardcode_libdir_flag_spec_ld \ |
| 3453 | hardcode_libdir_separator \ | 3453 | hardcode_libdir_separator \ |
| @@ -3455,7 +3455,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3455 | exclude_expsyms \ | 3455 | exclude_expsyms \ |
| 3456 | include_expsyms \ | 3456 | include_expsyms \ |
| 3457 | file_list_spec \ | 3457 | file_list_spec \ |
| 3458 | @@ -17582,6 +18248,7 @@ module_cmds \ | 3458 | @@ -17572,6 +18238,7 @@ module_cmds \ |
| 3459 | module_expsym_cmds \ | 3459 | module_expsym_cmds \ |
| 3460 | export_symbols_cmds \ | 3460 | export_symbols_cmds \ |
| 3461 | prelink_cmds \ | 3461 | prelink_cmds \ |
| @@ -3463,7 +3463,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3463 | postinstall_cmds \ | 3463 | postinstall_cmds \ |
| 3464 | postuninstall_cmds \ | 3464 | postuninstall_cmds \ |
| 3465 | finish_cmds \ | 3465 | finish_cmds \ |
| 3466 | @@ -18355,7 +19022,8 @@ $as_echo X"$file" | | 3466 | @@ -18345,7 +19012,8 @@ $as_echo X"$file" | |
| 3467 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 3467 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 3468 | # | 3468 | # |
| 3469 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 3469 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -3473,7 +3473,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3473 | # Written by Gordon Matzigkeit, 1996 | 3473 | # Written by Gordon Matzigkeit, 1996 |
| 3474 | # | 3474 | # |
| 3475 | # This file is part of GNU Libtool. | 3475 | # This file is part of GNU Libtool. |
| 3476 | @@ -18458,19 +19126,42 @@ SP2NL=$lt_lt_SP2NL | 3476 | @@ -18448,19 +19116,42 @@ SP2NL=$lt_lt_SP2NL |
| 3477 | # turn newlines into spaces. | 3477 | # turn newlines into spaces. |
| 3478 | NL2SP=$lt_lt_NL2SP | 3478 | NL2SP=$lt_lt_NL2SP |
| 3479 | 3479 | ||
| @@ -3517,7 +3517,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3517 | # A symbol stripping program. | 3517 | # A symbol stripping program. |
| 3518 | STRIP=$lt_STRIP | 3518 | STRIP=$lt_STRIP |
| 3519 | 3519 | ||
| 3520 | @@ -18500,6 +19191,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 3520 | @@ -18490,6 +19181,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 3521 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 3521 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 3522 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 3522 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 3523 | 3523 | ||
| @@ -3530,7 +3530,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3530 | # The name of the directory that contains temporary libtool files. | 3530 | # The name of the directory that contains temporary libtool files. |
| 3531 | objdir=$objdir | 3531 | objdir=$objdir |
| 3532 | 3532 | ||
| 3533 | @@ -18509,6 +19206,9 @@ MAGIC_CMD=$MAGIC_CMD | 3533 | @@ -18499,6 +19196,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 3534 | # Must we lock files when doing compilation? | 3534 | # Must we lock files when doing compilation? |
| 3535 | need_locks=$lt_need_locks | 3535 | need_locks=$lt_need_locks |
| 3536 | 3536 | ||
| @@ -3540,7 +3540,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3540 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 3540 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 3541 | DSYMUTIL=$lt_DSYMUTIL | 3541 | DSYMUTIL=$lt_DSYMUTIL |
| 3542 | 3542 | ||
| 3543 | @@ -18623,12 +19323,12 @@ with_gcc=$GCC | 3543 | @@ -18613,12 +19313,12 @@ with_gcc=$GCC |
| 3544 | # Compiler flag to turn off builtin functions. | 3544 | # Compiler flag to turn off builtin functions. |
| 3545 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 3545 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 3546 | 3546 | ||
| @@ -3556,7 +3556,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3556 | # Compiler flag to prevent dynamic linking. | 3556 | # Compiler flag to prevent dynamic linking. |
| 3557 | link_static_flag=$lt_lt_prog_compiler_static | 3557 | link_static_flag=$lt_lt_prog_compiler_static |
| 3558 | 3558 | ||
| 3559 | @@ -18715,9 +19415,6 @@ inherit_rpath=$inherit_rpath | 3559 | @@ -18705,9 +19405,6 @@ inherit_rpath=$inherit_rpath |
| 3560 | # Whether libtool must link a program against all its dependency libraries. | 3560 | # Whether libtool must link a program against all its dependency libraries. |
| 3561 | link_all_deplibs=$link_all_deplibs | 3561 | link_all_deplibs=$link_all_deplibs |
| 3562 | 3562 | ||
| @@ -3566,7 +3566,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3566 | # Set to "yes" if exported symbols are required. | 3566 | # Set to "yes" if exported symbols are required. |
| 3567 | always_export_symbols=$always_export_symbols | 3567 | always_export_symbols=$always_export_symbols |
| 3568 | 3568 | ||
| 3569 | @@ -18733,6 +19430,9 @@ include_expsyms=$lt_include_expsyms | 3569 | @@ -18723,6 +19420,9 @@ include_expsyms=$lt_include_expsyms |
| 3570 | # Commands necessary for linking programs (against libraries) with templates. | 3570 | # Commands necessary for linking programs (against libraries) with templates. |
| 3571 | prelink_cmds=$lt_prelink_cmds | 3571 | prelink_cmds=$lt_prelink_cmds |
| 3572 | 3572 | ||
| @@ -3576,7 +3576,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3576 | # Specify filename containing input files. | 3576 | # Specify filename containing input files. |
| 3577 | file_list_spec=$lt_file_list_spec | 3577 | file_list_spec=$lt_file_list_spec |
| 3578 | 3578 | ||
| 3579 | @@ -18765,210 +19465,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 3579 | @@ -18755,210 +19455,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 3580 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 3580 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 3581 | # text mode, it properly converts lines to CR/LF. This bash problem | 3581 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 3582 | # is reportedly fixed, but why not run on old versions too? | 3582 | # is reportedly fixed, but why not run on old versions too? |
| @@ -3951,7 +3951,7 @@ index e97f4cba053..6e6e08b350a 100755 | |||
| 3951 | chmod +x "$ofile" | 3951 | chmod +x "$ofile" |
| 3952 | 3952 | ||
| 3953 | diff --git a/gas/Makefile.in b/gas/Makefile.in | 3953 | diff --git a/gas/Makefile.in b/gas/Makefile.in |
| 3954 | index b57516369d7..1d5f5295102 100644 | 3954 | index 1f24d4a5bbc..0147b491612 100644 |
| 3955 | --- a/gas/Makefile.in | 3955 | --- a/gas/Makefile.in |
| 3956 | +++ b/gas/Makefile.in | 3956 | +++ b/gas/Makefile.in |
| 3957 | @@ -384,6 +384,7 @@ CYGPATH_W = @CYGPATH_W@ | 3957 | @@ -384,6 +384,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -3979,7 +3979,7 @@ index b57516369d7..1d5f5295102 100644 | |||
| 3979 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 3979 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 3980 | am__include = @am__include@ | 3980 | am__include = @am__include@ |
| 3981 | diff --git a/gas/configure b/gas/configure | 3981 | diff --git a/gas/configure b/gas/configure |
| 3982 | index a4d64ce5289..01c0c35ecad 100755 | 3982 | index 085c87d564c..14b1dc0f121 100755 |
| 3983 | --- a/gas/configure | 3983 | --- a/gas/configure |
| 3984 | +++ b/gas/configure | 3984 | +++ b/gas/configure |
| 3985 | @@ -692,8 +692,11 @@ OTOOL | 3985 | @@ -692,8 +692,11 @@ OTOOL |
| @@ -4002,7 +4002,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4002 | enable_libtool_lock | 4002 | enable_libtool_lock |
| 4003 | enable_plugins | 4003 | enable_plugins |
| 4004 | enable_largefile | 4004 | enable_largefile |
| 4005 | @@ -1517,6 +1521,8 @@ Optional Packages: | 4005 | @@ -1519,6 +1523,8 @@ Optional Packages: |
| 4006 | --with-pic try to use only PIC/non-PIC objects [default=use | 4006 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 4007 | both] | 4007 | both] |
| 4008 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 4008 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -4011,7 +4011,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4011 | --with-cpu=CPU default cpu variant is CPU (currently only supported | 4011 | --with-cpu=CPU default cpu variant is CPU (currently only supported |
| 4012 | on ARC) | 4012 | on ARC) |
| 4013 | --with-gnu-ld assume the C compiler uses GNU ld default=no | 4013 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
| 4014 | @@ -4650,8 +4656,8 @@ esac | 4014 | @@ -4652,8 +4658,8 @@ esac |
| 4015 | 4015 | ||
| 4016 | 4016 | ||
| 4017 | 4017 | ||
| @@ -4022,7 +4022,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4022 | 4022 | ||
| 4023 | 4023 | ||
| 4024 | 4024 | ||
| 4025 | @@ -4691,7 +4697,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 4025 | @@ -4693,7 +4699,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 4026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 4026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 4027 | $as_echo_n "checking how to print strings... " >&6; } | 4027 | $as_echo_n "checking how to print strings... " >&6; } |
| 4028 | # Test print first, because it will be a builtin if present. | 4028 | # Test print first, because it will be a builtin if present. |
| @@ -4031,7 +4031,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4031 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 4031 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 4032 | ECHO='print -r --' | 4032 | ECHO='print -r --' |
| 4033 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 4033 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 4034 | @@ -5384,8 +5390,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 4034 | @@ -5386,8 +5392,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 4035 | # Try some XSI features | 4035 | # Try some XSI features |
| 4036 | xsi_shell=no | 4036 | xsi_shell=no |
| 4037 | ( _lt_dummy="a/b/c" | 4037 | ( _lt_dummy="a/b/c" |
| @@ -4042,7 +4042,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4042 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 4042 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 4043 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 4043 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 4044 | && xsi_shell=yes | 4044 | && xsi_shell=yes |
| 4045 | @@ -5434,6 +5440,80 @@ esac | 4045 | @@ -5436,6 +5442,80 @@ esac |
| 4046 | 4046 | ||
| 4047 | 4047 | ||
| 4048 | 4048 | ||
| @@ -4123,7 +4123,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 4123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 4124 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 4124 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 4125 | if ${lt_cv_ld_reload_flag+:} false; then : | 4125 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 4126 | @@ -5450,6 +5530,11 @@ case $reload_flag in | 4126 | @@ -5452,6 +5532,11 @@ case $reload_flag in |
| 4127 | esac | 4127 | esac |
| 4128 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 4128 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 4129 | case $host_os in | 4129 | case $host_os in |
| @@ -4135,7 +4135,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4135 | darwin*) | 4135 | darwin*) |
| 4136 | if test "$GCC" = yes; then | 4136 | if test "$GCC" = yes; then |
| 4137 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 4137 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 4138 | @@ -5618,7 +5703,8 @@ mingw* | pw32*) | 4138 | @@ -5620,7 +5705,8 @@ mingw* | pw32*) |
| 4139 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 4139 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 4140 | lt_cv_file_magic_cmd='func_win32_libid' | 4140 | lt_cv_file_magic_cmd='func_win32_libid' |
| 4141 | else | 4141 | else |
| @@ -4145,7 +4145,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4145 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 4145 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 4146 | fi | 4146 | fi |
| 4147 | ;; | 4147 | ;; |
| 4148 | @@ -5777,6 +5863,21 @@ esac | 4148 | @@ -5779,6 +5865,21 @@ esac |
| 4149 | fi | 4149 | fi |
| 4150 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 4150 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 4151 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 4151 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -4167,7 +4167,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4167 | file_magic_cmd=$lt_cv_file_magic_cmd | 4167 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 4168 | deplibs_check_method=$lt_cv_deplibs_check_method | 4168 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 4169 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 4169 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 4170 | @@ -5792,6 +5893,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 4170 | @@ -5794,6 +5895,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 4171 | 4171 | ||
| 4172 | 4172 | ||
| 4173 | 4173 | ||
| @@ -4325,7 +4325,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4325 | plugin_option= | 4325 | plugin_option= |
| 4326 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 4326 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 4327 | for plugin in $plugin_names; do | 4327 | for plugin in $plugin_names; do |
| 4328 | @@ -5806,8 +6058,10 @@ for plugin in $plugin_names; do | 4328 | @@ -5808,8 +6060,10 @@ for plugin in $plugin_names; do |
| 4329 | done | 4329 | done |
| 4330 | 4330 | ||
| 4331 | if test -n "$ac_tool_prefix"; then | 4331 | if test -n "$ac_tool_prefix"; then |
| @@ -4338,7 +4338,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4338 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4338 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4339 | $as_echo_n "checking for $ac_word... " >&6; } | 4339 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4340 | if ${ac_cv_prog_AR+:} false; then : | 4340 | if ${ac_cv_prog_AR+:} false; then : |
| 4341 | @@ -5823,7 +6077,7 @@ do | 4341 | @@ -5825,7 +6079,7 @@ do |
| 4342 | test -z "$as_dir" && as_dir=. | 4342 | test -z "$as_dir" && as_dir=. |
| 4343 | for ac_exec_ext in '' $ac_executable_extensions; do | 4343 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 4344 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 4344 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -4347,7 +4347,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4347 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4347 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4348 | break 2 | 4348 | break 2 |
| 4349 | fi | 4349 | fi |
| 4350 | @@ -5843,11 +6097,15 @@ $as_echo "no" >&6; } | 4350 | @@ -5845,11 +6099,15 @@ $as_echo "no" >&6; } |
| 4351 | fi | 4351 | fi |
| 4352 | 4352 | ||
| 4353 | 4353 | ||
| @@ -4366,7 +4366,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4367 | $as_echo_n "checking for $ac_word... " >&6; } | 4367 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4368 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 4368 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 4369 | @@ -5863,7 +6121,7 @@ do | 4369 | @@ -5865,7 +6123,7 @@ do |
| 4370 | test -z "$as_dir" && as_dir=. | 4370 | test -z "$as_dir" && as_dir=. |
| 4371 | for ac_exec_ext in '' $ac_executable_extensions; do | 4371 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 4372 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 4372 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -4375,7 +4375,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4375 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4375 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4376 | break 2 | 4376 | break 2 |
| 4377 | fi | 4377 | fi |
| 4378 | @@ -5882,6 +6140,10 @@ else | 4378 | @@ -5884,6 +6142,10 @@ else |
| 4379 | $as_echo "no" >&6; } | 4379 | $as_echo "no" >&6; } |
| 4380 | fi | 4380 | fi |
| 4381 | 4381 | ||
| @@ -4386,7 +4386,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4386 | if test "x$ac_ct_AR" = x; then | 4386 | if test "x$ac_ct_AR" = x; then |
| 4387 | AR="false" | 4387 | AR="false" |
| 4388 | else | 4388 | else |
| 4389 | @@ -5893,29 +6155,81 @@ ac_tool_warned=yes ;; | 4389 | @@ -5895,29 +6157,81 @@ ac_tool_warned=yes ;; |
| 4390 | esac | 4390 | esac |
| 4391 | AR=$ac_ct_AR | 4391 | AR=$ac_ct_AR |
| 4392 | fi | 4392 | fi |
| @@ -4483,7 +4483,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4483 | 4483 | ||
| 4484 | 4484 | ||
| 4485 | 4485 | ||
| 4486 | @@ -6262,8 +6576,8 @@ esac | 4486 | @@ -6264,8 +6578,8 @@ esac |
| 4487 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 4487 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 4488 | 4488 | ||
| 4489 | # Transform an extracted symbol line into symbol name and symbol address | 4489 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -4494,7 +4494,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4494 | 4494 | ||
| 4495 | # Handle CRLF in mingw tool chain | 4495 | # Handle CRLF in mingw tool chain |
| 4496 | opt_cr= | 4496 | opt_cr= |
| 4497 | @@ -6299,6 +6613,7 @@ for ac_symprfx in "" "_"; do | 4497 | @@ -6301,6 +6615,7 @@ for ac_symprfx in "" "_"; do |
| 4498 | else | 4498 | else |
| 4499 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 4499 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 4500 | fi | 4500 | fi |
| @@ -4502,7 +4502,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4502 | 4502 | ||
| 4503 | # Check to see that the pipe works correctly. | 4503 | # Check to see that the pipe works correctly. |
| 4504 | pipe_works=no | 4504 | pipe_works=no |
| 4505 | @@ -6340,6 +6655,18 @@ _LT_EOF | 4505 | @@ -6342,6 +6657,18 @@ _LT_EOF |
| 4506 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 4506 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 4507 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 4507 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 4508 | cat <<_LT_EOF > conftest.$ac_ext | 4508 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -4521,7 +4521,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4521 | #ifdef __cplusplus | 4521 | #ifdef __cplusplus |
| 4522 | extern "C" { | 4522 | extern "C" { |
| 4523 | #endif | 4523 | #endif |
| 4524 | @@ -6351,7 +6678,7 @@ _LT_EOF | 4524 | @@ -6353,7 +6680,7 @@ _LT_EOF |
| 4525 | cat <<_LT_EOF >> conftest.$ac_ext | 4525 | cat <<_LT_EOF >> conftest.$ac_ext |
| 4526 | 4526 | ||
| 4527 | /* The mapping between symbol names and symbols. */ | 4527 | /* The mapping between symbol names and symbols. */ |
| @@ -4530,7 +4530,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4530 | const char *name; | 4530 | const char *name; |
| 4531 | void *address; | 4531 | void *address; |
| 4532 | } | 4532 | } |
| 4533 | @@ -6377,8 +6704,8 @@ static const void *lt_preloaded_setup() { | 4533 | @@ -6379,8 +6706,8 @@ static const void *lt_preloaded_setup() { |
| 4534 | _LT_EOF | 4534 | _LT_EOF |
| 4535 | # Now try linking the two files. | 4535 | # Now try linking the two files. |
| 4536 | mv conftest.$ac_objext conftstm.$ac_objext | 4536 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -4541,7 +4541,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4541 | LIBS="conftstm.$ac_objext" | 4541 | LIBS="conftstm.$ac_objext" |
| 4542 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 4542 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 4543 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 4543 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 4544 | @@ -6388,8 +6715,8 @@ _LT_EOF | 4544 | @@ -6390,8 +6717,8 @@ _LT_EOF |
| 4545 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 4545 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 4546 | pipe_works=yes | 4546 | pipe_works=yes |
| 4547 | fi | 4547 | fi |
| @@ -4552,7 +4552,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4552 | else | 4552 | else |
| 4553 | echo "cannot find nm_test_func in $nlist" >&5 | 4553 | echo "cannot find nm_test_func in $nlist" >&5 |
| 4554 | fi | 4554 | fi |
| 4555 | @@ -6426,6 +6753,19 @@ else | 4555 | @@ -6428,6 +6755,19 @@ else |
| 4556 | $as_echo "ok" >&6; } | 4556 | $as_echo "ok" >&6; } |
| 4557 | fi | 4557 | fi |
| 4558 | 4558 | ||
| @@ -4572,7 +4572,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4572 | 4572 | ||
| 4573 | 4573 | ||
| 4574 | 4574 | ||
| 4575 | @@ -6442,6 +6782,42 @@ fi | 4575 | @@ -6444,6 +6784,42 @@ fi |
| 4576 | 4576 | ||
| 4577 | 4577 | ||
| 4578 | 4578 | ||
| @@ -4615,7 +4615,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4615 | 4615 | ||
| 4616 | 4616 | ||
| 4617 | 4617 | ||
| 4618 | @@ -6653,6 +7029,123 @@ esac | 4618 | @@ -6655,6 +7031,123 @@ esac |
| 4619 | 4619 | ||
| 4620 | need_locks="$enable_libtool_lock" | 4620 | need_locks="$enable_libtool_lock" |
| 4621 | 4621 | ||
| @@ -4739,7 +4739,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4739 | 4739 | ||
| 4740 | case $host_os in | 4740 | case $host_os in |
| 4741 | rhapsody* | darwin*) | 4741 | rhapsody* | darwin*) |
| 4742 | @@ -7216,6 +7709,8 @@ _LT_EOF | 4742 | @@ -7218,6 +7711,8 @@ _LT_EOF |
| 4743 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 4743 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 4744 | echo "$AR cru libconftest.a conftest.o" >&5 | 4744 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 4745 | $AR cru libconftest.a conftest.o 2>&5 | 4745 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -4748,7 +4748,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4748 | cat > conftest.c << _LT_EOF | 4748 | cat > conftest.c << _LT_EOF |
| 4749 | int main() { return 0;} | 4749 | int main() { return 0;} |
| 4750 | _LT_EOF | 4750 | _LT_EOF |
| 4751 | @@ -7800,8 +8295,6 @@ fi | 4751 | @@ -7802,8 +8297,6 @@ fi |
| 4752 | lt_prog_compiler_pic= | 4752 | lt_prog_compiler_pic= |
| 4753 | lt_prog_compiler_static= | 4753 | lt_prog_compiler_static= |
| 4754 | 4754 | ||
| @@ -4757,7 +4757,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4757 | 4757 | ||
| 4758 | if test "$GCC" = yes; then | 4758 | if test "$GCC" = yes; then |
| 4759 | lt_prog_compiler_wl='-Wl,' | 4759 | lt_prog_compiler_wl='-Wl,' |
| 4760 | @@ -7967,6 +8460,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 4760 | @@ -7969,6 +8462,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 4761 | lt_prog_compiler_pic='--shared' | 4761 | lt_prog_compiler_pic='--shared' |
| 4762 | lt_prog_compiler_static='--static' | 4762 | lt_prog_compiler_static='--static' |
| 4763 | ;; | 4763 | ;; |
| @@ -4770,7 +4770,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4770 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 4770 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 4771 | # Portland Group compilers (*not* the Pentium gcc compiler, | 4771 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 4772 | # which looks to be a dead project) | 4772 | # which looks to be a dead project) |
| 4773 | @@ -8029,7 +8528,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 4773 | @@ -8031,7 +8530,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 4774 | lt_prog_compiler_pic='-KPIC' | 4774 | lt_prog_compiler_pic='-KPIC' |
| 4775 | lt_prog_compiler_static='-Bstatic' | 4775 | lt_prog_compiler_static='-Bstatic' |
| 4776 | case $cc_basename in | 4776 | case $cc_basename in |
| @@ -4779,7 +4779,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4779 | lt_prog_compiler_wl='-Qoption ld ';; | 4779 | lt_prog_compiler_wl='-Qoption ld ';; |
| 4780 | *) | 4780 | *) |
| 4781 | lt_prog_compiler_wl='-Wl,';; | 4781 | lt_prog_compiler_wl='-Wl,';; |
| 4782 | @@ -8086,13 +8585,17 @@ case $host_os in | 4782 | @@ -8088,13 +8587,17 @@ case $host_os in |
| 4783 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 4783 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 4784 | ;; | 4784 | ;; |
| 4785 | esac | 4785 | esac |
| @@ -4803,7 +4803,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4803 | 4803 | ||
| 4804 | # | 4804 | # |
| 4805 | # Check to make sure the PIC flag actually works. | 4805 | # Check to make sure the PIC flag actually works. |
| 4806 | @@ -8153,6 +8656,11 @@ fi | 4806 | @@ -8155,6 +8658,11 @@ fi |
| 4807 | 4807 | ||
| 4808 | 4808 | ||
| 4809 | 4809 | ||
| @@ -4815,7 +4815,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4815 | # | 4815 | # |
| 4816 | # Check to make sure the static flag actually works. | 4816 | # Check to make sure the static flag actually works. |
| 4817 | # | 4817 | # |
| 4818 | @@ -8503,7 +9011,8 @@ _LT_EOF | 4818 | @@ -8505,7 +9013,8 @@ _LT_EOF |
| 4819 | allow_undefined_flag=unsupported | 4819 | allow_undefined_flag=unsupported |
| 4820 | always_export_symbols=no | 4820 | always_export_symbols=no |
| 4821 | enable_shared_with_static_runtimes=yes | 4821 | enable_shared_with_static_runtimes=yes |
| @@ -4825,7 +4825,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4825 | 4825 | ||
| 4826 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 4826 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 4827 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 4827 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 4828 | @@ -8602,12 +9111,12 @@ _LT_EOF | 4828 | @@ -8604,12 +9113,12 @@ _LT_EOF |
| 4829 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 4829 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 4830 | hardcode_libdir_flag_spec= | 4830 | hardcode_libdir_flag_spec= |
| 4831 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 4831 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -4840,7 +4840,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4840 | fi | 4840 | fi |
| 4841 | ;; | 4841 | ;; |
| 4842 | esac | 4842 | esac |
| 4843 | @@ -8621,8 +9130,8 @@ _LT_EOF | 4843 | @@ -8623,8 +9132,8 @@ _LT_EOF |
| 4844 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 4844 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 4845 | wlarc= | 4845 | wlarc= |
| 4846 | else | 4846 | else |
| @@ -4851,7 +4851,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4851 | fi | 4851 | fi |
| 4852 | ;; | 4852 | ;; |
| 4853 | 4853 | ||
| 4854 | @@ -8640,8 +9149,8 @@ _LT_EOF | 4854 | @@ -8642,8 +9151,8 @@ _LT_EOF |
| 4855 | 4855 | ||
| 4856 | _LT_EOF | 4856 | _LT_EOF |
| 4857 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 4857 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -4862,7 +4862,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4862 | else | 4862 | else |
| 4863 | ld_shlibs=no | 4863 | ld_shlibs=no |
| 4864 | fi | 4864 | fi |
| 4865 | @@ -8687,8 +9196,8 @@ _LT_EOF | 4865 | @@ -8689,8 +9198,8 @@ _LT_EOF |
| 4866 | 4866 | ||
| 4867 | *) | 4867 | *) |
| 4868 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 4868 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -4873,7 +4873,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4873 | else | 4873 | else |
| 4874 | ld_shlibs=no | 4874 | ld_shlibs=no |
| 4875 | fi | 4875 | fi |
| 4876 | @@ -8818,7 +9327,13 @@ _LT_EOF | 4876 | @@ -8820,7 +9329,13 @@ _LT_EOF |
| 4877 | allow_undefined_flag='-berok' | 4877 | allow_undefined_flag='-berok' |
| 4878 | # Determine the default libpath from the value encoded in an | 4878 | # Determine the default libpath from the value encoded in an |
| 4879 | # empty executable. | 4879 | # empty executable. |
| @@ -4888,7 +4888,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4888 | /* end confdefs.h. */ | 4888 | /* end confdefs.h. */ |
| 4889 | 4889 | ||
| 4890 | int | 4890 | int |
| 4891 | @@ -8831,22 +9346,29 @@ main () | 4891 | @@ -8833,22 +9348,29 @@ main () |
| 4892 | _ACEOF | 4892 | _ACEOF |
| 4893 | if ac_fn_c_try_link "$LINENO"; then : | 4893 | if ac_fn_c_try_link "$LINENO"; then : |
| 4894 | 4894 | ||
| @@ -4931,7 +4931,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4931 | 4931 | ||
| 4932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 4932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 4933 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 4933 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
| 4934 | @@ -8858,7 +9380,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4934 | @@ -8860,7 +9382,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 4935 | else | 4935 | else |
| 4936 | # Determine the default libpath from the value encoded in an | 4936 | # Determine the default libpath from the value encoded in an |
| 4937 | # empty executable. | 4937 | # empty executable. |
| @@ -4946,7 +4946,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4946 | /* end confdefs.h. */ | 4946 | /* end confdefs.h. */ |
| 4947 | 4947 | ||
| 4948 | int | 4948 | int |
| 4949 | @@ -8871,22 +9399,29 @@ main () | 4949 | @@ -8873,22 +9401,29 @@ main () |
| 4950 | _ACEOF | 4950 | _ACEOF |
| 4951 | if ac_fn_c_try_link "$LINENO"; then : | 4951 | if ac_fn_c_try_link "$LINENO"; then : |
| 4952 | 4952 | ||
| @@ -4989,7 +4989,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 4989 | 4989 | ||
| 4990 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 4990 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 4991 | # Warning - without using the other run time loading flags, | 4991 | # Warning - without using the other run time loading flags, |
| 4992 | @@ -8931,20 +9466,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4992 | @@ -8933,20 +9468,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 4993 | # Microsoft Visual C++. | 4993 | # Microsoft Visual C++. |
| 4994 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 4994 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 4995 | # no search path for DLLs. | 4995 | # no search path for DLLs. |
| @@ -5067,7 +5067,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5067 | ;; | 5067 | ;; |
| 5068 | 5068 | ||
| 5069 | darwin* | rhapsody*) | 5069 | darwin* | rhapsody*) |
| 5070 | @@ -9005,7 +9583,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5070 | @@ -9007,7 +9585,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 5071 | 5071 | ||
| 5072 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 5072 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 5073 | freebsd* | dragonfly*) | 5073 | freebsd* | dragonfly*) |
| @@ -5076,7 +5076,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5076 | hardcode_libdir_flag_spec='-R$libdir' | 5076 | hardcode_libdir_flag_spec='-R$libdir' |
| 5077 | hardcode_direct=yes | 5077 | hardcode_direct=yes |
| 5078 | hardcode_shlibpath_var=no | 5078 | hardcode_shlibpath_var=no |
| 5079 | @@ -9013,7 +9591,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5079 | @@ -9015,7 +9593,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 5080 | 5080 | ||
| 5081 | hpux9*) | 5081 | hpux9*) |
| 5082 | if test "$GCC" = yes; then | 5082 | if test "$GCC" = yes; then |
| @@ -5085,7 +5085,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5085 | else | 5085 | else |
| 5086 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 5086 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
| 5087 | fi | 5087 | fi |
| 5088 | @@ -9029,7 +9607,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5088 | @@ -9031,7 +9609,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 5089 | 5089 | ||
| 5090 | hpux10*) | 5090 | hpux10*) |
| 5091 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 5091 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -5094,7 +5094,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5094 | else | 5094 | else |
| 5095 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 5095 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 5096 | fi | 5096 | fi |
| 5097 | @@ -9053,10 +9631,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5097 | @@ -9055,10 +9633,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 5098 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 5098 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
| 5099 | ;; | 5099 | ;; |
| 5100 | ia64*) | 5100 | ia64*) |
| @@ -5107,7 +5107,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5107 | ;; | 5107 | ;; |
| 5108 | esac | 5108 | esac |
| 5109 | else | 5109 | else |
| 5110 | @@ -9135,23 +9713,36 @@ fi | 5110 | @@ -9137,23 +9715,36 @@ fi |
| 5111 | 5111 | ||
| 5112 | irix5* | irix6* | nonstopux*) | 5112 | irix5* | irix6* | nonstopux*) |
| 5113 | if test "$GCC" = yes; then | 5113 | if test "$GCC" = yes; then |
| @@ -5152,7 +5152,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5152 | else | 5152 | else |
| 5153 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 5153 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
| 5154 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 5154 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
| 5155 | @@ -9236,7 +9827,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 5155 | @@ -9238,7 +9829,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 5156 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 5156 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 5157 | if test "$GCC" = yes; then | 5157 | if test "$GCC" = yes; then |
| 5158 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 5158 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -5161,7 +5161,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5161 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 5161 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 5162 | else | 5162 | else |
| 5163 | allow_undefined_flag=' -expect_unresolved \*' | 5163 | allow_undefined_flag=' -expect_unresolved \*' |
| 5164 | @@ -9255,9 +9846,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 5164 | @@ -9257,9 +9848,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 5165 | no_undefined_flag=' -z defs' | 5165 | no_undefined_flag=' -z defs' |
| 5166 | if test "$GCC" = yes; then | 5166 | if test "$GCC" = yes; then |
| 5167 | wlarc='${wl}' | 5167 | wlarc='${wl}' |
| @@ -5173,7 +5173,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5173 | else | 5173 | else |
| 5174 | case `$CC -V 2>&1` in | 5174 | case `$CC -V 2>&1` in |
| 5175 | *"Compilers 5.0"*) | 5175 | *"Compilers 5.0"*) |
| 5176 | @@ -9833,8 +10424,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 5176 | @@ -9835,8 +10426,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 5177 | need_version=no | 5177 | need_version=no |
| 5178 | need_lib_prefix=no | 5178 | need_lib_prefix=no |
| 5179 | 5179 | ||
| @@ -5185,7 +5185,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5185 | library_names_spec='$libname.dll.a' | 5185 | library_names_spec='$libname.dll.a' |
| 5186 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 5186 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 5187 | postinstall_cmds='base_file=`basename \${file}`~ | 5187 | postinstall_cmds='base_file=`basename \${file}`~ |
| 5188 | @@ -9867,13 +10459,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 5188 | @@ -9869,13 +10461,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 5189 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 5189 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 5190 | ;; | 5190 | ;; |
| 5191 | esac | 5191 | esac |
| @@ -5258,16 +5258,16 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5258 | # FIXME: first we should search . and the directory the executable is in | 5258 | # FIXME: first we should search . and the directory the executable is in |
| 5259 | shlibpath_var=PATH | 5259 | shlibpath_var=PATH |
| 5260 | ;; | 5260 | ;; |
| 5261 | @@ -10775,7 +11425,7 @@ else | 5261 | @@ -10777,7 +11427,7 @@ else |
| 5262 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 5262 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 5263 | lt_status=$lt_dlunknown | 5263 | lt_status=$lt_dlunknown |
| 5264 | cat > conftest.$ac_ext <<_LT_EOF | 5264 | cat > conftest.$ac_ext <<_LT_EOF |
| 5265 | -#line 10778 "configure" | 5265 | -#line 10780 "configure" |
| 5266 | +#line $LINENO "configure" | 5266 | +#line $LINENO "configure" |
| 5267 | #include "confdefs.h" | 5267 | #include "confdefs.h" |
| 5268 | 5268 | ||
| 5269 | #if HAVE_DLFCN_H | 5269 | #if HAVE_DLFCN_H |
| 5270 | @@ -10819,10 +11469,10 @@ else | 5270 | @@ -10821,10 +11471,10 @@ else |
| 5271 | /* When -fvisbility=hidden is used, assume the code has been annotated | 5271 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 5272 | correspondingly for the symbols needed. */ | 5272 | correspondingly for the symbols needed. */ |
| 5273 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 5273 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -5280,16 +5280,16 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5280 | int main () | 5280 | int main () |
| 5281 | { | 5281 | { |
| 5282 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5282 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 5283 | @@ -10881,7 +11531,7 @@ else | 5283 | @@ -10883,7 +11533,7 @@ else |
| 5284 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 5284 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 5285 | lt_status=$lt_dlunknown | 5285 | lt_status=$lt_dlunknown |
| 5286 | cat > conftest.$ac_ext <<_LT_EOF | 5286 | cat > conftest.$ac_ext <<_LT_EOF |
| 5287 | -#line 10884 "configure" | 5287 | -#line 10886 "configure" |
| 5288 | +#line $LINENO "configure" | 5288 | +#line $LINENO "configure" |
| 5289 | #include "confdefs.h" | 5289 | #include "confdefs.h" |
| 5290 | 5290 | ||
| 5291 | #if HAVE_DLFCN_H | 5291 | #if HAVE_DLFCN_H |
| 5292 | @@ -10925,10 +11575,10 @@ else | 5292 | @@ -10927,10 +11577,10 @@ else |
| 5293 | /* When -fvisbility=hidden is used, assume the code has been annotated | 5293 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 5294 | correspondingly for the symbols needed. */ | 5294 | correspondingly for the symbols needed. */ |
| 5295 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 5295 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -5302,7 +5302,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5302 | int main () | 5302 | int main () |
| 5303 | { | 5303 | { |
| 5304 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5304 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 5305 | @@ -17078,13 +17728,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 5305 | @@ -17049,13 +17699,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 5306 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 5306 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 5307 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 5307 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 5308 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 5308 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -5323,7 +5323,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5323 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 5323 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 5324 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 5324 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 5325 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 5325 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 5326 | @@ -17099,14 +17756,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 5326 | @@ -17070,14 +17727,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 5327 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 5327 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 5328 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 5328 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 5329 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 5329 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| @@ -5342,7 +5342,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5342 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 5342 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 5343 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 5343 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 5344 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 5344 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 5345 | @@ -17139,12 +17799,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 5345 | @@ -17110,12 +17770,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 5346 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 5346 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 5347 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 5347 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 5348 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 5348 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -5356,7 +5356,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5356 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 5356 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 5357 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 5357 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 5358 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 5358 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 5359 | @@ -17199,8 +17859,13 @@ reload_flag \ | 5359 | @@ -17170,8 +17830,13 @@ reload_flag \ |
| 5360 | OBJDUMP \ | 5360 | OBJDUMP \ |
| 5361 | deplibs_check_method \ | 5361 | deplibs_check_method \ |
| 5362 | file_magic_cmd \ | 5362 | file_magic_cmd \ |
| @@ -5370,7 +5370,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5370 | STRIP \ | 5370 | STRIP \ |
| 5371 | RANLIB \ | 5371 | RANLIB \ |
| 5372 | CC \ | 5372 | CC \ |
| 5373 | @@ -17210,12 +17875,14 @@ lt_cv_sys_global_symbol_pipe \ | 5373 | @@ -17181,12 +17846,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 5374 | lt_cv_sys_global_symbol_to_cdecl \ | 5374 | lt_cv_sys_global_symbol_to_cdecl \ |
| 5375 | lt_cv_sys_global_symbol_to_c_name_address \ | 5375 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 5376 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 5376 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -5386,7 +5386,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5386 | DSYMUTIL \ | 5386 | DSYMUTIL \ |
| 5387 | NMEDIT \ | 5387 | NMEDIT \ |
| 5388 | LIPO \ | 5388 | LIPO \ |
| 5389 | @@ -17231,7 +17898,6 @@ no_undefined_flag \ | 5389 | @@ -17202,7 +17869,6 @@ no_undefined_flag \ |
| 5390 | hardcode_libdir_flag_spec \ | 5390 | hardcode_libdir_flag_spec \ |
| 5391 | hardcode_libdir_flag_spec_ld \ | 5391 | hardcode_libdir_flag_spec_ld \ |
| 5392 | hardcode_libdir_separator \ | 5392 | hardcode_libdir_separator \ |
| @@ -5394,7 +5394,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5394 | exclude_expsyms \ | 5394 | exclude_expsyms \ |
| 5395 | include_expsyms \ | 5395 | include_expsyms \ |
| 5396 | file_list_spec \ | 5396 | file_list_spec \ |
| 5397 | @@ -17267,6 +17933,7 @@ module_cmds \ | 5397 | @@ -17238,6 +17904,7 @@ module_cmds \ |
| 5398 | module_expsym_cmds \ | 5398 | module_expsym_cmds \ |
| 5399 | export_symbols_cmds \ | 5399 | export_symbols_cmds \ |
| 5400 | prelink_cmds \ | 5400 | prelink_cmds \ |
| @@ -5402,7 +5402,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5402 | postinstall_cmds \ | 5402 | postinstall_cmds \ |
| 5403 | postuninstall_cmds \ | 5403 | postuninstall_cmds \ |
| 5404 | finish_cmds \ | 5404 | finish_cmds \ |
| 5405 | @@ -18047,7 +18714,8 @@ $as_echo X"$file" | | 5405 | @@ -18018,7 +18685,8 @@ $as_echo X"$file" | |
| 5406 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 5406 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 5407 | # | 5407 | # |
| 5408 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 5408 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -5412,7 +5412,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5412 | # Written by Gordon Matzigkeit, 1996 | 5412 | # Written by Gordon Matzigkeit, 1996 |
| 5413 | # | 5413 | # |
| 5414 | # This file is part of GNU Libtool. | 5414 | # This file is part of GNU Libtool. |
| 5415 | @@ -18150,19 +18818,42 @@ SP2NL=$lt_lt_SP2NL | 5415 | @@ -18121,19 +18789,42 @@ SP2NL=$lt_lt_SP2NL |
| 5416 | # turn newlines into spaces. | 5416 | # turn newlines into spaces. |
| 5417 | NL2SP=$lt_lt_NL2SP | 5417 | NL2SP=$lt_lt_NL2SP |
| 5418 | 5418 | ||
| @@ -5456,7 +5456,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5456 | # A symbol stripping program. | 5456 | # A symbol stripping program. |
| 5457 | STRIP=$lt_STRIP | 5457 | STRIP=$lt_STRIP |
| 5458 | 5458 | ||
| 5459 | @@ -18192,6 +18883,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 5459 | @@ -18163,6 +18854,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 5460 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 5460 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 5461 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 5461 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 5462 | 5462 | ||
| @@ -5469,7 +5469,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5469 | # The name of the directory that contains temporary libtool files. | 5469 | # The name of the directory that contains temporary libtool files. |
| 5470 | objdir=$objdir | 5470 | objdir=$objdir |
| 5471 | 5471 | ||
| 5472 | @@ -18201,6 +18898,9 @@ MAGIC_CMD=$MAGIC_CMD | 5472 | @@ -18172,6 +18869,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 5473 | # Must we lock files when doing compilation? | 5473 | # Must we lock files when doing compilation? |
| 5474 | need_locks=$lt_need_locks | 5474 | need_locks=$lt_need_locks |
| 5475 | 5475 | ||
| @@ -5479,7 +5479,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5479 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 5479 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 5480 | DSYMUTIL=$lt_DSYMUTIL | 5480 | DSYMUTIL=$lt_DSYMUTIL |
| 5481 | 5481 | ||
| 5482 | @@ -18315,12 +19015,12 @@ with_gcc=$GCC | 5482 | @@ -18286,12 +18986,12 @@ with_gcc=$GCC |
| 5483 | # Compiler flag to turn off builtin functions. | 5483 | # Compiler flag to turn off builtin functions. |
| 5484 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 5484 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 5485 | 5485 | ||
| @@ -5495,7 +5495,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5495 | # Compiler flag to prevent dynamic linking. | 5495 | # Compiler flag to prevent dynamic linking. |
| 5496 | link_static_flag=$lt_lt_prog_compiler_static | 5496 | link_static_flag=$lt_lt_prog_compiler_static |
| 5497 | 5497 | ||
| 5498 | @@ -18407,9 +19107,6 @@ inherit_rpath=$inherit_rpath | 5498 | @@ -18378,9 +19078,6 @@ inherit_rpath=$inherit_rpath |
| 5499 | # Whether libtool must link a program against all its dependency libraries. | 5499 | # Whether libtool must link a program against all its dependency libraries. |
| 5500 | link_all_deplibs=$link_all_deplibs | 5500 | link_all_deplibs=$link_all_deplibs |
| 5501 | 5501 | ||
| @@ -5505,7 +5505,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5505 | # Set to "yes" if exported symbols are required. | 5505 | # Set to "yes" if exported symbols are required. |
| 5506 | always_export_symbols=$always_export_symbols | 5506 | always_export_symbols=$always_export_symbols |
| 5507 | 5507 | ||
| 5508 | @@ -18425,6 +19122,9 @@ include_expsyms=$lt_include_expsyms | 5508 | @@ -18396,6 +19093,9 @@ include_expsyms=$lt_include_expsyms |
| 5509 | # Commands necessary for linking programs (against libraries) with templates. | 5509 | # Commands necessary for linking programs (against libraries) with templates. |
| 5510 | prelink_cmds=$lt_prelink_cmds | 5510 | prelink_cmds=$lt_prelink_cmds |
| 5511 | 5511 | ||
| @@ -5515,7 +5515,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5515 | # Specify filename containing input files. | 5515 | # Specify filename containing input files. |
| 5516 | file_list_spec=$lt_file_list_spec | 5516 | file_list_spec=$lt_file_list_spec |
| 5517 | 5517 | ||
| 5518 | @@ -18457,210 +19157,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 5518 | @@ -18428,210 +19128,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 5519 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 5519 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 5520 | # text mode, it properly converts lines to CR/LF. This bash problem | 5520 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 5521 | # is reportedly fixed, but why not run on old versions too? | 5521 | # is reportedly fixed, but why not run on old versions too? |
| @@ -5890,7 +5890,7 @@ index a4d64ce5289..01c0c35ecad 100755 | |||
| 5890 | chmod +x "$ofile" | 5890 | chmod +x "$ofile" |
| 5891 | 5891 | ||
| 5892 | diff --git a/gprof/Makefile.in b/gprof/Makefile.in | 5892 | diff --git a/gprof/Makefile.in b/gprof/Makefile.in |
| 5893 | index a7398231030..fc7a3d78db0 100644 | 5893 | index 93fb378149a..6744cb1ff8c 100644 |
| 5894 | --- a/gprof/Makefile.in | 5894 | --- a/gprof/Makefile.in |
| 5895 | +++ b/gprof/Makefile.in | 5895 | +++ b/gprof/Makefile.in |
| 5896 | @@ -327,6 +327,7 @@ CYGPATH_W = @CYGPATH_W@ | 5896 | @@ -327,6 +327,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -5918,7 +5918,7 @@ index a7398231030..fc7a3d78db0 100644 | |||
| 5918 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 5918 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 5919 | am__include = @am__include@ | 5919 | am__include = @am__include@ |
| 5920 | diff --git a/gprof/configure b/gprof/configure | 5920 | diff --git a/gprof/configure b/gprof/configure |
| 5921 | index e3c86d3f1ed..e5e6edbe821 100755 | 5921 | index 47ed79d1df4..bfbf4c421f3 100755 |
| 5922 | --- a/gprof/configure | 5922 | --- a/gprof/configure |
| 5923 | +++ b/gprof/configure | 5923 | +++ b/gprof/configure |
| 5924 | @@ -669,8 +669,11 @@ OTOOL | 5924 | @@ -669,8 +669,11 @@ OTOOL |
| @@ -7832,7 +7832,7 @@ index e3c86d3f1ed..e5e6edbe821 100755 | |||
| 7832 | chmod +x "$ofile" | 7832 | chmod +x "$ofile" |
| 7833 | 7833 | ||
| 7834 | diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in | 7834 | diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in |
| 7835 | index 5ced0e012eb..e6174273972 100644 | 7835 | index f770dac57c5..dbdfd96c5ff 100644 |
| 7836 | --- a/gprofng/Makefile.in | 7836 | --- a/gprofng/Makefile.in |
| 7837 | +++ b/gprofng/Makefile.in | 7837 | +++ b/gprofng/Makefile.in |
| 7838 | @@ -254,6 +254,7 @@ CXXFLAGS = @CXXFLAGS@ | 7838 | @@ -254,6 +254,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -7852,7 +7852,7 @@ index 5ced0e012eb..e6174273972 100644 | |||
| 7852 | NM = @NM@ | 7852 | NM = @NM@ |
| 7853 | NMEDIT = @NMEDIT@ | 7853 | NMEDIT = @NMEDIT@ |
| 7854 | diff --git a/gprofng/configure b/gprofng/configure | 7854 | diff --git a/gprofng/configure b/gprofng/configure |
| 7855 | index cf3e9c3d0db..56e99cbe272 100755 | 7855 | index 524dbe737ec..6aaed114536 100755 |
| 7856 | --- a/gprofng/configure | 7856 | --- a/gprofng/configure |
| 7857 | +++ b/gprofng/configure | 7857 | +++ b/gprofng/configure |
| 7858 | @@ -672,6 +672,8 @@ OTOOL | 7858 | @@ -672,6 +672,8 @@ OTOOL |
| @@ -10428,7 +10428,7 @@ index cf3e9c3d0db..56e99cbe272 100755 | |||
| 10428 | file_list_spec=$lt_file_list_spec_CXX | 10428 | file_list_spec=$lt_file_list_spec_CXX |
| 10429 | 10429 | ||
| 10430 | diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in | 10430 | diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in |
| 10431 | index 5b57544d91a..da05c4cc0f0 100644 | 10431 | index 162ae4b19c1..9e6017aa0ff 100644 |
| 10432 | --- a/gprofng/doc/Makefile.in | 10432 | --- a/gprofng/doc/Makefile.in |
| 10433 | +++ b/gprofng/doc/Makefile.in | 10433 | +++ b/gprofng/doc/Makefile.in |
| 10434 | @@ -238,6 +238,7 @@ CXXFLAGS = @CXXFLAGS@ | 10434 | @@ -238,6 +238,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -10448,7 +10448,7 @@ index 5b57544d91a..da05c4cc0f0 100644 | |||
| 10448 | NM = @NM@ | 10448 | NM = @NM@ |
| 10449 | NMEDIT = @NMEDIT@ | 10449 | NMEDIT = @NMEDIT@ |
| 10450 | diff --git a/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in | 10450 | diff --git a/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in |
| 10451 | index b667ae91617..1a6dcf47d34 100644 | 10451 | index 2b8580f40f9..a01e34702d7 100644 |
| 10452 | --- a/gprofng/gp-display-html/Makefile.in | 10452 | --- a/gprofng/gp-display-html/Makefile.in |
| 10453 | +++ b/gprofng/gp-display-html/Makefile.in | 10453 | +++ b/gprofng/gp-display-html/Makefile.in |
| 10454 | @@ -198,6 +198,7 @@ CXXFLAGS = @CXXFLAGS@ | 10454 | @@ -198,6 +198,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -10468,7 +10468,7 @@ index b667ae91617..1a6dcf47d34 100644 | |||
| 10468 | NM = @NM@ | 10468 | NM = @NM@ |
| 10469 | NMEDIT = @NMEDIT@ | 10469 | NMEDIT = @NMEDIT@ |
| 10470 | diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in | 10470 | diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in |
| 10471 | index ce8755c80c9..91e29c29ab8 100644 | 10471 | index 4448745f17e..ff20f8f0715 100644 |
| 10472 | --- a/gprofng/libcollector/Makefile.in | 10472 | --- a/gprofng/libcollector/Makefile.in |
| 10473 | +++ b/gprofng/libcollector/Makefile.in | 10473 | +++ b/gprofng/libcollector/Makefile.in |
| 10474 | @@ -316,6 +316,7 @@ CXXFLAGS = @CXXFLAGS@ | 10474 | @@ -316,6 +316,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -10488,7 +10488,7 @@ index ce8755c80c9..91e29c29ab8 100644 | |||
| 10488 | NM = @NM@ | 10488 | NM = @NM@ |
| 10489 | NMEDIT = @NMEDIT@ | 10489 | NMEDIT = @NMEDIT@ |
| 10490 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure | 10490 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure |
| 10491 | index 4c55f672332..5c175851e3c 100755 | 10491 | index b1ba1edb35b..5a20f484c38 100755 |
| 10492 | --- a/gprofng/libcollector/configure | 10492 | --- a/gprofng/libcollector/configure |
| 10493 | +++ b/gprofng/libcollector/configure | 10493 | +++ b/gprofng/libcollector/configure |
| 10494 | @@ -640,6 +640,8 @@ OTOOL | 10494 | @@ -640,6 +640,8 @@ OTOOL |
| @@ -13064,7 +13064,7 @@ index 4c55f672332..5c175851e3c 100755 | |||
| 13064 | file_list_spec=$lt_file_list_spec_CXX | 13064 | file_list_spec=$lt_file_list_spec_CXX |
| 13065 | 13065 | ||
| 13066 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in | 13066 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in |
| 13067 | index cef4b275305..8b769d439fa 100644 | 13067 | index d0dec12e244..cf2745db706 100644 |
| 13068 | --- a/gprofng/src/Makefile.in | 13068 | --- a/gprofng/src/Makefile.in |
| 13069 | +++ b/gprofng/src/Makefile.in | 13069 | +++ b/gprofng/src/Makefile.in |
| 13070 | @@ -322,6 +322,7 @@ CXXFLAGS = @CXXFLAGS@ | 13070 | @@ -322,6 +322,7 @@ CXXFLAGS = @CXXFLAGS@ |
| @@ -13084,7 +13084,7 @@ index cef4b275305..8b769d439fa 100644 | |||
| 13084 | NM = @NM@ | 13084 | NM = @NM@ |
| 13085 | NMEDIT = @NMEDIT@ | 13085 | NMEDIT = @NMEDIT@ |
| 13086 | diff --git a/ld/Makefile.in b/ld/Makefile.in | 13086 | diff --git a/ld/Makefile.in b/ld/Makefile.in |
| 13087 | index 4be38a75feb..24b219d9df6 100644 | 13087 | index c3d08edbef1..7ee6acd3e03 100644 |
| 13088 | --- a/ld/Makefile.in | 13088 | --- a/ld/Makefile.in |
| 13089 | +++ b/ld/Makefile.in | 13089 | +++ b/ld/Makefile.in |
| 13090 | @@ -390,6 +390,7 @@ CYGPATH_W = @CYGPATH_W@ | 13090 | @@ -390,6 +390,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -13112,7 +13112,7 @@ index 4be38a75feb..24b219d9df6 100644 | |||
| 13112 | ac_ct_CXX = @ac_ct_CXX@ | 13112 | ac_ct_CXX = @ac_ct_CXX@ |
| 13113 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 13113 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 13114 | diff --git a/ld/configure b/ld/configure | 13114 | diff --git a/ld/configure b/ld/configure |
| 13115 | index dd770216b61..e8c5bc61d24 100755 | 13115 | index d537ec391d2..de7b61bb612 100755 |
| 13116 | --- a/ld/configure | 13116 | --- a/ld/configure |
| 13117 | +++ b/ld/configure | 13117 | +++ b/ld/configure |
| 13118 | @@ -705,8 +705,11 @@ OTOOL | 13118 | @@ -705,8 +705,11 @@ OTOOL |
| @@ -13135,7 +13135,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13135 | enable_libtool_lock | 13135 | enable_libtool_lock |
| 13136 | enable_plugins | 13136 | enable_plugins |
| 13137 | enable_largefile | 13137 | enable_largefile |
| 13138 | @@ -1583,6 +1587,8 @@ Optional Packages: | 13138 | @@ -1586,6 +1590,8 @@ Optional Packages: |
| 13139 | --with-pic try to use only PIC/non-PIC objects [default=use | 13139 | --with-pic try to use only PIC/non-PIC objects [default=use |
| 13140 | both] | 13140 | both] |
| 13141 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 13141 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| @@ -13144,7 +13144,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13144 | --with-lib-path=dir1:dir2... set default LIB_PATH | 13144 | --with-lib-path=dir1:dir2... set default LIB_PATH |
| 13145 | --with-sysroot=DIR Search for usr/lib et al within DIR. | 13145 | --with-sysroot=DIR Search for usr/lib et al within DIR. |
| 13146 | --with-gnu-ld assume the C compiler uses GNU ld default=no | 13146 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
| 13147 | @@ -5560,8 +5566,8 @@ esac | 13147 | @@ -5565,8 +5571,8 @@ esac |
| 13148 | 13148 | ||
| 13149 | 13149 | ||
| 13150 | 13150 | ||
| @@ -13155,7 +13155,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13155 | 13155 | ||
| 13156 | 13156 | ||
| 13157 | 13157 | ||
| 13158 | @@ -5601,7 +5607,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 13158 | @@ -5606,7 +5612,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
| 13159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 13159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
| 13160 | $as_echo_n "checking how to print strings... " >&6; } | 13160 | $as_echo_n "checking how to print strings... " >&6; } |
| 13161 | # Test print first, because it will be a builtin if present. | 13161 | # Test print first, because it will be a builtin if present. |
| @@ -13164,7 +13164,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13164 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 13164 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 13165 | ECHO='print -r --' | 13165 | ECHO='print -r --' |
| 13166 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 13166 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
| 13167 | @@ -6294,8 +6300,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 13167 | @@ -6299,8 +6305,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
| 13168 | # Try some XSI features | 13168 | # Try some XSI features |
| 13169 | xsi_shell=no | 13169 | xsi_shell=no |
| 13170 | ( _lt_dummy="a/b/c" | 13170 | ( _lt_dummy="a/b/c" |
| @@ -13175,7 +13175,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13175 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 13175 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
| 13176 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 13176 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
| 13177 | && xsi_shell=yes | 13177 | && xsi_shell=yes |
| 13178 | @@ -6344,6 +6350,80 @@ esac | 13178 | @@ -6349,6 +6355,80 @@ esac |
| 13179 | 13179 | ||
| 13180 | 13180 | ||
| 13181 | 13181 | ||
| @@ -13256,7 +13256,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13256 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 13256 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 13257 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 13257 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 13258 | if ${lt_cv_ld_reload_flag+:} false; then : | 13258 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 13259 | @@ -6360,6 +6440,11 @@ case $reload_flag in | 13259 | @@ -6365,6 +6445,11 @@ case $reload_flag in |
| 13260 | esac | 13260 | esac |
| 13261 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 13261 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 13262 | case $host_os in | 13262 | case $host_os in |
| @@ -13268,7 +13268,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13268 | darwin*) | 13268 | darwin*) |
| 13269 | if test "$GCC" = yes; then | 13269 | if test "$GCC" = yes; then |
| 13270 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 13270 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
| 13271 | @@ -6528,7 +6613,8 @@ mingw* | pw32*) | 13271 | @@ -6533,7 +6618,8 @@ mingw* | pw32*) |
| 13272 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 13272 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 13273 | lt_cv_file_magic_cmd='func_win32_libid' | 13273 | lt_cv_file_magic_cmd='func_win32_libid' |
| 13274 | else | 13274 | else |
| @@ -13278,7 +13278,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13278 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 13278 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 13279 | fi | 13279 | fi |
| 13280 | ;; | 13280 | ;; |
| 13281 | @@ -6687,6 +6773,21 @@ esac | 13281 | @@ -6692,6 +6778,21 @@ esac |
| 13282 | fi | 13282 | fi |
| 13283 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 13283 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 13284 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 13284 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| @@ -13300,7 +13300,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13300 | file_magic_cmd=$lt_cv_file_magic_cmd | 13300 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 13301 | deplibs_check_method=$lt_cv_deplibs_check_method | 13301 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 13302 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 13302 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 13303 | @@ -6702,6 +6803,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 13303 | @@ -6707,6 +6808,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 13304 | 13304 | ||
| 13305 | 13305 | ||
| 13306 | 13306 | ||
| @@ -13458,7 +13458,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13458 | plugin_option= | 13458 | plugin_option= |
| 13459 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 13459 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
| 13460 | for plugin in $plugin_names; do | 13460 | for plugin in $plugin_names; do |
| 13461 | @@ -6716,8 +6968,10 @@ for plugin in $plugin_names; do | 13461 | @@ -6721,8 +6973,10 @@ for plugin in $plugin_names; do |
| 13462 | done | 13462 | done |
| 13463 | 13463 | ||
| 13464 | if test -n "$ac_tool_prefix"; then | 13464 | if test -n "$ac_tool_prefix"; then |
| @@ -13471,7 +13471,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 13472 | $as_echo_n "checking for $ac_word... " >&6; } | 13472 | $as_echo_n "checking for $ac_word... " >&6; } |
| 13473 | if ${ac_cv_prog_AR+:} false; then : | 13473 | if ${ac_cv_prog_AR+:} false; then : |
| 13474 | @@ -6733,7 +6987,7 @@ do | 13474 | @@ -6738,7 +6992,7 @@ do |
| 13475 | test -z "$as_dir" && as_dir=. | 13475 | test -z "$as_dir" && as_dir=. |
| 13476 | for ac_exec_ext in '' $ac_executable_extensions; do | 13476 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 13477 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 13477 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -13480,7 +13480,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13480 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 13480 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 13481 | break 2 | 13481 | break 2 |
| 13482 | fi | 13482 | fi |
| 13483 | @@ -6753,11 +7007,15 @@ $as_echo "no" >&6; } | 13483 | @@ -6758,11 +7012,15 @@ $as_echo "no" >&6; } |
| 13484 | fi | 13484 | fi |
| 13485 | 13485 | ||
| 13486 | 13486 | ||
| @@ -13499,7 +13499,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13499 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13499 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 13500 | $as_echo_n "checking for $ac_word... " >&6; } | 13500 | $as_echo_n "checking for $ac_word... " >&6; } |
| 13501 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 13501 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 13502 | @@ -6773,7 +7031,7 @@ do | 13502 | @@ -6778,7 +7036,7 @@ do |
| 13503 | test -z "$as_dir" && as_dir=. | 13503 | test -z "$as_dir" && as_dir=. |
| 13504 | for ac_exec_ext in '' $ac_executable_extensions; do | 13504 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 13505 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 13505 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| @@ -13508,7 +13508,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13508 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 13508 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 13509 | break 2 | 13509 | break 2 |
| 13510 | fi | 13510 | fi |
| 13511 | @@ -6792,6 +7050,10 @@ else | 13511 | @@ -6797,6 +7055,10 @@ else |
| 13512 | $as_echo "no" >&6; } | 13512 | $as_echo "no" >&6; } |
| 13513 | fi | 13513 | fi |
| 13514 | 13514 | ||
| @@ -13519,7 +13519,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13519 | if test "x$ac_ct_AR" = x; then | 13519 | if test "x$ac_ct_AR" = x; then |
| 13520 | AR="false" | 13520 | AR="false" |
| 13521 | else | 13521 | else |
| 13522 | @@ -6803,29 +7065,81 @@ ac_tool_warned=yes ;; | 13522 | @@ -6808,29 +7070,81 @@ ac_tool_warned=yes ;; |
| 13523 | esac | 13523 | esac |
| 13524 | AR=$ac_ct_AR | 13524 | AR=$ac_ct_AR |
| 13525 | fi | 13525 | fi |
| @@ -13616,7 +13616,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13616 | 13616 | ||
| 13617 | 13617 | ||
| 13618 | 13618 | ||
| 13619 | @@ -7172,8 +7486,8 @@ esac | 13619 | @@ -7177,8 +7491,8 @@ esac |
| 13620 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 13620 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
| 13621 | 13621 | ||
| 13622 | # Transform an extracted symbol line into symbol name and symbol address | 13622 | # Transform an extracted symbol line into symbol name and symbol address |
| @@ -13627,7 +13627,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13627 | 13627 | ||
| 13628 | # Handle CRLF in mingw tool chain | 13628 | # Handle CRLF in mingw tool chain |
| 13629 | opt_cr= | 13629 | opt_cr= |
| 13630 | @@ -7209,6 +7523,7 @@ for ac_symprfx in "" "_"; do | 13630 | @@ -7214,6 +7528,7 @@ for ac_symprfx in "" "_"; do |
| 13631 | else | 13631 | else |
| 13632 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 13632 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 13633 | fi | 13633 | fi |
| @@ -13635,7 +13635,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13635 | 13635 | ||
| 13636 | # Check to see that the pipe works correctly. | 13636 | # Check to see that the pipe works correctly. |
| 13637 | pipe_works=no | 13637 | pipe_works=no |
| 13638 | @@ -7250,6 +7565,18 @@ _LT_EOF | 13638 | @@ -7255,6 +7570,18 @@ _LT_EOF |
| 13639 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 13639 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 13640 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 13640 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 13641 | cat <<_LT_EOF > conftest.$ac_ext | 13641 | cat <<_LT_EOF > conftest.$ac_ext |
| @@ -13654,7 +13654,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13654 | #ifdef __cplusplus | 13654 | #ifdef __cplusplus |
| 13655 | extern "C" { | 13655 | extern "C" { |
| 13656 | #endif | 13656 | #endif |
| 13657 | @@ -7261,7 +7588,7 @@ _LT_EOF | 13657 | @@ -7266,7 +7593,7 @@ _LT_EOF |
| 13658 | cat <<_LT_EOF >> conftest.$ac_ext | 13658 | cat <<_LT_EOF >> conftest.$ac_ext |
| 13659 | 13659 | ||
| 13660 | /* The mapping between symbol names and symbols. */ | 13660 | /* The mapping between symbol names and symbols. */ |
| @@ -13663,7 +13663,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13663 | const char *name; | 13663 | const char *name; |
| 13664 | void *address; | 13664 | void *address; |
| 13665 | } | 13665 | } |
| 13666 | @@ -7287,8 +7614,8 @@ static const void *lt_preloaded_setup() { | 13666 | @@ -7292,8 +7619,8 @@ static const void *lt_preloaded_setup() { |
| 13667 | _LT_EOF | 13667 | _LT_EOF |
| 13668 | # Now try linking the two files. | 13668 | # Now try linking the two files. |
| 13669 | mv conftest.$ac_objext conftstm.$ac_objext | 13669 | mv conftest.$ac_objext conftstm.$ac_objext |
| @@ -13674,7 +13674,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13674 | LIBS="conftstm.$ac_objext" | 13674 | LIBS="conftstm.$ac_objext" |
| 13675 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 13675 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 13676 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 13676 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 13677 | @@ -7298,8 +7625,8 @@ _LT_EOF | 13677 | @@ -7303,8 +7630,8 @@ _LT_EOF |
| 13678 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 13678 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
| 13679 | pipe_works=yes | 13679 | pipe_works=yes |
| 13680 | fi | 13680 | fi |
| @@ -13685,7 +13685,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13685 | else | 13685 | else |
| 13686 | echo "cannot find nm_test_func in $nlist" >&5 | 13686 | echo "cannot find nm_test_func in $nlist" >&5 |
| 13687 | fi | 13687 | fi |
| 13688 | @@ -7336,6 +7663,27 @@ else | 13688 | @@ -7341,6 +7668,27 @@ else |
| 13689 | $as_echo "ok" >&6; } | 13689 | $as_echo "ok" >&6; } |
| 13690 | fi | 13690 | fi |
| 13691 | 13691 | ||
| @@ -13713,7 +13713,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13713 | 13713 | ||
| 13714 | 13714 | ||
| 13715 | 13715 | ||
| 13716 | @@ -7348,10 +7696,38 @@ fi | 13716 | @@ -7353,10 +7701,38 @@ fi |
| 13717 | 13717 | ||
| 13718 | 13718 | ||
| 13719 | 13719 | ||
| @@ -13752,7 +13752,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13752 | 13752 | ||
| 13753 | 13753 | ||
| 13754 | 13754 | ||
| 13755 | @@ -7563,6 +7939,123 @@ esac | 13755 | @@ -7568,6 +7944,123 @@ esac |
| 13756 | 13756 | ||
| 13757 | need_locks="$enable_libtool_lock" | 13757 | need_locks="$enable_libtool_lock" |
| 13758 | 13758 | ||
| @@ -13876,7 +13876,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13876 | 13876 | ||
| 13877 | case $host_os in | 13877 | case $host_os in |
| 13878 | rhapsody* | darwin*) | 13878 | rhapsody* | darwin*) |
| 13879 | @@ -8126,6 +8619,8 @@ _LT_EOF | 13879 | @@ -8131,6 +8624,8 @@ _LT_EOF |
| 13880 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 13880 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 13881 | echo "$AR cru libconftest.a conftest.o" >&5 | 13881 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 13882 | $AR cru libconftest.a conftest.o 2>&5 | 13882 | $AR cru libconftest.a conftest.o 2>&5 |
| @@ -13885,7 +13885,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13885 | cat > conftest.c << _LT_EOF | 13885 | cat > conftest.c << _LT_EOF |
| 13886 | int main() { return 0;} | 13886 | int main() { return 0;} |
| 13887 | _LT_EOF | 13887 | _LT_EOF |
| 13888 | @@ -8196,6 +8691,16 @@ done | 13888 | @@ -8201,6 +8696,16 @@ done |
| 13889 | 13889 | ||
| 13890 | 13890 | ||
| 13891 | 13891 | ||
| @@ -13902,7 +13902,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13902 | 13902 | ||
| 13903 | 13903 | ||
| 13904 | # Set options | 13904 | # Set options |
| 13905 | @@ -8711,8 +9216,6 @@ fi | 13905 | @@ -8716,8 +9221,6 @@ fi |
| 13906 | lt_prog_compiler_pic= | 13906 | lt_prog_compiler_pic= |
| 13907 | lt_prog_compiler_static= | 13907 | lt_prog_compiler_static= |
| 13908 | 13908 | ||
| @@ -13911,7 +13911,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13911 | 13911 | ||
| 13912 | if test "$GCC" = yes; then | 13912 | if test "$GCC" = yes; then |
| 13913 | lt_prog_compiler_wl='-Wl,' | 13913 | lt_prog_compiler_wl='-Wl,' |
| 13914 | @@ -8878,6 +9381,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 13914 | @@ -8883,6 +9386,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 13915 | lt_prog_compiler_pic='--shared' | 13915 | lt_prog_compiler_pic='--shared' |
| 13916 | lt_prog_compiler_static='--static' | 13916 | lt_prog_compiler_static='--static' |
| 13917 | ;; | 13917 | ;; |
| @@ -13924,7 +13924,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13924 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 13924 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 13925 | # Portland Group compilers (*not* the Pentium gcc compiler, | 13925 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 13926 | # which looks to be a dead project) | 13926 | # which looks to be a dead project) |
| 13927 | @@ -8940,7 +9449,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 13927 | @@ -8945,7 +9454,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 13928 | lt_prog_compiler_pic='-KPIC' | 13928 | lt_prog_compiler_pic='-KPIC' |
| 13929 | lt_prog_compiler_static='-Bstatic' | 13929 | lt_prog_compiler_static='-Bstatic' |
| 13930 | case $cc_basename in | 13930 | case $cc_basename in |
| @@ -13933,7 +13933,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13933 | lt_prog_compiler_wl='-Qoption ld ';; | 13933 | lt_prog_compiler_wl='-Qoption ld ';; |
| 13934 | *) | 13934 | *) |
| 13935 | lt_prog_compiler_wl='-Wl,';; | 13935 | lt_prog_compiler_wl='-Wl,';; |
| 13936 | @@ -8997,13 +9506,17 @@ case $host_os in | 13936 | @@ -9002,13 +9511,17 @@ case $host_os in |
| 13937 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 13937 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
| 13938 | ;; | 13938 | ;; |
| 13939 | esac | 13939 | esac |
| @@ -13957,7 +13957,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13957 | 13957 | ||
| 13958 | # | 13958 | # |
| 13959 | # Check to make sure the PIC flag actually works. | 13959 | # Check to make sure the PIC flag actually works. |
| 13960 | @@ -9064,6 +9577,11 @@ fi | 13960 | @@ -9069,6 +9582,11 @@ fi |
| 13961 | 13961 | ||
| 13962 | 13962 | ||
| 13963 | 13963 | ||
| @@ -13969,7 +13969,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13969 | # | 13969 | # |
| 13970 | # Check to make sure the static flag actually works. | 13970 | # Check to make sure the static flag actually works. |
| 13971 | # | 13971 | # |
| 13972 | @@ -9414,7 +9932,8 @@ _LT_EOF | 13972 | @@ -9419,7 +9937,8 @@ _LT_EOF |
| 13973 | allow_undefined_flag=unsupported | 13973 | allow_undefined_flag=unsupported |
| 13974 | always_export_symbols=no | 13974 | always_export_symbols=no |
| 13975 | enable_shared_with_static_runtimes=yes | 13975 | enable_shared_with_static_runtimes=yes |
| @@ -13979,7 +13979,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13979 | 13979 | ||
| 13980 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 13980 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
| 13981 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 13981 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
| 13982 | @@ -9513,12 +10032,12 @@ _LT_EOF | 13982 | @@ -9518,12 +10037,12 @@ _LT_EOF |
| 13983 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 13983 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 13984 | hardcode_libdir_flag_spec= | 13984 | hardcode_libdir_flag_spec= |
| 13985 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 13985 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| @@ -13994,7 +13994,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 13994 | fi | 13994 | fi |
| 13995 | ;; | 13995 | ;; |
| 13996 | esac | 13996 | esac |
| 13997 | @@ -9532,8 +10051,8 @@ _LT_EOF | 13997 | @@ -9537,8 +10056,8 @@ _LT_EOF |
| 13998 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 13998 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 13999 | wlarc= | 13999 | wlarc= |
| 14000 | else | 14000 | else |
| @@ -14005,7 +14005,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14005 | fi | 14005 | fi |
| 14006 | ;; | 14006 | ;; |
| 14007 | 14007 | ||
| 14008 | @@ -9551,8 +10070,8 @@ _LT_EOF | 14008 | @@ -9556,8 +10075,8 @@ _LT_EOF |
| 14009 | 14009 | ||
| 14010 | _LT_EOF | 14010 | _LT_EOF |
| 14011 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 14011 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -14016,7 +14016,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14016 | else | 14016 | else |
| 14017 | ld_shlibs=no | 14017 | ld_shlibs=no |
| 14018 | fi | 14018 | fi |
| 14019 | @@ -9598,8 +10117,8 @@ _LT_EOF | 14019 | @@ -9603,8 +10122,8 @@ _LT_EOF |
| 14020 | 14020 | ||
| 14021 | *) | 14021 | *) |
| 14022 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 14022 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
| @@ -14027,7 +14027,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14027 | else | 14027 | else |
| 14028 | ld_shlibs=no | 14028 | ld_shlibs=no |
| 14029 | fi | 14029 | fi |
| 14030 | @@ -9729,7 +10248,13 @@ _LT_EOF | 14030 | @@ -9734,7 +10253,13 @@ _LT_EOF |
| 14031 | allow_undefined_flag='-berok' | 14031 | allow_undefined_flag='-berok' |
| 14032 | # Determine the default libpath from the value encoded in an | 14032 | # Determine the default libpath from the value encoded in an |
| 14033 | # empty executable. | 14033 | # empty executable. |
| @@ -14042,7 +14042,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14042 | /* end confdefs.h. */ | 14042 | /* end confdefs.h. */ |
| 14043 | 14043 | ||
| 14044 | int | 14044 | int |
| 14045 | @@ -9742,22 +10267,29 @@ main () | 14045 | @@ -9747,22 +10272,29 @@ main () |
| 14046 | _ACEOF | 14046 | _ACEOF |
| 14047 | if ac_fn_c_try_link "$LINENO"; then : | 14047 | if ac_fn_c_try_link "$LINENO"; then : |
| 14048 | 14048 | ||
| @@ -14085,7 +14085,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14085 | 14085 | ||
| 14086 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 14086 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 14087 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" | 14087 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
| 14088 | @@ -9769,7 +10301,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14088 | @@ -9774,7 +10306,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14089 | else | 14089 | else |
| 14090 | # Determine the default libpath from the value encoded in an | 14090 | # Determine the default libpath from the value encoded in an |
| 14091 | # empty executable. | 14091 | # empty executable. |
| @@ -14100,7 +14100,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14100 | /* end confdefs.h. */ | 14100 | /* end confdefs.h. */ |
| 14101 | 14101 | ||
| 14102 | int | 14102 | int |
| 14103 | @@ -9782,22 +10320,29 @@ main () | 14103 | @@ -9787,22 +10325,29 @@ main () |
| 14104 | _ACEOF | 14104 | _ACEOF |
| 14105 | if ac_fn_c_try_link "$LINENO"; then : | 14105 | if ac_fn_c_try_link "$LINENO"; then : |
| 14106 | 14106 | ||
| @@ -14143,7 +14143,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14143 | 14143 | ||
| 14144 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 14144 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 14145 | # Warning - without using the other run time loading flags, | 14145 | # Warning - without using the other run time loading flags, |
| 14146 | @@ -9842,20 +10387,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14146 | @@ -9847,20 +10392,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14147 | # Microsoft Visual C++. | 14147 | # Microsoft Visual C++. |
| 14148 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 14148 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
| 14149 | # no search path for DLLs. | 14149 | # no search path for DLLs. |
| @@ -14221,7 +14221,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14221 | ;; | 14221 | ;; |
| 14222 | 14222 | ||
| 14223 | darwin* | rhapsody*) | 14223 | darwin* | rhapsody*) |
| 14224 | @@ -9916,7 +10504,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14224 | @@ -9921,7 +10509,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14225 | 14225 | ||
| 14226 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 14226 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
| 14227 | freebsd* | dragonfly*) | 14227 | freebsd* | dragonfly*) |
| @@ -14230,7 +14230,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14230 | hardcode_libdir_flag_spec='-R$libdir' | 14230 | hardcode_libdir_flag_spec='-R$libdir' |
| 14231 | hardcode_direct=yes | 14231 | hardcode_direct=yes |
| 14232 | hardcode_shlibpath_var=no | 14232 | hardcode_shlibpath_var=no |
| 14233 | @@ -9924,7 +10512,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14233 | @@ -9929,7 +10517,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14234 | 14234 | ||
| 14235 | hpux9*) | 14235 | hpux9*) |
| 14236 | if test "$GCC" = yes; then | 14236 | if test "$GCC" = yes; then |
| @@ -14239,7 +14239,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14239 | else | 14239 | else |
| 14240 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' | 14240 | archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' |
| 14241 | fi | 14241 | fi |
| 14242 | @@ -9940,7 +10528,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14242 | @@ -9945,7 +10533,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14243 | 14243 | ||
| 14244 | hpux10*) | 14244 | hpux10*) |
| 14245 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 14245 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
| @@ -14248,7 +14248,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14248 | else | 14248 | else |
| 14249 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 14249 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
| 14250 | fi | 14250 | fi |
| 14251 | @@ -9964,10 +10552,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14251 | @@ -9969,10 +10557,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14252 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 14252 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
| 14253 | ;; | 14253 | ;; |
| 14254 | ia64*) | 14254 | ia64*) |
| @@ -14261,7 +14261,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14261 | ;; | 14261 | ;; |
| 14262 | esac | 14262 | esac |
| 14263 | else | 14263 | else |
| 14264 | @@ -10046,23 +10634,36 @@ fi | 14264 | @@ -10051,23 +10639,36 @@ fi |
| 14265 | 14265 | ||
| 14266 | irix5* | irix6* | nonstopux*) | 14266 | irix5* | irix6* | nonstopux*) |
| 14267 | if test "$GCC" = yes; then | 14267 | if test "$GCC" = yes; then |
| @@ -14306,7 +14306,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14306 | else | 14306 | else |
| 14307 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' | 14307 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
| 14308 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | 14308 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' |
| 14309 | @@ -10147,7 +10748,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 14309 | @@ -10152,7 +10753,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 14310 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 14310 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
| 14311 | if test "$GCC" = yes; then | 14311 | if test "$GCC" = yes; then |
| 14312 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 14312 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
| @@ -14315,7 +14315,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14315 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 14315 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 14316 | else | 14316 | else |
| 14317 | allow_undefined_flag=' -expect_unresolved \*' | 14317 | allow_undefined_flag=' -expect_unresolved \*' |
| 14318 | @@ -10166,9 +10767,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 14318 | @@ -10171,9 +10772,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
| 14319 | no_undefined_flag=' -z defs' | 14319 | no_undefined_flag=' -z defs' |
| 14320 | if test "$GCC" = yes; then | 14320 | if test "$GCC" = yes; then |
| 14321 | wlarc='${wl}' | 14321 | wlarc='${wl}' |
| @@ -14327,7 +14327,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14327 | else | 14327 | else |
| 14328 | case `$CC -V 2>&1` in | 14328 | case `$CC -V 2>&1` in |
| 14329 | *"Compilers 5.0"*) | 14329 | *"Compilers 5.0"*) |
| 14330 | @@ -10744,8 +11345,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 14330 | @@ -10749,8 +11350,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 14331 | need_version=no | 14331 | need_version=no |
| 14332 | need_lib_prefix=no | 14332 | need_lib_prefix=no |
| 14333 | 14333 | ||
| @@ -14339,7 +14339,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14339 | library_names_spec='$libname.dll.a' | 14339 | library_names_spec='$libname.dll.a' |
| 14340 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 14340 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 14341 | postinstall_cmds='base_file=`basename \${file}`~ | 14341 | postinstall_cmds='base_file=`basename \${file}`~ |
| 14342 | @@ -10778,13 +11380,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 14342 | @@ -10783,13 +11385,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 14343 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 14343 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 14344 | ;; | 14344 | ;; |
| 14345 | esac | 14345 | esac |
| @@ -14412,16 +14412,16 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14412 | # FIXME: first we should search . and the directory the executable is in | 14412 | # FIXME: first we should search . and the directory the executable is in |
| 14413 | shlibpath_var=PATH | 14413 | shlibpath_var=PATH |
| 14414 | ;; | 14414 | ;; |
| 14415 | @@ -11686,7 +12346,7 @@ else | 14415 | @@ -11691,7 +12351,7 @@ else |
| 14416 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 14416 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 14417 | lt_status=$lt_dlunknown | 14417 | lt_status=$lt_dlunknown |
| 14418 | cat > conftest.$ac_ext <<_LT_EOF | 14418 | cat > conftest.$ac_ext <<_LT_EOF |
| 14419 | -#line 11686 "configure" | 14419 | -#line 11691 "configure" |
| 14420 | +#line $LINENO "configure" | 14420 | +#line $LINENO "configure" |
| 14421 | #include "confdefs.h" | 14421 | #include "confdefs.h" |
| 14422 | 14422 | ||
| 14423 | #if HAVE_DLFCN_H | 14423 | #if HAVE_DLFCN_H |
| 14424 | @@ -11730,10 +12390,10 @@ else | 14424 | @@ -11735,10 +12395,10 @@ else |
| 14425 | /* When -fvisbility=hidden is used, assume the code has been annotated | 14425 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 14426 | correspondingly for the symbols needed. */ | 14426 | correspondingly for the symbols needed. */ |
| 14427 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 14427 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -14434,16 +14434,16 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14434 | int main () | 14434 | int main () |
| 14435 | { | 14435 | { |
| 14436 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 14436 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 14437 | @@ -11792,7 +12452,7 @@ else | 14437 | @@ -11797,7 +12457,7 @@ else |
| 14438 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 14438 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 14439 | lt_status=$lt_dlunknown | 14439 | lt_status=$lt_dlunknown |
| 14440 | cat > conftest.$ac_ext <<_LT_EOF | 14440 | cat > conftest.$ac_ext <<_LT_EOF |
| 14441 | -#line 11792 "configure" | 14441 | -#line 11797 "configure" |
| 14442 | +#line $LINENO "configure" | 14442 | +#line $LINENO "configure" |
| 14443 | #include "confdefs.h" | 14443 | #include "confdefs.h" |
| 14444 | 14444 | ||
| 14445 | #if HAVE_DLFCN_H | 14445 | #if HAVE_DLFCN_H |
| 14446 | @@ -11836,10 +12496,10 @@ else | 14446 | @@ -11841,10 +12501,10 @@ else |
| 14447 | /* When -fvisbility=hidden is used, assume the code has been annotated | 14447 | /* When -fvisbility=hidden is used, assume the code has been annotated |
| 14448 | correspondingly for the symbols needed. */ | 14448 | correspondingly for the symbols needed. */ |
| 14449 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 14449 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
| @@ -14456,7 +14456,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14456 | int main () | 14456 | int main () |
| 14457 | { | 14457 | { |
| 14458 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 14458 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 14459 | @@ -12231,6 +12891,7 @@ $RM -r conftest* | 14459 | @@ -12236,6 +12896,7 @@ $RM -r conftest* |
| 14460 | 14460 | ||
| 14461 | # Allow CC to be a program name with arguments. | 14461 | # Allow CC to be a program name with arguments. |
| 14462 | lt_save_CC=$CC | 14462 | lt_save_CC=$CC |
| @@ -14464,7 +14464,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14464 | lt_save_LD=$LD | 14464 | lt_save_LD=$LD |
| 14465 | lt_save_GCC=$GCC | 14465 | lt_save_GCC=$GCC |
| 14466 | GCC=$GXX | 14466 | GCC=$GXX |
| 14467 | @@ -12248,6 +12909,7 @@ $RM -r conftest* | 14467 | @@ -12253,6 +12914,7 @@ $RM -r conftest* |
| 14468 | fi | 14468 | fi |
| 14469 | test -z "${LDCXX+set}" || LD=$LDCXX | 14469 | test -z "${LDCXX+set}" || LD=$LDCXX |
| 14470 | CC=${CXX-"c++"} | 14470 | CC=${CXX-"c++"} |
| @@ -14472,7 +14472,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14472 | compiler=$CC | 14472 | compiler=$CC |
| 14473 | compiler_CXX=$CC | 14473 | compiler_CXX=$CC |
| 14474 | for cc_temp in $compiler""; do | 14474 | for cc_temp in $compiler""; do |
| 14475 | @@ -12530,7 +13192,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 14475 | @@ -12535,7 +13197,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
| 14476 | allow_undefined_flag_CXX='-berok' | 14476 | allow_undefined_flag_CXX='-berok' |
| 14477 | # Determine the default libpath from the value encoded in an empty | 14477 | # Determine the default libpath from the value encoded in an empty |
| 14478 | # executable. | 14478 | # executable. |
| @@ -14487,7 +14487,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14487 | /* end confdefs.h. */ | 14487 | /* end confdefs.h. */ |
| 14488 | 14488 | ||
| 14489 | int | 14489 | int |
| 14490 | @@ -12543,22 +13211,29 @@ main () | 14490 | @@ -12548,22 +13216,29 @@ main () |
| 14491 | _ACEOF | 14491 | _ACEOF |
| 14492 | if ac_fn_cxx_try_link "$LINENO"; then : | 14492 | if ac_fn_cxx_try_link "$LINENO"; then : |
| 14493 | 14493 | ||
| @@ -14530,7 +14530,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14530 | 14530 | ||
| 14531 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 14531 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 14532 | 14532 | ||
| 14533 | @@ -12571,7 +13246,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14533 | @@ -12576,7 +13251,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14534 | else | 14534 | else |
| 14535 | # Determine the default libpath from the value encoded in an | 14535 | # Determine the default libpath from the value encoded in an |
| 14536 | # empty executable. | 14536 | # empty executable. |
| @@ -14545,7 +14545,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14545 | /* end confdefs.h. */ | 14545 | /* end confdefs.h. */ |
| 14546 | 14546 | ||
| 14547 | int | 14547 | int |
| 14548 | @@ -12584,22 +13265,29 @@ main () | 14548 | @@ -12589,22 +13270,29 @@ main () |
| 14549 | _ACEOF | 14549 | _ACEOF |
| 14550 | if ac_fn_cxx_try_link "$LINENO"; then : | 14550 | if ac_fn_cxx_try_link "$LINENO"; then : |
| 14551 | 14551 | ||
| @@ -14588,7 +14588,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14588 | 14588 | ||
| 14589 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 14589 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
| 14590 | # Warning - without using the other run time loading flags, | 14590 | # Warning - without using the other run time loading flags, |
| 14591 | @@ -12642,29 +13330,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14591 | @@ -12647,29 +13335,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14592 | ;; | 14592 | ;; |
| 14593 | 14593 | ||
| 14594 | cygwin* | mingw* | pw32* | cegcc*) | 14594 | cygwin* | mingw* | pw32* | cegcc*) |
| @@ -14687,7 +14687,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14687 | darwin* | rhapsody*) | 14687 | darwin* | rhapsody*) |
| 14688 | 14688 | ||
| 14689 | 14689 | ||
| 14690 | @@ -12770,7 +13504,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14690 | @@ -12775,7 +13509,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14691 | ;; | 14691 | ;; |
| 14692 | *) | 14692 | *) |
| 14693 | if test "$GXX" = yes; then | 14693 | if test "$GXX" = yes; then |
| @@ -14696,7 +14696,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14696 | else | 14696 | else |
| 14697 | # FIXME: insert proper C++ library support | 14697 | # FIXME: insert proper C++ library support |
| 14698 | ld_shlibs_CXX=no | 14698 | ld_shlibs_CXX=no |
| 14699 | @@ -12841,10 +13575,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14699 | @@ -12846,10 +13580,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14700 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' | 14700 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
| 14701 | ;; | 14701 | ;; |
| 14702 | ia64*) | 14702 | ia64*) |
| @@ -14709,7 +14709,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14709 | ;; | 14709 | ;; |
| 14710 | esac | 14710 | esac |
| 14711 | fi | 14711 | fi |
| 14712 | @@ -12885,9 +13619,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14712 | @@ -12890,9 +13624,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14713 | *) | 14713 | *) |
| 14714 | if test "$GXX" = yes; then | 14714 | if test "$GXX" = yes; then |
| 14715 | if test "$with_gnu_ld" = no; then | 14715 | if test "$with_gnu_ld" = no; then |
| @@ -14721,7 +14721,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14721 | fi | 14721 | fi |
| 14722 | fi | 14722 | fi |
| 14723 | link_all_deplibs_CXX=yes | 14723 | link_all_deplibs_CXX=yes |
| 14724 | @@ -13165,7 +13899,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14724 | @@ -13170,7 +13904,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14725 | archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' | 14725 | archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
| 14726 | ;; | 14726 | ;; |
| 14727 | *) | 14727 | *) |
| @@ -14730,7 +14730,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14730 | ;; | 14730 | ;; |
| 14731 | esac | 14731 | esac |
| 14732 | 14732 | ||
| 14733 | @@ -13211,7 +13945,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14733 | @@ -13216,7 +13950,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14734 | 14734 | ||
| 14735 | solaris*) | 14735 | solaris*) |
| 14736 | case $cc_basename in | 14736 | case $cc_basename in |
| @@ -14739,7 +14739,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14739 | # Sun C++ 4.2, 5.x and Centerline C++ | 14739 | # Sun C++ 4.2, 5.x and Centerline C++ |
| 14740 | archive_cmds_need_lc_CXX=yes | 14740 | archive_cmds_need_lc_CXX=yes |
| 14741 | no_undefined_flag_CXX=' -zdefs' | 14741 | no_undefined_flag_CXX=' -zdefs' |
| 14742 | @@ -13252,9 +13986,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14742 | @@ -13257,9 +13991,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
| 14743 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | 14743 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
| 14744 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' | 14744 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' |
| 14745 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then | 14745 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then |
| @@ -14751,7 +14751,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14751 | 14751 | ||
| 14752 | # Commands to make compiler produce verbose output that lists | 14752 | # Commands to make compiler produce verbose output that lists |
| 14753 | # what "hidden" libraries, object files and flags are used when | 14753 | # what "hidden" libraries, object files and flags are used when |
| 14754 | @@ -13390,6 +14124,13 @@ private: | 14754 | @@ -13395,6 +14129,13 @@ private: |
| 14755 | }; | 14755 | }; |
| 14756 | _LT_EOF | 14756 | _LT_EOF |
| 14757 | 14757 | ||
| @@ -14765,7 +14765,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14765 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14765 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 14766 | (eval $ac_compile) 2>&5 | 14766 | (eval $ac_compile) 2>&5 |
| 14767 | ac_status=$? | 14767 | ac_status=$? |
| 14768 | @@ -13403,7 +14144,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14768 | @@ -13408,7 +14149,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 14769 | pre_test_object_deps_done=no | 14769 | pre_test_object_deps_done=no |
| 14770 | 14770 | ||
| 14771 | for p in `eval "$output_verbose_link_cmd"`; do | 14771 | for p in `eval "$output_verbose_link_cmd"`; do |
| @@ -14774,7 +14774,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14774 | 14774 | ||
| 14775 | -L* | -R* | -l*) | 14775 | -L* | -R* | -l*) |
| 14776 | # Some compilers place space between "-{L,R}" and the path. | 14776 | # Some compilers place space between "-{L,R}" and the path. |
| 14777 | @@ -13412,13 +14153,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14777 | @@ -13417,13 +14158,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 14778 | test $p = "-R"; then | 14778 | test $p = "-R"; then |
| 14779 | prev=$p | 14779 | prev=$p |
| 14780 | continue | 14780 | continue |
| @@ -14801,7 +14801,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14801 | # Internal compiler library paths should come after those | 14801 | # Internal compiler library paths should come after those |
| 14802 | # provided the user. The postdeps already come after the | 14802 | # provided the user. The postdeps already come after the |
| 14803 | # user supplied libs so there is no need to process them. | 14803 | # user supplied libs so there is no need to process them. |
| 14804 | @@ -13438,8 +14188,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14804 | @@ -13443,8 +14193,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 14805 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" | 14805 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" |
| 14806 | fi | 14806 | fi |
| 14807 | fi | 14807 | fi |
| @@ -14812,7 +14812,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14812 | *.$objext) | 14812 | *.$objext) |
| 14813 | # This assumes that the test object file only shows up | 14813 | # This assumes that the test object file only shows up |
| 14814 | # once in the compiler output. | 14814 | # once in the compiler output. |
| 14815 | @@ -13475,6 +14227,7 @@ else | 14815 | @@ -13480,6 +14232,7 @@ else |
| 14816 | fi | 14816 | fi |
| 14817 | 14817 | ||
| 14818 | $RM -f confest.$objext | 14818 | $RM -f confest.$objext |
| @@ -14820,7 +14820,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14820 | 14820 | ||
| 14821 | # PORTME: override above test on systems where it is broken | 14821 | # PORTME: override above test on systems where it is broken |
| 14822 | case $host_os in | 14822 | case $host_os in |
| 14823 | @@ -13510,7 +14263,7 @@ linux*) | 14823 | @@ -13515,7 +14268,7 @@ linux*) |
| 14824 | 14824 | ||
| 14825 | solaris*) | 14825 | solaris*) |
| 14826 | case $cc_basename in | 14826 | case $cc_basename in |
| @@ -14829,7 +14829,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14829 | # The more standards-conforming stlport4 library is | 14829 | # The more standards-conforming stlport4 library is |
| 14830 | # incompatible with the Cstd library. Avoid specifying | 14830 | # incompatible with the Cstd library. Avoid specifying |
| 14831 | # it if it's in CXXFLAGS. Ignore libCrun as | 14831 | # it if it's in CXXFLAGS. Ignore libCrun as |
| 14832 | @@ -13575,8 +14328,6 @@ fi | 14832 | @@ -13580,8 +14333,6 @@ fi |
| 14833 | lt_prog_compiler_pic_CXX= | 14833 | lt_prog_compiler_pic_CXX= |
| 14834 | lt_prog_compiler_static_CXX= | 14834 | lt_prog_compiler_static_CXX= |
| 14835 | 14835 | ||
| @@ -14838,7 +14838,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14838 | 14838 | ||
| 14839 | # C++ specific cases for pic, static, wl, etc. | 14839 | # C++ specific cases for pic, static, wl, etc. |
| 14840 | if test "$GXX" = yes; then | 14840 | if test "$GXX" = yes; then |
| 14841 | @@ -13681,6 +14432,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 14841 | @@ -13686,6 +14437,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 14842 | ;; | 14842 | ;; |
| 14843 | esac | 14843 | esac |
| 14844 | ;; | 14844 | ;; |
| @@ -14850,7 +14850,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14850 | dgux*) | 14850 | dgux*) |
| 14851 | case $cc_basename in | 14851 | case $cc_basename in |
| 14852 | ec++*) | 14852 | ec++*) |
| 14853 | @@ -13833,7 +14589,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 14853 | @@ -13838,7 +14594,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
| 14854 | ;; | 14854 | ;; |
| 14855 | solaris*) | 14855 | solaris*) |
| 14856 | case $cc_basename in | 14856 | case $cc_basename in |
| @@ -14859,7 +14859,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14859 | # Sun C++ 4.2, 5.x and Centerline C++ | 14859 | # Sun C++ 4.2, 5.x and Centerline C++ |
| 14860 | lt_prog_compiler_pic_CXX='-KPIC' | 14860 | lt_prog_compiler_pic_CXX='-KPIC' |
| 14861 | lt_prog_compiler_static_CXX='-Bstatic' | 14861 | lt_prog_compiler_static_CXX='-Bstatic' |
| 14862 | @@ -13898,10 +14654,17 @@ case $host_os in | 14862 | @@ -13903,10 +14659,17 @@ case $host_os in |
| 14863 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | 14863 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" |
| 14864 | ;; | 14864 | ;; |
| 14865 | esac | 14865 | esac |
| @@ -14880,7 +14880,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14880 | 14880 | ||
| 14881 | # | 14881 | # |
| 14882 | # Check to make sure the PIC flag actually works. | 14882 | # Check to make sure the PIC flag actually works. |
| 14883 | @@ -13959,6 +14722,8 @@ fi | 14883 | @@ -13964,6 +14727,8 @@ fi |
| 14884 | 14884 | ||
| 14885 | 14885 | ||
| 14886 | 14886 | ||
| @@ -14889,7 +14889,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14889 | # | 14889 | # |
| 14890 | # Check to make sure the static flag actually works. | 14890 | # Check to make sure the static flag actually works. |
| 14891 | # | 14891 | # |
| 14892 | @@ -14136,6 +14901,7 @@ fi | 14892 | @@ -14141,6 +14906,7 @@ fi |
| 14893 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | 14893 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } |
| 14894 | 14894 | ||
| 14895 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | 14895 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
| @@ -14897,7 +14897,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14897 | case $host_os in | 14897 | case $host_os in |
| 14898 | aix[4-9]*) | 14898 | aix[4-9]*) |
| 14899 | # If we're using GNU nm, then we don't want the "-C" option. | 14899 | # If we're using GNU nm, then we don't want the "-C" option. |
| 14900 | @@ -14150,15 +14916,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 14900 | @@ -14155,15 +14921,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
| 14901 | ;; | 14901 | ;; |
| 14902 | pw32*) | 14902 | pw32*) |
| 14903 | export_symbols_cmds_CXX="$ltdll_cmds" | 14903 | export_symbols_cmds_CXX="$ltdll_cmds" |
| @@ -14923,7 +14923,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14923 | 14923 | ||
| 14924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 | 14924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 |
| 14925 | $as_echo "$ld_shlibs_CXX" >&6; } | 14925 | $as_echo "$ld_shlibs_CXX" >&6; } |
| 14926 | @@ -14421,8 +15192,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 14926 | @@ -14426,8 +15197,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 14927 | need_version=no | 14927 | need_version=no |
| 14928 | need_lib_prefix=no | 14928 | need_lib_prefix=no |
| 14929 | 14929 | ||
| @@ -14935,7 +14935,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 14935 | library_names_spec='$libname.dll.a' | 14935 | library_names_spec='$libname.dll.a' |
| 14936 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 14936 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
| 14937 | postinstall_cmds='base_file=`basename \${file}`~ | 14937 | postinstall_cmds='base_file=`basename \${file}`~ |
| 14938 | @@ -14454,13 +15226,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 14938 | @@ -14459,13 +15231,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
| 14939 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 14939 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
| 14940 | ;; | 14940 | ;; |
| 14941 | esac | 14941 | esac |
| @@ -15008,7 +15008,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15008 | # FIXME: first we should search . and the directory the executable is in | 15008 | # FIXME: first we should search . and the directory the executable is in |
| 15009 | shlibpath_var=PATH | 15009 | shlibpath_var=PATH |
| 15010 | ;; | 15010 | ;; |
| 15011 | @@ -15024,6 +15854,7 @@ fi | 15011 | @@ -15029,6 +15859,7 @@ fi |
| 15012 | fi # test -n "$compiler" | 15012 | fi # test -n "$compiler" |
| 15013 | 15013 | ||
| 15014 | CC=$lt_save_CC | 15014 | CC=$lt_save_CC |
| @@ -15016,7 +15016,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15016 | LDCXX=$LD | 15016 | LDCXX=$LD |
| 15017 | LD=$lt_save_LD | 15017 | LD=$lt_save_LD |
| 15018 | GCC=$lt_save_GCC | 15018 | GCC=$lt_save_GCC |
| 15019 | @@ -20335,13 +21166,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 15019 | @@ -20389,13 +21220,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 15020 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 15020 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 15021 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 15021 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 15022 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 15022 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -15037,7 +15037,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15037 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 15037 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 15038 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 15038 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 15039 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 15039 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 15040 | @@ -20356,14 +21194,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 15040 | @@ -20410,14 +21248,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 15041 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 15041 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 15042 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 15042 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 15043 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 15043 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| @@ -15056,7 +15056,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15056 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 15056 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 15057 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 15057 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 15058 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 15058 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 15059 | @@ -20396,12 +21237,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 15059 | @@ -20450,12 +21291,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 15060 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 15060 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 15061 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 15061 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 15062 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 15062 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -15070,7 +15070,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15070 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 15070 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 15071 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 15071 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 15072 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 15072 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 15073 | @@ -20440,8 +21281,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 15073 | @@ -20494,8 +21335,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
| 15074 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 15074 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
| 15075 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 15075 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
| 15076 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 15076 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
| @@ -15080,7 +15080,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15080 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 15080 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
| 15081 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 15081 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
| 15082 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 15082 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
| 15083 | @@ -20468,12 +21309,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 15083 | @@ -20522,12 +21363,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
| 15084 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 15084 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
| 15085 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 15085 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
| 15086 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 15086 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
| @@ -15094,7 +15094,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15094 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 15094 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
| 15095 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 15095 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
| 15096 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 15096 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
| 15097 | @@ -20511,8 +21352,13 @@ reload_flag \ | 15097 | @@ -20565,8 +21406,13 @@ reload_flag \ |
| 15098 | OBJDUMP \ | 15098 | OBJDUMP \ |
| 15099 | deplibs_check_method \ | 15099 | deplibs_check_method \ |
| 15100 | file_magic_cmd \ | 15100 | file_magic_cmd \ |
| @@ -15108,7 +15108,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15108 | STRIP \ | 15108 | STRIP \ |
| 15109 | RANLIB \ | 15109 | RANLIB \ |
| 15110 | CC \ | 15110 | CC \ |
| 15111 | @@ -20522,12 +21368,14 @@ lt_cv_sys_global_symbol_pipe \ | 15111 | @@ -20576,12 +21422,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 15112 | lt_cv_sys_global_symbol_to_cdecl \ | 15112 | lt_cv_sys_global_symbol_to_cdecl \ |
| 15113 | lt_cv_sys_global_symbol_to_c_name_address \ | 15113 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 15114 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 15114 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -15124,7 +15124,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15124 | DSYMUTIL \ | 15124 | DSYMUTIL \ |
| 15125 | NMEDIT \ | 15125 | NMEDIT \ |
| 15126 | LIPO \ | 15126 | LIPO \ |
| 15127 | @@ -20543,7 +21391,6 @@ no_undefined_flag \ | 15127 | @@ -20597,7 +21445,6 @@ no_undefined_flag \ |
| 15128 | hardcode_libdir_flag_spec \ | 15128 | hardcode_libdir_flag_spec \ |
| 15129 | hardcode_libdir_flag_spec_ld \ | 15129 | hardcode_libdir_flag_spec_ld \ |
| 15130 | hardcode_libdir_separator \ | 15130 | hardcode_libdir_separator \ |
| @@ -15132,7 +15132,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15132 | exclude_expsyms \ | 15132 | exclude_expsyms \ |
| 15133 | include_expsyms \ | 15133 | include_expsyms \ |
| 15134 | file_list_spec \ | 15134 | file_list_spec \ |
| 15135 | @@ -20565,8 +21412,8 @@ LD_CXX \ | 15135 | @@ -20619,8 +21466,8 @@ LD_CXX \ |
| 15136 | reload_flag_CXX \ | 15136 | reload_flag_CXX \ |
| 15137 | compiler_CXX \ | 15137 | compiler_CXX \ |
| 15138 | lt_prog_compiler_no_builtin_flag_CXX \ | 15138 | lt_prog_compiler_no_builtin_flag_CXX \ |
| @@ -15142,7 +15142,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15142 | lt_prog_compiler_static_CXX \ | 15142 | lt_prog_compiler_static_CXX \ |
| 15143 | lt_cv_prog_compiler_c_o_CXX \ | 15143 | lt_cv_prog_compiler_c_o_CXX \ |
| 15144 | export_dynamic_flag_spec_CXX \ | 15144 | export_dynamic_flag_spec_CXX \ |
| 15145 | @@ -20578,7 +21425,6 @@ no_undefined_flag_CXX \ | 15145 | @@ -20632,7 +21479,6 @@ no_undefined_flag_CXX \ |
| 15146 | hardcode_libdir_flag_spec_CXX \ | 15146 | hardcode_libdir_flag_spec_CXX \ |
| 15147 | hardcode_libdir_flag_spec_ld_CXX \ | 15147 | hardcode_libdir_flag_spec_ld_CXX \ |
| 15148 | hardcode_libdir_separator_CXX \ | 15148 | hardcode_libdir_separator_CXX \ |
| @@ -15150,7 +15150,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15150 | exclude_expsyms_CXX \ | 15150 | exclude_expsyms_CXX \ |
| 15151 | include_expsyms_CXX \ | 15151 | include_expsyms_CXX \ |
| 15152 | file_list_spec_CXX \ | 15152 | file_list_spec_CXX \ |
| 15153 | @@ -20612,6 +21458,7 @@ module_cmds \ | 15153 | @@ -20666,6 +21512,7 @@ module_cmds \ |
| 15154 | module_expsym_cmds \ | 15154 | module_expsym_cmds \ |
| 15155 | export_symbols_cmds \ | 15155 | export_symbols_cmds \ |
| 15156 | prelink_cmds \ | 15156 | prelink_cmds \ |
| @@ -15158,7 +15158,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15158 | postinstall_cmds \ | 15158 | postinstall_cmds \ |
| 15159 | postuninstall_cmds \ | 15159 | postuninstall_cmds \ |
| 15160 | finish_cmds \ | 15160 | finish_cmds \ |
| 15161 | @@ -20626,7 +21473,8 @@ archive_expsym_cmds_CXX \ | 15161 | @@ -20680,7 +21527,8 @@ archive_expsym_cmds_CXX \ |
| 15162 | module_cmds_CXX \ | 15162 | module_cmds_CXX \ |
| 15163 | module_expsym_cmds_CXX \ | 15163 | module_expsym_cmds_CXX \ |
| 15164 | export_symbols_cmds_CXX \ | 15164 | export_symbols_cmds_CXX \ |
| @@ -15168,7 +15168,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15168 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 15168 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
| 15169 | *[\\\\\\\`\\"\\\$]*) | 15169 | *[\\\\\\\`\\"\\\$]*) |
| 15170 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 15170 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
| 15171 | @@ -21399,7 +22247,8 @@ $as_echo X"$file" | | 15171 | @@ -21453,7 +22301,8 @@ $as_echo X"$file" | |
| 15172 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 15172 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 15173 | # | 15173 | # |
| 15174 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 15174 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -15178,7 +15178,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15178 | # Written by Gordon Matzigkeit, 1996 | 15178 | # Written by Gordon Matzigkeit, 1996 |
| 15179 | # | 15179 | # |
| 15180 | # This file is part of GNU Libtool. | 15180 | # This file is part of GNU Libtool. |
| 15181 | @@ -21502,19 +22351,42 @@ SP2NL=$lt_lt_SP2NL | 15181 | @@ -21556,19 +22405,42 @@ SP2NL=$lt_lt_SP2NL |
| 15182 | # turn newlines into spaces. | 15182 | # turn newlines into spaces. |
| 15183 | NL2SP=$lt_lt_NL2SP | 15183 | NL2SP=$lt_lt_NL2SP |
| 15184 | 15184 | ||
| @@ -15222,7 +15222,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15222 | # A symbol stripping program. | 15222 | # A symbol stripping program. |
| 15223 | STRIP=$lt_STRIP | 15223 | STRIP=$lt_STRIP |
| 15224 | 15224 | ||
| 15225 | @@ -21544,6 +22416,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 15225 | @@ -21598,6 +22470,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 15226 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 15226 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 15227 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 15227 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 15228 | 15228 | ||
| @@ -15235,7 +15235,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15235 | # The name of the directory that contains temporary libtool files. | 15235 | # The name of the directory that contains temporary libtool files. |
| 15236 | objdir=$objdir | 15236 | objdir=$objdir |
| 15237 | 15237 | ||
| 15238 | @@ -21553,6 +22431,9 @@ MAGIC_CMD=$MAGIC_CMD | 15238 | @@ -21607,6 +22485,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 15239 | # Must we lock files when doing compilation? | 15239 | # Must we lock files when doing compilation? |
| 15240 | need_locks=$lt_need_locks | 15240 | need_locks=$lt_need_locks |
| 15241 | 15241 | ||
| @@ -15245,7 +15245,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15245 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 15245 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 15246 | DSYMUTIL=$lt_DSYMUTIL | 15246 | DSYMUTIL=$lt_DSYMUTIL |
| 15247 | 15247 | ||
| 15248 | @@ -21667,12 +22548,12 @@ with_gcc=$GCC | 15248 | @@ -21721,12 +22602,12 @@ with_gcc=$GCC |
| 15249 | # Compiler flag to turn off builtin functions. | 15249 | # Compiler flag to turn off builtin functions. |
| 15250 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 15250 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 15251 | 15251 | ||
| @@ -15261,7 +15261,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15261 | # Compiler flag to prevent dynamic linking. | 15261 | # Compiler flag to prevent dynamic linking. |
| 15262 | link_static_flag=$lt_lt_prog_compiler_static | 15262 | link_static_flag=$lt_lt_prog_compiler_static |
| 15263 | 15263 | ||
| 15264 | @@ -21759,9 +22640,6 @@ inherit_rpath=$inherit_rpath | 15264 | @@ -21813,9 +22694,6 @@ inherit_rpath=$inherit_rpath |
| 15265 | # Whether libtool must link a program against all its dependency libraries. | 15265 | # Whether libtool must link a program against all its dependency libraries. |
| 15266 | link_all_deplibs=$link_all_deplibs | 15266 | link_all_deplibs=$link_all_deplibs |
| 15267 | 15267 | ||
| @@ -15271,7 +15271,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15271 | # Set to "yes" if exported symbols are required. | 15271 | # Set to "yes" if exported symbols are required. |
| 15272 | always_export_symbols=$always_export_symbols | 15272 | always_export_symbols=$always_export_symbols |
| 15273 | 15273 | ||
| 15274 | @@ -21777,6 +22655,9 @@ include_expsyms=$lt_include_expsyms | 15274 | @@ -21831,6 +22709,9 @@ include_expsyms=$lt_include_expsyms |
| 15275 | # Commands necessary for linking programs (against libraries) with templates. | 15275 | # Commands necessary for linking programs (against libraries) with templates. |
| 15276 | prelink_cmds=$lt_prelink_cmds | 15276 | prelink_cmds=$lt_prelink_cmds |
| 15277 | 15277 | ||
| @@ -15281,7 +15281,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15281 | # Specify filename containing input files. | 15281 | # Specify filename containing input files. |
| 15282 | file_list_spec=$lt_file_list_spec | 15282 | file_list_spec=$lt_file_list_spec |
| 15283 | 15283 | ||
| 15284 | @@ -21823,210 +22704,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 15284 | @@ -21877,210 +22758,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 15285 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 15285 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 15286 | # text mode, it properly converts lines to CR/LF. This bash problem | 15286 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 15287 | # is reportedly fixed, but why not run on old versions too? | 15287 | # is reportedly fixed, but why not run on old versions too? |
| @@ -15655,7 +15655,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15655 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 15655 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
| 15656 | chmod +x "$ofile" | 15656 | chmod +x "$ofile" |
| 15657 | 15657 | ||
| 15658 | @@ -22054,12 +22894,12 @@ with_gcc=$GCC_CXX | 15658 | @@ -22108,12 +22948,12 @@ with_gcc=$GCC_CXX |
| 15659 | # Compiler flag to turn off builtin functions. | 15659 | # Compiler flag to turn off builtin functions. |
| 15660 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 15660 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
| 15661 | 15661 | ||
| @@ -15671,7 +15671,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15671 | # Compiler flag to prevent dynamic linking. | 15671 | # Compiler flag to prevent dynamic linking. |
| 15672 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 15672 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
| 15673 | 15673 | ||
| 15674 | @@ -22146,9 +22986,6 @@ inherit_rpath=$inherit_rpath_CXX | 15674 | @@ -22200,9 +23040,6 @@ inherit_rpath=$inherit_rpath_CXX |
| 15675 | # Whether libtool must link a program against all its dependency libraries. | 15675 | # Whether libtool must link a program against all its dependency libraries. |
| 15676 | link_all_deplibs=$link_all_deplibs_CXX | 15676 | link_all_deplibs=$link_all_deplibs_CXX |
| 15677 | 15677 | ||
| @@ -15681,7 +15681,7 @@ index dd770216b61..e8c5bc61d24 100755 | |||
| 15681 | # Set to "yes" if exported symbols are required. | 15681 | # Set to "yes" if exported symbols are required. |
| 15682 | always_export_symbols=$always_export_symbols_CXX | 15682 | always_export_symbols=$always_export_symbols_CXX |
| 15683 | 15683 | ||
| 15684 | @@ -22164,6 +23001,9 @@ include_expsyms=$lt_include_expsyms_CXX | 15684 | @@ -22218,6 +23055,9 @@ include_expsyms=$lt_include_expsyms_CXX |
| 15685 | # Commands necessary for linking programs (against libraries) with templates. | 15685 | # Commands necessary for linking programs (against libraries) with templates. |
| 15686 | prelink_cmds=$lt_prelink_cmds_CXX | 15686 | prelink_cmds=$lt_prelink_cmds_CXX |
| 15687 | 15687 | ||
| @@ -18248,7 +18248,7 @@ index 4ab612dc780..68f6b8566e9 100755 | |||
| 18248 | chmod +x "$ofile" | 18248 | chmod +x "$ofile" |
| 18249 | 18249 | ||
| 18250 | diff --git a/libctf/Makefile.in b/libctf/Makefile.in | 18250 | diff --git a/libctf/Makefile.in b/libctf/Makefile.in |
| 18251 | index 54f5daa79ee..ce780a7ccde 100644 | 18251 | index 5d9587766dc..146b7a71685 100644 |
| 18252 | --- a/libctf/Makefile.in | 18252 | --- a/libctf/Makefile.in |
| 18253 | +++ b/libctf/Makefile.in | 18253 | +++ b/libctf/Makefile.in |
| 18254 | @@ -442,6 +442,7 @@ CYGPATH_W = @CYGPATH_W@ | 18254 | @@ -442,6 +442,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -20179,7 +20179,7 @@ index 7466d56a18b..0325e438a47 100755 | |||
| 20179 | chmod +x "$ofile" | 20179 | chmod +x "$ofile" |
| 20180 | 20180 | ||
| 20181 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in | 20181 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in |
| 20182 | index 8915321da78..13c725a698d 100644 | 20182 | index 13f4c26e2f1..e6e05b80d0e 100644 |
| 20183 | --- a/libsframe/Makefile.in | 20183 | --- a/libsframe/Makefile.in |
| 20184 | +++ b/libsframe/Makefile.in | 20184 | +++ b/libsframe/Makefile.in |
| 20185 | @@ -1,7 +1,7 @@ | 20185 | @@ -1,7 +1,7 @@ |
| @@ -25252,7 +25252,7 @@ index e36fdd3c0e2..4acf9d67956 100644 | |||
| 25252 | + [0], [convert $build files to toolchain format])dnl | 25252 | + [0], [convert $build files to toolchain format])dnl |
| 25253 | +])# _LT_PATH_CONVERSION_FUNCTIONS | 25253 | +])# _LT_PATH_CONVERSION_FUNCTIONS |
| 25254 | diff --git a/ltmain.sh b/ltmain.sh | 25254 | diff --git a/ltmain.sh b/ltmain.sh |
| 25255 | index 70990740b6c..7f7104ffc82 100644 | 25255 | index 1a710177fb2..09693d7b99b 100644 |
| 25256 | --- a/ltmain.sh | 25256 | --- a/ltmain.sh |
| 25257 | +++ b/ltmain.sh | 25257 | +++ b/ltmain.sh |
| 25258 | @@ -1,10 +1,9 @@ | 25258 | @@ -1,10 +1,9 @@ |
| @@ -28462,39 +28462,19 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28462 | done | 28462 | done |
| 28463 | IFS="$save_ifs" | 28463 | IFS="$save_ifs" |
| 28464 | func_stripname ' ' '' "$arg" | 28464 | func_stripname ' ' '' "$arg" |
| 28465 | @@ -4968,24 +5832,27 @@ func_mode_link () | 28465 | @@ -4995,8 +5859,10 @@ func_mode_link () |
| 28466 | arg="$func_quote_for_eval_result" | 28466 | # -f{file|debug|macro|profile}-prefix-map=* needed for lto linking |
| 28467 | ;; | 28467 | # -Wa,* Pass flags directly to the assembler |
| 28468 | 28468 | # -Werror, -Werror=* Report (specified) warnings as errors | |
| 28469 | - # -64, -mips[0-9] enable 64-bit mode on the SGI compiler | ||
| 28470 | - # -r[0-9][0-9]* specifies the processor on the SGI compiler | ||
| 28471 | - # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler | ||
| 28472 | - # +DA*, +DD* enable 64-bit mode on the HP compiler | ||
| 28473 | - # -q* pass through compiler args for the IBM compiler | ||
| 28474 | - # -m*, -t[45]*, -txscale* pass through architecture-specific | ||
| 28475 | - # compiler args for GCC | ||
| 28476 | - # -F/path gives path to uninstalled frameworks, gcc on darwin | ||
| 28477 | - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC | ||
| 28478 | - # @file GCC response files | ||
| 28479 | - # -tp=* Portland pgcc target processor selection | ||
| 28480 | + # Flags to be passed through unchanged, with rationale: | ||
| 28481 | + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler | ||
| 28482 | + # -r[0-9][0-9]* specify processor for the SGI compiler | ||
| 28483 | + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler | ||
| 28484 | + # +DA*, +DD* enable 64-bit mode for the HP compiler | ||
| 28485 | + # -q* compiler args for the IBM compiler | ||
| 28486 | + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC | ||
| 28487 | + # -F/path path to uninstalled frameworks, gcc on darwin | ||
| 28488 | + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC | ||
| 28489 | + # @file GCC response files | ||
| 28490 | + # -tp=* Portland pgcc target processor selection | ||
| 28491 | + # --sysroot=* for sysroot support | 28469 | + # --sysroot=* for sysroot support |
| 28492 | + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization | 28470 | + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization |
| 28493 | -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ | 28471 | -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ |
| 28494 | - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*) | 28472 | - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*| \ |
| 28495 | + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ | 28473 | + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ |
| 28496 | + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) | 28474 | -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*| \ |
| 28497 | func_quote_for_eval "$arg" | 28475 | -stdlib=*|-rtlib=*|--unwindlib=*| \ |
| 28476 | -specs=*|-fsanitize=*|-fno-sanitize*|-shared-libsan|-static-libsan| \ | ||
| 28477 | @@ -5007,7 +5873,7 @@ func_mode_link () | ||
| 28498 | arg="$func_quote_for_eval_result" | 28478 | arg="$func_quote_for_eval_result" |
| 28499 | func_append compile_command " $arg" | 28479 | func_append compile_command " $arg" |
| 28500 | func_append finalize_command " $arg" | 28480 | func_append finalize_command " $arg" |
| @@ -28503,7 +28483,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28503 | continue | 28483 | continue |
| 28504 | ;; | 28484 | ;; |
| 28505 | 28485 | ||
| 28506 | @@ -4997,7 +5864,7 @@ func_mode_link () | 28486 | @@ -5019,7 +5885,7 @@ func_mode_link () |
| 28507 | 28487 | ||
| 28508 | *.$objext) | 28488 | *.$objext) |
| 28509 | # A standard object. | 28489 | # A standard object. |
| @@ -28512,7 +28492,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28512 | ;; | 28492 | ;; |
| 28513 | 28493 | ||
| 28514 | *.lo) | 28494 | *.lo) |
| 28515 | @@ -5028,7 +5895,7 @@ func_mode_link () | 28495 | @@ -5050,7 +5916,7 @@ func_mode_link () |
| 28516 | 28496 | ||
| 28517 | if test "$prev" = dlfiles; then | 28497 | if test "$prev" = dlfiles; then |
| 28518 | if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then | 28498 | if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then |
| @@ -28521,7 +28501,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28521 | prev= | 28501 | prev= |
| 28522 | continue | 28502 | continue |
| 28523 | else | 28503 | else |
| 28524 | @@ -5040,7 +5907,7 @@ func_mode_link () | 28504 | @@ -5062,7 +5928,7 @@ func_mode_link () |
| 28525 | # CHECK ME: I think I busted this. -Ossama | 28505 | # CHECK ME: I think I busted this. -Ossama |
| 28526 | if test "$prev" = dlprefiles; then | 28506 | if test "$prev" = dlprefiles; then |
| 28527 | # Preload the old-style object. | 28507 | # Preload the old-style object. |
| @@ -28530,7 +28510,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28530 | prev= | 28510 | prev= |
| 28531 | fi | 28511 | fi |
| 28532 | 28512 | ||
| 28533 | @@ -5085,24 +5952,25 @@ func_mode_link () | 28513 | @@ -5107,24 +5973,25 @@ func_mode_link () |
| 28534 | 28514 | ||
| 28535 | *.$libext) | 28515 | *.$libext) |
| 28536 | # An archive. | 28516 | # An archive. |
| @@ -28561,7 +28541,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28561 | fi | 28541 | fi |
| 28562 | continue | 28542 | continue |
| 28563 | ;; | 28543 | ;; |
| 28564 | @@ -5127,7 +5995,7 @@ func_mode_link () | 28544 | @@ -5149,7 +6016,7 @@ func_mode_link () |
| 28565 | func_fatal_help "the \`$prevarg' option requires an argument" | 28545 | func_fatal_help "the \`$prevarg' option requires an argument" |
| 28566 | 28546 | ||
| 28567 | if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then | 28547 | if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then |
| @@ -28570,7 +28550,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28570 | func_append compile_command " $arg" | 28550 | func_append compile_command " $arg" |
| 28571 | func_append finalize_command " $arg" | 28551 | func_append finalize_command " $arg" |
| 28572 | fi | 28552 | fi |
| 28573 | @@ -5144,11 +6012,13 @@ func_mode_link () | 28553 | @@ -5166,11 +6033,13 @@ func_mode_link () |
| 28574 | else | 28554 | else |
| 28575 | shlib_search_path= | 28555 | shlib_search_path= |
| 28576 | fi | 28556 | fi |
| @@ -28586,7 +28566,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28586 | # Create the object directory. | 28566 | # Create the object directory. |
| 28587 | func_mkdir_p "$output_objdir" | 28567 | func_mkdir_p "$output_objdir" |
| 28588 | 28568 | ||
| 28589 | @@ -5169,12 +6039,12 @@ func_mode_link () | 28569 | @@ -5191,12 +6060,12 @@ func_mode_link () |
| 28590 | # Find all interdependent deplibs by searching for libraries | 28570 | # Find all interdependent deplibs by searching for libraries |
| 28591 | # that are linked more than once (e.g. -la -lb -la) | 28571 | # that are linked more than once (e.g. -la -lb -la) |
| 28592 | for deplib in $deplibs; do | 28572 | for deplib in $deplibs; do |
| @@ -28602,7 +28582,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28602 | done | 28582 | done |
| 28603 | 28583 | ||
| 28604 | if test "$linkmode" = lib; then | 28584 | if test "$linkmode" = lib; then |
| 28605 | @@ -5187,9 +6057,9 @@ func_mode_link () | 28585 | @@ -5209,9 +6078,9 @@ func_mode_link () |
| 28606 | if $opt_duplicate_compiler_generated_deps; then | 28586 | if $opt_duplicate_compiler_generated_deps; then |
| 28607 | for pre_post_dep in $predeps $postdeps; do | 28587 | for pre_post_dep in $predeps $postdeps; do |
| 28608 | case "$pre_post_deps " in | 28588 | case "$pre_post_deps " in |
| @@ -28614,7 +28594,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28614 | done | 28594 | done |
| 28615 | fi | 28595 | fi |
| 28616 | pre_post_deps= | 28596 | pre_post_deps= |
| 28617 | @@ -5256,8 +6126,9 @@ func_mode_link () | 28597 | @@ -5278,8 +6147,9 @@ func_mode_link () |
| 28618 | for lib in $dlprefiles; do | 28598 | for lib in $dlprefiles; do |
| 28619 | # Ignore non-libtool-libs | 28599 | # Ignore non-libtool-libs |
| 28620 | dependency_libs= | 28600 | dependency_libs= |
| @@ -28625,7 +28605,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28625 | esac | 28605 | esac |
| 28626 | 28606 | ||
| 28627 | # Collect preopened libtool deplibs, except any this library | 28607 | # Collect preopened libtool deplibs, except any this library |
| 28628 | @@ -5267,7 +6138,7 @@ func_mode_link () | 28608 | @@ -5289,7 +6159,7 @@ func_mode_link () |
| 28629 | deplib_base=$func_basename_result | 28609 | deplib_base=$func_basename_result |
| 28630 | case " $weak_libs " in | 28610 | case " $weak_libs " in |
| 28631 | *" $deplib_base "*) ;; | 28611 | *" $deplib_base "*) ;; |
| @@ -28634,7 +28614,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28634 | esac | 28614 | esac |
| 28635 | done | 28615 | done |
| 28636 | done | 28616 | done |
| 28637 | @@ -5288,11 +6159,11 @@ func_mode_link () | 28617 | @@ -5310,11 +6180,11 @@ func_mode_link () |
| 28638 | compile_deplibs="$deplib $compile_deplibs" | 28618 | compile_deplibs="$deplib $compile_deplibs" |
| 28639 | finalize_deplibs="$deplib $finalize_deplibs" | 28619 | finalize_deplibs="$deplib $finalize_deplibs" |
| 28640 | else | 28620 | else |
| @@ -28648,7 +28628,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28648 | esac | 28628 | esac |
| 28649 | fi | 28629 | fi |
| 28650 | fi | 28630 | fi |
| 28651 | @@ -5377,7 +6248,7 @@ func_mode_link () | 28631 | @@ -5399,7 +6269,7 @@ func_mode_link () |
| 28652 | if test "$linkmode" = lib ; then | 28632 | if test "$linkmode" = lib ; then |
| 28653 | case "$new_inherited_linker_flags " in | 28633 | case "$new_inherited_linker_flags " in |
| 28654 | *" $deplib "*) ;; | 28634 | *" $deplib "*) ;; |
| @@ -28657,7 +28637,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28657 | esac | 28637 | esac |
| 28658 | fi | 28638 | fi |
| 28659 | fi | 28639 | fi |
| 28660 | @@ -5390,7 +6261,8 @@ func_mode_link () | 28640 | @@ -5412,7 +6282,8 @@ func_mode_link () |
| 28661 | test "$pass" = conv && continue | 28641 | test "$pass" = conv && continue |
| 28662 | newdependency_libs="$deplib $newdependency_libs" | 28642 | newdependency_libs="$deplib $newdependency_libs" |
| 28663 | func_stripname '-L' '' "$deplib" | 28643 | func_stripname '-L' '' "$deplib" |
| @@ -28667,7 +28647,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28667 | ;; | 28647 | ;; |
| 28668 | prog) | 28648 | prog) |
| 28669 | if test "$pass" = conv; then | 28649 | if test "$pass" = conv; then |
| 28670 | @@ -5404,7 +6276,8 @@ func_mode_link () | 28650 | @@ -5426,7 +6297,8 @@ func_mode_link () |
| 28671 | finalize_deplibs="$deplib $finalize_deplibs" | 28651 | finalize_deplibs="$deplib $finalize_deplibs" |
| 28672 | fi | 28652 | fi |
| 28673 | func_stripname '-L' '' "$deplib" | 28653 | func_stripname '-L' '' "$deplib" |
| @@ -28677,7 +28657,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28677 | ;; | 28657 | ;; |
| 28678 | *) | 28658 | *) |
| 28679 | func_warning "\`-L' is ignored for archives/objects" | 28659 | func_warning "\`-L' is ignored for archives/objects" |
| 28680 | @@ -5415,17 +6288,21 @@ func_mode_link () | 28660 | @@ -5437,17 +6309,21 @@ func_mode_link () |
| 28681 | -R*) | 28661 | -R*) |
| 28682 | if test "$pass" = link; then | 28662 | if test "$pass" = link; then |
| 28683 | func_stripname '-R' '' "$deplib" | 28663 | func_stripname '-R' '' "$deplib" |
| @@ -28702,7 +28682,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28702 | *.$libext) | 28682 | *.$libext) |
| 28703 | if test "$pass" = conv; then | 28683 | if test "$pass" = conv; then |
| 28704 | deplibs="$deplib $deplibs" | 28684 | deplibs="$deplib $deplibs" |
| 28705 | @@ -5488,11 +6365,11 @@ func_mode_link () | 28685 | @@ -5510,11 +6386,11 @@ func_mode_link () |
| 28706 | if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then | 28686 | if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then |
| 28707 | # If there is no dlopen support or we're linking statically, | 28687 | # If there is no dlopen support or we're linking statically, |
| 28708 | # we need to preload. | 28688 | # we need to preload. |
| @@ -28716,7 +28696,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28716 | fi | 28696 | fi |
| 28717 | fi | 28697 | fi |
| 28718 | continue | 28698 | continue |
| 28719 | @@ -5538,7 +6415,7 @@ func_mode_link () | 28699 | @@ -5560,7 +6436,7 @@ func_mode_link () |
| 28720 | for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do | 28700 | for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do |
| 28721 | case " $new_inherited_linker_flags " in | 28701 | case " $new_inherited_linker_flags " in |
| 28722 | *" $tmp_inherited_linker_flag "*) ;; | 28702 | *" $tmp_inherited_linker_flag "*) ;; |
| @@ -28725,7 +28705,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28725 | esac | 28705 | esac |
| 28726 | done | 28706 | done |
| 28727 | fi | 28707 | fi |
| 28728 | @@ -5546,8 +6423,8 @@ func_mode_link () | 28708 | @@ -5568,8 +6444,8 @@ func_mode_link () |
| 28729 | if test "$linkmode,$pass" = "lib,link" || | 28709 | if test "$linkmode,$pass" = "lib,link" || |
| 28730 | test "$linkmode,$pass" = "prog,scan" || | 28710 | test "$linkmode,$pass" = "prog,scan" || |
| 28731 | { test "$linkmode" != prog && test "$linkmode" != lib; }; then | 28711 | { test "$linkmode" != prog && test "$linkmode" != lib; }; then |
| @@ -28736,7 +28716,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28736 | fi | 28716 | fi |
| 28737 | 28717 | ||
| 28738 | if test "$pass" = conv; then | 28718 | if test "$pass" = conv; then |
| 28739 | @@ -5558,20 +6435,20 @@ func_mode_link () | 28719 | @@ -5580,20 +6456,20 @@ func_mode_link () |
| 28740 | func_fatal_error "cannot find name of link library for \`$lib'" | 28720 | func_fatal_error "cannot find name of link library for \`$lib'" |
| 28741 | fi | 28721 | fi |
| 28742 | # It is a libtool convenience library, so add in its objects. | 28722 | # It is a libtool convenience library, so add in its objects. |
| @@ -28762,7 +28742,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28762 | done | 28742 | done |
| 28763 | continue | 28743 | continue |
| 28764 | fi # $pass = conv | 28744 | fi # $pass = conv |
| 28765 | @@ -5579,9 +6456,15 @@ func_mode_link () | 28745 | @@ -5601,9 +6477,15 @@ func_mode_link () |
| 28766 | 28746 | ||
| 28767 | # Get the name of the library we link against. | 28747 | # Get the name of the library we link against. |
| 28768 | linklib= | 28748 | linklib= |
| @@ -28781,7 +28761,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28781 | if test -z "$linklib"; then | 28761 | if test -z "$linklib"; then |
| 28782 | func_fatal_error "cannot find name of link library for \`$lib'" | 28762 | func_fatal_error "cannot find name of link library for \`$lib'" |
| 28783 | fi | 28763 | fi |
| 28784 | @@ -5598,9 +6481,9 @@ func_mode_link () | 28764 | @@ -5620,9 +6502,9 @@ func_mode_link () |
| 28785 | # statically, we need to preload. We also need to preload any | 28765 | # statically, we need to preload. We also need to preload any |
| 28786 | # dependent libraries so libltdl's deplib preloader doesn't | 28766 | # dependent libraries so libltdl's deplib preloader doesn't |
| 28787 | # bomb out in the load deplibs phase. | 28767 | # bomb out in the load deplibs phase. |
| @@ -28793,7 +28773,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28793 | fi | 28773 | fi |
| 28794 | continue | 28774 | continue |
| 28795 | fi # $pass = dlopen | 28775 | fi # $pass = dlopen |
| 28796 | @@ -5622,14 +6505,14 @@ func_mode_link () | 28776 | @@ -5644,14 +6526,14 @@ func_mode_link () |
| 28797 | 28777 | ||
| 28798 | # Find the relevant object directory and library name. | 28778 | # Find the relevant object directory and library name. |
| 28799 | if test "X$installed" = Xyes; then | 28779 | if test "X$installed" = Xyes; then |
| @@ -28811,7 +28791,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28811 | fi | 28791 | fi |
| 28812 | test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes | 28792 | test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes |
| 28813 | else | 28793 | else |
| 28814 | @@ -5637,12 +6520,12 @@ func_mode_link () | 28794 | @@ -5659,12 +6541,12 @@ func_mode_link () |
| 28815 | dir="$ladir" | 28795 | dir="$ladir" |
| 28816 | absdir="$abs_ladir" | 28796 | absdir="$abs_ladir" |
| 28817 | # Remove this search path later | 28797 | # Remove this search path later |
| @@ -28826,7 +28806,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28826 | fi | 28806 | fi |
| 28827 | fi # $installed = yes | 28807 | fi # $installed = yes |
| 28828 | func_stripname 'lib' '.la' "$laname" | 28808 | func_stripname 'lib' '.la' "$laname" |
| 28829 | @@ -5653,20 +6536,46 @@ func_mode_link () | 28809 | @@ -5675,20 +6557,46 @@ func_mode_link () |
| 28830 | if test -z "$libdir" && test "$linkmode" = prog; then | 28810 | if test -z "$libdir" && test "$linkmode" = prog; then |
| 28831 | func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" | 28811 | func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" |
| 28832 | fi | 28812 | fi |
| @@ -28887,7 +28867,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28887 | fi # $pass = dlpreopen | 28867 | fi # $pass = dlpreopen |
| 28888 | 28868 | ||
| 28889 | if test -z "$libdir"; then | 28869 | if test -z "$libdir"; then |
| 28890 | @@ -5684,7 +6593,7 @@ func_mode_link () | 28870 | @@ -5706,7 +6614,7 @@ func_mode_link () |
| 28891 | 28871 | ||
| 28892 | 28872 | ||
| 28893 | if test "$linkmode" = prog && test "$pass" != link; then | 28873 | if test "$linkmode" = prog && test "$pass" != link; then |
| @@ -28896,7 +28876,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28896 | deplibs="$lib $deplibs" | 28876 | deplibs="$lib $deplibs" |
| 28897 | 28877 | ||
| 28898 | linkalldeplibs=no | 28878 | linkalldeplibs=no |
| 28899 | @@ -5697,7 +6606,8 @@ func_mode_link () | 28879 | @@ -5719,7 +6627,8 @@ func_mode_link () |
| 28900 | for deplib in $dependency_libs; do | 28880 | for deplib in $dependency_libs; do |
| 28901 | case $deplib in | 28881 | case $deplib in |
| 28902 | -L*) func_stripname '-L' '' "$deplib" | 28882 | -L*) func_stripname '-L' '' "$deplib" |
| @@ -28906,7 +28886,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28906 | ;; | 28886 | ;; |
| 28907 | esac | 28887 | esac |
| 28908 | # Need to link against all dependency_libs? | 28888 | # Need to link against all dependency_libs? |
| 28909 | @@ -5708,12 +6618,12 @@ func_mode_link () | 28889 | @@ -5730,12 +6639,12 @@ func_mode_link () |
| 28910 | # or/and link against static libraries | 28890 | # or/and link against static libraries |
| 28911 | newdependency_libs="$deplib $newdependency_libs" | 28891 | newdependency_libs="$deplib $newdependency_libs" |
| 28912 | fi | 28892 | fi |
| @@ -28922,7 +28902,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28922 | done # for deplib | 28902 | done # for deplib |
| 28923 | continue | 28903 | continue |
| 28924 | fi # $linkmode = prog... | 28904 | fi # $linkmode = prog... |
| 28925 | @@ -5728,7 +6638,7 @@ func_mode_link () | 28905 | @@ -5750,7 +6659,7 @@ func_mode_link () |
| 28926 | # Make sure the rpath contains only unique directories. | 28906 | # Make sure the rpath contains only unique directories. |
| 28927 | case "$temp_rpath:" in | 28907 | case "$temp_rpath:" in |
| 28928 | *"$absdir:"*) ;; | 28908 | *"$absdir:"*) ;; |
| @@ -28931,7 +28911,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28931 | esac | 28911 | esac |
| 28932 | fi | 28912 | fi |
| 28933 | 28913 | ||
| 28934 | @@ -5740,7 +6650,7 @@ func_mode_link () | 28914 | @@ -5762,7 +6671,7 @@ func_mode_link () |
| 28935 | *) | 28915 | *) |
| 28936 | case "$compile_rpath " in | 28916 | case "$compile_rpath " in |
| 28937 | *" $absdir "*) ;; | 28917 | *" $absdir "*) ;; |
| @@ -28940,7 +28920,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28940 | esac | 28920 | esac |
| 28941 | ;; | 28921 | ;; |
| 28942 | esac | 28922 | esac |
| 28943 | @@ -5749,7 +6659,7 @@ func_mode_link () | 28923 | @@ -5771,7 +6680,7 @@ func_mode_link () |
| 28944 | *) | 28924 | *) |
| 28945 | case "$finalize_rpath " in | 28925 | case "$finalize_rpath " in |
| 28946 | *" $libdir "*) ;; | 28926 | *" $libdir "*) ;; |
| @@ -28949,7 +28929,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28949 | esac | 28929 | esac |
| 28950 | ;; | 28930 | ;; |
| 28951 | esac | 28931 | esac |
| 28952 | @@ -5774,12 +6684,12 @@ func_mode_link () | 28932 | @@ -5796,12 +6705,12 @@ func_mode_link () |
| 28953 | case $host in | 28933 | case $host in |
| 28954 | *cygwin* | *mingw* | *cegcc*) | 28934 | *cygwin* | *mingw* | *cegcc*) |
| 28955 | # No point in relinking DLLs because paths are not encoded | 28935 | # No point in relinking DLLs because paths are not encoded |
| @@ -28964,7 +28944,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28964 | need_relink=yes | 28944 | need_relink=yes |
| 28965 | fi | 28945 | fi |
| 28966 | ;; | 28946 | ;; |
| 28967 | @@ -5814,7 +6724,7 @@ func_mode_link () | 28947 | @@ -5836,7 +6745,7 @@ func_mode_link () |
| 28968 | *) | 28948 | *) |
| 28969 | case "$compile_rpath " in | 28949 | case "$compile_rpath " in |
| 28970 | *" $absdir "*) ;; | 28950 | *" $absdir "*) ;; |
| @@ -28973,7 +28953,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28973 | esac | 28953 | esac |
| 28974 | ;; | 28954 | ;; |
| 28975 | esac | 28955 | esac |
| 28976 | @@ -5823,7 +6733,7 @@ func_mode_link () | 28956 | @@ -5845,7 +6754,7 @@ func_mode_link () |
| 28977 | *) | 28957 | *) |
| 28978 | case "$finalize_rpath " in | 28958 | case "$finalize_rpath " in |
| 28979 | *" $libdir "*) ;; | 28959 | *" $libdir "*) ;; |
| @@ -28982,7 +28962,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28982 | esac | 28962 | esac |
| 28983 | ;; | 28963 | ;; |
| 28984 | esac | 28964 | esac |
| 28985 | @@ -5835,7 +6745,7 @@ func_mode_link () | 28965 | @@ -5857,7 +6766,7 @@ func_mode_link () |
| 28986 | shift | 28966 | shift |
| 28987 | realname="$1" | 28967 | realname="$1" |
| 28988 | shift | 28968 | shift |
| @@ -28991,7 +28971,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 28991 | # use dlname if we got it. it's perfectly good, no? | 28971 | # use dlname if we got it. it's perfectly good, no? |
| 28992 | if test -n "$dlname"; then | 28972 | if test -n "$dlname"; then |
| 28993 | soname="$dlname" | 28973 | soname="$dlname" |
| 28994 | @@ -5848,7 +6758,7 @@ func_mode_link () | 28974 | @@ -5870,7 +6779,7 @@ func_mode_link () |
| 28995 | versuffix="-$major" | 28975 | versuffix="-$major" |
| 28996 | ;; | 28976 | ;; |
| 28997 | esac | 28977 | esac |
| @@ -29000,7 +28980,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29000 | else | 28980 | else |
| 29001 | soname="$realname" | 28981 | soname="$realname" |
| 29002 | fi | 28982 | fi |
| 29003 | @@ -5877,7 +6787,7 @@ func_mode_link () | 28983 | @@ -5899,7 +6808,7 @@ func_mode_link () |
| 29004 | linklib=$newlib | 28984 | linklib=$newlib |
| 29005 | fi # test -n "$old_archive_from_expsyms_cmds" | 28985 | fi # test -n "$old_archive_from_expsyms_cmds" |
| 29006 | 28986 | ||
| @@ -29009,7 +28989,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29009 | add_shlibpath= | 28989 | add_shlibpath= |
| 29010 | add_dir= | 28990 | add_dir= |
| 29011 | add= | 28991 | add= |
| 29012 | @@ -5933,7 +6843,7 @@ func_mode_link () | 28992 | @@ -5955,7 +6864,7 @@ func_mode_link () |
| 29013 | if test -n "$inst_prefix_dir"; then | 28993 | if test -n "$inst_prefix_dir"; then |
| 29014 | case $libdir in | 28994 | case $libdir in |
| 29015 | [\\/]*) | 28995 | [\\/]*) |
| @@ -29018,7 +28998,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29018 | ;; | 28998 | ;; |
| 29019 | esac | 28999 | esac |
| 29020 | fi | 29000 | fi |
| 29021 | @@ -5955,7 +6865,7 @@ func_mode_link () | 29001 | @@ -5977,7 +6886,7 @@ func_mode_link () |
| 29022 | if test -n "$add_shlibpath"; then | 29002 | if test -n "$add_shlibpath"; then |
| 29023 | case :$compile_shlibpath: in | 29003 | case :$compile_shlibpath: in |
| 29024 | *":$add_shlibpath:"*) ;; | 29004 | *":$add_shlibpath:"*) ;; |
| @@ -29027,7 +29007,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29027 | esac | 29007 | esac |
| 29028 | fi | 29008 | fi |
| 29029 | if test "$linkmode" = prog; then | 29009 | if test "$linkmode" = prog; then |
| 29030 | @@ -5969,13 +6879,13 @@ func_mode_link () | 29010 | @@ -5991,13 +6900,13 @@ func_mode_link () |
| 29031 | test "$hardcode_shlibpath_var" = yes; then | 29011 | test "$hardcode_shlibpath_var" = yes; then |
| 29032 | case :$finalize_shlibpath: in | 29012 | case :$finalize_shlibpath: in |
| 29033 | *":$libdir:"*) ;; | 29013 | *":$libdir:"*) ;; |
| @@ -29043,7 +29023,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29043 | add_shlibpath= | 29023 | add_shlibpath= |
| 29044 | add_dir= | 29024 | add_dir= |
| 29045 | add= | 29025 | add= |
| 29046 | @@ -5989,7 +6899,7 @@ func_mode_link () | 29026 | @@ -6011,7 +6920,7 @@ func_mode_link () |
| 29047 | elif test "$hardcode_shlibpath_var" = yes; then | 29027 | elif test "$hardcode_shlibpath_var" = yes; then |
| 29048 | case :$finalize_shlibpath: in | 29028 | case :$finalize_shlibpath: in |
| 29049 | *":$libdir:"*) ;; | 29029 | *":$libdir:"*) ;; |
| @@ -29052,7 +29032,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29052 | esac | 29032 | esac |
| 29053 | add="-l$name" | 29033 | add="-l$name" |
| 29054 | elif test "$hardcode_automatic" = yes; then | 29034 | elif test "$hardcode_automatic" = yes; then |
| 29055 | @@ -6001,12 +6911,12 @@ func_mode_link () | 29035 | @@ -6023,12 +6932,12 @@ func_mode_link () |
| 29056 | fi | 29036 | fi |
| 29057 | else | 29037 | else |
| 29058 | # We cannot seem to hardcode it, guess we'll fake it. | 29038 | # We cannot seem to hardcode it, guess we'll fake it. |
| @@ -29067,7 +29047,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29067 | ;; | 29047 | ;; |
| 29068 | esac | 29048 | esac |
| 29069 | fi | 29049 | fi |
| 29070 | @@ -6083,27 +6993,33 @@ func_mode_link () | 29050 | @@ -6105,27 +7014,33 @@ func_mode_link () |
| 29071 | temp_xrpath=$func_stripname_result | 29051 | temp_xrpath=$func_stripname_result |
| 29072 | case " $xrpath " in | 29052 | case " $xrpath " in |
| 29073 | *" $temp_xrpath "*) ;; | 29053 | *" $temp_xrpath "*) ;; |
| @@ -29107,7 +29087,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29107 | done | 29087 | done |
| 29108 | 29088 | ||
| 29109 | if test "$link_all_deplibs" != no; then | 29089 | if test "$link_all_deplibs" != no; then |
| 29110 | @@ -6113,8 +7029,10 @@ func_mode_link () | 29090 | @@ -6135,8 +7050,10 @@ func_mode_link () |
| 29111 | case $deplib in | 29091 | case $deplib in |
| 29112 | -L*) path="$deplib" ;; | 29092 | -L*) path="$deplib" ;; |
| 29113 | *.la) | 29093 | *.la) |
| @@ -29119,7 +29099,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29119 | # We need an absolute path. | 29099 | # We need an absolute path. |
| 29120 | case $dir in | 29100 | case $dir in |
| 29121 | [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; | 29101 | [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; |
| 29122 | @@ -6130,7 +7048,7 @@ func_mode_link () | 29102 | @@ -6152,7 +7069,7 @@ func_mode_link () |
| 29123 | case $host in | 29103 | case $host in |
| 29124 | *-*-darwin*) | 29104 | *-*-darwin*) |
| 29125 | depdepl= | 29105 | depdepl= |
| @@ -29128,7 +29108,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29128 | if test -n "$deplibrary_names" ; then | 29108 | if test -n "$deplibrary_names" ; then |
| 29129 | for tmp in $deplibrary_names ; do | 29109 | for tmp in $deplibrary_names ; do |
| 29130 | depdepl=$tmp | 29110 | depdepl=$tmp |
| 29131 | @@ -6141,8 +7059,8 @@ func_mode_link () | 29111 | @@ -6163,8 +7080,8 @@ func_mode_link () |
| 29132 | if test -z "$darwin_install_name"; then | 29112 | if test -z "$darwin_install_name"; then |
| 29133 | darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` | 29113 | darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` |
| 29134 | fi | 29114 | fi |
| @@ -29139,7 +29119,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29139 | path= | 29119 | path= |
| 29140 | fi | 29120 | fi |
| 29141 | fi | 29121 | fi |
| 29142 | @@ -6152,7 +7070,7 @@ func_mode_link () | 29122 | @@ -6174,7 +7091,7 @@ func_mode_link () |
| 29143 | ;; | 29123 | ;; |
| 29144 | esac | 29124 | esac |
| 29145 | else | 29125 | else |
| @@ -29148,7 +29128,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29148 | test -z "$libdir" && \ | 29128 | test -z "$libdir" && \ |
| 29149 | func_fatal_error "\`$deplib' is not a valid libtool archive" | 29129 | func_fatal_error "\`$deplib' is not a valid libtool archive" |
| 29150 | test "$absdir" != "$libdir" && \ | 29130 | test "$absdir" != "$libdir" && \ |
| 29151 | @@ -6192,7 +7110,7 @@ func_mode_link () | 29131 | @@ -6214,7 +7131,7 @@ func_mode_link () |
| 29152 | for dir in $newlib_search_path; do | 29132 | for dir in $newlib_search_path; do |
| 29153 | case "$lib_search_path " in | 29133 | case "$lib_search_path " in |
| 29154 | *" $dir "*) ;; | 29134 | *" $dir "*) ;; |
| @@ -29157,7 +29137,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29157 | esac | 29137 | esac |
| 29158 | done | 29138 | done |
| 29159 | newlib_search_path= | 29139 | newlib_search_path= |
| 29160 | @@ -6205,7 +7123,7 @@ func_mode_link () | 29140 | @@ -6227,7 +7144,7 @@ func_mode_link () |
| 29161 | fi | 29141 | fi |
| 29162 | for var in $vars dependency_libs; do | 29142 | for var in $vars dependency_libs; do |
| 29163 | # Add libraries to $var in reverse order | 29143 | # Add libraries to $var in reverse order |
| @@ -29166,7 +29146,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29166 | new_libs= | 29146 | new_libs= |
| 29167 | for deplib in $tmp_libs; do | 29147 | for deplib in $tmp_libs; do |
| 29168 | # FIXME: Pedantically, this is the right thing to do, so | 29148 | # FIXME: Pedantically, this is the right thing to do, so |
| 29169 | @@ -6250,13 +7168,13 @@ func_mode_link () | 29149 | @@ -6272,13 +7189,13 @@ func_mode_link () |
| 29170 | -L*) | 29150 | -L*) |
| 29171 | case " $tmp_libs " in | 29151 | case " $tmp_libs " in |
| 29172 | *" $deplib "*) ;; | 29152 | *" $deplib "*) ;; |
| @@ -29183,7 +29163,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29183 | done # for var | 29163 | done # for var |
| 29184 | fi | 29164 | fi |
| 29185 | # Last step: remove runtime libs from dependency_libs | 29165 | # Last step: remove runtime libs from dependency_libs |
| 29186 | @@ -6269,7 +7187,7 @@ func_mode_link () | 29166 | @@ -6291,7 +7208,7 @@ func_mode_link () |
| 29187 | ;; | 29167 | ;; |
| 29188 | esac | 29168 | esac |
| 29189 | if test -n "$i" ; then | 29169 | if test -n "$i" ; then |
| @@ -29192,7 +29172,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29192 | fi | 29172 | fi |
| 29193 | done | 29173 | done |
| 29194 | dependency_libs=$tmp_libs | 29174 | dependency_libs=$tmp_libs |
| 29195 | @@ -6310,7 +7228,7 @@ func_mode_link () | 29175 | @@ -6332,7 +7249,7 @@ func_mode_link () |
| 29196 | # Now set the variables for building old libraries. | 29176 | # Now set the variables for building old libraries. |
| 29197 | build_libtool_libs=no | 29177 | build_libtool_libs=no |
| 29198 | oldlibs="$output" | 29178 | oldlibs="$output" |
| @@ -29201,7 +29181,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29201 | ;; | 29181 | ;; |
| 29202 | 29182 | ||
| 29203 | lib) | 29183 | lib) |
| 29204 | @@ -6319,8 +7237,8 @@ func_mode_link () | 29184 | @@ -6341,8 +7258,8 @@ func_mode_link () |
| 29205 | lib*) | 29185 | lib*) |
| 29206 | func_stripname 'lib' '.la' "$outputname" | 29186 | func_stripname 'lib' '.la' "$outputname" |
| 29207 | name=$func_stripname_result | 29187 | name=$func_stripname_result |
| @@ -29212,7 +29192,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29212 | ;; | 29192 | ;; |
| 29213 | *) | 29193 | *) |
| 29214 | test "$module" = no && \ | 29194 | test "$module" = no && \ |
| 29215 | @@ -6330,8 +7248,8 @@ func_mode_link () | 29195 | @@ -6352,8 +7269,8 @@ func_mode_link () |
| 29216 | # Add the "lib" prefix for modules if required | 29196 | # Add the "lib" prefix for modules if required |
| 29217 | func_stripname '' '.la' "$outputname" | 29197 | func_stripname '' '.la' "$outputname" |
| 29218 | name=$func_stripname_result | 29198 | name=$func_stripname_result |
| @@ -29223,7 +29203,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29223 | else | 29203 | else |
| 29224 | func_stripname '' '.la' "$outputname" | 29204 | func_stripname '' '.la' "$outputname" |
| 29225 | libname=$func_stripname_result | 29205 | libname=$func_stripname_result |
| 29226 | @@ -6346,7 +7264,7 @@ func_mode_link () | 29206 | @@ -6368,7 +7285,7 @@ func_mode_link () |
| 29227 | echo | 29207 | echo |
| 29228 | $ECHO "*** Warning: Linking the shared library $output against the non-libtool" | 29208 | $ECHO "*** Warning: Linking the shared library $output against the non-libtool" |
| 29229 | $ECHO "*** objects $objs is not portable!" | 29209 | $ECHO "*** objects $objs is not portable!" |
| @@ -29232,7 +29212,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29232 | fi | 29212 | fi |
| 29233 | fi | 29213 | fi |
| 29234 | 29214 | ||
| 29235 | @@ -6544,7 +7462,7 @@ func_mode_link () | 29215 | @@ -6566,7 +7483,7 @@ func_mode_link () |
| 29236 | done | 29216 | done |
| 29237 | 29217 | ||
| 29238 | # Make executables depend on our current version. | 29218 | # Make executables depend on our current version. |
| @@ -29241,7 +29221,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29241 | ;; | 29221 | ;; |
| 29242 | 29222 | ||
| 29243 | qnx) | 29223 | qnx) |
| 29244 | @@ -6612,10 +7530,10 @@ func_mode_link () | 29224 | @@ -6634,10 +7551,10 @@ func_mode_link () |
| 29245 | fi | 29225 | fi |
| 29246 | 29226 | ||
| 29247 | func_generate_dlsyms "$libname" "$libname" "yes" | 29227 | func_generate_dlsyms "$libname" "$libname" "yes" |
| @@ -29254,7 +29234,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29254 | # Remove our outputs, but don't remove object files since they | 29234 | # Remove our outputs, but don't remove object files since they |
| 29255 | # may have been created when compiling PIC objects. | 29235 | # may have been created when compiling PIC objects. |
| 29256 | removelist= | 29236 | removelist= |
| 29257 | @@ -6631,7 +7549,7 @@ func_mode_link () | 29237 | @@ -6653,7 +7570,7 @@ func_mode_link () |
| 29258 | continue | 29238 | continue |
| 29259 | fi | 29239 | fi |
| 29260 | fi | 29240 | fi |
| @@ -29263,7 +29243,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29263 | ;; | 29243 | ;; |
| 29264 | *) ;; | 29244 | *) ;; |
| 29265 | esac | 29245 | esac |
| 29266 | @@ -6642,7 +7560,7 @@ func_mode_link () | 29246 | @@ -6664,7 +7581,7 @@ func_mode_link () |
| 29267 | 29247 | ||
| 29268 | # Now set the variables for building old libraries. | 29248 | # Now set the variables for building old libraries. |
| 29269 | if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then | 29249 | if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then |
| @@ -29272,7 +29252,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29272 | 29252 | ||
| 29273 | # Transform .lo files to .o files. | 29253 | # Transform .lo files to .o files. |
| 29274 | oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` | 29254 | oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` |
| 29275 | @@ -6659,10 +7577,11 @@ func_mode_link () | 29255 | @@ -6681,10 +7598,11 @@ func_mode_link () |
| 29276 | # If the user specified any rpath flags, then add them. | 29256 | # If the user specified any rpath flags, then add them. |
| 29277 | temp_xrpath= | 29257 | temp_xrpath= |
| 29278 | for libdir in $xrpath; do | 29258 | for libdir in $xrpath; do |
| @@ -29286,7 +29266,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29286 | esac | 29266 | esac |
| 29287 | done | 29267 | done |
| 29288 | if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then | 29268 | if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then |
| 29289 | @@ -6676,7 +7595,7 @@ func_mode_link () | 29269 | @@ -6698,7 +7616,7 @@ func_mode_link () |
| 29290 | for lib in $old_dlfiles; do | 29270 | for lib in $old_dlfiles; do |
| 29291 | case " $dlprefiles $dlfiles " in | 29271 | case " $dlprefiles $dlfiles " in |
| 29292 | *" $lib "*) ;; | 29272 | *" $lib "*) ;; |
| @@ -29295,7 +29275,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29295 | esac | 29275 | esac |
| 29296 | done | 29276 | done |
| 29297 | 29277 | ||
| 29298 | @@ -6686,7 +7605,7 @@ func_mode_link () | 29278 | @@ -6708,7 +7626,7 @@ func_mode_link () |
| 29299 | for lib in $old_dlprefiles; do | 29279 | for lib in $old_dlprefiles; do |
| 29300 | case "$dlprefiles " in | 29280 | case "$dlprefiles " in |
| 29301 | *" $lib "*) ;; | 29281 | *" $lib "*) ;; |
| @@ -29304,7 +29284,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29304 | esac | 29284 | esac |
| 29305 | done | 29285 | done |
| 29306 | 29286 | ||
| 29307 | @@ -6698,7 +7617,7 @@ func_mode_link () | 29287 | @@ -6720,7 +7638,7 @@ func_mode_link () |
| 29308 | ;; | 29288 | ;; |
| 29309 | *-*-rhapsody* | *-*-darwin1.[012]) | 29289 | *-*-rhapsody* | *-*-darwin1.[012]) |
| 29310 | # Rhapsody C library is in the System framework | 29290 | # Rhapsody C library is in the System framework |
| @@ -29313,7 +29293,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29313 | ;; | 29293 | ;; |
| 29314 | *-*-netbsd*) | 29294 | *-*-netbsd*) |
| 29315 | # Don't link with libc until the a.out ld.so is fixed. | 29295 | # Don't link with libc until the a.out ld.so is fixed. |
| 29316 | @@ -6715,7 +7634,7 @@ func_mode_link () | 29296 | @@ -6737,7 +7655,7 @@ func_mode_link () |
| 29317 | *) | 29297 | *) |
| 29318 | # Add libc to deplibs on all other systems if necessary. | 29298 | # Add libc to deplibs on all other systems if necessary. |
| 29319 | if test "$build_libtool_need_lc" = "yes"; then | 29299 | if test "$build_libtool_need_lc" = "yes"; then |
| @@ -29322,7 +29302,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29322 | fi | 29302 | fi |
| 29323 | ;; | 29303 | ;; |
| 29324 | esac | 29304 | esac |
| 29325 | @@ -6764,18 +7683,18 @@ EOF | 29305 | @@ -6786,18 +7704,18 @@ EOF |
| 29326 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then | 29306 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
| 29327 | case " $predeps $postdeps " in | 29307 | case " $predeps $postdeps " in |
| 29328 | *" $i "*) | 29308 | *" $i "*) |
| @@ -29345,7 +29325,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29345 | else | 29325 | else |
| 29346 | droppeddeps=yes | 29326 | droppeddeps=yes |
| 29347 | echo | 29327 | echo |
| 29348 | @@ -6789,7 +7708,7 @@ EOF | 29328 | @@ -6811,7 +7729,7 @@ EOF |
| 29349 | fi | 29329 | fi |
| 29350 | ;; | 29330 | ;; |
| 29351 | *) | 29331 | *) |
| @@ -29354,7 +29334,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29354 | ;; | 29334 | ;; |
| 29355 | esac | 29335 | esac |
| 29356 | done | 29336 | done |
| 29357 | @@ -6807,18 +7726,18 @@ EOF | 29337 | @@ -6829,18 +7747,18 @@ EOF |
| 29358 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then | 29338 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
| 29359 | case " $predeps $postdeps " in | 29339 | case " $predeps $postdeps " in |
| 29360 | *" $i "*) | 29340 | *" $i "*) |
| @@ -29377,7 +29357,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29377 | else | 29357 | else |
| 29378 | droppeddeps=yes | 29358 | droppeddeps=yes |
| 29379 | echo | 29359 | echo |
| 29380 | @@ -6840,7 +7759,7 @@ EOF | 29360 | @@ -6862,7 +7780,7 @@ EOF |
| 29381 | fi | 29361 | fi |
| 29382 | ;; | 29362 | ;; |
| 29383 | *) | 29363 | *) |
| @@ -29386,7 +29366,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29386 | ;; | 29366 | ;; |
| 29387 | esac | 29367 | esac |
| 29388 | done | 29368 | done |
| 29389 | @@ -6857,15 +7776,27 @@ EOF | 29369 | @@ -6879,15 +7797,27 @@ EOF |
| 29390 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then | 29370 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
| 29391 | case " $predeps $postdeps " in | 29371 | case " $predeps $postdeps " in |
| 29392 | *" $a_deplib "*) | 29372 | *" $a_deplib "*) |
| @@ -29417,7 +29397,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29417 | for potent_lib in $potential_libs; do | 29397 | for potent_lib in $potential_libs; do |
| 29418 | # Follow soft links. | 29398 | # Follow soft links. |
| 29419 | if ls -lLd "$potent_lib" 2>/dev/null | | 29399 | if ls -lLd "$potent_lib" 2>/dev/null | |
| 29420 | @@ -6885,10 +7816,10 @@ EOF | 29400 | @@ -6907,10 +7837,10 @@ EOF |
| 29421 | *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; | 29401 | *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; |
| 29422 | esac | 29402 | esac |
| 29423 | done | 29403 | done |
| @@ -29430,7 +29410,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29430 | a_deplib="" | 29410 | a_deplib="" |
| 29431 | break 2 | 29411 | break 2 |
| 29432 | fi | 29412 | fi |
| 29433 | @@ -6913,7 +7844,7 @@ EOF | 29413 | @@ -6935,7 +7865,7 @@ EOF |
| 29434 | ;; | 29414 | ;; |
| 29435 | *) | 29415 | *) |
| 29436 | # Add a -L argument. | 29416 | # Add a -L argument. |
| @@ -29439,7 +29419,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29439 | ;; | 29419 | ;; |
| 29440 | esac | 29420 | esac |
| 29441 | done # Gone through all deplibs. | 29421 | done # Gone through all deplibs. |
| 29442 | @@ -6929,20 +7860,20 @@ EOF | 29422 | @@ -6951,20 +7881,20 @@ EOF |
| 29443 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then | 29423 | if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
| 29444 | case " $predeps $postdeps " in | 29424 | case " $predeps $postdeps " in |
| 29445 | *" $a_deplib "*) | 29425 | *" $a_deplib "*) |
| @@ -29463,7 +29443,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29463 | a_deplib="" | 29443 | a_deplib="" |
| 29464 | break 2 | 29444 | break 2 |
| 29465 | fi | 29445 | fi |
| 29466 | @@ -6967,7 +7898,7 @@ EOF | 29446 | @@ -6989,7 +7919,7 @@ EOF |
| 29467 | ;; | 29447 | ;; |
| 29468 | *) | 29448 | *) |
| 29469 | # Add a -L argument. | 29449 | # Add a -L argument. |
| @@ -29472,7 +29452,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29472 | ;; | 29452 | ;; |
| 29473 | esac | 29453 | esac |
| 29474 | done # Gone through all deplibs. | 29454 | done # Gone through all deplibs. |
| 29475 | @@ -7071,7 +8002,7 @@ EOF | 29455 | @@ -7093,7 +8023,7 @@ EOF |
| 29476 | *) | 29456 | *) |
| 29477 | case " $deplibs " in | 29457 | case " $deplibs " in |
| 29478 | *" -L$path/$objdir "*) | 29458 | *" -L$path/$objdir "*) |
| @@ -29481,7 +29461,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29481 | esac | 29461 | esac |
| 29482 | ;; | 29462 | ;; |
| 29483 | esac | 29463 | esac |
| 29484 | @@ -7081,10 +8012,10 @@ EOF | 29464 | @@ -7103,10 +8033,10 @@ EOF |
| 29485 | -L*) | 29465 | -L*) |
| 29486 | case " $new_libs " in | 29466 | case " $new_libs " in |
| 29487 | *" $deplib "*) ;; | 29467 | *" $deplib "*) ;; |
| @@ -29494,7 +29474,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29494 | esac | 29474 | esac |
| 29495 | done | 29475 | done |
| 29496 | deplibs="$new_libs" | 29476 | deplibs="$new_libs" |
| 29497 | @@ -7101,10 +8032,12 @@ EOF | 29477 | @@ -7123,10 +8053,12 @@ EOF |
| 29498 | hardcode_libdirs= | 29478 | hardcode_libdirs= |
| 29499 | dep_rpath= | 29479 | dep_rpath= |
| 29500 | rpath="$finalize_rpath" | 29480 | rpath="$finalize_rpath" |
| @@ -29508,7 +29488,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29508 | if test -z "$hardcode_libdirs"; then | 29488 | if test -z "$hardcode_libdirs"; then |
| 29509 | hardcode_libdirs="$libdir" | 29489 | hardcode_libdirs="$libdir" |
| 29510 | else | 29490 | else |
| 29511 | @@ -7113,18 +8046,18 @@ EOF | 29491 | @@ -7135,18 +8067,18 @@ EOF |
| 29512 | *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) | 29492 | *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) |
| 29513 | ;; | 29493 | ;; |
| 29514 | *) | 29494 | *) |
| @@ -29531,7 +29511,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29531 | esac | 29511 | esac |
| 29532 | fi | 29512 | fi |
| 29533 | done | 29513 | done |
| 29534 | @@ -7133,40 +8066,38 @@ EOF | 29514 | @@ -7155,40 +8087,38 @@ EOF |
| 29535 | test -n "$hardcode_libdirs"; then | 29515 | test -n "$hardcode_libdirs"; then |
| 29536 | libdir="$hardcode_libdirs" | 29516 | libdir="$hardcode_libdirs" |
| 29537 | if test -n "$hardcode_libdir_flag_spec_ld"; then | 29517 | if test -n "$hardcode_libdir_flag_spec_ld"; then |
| @@ -29581,7 +29561,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29581 | else | 29561 | else |
| 29582 | soname="$realname" | 29562 | soname="$realname" |
| 29583 | fi | 29563 | fi |
| 29584 | @@ -7178,7 +8109,7 @@ EOF | 29564 | @@ -7200,7 +8130,7 @@ EOF |
| 29585 | linknames= | 29565 | linknames= |
| 29586 | for link | 29566 | for link |
| 29587 | do | 29567 | do |
| @@ -29590,7 +29570,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29590 | done | 29570 | done |
| 29591 | 29571 | ||
| 29592 | # Use standard objects if they are pic | 29572 | # Use standard objects if they are pic |
| 29593 | @@ -7189,7 +8120,7 @@ EOF | 29573 | @@ -7211,7 +8141,7 @@ EOF |
| 29594 | if test -n "$export_symbols" && test -n "$include_expsyms"; then | 29574 | if test -n "$export_symbols" && test -n "$include_expsyms"; then |
| 29595 | $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" | 29575 | $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" |
| 29596 | export_symbols="$output_objdir/$libname.uexp" | 29576 | export_symbols="$output_objdir/$libname.uexp" |
| @@ -29599,7 +29579,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29599 | fi | 29579 | fi |
| 29600 | 29580 | ||
| 29601 | orig_export_symbols= | 29581 | orig_export_symbols= |
| 29602 | @@ -7220,13 +8151,45 @@ EOF | 29582 | @@ -7242,13 +8172,45 @@ EOF |
| 29603 | $opt_dry_run || $RM $export_symbols | 29583 | $opt_dry_run || $RM $export_symbols |
| 29604 | cmds=$export_symbols_cmds | 29584 | cmds=$export_symbols_cmds |
| 29605 | save_ifs="$IFS"; IFS='~' | 29585 | save_ifs="$IFS"; IFS='~' |
| @@ -29650,7 +29630,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29650 | skipped_export=false | 29630 | skipped_export=false |
| 29651 | else | 29631 | else |
| 29652 | # The command line is too long to execute in one step. | 29632 | # The command line is too long to execute in one step. |
| 29653 | @@ -7248,7 +8211,7 @@ EOF | 29633 | @@ -7270,7 +8232,7 @@ EOF |
| 29654 | if test -n "$export_symbols" && test -n "$include_expsyms"; then | 29634 | if test -n "$export_symbols" && test -n "$include_expsyms"; then |
| 29655 | tmp_export_symbols="$export_symbols" | 29635 | tmp_export_symbols="$export_symbols" |
| 29656 | test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" | 29636 | test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" |
| @@ -29659,7 +29639,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29659 | fi | 29639 | fi |
| 29660 | 29640 | ||
| 29661 | if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then | 29641 | if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then |
| 29662 | @@ -7260,7 +8223,7 @@ EOF | 29642 | @@ -7282,7 +8244,7 @@ EOF |
| 29663 | # global variables. join(1) would be nice here, but unfortunately | 29643 | # global variables. join(1) would be nice here, but unfortunately |
| 29664 | # isn't a blessed tool. | 29644 | # isn't a blessed tool. |
| 29665 | $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter | 29645 | $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter |
| @@ -29668,7 +29648,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29668 | export_symbols=$output_objdir/$libname.def | 29648 | export_symbols=$output_objdir/$libname.def |
| 29669 | $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols | 29649 | $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols |
| 29670 | fi | 29650 | fi |
| 29671 | @@ -7270,7 +8233,7 @@ EOF | 29651 | @@ -7292,7 +8254,7 @@ EOF |
| 29672 | case " $convenience " in | 29652 | case " $convenience " in |
| 29673 | *" $test_deplib "*) ;; | 29653 | *" $test_deplib "*) ;; |
| 29674 | *) | 29654 | *) |
| @@ -29677,7 +29657,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29677 | ;; | 29657 | ;; |
| 29678 | esac | 29658 | esac |
| 29679 | done | 29659 | done |
| 29680 | @@ -7286,43 +8249,43 @@ EOF | 29660 | @@ -7308,43 +8270,43 @@ EOF |
| 29681 | fi | 29661 | fi |
| 29682 | if test -n "$whole_archive_flag_spec"; then | 29662 | if test -n "$whole_archive_flag_spec"; then |
| 29683 | save_libobjs=$libobjs | 29663 | save_libobjs=$libobjs |
| @@ -29732,7 +29712,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29732 | cmds=$archive_cmds | 29712 | cmds=$archive_cmds |
| 29733 | fi | 29713 | fi |
| 29734 | fi | 29714 | fi |
| 29735 | @@ -7366,10 +8329,13 @@ EOF | 29715 | @@ -7388,10 +8350,13 @@ EOF |
| 29736 | echo 'INPUT (' > $output | 29716 | echo 'INPUT (' > $output |
| 29737 | for obj in $save_libobjs | 29717 | for obj in $save_libobjs |
| 29738 | do | 29718 | do |
| @@ -29748,7 +29728,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29748 | elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then | 29728 | elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then |
| 29749 | output=${output_objdir}/${output_la}.lnk | 29729 | output=${output_objdir}/${output_la}.lnk |
| 29750 | func_verbose "creating linker input file list: $output" | 29730 | func_verbose "creating linker input file list: $output" |
| 29751 | @@ -7383,15 +8349,17 @@ EOF | 29731 | @@ -7405,15 +8370,17 @@ EOF |
| 29752 | fi | 29732 | fi |
| 29753 | for obj | 29733 | for obj |
| 29754 | do | 29734 | do |
| @@ -29770,7 +29750,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29770 | func_len " $test_cmds" | 29750 | func_len " $test_cmds" |
| 29771 | len0=$func_len_result | 29751 | len0=$func_len_result |
| 29772 | len=$len0 | 29752 | len=$len0 |
| 29773 | @@ -7411,12 +8379,12 @@ EOF | 29753 | @@ -7433,12 +8400,12 @@ EOF |
| 29774 | if test "$k" -eq 1 ; then | 29754 | if test "$k" -eq 1 ; then |
| 29775 | # The first file doesn't have a previous command to add. | 29755 | # The first file doesn't have a previous command to add. |
| 29776 | reload_objs=$objlist | 29756 | reload_objs=$objlist |
| @@ -29785,7 +29765,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29785 | fi | 29765 | fi |
| 29786 | last_robj=$output_objdir/$output_la-${k}.$objext | 29766 | last_robj=$output_objdir/$output_la-${k}.$objext |
| 29787 | func_arith $k + 1 | 29767 | func_arith $k + 1 |
| 29788 | @@ -7433,11 +8401,11 @@ EOF | 29768 | @@ -7455,11 +8422,11 @@ EOF |
| 29789 | # files will link in the last one created. | 29769 | # files will link in the last one created. |
| 29790 | test -z "$concat_cmds" || concat_cmds=$concat_cmds~ | 29770 | test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
| 29791 | reload_objs="$objlist $last_robj" | 29771 | reload_objs="$objlist $last_robj" |
| @@ -29800,7 +29780,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29800 | 29780 | ||
| 29801 | else | 29781 | else |
| 29802 | output= | 29782 | output= |
| 29803 | @@ -7450,9 +8418,9 @@ EOF | 29783 | @@ -7472,9 +8439,9 @@ EOF |
| 29804 | libobjs=$output | 29784 | libobjs=$output |
| 29805 | # Append the command to create the export file. | 29785 | # Append the command to create the export file. |
| 29806 | test -z "$concat_cmds" || concat_cmds=$concat_cmds~ | 29786 | test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
| @@ -29812,7 +29792,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29812 | fi | 29792 | fi |
| 29813 | fi | 29793 | fi |
| 29814 | 29794 | ||
| 29815 | @@ -7471,7 +8439,7 @@ EOF | 29795 | @@ -7493,7 +8460,7 @@ EOF |
| 29816 | lt_exit=$? | 29796 | lt_exit=$? |
| 29817 | 29797 | ||
| 29818 | # Restore the uninstalled library and exit | 29798 | # Restore the uninstalled library and exit |
| @@ -29821,7 +29801,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29821 | ( cd "$output_objdir" && \ | 29801 | ( cd "$output_objdir" && \ |
| 29822 | $RM "${realname}T" && \ | 29802 | $RM "${realname}T" && \ |
| 29823 | $MV "${realname}U" "$realname" ) | 29803 | $MV "${realname}U" "$realname" ) |
| 29824 | @@ -7492,7 +8460,7 @@ EOF | 29804 | @@ -7514,7 +8481,7 @@ EOF |
| 29825 | if test -n "$export_symbols" && test -n "$include_expsyms"; then | 29805 | if test -n "$export_symbols" && test -n "$include_expsyms"; then |
| 29826 | tmp_export_symbols="$export_symbols" | 29806 | tmp_export_symbols="$export_symbols" |
| 29827 | test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" | 29807 | test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" |
| @@ -29830,7 +29810,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29830 | fi | 29810 | fi |
| 29831 | 29811 | ||
| 29832 | if test -n "$orig_export_symbols"; then | 29812 | if test -n "$orig_export_symbols"; then |
| 29833 | @@ -7504,7 +8472,7 @@ EOF | 29813 | @@ -7526,7 +8493,7 @@ EOF |
| 29834 | # global variables. join(1) would be nice here, but unfortunately | 29814 | # global variables. join(1) would be nice here, but unfortunately |
| 29835 | # isn't a blessed tool. | 29815 | # isn't a blessed tool. |
| 29836 | $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter | 29816 | $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter |
| @@ -29839,7 +29819,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29839 | export_symbols=$output_objdir/$libname.def | 29819 | export_symbols=$output_objdir/$libname.def |
| 29840 | $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols | 29820 | $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols |
| 29841 | fi | 29821 | fi |
| 29842 | @@ -7515,7 +8483,7 @@ EOF | 29822 | @@ -7537,7 +8504,7 @@ EOF |
| 29843 | output=$save_output | 29823 | output=$save_output |
| 29844 | 29824 | ||
| 29845 | if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then | 29825 | if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then |
| @@ -29848,7 +29828,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29848 | test "X$libobjs" = "X " && libobjs= | 29828 | test "X$libobjs" = "X " && libobjs= |
| 29849 | fi | 29829 | fi |
| 29850 | # Expand the library linking commands again to reset the | 29830 | # Expand the library linking commands again to reset the |
| 29851 | @@ -7539,23 +8507,23 @@ EOF | 29831 | @@ -7561,23 +8528,23 @@ EOF |
| 29852 | 29832 | ||
| 29853 | if test -n "$delfiles"; then | 29833 | if test -n "$delfiles"; then |
| 29854 | # Append the command to remove temporary files to $cmds. | 29834 | # Append the command to remove temporary files to $cmds. |
| @@ -29876,7 +29856,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29876 | $opt_silent || { | 29856 | $opt_silent || { |
| 29877 | func_quote_for_expand "$cmd" | 29857 | func_quote_for_expand "$cmd" |
| 29878 | eval "func_echo $func_quote_for_expand_result" | 29858 | eval "func_echo $func_quote_for_expand_result" |
| 29879 | @@ -7564,7 +8532,7 @@ EOF | 29859 | @@ -7586,7 +8553,7 @@ EOF |
| 29880 | lt_exit=$? | 29860 | lt_exit=$? |
| 29881 | 29861 | ||
| 29882 | # Restore the uninstalled library and exit | 29862 | # Restore the uninstalled library and exit |
| @@ -29885,7 +29865,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29885 | ( cd "$output_objdir" && \ | 29865 | ( cd "$output_objdir" && \ |
| 29886 | $RM "${realname}T" && \ | 29866 | $RM "${realname}T" && \ |
| 29887 | $MV "${realname}U" "$realname" ) | 29867 | $MV "${realname}U" "$realname" ) |
| 29888 | @@ -7576,8 +8544,8 @@ EOF | 29868 | @@ -7598,8 +8565,8 @@ EOF |
| 29889 | IFS="$save_ifs" | 29869 | IFS="$save_ifs" |
| 29890 | 29870 | ||
| 29891 | # Restore the uninstalled library and exit | 29871 | # Restore the uninstalled library and exit |
| @@ -29896,7 +29876,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29896 | 29876 | ||
| 29897 | if test -n "$convenience"; then | 29877 | if test -n "$convenience"; then |
| 29898 | if test -z "$whole_archive_flag_spec"; then | 29878 | if test -z "$whole_archive_flag_spec"; then |
| 29899 | @@ -7656,17 +8624,20 @@ EOF | 29879 | @@ -7678,17 +8645,20 @@ EOF |
| 29900 | 29880 | ||
| 29901 | if test -n "$convenience"; then | 29881 | if test -n "$convenience"; then |
| 29902 | if test -n "$whole_archive_flag_spec"; then | 29882 | if test -n "$whole_archive_flag_spec"; then |
| @@ -29919,7 +29899,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29919 | # Create the old-style object. | 29899 | # Create the old-style object. |
| 29920 | reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test | 29900 | reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test |
| 29921 | 29901 | ||
| 29922 | @@ -7690,7 +8661,7 @@ EOF | 29902 | @@ -7712,7 +8682,7 @@ EOF |
| 29923 | # Create an invalid libtool object if no PIC, so that we don't | 29903 | # Create an invalid libtool object if no PIC, so that we don't |
| 29924 | # accidentally link it into a program. | 29904 | # accidentally link it into a program. |
| 29925 | # $show "echo timestamp > $libobj" | 29905 | # $show "echo timestamp > $libobj" |
| @@ -29928,7 +29908,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29928 | exit $EXIT_SUCCESS | 29908 | exit $EXIT_SUCCESS |
| 29929 | fi | 29909 | fi |
| 29930 | 29910 | ||
| 29931 | @@ -7740,8 +8711,8 @@ EOF | 29911 | @@ -7762,8 +8732,8 @@ EOF |
| 29932 | if test "$tagname" = CXX ; then | 29912 | if test "$tagname" = CXX ; then |
| 29933 | case ${MACOSX_DEPLOYMENT_TARGET-10.0} in | 29913 | case ${MACOSX_DEPLOYMENT_TARGET-10.0} in |
| 29934 | 10.[0123]) | 29914 | 10.[0123]) |
| @@ -29939,7 +29919,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29939 | ;; | 29919 | ;; |
| 29940 | esac | 29920 | esac |
| 29941 | fi | 29921 | fi |
| 29942 | @@ -7761,7 +8732,7 @@ EOF | 29922 | @@ -7783,7 +8753,7 @@ EOF |
| 29943 | *) | 29923 | *) |
| 29944 | case " $compile_deplibs " in | 29924 | case " $compile_deplibs " in |
| 29945 | *" -L$path/$objdir "*) | 29925 | *" -L$path/$objdir "*) |
| @@ -29948,7 +29928,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29948 | esac | 29928 | esac |
| 29949 | ;; | 29929 | ;; |
| 29950 | esac | 29930 | esac |
| 29951 | @@ -7771,17 +8742,17 @@ EOF | 29931 | @@ -7793,17 +8763,17 @@ EOF |
| 29952 | -L*) | 29932 | -L*) |
| 29953 | case " $new_libs " in | 29933 | case " $new_libs " in |
| 29954 | *" $deplib "*) ;; | 29934 | *" $deplib "*) ;; |
| @@ -29970,7 +29950,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29970 | 29950 | ||
| 29971 | if test -n "$rpath$xrpath"; then | 29951 | if test -n "$rpath$xrpath"; then |
| 29972 | # If the user specified any rpath flags, then add them. | 29952 | # If the user specified any rpath flags, then add them. |
| 29973 | @@ -7789,7 +8760,7 @@ EOF | 29953 | @@ -7811,7 +8781,7 @@ EOF |
| 29974 | # This is the magic to use -rpath. | 29954 | # This is the magic to use -rpath. |
| 29975 | case "$finalize_rpath " in | 29955 | case "$finalize_rpath " in |
| 29976 | *" $libdir "*) ;; | 29956 | *" $libdir "*) ;; |
| @@ -29979,7 +29959,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 29979 | esac | 29959 | esac |
| 29980 | done | 29960 | done |
| 29981 | fi | 29961 | fi |
| 29982 | @@ -7808,18 +8779,18 @@ EOF | 29962 | @@ -7830,18 +8800,18 @@ EOF |
| 29983 | *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) | 29963 | *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) |
| 29984 | ;; | 29964 | ;; |
| 29985 | *) | 29965 | *) |
| @@ -30002,7 +29982,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30002 | esac | 29982 | esac |
| 30003 | fi | 29983 | fi |
| 30004 | case $host in | 29984 | case $host in |
| 30005 | @@ -7828,12 +8799,12 @@ EOF | 29985 | @@ -7850,12 +8820,12 @@ EOF |
| 30006 | case :$dllsearchpath: in | 29986 | case :$dllsearchpath: in |
| 30007 | *":$libdir:"*) ;; | 29987 | *":$libdir:"*) ;; |
| 30008 | ::) dllsearchpath=$libdir;; | 29988 | ::) dllsearchpath=$libdir;; |
| @@ -30017,7 +29997,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30017 | esac | 29997 | esac |
| 30018 | ;; | 29998 | ;; |
| 30019 | esac | 29999 | esac |
| 30020 | @@ -7842,7 +8813,7 @@ EOF | 30000 | @@ -7864,7 +8834,7 @@ EOF |
| 30021 | if test -n "$hardcode_libdir_separator" && | 30001 | if test -n "$hardcode_libdir_separator" && |
| 30022 | test -n "$hardcode_libdirs"; then | 30002 | test -n "$hardcode_libdirs"; then |
| 30023 | libdir="$hardcode_libdirs" | 30003 | libdir="$hardcode_libdirs" |
| @@ -30026,7 +30006,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30026 | fi | 30006 | fi |
| 30027 | compile_rpath="$rpath" | 30007 | compile_rpath="$rpath" |
| 30028 | 30008 | ||
| 30029 | @@ -7859,18 +8830,18 @@ EOF | 30009 | @@ -7881,18 +8851,18 @@ EOF |
| 30030 | *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) | 30010 | *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) |
| 30031 | ;; | 30011 | ;; |
| 30032 | *) | 30012 | *) |
| @@ -30049,7 +30029,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30049 | esac | 30029 | esac |
| 30050 | fi | 30030 | fi |
| 30051 | done | 30031 | done |
| 30052 | @@ -7878,7 +8849,7 @@ EOF | 30032 | @@ -7900,7 +8870,7 @@ EOF |
| 30053 | if test -n "$hardcode_libdir_separator" && | 30033 | if test -n "$hardcode_libdir_separator" && |
| 30054 | test -n "$hardcode_libdirs"; then | 30034 | test -n "$hardcode_libdirs"; then |
| 30055 | libdir="$hardcode_libdirs" | 30035 | libdir="$hardcode_libdirs" |
| @@ -30058,7 +30038,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30058 | fi | 30038 | fi |
| 30059 | finalize_rpath="$rpath" | 30039 | finalize_rpath="$rpath" |
| 30060 | 30040 | ||
| 30061 | @@ -7921,6 +8892,12 @@ EOF | 30041 | @@ -7943,6 +8913,12 @@ EOF |
| 30062 | exit_status=0 | 30042 | exit_status=0 |
| 30063 | func_show_eval "$link_command" 'exit_status=$?' | 30043 | func_show_eval "$link_command" 'exit_status=$?' |
| 30064 | 30044 | ||
| @@ -30071,7 +30051,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30071 | # Delete the generated files. | 30051 | # Delete the generated files. |
| 30072 | if test -f "$output_objdir/${outputname}S.${objext}"; then | 30052 | if test -f "$output_objdir/${outputname}S.${objext}"; then |
| 30073 | func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' | 30053 | func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' |
| 30074 | @@ -7943,7 +8920,7 @@ EOF | 30054 | @@ -7965,7 +8941,7 @@ EOF |
| 30075 | # We should set the runpath_var. | 30055 | # We should set the runpath_var. |
| 30076 | rpath= | 30056 | rpath= |
| 30077 | for dir in $perm_rpath; do | 30057 | for dir in $perm_rpath; do |
| @@ -30080,7 +30060,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30080 | done | 30060 | done |
| 30081 | compile_var="$runpath_var=\"$rpath\$$runpath_var\" " | 30061 | compile_var="$runpath_var=\"$rpath\$$runpath_var\" " |
| 30082 | fi | 30062 | fi |
| 30083 | @@ -7951,7 +8928,7 @@ EOF | 30063 | @@ -7973,7 +8949,7 @@ EOF |
| 30084 | # We should set the runpath_var. | 30064 | # We should set the runpath_var. |
| 30085 | rpath= | 30065 | rpath= |
| 30086 | for dir in $finalize_perm_rpath; do | 30066 | for dir in $finalize_perm_rpath; do |
| @@ -30089,7 +30069,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30089 | done | 30069 | done |
| 30090 | finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " | 30070 | finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " |
| 30091 | fi | 30071 | fi |
| 30092 | @@ -7966,6 +8943,13 @@ EOF | 30072 | @@ -7988,6 +8964,13 @@ EOF |
| 30093 | $opt_dry_run || $RM $output | 30073 | $opt_dry_run || $RM $output |
| 30094 | # Link the executable and exit | 30074 | # Link the executable and exit |
| 30095 | func_show_eval "$link_command" 'exit $?' | 30075 | func_show_eval "$link_command" 'exit $?' |
| @@ -30103,7 +30083,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30103 | exit $EXIT_SUCCESS | 30083 | exit $EXIT_SUCCESS |
| 30104 | fi | 30084 | fi |
| 30105 | 30085 | ||
| 30106 | @@ -7999,6 +8983,12 @@ EOF | 30086 | @@ -8021,6 +9004,12 @@ EOF |
| 30107 | 30087 | ||
| 30108 | func_show_eval "$link_command" 'exit $?' | 30088 | func_show_eval "$link_command" 'exit $?' |
| 30109 | 30089 | ||
| @@ -30116,7 +30096,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30116 | # Now create the wrapper script. | 30096 | # Now create the wrapper script. |
| 30117 | func_verbose "creating $output" | 30097 | func_verbose "creating $output" |
| 30118 | 30098 | ||
| 30119 | @@ -8096,7 +9086,7 @@ EOF | 30099 | @@ -8118,7 +9107,7 @@ EOF |
| 30120 | else | 30100 | else |
| 30121 | oldobjs="$old_deplibs $non_pic_objects" | 30101 | oldobjs="$old_deplibs $non_pic_objects" |
| 30122 | if test "$preload" = yes && test -f "$symfileobj"; then | 30102 | if test "$preload" = yes && test -f "$symfileobj"; then |
| @@ -30125,7 +30105,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30125 | fi | 30105 | fi |
| 30126 | fi | 30106 | fi |
| 30127 | addlibs="$old_convenience" | 30107 | addlibs="$old_convenience" |
| 30128 | @@ -8104,10 +9094,10 @@ EOF | 30108 | @@ -8126,10 +9115,10 @@ EOF |
| 30129 | 30109 | ||
| 30130 | if test -n "$addlibs"; then | 30110 | if test -n "$addlibs"; then |
| 30131 | gentop="$output_objdir/${outputname}x" | 30111 | gentop="$output_objdir/${outputname}x" |
| @@ -30138,7 +30118,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30138 | fi | 30118 | fi |
| 30139 | 30119 | ||
| 30140 | # Do each command in the archive commands. | 30120 | # Do each command in the archive commands. |
| 30141 | @@ -8118,10 +9108,10 @@ EOF | 30121 | @@ -8140,10 +9129,10 @@ EOF |
| 30142 | # Add any objects from preloaded convenience libraries | 30122 | # Add any objects from preloaded convenience libraries |
| 30143 | if test -n "$dlprefiles"; then | 30123 | if test -n "$dlprefiles"; then |
| 30144 | gentop="$output_objdir/${outputname}x" | 30124 | gentop="$output_objdir/${outputname}x" |
| @@ -30151,7 +30131,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30151 | fi | 30131 | fi |
| 30152 | 30132 | ||
| 30153 | # POSIX demands no paths to be encoded in archives. We have | 30133 | # POSIX demands no paths to be encoded in archives. We have |
| 30154 | @@ -8139,7 +9129,7 @@ EOF | 30134 | @@ -8161,7 +9150,7 @@ EOF |
| 30155 | else | 30135 | else |
| 30156 | echo "copying selected object files to avoid basename conflicts..." | 30136 | echo "copying selected object files to avoid basename conflicts..." |
| 30157 | gentop="$output_objdir/${outputname}x" | 30137 | gentop="$output_objdir/${outputname}x" |
| @@ -30160,7 +30140,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30160 | func_mkdir_p "$gentop" | 30140 | func_mkdir_p "$gentop" |
| 30161 | save_oldobjs=$oldobjs | 30141 | save_oldobjs=$oldobjs |
| 30162 | oldobjs= | 30142 | oldobjs= |
| 30163 | @@ -8163,18 +9153,28 @@ EOF | 30143 | @@ -8185,18 +9174,28 @@ EOF |
| 30164 | esac | 30144 | esac |
| 30165 | done | 30145 | done |
| 30166 | func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" | 30146 | func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" |
| @@ -30192,7 +30172,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30192 | else | 30172 | else |
| 30193 | # the command line is too long to link in one step, link in parts | 30173 | # the command line is too long to link in one step, link in parts |
| 30194 | func_verbose "using piecewise archive linking..." | 30174 | func_verbose "using piecewise archive linking..." |
| 30195 | @@ -8189,7 +9189,7 @@ EOF | 30175 | @@ -8211,7 +9210,7 @@ EOF |
| 30196 | do | 30176 | do |
| 30197 | last_oldobj=$obj | 30177 | last_oldobj=$obj |
| 30198 | done | 30178 | done |
| @@ -30201,7 +30181,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30201 | func_len " $test_cmds" | 30181 | func_len " $test_cmds" |
| 30202 | len0=$func_len_result | 30182 | len0=$func_len_result |
| 30203 | len=$len0 | 30183 | len=$len0 |
| 30204 | @@ -8208,7 +9208,7 @@ EOF | 30184 | @@ -8230,7 +9229,7 @@ EOF |
| 30205 | RANLIB=$save_RANLIB | 30185 | RANLIB=$save_RANLIB |
| 30206 | fi | 30186 | fi |
| 30207 | test -z "$concat_cmds" || concat_cmds=$concat_cmds~ | 30187 | test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
| @@ -30210,7 +30190,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30210 | objlist= | 30190 | objlist= |
| 30211 | len=$len0 | 30191 | len=$len0 |
| 30212 | fi | 30192 | fi |
| 30213 | @@ -8216,9 +9216,9 @@ EOF | 30193 | @@ -8238,9 +9237,9 @@ EOF |
| 30214 | RANLIB=$save_RANLIB | 30194 | RANLIB=$save_RANLIB |
| 30215 | oldobjs=$objlist | 30195 | oldobjs=$objlist |
| 30216 | if test "X$oldobjs" = "X" ; then | 30196 | if test "X$oldobjs" = "X" ; then |
| @@ -30222,7 +30202,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30222 | fi | 30202 | fi |
| 30223 | fi | 30203 | fi |
| 30224 | fi | 30204 | fi |
| 30225 | @@ -8268,12 +9268,23 @@ EOF | 30205 | @@ -8290,12 +9289,23 @@ EOF |
| 30226 | *.la) | 30206 | *.la) |
| 30227 | func_basename "$deplib" | 30207 | func_basename "$deplib" |
| 30228 | name="$func_basename_result" | 30208 | name="$func_basename_result" |
| @@ -30249,7 +30229,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30249 | esac | 30229 | esac |
| 30250 | done | 30230 | done |
| 30251 | dependency_libs="$newdependency_libs" | 30231 | dependency_libs="$newdependency_libs" |
| 30252 | @@ -8284,12 +9295,14 @@ EOF | 30232 | @@ -8306,12 +9316,14 @@ EOF |
| 30253 | *.la) | 30233 | *.la) |
| 30254 | func_basename "$lib" | 30234 | func_basename "$lib" |
| 30255 | name="$func_basename_result" | 30235 | name="$func_basename_result" |
| @@ -30267,7 +30247,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30267 | esac | 30247 | esac |
| 30268 | done | 30248 | done |
| 30269 | dlfiles="$newdlfiles" | 30249 | dlfiles="$newdlfiles" |
| 30270 | @@ -8303,10 +9316,11 @@ EOF | 30250 | @@ -8325,10 +9337,11 @@ EOF |
| 30271 | # the library: | 30251 | # the library: |
| 30272 | func_basename "$lib" | 30252 | func_basename "$lib" |
| 30273 | name="$func_basename_result" | 30253 | name="$func_basename_result" |
| @@ -30281,7 +30261,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30281 | ;; | 30261 | ;; |
| 30282 | esac | 30262 | esac |
| 30283 | done | 30263 | done |
| 30284 | @@ -8318,7 +9332,7 @@ EOF | 30264 | @@ -8340,7 +9353,7 @@ EOF |
| 30285 | [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; | 30265 | [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; |
| 30286 | *) abs=`pwd`"/$lib" ;; | 30266 | *) abs=`pwd`"/$lib" ;; |
| 30287 | esac | 30267 | esac |
| @@ -30290,7 +30270,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30290 | done | 30270 | done |
| 30291 | dlfiles="$newdlfiles" | 30271 | dlfiles="$newdlfiles" |
| 30292 | newdlprefiles= | 30272 | newdlprefiles= |
| 30293 | @@ -8327,7 +9341,7 @@ EOF | 30273 | @@ -8349,7 +9362,7 @@ EOF |
| 30294 | [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; | 30274 | [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; |
| 30295 | *) abs=`pwd`"/$lib" ;; | 30275 | *) abs=`pwd`"/$lib" ;; |
| 30296 | esac | 30276 | esac |
| @@ -30299,7 +30279,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30299 | done | 30279 | done |
| 30300 | dlprefiles="$newdlprefiles" | 30280 | dlprefiles="$newdlprefiles" |
| 30301 | fi | 30281 | fi |
| 30302 | @@ -8412,7 +9426,7 @@ relink_command=\"$relink_command\"" | 30282 | @@ -8434,7 +9447,7 @@ relink_command=\"$relink_command\"" |
| 30303 | exit $EXIT_SUCCESS | 30283 | exit $EXIT_SUCCESS |
| 30304 | } | 30284 | } |
| 30305 | 30285 | ||
| @@ -30308,7 +30288,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30308 | func_mode_link ${1+"$@"} | 30288 | func_mode_link ${1+"$@"} |
| 30309 | 30289 | ||
| 30310 | 30290 | ||
| 30311 | @@ -8432,9 +9446,9 @@ func_mode_uninstall () | 30291 | @@ -8454,9 +9467,9 @@ func_mode_uninstall () |
| 30312 | for arg | 30292 | for arg |
| 30313 | do | 30293 | do |
| 30314 | case $arg in | 30294 | case $arg in |
| @@ -30321,7 +30301,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30321 | esac | 30301 | esac |
| 30322 | done | 30302 | done |
| 30323 | 30303 | ||
| 30324 | @@ -8443,24 +9457,23 @@ func_mode_uninstall () | 30304 | @@ -8465,24 +9478,23 @@ func_mode_uninstall () |
| 30325 | 30305 | ||
| 30326 | rmdirs= | 30306 | rmdirs= |
| 30327 | 30307 | ||
| @@ -30353,7 +30333,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30353 | esac | 30333 | esac |
| 30354 | fi | 30334 | fi |
| 30355 | 30335 | ||
| 30356 | @@ -8486,18 +9499,17 @@ func_mode_uninstall () | 30336 | @@ -8508,18 +9520,17 @@ func_mode_uninstall () |
| 30357 | 30337 | ||
| 30358 | # Delete the libtool libraries and symlinks. | 30338 | # Delete the libtool libraries and symlinks. |
| 30359 | for n in $library_names; do | 30339 | for n in $library_names; do |
| @@ -30378,7 +30358,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30378 | ;; | 30358 | ;; |
| 30379 | uninstall) | 30359 | uninstall) |
| 30380 | if test -n "$library_names"; then | 30360 | if test -n "$library_names"; then |
| 30381 | @@ -8525,19 +9537,19 @@ func_mode_uninstall () | 30361 | @@ -8547,19 +9558,19 @@ func_mode_uninstall () |
| 30382 | # Add PIC object to the list of files to remove. | 30362 | # Add PIC object to the list of files to remove. |
| 30383 | if test -n "$pic_object" && | 30363 | if test -n "$pic_object" && |
| 30384 | test "$pic_object" != none; then | 30364 | test "$pic_object" != none; then |
| @@ -30401,7 +30381,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30401 | noexename=$name | 30381 | noexename=$name |
| 30402 | case $file in | 30382 | case $file in |
| 30403 | *.exe) | 30383 | *.exe) |
| 30404 | @@ -8547,7 +9559,7 @@ func_mode_uninstall () | 30384 | @@ -8569,7 +9580,7 @@ func_mode_uninstall () |
| 30405 | noexename=$func_stripname_result | 30385 | noexename=$func_stripname_result |
| 30406 | # $file with .exe has already been added to rmfiles, | 30386 | # $file with .exe has already been added to rmfiles, |
| 30407 | # add $file without .exe | 30387 | # add $file without .exe |
| @@ -30410,7 +30390,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30410 | ;; | 30390 | ;; |
| 30411 | esac | 30391 | esac |
| 30412 | # Do a test to see if this is a libtool program. | 30392 | # Do a test to see if this is a libtool program. |
| 30413 | @@ -8556,7 +9568,7 @@ func_mode_uninstall () | 30393 | @@ -8578,7 +9589,7 @@ func_mode_uninstall () |
| 30414 | func_ltwrapper_scriptname "$file" | 30394 | func_ltwrapper_scriptname "$file" |
| 30415 | relink_command= | 30395 | relink_command= |
| 30416 | func_source $func_ltwrapper_scriptname_result | 30396 | func_source $func_ltwrapper_scriptname_result |
| @@ -30419,7 +30399,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30419 | else | 30399 | else |
| 30420 | relink_command= | 30400 | relink_command= |
| 30421 | func_source $dir/$noexename | 30401 | func_source $dir/$noexename |
| 30422 | @@ -8564,12 +9576,12 @@ func_mode_uninstall () | 30402 | @@ -8586,12 +9597,12 @@ func_mode_uninstall () |
| 30423 | 30403 | ||
| 30424 | # note $name still contains .exe if it was in $file originally | 30404 | # note $name still contains .exe if it was in $file originally |
| 30425 | # as does the version of $file that was added into $rmfiles | 30405 | # as does the version of $file that was added into $rmfiles |
| @@ -30435,7 +30415,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30435 | fi | 30415 | fi |
| 30436 | fi | 30416 | fi |
| 30437 | fi | 30417 | fi |
| 30438 | @@ -8577,7 +9589,6 @@ func_mode_uninstall () | 30418 | @@ -8599,7 +9610,6 @@ func_mode_uninstall () |
| 30439 | esac | 30419 | esac |
| 30440 | func_show_eval "$RM $rmfiles" 'exit_status=1' | 30420 | func_show_eval "$RM $rmfiles" 'exit_status=1' |
| 30441 | done | 30421 | done |
| @@ -30443,7 +30423,7 @@ index 70990740b6c..7f7104ffc82 100644 | |||
| 30443 | 30423 | ||
| 30444 | # Try to remove the ${objdir}s in the directories where we deleted files | 30424 | # Try to remove the ${objdir}s in the directories where we deleted files |
| 30445 | for dir in $rmdirs; do | 30425 | for dir in $rmdirs; do |
| 30446 | @@ -8589,16 +9600,16 @@ func_mode_uninstall () | 30426 | @@ -8611,16 +9621,16 @@ func_mode_uninstall () |
| 30447 | exit $exit_status | 30427 | exit $exit_status |
| 30448 | } | 30428 | } |
| 30449 | 30429 | ||
| @@ -30518,7 +30498,7 @@ index bf92b5e0790..c573da90c5c 100644 | |||
| 30518 | # These exist entirely to fool aclocal when bootstrapping libtool. | 30498 | # These exist entirely to fool aclocal when bootstrapping libtool. |
| 30519 | # | 30499 | # |
| 30520 | diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in | 30500 | diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in |
| 30521 | index 57aaed26da8..9cca46c7dfd 100644 | 30501 | index 4399354e5a9..4b1625febf3 100644 |
| 30522 | --- a/opcodes/Makefile.in | 30502 | --- a/opcodes/Makefile.in |
| 30523 | +++ b/opcodes/Makefile.in | 30503 | +++ b/opcodes/Makefile.in |
| 30524 | @@ -298,6 +298,7 @@ CYGPATH_W = @CYGPATH_W@ | 30504 | @@ -298,6 +298,7 @@ CYGPATH_W = @CYGPATH_W@ |
| @@ -30546,7 +30526,7 @@ index 57aaed26da8..9cca46c7dfd 100644 | |||
| 30546 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 30526 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 30547 | am__include = @am__include@ | 30527 | am__include = @am__include@ |
| 30548 | diff --git a/opcodes/configure b/opcodes/configure | 30528 | diff --git a/opcodes/configure b/opcodes/configure |
| 30549 | index 313cbd436ed..e8ef4ba915b 100755 | 30529 | index b326512ce3c..03f2b1bd64b 100755 |
| 30550 | --- a/opcodes/configure | 30530 | --- a/opcodes/configure |
| 30551 | +++ b/opcodes/configure | 30531 | +++ b/opcodes/configure |
| 30552 | @@ -688,6 +688,9 @@ OTOOL | 30532 | @@ -688,6 +688,9 @@ OTOOL |
| @@ -31870,7 +31850,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31870 | int main () | 31850 | int main () |
| 31871 | { | 31851 | { |
| 31872 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 31852 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
| 31873 | @@ -15349,13 +15999,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 31853 | @@ -15348,13 +15998,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
| 31874 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 31854 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
| 31875 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 31855 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
| 31876 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 31856 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
| @@ -31891,7 +31871,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31891 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 31871 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
| 31892 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 31872 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
| 31893 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 31873 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
| 31894 | @@ -15370,14 +16027,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 31874 | @@ -15369,14 +16026,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
| 31895 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 31875 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
| 31896 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 31876 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
| 31897 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | 31877 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| @@ -31910,7 +31890,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31910 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 31890 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
| 31911 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 31891 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
| 31912 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 31892 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
| 31913 | @@ -15410,12 +16070,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 31893 | @@ -15409,12 +16069,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
| 31914 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 31894 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
| 31915 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 31895 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
| 31916 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 31896 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
| @@ -31924,7 +31904,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31924 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 31904 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
| 31925 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 31905 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
| 31926 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 31906 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
| 31927 | @@ -15470,8 +16130,13 @@ reload_flag \ | 31907 | @@ -15469,8 +16129,13 @@ reload_flag \ |
| 31928 | OBJDUMP \ | 31908 | OBJDUMP \ |
| 31929 | deplibs_check_method \ | 31909 | deplibs_check_method \ |
| 31930 | file_magic_cmd \ | 31910 | file_magic_cmd \ |
| @@ -31938,7 +31918,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31938 | STRIP \ | 31918 | STRIP \ |
| 31939 | RANLIB \ | 31919 | RANLIB \ |
| 31940 | CC \ | 31920 | CC \ |
| 31941 | @@ -15481,12 +16146,14 @@ lt_cv_sys_global_symbol_pipe \ | 31921 | @@ -15480,12 +16145,14 @@ lt_cv_sys_global_symbol_pipe \ |
| 31942 | lt_cv_sys_global_symbol_to_cdecl \ | 31922 | lt_cv_sys_global_symbol_to_cdecl \ |
| 31943 | lt_cv_sys_global_symbol_to_c_name_address \ | 31923 | lt_cv_sys_global_symbol_to_c_name_address \ |
| 31944 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 31924 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
| @@ -31954,7 +31934,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31954 | DSYMUTIL \ | 31934 | DSYMUTIL \ |
| 31955 | NMEDIT \ | 31935 | NMEDIT \ |
| 31956 | LIPO \ | 31936 | LIPO \ |
| 31957 | @@ -15502,7 +16169,6 @@ no_undefined_flag \ | 31937 | @@ -15501,7 +16168,6 @@ no_undefined_flag \ |
| 31958 | hardcode_libdir_flag_spec \ | 31938 | hardcode_libdir_flag_spec \ |
| 31959 | hardcode_libdir_flag_spec_ld \ | 31939 | hardcode_libdir_flag_spec_ld \ |
| 31960 | hardcode_libdir_separator \ | 31940 | hardcode_libdir_separator \ |
| @@ -31962,7 +31942,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31962 | exclude_expsyms \ | 31942 | exclude_expsyms \ |
| 31963 | include_expsyms \ | 31943 | include_expsyms \ |
| 31964 | file_list_spec \ | 31944 | file_list_spec \ |
| 31965 | @@ -15538,6 +16204,7 @@ module_cmds \ | 31945 | @@ -15537,6 +16203,7 @@ module_cmds \ |
| 31966 | module_expsym_cmds \ | 31946 | module_expsym_cmds \ |
| 31967 | export_symbols_cmds \ | 31947 | export_symbols_cmds \ |
| 31968 | prelink_cmds \ | 31948 | prelink_cmds \ |
| @@ -31970,7 +31950,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31970 | postinstall_cmds \ | 31950 | postinstall_cmds \ |
| 31971 | postuninstall_cmds \ | 31951 | postuninstall_cmds \ |
| 31972 | finish_cmds \ | 31952 | finish_cmds \ |
| 31973 | @@ -16311,7 +16978,8 @@ $as_echo X"$file" | | 31953 | @@ -16310,7 +16977,8 @@ $as_echo X"$file" | |
| 31974 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 31954 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 31975 | # | 31955 | # |
| 31976 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 31956 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| @@ -31980,7 +31960,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 31980 | # Written by Gordon Matzigkeit, 1996 | 31960 | # Written by Gordon Matzigkeit, 1996 |
| 31981 | # | 31961 | # |
| 31982 | # This file is part of GNU Libtool. | 31962 | # This file is part of GNU Libtool. |
| 31983 | @@ -16414,19 +17082,42 @@ SP2NL=$lt_lt_SP2NL | 31963 | @@ -16413,19 +17081,42 @@ SP2NL=$lt_lt_SP2NL |
| 31984 | # turn newlines into spaces. | 31964 | # turn newlines into spaces. |
| 31985 | NL2SP=$lt_lt_NL2SP | 31965 | NL2SP=$lt_lt_NL2SP |
| 31986 | 31966 | ||
| @@ -32024,7 +32004,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 32024 | # A symbol stripping program. | 32004 | # A symbol stripping program. |
| 32025 | STRIP=$lt_STRIP | 32005 | STRIP=$lt_STRIP |
| 32026 | 32006 | ||
| 32027 | @@ -16456,6 +17147,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 32007 | @@ -16455,6 +17146,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
| 32028 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 32008 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
| 32029 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 32009 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
| 32030 | 32010 | ||
| @@ -32037,7 +32017,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 32037 | # The name of the directory that contains temporary libtool files. | 32017 | # The name of the directory that contains temporary libtool files. |
| 32038 | objdir=$objdir | 32018 | objdir=$objdir |
| 32039 | 32019 | ||
| 32040 | @@ -16465,6 +17162,9 @@ MAGIC_CMD=$MAGIC_CMD | 32020 | @@ -16464,6 +17161,9 @@ MAGIC_CMD=$MAGIC_CMD |
| 32041 | # Must we lock files when doing compilation? | 32021 | # Must we lock files when doing compilation? |
| 32042 | need_locks=$lt_need_locks | 32022 | need_locks=$lt_need_locks |
| 32043 | 32023 | ||
| @@ -32047,7 +32027,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 32047 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 32027 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
| 32048 | DSYMUTIL=$lt_DSYMUTIL | 32028 | DSYMUTIL=$lt_DSYMUTIL |
| 32049 | 32029 | ||
| 32050 | @@ -16579,12 +17279,12 @@ with_gcc=$GCC | 32030 | @@ -16578,12 +17278,12 @@ with_gcc=$GCC |
| 32051 | # Compiler flag to turn off builtin functions. | 32031 | # Compiler flag to turn off builtin functions. |
| 32052 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 32032 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
| 32053 | 32033 | ||
| @@ -32063,7 +32043,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 32063 | # Compiler flag to prevent dynamic linking. | 32043 | # Compiler flag to prevent dynamic linking. |
| 32064 | link_static_flag=$lt_lt_prog_compiler_static | 32044 | link_static_flag=$lt_lt_prog_compiler_static |
| 32065 | 32045 | ||
| 32066 | @@ -16671,9 +17371,6 @@ inherit_rpath=$inherit_rpath | 32046 | @@ -16670,9 +17370,6 @@ inherit_rpath=$inherit_rpath |
| 32067 | # Whether libtool must link a program against all its dependency libraries. | 32047 | # Whether libtool must link a program against all its dependency libraries. |
| 32068 | link_all_deplibs=$link_all_deplibs | 32048 | link_all_deplibs=$link_all_deplibs |
| 32069 | 32049 | ||
| @@ -32073,7 +32053,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 32073 | # Set to "yes" if exported symbols are required. | 32053 | # Set to "yes" if exported symbols are required. |
| 32074 | always_export_symbols=$always_export_symbols | 32054 | always_export_symbols=$always_export_symbols |
| 32075 | 32055 | ||
| 32076 | @@ -16689,6 +17386,9 @@ include_expsyms=$lt_include_expsyms | 32056 | @@ -16688,6 +17385,9 @@ include_expsyms=$lt_include_expsyms |
| 32077 | # Commands necessary for linking programs (against libraries) with templates. | 32057 | # Commands necessary for linking programs (against libraries) with templates. |
| 32078 | prelink_cmds=$lt_prelink_cmds | 32058 | prelink_cmds=$lt_prelink_cmds |
| 32079 | 32059 | ||
| @@ -32083,7 +32063,7 @@ index 313cbd436ed..e8ef4ba915b 100755 | |||
| 32083 | # Specify filename containing input files. | 32063 | # Specify filename containing input files. |
| 32084 | file_list_spec=$lt_file_list_spec | 32064 | file_list_spec=$lt_file_list_spec |
| 32085 | 32065 | ||
| 32086 | @@ -16721,210 +17421,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 32066 | @@ -16720,210 +17420,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
| 32087 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 32067 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
| 32088 | # text mode, it properly converts lines to CR/LF. This bash problem | 32068 | # text mode, it properly converts lines to CR/LF. This bash problem |
| 32089 | # is reportedly fixed, but why not run on old versions too? | 32069 | # is reportedly fixed, but why not run on old versions too? |
diff --git a/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch b/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch index 7201513453..18f1e90aad 100644 --- a/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch +++ b/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7f8a2d32fa0951aa2f921a4401ce1cac664db129 Mon Sep 17 00:00:00 2001 | 1 | From 1967fbe2cbbb039e3b54666b55f6456325c58e91 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 2 Mar 2015 01:42:38 +0000 | 3 | Date: Mon, 2 Mar 2015 01:42:38 +0000 |
| 4 | Subject: [PATCH] Fix rpath in libtool when sysroot is enabled | 4 | Subject: [PATCH] Fix rpath in libtool when sysroot is enabled |
| @@ -19,10 +19,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 19 | 1 file changed, 8 insertions(+), 2 deletions(-) | 19 | 1 file changed, 8 insertions(+), 2 deletions(-) |
| 20 | 20 | ||
| 21 | diff --git a/ltmain.sh b/ltmain.sh | 21 | diff --git a/ltmain.sh b/ltmain.sh |
| 22 | index 7f7104ffc82..f59eb4aa631 100644 | 22 | index 09693d7b99b..39f0a5bde46 100644 |
| 23 | --- a/ltmain.sh | 23 | --- a/ltmain.sh |
| 24 | +++ b/ltmain.sh | 24 | +++ b/ltmain.sh |
| 25 | @@ -8035,9 +8035,11 @@ EOF | 25 | @@ -8056,9 +8056,11 @@ EOF |
| 26 | test "$opt_mode" != relink && rpath="$compile_rpath$rpath" | 26 | test "$opt_mode" != relink && rpath="$compile_rpath$rpath" |
| 27 | for libdir in $rpath; do | 27 | for libdir in $rpath; do |
| 28 | if test -n "$hardcode_libdir_flag_spec"; then | 28 | if test -n "$hardcode_libdir_flag_spec"; then |
| @@ -36,7 +36,7 @@ index 7f7104ffc82..f59eb4aa631 100644 | |||
| 36 | if test -z "$hardcode_libdirs"; then | 36 | if test -z "$hardcode_libdirs"; then |
| 37 | hardcode_libdirs="$libdir" | 37 | hardcode_libdirs="$libdir" |
| 38 | else | 38 | else |
| 39 | @@ -8770,6 +8772,10 @@ EOF | 39 | @@ -8791,6 +8793,10 @@ EOF |
| 40 | hardcode_libdirs= | 40 | hardcode_libdirs= |
| 41 | for libdir in $compile_rpath $finalize_rpath; do | 41 | for libdir in $compile_rpath $finalize_rpath; do |
| 42 | if test -n "$hardcode_libdir_flag_spec"; then | 42 | if test -n "$hardcode_libdir_flag_spec"; then |
diff --git a/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch b/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch index 0564980c13..fb1463c4e2 100644 --- a/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch +++ b/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 397884efce0bb7c3f1ff5e1da212e874c7eaf14b Mon Sep 17 00:00:00 2001 | 1 | From 6b37e476ee9f7feac837063cd0ca8e634fb76f90 Mon Sep 17 00:00:00 2001 |
| 2 | From: Ross Burton <ross.burton@intel.com> | 2 | From: Ross Burton <ross.burton@intel.com> |
| 3 | Date: Mon, 6 Mar 2017 23:33:27 -0800 | 3 | Date: Mon, 6 Mar 2017 23:33:27 -0800 |
| 4 | Subject: [PATCH] sync with OE libtool changes | 4 | Subject: [PATCH] sync with OE libtool changes |
| @@ -26,10 +26,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 26 | 1 file changed, 28 insertions(+), 6 deletions(-) | 26 | 1 file changed, 28 insertions(+), 6 deletions(-) |
| 27 | 27 | ||
| 28 | diff --git a/ltmain.sh b/ltmain.sh | 28 | diff --git a/ltmain.sh b/ltmain.sh |
| 29 | index f59eb4aa631..ce97db42ce7 100644 | 29 | index 39f0a5bde46..890719f2de0 100644 |
| 30 | --- a/ltmain.sh | 30 | --- a/ltmain.sh |
| 31 | +++ b/ltmain.sh | 31 | +++ b/ltmain.sh |
| 32 | @@ -8053,8 +8053,16 @@ EOF | 32 | @@ -8074,8 +8074,16 @@ EOF |
| 33 | esac | 33 | esac |
| 34 | fi | 34 | fi |
| 35 | else | 35 | else |
| @@ -48,7 +48,7 @@ index f59eb4aa631..ce97db42ce7 100644 | |||
| 48 | fi | 48 | fi |
| 49 | elif test -n "$runpath_var"; then | 49 | elif test -n "$runpath_var"; then |
| 50 | case "$perm_rpath " in | 50 | case "$perm_rpath " in |
| 51 | @@ -8790,8 +8798,16 @@ EOF | 51 | @@ -8811,8 +8819,16 @@ EOF |
| 52 | esac | 52 | esac |
| 53 | fi | 53 | fi |
| 54 | else | 54 | else |
| @@ -67,7 +67,7 @@ index f59eb4aa631..ce97db42ce7 100644 | |||
| 67 | fi | 67 | fi |
| 68 | elif test -n "$runpath_var"; then | 68 | elif test -n "$runpath_var"; then |
| 69 | case "$perm_rpath " in | 69 | case "$perm_rpath " in |
| 70 | @@ -8841,8 +8857,14 @@ EOF | 70 | @@ -8862,8 +8878,14 @@ EOF |
| 71 | esac | 71 | esac |
| 72 | fi | 72 | fi |
| 73 | else | 73 | else |
diff --git a/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch b/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch index 728dee0908..ddba0c33b6 100644 --- a/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch +++ b/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 75a17814ee39346612a2ff582fe5466201fa56b3 Mon Sep 17 00:00:00 2001 | 1 | From 8942cfa25f5822d88f990c3a939c0a4f7832a0e2 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 15 Apr 2020 14:17:20 -0700 | 3 | Date: Wed, 15 Apr 2020 14:17:20 -0700 |
| 4 | Subject: [PATCH] Check for clang before checking gcc version | 4 | Subject: [PATCH] Check for clang before checking gcc version |
| @@ -18,10 +18,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 18 | 2 files changed, 2 insertions(+), 2 deletions(-) | 18 | 2 files changed, 2 insertions(+), 2 deletions(-) |
| 19 | 19 | ||
| 20 | diff --git a/configure b/configure | 20 | diff --git a/configure b/configure |
| 21 | index 7823f2c3784..52b6a1318ae 100755 | 21 | index bbfb5979546..fef4bd65124 100755 |
| 22 | --- a/configure | 22 | --- a/configure |
| 23 | +++ b/configure | 23 | +++ b/configure |
| 24 | @@ -5432,7 +5432,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | 24 | @@ -5446,7 +5446,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 25 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 25 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 26 | /* end confdefs.h. */ | 26 | /* end confdefs.h. */ |
| 27 | 27 | ||
| @@ -31,10 +31,10 @@ index 7823f2c3784..52b6a1318ae 100755 | |||
| 31 | #endif | 31 | #endif |
| 32 | int main() {} | 32 | int main() {} |
| 33 | diff --git a/configure.ac b/configure.ac | 33 | diff --git a/configure.ac b/configure.ac |
| 34 | index a390639bfa9..66b8de7d4fd 100644 | 34 | index f9694cdf901..54a3a968307 100644 |
| 35 | --- a/configure.ac | 35 | --- a/configure.ac |
| 36 | +++ b/configure.ac | 36 | +++ b/configure.ac |
| 37 | @@ -1411,7 +1411,7 @@ if test "$GCC" = yes; then | 37 | @@ -1419,7 +1419,7 @@ if test "$GCC" = yes; then |
| 38 | AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc]) | 38 | AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc]) |
| 39 | AC_LANG_PUSH(C++) | 39 | AC_LANG_PUSH(C++) |
| 40 | AC_LINK_IFELSE([AC_LANG_SOURCE([ | 40 | AC_LINK_IFELSE([AC_LANG_SOURCE([ |
diff --git a/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch b/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch index aaf90d25b7..9abd85538f 100644 --- a/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch +++ b/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 508c79dbef580e52b1c47026dfe2fe5ae7be4d56 Mon Sep 17 00:00:00 2001 | 1 | From fecc7af84b2735fad82da304fce37f373d2c0f53 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Thu, 10 Mar 2022 21:21:33 -0800 | 3 | Date: Thu, 10 Mar 2022 21:21:33 -0800 |
| 4 | Subject: [PATCH] Only generate an RPATH entry if LD_RUN_PATH is not empty | 4 | Subject: [PATCH] Only generate an RPATH entry if LD_RUN_PATH is not empty |
| @@ -14,10 +14,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 14 | 1 file changed, 5 insertions(+) | 14 | 1 file changed, 5 insertions(+) |
| 15 | 15 | ||
| 16 | diff --git a/ld/ldelf.c b/ld/ldelf.c | 16 | diff --git a/ld/ldelf.c b/ld/ldelf.c |
| 17 | index e49c0217ae2..069f2263c81 100644 | 17 | index f6f3ac11a76..77442fdc964 100644 |
| 18 | --- a/ld/ldelf.c | 18 | --- a/ld/ldelf.c |
| 19 | +++ b/ld/ldelf.c | 19 | +++ b/ld/ldelf.c |
| 20 | @@ -1130,6 +1130,9 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab, | 20 | @@ -1134,6 +1134,9 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab, |
| 21 | && command_line.rpath == NULL) | 21 | && command_line.rpath == NULL) |
| 22 | { | 22 | { |
| 23 | path = (const char *) getenv ("LD_RUN_PATH"); | 23 | path = (const char *) getenv ("LD_RUN_PATH"); |
| @@ -27,7 +27,7 @@ index e49c0217ae2..069f2263c81 100644 | |||
| 27 | if (path | 27 | if (path |
| 28 | && ldelf_search_needed (path, &n, force, | 28 | && ldelf_search_needed (path, &n, force, |
| 29 | is_linux, elfsize)) | 29 | is_linux, elfsize)) |
| 30 | @@ -1805,6 +1808,8 @@ ldelf_before_allocation (char *audit, char *depaudit, | 30 | @@ -1811,6 +1814,8 @@ ldelf_before_allocation (char *audit, char *depaudit, |
| 31 | rpath = command_line.rpath; | 31 | rpath = command_line.rpath; |
| 32 | if (rpath == NULL) | 32 | if (rpath == NULL) |
| 33 | rpath = (const char *) getenv ("LD_RUN_PATH"); | 33 | rpath = (const char *) getenv ("LD_RUN_PATH"); |
diff --git a/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch b/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch index 5027f0c6a5..b075d9c58b 100644 --- a/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch +++ b/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From aea8ba15afba280c9bc5ae22828fae4eed09db41 Mon Sep 17 00:00:00 2001 | 1 | From ea68b64a00dd236c6e062a9403bf8a4b2234aaa5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Sun, 15 Jan 2023 00:16:25 -0800 | 3 | Date: Sun, 15 Jan 2023 00:16:25 -0800 |
| 4 | Subject: [PATCH] Define alignof using _Alignof when using C11 or newer | 4 | Subject: [PATCH] Define alignof using _Alignof when using C11 or newer |
| @@ -25,7 +25,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 25 | 1 file changed, 10 insertions(+) | 25 | 1 file changed, 10 insertions(+) |
| 26 | 26 | ||
| 27 | diff --git a/libiberty/sha1.c b/libiberty/sha1.c | 27 | diff --git a/libiberty/sha1.c b/libiberty/sha1.c |
| 28 | index 49e8e0b6c2b..72de5cc8ad6 100644 | 28 | index 27ceccc027b..a81332972d1 100644 |
| 29 | --- a/libiberty/sha1.c | 29 | --- a/libiberty/sha1.c |
| 30 | +++ b/libiberty/sha1.c | 30 | +++ b/libiberty/sha1.c |
| 31 | @@ -234,7 +234,17 @@ sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx) | 31 | @@ -234,7 +234,17 @@ sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx) |
diff --git a/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch b/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch index 2c38aeccda..411994b342 100644 --- a/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch +++ b/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d9b37b144a952283cefafdf679d06f842cafc955 Mon Sep 17 00:00:00 2001 | 1 | From f40157cc203a8c8348fb9a39d9fd830d6b4b23f7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 18 Jan 2023 19:35:07 -0800 | 3 | Date: Wed, 18 Jan 2023 19:35:07 -0800 |
| 4 | Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles | 4 | Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles |
| @@ -18,10 +18,10 @@ Cc: Zac Walker <zac.walker@linaro.org> | |||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 19 | 19 | ||
| 20 | diff --git a/ld/configure.tgt b/ld/configure.tgt | 20 | diff --git a/ld/configure.tgt b/ld/configure.tgt |
| 21 | index f937f78b876..830613744c2 100644 | 21 | index ea01ccf9a1b..923d6009f9a 100644 |
| 22 | --- a/ld/configure.tgt | 22 | --- a/ld/configure.tgt |
| 23 | +++ b/ld/configure.tgt | 23 | +++ b/ld/configure.tgt |
| 24 | @@ -1067,7 +1067,7 @@ x86_64-*-cygwin) targ_emul=i386pep ; | 24 | @@ -1063,7 +1063,7 @@ x86_64-*-cygwin) targ_emul=i386pep ; |
| 25 | ;; | 25 | ;; |
| 26 | x86_64-*-mingw*) targ_emul=i386pep ; | 26 | x86_64-*-mingw*) targ_emul=i386pep ; |
| 27 | targ_extra_emuls=i386pe | 27 | targ_extra_emuls=i386pe |
diff --git a/meta/recipes-devtools/binutils/binutils/0015-CVE-2024-53589.patch b/meta/recipes-devtools/binutils/binutils/0015-CVE-2024-53589.patch deleted file mode 100644 index 380112a3ba..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0015-CVE-2024-53589.patch +++ /dev/null | |||
| @@ -1,92 +0,0 @@ | |||
| 1 | Author: Alan Modra <amodra@gmail.com> | ||
| 2 | Date: Mon Nov 11 10:24:09 2024 +1030 | ||
| 3 | |||
| 4 | Re: tekhex object file output fixes | ||
| 5 | |||
| 6 | Commit 8b5a212495 supported *ABS* symbols by allowing "section" to be | ||
| 7 | bfd_abs_section, but bfd_abs_section needs to be treated specially. | ||
| 8 | In particular, bfd_get_next_section_by_name (.., bfd_abs_section_ptr) | ||
| 9 | is invalid. | ||
| 10 | |||
| 11 | PR 32347 | ||
| 12 | * tekhex.c (first_phase): Guard against modification of | ||
| 13 | _bfd_std_section[] entries. | ||
| 14 | |||
| 15 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=e0323071916878e0634a6e24d8250e4faff67e88] | ||
| 16 | CVE: CVE-2024-53589 | ||
| 17 | |||
| 18 | Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> | ||
| 19 | |||
| 20 | diff --git a/bfd/tekhex.c b/bfd/tekhex.c | ||
| 21 | index aea2ebb23df..b305c1f96f1 100644 | ||
| 22 | --- a/bfd/tekhex.c | ||
| 23 | +++ b/bfd/tekhex.c | ||
| 24 | @@ -361,6 +361,7 @@ first_phase (bfd *abfd, int type, char *src, char * src_end) | ||
| 25 | { | ||
| 26 | asection *section, *alt_section; | ||
| 27 | unsigned int len; | ||
| 28 | + bfd_vma addr; | ||
| 29 | bfd_vma val; | ||
| 30 | char sym[17]; /* A symbol can only be 16chars long. */ | ||
| 31 | |||
| 32 | @@ -368,20 +369,16 @@ first_phase (bfd *abfd, int type, char *src, char * src_end) | ||
| 33 | { | ||
| 34 | case '6': | ||
| 35 | /* Data record - read it and store it. */ | ||
| 36 | - { | ||
| 37 | - bfd_vma addr; | ||
| 38 | - | ||
| 39 | - if (!getvalue (&src, &addr, src_end)) | ||
| 40 | - return false; | ||
| 41 | - | ||
| 42 | - while (*src && src < src_end - 1) | ||
| 43 | - { | ||
| 44 | - insert_byte (abfd, HEX (src), addr); | ||
| 45 | - src += 2; | ||
| 46 | - addr++; | ||
| 47 | - } | ||
| 48 | - return true; | ||
| 49 | - } | ||
| 50 | + if (!getvalue (&src, &addr, src_end)) | ||
| 51 | + return false; | ||
| 52 | + | ||
| 53 | + while (*src && src < src_end - 1) | ||
| 54 | + { | ||
| 55 | + insert_byte (abfd, HEX (src), addr); | ||
| 56 | + src += 2; | ||
| 57 | + addr++; | ||
| 58 | + } | ||
| 59 | + return true; | ||
| 60 | |||
| 61 | case '3': | ||
| 62 | /* Symbol record, read the segment. */ | ||
| 63 | @@ -406,13 +403,16 @@ first_phase (bfd *abfd, int type, char *src, char * src_end) | ||
| 64 | { | ||
| 65 | case '1': /* Section range. */ | ||
| 66 | src++; | ||
| 67 | - if (!getvalue (&src, §ion->vma, src_end)) | ||
| 68 | + if (!getvalue (&src, &addr, src_end)) | ||
| 69 | return false; | ||
| 70 | if (!getvalue (&src, &val, src_end)) | ||
| 71 | return false; | ||
| 72 | - if (val < section->vma) | ||
| 73 | - val = section->vma; | ||
| 74 | - section->size = val - section->vma; | ||
| 75 | + if (bfd_is_const_section (section)) | ||
| 76 | + break; | ||
| 77 | + section->vma = addr; | ||
| 78 | + if (val < addr) | ||
| 79 | + val = addr; | ||
| 80 | + section->size = val - addr; | ||
| 81 | /* PR 17512: file: objdump-s-endless-loop.tekhex. | ||
| 82 | Check for overlarge section sizes. */ | ||
| 83 | if (section->size & 0x80000000) | ||
| 84 | @@ -455,6 +455,8 @@ first_phase (bfd *abfd, int type, char *src, char * src_end) | ||
| 85 | new_symbol->symbol.flags = BSF_LOCAL; | ||
| 86 | if (stype == '2' || stype == '6') | ||
| 87 | new_symbol->symbol.section = bfd_abs_section_ptr; | ||
| 88 | + else if (bfd_is_const_section (section)) | ||
| 89 | + ; | ||
| 90 | else if (stype == '3' || stype == '7') | ||
| 91 | { | ||
| 92 | if ((section->flags & SEC_DATA) == 0) | ||
diff --git a/meta/recipes-devtools/binutils/binutils_2.43.1.bb b/meta/recipes-devtools/binutils/binutils_2.44.bb index 8594db9bfb..99b5ce178d 100644 --- a/meta/recipes-devtools/binutils/binutils_2.43.1.bb +++ b/meta/recipes-devtools/binutils/binutils_2.44.bb | |||
| @@ -66,7 +66,7 @@ PARALLEL_MAKEINST:class-nativesdk = "" | |||
| 66 | PACKAGE_BEFORE_PN += "libbfd libopcodes gprofng" | 66 | PACKAGE_BEFORE_PN += "libbfd libopcodes gprofng" |
| 67 | FILES:libbfd = "${libdir}/libbfd-*.so.* ${libdir}/libbfd-*.so" | 67 | FILES:libbfd = "${libdir}/libbfd-*.so.* ${libdir}/libbfd-*.so" |
| 68 | FILES:libopcodes = "${libdir}/libopcodes-*.so.* ${libdir}/libopcodes-*.so" | 68 | FILES:libopcodes = "${libdir}/libopcodes-*.so.* ${libdir}/libopcodes-*.so" |
| 69 | FILES:gprofng = "${sysconfdir}/gprofng.rc ${libdir}/gprofng/libgp-*.so ${libdir}/gprofng/libgprofng.so.* ${bindir}/gp-* ${bindir}/gprofng" | 69 | FILES:gprofng = "${sysconfdir}/gprofng.rc ${libdir}/gprofng/libgp-*.so ${libdir}/gprofng/libgprofng.so.* ${bindir}/gprofng-* ${bindir}/gprofng" |
| 70 | FILES:${PN}-dev += "${libdir}/libgprofng.so ${libdir}/libsframe.so" | 70 | FILES:${PN}-dev += "${libdir}/libgprofng.so ${libdir}/libsframe.so" |
| 71 | SRC_URI:append:class-nativesdk = " file://0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch " | 71 | SRC_URI:append:class-nativesdk = " file://0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch " |
| 72 | 72 | ||
