diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-29 09:36:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-31 10:48:36 +0100 |
commit | d1afce3aa07898c30aad314e17405994053df3d6 (patch) | |
tree | 5777abd8e421cf32d4abb6ba8e5cc437c3259f9a | |
parent | 1c37110a9dcd9d076fd9f4a3e6ac45e60dedbfae (diff) | |
download | poky-d1afce3aa07898c30aad314e17405994053df3d6.tar.gz |
binutils: Upgrade to 2.45 release
Added support for SFrame stack tracing with ELF binaries on x86 and AArch64 architectures.
Support for various new RISC-V extensions
Support for most Armv9.6 extensions.
Detailed release notes are here [1]
[1] https://lists.gnu.org/archive/html/info-gnu/2025-07/msg00009.html
(From OE-Core rev: a03cc7e39ea182d4818bc6a2b0fe7d355e5c44b3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
30 files changed, 574 insertions, 2839 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.44.inc b/meta/recipes-devtools/binutils/binutils-2.45.inc index 3313e011bf..0a9b93f432 100644 --- a/meta/recipes-devtools/binutils/binutils-2.44.inc +++ b/meta/recipes-devtools/binutils/binutils-2.45.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.44" | 15 | PV = "2.45" |
16 | CVE_VERSION = "2.44" | 16 | CVE_VERSION = "2.45" |
17 | SRCBRANCH ?= "binutils-2_44-branch" | 17 | SRCBRANCH ?= "binutils-2_45-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-2025-1153] = "cpe-stable-backport: fix available in used git hash" | 21 | CVE_STATUS[CVE-2025-1153] = "cpe-stable-backport: fix available in used git hash" |
22 | 22 | ||
23 | SRCREV ?= "8e98f97aecb0f0a1a1e2ef244e9aa235248ef8fa" | 23 | SRCREV ?= "2bc7af1ff7732451b6a7b09462a815c3284f9613" |
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,14 +35,4 @@ 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-2025-1178.patch \ | ||
39 | file://CVE-2025-1180.patch \ | ||
40 | file://CVE-2025-1182.patch \ | ||
41 | file://0016-CVE-2025-1181-1.patch \ | ||
42 | file://0017-CVE-2025-1181-2.patch \ | ||
43 | file://0018-CVE-2025-5245.patch \ | ||
44 | file://0019-CVE-2025-5244.patch \ | ||
45 | file://0019-CVE-2025-3198.patch \ | ||
46 | file://0020-CVE-2025-7546.patch \ | ||
47 | file://0020-CVE-2025-7545.patch \ | ||
48 | " | 38 | " |
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.44.bb b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.45.bb index 5dbaa03017..5dbaa03017 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.44.bb +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.45.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-cross_2.44.bb b/meta/recipes-devtools/binutils/binutils-cross_2.45.bb index fbd1f7d25a..fbd1f7d25a 100644 --- a/meta/recipes-devtools/binutils/binutils-cross_2.44.bb +++ b/meta/recipes-devtools/binutils/binutils-cross_2.45.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.44.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.45.bb index 6752659304..6752659304 100644 --- a/meta/recipes-devtools/binutils/binutils-crosssdk_2.44.bb +++ b/meta/recipes-devtools/binutils/binutils-crosssdk_2.45.bb | |||
diff --git a/meta/recipes-devtools/binutils/binutils-testsuite_2.44.bb b/meta/recipes-devtools/binutils/binutils-testsuite_2.45.bb index e5e159bc71..e5e159bc71 100644 --- a/meta/recipes-devtools/binutils/binutils-testsuite_2.44.bb +++ b/meta/recipes-devtools/binutils/binutils-testsuite_2.45.bb | |||
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 2443897cad..ad0b5b9cc4 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 df3faaf0a09fd828330d3bac45782868a04f7bc0 Mon Sep 17 00:00:00 2001 | 1 | From 61cfb723b5fba70c823a9b486a9e4f30b28a8f53 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 |
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 20459fce66..58ac2f721f 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 3105d7ecc3f16d66c19985a6557cd1e9becfab55 Mon Sep 17 00:00:00 2001 | 1 | From 82bbbee7c31f64e51e6221fbbd29760ac61b789f 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 |
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 374fbd6f41..4df386fe95 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 d718e17e1668880a85ff05993f0027d9c9ad6935 Mon Sep 17 00:00:00 2001 | 1 | From 96b52f92b2888e1954f619bffd17a3f55be2e27e 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 |
@@ -57,7 +57,7 @@ index 3e24bd4deb2..23d4f1f3132 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 4a1aa044e70..f6f3ac11a76 100644 | 60 | index f4f27fc3873..a870c39bd81 100644 |
61 | --- a/ld/ldelf.c | 61 | --- a/ld/ldelf.c |
62 | +++ b/ld/ldelf.c | 62 | +++ b/ld/ldelf.c |
63 | @@ -943,7 +943,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, |
@@ -70,10 +70,10 @@ index 4a1aa044e70..f6f3ac11a76 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 f1c5f7035c5..cce4991b25a 100644 | 73 | index 67c60c3f80d..7878bd3922f 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 | @@ -74,6 +74,7 @@ char *program_name; |
77 | 77 | ||
78 | /* The prefix for system library directories. */ | 78 | /* The prefix for system library directories. */ |
79 | const char *ld_sysroot; | 79 | const char *ld_sysroot; |
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 8a24408f4f..5ead477bb8 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 0ff4f23d3521a45835eaa03731c0b3351a50d8ba Mon Sep 17 00:00:00 2001 | 1 | From 94c43a338e789b32a31e830c971ac52332c3fe5a 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 |
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 4a1cd34f29..74086b600c 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 340d2cf058b373ed4fbf6bcea4f6674eab23c73a Mon Sep 17 00:00:00 2001 | 1 | From 7e78955c1995a39c847013b909627f77c41ca232 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,10 +17,10 @@ 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 b11df756b4b..f47269fdc0e 100644 | 20 | index d507f27a9ef..462d47b2eb1 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 | @@ -387,7 +387,8 @@ install-strip: install |
24 | # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the | 24 | # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the |
25 | # default multilib, so we have to take CFLAGS into account as well, | 25 | # default multilib, so we have to take CFLAGS into account as well, |
26 | # since it will be passed the multilib flags. | 26 | # since it will be passed the multilib flags. |
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 e094c89d1a..86ff7fdaa0 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 e9297b35595d7dd6c50ce6ff7282eee248b7e479 Mon Sep 17 00:00:00 2001 | 1 | From 05dcd732a4b91ecd77f37fabd8a1a14209467816 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 |
@@ -52,7 +52,7 @@ Signed-off-by: Scott Garman <scott.a.garman@intel.com> | |||
52 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 52 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
53 | --- | 53 | --- |
54 | ld/config.in | 3 +++ | 54 | ld/config.in | 3 +++ |
55 | ld/configure | 16 ++++++++++++++++ | 55 | ld/configure | 20 ++++++++++++++++++-- |
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 ++++++++++++ |
@@ -60,10 +60,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
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, 87 insertions(+), 2 deletions(-) | 63 | 9 files changed, 89 insertions(+), 4 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 2d7b6406d2b..37cd12d20fa 100644 | 66 | index 37812241bd9..be89571196c 100644 |
67 | --- a/ld/config.in | 67 | --- a/ld/config.in |
68 | +++ b/ld/config.in | 68 | +++ b/ld/config.in |
69 | @@ -78,6 +78,9 @@ | 69 | @@ -78,6 +78,9 @@ |
@@ -77,27 +77,45 @@ index 2d7b6406d2b..37cd12d20fa 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 597d110f57a..d537ec391d2 100755 | 80 | index 4afc58566fc..ca3d58ff618 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 | @@ -841,6 +841,7 @@ enable_checking |
84 | with_lib_path | ||
84 | enable_targets | 85 | enable_targets |
85 | enable_64_bit_bfd | ||
86 | with_sysroot | 86 | with_sysroot |
87 | +enable_poison_system_directories | 87 | +enable_poison_system_directories |
88 | enable_gold | 88 | enable_gold |
89 | enable_got | 89 | enable_got |
90 | enable_compressed_debug_sections | 90 | enable_compressed_debug_sections |
91 | @@ -1537,6 +1538,8 @@ Optional Features: | 91 | @@ -1533,6 +1534,8 @@ Optional Features: |
92 | --disable-largefile omit support for large files | ||
92 | --enable-checking enable run-time checks | 93 | --enable-checking enable run-time checks |
93 | --enable-targets alternative target configurations | 94 | --enable-targets alternative target configurations |
94 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) | ||
95 | + --enable-poison-system-directories | 95 | + --enable-poison-system-directories |
96 | + warn for use of native system library directories | 96 | + warn for use of native system library directories |
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 | @@ -15571,6 +15574,19 @@ fi | 100 | @@ -11514,7 +11517,7 @@ else |
101 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | ||
102 | lt_status=$lt_dlunknown | ||
103 | cat > conftest.$ac_ext <<_LT_EOF | ||
104 | -#line 11517 "configure" | ||
105 | +#line 11520 "configure" | ||
106 | #include "confdefs.h" | ||
107 | |||
108 | #if HAVE_DLFCN_H | ||
109 | @@ -11620,7 +11623,7 @@ else | ||
110 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | ||
111 | lt_status=$lt_dlunknown | ||
112 | cat > conftest.$ac_ext <<_LT_EOF | ||
113 | -#line 11623 "configure" | ||
114 | +#line 11626 "configure" | ||
115 | #include "confdefs.h" | ||
116 | |||
117 | #if HAVE_DLFCN_H | ||
118 | @@ -15367,6 +15370,19 @@ fi | ||
101 | 119 | ||
102 | 120 | ||
103 | 121 | ||
@@ -118,10 +136,10 @@ index 597d110f57a..d537ec391d2 100755 | |||
118 | if test "${enable_gold+set}" = set; then : | 136 | if test "${enable_gold+set}" = set; then : |
119 | enableval=$enable_gold; case "${enableval}" in | 137 | enableval=$enable_gold; case "${enableval}" in |
120 | diff --git a/ld/configure.ac b/ld/configure.ac | 138 | diff --git a/ld/configure.ac b/ld/configure.ac |
121 | index 228f2ee4089..50a4b0f4db1 100644 | 139 | index 3ee84958b1c..99ea84513da 100644 |
122 | --- a/ld/configure.ac | 140 | --- a/ld/configure.ac |
123 | +++ b/ld/configure.ac | 141 | +++ b/ld/configure.ac |
124 | @@ -102,6 +102,16 @@ AC_SUBST(use_sysroot) | 142 | @@ -115,6 +115,16 @@ AC_SUBST(use_sysroot) |
125 | AC_SUBST(TARGET_SYSTEM_ROOT) | 143 | AC_SUBST(TARGET_SYSTEM_ROOT) |
126 | AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE) | 144 | AC_SUBST(TARGET_SYSTEM_ROOT_DEFINE) |
127 | 145 | ||
@@ -139,7 +157,7 @@ index 228f2ee4089..50a4b0f4db1 100644 | |||
139 | dnl "install_as_default" is set to false if gold is the default linker. | 157 | dnl "install_as_default" is set to false if gold is the default linker. |
140 | dnl "installed_linker" is the installed BFD linker name. | 158 | dnl "installed_linker" is the installed BFD linker name. |
141 | diff --git a/ld/ld.h b/ld/ld.h | 159 | diff --git a/ld/ld.h b/ld/ld.h |
142 | index 254f0a097bb..daf777c65c8 100644 | 160 | index c8688153bd4..0b16caf347a 100644 |
143 | --- a/ld/ld.h | 161 | --- a/ld/ld.h |
144 | +++ b/ld/ld.h | 162 | +++ b/ld/ld.h |
145 | @@ -166,6 +166,14 @@ typedef struct | 163 | @@ -166,6 +166,14 @@ typedef struct |
@@ -158,10 +176,10 @@ index 254f0a097bb..daf777c65c8 100644 | |||
158 | enum endian_enum endian; | 176 | enum endian_enum endian; |
159 | 177 | ||
160 | diff --git a/ld/ld.texi b/ld/ld.texi | 178 | diff --git a/ld/ld.texi b/ld/ld.texi |
161 | index f6384ad82dd..26479a6a232 100644 | 179 | index 413335ad765..7bea7fd7e1f 100644 |
162 | --- a/ld/ld.texi | 180 | --- a/ld/ld.texi |
163 | +++ b/ld/ld.texi | 181 | +++ b/ld/ld.texi |
164 | @@ -3279,6 +3279,18 @@ creation of the metadata note, if one had been enabled by an earlier | 182 | @@ -3350,6 +3350,18 @@ creation of the metadata note, if one had been enabled by an earlier |
165 | occurrence of the --package-metadata option. | 183 | occurrence of the --package-metadata option. |
166 | If the linker has been built with libjansson, then the JSON string | 184 | If the linker has been built with libjansson, then the JSON string |
167 | will be validated. | 185 | will be validated. |
@@ -181,7 +199,7 @@ index f6384ad82dd..26479a6a232 100644 | |||
181 | 199 | ||
182 | @c man end | 200 | @c man end |
183 | diff --git a/ld/ldfile.c b/ld/ldfile.c | 201 | diff --git a/ld/ldfile.c b/ld/ldfile.c |
184 | index 12551504ae6..8bea4e7048f 100644 | 202 | index 75fd360d5e3..5a825c52bd3 100644 |
185 | --- a/ld/ldfile.c | 203 | --- a/ld/ldfile.c |
186 | +++ b/ld/ldfile.c | 204 | +++ b/ld/ldfile.c |
187 | @@ -328,6 +328,23 @@ ldfile_add_library_path (const char *name, bool cmdline) | 205 | @@ -328,6 +328,23 @@ ldfile_add_library_path (const char *name, bool cmdline) |
@@ -209,10 +227,10 @@ index 12551504ae6..8bea4e7048f 100644 | |||
209 | 227 | ||
210 | static void | 228 | static void |
211 | diff --git a/ld/ldlex.h b/ld/ldlex.h | 229 | diff --git a/ld/ldlex.h b/ld/ldlex.h |
212 | index b8b7d6b6829..a8faeb635c4 100644 | 230 | index 815da76a4c0..53fabed4ba2 100644 |
213 | --- a/ld/ldlex.h | 231 | --- a/ld/ldlex.h |
214 | +++ b/ld/ldlex.h | 232 | +++ b/ld/ldlex.h |
215 | @@ -150,6 +150,8 @@ enum option_values | 233 | @@ -151,6 +151,8 @@ enum option_values |
216 | OPTION_PLUGIN_OPT, | 234 | OPTION_PLUGIN_OPT, |
217 | OPTION_PLUGIN_SAVE_TEMPS, | 235 | OPTION_PLUGIN_SAVE_TEMPS, |
218 | #endif /* BFD_SUPPORTS_PLUGINS */ | 236 | #endif /* BFD_SUPPORTS_PLUGINS */ |
@@ -222,10 +240,10 @@ index b8b7d6b6829..a8faeb635c4 100644 | |||
222 | OPTION_PRINT_OUTPUT_FORMAT, | 240 | OPTION_PRINT_OUTPUT_FORMAT, |
223 | OPTION_PRINT_SYSROOT, | 241 | OPTION_PRINT_SYSROOT, |
224 | diff --git a/ld/ldmain.c b/ld/ldmain.c | 242 | diff --git a/ld/ldmain.c b/ld/ldmain.c |
225 | index cce4991b25a..1859465635d 100644 | 243 | index 7878bd3922f..c9293a3cf41 100644 |
226 | --- a/ld/ldmain.c | 244 | --- a/ld/ldmain.c |
227 | +++ b/ld/ldmain.c | 245 | +++ b/ld/ldmain.c |
228 | @@ -352,6 +352,8 @@ main (int argc, char **argv) | 246 | @@ -672,6 +672,8 @@ main (int argc, char **argv) |
229 | command_line.warn_mismatch = true; | 247 | command_line.warn_mismatch = true; |
230 | command_line.warn_search_mismatch = true; | 248 | command_line.warn_search_mismatch = true; |
231 | command_line.check_section_addresses = -1; | 249 | command_line.check_section_addresses = -1; |
@@ -234,7 +252,7 @@ index cce4991b25a..1859465635d 100644 | |||
234 | 252 | ||
235 | /* We initialize DEMANGLING based on the environment variable | 253 | /* We initialize DEMANGLING based on the environment variable |
236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the | 254 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the |
237 | @@ -1500,7 +1502,7 @@ undefined_symbol (struct bfd_link_info *info, | 255 | @@ -1876,7 +1878,7 @@ undefined_symbol (struct bfd_link_info *info, |
238 | argv[1] = "undefined-symbol"; | 256 | argv[1] = "undefined-symbol"; |
239 | argv[2] = (char *) name; | 257 | argv[2] = (char *) name; |
240 | argv[3] = NULL; | 258 | argv[3] = NULL; |
@@ -243,7 +261,7 @@ index cce4991b25a..1859465635d 100644 | |||
243 | if (verbose) | 261 | if (verbose) |
244 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), | 262 | einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"), |
245 | argv[0], argv[1], argv[2]); | 263 | argv[0], argv[1], argv[2]); |
246 | @@ -1521,7 +1523,7 @@ undefined_symbol (struct bfd_link_info *info, | 264 | @@ -1897,7 +1899,7 @@ undefined_symbol (struct bfd_link_info *info, |
247 | carry on to issue the normal error message. */ | 265 | carry on to issue the normal error message. */ |
248 | } | 266 | } |
249 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ | 267 | #endif /* SUPPORT_ERROR_HANDLING_SCRIPT */ |
@@ -253,10 +271,10 @@ index cce4991b25a..1859465635d 100644 | |||
253 | { | 271 | { |
254 | if (error_count < MAX_ERRORS_IN_A_ROW) | 272 | if (error_count < MAX_ERRORS_IN_A_ROW) |
255 | diff --git a/ld/lexsup.c b/ld/lexsup.c | 273 | diff --git a/ld/lexsup.c b/ld/lexsup.c |
256 | index 5399aa45b72..8f9a221bfba 100644 | 274 | index bde20465835..95ab1b7c200 100644 |
257 | --- a/ld/lexsup.c | 275 | --- a/ld/lexsup.c |
258 | +++ b/ld/lexsup.c | 276 | +++ b/ld/lexsup.c |
259 | @@ -650,6 +650,14 @@ static const struct ld_option ld_options[] = | 277 | @@ -652,6 +652,14 @@ static const struct ld_option ld_options[] = |
260 | " <method> is: share-unconflicted (default),\n" | 278 | " <method> is: share-unconflicted (default),\n" |
261 | " share-duplicated"), | 279 | " share-duplicated"), |
262 | TWO_DASHES }, | 280 | TWO_DASHES }, |
@@ -271,7 +289,7 @@ index 5399aa45b72..8f9a221bfba 100644 | |||
271 | }; | 289 | }; |
272 | 290 | ||
273 | #define OPTION_COUNT ARRAY_SIZE (ld_options) | 291 | #define OPTION_COUNT ARRAY_SIZE (ld_options) |
274 | @@ -1838,6 +1846,13 @@ parse_args (unsigned argc, char **argv) | 292 | @@ -1849,6 +1857,13 @@ parse_args (unsigned argc, char **argv) |
275 | 293 | ||
276 | case OPTION_PRINT_MAP_LOCALS: | 294 | case OPTION_PRINT_MAP_LOCALS: |
277 | config.print_map_locals = true; | 295 | 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 7101219bf4..1f36df18dd 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 de07998ce2189c329220a76feb073438c4ec88f5 Mon Sep 17 00:00:00 2001 | 1 | From c1def8b996df3f6cace833cf72116de93ed48195 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,10 +14,10 @@ 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 aa4484ef9ab..81b6a4c2db9 100644 | 17 | index 712cd31d19e..a76fe73a10f 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 | @@ -7257,8 +7257,6 @@ const struct powerpc_opcode powerpc_opcodes[] = { |
21 | {"waitasec", X(31,30), XRTRARB_MASK, POWER8, POWER9, {0}}, | 21 | {"waitasec", X(31,30), XRTRARB_MASK, POWER8, POWER9, {0}}, |
22 | {"waitrsv", XWCPL(31,30,1,0),0xffffffff, POWER10, EXT, {0}}, | 22 | {"waitrsv", XWCPL(31,30,1,0),0xffffffff, POWER10, EXT, {0}}, |
23 | {"pause_short", XWCPL(31,30,2,0),0xffffffff, POWER10, EXT, {0}}, | 23 | {"pause_short", XWCPL(31,30,2,0),0xffffffff, POWER10, EXT, {0}}, |
@@ -26,7 +26,7 @@ index aa4484ef9ab..81b6a4c2db9 100644 | |||
26 | 26 | ||
27 | {"lwepx", X(31,31), X_MASK, E500MC|PPCA2, 0, {RT, RA0, RB}}, | 27 | {"lwepx", X(31,31), X_MASK, E500MC|PPCA2, 0, {RT, RA0, RB}}, |
28 | 28 | ||
29 | @@ -7193,7 +7191,7 @@ const struct powerpc_opcode powerpc_opcodes[] = { | 29 | @@ -7312,7 +7310,7 @@ const struct powerpc_opcode powerpc_opcodes[] = { |
30 | 30 | ||
31 | {"waitrsv", X(31,62)|(1<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, | 31 | {"waitrsv", X(31,62)|(1<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, |
32 | {"waitimpl", X(31,62)|(2<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, | 32 | {"waitimpl", X(31,62)|(2<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, |
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 f8dcbd5e4d..dd26bc6107 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 dc3a330d6525c6276930c3175e5c878fe2cd9784 Mon Sep 17 00:00:00 2001 | 1 | From 488d157d26770ac8632d792888d4789deacbefd3 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 |
@@ -32,9 +32,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
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 | 2 + |
36 | libsframe/aclocal.m4 | 220 +- | 36 | libsframe/configure | 1330 ++++++++---- |
37 | libsframe/configure | 1553 ++++++++++---- | ||
38 | libtool.m4 | 1085 ++++++---- | 37 | libtool.m4 | 1085 ++++++---- |
39 | ltmain.sh | 2898 ++++++++++++++++++--------- | 38 | ltmain.sh | 2898 ++++++++++++++++++--------- |
40 | ltoptions.m4 | 2 +- | 39 | ltoptions.m4 | 2 +- |
@@ -44,13 +43,13 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
44 | opcodes/configure | 1331 ++++++++---- | 43 | opcodes/configure | 1331 ++++++++---- |
45 | zlib/Makefile.in | 3 + | 44 | zlib/Makefile.in | 3 + |
46 | zlib/configure | 1331 ++++++++---- | 45 | zlib/configure | 1331 ++++++++---- |
47 | 35 files changed, 16078 insertions(+), 6097 deletions(-) | 46 | 34 files changed, 15653 insertions(+), 5737 deletions(-) |
48 | 47 | ||
49 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in | 48 | diff --git a/bfd/Makefile.in b/bfd/Makefile.in |
50 | index ee674a36c5b..130a50d80b0 100644 | 49 | index 8a670ad1d05..ec2850a97c0 100644 |
51 | --- a/bfd/Makefile.in | 50 | --- a/bfd/Makefile.in |
52 | +++ b/bfd/Makefile.in | 51 | +++ b/bfd/Makefile.in |
53 | @@ -340,6 +340,7 @@ DATADIRNAME = @DATADIRNAME@ | 52 | @@ -339,6 +339,7 @@ DATADIRNAME = @DATADIRNAME@ |
54 | DEBUGDIR = @DEBUGDIR@ | 53 | DEBUGDIR = @DEBUGDIR@ |
55 | DEFS = @DEFS@ | 54 | DEFS = @DEFS@ |
56 | DEPDIR = @DEPDIR@ | 55 | DEPDIR = @DEPDIR@ |
@@ -58,7 +57,7 @@ index ee674a36c5b..130a50d80b0 100644 | |||
58 | DSYMUTIL = @DSYMUTIL@ | 57 | DSYMUTIL = @DSYMUTIL@ |
59 | DUMPBIN = @DUMPBIN@ | 58 | DUMPBIN = @DUMPBIN@ |
60 | ECHO_C = @ECHO_C@ | 59 | ECHO_C = @ECHO_C@ |
61 | @@ -379,6 +380,7 @@ LTLIBINTL = @LTLIBINTL@ | 60 | @@ -378,6 +379,7 @@ LTLIBINTL = @LTLIBINTL@ |
62 | LTLIBOBJS = @LTLIBOBJS@ | 61 | LTLIBOBJS = @LTLIBOBJS@ |
63 | MAINT = @MAINT@ | 62 | MAINT = @MAINT@ |
64 | MAKEINFO = @MAKEINFO@ | 63 | MAKEINFO = @MAKEINFO@ |
@@ -66,7 +65,7 @@ index ee674a36c5b..130a50d80b0 100644 | |||
66 | MKDIR_P = @MKDIR_P@ | 65 | MKDIR_P = @MKDIR_P@ |
67 | MKINSTALLDIRS = @MKINSTALLDIRS@ | 66 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
68 | MSGFMT = @MSGFMT@ | 67 | MSGFMT = @MSGFMT@ |
69 | @@ -425,6 +427,7 @@ abs_builddir = @abs_builddir@ | 68 | @@ -424,6 +426,7 @@ abs_builddir = @abs_builddir@ |
70 | abs_srcdir = @abs_srcdir@ | 69 | abs_srcdir = @abs_srcdir@ |
71 | abs_top_builddir = @abs_top_builddir@ | 70 | abs_top_builddir = @abs_top_builddir@ |
72 | abs_top_srcdir = @abs_top_srcdir@ | 71 | abs_top_srcdir = @abs_top_srcdir@ |
@@ -75,10 +74,10 @@ index ee674a36c5b..130a50d80b0 100644 | |||
75 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 74 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
76 | all_backends = @all_backends@ | 75 | all_backends = @all_backends@ |
77 | diff --git a/bfd/configure b/bfd/configure | 76 | diff --git a/bfd/configure b/bfd/configure |
78 | index b0f424dffc2..ba3fce10980 100755 | 77 | index 86561b30ac4..c5a7ed1ed36 100755 |
79 | --- a/bfd/configure | 78 | --- a/bfd/configure |
80 | +++ b/bfd/configure | 79 | +++ b/bfd/configure |
81 | @@ -712,6 +712,9 @@ OTOOL | 80 | @@ -710,6 +710,9 @@ OTOOL |
82 | LIPO | 81 | LIPO |
83 | NMEDIT | 82 | NMEDIT |
84 | DSYMUTIL | 83 | DSYMUTIL |
@@ -88,7 +87,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
88 | OBJDUMP | 87 | OBJDUMP |
89 | LN_S | 88 | LN_S |
90 | NM | 89 | NM |
91 | @@ -830,6 +833,7 @@ enable_static | 90 | @@ -828,6 +831,7 @@ enable_static |
92 | with_pic | 91 | with_pic |
93 | enable_fast_install | 92 | enable_fast_install |
94 | with_gnu_ld | 93 | with_gnu_ld |
@@ -96,7 +95,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
96 | enable_libtool_lock | 95 | enable_libtool_lock |
97 | enable_plugins | 96 | enable_plugins |
98 | enable_largefile | 97 | enable_largefile |
99 | @@ -1526,6 +1530,8 @@ Optional Packages: | 98 | @@ -1524,6 +1528,8 @@ Optional Packages: |
100 | --with-pic try to use only PIC/non-PIC objects [default=use | 99 | --with-pic try to use only PIC/non-PIC objects [default=use |
101 | both] | 100 | both] |
102 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 101 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -105,7 +104,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
105 | --with-mmap try using mmap for BFD input files if available | 104 | --with-mmap try using mmap for BFD input files if available |
106 | --with-separate-debug-dir=DIR | 105 | --with-separate-debug-dir=DIR |
107 | Look for global separate debug info in DIR | 106 | Look for global separate debug info in DIR |
108 | @@ -5061,8 +5067,8 @@ esac | 107 | @@ -5059,8 +5065,8 @@ esac |
109 | 108 | ||
110 | 109 | ||
111 | 110 | ||
@@ -116,7 +115,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
116 | 115 | ||
117 | 116 | ||
118 | 117 | ||
119 | @@ -5102,7 +5108,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 118 | @@ -5100,7 +5106,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 119 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
121 | $as_echo_n "checking how to print strings... " >&6; } | 120 | $as_echo_n "checking how to print strings... " >&6; } |
122 | # Test print first, because it will be a builtin if present. | 121 | # Test print first, because it will be a builtin if present. |
@@ -125,7 +124,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
125 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 124 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
126 | ECHO='print -r --' | 125 | ECHO='print -r --' |
127 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 126 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
128 | @@ -5795,8 +5801,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 127 | @@ -5793,8 +5799,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
129 | # Try some XSI features | 128 | # Try some XSI features |
130 | xsi_shell=no | 129 | xsi_shell=no |
131 | ( _lt_dummy="a/b/c" | 130 | ( _lt_dummy="a/b/c" |
@@ -136,7 +135,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
136 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 135 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
137 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 136 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
138 | && xsi_shell=yes | 137 | && xsi_shell=yes |
139 | @@ -5845,6 +5851,80 @@ esac | 138 | @@ -5843,6 +5849,80 @@ esac |
140 | 139 | ||
141 | 140 | ||
142 | 141 | ||
@@ -217,7 +216,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
217 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 216 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
218 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 217 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
219 | if ${lt_cv_ld_reload_flag+:} false; then : | 218 | if ${lt_cv_ld_reload_flag+:} false; then : |
220 | @@ -5861,6 +5941,11 @@ case $reload_flag in | 219 | @@ -5859,6 +5939,11 @@ case $reload_flag in |
221 | esac | 220 | esac |
222 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 221 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
223 | case $host_os in | 222 | case $host_os in |
@@ -229,7 +228,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
229 | darwin*) | 228 | darwin*) |
230 | if test "$GCC" = yes; then | 229 | if test "$GCC" = yes; then |
231 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 230 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
232 | @@ -6029,7 +6114,8 @@ mingw* | pw32*) | 231 | @@ -6027,7 +6112,8 @@ mingw* | pw32*) |
233 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 232 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
234 | lt_cv_file_magic_cmd='func_win32_libid' | 233 | lt_cv_file_magic_cmd='func_win32_libid' |
235 | else | 234 | else |
@@ -239,7 +238,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
239 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 238 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
240 | fi | 239 | fi |
241 | ;; | 240 | ;; |
242 | @@ -6188,6 +6274,21 @@ esac | 241 | @@ -6186,6 +6272,21 @@ esac |
243 | fi | 242 | fi |
244 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 243 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
245 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 244 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -261,7 +260,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
261 | file_magic_cmd=$lt_cv_file_magic_cmd | 260 | file_magic_cmd=$lt_cv_file_magic_cmd |
262 | deplibs_check_method=$lt_cv_deplibs_check_method | 261 | deplibs_check_method=$lt_cv_deplibs_check_method |
263 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 262 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
264 | @@ -6203,6 +6304,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 263 | @@ -6201,6 +6302,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
265 | 264 | ||
266 | 265 | ||
267 | 266 | ||
@@ -419,7 +418,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
419 | plugin_option= | 418 | plugin_option= |
420 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 419 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
421 | for plugin in $plugin_names; do | 420 | for plugin in $plugin_names; do |
422 | @@ -6217,8 +6469,10 @@ for plugin in $plugin_names; do | 421 | @@ -6215,8 +6467,10 @@ for plugin in $plugin_names; do |
423 | done | 422 | done |
424 | 423 | ||
425 | if test -n "$ac_tool_prefix"; then | 424 | if test -n "$ac_tool_prefix"; then |
@@ -432,7 +431,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
432 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 431 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
433 | $as_echo_n "checking for $ac_word... " >&6; } | 432 | $as_echo_n "checking for $ac_word... " >&6; } |
434 | if ${ac_cv_prog_AR+:} false; then : | 433 | if ${ac_cv_prog_AR+:} false; then : |
435 | @@ -6234,7 +6488,7 @@ do | 434 | @@ -6232,7 +6486,7 @@ do |
436 | test -z "$as_dir" && as_dir=. | 435 | test -z "$as_dir" && as_dir=. |
437 | for ac_exec_ext in '' $ac_executable_extensions; do | 436 | for ac_exec_ext in '' $ac_executable_extensions; do |
438 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 437 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -441,7 +440,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
441 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 440 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
442 | break 2 | 441 | break 2 |
443 | fi | 442 | fi |
444 | @@ -6254,11 +6508,15 @@ $as_echo "no" >&6; } | 443 | @@ -6252,11 +6506,15 @@ $as_echo "no" >&6; } |
445 | fi | 444 | fi |
446 | 445 | ||
447 | 446 | ||
@@ -460,7 +459,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 459 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
461 | $as_echo_n "checking for $ac_word... " >&6; } | 460 | $as_echo_n "checking for $ac_word... " >&6; } |
462 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 461 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
463 | @@ -6274,7 +6532,7 @@ do | 462 | @@ -6272,7 +6530,7 @@ do |
464 | test -z "$as_dir" && as_dir=. | 463 | test -z "$as_dir" && as_dir=. |
465 | for ac_exec_ext in '' $ac_executable_extensions; do | 464 | for ac_exec_ext in '' $ac_executable_extensions; do |
466 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 465 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -469,7 +468,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
469 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 468 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
470 | break 2 | 469 | break 2 |
471 | fi | 470 | fi |
472 | @@ -6293,6 +6551,10 @@ else | 471 | @@ -6291,6 +6549,10 @@ else |
473 | $as_echo "no" >&6; } | 472 | $as_echo "no" >&6; } |
474 | fi | 473 | fi |
475 | 474 | ||
@@ -480,7 +479,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
480 | if test "x$ac_ct_AR" = x; then | 479 | if test "x$ac_ct_AR" = x; then |
481 | AR="false" | 480 | AR="false" |
482 | else | 481 | else |
483 | @@ -6304,25 +6566,20 @@ ac_tool_warned=yes ;; | 482 | @@ -6302,25 +6564,20 @@ ac_tool_warned=yes ;; |
484 | esac | 483 | esac |
485 | AR=$ac_ct_AR | 484 | AR=$ac_ct_AR |
486 | fi | 485 | fi |
@@ -516,7 +515,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
516 | 515 | ||
517 | 516 | ||
518 | 517 | ||
519 | @@ -6333,6 +6590,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 518 | @@ -6331,6 +6588,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
520 | 519 | ||
521 | 520 | ||
522 | 521 | ||
@@ -580,7 +579,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
580 | 579 | ||
581 | if test -n "$ac_tool_prefix"; then | 580 | if test -n "$ac_tool_prefix"; then |
582 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 581 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
583 | @@ -6673,8 +6987,8 @@ esac | 582 | @@ -6671,8 +6985,8 @@ esac |
584 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 583 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
585 | 584 | ||
586 | # Transform an extracted symbol line into symbol name and symbol address | 585 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -591,7 +590,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
591 | 590 | ||
592 | # Handle CRLF in mingw tool chain | 591 | # Handle CRLF in mingw tool chain |
593 | opt_cr= | 592 | opt_cr= |
594 | @@ -6710,6 +7024,7 @@ for ac_symprfx in "" "_"; do | 593 | @@ -6708,6 +7022,7 @@ for ac_symprfx in "" "_"; do |
595 | else | 594 | else |
596 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 595 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
597 | fi | 596 | fi |
@@ -599,7 +598,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
599 | 598 | ||
600 | # Check to see that the pipe works correctly. | 599 | # Check to see that the pipe works correctly. |
601 | pipe_works=no | 600 | pipe_works=no |
602 | @@ -6751,6 +7066,18 @@ _LT_EOF | 601 | @@ -6749,6 +7064,18 @@ _LT_EOF |
603 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 602 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
604 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 603 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
605 | cat <<_LT_EOF > conftest.$ac_ext | 604 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -618,7 +617,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
618 | #ifdef __cplusplus | 617 | #ifdef __cplusplus |
619 | extern "C" { | 618 | extern "C" { |
620 | #endif | 619 | #endif |
621 | @@ -6762,7 +7089,7 @@ _LT_EOF | 620 | @@ -6760,7 +7087,7 @@ _LT_EOF |
622 | cat <<_LT_EOF >> conftest.$ac_ext | 621 | cat <<_LT_EOF >> conftest.$ac_ext |
623 | 622 | ||
624 | /* The mapping between symbol names and symbols. */ | 623 | /* The mapping between symbol names and symbols. */ |
@@ -627,7 +626,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
627 | const char *name; | 626 | const char *name; |
628 | void *address; | 627 | void *address; |
629 | } | 628 | } |
630 | @@ -6788,8 +7115,8 @@ static const void *lt_preloaded_setup() { | 629 | @@ -6786,8 +7113,8 @@ static const void *lt_preloaded_setup() { |
631 | _LT_EOF | 630 | _LT_EOF |
632 | # Now try linking the two files. | 631 | # Now try linking the two files. |
633 | mv conftest.$ac_objext conftstm.$ac_objext | 632 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -638,7 +637,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
638 | LIBS="conftstm.$ac_objext" | 637 | LIBS="conftstm.$ac_objext" |
639 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 638 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
640 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 639 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
641 | @@ -6799,8 +7126,8 @@ _LT_EOF | 640 | @@ -6797,8 +7124,8 @@ _LT_EOF |
642 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 641 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
643 | pipe_works=yes | 642 | pipe_works=yes |
644 | fi | 643 | fi |
@@ -649,7 +648,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
649 | else | 648 | else |
650 | echo "cannot find nm_test_func in $nlist" >&5 | 649 | echo "cannot find nm_test_func in $nlist" >&5 |
651 | fi | 650 | fi |
652 | @@ -6837,6 +7164,14 @@ else | 651 | @@ -6835,6 +7162,14 @@ else |
653 | $as_echo "ok" >&6; } | 652 | $as_echo "ok" >&6; } |
654 | fi | 653 | fi |
655 | 654 | ||
@@ -664,7 +663,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
664 | 663 | ||
665 | 664 | ||
666 | 665 | ||
667 | @@ -6855,6 +7190,47 @@ fi | 666 | @@ -6853,6 +7188,47 @@ fi |
668 | 667 | ||
669 | 668 | ||
670 | 669 | ||
@@ -712,7 +711,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
712 | 711 | ||
713 | 712 | ||
714 | 713 | ||
715 | @@ -7064,6 +7440,123 @@ esac | 714 | @@ -7062,6 +7438,123 @@ esac |
716 | 715 | ||
717 | need_locks="$enable_libtool_lock" | 716 | need_locks="$enable_libtool_lock" |
718 | 717 | ||
@@ -836,7 +835,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
836 | 835 | ||
837 | case $host_os in | 836 | case $host_os in |
838 | rhapsody* | darwin*) | 837 | rhapsody* | darwin*) |
839 | @@ -7627,6 +8120,8 @@ _LT_EOF | 838 | @@ -7625,6 +8118,8 @@ _LT_EOF |
840 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 839 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
841 | echo "$AR cru libconftest.a conftest.o" >&5 | 840 | echo "$AR cru libconftest.a conftest.o" >&5 |
842 | $AR cru libconftest.a conftest.o 2>&5 | 841 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -845,7 +844,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
845 | cat > conftest.c << _LT_EOF | 844 | cat > conftest.c << _LT_EOF |
846 | int main() { return 0;} | 845 | int main() { return 0;} |
847 | _LT_EOF | 846 | _LT_EOF |
848 | @@ -8180,8 +8675,6 @@ fi | 847 | @@ -8178,8 +8673,6 @@ fi |
849 | lt_prog_compiler_pic= | 848 | lt_prog_compiler_pic= |
850 | lt_prog_compiler_static= | 849 | lt_prog_compiler_static= |
851 | 850 | ||
@@ -854,7 +853,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
854 | 853 | ||
855 | if test "$GCC" = yes; then | 854 | if test "$GCC" = yes; then |
856 | lt_prog_compiler_wl='-Wl,' | 855 | lt_prog_compiler_wl='-Wl,' |
857 | @@ -8347,6 +8840,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 856 | @@ -8345,6 +8838,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
858 | lt_prog_compiler_pic='--shared' | 857 | lt_prog_compiler_pic='--shared' |
859 | lt_prog_compiler_static='--static' | 858 | lt_prog_compiler_static='--static' |
860 | ;; | 859 | ;; |
@@ -867,7 +866,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
867 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 866 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
868 | # Portland Group compilers (*not* the Pentium gcc compiler, | 867 | # Portland Group compilers (*not* the Pentium gcc compiler, |
869 | # which looks to be a dead project) | 868 | # which looks to be a dead project) |
870 | @@ -8409,7 +8908,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 869 | @@ -8407,7 +8906,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
871 | lt_prog_compiler_pic='-KPIC' | 870 | lt_prog_compiler_pic='-KPIC' |
872 | lt_prog_compiler_static='-Bstatic' | 871 | lt_prog_compiler_static='-Bstatic' |
873 | case $cc_basename in | 872 | case $cc_basename in |
@@ -876,7 +875,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
876 | lt_prog_compiler_wl='-Qoption ld ';; | 875 | lt_prog_compiler_wl='-Qoption ld ';; |
877 | *) | 876 | *) |
878 | lt_prog_compiler_wl='-Wl,';; | 877 | lt_prog_compiler_wl='-Wl,';; |
879 | @@ -8466,13 +8965,17 @@ case $host_os in | 878 | @@ -8464,13 +8963,17 @@ case $host_os in |
880 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 879 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
881 | ;; | 880 | ;; |
882 | esac | 881 | esac |
@@ -900,7 +899,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
900 | 899 | ||
901 | # | 900 | # |
902 | # Check to make sure the PIC flag actually works. | 901 | # Check to make sure the PIC flag actually works. |
903 | @@ -8533,6 +9036,11 @@ fi | 902 | @@ -8531,6 +9034,11 @@ fi |
904 | 903 | ||
905 | 904 | ||
906 | 905 | ||
@@ -912,7 +911,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
912 | # | 911 | # |
913 | # Check to make sure the static flag actually works. | 912 | # Check to make sure the static flag actually works. |
914 | # | 913 | # |
915 | @@ -8883,7 +9391,8 @@ _LT_EOF | 914 | @@ -8881,7 +9389,8 @@ _LT_EOF |
916 | allow_undefined_flag=unsupported | 915 | allow_undefined_flag=unsupported |
917 | always_export_symbols=no | 916 | always_export_symbols=no |
918 | enable_shared_with_static_runtimes=yes | 917 | enable_shared_with_static_runtimes=yes |
@@ -922,7 +921,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
922 | 921 | ||
923 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 922 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
924 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 923 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
925 | @@ -8982,12 +9491,12 @@ _LT_EOF | 924 | @@ -8980,12 +9489,12 @@ _LT_EOF |
926 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 925 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
927 | hardcode_libdir_flag_spec= | 926 | hardcode_libdir_flag_spec= |
928 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 927 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -937,7 +936,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
937 | fi | 936 | fi |
938 | ;; | 937 | ;; |
939 | esac | 938 | esac |
940 | @@ -9001,8 +9510,8 @@ _LT_EOF | 939 | @@ -8999,8 +9508,8 @@ _LT_EOF |
941 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 940 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
942 | wlarc= | 941 | wlarc= |
943 | else | 942 | else |
@@ -948,7 +947,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
948 | fi | 947 | fi |
949 | ;; | 948 | ;; |
950 | 949 | ||
951 | @@ -9020,8 +9529,8 @@ _LT_EOF | 950 | @@ -9018,8 +9527,8 @@ _LT_EOF |
952 | 951 | ||
953 | _LT_EOF | 952 | _LT_EOF |
954 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 953 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -959,7 +958,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
959 | else | 958 | else |
960 | ld_shlibs=no | 959 | ld_shlibs=no |
961 | fi | 960 | fi |
962 | @@ -9067,8 +9576,8 @@ _LT_EOF | 961 | @@ -9065,8 +9574,8 @@ _LT_EOF |
963 | 962 | ||
964 | *) | 963 | *) |
965 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 964 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -970,7 +969,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
970 | else | 969 | else |
971 | ld_shlibs=no | 970 | ld_shlibs=no |
972 | fi | 971 | fi |
973 | @@ -9198,7 +9707,13 @@ _LT_EOF | 972 | @@ -9196,7 +9705,13 @@ _LT_EOF |
974 | allow_undefined_flag='-berok' | 973 | allow_undefined_flag='-berok' |
975 | # Determine the default libpath from the value encoded in an | 974 | # Determine the default libpath from the value encoded in an |
976 | # empty executable. | 975 | # empty executable. |
@@ -985,7 +984,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
985 | /* end confdefs.h. */ | 984 | /* end confdefs.h. */ |
986 | 985 | ||
987 | int | 986 | int |
988 | @@ -9211,22 +9726,29 @@ main () | 987 | @@ -9209,22 +9724,29 @@ main () |
989 | _ACEOF | 988 | _ACEOF |
990 | if ac_fn_c_try_link "$LINENO"; then : | 989 | if ac_fn_c_try_link "$LINENO"; then : |
991 | 990 | ||
@@ -1028,7 +1027,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1028 | 1027 | ||
1029 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 1028 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
1030 | 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" | 1029 | 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" |
1031 | @@ -9238,7 +9760,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1030 | @@ -9236,7 +9758,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1032 | else | 1031 | else |
1033 | # Determine the default libpath from the value encoded in an | 1032 | # Determine the default libpath from the value encoded in an |
1034 | # empty executable. | 1033 | # empty executable. |
@@ -1043,7 +1042,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1043 | /* end confdefs.h. */ | 1042 | /* end confdefs.h. */ |
1044 | 1043 | ||
1045 | int | 1044 | int |
1046 | @@ -9251,22 +9779,29 @@ main () | 1045 | @@ -9249,22 +9777,29 @@ main () |
1047 | _ACEOF | 1046 | _ACEOF |
1048 | if ac_fn_c_try_link "$LINENO"; then : | 1047 | if ac_fn_c_try_link "$LINENO"; then : |
1049 | 1048 | ||
@@ -1086,7 +1085,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1086 | 1085 | ||
1087 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 1086 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
1088 | # Warning - without using the other run time loading flags, | 1087 | # Warning - without using the other run time loading flags, |
1089 | @@ -9311,20 +9846,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1088 | @@ -9309,20 +9844,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1090 | # Microsoft Visual C++. | 1089 | # Microsoft Visual C++. |
1091 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 1090 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
1092 | # no search path for DLLs. | 1091 | # no search path for DLLs. |
@@ -1164,7 +1163,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1164 | ;; | 1163 | ;; |
1165 | 1164 | ||
1166 | darwin* | rhapsody*) | 1165 | darwin* | rhapsody*) |
1167 | @@ -9385,7 +9963,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1166 | @@ -9383,7 +9961,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1168 | 1167 | ||
1169 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 1168 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
1170 | freebsd* | dragonfly*) | 1169 | freebsd* | dragonfly*) |
@@ -1173,7 +1172,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1173 | hardcode_libdir_flag_spec='-R$libdir' | 1172 | hardcode_libdir_flag_spec='-R$libdir' |
1174 | hardcode_direct=yes | 1173 | hardcode_direct=yes |
1175 | hardcode_shlibpath_var=no | 1174 | hardcode_shlibpath_var=no |
1176 | @@ -9393,7 +9971,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1175 | @@ -9391,7 +9969,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1177 | 1176 | ||
1178 | hpux9*) | 1177 | hpux9*) |
1179 | if test "$GCC" = yes; then | 1178 | if test "$GCC" = yes; then |
@@ -1182,7 +1181,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1182 | else | 1181 | else |
1183 | 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' | 1182 | 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' |
1184 | fi | 1183 | fi |
1185 | @@ -9409,7 +9987,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1184 | @@ -9407,7 +9985,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1186 | 1185 | ||
1187 | hpux10*) | 1186 | hpux10*) |
1188 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 1187 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -1191,7 +1190,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1191 | else | 1190 | else |
1192 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 1191 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
1193 | fi | 1192 | fi |
1194 | @@ -9433,10 +10011,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 1193 | @@ -9431,10 +10009,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
1195 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 1194 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
1196 | ;; | 1195 | ;; |
1197 | ia64*) | 1196 | ia64*) |
@@ -1204,7 +1203,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1204 | ;; | 1203 | ;; |
1205 | esac | 1204 | esac |
1206 | else | 1205 | else |
1207 | @@ -9515,23 +10093,36 @@ fi | 1206 | @@ -9513,23 +10091,36 @@ fi |
1208 | 1207 | ||
1209 | irix5* | irix6* | nonstopux*) | 1208 | irix5* | irix6* | nonstopux*) |
1210 | if test "$GCC" = yes; then | 1209 | if test "$GCC" = yes; then |
@@ -1249,7 +1248,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1249 | else | 1248 | else |
1250 | 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' | 1249 | 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' |
1251 | 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' | 1250 | 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' |
1252 | @@ -9616,7 +10207,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 1251 | @@ -9614,7 +10205,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
1253 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 1252 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
1254 | if test "$GCC" = yes; then | 1253 | if test "$GCC" = yes; then |
1255 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 1254 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -1258,7 +1257,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1258 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 1257 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
1259 | else | 1258 | else |
1260 | allow_undefined_flag=' -expect_unresolved \*' | 1259 | allow_undefined_flag=' -expect_unresolved \*' |
1261 | @@ -9635,9 +10226,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 1260 | @@ -9633,9 +10224,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
1262 | no_undefined_flag=' -z defs' | 1261 | no_undefined_flag=' -z defs' |
1263 | if test "$GCC" = yes; then | 1262 | if test "$GCC" = yes; then |
1264 | wlarc='${wl}' | 1263 | wlarc='${wl}' |
@@ -1270,7 +1269,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1270 | else | 1269 | else |
1271 | case `$CC -V 2>&1` in | 1270 | case `$CC -V 2>&1` in |
1272 | *"Compilers 5.0"*) | 1271 | *"Compilers 5.0"*) |
1273 | @@ -10213,8 +10804,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 1272 | @@ -10211,8 +10802,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
1274 | need_version=no | 1273 | need_version=no |
1275 | need_lib_prefix=no | 1274 | need_lib_prefix=no |
1276 | 1275 | ||
@@ -1282,7 +1281,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1282 | library_names_spec='$libname.dll.a' | 1281 | library_names_spec='$libname.dll.a' |
1283 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 1282 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
1284 | postinstall_cmds='base_file=`basename \${file}`~ | 1283 | postinstall_cmds='base_file=`basename \${file}`~ |
1285 | @@ -10247,13 +10839,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 1284 | @@ -10245,13 +10837,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
1286 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 1285 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
1287 | ;; | 1286 | ;; |
1288 | esac | 1287 | esac |
@@ -1355,16 +1354,16 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1355 | # FIXME: first we should search . and the directory the executable is in | 1354 | # FIXME: first we should search . and the directory the executable is in |
1356 | shlibpath_var=PATH | 1355 | shlibpath_var=PATH |
1357 | ;; | 1356 | ;; |
1358 | @@ -11155,7 +11805,7 @@ else | 1357 | @@ -11153,7 +11803,7 @@ else |
1359 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 1358 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
1360 | lt_status=$lt_dlunknown | 1359 | lt_status=$lt_dlunknown |
1361 | cat > conftest.$ac_ext <<_LT_EOF | 1360 | cat > conftest.$ac_ext <<_LT_EOF |
1362 | -#line 11158 "configure" | 1361 | -#line 11156 "configure" |
1363 | +#line $LINENO "configure" | 1362 | +#line $LINENO "configure" |
1364 | #include "confdefs.h" | 1363 | #include "confdefs.h" |
1365 | 1364 | ||
1366 | #if HAVE_DLFCN_H | 1365 | #if HAVE_DLFCN_H |
1367 | @@ -11199,10 +11849,10 @@ else | 1366 | @@ -11197,10 +11847,10 @@ else |
1368 | /* When -fvisbility=hidden is used, assume the code has been annotated | 1367 | /* When -fvisbility=hidden is used, assume the code has been annotated |
1369 | correspondingly for the symbols needed. */ | 1368 | correspondingly for the symbols needed. */ |
1370 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 1369 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -1377,16 +1376,16 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1377 | int main () | 1376 | int main () |
1378 | { | 1377 | { |
1379 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 1378 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
1380 | @@ -11261,7 +11911,7 @@ else | 1379 | @@ -11259,7 +11909,7 @@ else |
1381 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 1380 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
1382 | lt_status=$lt_dlunknown | 1381 | lt_status=$lt_dlunknown |
1383 | cat > conftest.$ac_ext <<_LT_EOF | 1382 | cat > conftest.$ac_ext <<_LT_EOF |
1384 | -#line 11264 "configure" | 1383 | -#line 11262 "configure" |
1385 | +#line $LINENO "configure" | 1384 | +#line $LINENO "configure" |
1386 | #include "confdefs.h" | 1385 | #include "confdefs.h" |
1387 | 1386 | ||
1388 | #if HAVE_DLFCN_H | 1387 | #if HAVE_DLFCN_H |
1389 | @@ -11305,10 +11955,10 @@ else | 1388 | @@ -11303,10 +11953,10 @@ else |
1390 | /* When -fvisbility=hidden is used, assume the code has been annotated | 1389 | /* When -fvisbility=hidden is used, assume the code has been annotated |
1391 | correspondingly for the symbols needed. */ | 1390 | correspondingly for the symbols needed. */ |
1392 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 1391 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -1399,7 +1398,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1399 | int main () | 1398 | int main () |
1400 | { | 1399 | { |
1401 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 1400 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
1402 | @@ -15689,7 +16339,7 @@ SHARED_LDFLAGS= | 1401 | @@ -15356,7 +16006,7 @@ SHARED_LDFLAGS= |
1403 | if test "$enable_shared" = "yes"; then | 1402 | if test "$enable_shared" = "yes"; then |
1404 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | 1403 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` |
1405 | if test -n "$x"; then | 1404 | if test -n "$x"; then |
@@ -1408,7 +1407,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1408 | fi | 1407 | fi |
1409 | fi | 1408 | fi |
1410 | 1409 | ||
1411 | @@ -18314,13 +18964,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 1410 | @@ -17977,13 +18627,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
1412 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 1411 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
1413 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 1412 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
1414 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 1413 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -1429,7 +1428,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1429 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 1428 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
1430 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 1429 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
1431 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 1430 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
1432 | @@ -18335,14 +18992,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 1431 | @@ -17998,14 +18655,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"`' | 1432 | 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"`' | 1433 | 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"`' | 1434 | 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 +1447,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1448 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 1447 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
1449 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 1448 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
1450 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 1449 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
1451 | @@ -18375,12 +19035,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 1450 | @@ -18038,12 +18698,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
1452 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 1451 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
1453 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 1452 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
1454 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 1453 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -1462,7 +1461,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1462 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 1461 | 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"`' | 1462 | 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"`' | 1463 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
1465 | @@ -18435,8 +19095,13 @@ reload_flag \ | 1464 | @@ -18098,8 +18758,13 @@ reload_flag \ |
1466 | OBJDUMP \ | 1465 | OBJDUMP \ |
1467 | deplibs_check_method \ | 1466 | deplibs_check_method \ |
1468 | file_magic_cmd \ | 1467 | file_magic_cmd \ |
@@ -1476,7 +1475,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1476 | STRIP \ | 1475 | STRIP \ |
1477 | RANLIB \ | 1476 | RANLIB \ |
1478 | CC \ | 1477 | CC \ |
1479 | @@ -18446,12 +19111,14 @@ lt_cv_sys_global_symbol_pipe \ | 1478 | @@ -18109,12 +18774,14 @@ lt_cv_sys_global_symbol_pipe \ |
1480 | lt_cv_sys_global_symbol_to_cdecl \ | 1479 | lt_cv_sys_global_symbol_to_cdecl \ |
1481 | lt_cv_sys_global_symbol_to_c_name_address \ | 1480 | lt_cv_sys_global_symbol_to_c_name_address \ |
1482 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 1481 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -1492,7 +1491,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1492 | DSYMUTIL \ | 1491 | DSYMUTIL \ |
1493 | NMEDIT \ | 1492 | NMEDIT \ |
1494 | LIPO \ | 1493 | LIPO \ |
1495 | @@ -18467,7 +19134,6 @@ no_undefined_flag \ | 1494 | @@ -18130,7 +18797,6 @@ no_undefined_flag \ |
1496 | hardcode_libdir_flag_spec \ | 1495 | hardcode_libdir_flag_spec \ |
1497 | hardcode_libdir_flag_spec_ld \ | 1496 | hardcode_libdir_flag_spec_ld \ |
1498 | hardcode_libdir_separator \ | 1497 | hardcode_libdir_separator \ |
@@ -1500,7 +1499,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1500 | exclude_expsyms \ | 1499 | exclude_expsyms \ |
1501 | include_expsyms \ | 1500 | include_expsyms \ |
1502 | file_list_spec \ | 1501 | file_list_spec \ |
1503 | @@ -18503,6 +19169,7 @@ module_cmds \ | 1502 | @@ -18166,6 +18832,7 @@ module_cmds \ |
1504 | module_expsym_cmds \ | 1503 | module_expsym_cmds \ |
1505 | export_symbols_cmds \ | 1504 | export_symbols_cmds \ |
1506 | prelink_cmds \ | 1505 | prelink_cmds \ |
@@ -1508,7 +1507,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1508 | postinstall_cmds \ | 1507 | postinstall_cmds \ |
1509 | postuninstall_cmds \ | 1508 | postuninstall_cmds \ |
1510 | finish_cmds \ | 1509 | finish_cmds \ |
1511 | @@ -19279,7 +19946,8 @@ $as_echo X"$file" | | 1510 | @@ -18934,7 +19601,8 @@ $as_echo X"$file" | |
1512 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 1511 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
1513 | # | 1512 | # |
1514 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 1513 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -1518,7 +1517,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1518 | # Written by Gordon Matzigkeit, 1996 | 1517 | # Written by Gordon Matzigkeit, 1996 |
1519 | # | 1518 | # |
1520 | # This file is part of GNU Libtool. | 1519 | # This file is part of GNU Libtool. |
1521 | @@ -19382,19 +20050,42 @@ SP2NL=$lt_lt_SP2NL | 1520 | @@ -19037,19 +19705,42 @@ SP2NL=$lt_lt_SP2NL |
1522 | # turn newlines into spaces. | 1521 | # turn newlines into spaces. |
1523 | NL2SP=$lt_lt_NL2SP | 1522 | NL2SP=$lt_lt_NL2SP |
1524 | 1523 | ||
@@ -1562,7 +1561,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1562 | # A symbol stripping program. | 1561 | # A symbol stripping program. |
1563 | STRIP=$lt_STRIP | 1562 | STRIP=$lt_STRIP |
1564 | 1563 | ||
1565 | @@ -19424,6 +20115,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 1564 | @@ -19079,6 +19770,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. | 1565 | # 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 | 1566 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
1568 | 1567 | ||
@@ -1575,7 +1574,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1575 | # The name of the directory that contains temporary libtool files. | 1574 | # The name of the directory that contains temporary libtool files. |
1576 | objdir=$objdir | 1575 | objdir=$objdir |
1577 | 1576 | ||
1578 | @@ -19433,6 +20130,9 @@ MAGIC_CMD=$MAGIC_CMD | 1577 | @@ -19088,6 +19785,9 @@ MAGIC_CMD=$MAGIC_CMD |
1579 | # Must we lock files when doing compilation? | 1578 | # Must we lock files when doing compilation? |
1580 | need_locks=$lt_need_locks | 1579 | need_locks=$lt_need_locks |
1581 | 1580 | ||
@@ -1585,7 +1584,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1585 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 1584 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
1586 | DSYMUTIL=$lt_DSYMUTIL | 1585 | DSYMUTIL=$lt_DSYMUTIL |
1587 | 1586 | ||
1588 | @@ -19547,12 +20247,12 @@ with_gcc=$GCC | 1587 | @@ -19202,12 +19902,12 @@ with_gcc=$GCC |
1589 | # Compiler flag to turn off builtin functions. | 1588 | # Compiler flag to turn off builtin functions. |
1590 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 1589 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
1591 | 1590 | ||
@@ -1601,7 +1600,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1601 | # Compiler flag to prevent dynamic linking. | 1600 | # Compiler flag to prevent dynamic linking. |
1602 | link_static_flag=$lt_lt_prog_compiler_static | 1601 | link_static_flag=$lt_lt_prog_compiler_static |
1603 | 1602 | ||
1604 | @@ -19639,9 +20339,6 @@ inherit_rpath=$inherit_rpath | 1603 | @@ -19294,9 +19994,6 @@ inherit_rpath=$inherit_rpath |
1605 | # Whether libtool must link a program against all its dependency libraries. | 1604 | # Whether libtool must link a program against all its dependency libraries. |
1606 | link_all_deplibs=$link_all_deplibs | 1605 | link_all_deplibs=$link_all_deplibs |
1607 | 1606 | ||
@@ -1611,7 +1610,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1611 | # Set to "yes" if exported symbols are required. | 1610 | # Set to "yes" if exported symbols are required. |
1612 | always_export_symbols=$always_export_symbols | 1611 | always_export_symbols=$always_export_symbols |
1613 | 1612 | ||
1614 | @@ -19657,6 +20354,9 @@ include_expsyms=$lt_include_expsyms | 1613 | @@ -19312,6 +20009,9 @@ include_expsyms=$lt_include_expsyms |
1615 | # Commands necessary for linking programs (against libraries) with templates. | 1614 | # Commands necessary for linking programs (against libraries) with templates. |
1616 | prelink_cmds=$lt_prelink_cmds | 1615 | prelink_cmds=$lt_prelink_cmds |
1617 | 1616 | ||
@@ -1621,7 +1620,7 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1621 | # Specify filename containing input files. | 1620 | # Specify filename containing input files. |
1622 | file_list_spec=$lt_file_list_spec | 1621 | file_list_spec=$lt_file_list_spec |
1623 | 1622 | ||
1624 | @@ -19689,210 +20389,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 1623 | @@ -19344,210 +20044,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
1625 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 1624 | # 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 | 1625 | # text mode, it properly converts lines to CR/LF. This bash problem |
1627 | # is reportedly fixed, but why not run on old versions too? | 1626 | # is reportedly fixed, but why not run on old versions too? |
@@ -1996,10 +1995,10 @@ index b0f424dffc2..ba3fce10980 100755 | |||
1996 | chmod +x "$ofile" | 1995 | chmod +x "$ofile" |
1997 | 1996 | ||
1998 | diff --git a/bfd/configure.ac b/bfd/configure.ac | 1997 | diff --git a/bfd/configure.ac b/bfd/configure.ac |
1999 | index 90fad5417b3..1d57f289f18 100644 | 1998 | index 5879a04785d..5ccc499d8d7 100644 |
2000 | --- a/bfd/configure.ac | 1999 | --- a/bfd/configure.ac |
2001 | +++ b/bfd/configure.ac | 2000 | +++ b/bfd/configure.ac |
2002 | @@ -275,7 +275,7 @@ changequote(,)dnl | 2001 | @@ -281,7 +281,7 @@ changequote(,)dnl |
2003 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` | 2002 | x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` |
2004 | changequote([,])dnl | 2003 | changequote([,])dnl |
2005 | if test -n "$x"; then | 2004 | if test -n "$x"; then |
@@ -2009,7 +2008,7 @@ index 90fad5417b3..1d57f289f18 100644 | |||
2009 | fi | 2008 | fi |
2010 | 2009 | ||
2011 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in | 2010 | diff --git a/binutils/Makefile.in b/binutils/Makefile.in |
2012 | index 8029bc29d57..5b2b4b81426 100644 | 2011 | index 549b5a361c8..e1487641218 100644 |
2013 | --- a/binutils/Makefile.in | 2012 | --- a/binutils/Makefile.in |
2014 | +++ b/binutils/Makefile.in | 2013 | +++ b/binutils/Makefile.in |
2015 | @@ -495,6 +495,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ | 2014 | @@ -495,6 +495,7 @@ DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@ |
@@ -2037,7 +2036,7 @@ index 8029bc29d57..5b2b4b81426 100644 | |||
2037 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 2036 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
2038 | am__include = @am__include@ | 2037 | am__include = @am__include@ |
2039 | diff --git a/binutils/configure b/binutils/configure | 2038 | diff --git a/binutils/configure b/binutils/configure |
2040 | index caa7c3679e9..5b5c7b38028 100755 | 2039 | index 0ff4539f458..6dca572ea4b 100755 |
2041 | --- a/binutils/configure | 2040 | --- a/binutils/configure |
2042 | +++ b/binutils/configure | 2041 | +++ b/binutils/configure |
2043 | @@ -704,8 +704,11 @@ OTOOL | 2042 | @@ -704,8 +704,11 @@ OTOOL |
@@ -3363,7 +3362,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3363 | int main () | 3362 | int main () |
3364 | { | 3363 | { |
3365 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 3364 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
3366 | @@ -17383,13 +18033,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 3365 | @@ -17102,13 +17752,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
3367 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 3366 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
3368 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 3367 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
3369 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 3368 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -3384,7 +3383,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3384 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 3383 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
3385 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 3384 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
3386 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 3385 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
3387 | @@ -17404,14 +18061,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 3386 | @@ -17123,14 +17780,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"`' | 3387 | 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"`' | 3388 | 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"`' | 3389 | 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 +3402,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3403 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 3402 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
3404 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 3403 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
3405 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 3404 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
3406 | @@ -17444,12 +18104,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 3405 | @@ -17163,12 +17823,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
3407 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 3406 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
3408 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 3407 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
3409 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 3408 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -3417,7 +3416,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3417 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 3416 | 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"`' | 3417 | 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"`' | 3418 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
3420 | @@ -17504,8 +18164,13 @@ reload_flag \ | 3419 | @@ -17223,8 +17883,13 @@ reload_flag \ |
3421 | OBJDUMP \ | 3420 | OBJDUMP \ |
3422 | deplibs_check_method \ | 3421 | deplibs_check_method \ |
3423 | file_magic_cmd \ | 3422 | file_magic_cmd \ |
@@ -3431,7 +3430,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3431 | STRIP \ | 3430 | STRIP \ |
3432 | RANLIB \ | 3431 | RANLIB \ |
3433 | CC \ | 3432 | CC \ |
3434 | @@ -17515,12 +18180,14 @@ lt_cv_sys_global_symbol_pipe \ | 3433 | @@ -17234,12 +17899,14 @@ lt_cv_sys_global_symbol_pipe \ |
3435 | lt_cv_sys_global_symbol_to_cdecl \ | 3434 | lt_cv_sys_global_symbol_to_cdecl \ |
3436 | lt_cv_sys_global_symbol_to_c_name_address \ | 3435 | lt_cv_sys_global_symbol_to_c_name_address \ |
3437 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 3436 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -3447,7 +3446,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3447 | DSYMUTIL \ | 3446 | DSYMUTIL \ |
3448 | NMEDIT \ | 3447 | NMEDIT \ |
3449 | LIPO \ | 3448 | LIPO \ |
3450 | @@ -17536,7 +18203,6 @@ no_undefined_flag \ | 3449 | @@ -17255,7 +17922,6 @@ no_undefined_flag \ |
3451 | hardcode_libdir_flag_spec \ | 3450 | hardcode_libdir_flag_spec \ |
3452 | hardcode_libdir_flag_spec_ld \ | 3451 | hardcode_libdir_flag_spec_ld \ |
3453 | hardcode_libdir_separator \ | 3452 | hardcode_libdir_separator \ |
@@ -3455,7 +3454,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3455 | exclude_expsyms \ | 3454 | exclude_expsyms \ |
3456 | include_expsyms \ | 3455 | include_expsyms \ |
3457 | file_list_spec \ | 3456 | file_list_spec \ |
3458 | @@ -17572,6 +18238,7 @@ module_cmds \ | 3457 | @@ -17291,6 +17957,7 @@ module_cmds \ |
3459 | module_expsym_cmds \ | 3458 | module_expsym_cmds \ |
3460 | export_symbols_cmds \ | 3459 | export_symbols_cmds \ |
3461 | prelink_cmds \ | 3460 | prelink_cmds \ |
@@ -3463,7 +3462,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3463 | postinstall_cmds \ | 3462 | postinstall_cmds \ |
3464 | postuninstall_cmds \ | 3463 | postuninstall_cmds \ |
3465 | finish_cmds \ | 3464 | finish_cmds \ |
3466 | @@ -18345,7 +19012,8 @@ $as_echo X"$file" | | 3465 | @@ -18056,7 +18723,8 @@ $as_echo X"$file" | |
3467 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 3466 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
3468 | # | 3467 | # |
3469 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 3468 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -3473,7 +3472,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3473 | # Written by Gordon Matzigkeit, 1996 | 3472 | # Written by Gordon Matzigkeit, 1996 |
3474 | # | 3473 | # |
3475 | # This file is part of GNU Libtool. | 3474 | # This file is part of GNU Libtool. |
3476 | @@ -18448,19 +19116,42 @@ SP2NL=$lt_lt_SP2NL | 3475 | @@ -18159,19 +18827,42 @@ SP2NL=$lt_lt_SP2NL |
3477 | # turn newlines into spaces. | 3476 | # turn newlines into spaces. |
3478 | NL2SP=$lt_lt_NL2SP | 3477 | NL2SP=$lt_lt_NL2SP |
3479 | 3478 | ||
@@ -3517,7 +3516,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3517 | # A symbol stripping program. | 3516 | # A symbol stripping program. |
3518 | STRIP=$lt_STRIP | 3517 | STRIP=$lt_STRIP |
3519 | 3518 | ||
3520 | @@ -18490,6 +19181,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 3519 | @@ -18201,6 +18892,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. | 3520 | # 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 | 3521 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
3523 | 3522 | ||
@@ -3530,7 +3529,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3530 | # The name of the directory that contains temporary libtool files. | 3529 | # The name of the directory that contains temporary libtool files. |
3531 | objdir=$objdir | 3530 | objdir=$objdir |
3532 | 3531 | ||
3533 | @@ -18499,6 +19196,9 @@ MAGIC_CMD=$MAGIC_CMD | 3532 | @@ -18210,6 +18907,9 @@ MAGIC_CMD=$MAGIC_CMD |
3534 | # Must we lock files when doing compilation? | 3533 | # Must we lock files when doing compilation? |
3535 | need_locks=$lt_need_locks | 3534 | need_locks=$lt_need_locks |
3536 | 3535 | ||
@@ -3540,7 +3539,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3540 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 3539 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
3541 | DSYMUTIL=$lt_DSYMUTIL | 3540 | DSYMUTIL=$lt_DSYMUTIL |
3542 | 3541 | ||
3543 | @@ -18613,12 +19313,12 @@ with_gcc=$GCC | 3542 | @@ -18324,12 +19024,12 @@ with_gcc=$GCC |
3544 | # Compiler flag to turn off builtin functions. | 3543 | # Compiler flag to turn off builtin functions. |
3545 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 3544 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
3546 | 3545 | ||
@@ -3556,7 +3555,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3556 | # Compiler flag to prevent dynamic linking. | 3555 | # Compiler flag to prevent dynamic linking. |
3557 | link_static_flag=$lt_lt_prog_compiler_static | 3556 | link_static_flag=$lt_lt_prog_compiler_static |
3558 | 3557 | ||
3559 | @@ -18705,9 +19405,6 @@ inherit_rpath=$inherit_rpath | 3558 | @@ -18416,9 +19116,6 @@ inherit_rpath=$inherit_rpath |
3560 | # Whether libtool must link a program against all its dependency libraries. | 3559 | # Whether libtool must link a program against all its dependency libraries. |
3561 | link_all_deplibs=$link_all_deplibs | 3560 | link_all_deplibs=$link_all_deplibs |
3562 | 3561 | ||
@@ -3566,7 +3565,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3566 | # Set to "yes" if exported symbols are required. | 3565 | # Set to "yes" if exported symbols are required. |
3567 | always_export_symbols=$always_export_symbols | 3566 | always_export_symbols=$always_export_symbols |
3568 | 3567 | ||
3569 | @@ -18723,6 +19420,9 @@ include_expsyms=$lt_include_expsyms | 3568 | @@ -18434,6 +19131,9 @@ include_expsyms=$lt_include_expsyms |
3570 | # Commands necessary for linking programs (against libraries) with templates. | 3569 | # Commands necessary for linking programs (against libraries) with templates. |
3571 | prelink_cmds=$lt_prelink_cmds | 3570 | prelink_cmds=$lt_prelink_cmds |
3572 | 3571 | ||
@@ -3576,7 +3575,7 @@ index caa7c3679e9..5b5c7b38028 100755 | |||
3576 | # Specify filename containing input files. | 3575 | # Specify filename containing input files. |
3577 | file_list_spec=$lt_file_list_spec | 3576 | file_list_spec=$lt_file_list_spec |
3578 | 3577 | ||
3579 | @@ -18755,210 +19455,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 3578 | @@ -18466,210 +19166,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
3580 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 3579 | # 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 | 3580 | # text mode, it properly converts lines to CR/LF. This bash problem |
3582 | # is reportedly fixed, but why not run on old versions too? | 3581 | # is reportedly fixed, but why not run on old versions too? |
@@ -3979,7 +3978,7 @@ index 1f24d4a5bbc..0147b491612 100644 | |||
3979 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 3978 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
3980 | am__include = @am__include@ | 3979 | am__include = @am__include@ |
3981 | diff --git a/gas/configure b/gas/configure | 3980 | diff --git a/gas/configure b/gas/configure |
3982 | index 085c87d564c..14b1dc0f121 100755 | 3981 | index ca149e79195..ad4377e140a 100755 |
3983 | --- a/gas/configure | 3982 | --- a/gas/configure |
3984 | +++ b/gas/configure | 3983 | +++ b/gas/configure |
3985 | @@ -692,8 +692,11 @@ OTOOL | 3984 | @@ -692,8 +692,11 @@ OTOOL |
@@ -5302,7 +5301,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5302 | int main () | 5301 | int main () |
5303 | { | 5302 | { |
5304 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5303 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
5305 | @@ -17049,13 +17699,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 5304 | @@ -16771,13 +17421,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
5306 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 5305 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
5307 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 5306 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
5308 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 5307 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -5323,7 +5322,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5323 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 5322 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
5324 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 5323 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
5325 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 5324 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
5326 | @@ -17070,14 +17727,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 5325 | @@ -16792,14 +17449,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"`' | 5326 | 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"`' | 5327 | 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"`' | 5328 | 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 +5341,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5342 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 5341 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
5343 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 5342 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
5344 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 5343 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
5345 | @@ -17110,12 +17770,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 5344 | @@ -16832,12 +17492,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
5346 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 5345 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
5347 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 5346 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
5348 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 5347 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -5356,7 +5355,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5356 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 5355 | 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"`' | 5356 | 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"`' | 5357 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
5359 | @@ -17170,8 +17830,13 @@ reload_flag \ | 5358 | @@ -16892,8 +17552,13 @@ reload_flag \ |
5360 | OBJDUMP \ | 5359 | OBJDUMP \ |
5361 | deplibs_check_method \ | 5360 | deplibs_check_method \ |
5362 | file_magic_cmd \ | 5361 | file_magic_cmd \ |
@@ -5370,7 +5369,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5370 | STRIP \ | 5369 | STRIP \ |
5371 | RANLIB \ | 5370 | RANLIB \ |
5372 | CC \ | 5371 | CC \ |
5373 | @@ -17181,12 +17846,14 @@ lt_cv_sys_global_symbol_pipe \ | 5372 | @@ -16903,12 +17568,14 @@ lt_cv_sys_global_symbol_pipe \ |
5374 | lt_cv_sys_global_symbol_to_cdecl \ | 5373 | lt_cv_sys_global_symbol_to_cdecl \ |
5375 | lt_cv_sys_global_symbol_to_c_name_address \ | 5374 | lt_cv_sys_global_symbol_to_c_name_address \ |
5376 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 5375 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -5386,7 +5385,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5386 | DSYMUTIL \ | 5385 | DSYMUTIL \ |
5387 | NMEDIT \ | 5386 | NMEDIT \ |
5388 | LIPO \ | 5387 | LIPO \ |
5389 | @@ -17202,7 +17869,6 @@ no_undefined_flag \ | 5388 | @@ -16924,7 +17591,6 @@ no_undefined_flag \ |
5390 | hardcode_libdir_flag_spec \ | 5389 | hardcode_libdir_flag_spec \ |
5391 | hardcode_libdir_flag_spec_ld \ | 5390 | hardcode_libdir_flag_spec_ld \ |
5392 | hardcode_libdir_separator \ | 5391 | hardcode_libdir_separator \ |
@@ -5394,7 +5393,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5394 | exclude_expsyms \ | 5393 | exclude_expsyms \ |
5395 | include_expsyms \ | 5394 | include_expsyms \ |
5396 | file_list_spec \ | 5395 | file_list_spec \ |
5397 | @@ -17238,6 +17904,7 @@ module_cmds \ | 5396 | @@ -16960,6 +17626,7 @@ module_cmds \ |
5398 | module_expsym_cmds \ | 5397 | module_expsym_cmds \ |
5399 | export_symbols_cmds \ | 5398 | export_symbols_cmds \ |
5400 | prelink_cmds \ | 5399 | prelink_cmds \ |
@@ -5402,7 +5401,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5402 | postinstall_cmds \ | 5401 | postinstall_cmds \ |
5403 | postuninstall_cmds \ | 5402 | postuninstall_cmds \ |
5404 | finish_cmds \ | 5403 | finish_cmds \ |
5405 | @@ -18018,7 +18685,8 @@ $as_echo X"$file" | | 5404 | @@ -17732,7 +18399,8 @@ $as_echo X"$file" | |
5406 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 5405 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
5407 | # | 5406 | # |
5408 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 5407 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -5412,7 +5411,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5412 | # Written by Gordon Matzigkeit, 1996 | 5411 | # Written by Gordon Matzigkeit, 1996 |
5413 | # | 5412 | # |
5414 | # This file is part of GNU Libtool. | 5413 | # This file is part of GNU Libtool. |
5415 | @@ -18121,19 +18789,42 @@ SP2NL=$lt_lt_SP2NL | 5414 | @@ -17835,19 +18503,42 @@ SP2NL=$lt_lt_SP2NL |
5416 | # turn newlines into spaces. | 5415 | # turn newlines into spaces. |
5417 | NL2SP=$lt_lt_NL2SP | 5416 | NL2SP=$lt_lt_NL2SP |
5418 | 5417 | ||
@@ -5456,7 +5455,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5456 | # A symbol stripping program. | 5455 | # A symbol stripping program. |
5457 | STRIP=$lt_STRIP | 5456 | STRIP=$lt_STRIP |
5458 | 5457 | ||
5459 | @@ -18163,6 +18854,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 5458 | @@ -17877,6 +18568,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. | 5459 | # 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 | 5460 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
5462 | 5461 | ||
@@ -5469,7 +5468,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5469 | # The name of the directory that contains temporary libtool files. | 5468 | # The name of the directory that contains temporary libtool files. |
5470 | objdir=$objdir | 5469 | objdir=$objdir |
5471 | 5470 | ||
5472 | @@ -18172,6 +18869,9 @@ MAGIC_CMD=$MAGIC_CMD | 5471 | @@ -17886,6 +18583,9 @@ MAGIC_CMD=$MAGIC_CMD |
5473 | # Must we lock files when doing compilation? | 5472 | # Must we lock files when doing compilation? |
5474 | need_locks=$lt_need_locks | 5473 | need_locks=$lt_need_locks |
5475 | 5474 | ||
@@ -5479,7 +5478,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5479 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 5478 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
5480 | DSYMUTIL=$lt_DSYMUTIL | 5479 | DSYMUTIL=$lt_DSYMUTIL |
5481 | 5480 | ||
5482 | @@ -18286,12 +18986,12 @@ with_gcc=$GCC | 5481 | @@ -18000,12 +18700,12 @@ with_gcc=$GCC |
5483 | # Compiler flag to turn off builtin functions. | 5482 | # Compiler flag to turn off builtin functions. |
5484 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 5483 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
5485 | 5484 | ||
@@ -5495,7 +5494,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5495 | # Compiler flag to prevent dynamic linking. | 5494 | # Compiler flag to prevent dynamic linking. |
5496 | link_static_flag=$lt_lt_prog_compiler_static | 5495 | link_static_flag=$lt_lt_prog_compiler_static |
5497 | 5496 | ||
5498 | @@ -18378,9 +19078,6 @@ inherit_rpath=$inherit_rpath | 5497 | @@ -18092,9 +18792,6 @@ inherit_rpath=$inherit_rpath |
5499 | # Whether libtool must link a program against all its dependency libraries. | 5498 | # Whether libtool must link a program against all its dependency libraries. |
5500 | link_all_deplibs=$link_all_deplibs | 5499 | link_all_deplibs=$link_all_deplibs |
5501 | 5500 | ||
@@ -5505,7 +5504,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5505 | # Set to "yes" if exported symbols are required. | 5504 | # Set to "yes" if exported symbols are required. |
5506 | always_export_symbols=$always_export_symbols | 5505 | always_export_symbols=$always_export_symbols |
5507 | 5506 | ||
5508 | @@ -18396,6 +19093,9 @@ include_expsyms=$lt_include_expsyms | 5507 | @@ -18110,6 +18807,9 @@ include_expsyms=$lt_include_expsyms |
5509 | # Commands necessary for linking programs (against libraries) with templates. | 5508 | # Commands necessary for linking programs (against libraries) with templates. |
5510 | prelink_cmds=$lt_prelink_cmds | 5509 | prelink_cmds=$lt_prelink_cmds |
5511 | 5510 | ||
@@ -5515,7 +5514,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5515 | # Specify filename containing input files. | 5514 | # Specify filename containing input files. |
5516 | file_list_spec=$lt_file_list_spec | 5515 | file_list_spec=$lt_file_list_spec |
5517 | 5516 | ||
5518 | @@ -18428,210 +19128,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 5517 | @@ -18142,210 +18842,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
5519 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 5518 | # 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 | 5519 | # text mode, it properly converts lines to CR/LF. This bash problem |
5521 | # is reportedly fixed, but why not run on old versions too? | 5520 | # is reportedly fixed, but why not run on old versions too? |
@@ -5890,7 +5889,7 @@ index 085c87d564c..14b1dc0f121 100755 | |||
5890 | chmod +x "$ofile" | 5889 | chmod +x "$ofile" |
5891 | 5890 | ||
5892 | diff --git a/gprof/Makefile.in b/gprof/Makefile.in | 5891 | diff --git a/gprof/Makefile.in b/gprof/Makefile.in |
5893 | index 93fb378149a..6744cb1ff8c 100644 | 5892 | index 719e1810bcd..037f9cd5834 100644 |
5894 | --- a/gprof/Makefile.in | 5893 | --- a/gprof/Makefile.in |
5895 | +++ b/gprof/Makefile.in | 5894 | +++ b/gprof/Makefile.in |
5896 | @@ -327,6 +327,7 @@ CYGPATH_W = @CYGPATH_W@ | 5895 | @@ -327,6 +327,7 @@ CYGPATH_W = @CYGPATH_W@ |
@@ -5918,10 +5917,10 @@ index 93fb378149a..6744cb1ff8c 100644 | |||
5918 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 5917 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
5919 | am__include = @am__include@ | 5918 | am__include = @am__include@ |
5920 | diff --git a/gprof/configure b/gprof/configure | 5919 | diff --git a/gprof/configure b/gprof/configure |
5921 | index 47ed79d1df4..bfbf4c421f3 100755 | 5920 | index e40de173a1e..82cd6d600b8 100755 |
5922 | --- a/gprof/configure | 5921 | --- a/gprof/configure |
5923 | +++ b/gprof/configure | 5922 | +++ b/gprof/configure |
5924 | @@ -669,8 +669,11 @@ OTOOL | 5923 | @@ -671,8 +671,11 @@ OTOOL |
5925 | LIPO | 5924 | LIPO |
5926 | NMEDIT | 5925 | NMEDIT |
5927 | DSYMUTIL | 5926 | DSYMUTIL |
@@ -5933,7 +5932,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
5933 | OBJDUMP | 5932 | OBJDUMP |
5934 | LN_S | 5933 | LN_S |
5935 | NM | 5934 | NM |
5936 | @@ -787,6 +790,7 @@ enable_static | 5935 | @@ -789,6 +792,7 @@ enable_static |
5937 | with_pic | 5936 | with_pic |
5938 | enable_fast_install | 5937 | enable_fast_install |
5939 | with_gnu_ld | 5938 | with_gnu_ld |
@@ -5941,7 +5940,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
5941 | enable_libtool_lock | 5940 | enable_libtool_lock |
5942 | enable_plugins | 5941 | enable_plugins |
5943 | enable_largefile | 5942 | enable_largefile |
5944 | @@ -1462,6 +1466,8 @@ Optional Packages: | 5943 | @@ -1464,6 +1468,8 @@ Optional Packages: |
5945 | --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib | 5944 | --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib |
5946 | --without-libintl-prefix don't search for libintl in includedir and libdir | 5945 | --without-libintl-prefix don't search for libintl in includedir and libdir |
5947 | --with-libintl-type=TYPE type of library to search for (auto/static/shared) | 5946 | --with-libintl-type=TYPE type of library to search for (auto/static/shared) |
@@ -5950,7 +5949,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
5950 | 5949 | ||
5951 | Some influential environment variables: | 5950 | Some influential environment variables: |
5952 | CC C compiler command | 5951 | CC C compiler command |
5953 | @@ -4528,8 +4534,8 @@ esac | 5952 | @@ -4530,8 +4536,8 @@ esac |
5954 | 5953 | ||
5955 | 5954 | ||
5956 | 5955 | ||
@@ -5961,7 +5960,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
5961 | 5960 | ||
5962 | 5961 | ||
5963 | 5962 | ||
5964 | @@ -4569,7 +4575,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 5963 | @@ -4571,7 +4577,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
5965 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 5964 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
5966 | $as_echo_n "checking how to print strings... " >&6; } | 5965 | $as_echo_n "checking how to print strings... " >&6; } |
5967 | # Test print first, because it will be a builtin if present. | 5966 | # Test print first, because it will be a builtin if present. |
@@ -5970,7 +5969,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
5970 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 5969 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
5971 | ECHO='print -r --' | 5970 | ECHO='print -r --' |
5972 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 5971 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
5973 | @@ -5262,8 +5268,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 5972 | @@ -5264,8 +5270,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
5974 | # Try some XSI features | 5973 | # Try some XSI features |
5975 | xsi_shell=no | 5974 | xsi_shell=no |
5976 | ( _lt_dummy="a/b/c" | 5975 | ( _lt_dummy="a/b/c" |
@@ -5981,7 +5980,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
5981 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 5980 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
5982 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 5981 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
5983 | && xsi_shell=yes | 5982 | && xsi_shell=yes |
5984 | @@ -5312,6 +5318,80 @@ esac | 5983 | @@ -5314,6 +5320,80 @@ esac |
5985 | 5984 | ||
5986 | 5985 | ||
5987 | 5986 | ||
@@ -6062,7 +6061,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 6061 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
6063 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 6062 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
6064 | if ${lt_cv_ld_reload_flag+:} false; then : | 6063 | if ${lt_cv_ld_reload_flag+:} false; then : |
6065 | @@ -5328,6 +5408,11 @@ case $reload_flag in | 6064 | @@ -5330,6 +5410,11 @@ case $reload_flag in |
6066 | esac | 6065 | esac |
6067 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 6066 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
6068 | case $host_os in | 6067 | case $host_os in |
@@ -6074,7 +6073,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6074 | darwin*) | 6073 | darwin*) |
6075 | if test "$GCC" = yes; then | 6074 | if test "$GCC" = yes; then |
6076 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 6075 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
6077 | @@ -5496,7 +5581,8 @@ mingw* | pw32*) | 6076 | @@ -5498,7 +5583,8 @@ mingw* | pw32*) |
6078 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 6077 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
6079 | lt_cv_file_magic_cmd='func_win32_libid' | 6078 | lt_cv_file_magic_cmd='func_win32_libid' |
6080 | else | 6079 | else |
@@ -6084,7 +6083,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6084 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 6083 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
6085 | fi | 6084 | fi |
6086 | ;; | 6085 | ;; |
6087 | @@ -5655,6 +5741,21 @@ esac | 6086 | @@ -5657,6 +5743,21 @@ esac |
6088 | fi | 6087 | fi |
6089 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 6088 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6090 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 6089 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -6106,7 +6105,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6106 | file_magic_cmd=$lt_cv_file_magic_cmd | 6105 | file_magic_cmd=$lt_cv_file_magic_cmd |
6107 | deplibs_check_method=$lt_cv_deplibs_check_method | 6106 | deplibs_check_method=$lt_cv_deplibs_check_method |
6108 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 6107 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
6109 | @@ -5670,6 +5771,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 6108 | @@ -5672,6 +5773,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
6110 | 6109 | ||
6111 | 6110 | ||
6112 | 6111 | ||
@@ -6264,7 +6263,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6264 | plugin_option= | 6263 | plugin_option= |
6265 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 6264 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
6266 | for plugin in $plugin_names; do | 6265 | for plugin in $plugin_names; do |
6267 | @@ -5684,8 +5936,10 @@ for plugin in $plugin_names; do | 6266 | @@ -5686,8 +5938,10 @@ for plugin in $plugin_names; do |
6268 | done | 6267 | done |
6269 | 6268 | ||
6270 | if test -n "$ac_tool_prefix"; then | 6269 | if test -n "$ac_tool_prefix"; then |
@@ -6277,7 +6276,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6277 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6276 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6278 | $as_echo_n "checking for $ac_word... " >&6; } | 6277 | $as_echo_n "checking for $ac_word... " >&6; } |
6279 | if ${ac_cv_prog_AR+:} false; then : | 6278 | if ${ac_cv_prog_AR+:} false; then : |
6280 | @@ -5701,7 +5955,7 @@ do | 6279 | @@ -5703,7 +5957,7 @@ do |
6281 | test -z "$as_dir" && as_dir=. | 6280 | test -z "$as_dir" && as_dir=. |
6282 | for ac_exec_ext in '' $ac_executable_extensions; do | 6281 | for ac_exec_ext in '' $ac_executable_extensions; do |
6283 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 6282 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -6286,7 +6285,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6286 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 6285 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6287 | break 2 | 6286 | break 2 |
6288 | fi | 6287 | fi |
6289 | @@ -5721,11 +5975,15 @@ $as_echo "no" >&6; } | 6288 | @@ -5723,11 +5977,15 @@ $as_echo "no" >&6; } |
6290 | fi | 6289 | fi |
6291 | 6290 | ||
6292 | 6291 | ||
@@ -6305,7 +6304,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6304 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6306 | $as_echo_n "checking for $ac_word... " >&6; } | 6305 | $as_echo_n "checking for $ac_word... " >&6; } |
6307 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 6306 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
6308 | @@ -5741,7 +5999,7 @@ do | 6307 | @@ -5743,7 +6001,7 @@ do |
6309 | test -z "$as_dir" && as_dir=. | 6308 | test -z "$as_dir" && as_dir=. |
6310 | for ac_exec_ext in '' $ac_executable_extensions; do | 6309 | for ac_exec_ext in '' $ac_executable_extensions; do |
6311 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 6310 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -6314,7 +6313,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6314 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 6313 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6315 | break 2 | 6314 | break 2 |
6316 | fi | 6315 | fi |
6317 | @@ -5760,6 +6018,10 @@ else | 6316 | @@ -5762,6 +6020,10 @@ else |
6318 | $as_echo "no" >&6; } | 6317 | $as_echo "no" >&6; } |
6319 | fi | 6318 | fi |
6320 | 6319 | ||
@@ -6325,7 +6324,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6325 | if test "x$ac_ct_AR" = x; then | 6324 | if test "x$ac_ct_AR" = x; then |
6326 | AR="false" | 6325 | AR="false" |
6327 | else | 6326 | else |
6328 | @@ -5771,25 +6033,19 @@ ac_tool_warned=yes ;; | 6327 | @@ -5773,25 +6035,19 @@ ac_tool_warned=yes ;; |
6329 | esac | 6328 | esac |
6330 | AR=$ac_ct_AR | 6329 | AR=$ac_ct_AR |
6331 | fi | 6330 | fi |
@@ -6360,7 +6359,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6360 | 6359 | ||
6361 | 6360 | ||
6362 | 6361 | ||
6363 | @@ -5801,6 +6057,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 6362 | @@ -5803,6 +6059,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
6364 | 6363 | ||
6365 | 6364 | ||
6366 | 6365 | ||
@@ -6425,7 +6424,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6425 | if test -n "$ac_tool_prefix"; then | 6424 | if test -n "$ac_tool_prefix"; then |
6426 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 6425 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
6427 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 6426 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
6428 | @@ -6140,8 +6454,8 @@ esac | 6427 | @@ -6142,8 +6456,8 @@ esac |
6429 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 6428 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
6430 | 6429 | ||
6431 | # Transform an extracted symbol line into symbol name and symbol address | 6430 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -6436,7 +6435,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6436 | 6435 | ||
6437 | # Handle CRLF in mingw tool chain | 6436 | # Handle CRLF in mingw tool chain |
6438 | opt_cr= | 6437 | opt_cr= |
6439 | @@ -6177,6 +6491,7 @@ for ac_symprfx in "" "_"; do | 6438 | @@ -6179,6 +6493,7 @@ for ac_symprfx in "" "_"; do |
6440 | else | 6439 | else |
6441 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 6440 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
6442 | fi | 6441 | fi |
@@ -6444,7 +6443,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6444 | 6443 | ||
6445 | # Check to see that the pipe works correctly. | 6444 | # Check to see that the pipe works correctly. |
6446 | pipe_works=no | 6445 | pipe_works=no |
6447 | @@ -6218,6 +6533,18 @@ _LT_EOF | 6446 | @@ -6220,6 +6535,18 @@ _LT_EOF |
6448 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 6447 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
6449 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 6448 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
6450 | cat <<_LT_EOF > conftest.$ac_ext | 6449 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -6463,7 +6462,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6463 | #ifdef __cplusplus | 6462 | #ifdef __cplusplus |
6464 | extern "C" { | 6463 | extern "C" { |
6465 | #endif | 6464 | #endif |
6466 | @@ -6229,7 +6556,7 @@ _LT_EOF | 6465 | @@ -6231,7 +6558,7 @@ _LT_EOF |
6467 | cat <<_LT_EOF >> conftest.$ac_ext | 6466 | cat <<_LT_EOF >> conftest.$ac_ext |
6468 | 6467 | ||
6469 | /* The mapping between symbol names and symbols. */ | 6468 | /* The mapping between symbol names and symbols. */ |
@@ -6472,7 +6471,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6472 | const char *name; | 6471 | const char *name; |
6473 | void *address; | 6472 | void *address; |
6474 | } | 6473 | } |
6475 | @@ -6255,8 +6582,8 @@ static const void *lt_preloaded_setup() { | 6474 | @@ -6257,8 +6584,8 @@ static const void *lt_preloaded_setup() { |
6476 | _LT_EOF | 6475 | _LT_EOF |
6477 | # Now try linking the two files. | 6476 | # Now try linking the two files. |
6478 | mv conftest.$ac_objext conftstm.$ac_objext | 6477 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -6483,7 +6482,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6483 | LIBS="conftstm.$ac_objext" | 6482 | LIBS="conftstm.$ac_objext" |
6484 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 6483 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
6485 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 6484 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
6486 | @@ -6266,8 +6593,8 @@ _LT_EOF | 6485 | @@ -6268,8 +6595,8 @@ _LT_EOF |
6487 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 6486 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
6488 | pipe_works=yes | 6487 | pipe_works=yes |
6489 | fi | 6488 | fi |
@@ -6494,7 +6493,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6494 | else | 6493 | else |
6495 | echo "cannot find nm_test_func in $nlist" >&5 | 6494 | echo "cannot find nm_test_func in $nlist" >&5 |
6496 | fi | 6495 | fi |
6497 | @@ -6304,6 +6631,18 @@ else | 6496 | @@ -6306,6 +6633,18 @@ else |
6498 | $as_echo "ok" >&6; } | 6497 | $as_echo "ok" >&6; } |
6499 | fi | 6498 | fi |
6500 | 6499 | ||
@@ -6513,7 +6512,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6513 | 6512 | ||
6514 | 6513 | ||
6515 | 6514 | ||
6516 | @@ -6320,6 +6659,43 @@ fi | 6515 | @@ -6322,6 +6661,43 @@ fi |
6517 | 6516 | ||
6518 | 6517 | ||
6519 | 6518 | ||
@@ -6557,7 +6556,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6557 | 6556 | ||
6558 | 6557 | ||
6559 | 6558 | ||
6560 | @@ -6531,6 +6907,123 @@ esac | 6559 | @@ -6533,6 +6909,123 @@ esac |
6561 | 6560 | ||
6562 | need_locks="$enable_libtool_lock" | 6561 | need_locks="$enable_libtool_lock" |
6563 | 6562 | ||
@@ -6681,7 +6680,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6681 | 6680 | ||
6682 | case $host_os in | 6681 | case $host_os in |
6683 | rhapsody* | darwin*) | 6682 | rhapsody* | darwin*) |
6684 | @@ -7094,6 +7587,8 @@ _LT_EOF | 6683 | @@ -7096,6 +7589,8 @@ _LT_EOF |
6685 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 6684 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
6686 | echo "$AR cru libconftest.a conftest.o" >&5 | 6685 | echo "$AR cru libconftest.a conftest.o" >&5 |
6687 | $AR cru libconftest.a conftest.o 2>&5 | 6686 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -6690,7 +6689,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6690 | cat > conftest.c << _LT_EOF | 6689 | cat > conftest.c << _LT_EOF |
6691 | int main() { return 0;} | 6690 | int main() { return 0;} |
6692 | _LT_EOF | 6691 | _LT_EOF |
6693 | @@ -7678,8 +8173,6 @@ fi | 6692 | @@ -7680,8 +8175,6 @@ fi |
6694 | lt_prog_compiler_pic= | 6693 | lt_prog_compiler_pic= |
6695 | lt_prog_compiler_static= | 6694 | lt_prog_compiler_static= |
6696 | 6695 | ||
@@ -6699,7 +6698,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6699 | 6698 | ||
6700 | if test "$GCC" = yes; then | 6699 | if test "$GCC" = yes; then |
6701 | lt_prog_compiler_wl='-Wl,' | 6700 | lt_prog_compiler_wl='-Wl,' |
6702 | @@ -7845,6 +8338,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 6701 | @@ -7847,6 +8340,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
6703 | lt_prog_compiler_pic='--shared' | 6702 | lt_prog_compiler_pic='--shared' |
6704 | lt_prog_compiler_static='--static' | 6703 | lt_prog_compiler_static='--static' |
6705 | ;; | 6704 | ;; |
@@ -6712,7 +6711,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6712 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 6711 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
6713 | # Portland Group compilers (*not* the Pentium gcc compiler, | 6712 | # Portland Group compilers (*not* the Pentium gcc compiler, |
6714 | # which looks to be a dead project) | 6713 | # which looks to be a dead project) |
6715 | @@ -7907,7 +8406,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 6714 | @@ -7909,7 +8408,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
6716 | lt_prog_compiler_pic='-KPIC' | 6715 | lt_prog_compiler_pic='-KPIC' |
6717 | lt_prog_compiler_static='-Bstatic' | 6716 | lt_prog_compiler_static='-Bstatic' |
6718 | case $cc_basename in | 6717 | case $cc_basename in |
@@ -6721,7 +6720,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6721 | lt_prog_compiler_wl='-Qoption ld ';; | 6720 | lt_prog_compiler_wl='-Qoption ld ';; |
6722 | *) | 6721 | *) |
6723 | lt_prog_compiler_wl='-Wl,';; | 6722 | lt_prog_compiler_wl='-Wl,';; |
6724 | @@ -7964,13 +8463,17 @@ case $host_os in | 6723 | @@ -7966,13 +8465,17 @@ case $host_os in |
6725 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 6724 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
6726 | ;; | 6725 | ;; |
6727 | esac | 6726 | esac |
@@ -6745,7 +6744,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6745 | 6744 | ||
6746 | # | 6745 | # |
6747 | # Check to make sure the PIC flag actually works. | 6746 | # Check to make sure the PIC flag actually works. |
6748 | @@ -8031,6 +8534,11 @@ fi | 6747 | @@ -8033,6 +8536,11 @@ fi |
6749 | 6748 | ||
6750 | 6749 | ||
6751 | 6750 | ||
@@ -6757,7 +6756,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6757 | # | 6756 | # |
6758 | # Check to make sure the static flag actually works. | 6757 | # Check to make sure the static flag actually works. |
6759 | # | 6758 | # |
6760 | @@ -8381,7 +8889,8 @@ _LT_EOF | 6759 | @@ -8383,7 +8891,8 @@ _LT_EOF |
6761 | allow_undefined_flag=unsupported | 6760 | allow_undefined_flag=unsupported |
6762 | always_export_symbols=no | 6761 | always_export_symbols=no |
6763 | enable_shared_with_static_runtimes=yes | 6762 | enable_shared_with_static_runtimes=yes |
@@ -6767,7 +6766,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6767 | 6766 | ||
6768 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 6767 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
6769 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 6768 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
6770 | @@ -8480,12 +8989,12 @@ _LT_EOF | 6769 | @@ -8482,12 +8991,12 @@ _LT_EOF |
6771 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 6770 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
6772 | hardcode_libdir_flag_spec= | 6771 | hardcode_libdir_flag_spec= |
6773 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 6772 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -6782,7 +6781,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6782 | fi | 6781 | fi |
6783 | ;; | 6782 | ;; |
6784 | esac | 6783 | esac |
6785 | @@ -8499,8 +9008,8 @@ _LT_EOF | 6784 | @@ -8501,8 +9010,8 @@ _LT_EOF |
6786 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 6785 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
6787 | wlarc= | 6786 | wlarc= |
6788 | else | 6787 | else |
@@ -6793,7 +6792,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6793 | fi | 6792 | fi |
6794 | ;; | 6793 | ;; |
6795 | 6794 | ||
6796 | @@ -8518,8 +9027,8 @@ _LT_EOF | 6795 | @@ -8520,8 +9029,8 @@ _LT_EOF |
6797 | 6796 | ||
6798 | _LT_EOF | 6797 | _LT_EOF |
6799 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 6798 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -6804,7 +6803,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6804 | else | 6803 | else |
6805 | ld_shlibs=no | 6804 | ld_shlibs=no |
6806 | fi | 6805 | fi |
6807 | @@ -8565,8 +9074,8 @@ _LT_EOF | 6806 | @@ -8567,8 +9076,8 @@ _LT_EOF |
6808 | 6807 | ||
6809 | *) | 6808 | *) |
6810 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 6809 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -6815,7 +6814,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6815 | else | 6814 | else |
6816 | ld_shlibs=no | 6815 | ld_shlibs=no |
6817 | fi | 6816 | fi |
6818 | @@ -8696,7 +9205,13 @@ _LT_EOF | 6817 | @@ -8698,7 +9207,13 @@ _LT_EOF |
6819 | allow_undefined_flag='-berok' | 6818 | allow_undefined_flag='-berok' |
6820 | # Determine the default libpath from the value encoded in an | 6819 | # Determine the default libpath from the value encoded in an |
6821 | # empty executable. | 6820 | # empty executable. |
@@ -6830,7 +6829,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6830 | /* end confdefs.h. */ | 6829 | /* end confdefs.h. */ |
6831 | 6830 | ||
6832 | int | 6831 | int |
6833 | @@ -8709,22 +9224,29 @@ main () | 6832 | @@ -8711,22 +9226,29 @@ main () |
6834 | _ACEOF | 6833 | _ACEOF |
6835 | if ac_fn_c_try_link "$LINENO"; then : | 6834 | if ac_fn_c_try_link "$LINENO"; then : |
6836 | 6835 | ||
@@ -6873,7 +6872,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6873 | 6872 | ||
6874 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 6873 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
6875 | 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" | 6874 | 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" |
6876 | @@ -8736,7 +9258,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 6875 | @@ -8738,7 +9260,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
6877 | else | 6876 | else |
6878 | # Determine the default libpath from the value encoded in an | 6877 | # Determine the default libpath from the value encoded in an |
6879 | # empty executable. | 6878 | # empty executable. |
@@ -6888,7 +6887,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6888 | /* end confdefs.h. */ | 6887 | /* end confdefs.h. */ |
6889 | 6888 | ||
6890 | int | 6889 | int |
6891 | @@ -8749,22 +9277,29 @@ main () | 6890 | @@ -8751,22 +9279,29 @@ main () |
6892 | _ACEOF | 6891 | _ACEOF |
6893 | if ac_fn_c_try_link "$LINENO"; then : | 6892 | if ac_fn_c_try_link "$LINENO"; then : |
6894 | 6893 | ||
@@ -6931,7 +6930,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
6931 | 6930 | ||
6932 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 6931 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
6933 | # Warning - without using the other run time loading flags, | 6932 | # Warning - without using the other run time loading flags, |
6934 | @@ -8809,20 +9344,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 6933 | @@ -8811,20 +9346,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
6935 | # Microsoft Visual C++. | 6934 | # Microsoft Visual C++. |
6936 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 6935 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
6937 | # no search path for DLLs. | 6936 | # no search path for DLLs. |
@@ -7009,7 +7008,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7009 | ;; | 7008 | ;; |
7010 | 7009 | ||
7011 | darwin* | rhapsody*) | 7010 | darwin* | rhapsody*) |
7012 | @@ -8883,7 +9461,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7011 | @@ -8885,7 +9463,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7013 | 7012 | ||
7014 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 7013 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
7015 | freebsd* | dragonfly*) | 7014 | freebsd* | dragonfly*) |
@@ -7018,7 +7017,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7018 | hardcode_libdir_flag_spec='-R$libdir' | 7017 | hardcode_libdir_flag_spec='-R$libdir' |
7019 | hardcode_direct=yes | 7018 | hardcode_direct=yes |
7020 | hardcode_shlibpath_var=no | 7019 | hardcode_shlibpath_var=no |
7021 | @@ -8891,7 +9469,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7020 | @@ -8893,7 +9471,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7022 | 7021 | ||
7023 | hpux9*) | 7022 | hpux9*) |
7024 | if test "$GCC" = yes; then | 7023 | if test "$GCC" = yes; then |
@@ -7027,7 +7026,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7027 | else | 7026 | else |
7028 | 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' | 7027 | 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' |
7029 | fi | 7028 | fi |
7030 | @@ -8907,7 +9485,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7029 | @@ -8909,7 +9487,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7031 | 7030 | ||
7032 | hpux10*) | 7031 | hpux10*) |
7033 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 7032 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -7036,7 +7035,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7036 | else | 7035 | else |
7037 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 7036 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
7038 | fi | 7037 | fi |
7039 | @@ -8931,10 +9509,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 7038 | @@ -8933,10 +9511,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
7040 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 7039 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
7041 | ;; | 7040 | ;; |
7042 | ia64*) | 7041 | ia64*) |
@@ -7049,7 +7048,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7049 | ;; | 7048 | ;; |
7050 | esac | 7049 | esac |
7051 | else | 7050 | else |
7052 | @@ -9013,23 +9591,36 @@ fi | 7051 | @@ -9015,23 +9593,36 @@ fi |
7053 | 7052 | ||
7054 | irix5* | irix6* | nonstopux*) | 7053 | irix5* | irix6* | nonstopux*) |
7055 | if test "$GCC" = yes; then | 7054 | if test "$GCC" = yes; then |
@@ -7094,7 +7093,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7094 | else | 7093 | else |
7095 | 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' | 7094 | 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' |
7096 | 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' | 7095 | 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' |
7097 | @@ -9114,7 +9705,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 7096 | @@ -9116,7 +9707,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
7098 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 7097 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
7099 | if test "$GCC" = yes; then | 7098 | if test "$GCC" = yes; then |
7100 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 7099 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -7103,7 +7102,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7103 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 7102 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
7104 | else | 7103 | else |
7105 | allow_undefined_flag=' -expect_unresolved \*' | 7104 | allow_undefined_flag=' -expect_unresolved \*' |
7106 | @@ -9133,9 +9724,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 7105 | @@ -9135,9 +9726,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
7107 | no_undefined_flag=' -z defs' | 7106 | no_undefined_flag=' -z defs' |
7108 | if test "$GCC" = yes; then | 7107 | if test "$GCC" = yes; then |
7109 | wlarc='${wl}' | 7108 | wlarc='${wl}' |
@@ -7115,7 +7114,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7115 | else | 7114 | else |
7116 | case `$CC -V 2>&1` in | 7115 | case `$CC -V 2>&1` in |
7117 | *"Compilers 5.0"*) | 7116 | *"Compilers 5.0"*) |
7118 | @@ -9711,8 +10302,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 7117 | @@ -9713,8 +10304,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
7119 | need_version=no | 7118 | need_version=no |
7120 | need_lib_prefix=no | 7119 | need_lib_prefix=no |
7121 | 7120 | ||
@@ -7127,7 +7126,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7127 | library_names_spec='$libname.dll.a' | 7126 | library_names_spec='$libname.dll.a' |
7128 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 7127 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
7129 | postinstall_cmds='base_file=`basename \${file}`~ | 7128 | postinstall_cmds='base_file=`basename \${file}`~ |
7130 | @@ -9745,13 +10337,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 7129 | @@ -9747,13 +10339,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
7131 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 7130 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
7132 | ;; | 7131 | ;; |
7133 | esac | 7132 | esac |
@@ -7200,16 +7199,16 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7200 | # FIXME: first we should search . and the directory the executable is in | 7199 | # FIXME: first we should search . and the directory the executable is in |
7201 | shlibpath_var=PATH | 7200 | shlibpath_var=PATH |
7202 | ;; | 7201 | ;; |
7203 | @@ -10653,7 +11303,7 @@ else | 7202 | @@ -10655,7 +11305,7 @@ else |
7204 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 7203 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
7205 | lt_status=$lt_dlunknown | 7204 | lt_status=$lt_dlunknown |
7206 | cat > conftest.$ac_ext <<_LT_EOF | 7205 | cat > conftest.$ac_ext <<_LT_EOF |
7207 | -#line 10656 "configure" | 7206 | -#line 10658 "configure" |
7208 | +#line $LINENO "configure" | 7207 | +#line $LINENO "configure" |
7209 | #include "confdefs.h" | 7208 | #include "confdefs.h" |
7210 | 7209 | ||
7211 | #if HAVE_DLFCN_H | 7210 | #if HAVE_DLFCN_H |
7212 | @@ -10697,10 +11347,10 @@ else | 7211 | @@ -10699,10 +11349,10 @@ else |
7213 | /* When -fvisbility=hidden is used, assume the code has been annotated | 7212 | /* When -fvisbility=hidden is used, assume the code has been annotated |
7214 | correspondingly for the symbols needed. */ | 7213 | correspondingly for the symbols needed. */ |
7215 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 7214 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -7222,16 +7221,16 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7222 | int main () | 7221 | int main () |
7223 | { | 7222 | { |
7224 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 7223 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
7225 | @@ -10759,7 +11409,7 @@ else | 7224 | @@ -10761,7 +11411,7 @@ else |
7226 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 7225 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
7227 | lt_status=$lt_dlunknown | 7226 | lt_status=$lt_dlunknown |
7228 | cat > conftest.$ac_ext <<_LT_EOF | 7227 | cat > conftest.$ac_ext <<_LT_EOF |
7229 | -#line 10762 "configure" | 7228 | -#line 10764 "configure" |
7230 | +#line $LINENO "configure" | 7229 | +#line $LINENO "configure" |
7231 | #include "confdefs.h" | 7230 | #include "confdefs.h" |
7232 | 7231 | ||
7233 | #if HAVE_DLFCN_H | 7232 | #if HAVE_DLFCN_H |
7234 | @@ -10803,10 +11453,10 @@ else | 7233 | @@ -10805,10 +11455,10 @@ else |
7235 | /* When -fvisbility=hidden is used, assume the code has been annotated | 7234 | /* When -fvisbility=hidden is used, assume the code has been annotated |
7236 | correspondingly for the symbols needed. */ | 7235 | correspondingly for the symbols needed. */ |
7237 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 7236 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -7244,7 +7243,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7244 | int main () | 7243 | int main () |
7245 | { | 7244 | { |
7246 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 7245 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
7247 | @@ -14726,13 +15376,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 7246 | @@ -14478,13 +15128,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
7248 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 7247 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
7249 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 7248 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
7250 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 7249 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -7265,7 +7264,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7265 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 7264 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
7266 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 7265 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
7267 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 7266 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
7268 | @@ -14747,14 +15404,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 7267 | @@ -14499,14 +15156,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
7269 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 7268 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
7270 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 7269 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
7271 | 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"`' | 7270 | 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"`' |
@@ -7284,7 +7283,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7284 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 7283 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
7285 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 7284 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
7286 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 7285 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
7287 | @@ -14787,12 +15447,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 7286 | @@ -14539,12 +15199,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
7288 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 7287 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
7289 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 7288 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
7290 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 7289 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -7298,7 +7297,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7298 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 7297 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
7299 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 7298 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
7300 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 7299 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
7301 | @@ -14847,8 +15507,13 @@ reload_flag \ | 7300 | @@ -14599,8 +15259,13 @@ reload_flag \ |
7302 | OBJDUMP \ | 7301 | OBJDUMP \ |
7303 | deplibs_check_method \ | 7302 | deplibs_check_method \ |
7304 | file_magic_cmd \ | 7303 | file_magic_cmd \ |
@@ -7312,7 +7311,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7312 | STRIP \ | 7311 | STRIP \ |
7313 | RANLIB \ | 7312 | RANLIB \ |
7314 | CC \ | 7313 | CC \ |
7315 | @@ -14858,12 +15523,14 @@ lt_cv_sys_global_symbol_pipe \ | 7314 | @@ -14610,12 +15275,14 @@ lt_cv_sys_global_symbol_pipe \ |
7316 | lt_cv_sys_global_symbol_to_cdecl \ | 7315 | lt_cv_sys_global_symbol_to_cdecl \ |
7317 | lt_cv_sys_global_symbol_to_c_name_address \ | 7316 | lt_cv_sys_global_symbol_to_c_name_address \ |
7318 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 7317 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -7328,7 +7327,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7328 | DSYMUTIL \ | 7327 | DSYMUTIL \ |
7329 | NMEDIT \ | 7328 | NMEDIT \ |
7330 | LIPO \ | 7329 | LIPO \ |
7331 | @@ -14879,7 +15546,6 @@ no_undefined_flag \ | 7330 | @@ -14631,7 +15298,6 @@ no_undefined_flag \ |
7332 | hardcode_libdir_flag_spec \ | 7331 | hardcode_libdir_flag_spec \ |
7333 | hardcode_libdir_flag_spec_ld \ | 7332 | hardcode_libdir_flag_spec_ld \ |
7334 | hardcode_libdir_separator \ | 7333 | hardcode_libdir_separator \ |
@@ -7336,7 +7335,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7336 | exclude_expsyms \ | 7335 | exclude_expsyms \ |
7337 | include_expsyms \ | 7336 | include_expsyms \ |
7338 | file_list_spec \ | 7337 | file_list_spec \ |
7339 | @@ -14915,6 +15581,7 @@ module_cmds \ | 7338 | @@ -14667,6 +15333,7 @@ module_cmds \ |
7340 | module_expsym_cmds \ | 7339 | module_expsym_cmds \ |
7341 | export_symbols_cmds \ | 7340 | export_symbols_cmds \ |
7342 | prelink_cmds \ | 7341 | prelink_cmds \ |
@@ -7344,7 +7343,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7344 | postinstall_cmds \ | 7343 | postinstall_cmds \ |
7345 | postuninstall_cmds \ | 7344 | postuninstall_cmds \ |
7346 | finish_cmds \ | 7345 | finish_cmds \ |
7347 | @@ -15688,7 +16355,8 @@ $as_echo X"$file" | | 7346 | @@ -15433,7 +16100,8 @@ $as_echo X"$file" | |
7348 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 7347 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
7349 | # | 7348 | # |
7350 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 7349 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -7354,7 +7353,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7354 | # Written by Gordon Matzigkeit, 1996 | 7353 | # Written by Gordon Matzigkeit, 1996 |
7355 | # | 7354 | # |
7356 | # This file is part of GNU Libtool. | 7355 | # This file is part of GNU Libtool. |
7357 | @@ -15791,19 +16459,42 @@ SP2NL=$lt_lt_SP2NL | 7356 | @@ -15536,19 +16204,42 @@ SP2NL=$lt_lt_SP2NL |
7358 | # turn newlines into spaces. | 7357 | # turn newlines into spaces. |
7359 | NL2SP=$lt_lt_NL2SP | 7358 | NL2SP=$lt_lt_NL2SP |
7360 | 7359 | ||
@@ -7398,7 +7397,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7398 | # A symbol stripping program. | 7397 | # A symbol stripping program. |
7399 | STRIP=$lt_STRIP | 7398 | STRIP=$lt_STRIP |
7400 | 7399 | ||
7401 | @@ -15833,6 +16524,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 7400 | @@ -15578,6 +16269,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
7402 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 7401 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
7403 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 7402 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
7404 | 7403 | ||
@@ -7411,7 +7410,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7411 | # The name of the directory that contains temporary libtool files. | 7410 | # The name of the directory that contains temporary libtool files. |
7412 | objdir=$objdir | 7411 | objdir=$objdir |
7413 | 7412 | ||
7414 | @@ -15842,6 +16539,9 @@ MAGIC_CMD=$MAGIC_CMD | 7413 | @@ -15587,6 +16284,9 @@ MAGIC_CMD=$MAGIC_CMD |
7415 | # Must we lock files when doing compilation? | 7414 | # Must we lock files when doing compilation? |
7416 | need_locks=$lt_need_locks | 7415 | need_locks=$lt_need_locks |
7417 | 7416 | ||
@@ -7421,7 +7420,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7421 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 7420 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
7422 | DSYMUTIL=$lt_DSYMUTIL | 7421 | DSYMUTIL=$lt_DSYMUTIL |
7423 | 7422 | ||
7424 | @@ -15956,12 +16656,12 @@ with_gcc=$GCC | 7423 | @@ -15701,12 +16401,12 @@ with_gcc=$GCC |
7425 | # Compiler flag to turn off builtin functions. | 7424 | # Compiler flag to turn off builtin functions. |
7426 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 7425 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
7427 | 7426 | ||
@@ -7437,7 +7436,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7437 | # Compiler flag to prevent dynamic linking. | 7436 | # Compiler flag to prevent dynamic linking. |
7438 | link_static_flag=$lt_lt_prog_compiler_static | 7437 | link_static_flag=$lt_lt_prog_compiler_static |
7439 | 7438 | ||
7440 | @@ -16048,9 +16748,6 @@ inherit_rpath=$inherit_rpath | 7439 | @@ -15793,9 +16493,6 @@ inherit_rpath=$inherit_rpath |
7441 | # Whether libtool must link a program against all its dependency libraries. | 7440 | # Whether libtool must link a program against all its dependency libraries. |
7442 | link_all_deplibs=$link_all_deplibs | 7441 | link_all_deplibs=$link_all_deplibs |
7443 | 7442 | ||
@@ -7447,7 +7446,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7447 | # Set to "yes" if exported symbols are required. | 7446 | # Set to "yes" if exported symbols are required. |
7448 | always_export_symbols=$always_export_symbols | 7447 | always_export_symbols=$always_export_symbols |
7449 | 7448 | ||
7450 | @@ -16066,6 +16763,9 @@ include_expsyms=$lt_include_expsyms | 7449 | @@ -15811,6 +16508,9 @@ include_expsyms=$lt_include_expsyms |
7451 | # Commands necessary for linking programs (against libraries) with templates. | 7450 | # Commands necessary for linking programs (against libraries) with templates. |
7452 | prelink_cmds=$lt_prelink_cmds | 7451 | prelink_cmds=$lt_prelink_cmds |
7453 | 7452 | ||
@@ -7457,7 +7456,7 @@ index 47ed79d1df4..bfbf4c421f3 100755 | |||
7457 | # Specify filename containing input files. | 7456 | # Specify filename containing input files. |
7458 | file_list_spec=$lt_file_list_spec | 7457 | file_list_spec=$lt_file_list_spec |
7459 | 7458 | ||
7460 | @@ -16098,210 +16798,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 7459 | @@ -15843,210 +16543,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
7461 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 7460 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
7462 | # text mode, it properly converts lines to CR/LF. This bash problem | 7461 | # text mode, it properly converts lines to CR/LF. This bash problem |
7463 | # is reportedly fixed, but why not run on old versions too? | 7462 | # is reportedly fixed, but why not run on old versions too? |
@@ -7852,7 +7851,7 @@ index f770dac57c5..dbdfd96c5ff 100644 | |||
7852 | NM = @NM@ | 7851 | NM = @NM@ |
7853 | NMEDIT = @NMEDIT@ | 7852 | NMEDIT = @NMEDIT@ |
7854 | diff --git a/gprofng/configure b/gprofng/configure | 7853 | diff --git a/gprofng/configure b/gprofng/configure |
7855 | index 524dbe737ec..6aaed114536 100755 | 7854 | index 3fd5b61c9a7..c2178fc289f 100755 |
7856 | --- a/gprofng/configure | 7855 | --- a/gprofng/configure |
7857 | +++ b/gprofng/configure | 7856 | +++ b/gprofng/configure |
7858 | @@ -672,6 +672,8 @@ OTOOL | 7857 | @@ -672,6 +672,8 @@ OTOOL |
@@ -9752,7 +9751,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9752 | LDCXX=$LD | 9751 | LDCXX=$LD |
9753 | LD=$lt_save_LD | 9752 | LD=$lt_save_LD |
9754 | GCC=$lt_save_GCC | 9753 | GCC=$lt_save_GCC |
9755 | @@ -17785,13 +18615,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 9754 | @@ -18025,13 +18855,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
9756 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 9755 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
9757 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 9756 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
9758 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 9757 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -9773,7 +9772,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9773 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 9772 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
9774 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 9773 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
9775 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 9774 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
9776 | @@ -17806,14 +18643,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 9775 | @@ -18046,14 +18883,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
9777 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 9776 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
9778 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 9777 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
9779 | 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"`' | 9778 | 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"`' |
@@ -9792,7 +9791,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9792 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 9791 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
9793 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 9792 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
9794 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 9793 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
9795 | @@ -17846,12 +18686,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 9794 | @@ -18086,12 +18926,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
9796 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 9795 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
9797 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 9796 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
9798 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 9797 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -9806,7 +9805,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9806 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 9805 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
9807 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 9806 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
9808 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 9807 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
9809 | @@ -17890,8 +18730,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 9808 | @@ -18130,8 +18970,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
9810 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 9809 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
9811 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 9810 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
9812 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 9811 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -9816,7 +9815,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9816 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 9815 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
9817 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 9816 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
9818 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 9817 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
9819 | @@ -17918,12 +18758,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 9818 | @@ -18158,12 +18998,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
9820 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 9819 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
9821 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 9820 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
9822 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 9821 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -9830,7 +9829,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9830 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 9829 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
9831 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 9830 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
9832 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 9831 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
9833 | @@ -17961,8 +18801,13 @@ reload_flag \ | 9832 | @@ -18201,8 +19041,13 @@ reload_flag \ |
9834 | OBJDUMP \ | 9833 | OBJDUMP \ |
9835 | deplibs_check_method \ | 9834 | deplibs_check_method \ |
9836 | file_magic_cmd \ | 9835 | file_magic_cmd \ |
@@ -9844,7 +9843,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9844 | STRIP \ | 9843 | STRIP \ |
9845 | RANLIB \ | 9844 | RANLIB \ |
9846 | CC \ | 9845 | CC \ |
9847 | @@ -17972,12 +18817,14 @@ lt_cv_sys_global_symbol_pipe \ | 9846 | @@ -18212,12 +19057,14 @@ lt_cv_sys_global_symbol_pipe \ |
9848 | lt_cv_sys_global_symbol_to_cdecl \ | 9847 | lt_cv_sys_global_symbol_to_cdecl \ |
9849 | lt_cv_sys_global_symbol_to_c_name_address \ | 9848 | lt_cv_sys_global_symbol_to_c_name_address \ |
9850 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 9849 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -9860,7 +9859,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9860 | DSYMUTIL \ | 9859 | DSYMUTIL \ |
9861 | NMEDIT \ | 9860 | NMEDIT \ |
9862 | LIPO \ | 9861 | LIPO \ |
9863 | @@ -17993,7 +18840,6 @@ no_undefined_flag \ | 9862 | @@ -18233,7 +19080,6 @@ no_undefined_flag \ |
9864 | hardcode_libdir_flag_spec \ | 9863 | hardcode_libdir_flag_spec \ |
9865 | hardcode_libdir_flag_spec_ld \ | 9864 | hardcode_libdir_flag_spec_ld \ |
9866 | hardcode_libdir_separator \ | 9865 | hardcode_libdir_separator \ |
@@ -9868,7 +9867,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9868 | exclude_expsyms \ | 9867 | exclude_expsyms \ |
9869 | include_expsyms \ | 9868 | include_expsyms \ |
9870 | file_list_spec \ | 9869 | file_list_spec \ |
9871 | @@ -18015,8 +18861,8 @@ LD_CXX \ | 9870 | @@ -18255,8 +19101,8 @@ LD_CXX \ |
9872 | reload_flag_CXX \ | 9871 | reload_flag_CXX \ |
9873 | compiler_CXX \ | 9872 | compiler_CXX \ |
9874 | lt_prog_compiler_no_builtin_flag_CXX \ | 9873 | lt_prog_compiler_no_builtin_flag_CXX \ |
@@ -9878,7 +9877,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9878 | lt_prog_compiler_static_CXX \ | 9877 | lt_prog_compiler_static_CXX \ |
9879 | lt_cv_prog_compiler_c_o_CXX \ | 9878 | lt_cv_prog_compiler_c_o_CXX \ |
9880 | export_dynamic_flag_spec_CXX \ | 9879 | export_dynamic_flag_spec_CXX \ |
9881 | @@ -18028,7 +18874,6 @@ no_undefined_flag_CXX \ | 9880 | @@ -18268,7 +19114,6 @@ no_undefined_flag_CXX \ |
9882 | hardcode_libdir_flag_spec_CXX \ | 9881 | hardcode_libdir_flag_spec_CXX \ |
9883 | hardcode_libdir_flag_spec_ld_CXX \ | 9882 | hardcode_libdir_flag_spec_ld_CXX \ |
9884 | hardcode_libdir_separator_CXX \ | 9883 | hardcode_libdir_separator_CXX \ |
@@ -9886,7 +9885,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9886 | exclude_expsyms_CXX \ | 9885 | exclude_expsyms_CXX \ |
9887 | include_expsyms_CXX \ | 9886 | include_expsyms_CXX \ |
9888 | file_list_spec_CXX \ | 9887 | file_list_spec_CXX \ |
9889 | @@ -18062,6 +18907,7 @@ module_cmds \ | 9888 | @@ -18302,6 +19147,7 @@ module_cmds \ |
9890 | module_expsym_cmds \ | 9889 | module_expsym_cmds \ |
9891 | export_symbols_cmds \ | 9890 | export_symbols_cmds \ |
9892 | prelink_cmds \ | 9891 | prelink_cmds \ |
@@ -9894,7 +9893,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9894 | postinstall_cmds \ | 9893 | postinstall_cmds \ |
9895 | postuninstall_cmds \ | 9894 | postuninstall_cmds \ |
9896 | finish_cmds \ | 9895 | finish_cmds \ |
9897 | @@ -18076,7 +18922,8 @@ archive_expsym_cmds_CXX \ | 9896 | @@ -18316,7 +19162,8 @@ archive_expsym_cmds_CXX \ |
9898 | module_cmds_CXX \ | 9897 | module_cmds_CXX \ |
9899 | module_expsym_cmds_CXX \ | 9898 | module_expsym_cmds_CXX \ |
9900 | export_symbols_cmds_CXX \ | 9899 | export_symbols_cmds_CXX \ |
@@ -9904,7 +9903,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9904 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 9903 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
9905 | *[\\\\\\\`\\"\\\$]*) | 9904 | *[\\\\\\\`\\"\\\$]*) |
9906 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 9905 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
9907 | @@ -18833,7 +19680,8 @@ $as_echo X"$file" | | 9906 | @@ -19073,7 +19920,8 @@ $as_echo X"$file" | |
9908 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 9907 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
9909 | # | 9908 | # |
9910 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 9909 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -9914,7 +9913,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9914 | # Written by Gordon Matzigkeit, 1996 | 9913 | # Written by Gordon Matzigkeit, 1996 |
9915 | # | 9914 | # |
9916 | # This file is part of GNU Libtool. | 9915 | # This file is part of GNU Libtool. |
9917 | @@ -18936,19 +19784,42 @@ SP2NL=$lt_lt_SP2NL | 9916 | @@ -19176,19 +20024,42 @@ SP2NL=$lt_lt_SP2NL |
9918 | # turn newlines into spaces. | 9917 | # turn newlines into spaces. |
9919 | NL2SP=$lt_lt_NL2SP | 9918 | NL2SP=$lt_lt_NL2SP |
9920 | 9919 | ||
@@ -9958,7 +9957,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9958 | # A symbol stripping program. | 9957 | # A symbol stripping program. |
9959 | STRIP=$lt_STRIP | 9958 | STRIP=$lt_STRIP |
9960 | 9959 | ||
9961 | @@ -18978,6 +19849,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 9960 | @@ -19218,6 +20089,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
9962 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 9961 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
9963 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 9962 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
9964 | 9963 | ||
@@ -9971,7 +9970,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9971 | # The name of the directory that contains temporary libtool files. | 9970 | # The name of the directory that contains temporary libtool files. |
9972 | objdir=$objdir | 9971 | objdir=$objdir |
9973 | 9972 | ||
9974 | @@ -18987,6 +19864,9 @@ MAGIC_CMD=$MAGIC_CMD | 9973 | @@ -19227,6 +20104,9 @@ MAGIC_CMD=$MAGIC_CMD |
9975 | # Must we lock files when doing compilation? | 9974 | # Must we lock files when doing compilation? |
9976 | need_locks=$lt_need_locks | 9975 | need_locks=$lt_need_locks |
9977 | 9976 | ||
@@ -9981,7 +9980,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9981 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 9980 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
9982 | DSYMUTIL=$lt_DSYMUTIL | 9981 | DSYMUTIL=$lt_DSYMUTIL |
9983 | 9982 | ||
9984 | @@ -19101,12 +19981,12 @@ with_gcc=$GCC | 9983 | @@ -19341,12 +20221,12 @@ with_gcc=$GCC |
9985 | # Compiler flag to turn off builtin functions. | 9984 | # Compiler flag to turn off builtin functions. |
9986 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 9985 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
9987 | 9986 | ||
@@ -9997,7 +9996,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
9997 | # Compiler flag to prevent dynamic linking. | 9996 | # Compiler flag to prevent dynamic linking. |
9998 | link_static_flag=$lt_lt_prog_compiler_static | 9997 | link_static_flag=$lt_lt_prog_compiler_static |
9999 | 9998 | ||
10000 | @@ -19193,9 +20073,6 @@ inherit_rpath=$inherit_rpath | 9999 | @@ -19433,9 +20313,6 @@ inherit_rpath=$inherit_rpath |
10001 | # Whether libtool must link a program against all its dependency libraries. | 10000 | # Whether libtool must link a program against all its dependency libraries. |
10002 | link_all_deplibs=$link_all_deplibs | 10001 | link_all_deplibs=$link_all_deplibs |
10003 | 10002 | ||
@@ -10007,7 +10006,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
10007 | # Set to "yes" if exported symbols are required. | 10006 | # Set to "yes" if exported symbols are required. |
10008 | always_export_symbols=$always_export_symbols | 10007 | always_export_symbols=$always_export_symbols |
10009 | 10008 | ||
10010 | @@ -19211,6 +20088,9 @@ include_expsyms=$lt_include_expsyms | 10009 | @@ -19451,6 +20328,9 @@ include_expsyms=$lt_include_expsyms |
10011 | # Commands necessary for linking programs (against libraries) with templates. | 10010 | # Commands necessary for linking programs (against libraries) with templates. |
10012 | prelink_cmds=$lt_prelink_cmds | 10011 | prelink_cmds=$lt_prelink_cmds |
10013 | 10012 | ||
@@ -10017,7 +10016,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
10017 | # Specify filename containing input files. | 10016 | # Specify filename containing input files. |
10018 | file_list_spec=$lt_file_list_spec | 10017 | file_list_spec=$lt_file_list_spec |
10019 | 10018 | ||
10020 | @@ -19257,210 +20137,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 10019 | @@ -19497,210 +20377,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
10021 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 10020 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
10022 | # text mode, it properly converts lines to CR/LF. This bash problem | 10021 | # text mode, it properly converts lines to CR/LF. This bash problem |
10023 | # is reportedly fixed, but why not run on old versions too? | 10022 | # is reportedly fixed, but why not run on old versions too? |
@@ -10391,7 +10390,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
10391 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 10390 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
10392 | chmod +x "$ofile" | 10391 | chmod +x "$ofile" |
10393 | 10392 | ||
10394 | @@ -19488,12 +20327,12 @@ with_gcc=$GCC_CXX | 10393 | @@ -19728,12 +20567,12 @@ with_gcc=$GCC_CXX |
10395 | # Compiler flag to turn off builtin functions. | 10394 | # Compiler flag to turn off builtin functions. |
10396 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 10395 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
10397 | 10396 | ||
@@ -10407,7 +10406,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
10407 | # Compiler flag to prevent dynamic linking. | 10406 | # Compiler flag to prevent dynamic linking. |
10408 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 10407 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
10409 | 10408 | ||
10410 | @@ -19580,9 +20419,6 @@ inherit_rpath=$inherit_rpath_CXX | 10409 | @@ -19820,9 +20659,6 @@ inherit_rpath=$inherit_rpath_CXX |
10411 | # Whether libtool must link a program against all its dependency libraries. | 10410 | # Whether libtool must link a program against all its dependency libraries. |
10412 | link_all_deplibs=$link_all_deplibs_CXX | 10411 | link_all_deplibs=$link_all_deplibs_CXX |
10413 | 10412 | ||
@@ -10417,7 +10416,7 @@ index 524dbe737ec..6aaed114536 100755 | |||
10417 | # Set to "yes" if exported symbols are required. | 10416 | # Set to "yes" if exported symbols are required. |
10418 | always_export_symbols=$always_export_symbols_CXX | 10417 | always_export_symbols=$always_export_symbols_CXX |
10419 | 10418 | ||
10420 | @@ -19598,6 +20434,9 @@ include_expsyms=$lt_include_expsyms_CXX | 10419 | @@ -19838,6 +20674,9 @@ include_expsyms=$lt_include_expsyms_CXX |
10421 | # Commands necessary for linking programs (against libraries) with templates. | 10420 | # Commands necessary for linking programs (against libraries) with templates. |
10422 | prelink_cmds=$lt_prelink_cmds_CXX | 10421 | prelink_cmds=$lt_prelink_cmds_CXX |
10423 | 10422 | ||
@@ -10488,7 +10487,7 @@ index 4448745f17e..ff20f8f0715 100644 | |||
10488 | NM = @NM@ | 10487 | NM = @NM@ |
10489 | NMEDIT = @NMEDIT@ | 10488 | NMEDIT = @NMEDIT@ |
10490 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure | 10489 | diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure |
10491 | index b1ba1edb35b..5a20f484c38 100755 | 10490 | index afdf3966baf..877afeb7c01 100755 |
10492 | --- a/gprofng/libcollector/configure | 10491 | --- a/gprofng/libcollector/configure |
10493 | +++ b/gprofng/libcollector/configure | 10492 | +++ b/gprofng/libcollector/configure |
10494 | @@ -640,6 +640,8 @@ OTOOL | 10493 | @@ -640,6 +640,8 @@ OTOOL |
@@ -13064,7 +13063,7 @@ index b1ba1edb35b..5a20f484c38 100755 | |||
13064 | file_list_spec=$lt_file_list_spec_CXX | 13063 | file_list_spec=$lt_file_list_spec_CXX |
13065 | 13064 | ||
13066 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in | 13065 | diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in |
13067 | index d0dec12e244..cf2745db706 100644 | 13066 | index 0cdd4443670..07fdb4cfc6f 100644 |
13068 | --- a/gprofng/src/Makefile.in | 13067 | --- a/gprofng/src/Makefile.in |
13069 | +++ b/gprofng/src/Makefile.in | 13068 | +++ b/gprofng/src/Makefile.in |
13070 | @@ -322,6 +322,7 @@ CXXFLAGS = @CXXFLAGS@ | 13069 | @@ -322,6 +322,7 @@ CXXFLAGS = @CXXFLAGS@ |
@@ -13112,10 +13111,10 @@ index c3d08edbef1..7ee6acd3e03 100644 | |||
13112 | ac_ct_CXX = @ac_ct_CXX@ | 13111 | ac_ct_CXX = @ac_ct_CXX@ |
13113 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 13112 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
13114 | diff --git a/ld/configure b/ld/configure | 13113 | diff --git a/ld/configure b/ld/configure |
13115 | index d537ec391d2..de7b61bb612 100755 | 13114 | index ca3d58ff618..3cbf90b055f 100755 |
13116 | --- a/ld/configure | 13115 | --- a/ld/configure |
13117 | +++ b/ld/configure | 13116 | +++ b/ld/configure |
13118 | @@ -705,8 +705,11 @@ OTOOL | 13117 | @@ -703,8 +703,11 @@ OTOOL |
13119 | LIPO | 13118 | LIPO |
13120 | NMEDIT | 13119 | NMEDIT |
13121 | DSYMUTIL | 13120 | DSYMUTIL |
@@ -13127,7 +13126,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13127 | OBJDUMP | 13126 | OBJDUMP |
13128 | LN_S | 13127 | LN_S |
13129 | NM | 13128 | NM |
13130 | @@ -836,6 +839,7 @@ enable_static | 13129 | @@ -834,6 +837,7 @@ enable_static |
13131 | with_pic | 13130 | with_pic |
13132 | enable_fast_install | 13131 | enable_fast_install |
13133 | with_gnu_ld | 13132 | with_gnu_ld |
@@ -13135,7 +13134,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13135 | enable_libtool_lock | 13134 | enable_libtool_lock |
13136 | enable_plugins | 13135 | enable_plugins |
13137 | enable_largefile | 13136 | enable_largefile |
13138 | @@ -1586,6 +1590,8 @@ Optional Packages: | 13137 | @@ -1582,6 +1586,8 @@ Optional Packages: |
13139 | --with-pic try to use only PIC/non-PIC objects [default=use | 13138 | --with-pic try to use only PIC/non-PIC objects [default=use |
13140 | both] | 13139 | both] |
13141 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 13140 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -13144,7 +13143,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13144 | --with-lib-path=dir1:dir2... set default LIB_PATH | 13143 | --with-lib-path=dir1:dir2... set default LIB_PATH |
13145 | --with-sysroot=DIR Search for usr/lib et al within DIR. | 13144 | --with-sysroot=DIR Search for usr/lib et al within DIR. |
13146 | --with-gnu-ld assume the C compiler uses GNU ld default=no | 13145 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
13147 | @@ -5565,8 +5571,8 @@ esac | 13146 | @@ -5391,8 +5397,8 @@ esac |
13148 | 13147 | ||
13149 | 13148 | ||
13150 | 13149 | ||
@@ -13155,7 +13154,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13155 | 13154 | ||
13156 | 13155 | ||
13157 | 13156 | ||
13158 | @@ -5606,7 +5612,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 13157 | @@ -5432,7 +5438,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
13159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 13158 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
13160 | $as_echo_n "checking how to print strings... " >&6; } | 13159 | $as_echo_n "checking how to print strings... " >&6; } |
13161 | # Test print first, because it will be a builtin if present. | 13160 | # Test print first, because it will be a builtin if present. |
@@ -13164,7 +13163,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13164 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 13163 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
13165 | ECHO='print -r --' | 13164 | ECHO='print -r --' |
13166 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 13165 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
13167 | @@ -6299,8 +6305,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 13166 | @@ -6125,8 +6131,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
13168 | # Try some XSI features | 13167 | # Try some XSI features |
13169 | xsi_shell=no | 13168 | xsi_shell=no |
13170 | ( _lt_dummy="a/b/c" | 13169 | ( _lt_dummy="a/b/c" |
@@ -13175,7 +13174,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13175 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 13174 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
13176 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 13175 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
13177 | && xsi_shell=yes | 13176 | && xsi_shell=yes |
13178 | @@ -6349,6 +6355,80 @@ esac | 13177 | @@ -6175,6 +6181,80 @@ esac |
13179 | 13178 | ||
13180 | 13179 | ||
13181 | 13180 | ||
@@ -13256,7 +13255,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13256 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 13255 | { $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; } | 13256 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
13258 | if ${lt_cv_ld_reload_flag+:} false; then : | 13257 | if ${lt_cv_ld_reload_flag+:} false; then : |
13259 | @@ -6365,6 +6445,11 @@ case $reload_flag in | 13258 | @@ -6191,6 +6271,11 @@ case $reload_flag in |
13260 | esac | 13259 | esac |
13261 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 13260 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
13262 | case $host_os in | 13261 | case $host_os in |
@@ -13268,7 +13267,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13268 | darwin*) | 13267 | darwin*) |
13269 | if test "$GCC" = yes; then | 13268 | if test "$GCC" = yes; then |
13270 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 13269 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
13271 | @@ -6533,7 +6618,8 @@ mingw* | pw32*) | 13270 | @@ -6359,7 +6444,8 @@ mingw* | pw32*) |
13272 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 13271 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
13273 | lt_cv_file_magic_cmd='func_win32_libid' | 13272 | lt_cv_file_magic_cmd='func_win32_libid' |
13274 | else | 13273 | else |
@@ -13278,7 +13277,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13278 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 13277 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
13279 | fi | 13278 | fi |
13280 | ;; | 13279 | ;; |
13281 | @@ -6692,6 +6778,21 @@ esac | 13280 | @@ -6518,6 +6604,21 @@ esac |
13282 | fi | 13281 | fi |
13283 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 13282 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
13284 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 13283 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -13300,7 +13299,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13300 | file_magic_cmd=$lt_cv_file_magic_cmd | 13299 | file_magic_cmd=$lt_cv_file_magic_cmd |
13301 | deplibs_check_method=$lt_cv_deplibs_check_method | 13300 | deplibs_check_method=$lt_cv_deplibs_check_method |
13302 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 13301 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
13303 | @@ -6707,6 +6808,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 13302 | @@ -6533,6 +6634,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
13304 | 13303 | ||
13305 | 13304 | ||
13306 | 13305 | ||
@@ -13458,7 +13457,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13458 | plugin_option= | 13457 | plugin_option= |
13459 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 13458 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
13460 | for plugin in $plugin_names; do | 13459 | for plugin in $plugin_names; do |
13461 | @@ -6721,8 +6973,10 @@ for plugin in $plugin_names; do | 13460 | @@ -6547,8 +6799,10 @@ for plugin in $plugin_names; do |
13462 | done | 13461 | done |
13463 | 13462 | ||
13464 | if test -n "$ac_tool_prefix"; then | 13463 | if test -n "$ac_tool_prefix"; then |
@@ -13471,7 +13470,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
13472 | $as_echo_n "checking for $ac_word... " >&6; } | 13471 | $as_echo_n "checking for $ac_word... " >&6; } |
13473 | if ${ac_cv_prog_AR+:} false; then : | 13472 | if ${ac_cv_prog_AR+:} false; then : |
13474 | @@ -6738,7 +6992,7 @@ do | 13473 | @@ -6564,7 +6818,7 @@ do |
13475 | test -z "$as_dir" && as_dir=. | 13474 | test -z "$as_dir" && as_dir=. |
13476 | for ac_exec_ext in '' $ac_executable_extensions; do | 13475 | for ac_exec_ext in '' $ac_executable_extensions; do |
13477 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 13476 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -13480,7 +13479,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13480 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 13479 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
13481 | break 2 | 13480 | break 2 |
13482 | fi | 13481 | fi |
13483 | @@ -6758,11 +7012,15 @@ $as_echo "no" >&6; } | 13482 | @@ -6584,11 +6838,15 @@ $as_echo "no" >&6; } |
13484 | fi | 13483 | fi |
13485 | 13484 | ||
13486 | 13485 | ||
@@ -13499,7 +13498,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13499 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13498 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
13500 | $as_echo_n "checking for $ac_word... " >&6; } | 13499 | $as_echo_n "checking for $ac_word... " >&6; } |
13501 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 13500 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
13502 | @@ -6778,7 +7036,7 @@ do | 13501 | @@ -6604,7 +6862,7 @@ do |
13503 | test -z "$as_dir" && as_dir=. | 13502 | test -z "$as_dir" && as_dir=. |
13504 | for ac_exec_ext in '' $ac_executable_extensions; do | 13503 | for ac_exec_ext in '' $ac_executable_extensions; do |
13505 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 13504 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -13508,7 +13507,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13508 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 13507 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
13509 | break 2 | 13508 | break 2 |
13510 | fi | 13509 | fi |
13511 | @@ -6797,6 +7055,10 @@ else | 13510 | @@ -6623,6 +6881,10 @@ else |
13512 | $as_echo "no" >&6; } | 13511 | $as_echo "no" >&6; } |
13513 | fi | 13512 | fi |
13514 | 13513 | ||
@@ -13519,7 +13518,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13519 | if test "x$ac_ct_AR" = x; then | 13518 | if test "x$ac_ct_AR" = x; then |
13520 | AR="false" | 13519 | AR="false" |
13521 | else | 13520 | else |
13522 | @@ -6808,29 +7070,81 @@ ac_tool_warned=yes ;; | 13521 | @@ -6634,29 +6896,81 @@ ac_tool_warned=yes ;; |
13523 | esac | 13522 | esac |
13524 | AR=$ac_ct_AR | 13523 | AR=$ac_ct_AR |
13525 | fi | 13524 | fi |
@@ -13616,7 +13615,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13616 | 13615 | ||
13617 | 13616 | ||
13618 | 13617 | ||
13619 | @@ -7177,8 +7491,8 @@ esac | 13618 | @@ -7003,8 +7317,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'" | 13619 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
13621 | 13620 | ||
13622 | # Transform an extracted symbol line into symbol name and symbol address | 13621 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -13627,7 +13626,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13627 | 13626 | ||
13628 | # Handle CRLF in mingw tool chain | 13627 | # Handle CRLF in mingw tool chain |
13629 | opt_cr= | 13628 | opt_cr= |
13630 | @@ -7214,6 +7528,7 @@ for ac_symprfx in "" "_"; do | 13629 | @@ -7040,6 +7354,7 @@ for ac_symprfx in "" "_"; do |
13631 | else | 13630 | else |
13632 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 13631 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
13633 | fi | 13632 | fi |
@@ -13635,7 +13634,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13635 | 13634 | ||
13636 | # Check to see that the pipe works correctly. | 13635 | # Check to see that the pipe works correctly. |
13637 | pipe_works=no | 13636 | pipe_works=no |
13638 | @@ -7255,6 +7570,18 @@ _LT_EOF | 13637 | @@ -7081,6 +7396,18 @@ _LT_EOF |
13639 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 13638 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
13640 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 13639 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
13641 | cat <<_LT_EOF > conftest.$ac_ext | 13640 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -13654,7 +13653,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13654 | #ifdef __cplusplus | 13653 | #ifdef __cplusplus |
13655 | extern "C" { | 13654 | extern "C" { |
13656 | #endif | 13655 | #endif |
13657 | @@ -7266,7 +7593,7 @@ _LT_EOF | 13656 | @@ -7092,7 +7419,7 @@ _LT_EOF |
13658 | cat <<_LT_EOF >> conftest.$ac_ext | 13657 | cat <<_LT_EOF >> conftest.$ac_ext |
13659 | 13658 | ||
13660 | /* The mapping between symbol names and symbols. */ | 13659 | /* The mapping between symbol names and symbols. */ |
@@ -13663,7 +13662,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13663 | const char *name; | 13662 | const char *name; |
13664 | void *address; | 13663 | void *address; |
13665 | } | 13664 | } |
13666 | @@ -7292,8 +7619,8 @@ static const void *lt_preloaded_setup() { | 13665 | @@ -7118,8 +7445,8 @@ static const void *lt_preloaded_setup() { |
13667 | _LT_EOF | 13666 | _LT_EOF |
13668 | # Now try linking the two files. | 13667 | # Now try linking the two files. |
13669 | mv conftest.$ac_objext conftstm.$ac_objext | 13668 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -13674,7 +13673,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13674 | LIBS="conftstm.$ac_objext" | 13673 | LIBS="conftstm.$ac_objext" |
13675 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 13674 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
13676 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 13675 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
13677 | @@ -7303,8 +7630,8 @@ _LT_EOF | 13676 | @@ -7129,8 +7456,8 @@ _LT_EOF |
13678 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 13677 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
13679 | pipe_works=yes | 13678 | pipe_works=yes |
13680 | fi | 13679 | fi |
@@ -13685,7 +13684,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13685 | else | 13684 | else |
13686 | echo "cannot find nm_test_func in $nlist" >&5 | 13685 | echo "cannot find nm_test_func in $nlist" >&5 |
13687 | fi | 13686 | fi |
13688 | @@ -7341,6 +7668,27 @@ else | 13687 | @@ -7167,6 +7494,27 @@ else |
13689 | $as_echo "ok" >&6; } | 13688 | $as_echo "ok" >&6; } |
13690 | fi | 13689 | fi |
13691 | 13690 | ||
@@ -13713,7 +13712,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13713 | 13712 | ||
13714 | 13713 | ||
13715 | 13714 | ||
13716 | @@ -7353,10 +7701,38 @@ fi | 13715 | @@ -7179,10 +7527,38 @@ fi |
13717 | 13716 | ||
13718 | 13717 | ||
13719 | 13718 | ||
@@ -13752,7 +13751,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13752 | 13751 | ||
13753 | 13752 | ||
13754 | 13753 | ||
13755 | @@ -7568,6 +7944,123 @@ esac | 13754 | @@ -7394,6 +7770,123 @@ esac |
13756 | 13755 | ||
13757 | need_locks="$enable_libtool_lock" | 13756 | need_locks="$enable_libtool_lock" |
13758 | 13757 | ||
@@ -13876,7 +13875,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13876 | 13875 | ||
13877 | case $host_os in | 13876 | case $host_os in |
13878 | rhapsody* | darwin*) | 13877 | rhapsody* | darwin*) |
13879 | @@ -8131,6 +8624,8 @@ _LT_EOF | 13878 | @@ -7957,6 +8450,8 @@ _LT_EOF |
13880 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 13879 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
13881 | echo "$AR cru libconftest.a conftest.o" >&5 | 13880 | echo "$AR cru libconftest.a conftest.o" >&5 |
13882 | $AR cru libconftest.a conftest.o 2>&5 | 13881 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -13885,7 +13884,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13885 | cat > conftest.c << _LT_EOF | 13884 | cat > conftest.c << _LT_EOF |
13886 | int main() { return 0;} | 13885 | int main() { return 0;} |
13887 | _LT_EOF | 13886 | _LT_EOF |
13888 | @@ -8201,6 +8696,16 @@ done | 13887 | @@ -8027,6 +8522,16 @@ done |
13889 | 13888 | ||
13890 | 13889 | ||
13891 | 13890 | ||
@@ -13902,7 +13901,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13902 | 13901 | ||
13903 | 13902 | ||
13904 | # Set options | 13903 | # Set options |
13905 | @@ -8716,8 +9221,6 @@ fi | 13904 | @@ -8542,8 +9047,6 @@ fi |
13906 | lt_prog_compiler_pic= | 13905 | lt_prog_compiler_pic= |
13907 | lt_prog_compiler_static= | 13906 | lt_prog_compiler_static= |
13908 | 13907 | ||
@@ -13911,7 +13910,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13911 | 13910 | ||
13912 | if test "$GCC" = yes; then | 13911 | if test "$GCC" = yes; then |
13913 | lt_prog_compiler_wl='-Wl,' | 13912 | lt_prog_compiler_wl='-Wl,' |
13914 | @@ -8883,6 +9386,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 13913 | @@ -8709,6 +9212,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
13915 | lt_prog_compiler_pic='--shared' | 13914 | lt_prog_compiler_pic='--shared' |
13916 | lt_prog_compiler_static='--static' | 13915 | lt_prog_compiler_static='--static' |
13917 | ;; | 13916 | ;; |
@@ -13924,7 +13923,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13924 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 13923 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
13925 | # Portland Group compilers (*not* the Pentium gcc compiler, | 13924 | # Portland Group compilers (*not* the Pentium gcc compiler, |
13926 | # which looks to be a dead project) | 13925 | # which looks to be a dead project) |
13927 | @@ -8945,7 +9454,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 13926 | @@ -8771,7 +9280,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
13928 | lt_prog_compiler_pic='-KPIC' | 13927 | lt_prog_compiler_pic='-KPIC' |
13929 | lt_prog_compiler_static='-Bstatic' | 13928 | lt_prog_compiler_static='-Bstatic' |
13930 | case $cc_basename in | 13929 | case $cc_basename in |
@@ -13933,7 +13932,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13933 | lt_prog_compiler_wl='-Qoption ld ';; | 13932 | lt_prog_compiler_wl='-Qoption ld ';; |
13934 | *) | 13933 | *) |
13935 | lt_prog_compiler_wl='-Wl,';; | 13934 | lt_prog_compiler_wl='-Wl,';; |
13936 | @@ -9002,13 +9511,17 @@ case $host_os in | 13935 | @@ -8828,13 +9337,17 @@ case $host_os in |
13937 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 13936 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
13938 | ;; | 13937 | ;; |
13939 | esac | 13938 | esac |
@@ -13957,7 +13956,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13957 | 13956 | ||
13958 | # | 13957 | # |
13959 | # Check to make sure the PIC flag actually works. | 13958 | # Check to make sure the PIC flag actually works. |
13960 | @@ -9069,6 +9582,11 @@ fi | 13959 | @@ -8895,6 +9408,11 @@ fi |
13961 | 13960 | ||
13962 | 13961 | ||
13963 | 13962 | ||
@@ -13969,7 +13968,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13969 | # | 13968 | # |
13970 | # Check to make sure the static flag actually works. | 13969 | # Check to make sure the static flag actually works. |
13971 | # | 13970 | # |
13972 | @@ -9419,7 +9937,8 @@ _LT_EOF | 13971 | @@ -9245,7 +9763,8 @@ _LT_EOF |
13973 | allow_undefined_flag=unsupported | 13972 | allow_undefined_flag=unsupported |
13974 | always_export_symbols=no | 13973 | always_export_symbols=no |
13975 | enable_shared_with_static_runtimes=yes | 13974 | enable_shared_with_static_runtimes=yes |
@@ -13979,7 +13978,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13979 | 13978 | ||
13980 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 13979 | 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' | 13980 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
13982 | @@ -9518,12 +10037,12 @@ _LT_EOF | 13981 | @@ -9344,12 +9863,12 @@ _LT_EOF |
13983 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 13982 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
13984 | hardcode_libdir_flag_spec= | 13983 | hardcode_libdir_flag_spec= |
13985 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 13984 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -13994,7 +13993,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
13994 | fi | 13993 | fi |
13995 | ;; | 13994 | ;; |
13996 | esac | 13995 | esac |
13997 | @@ -9537,8 +10056,8 @@ _LT_EOF | 13996 | @@ -9363,8 +9882,8 @@ _LT_EOF |
13998 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 13997 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
13999 | wlarc= | 13998 | wlarc= |
14000 | else | 13999 | else |
@@ -14005,7 +14004,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14005 | fi | 14004 | fi |
14006 | ;; | 14005 | ;; |
14007 | 14006 | ||
14008 | @@ -9556,8 +10075,8 @@ _LT_EOF | 14007 | @@ -9382,8 +9901,8 @@ _LT_EOF |
14009 | 14008 | ||
14010 | _LT_EOF | 14009 | _LT_EOF |
14011 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 14010 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -14016,7 +14015,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14016 | else | 14015 | else |
14017 | ld_shlibs=no | 14016 | ld_shlibs=no |
14018 | fi | 14017 | fi |
14019 | @@ -9603,8 +10122,8 @@ _LT_EOF | 14018 | @@ -9429,8 +9948,8 @@ _LT_EOF |
14020 | 14019 | ||
14021 | *) | 14020 | *) |
14022 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 14021 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -14027,7 +14026,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14027 | else | 14026 | else |
14028 | ld_shlibs=no | 14027 | ld_shlibs=no |
14029 | fi | 14028 | fi |
14030 | @@ -9734,7 +10253,13 @@ _LT_EOF | 14029 | @@ -9560,7 +10079,13 @@ _LT_EOF |
14031 | allow_undefined_flag='-berok' | 14030 | allow_undefined_flag='-berok' |
14032 | # Determine the default libpath from the value encoded in an | 14031 | # Determine the default libpath from the value encoded in an |
14033 | # empty executable. | 14032 | # empty executable. |
@@ -14042,7 +14041,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14042 | /* end confdefs.h. */ | 14041 | /* end confdefs.h. */ |
14043 | 14042 | ||
14044 | int | 14043 | int |
14045 | @@ -9747,22 +10272,29 @@ main () | 14044 | @@ -9573,22 +10098,29 @@ main () |
14046 | _ACEOF | 14045 | _ACEOF |
14047 | if ac_fn_c_try_link "$LINENO"; then : | 14046 | if ac_fn_c_try_link "$LINENO"; then : |
14048 | 14047 | ||
@@ -14085,7 +14084,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14085 | 14084 | ||
14086 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 14085 | 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" | 14086 | 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 | @@ -9774,7 +10306,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14087 | @@ -9600,7 +10132,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14089 | else | 14088 | else |
14090 | # Determine the default libpath from the value encoded in an | 14089 | # Determine the default libpath from the value encoded in an |
14091 | # empty executable. | 14090 | # empty executable. |
@@ -14100,7 +14099,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14100 | /* end confdefs.h. */ | 14099 | /* end confdefs.h. */ |
14101 | 14100 | ||
14102 | int | 14101 | int |
14103 | @@ -9787,22 +10325,29 @@ main () | 14102 | @@ -9613,22 +10151,29 @@ main () |
14104 | _ACEOF | 14103 | _ACEOF |
14105 | if ac_fn_c_try_link "$LINENO"; then : | 14104 | if ac_fn_c_try_link "$LINENO"; then : |
14106 | 14105 | ||
@@ -14143,7 +14142,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14143 | 14142 | ||
14144 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 14143 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
14145 | # Warning - without using the other run time loading flags, | 14144 | # Warning - without using the other run time loading flags, |
14146 | @@ -9847,20 +10392,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14145 | @@ -9673,20 +10218,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14147 | # Microsoft Visual C++. | 14146 | # Microsoft Visual C++. |
14148 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 14147 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
14149 | # no search path for DLLs. | 14148 | # no search path for DLLs. |
@@ -14221,7 +14220,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14221 | ;; | 14220 | ;; |
14222 | 14221 | ||
14223 | darwin* | rhapsody*) | 14222 | darwin* | rhapsody*) |
14224 | @@ -9921,7 +10509,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14223 | @@ -9747,7 +10335,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14225 | 14224 | ||
14226 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 14225 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
14227 | freebsd* | dragonfly*) | 14226 | freebsd* | dragonfly*) |
@@ -14230,7 +14229,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14230 | hardcode_libdir_flag_spec='-R$libdir' | 14229 | hardcode_libdir_flag_spec='-R$libdir' |
14231 | hardcode_direct=yes | 14230 | hardcode_direct=yes |
14232 | hardcode_shlibpath_var=no | 14231 | hardcode_shlibpath_var=no |
14233 | @@ -9929,7 +10517,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14232 | @@ -9755,7 +10343,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14234 | 14233 | ||
14235 | hpux9*) | 14234 | hpux9*) |
14236 | if test "$GCC" = yes; then | 14235 | if test "$GCC" = yes; then |
@@ -14239,7 +14238,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14239 | else | 14238 | 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' | 14239 | 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 | 14240 | fi |
14242 | @@ -9945,7 +10533,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14241 | @@ -9771,7 +10359,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14243 | 14242 | ||
14244 | hpux10*) | 14243 | hpux10*) |
14245 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 14244 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -14248,7 +14247,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14248 | else | 14247 | else |
14249 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 14248 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
14250 | fi | 14249 | fi |
14251 | @@ -9969,10 +10557,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14250 | @@ -9795,10 +10383,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' | 14251 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
14253 | ;; | 14252 | ;; |
14254 | ia64*) | 14253 | ia64*) |
@@ -14261,7 +14260,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14261 | ;; | 14260 | ;; |
14262 | esac | 14261 | esac |
14263 | else | 14262 | else |
14264 | @@ -10051,23 +10639,36 @@ fi | 14263 | @@ -9877,23 +10465,36 @@ fi |
14265 | 14264 | ||
14266 | irix5* | irix6* | nonstopux*) | 14265 | irix5* | irix6* | nonstopux*) |
14267 | if test "$GCC" = yes; then | 14266 | if test "$GCC" = yes; then |
@@ -14306,7 +14305,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14306 | else | 14305 | 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' | 14306 | 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' | 14307 | 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 | @@ -10152,7 +10753,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 14308 | @@ -9978,7 +10579,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
14310 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 14309 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
14311 | if test "$GCC" = yes; then | 14310 | if test "$GCC" = yes; then |
14312 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 14311 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -14315,7 +14314,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14315 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 14314 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
14316 | else | 14315 | else |
14317 | allow_undefined_flag=' -expect_unresolved \*' | 14316 | allow_undefined_flag=' -expect_unresolved \*' |
14318 | @@ -10171,9 +10772,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 14317 | @@ -9997,9 +10598,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
14319 | no_undefined_flag=' -z defs' | 14318 | no_undefined_flag=' -z defs' |
14320 | if test "$GCC" = yes; then | 14319 | if test "$GCC" = yes; then |
14321 | wlarc='${wl}' | 14320 | wlarc='${wl}' |
@@ -14327,7 +14326,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14327 | else | 14326 | else |
14328 | case `$CC -V 2>&1` in | 14327 | case `$CC -V 2>&1` in |
14329 | *"Compilers 5.0"*) | 14328 | *"Compilers 5.0"*) |
14330 | @@ -10749,8 +11350,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 14329 | @@ -10575,8 +11176,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
14331 | need_version=no | 14330 | need_version=no |
14332 | need_lib_prefix=no | 14331 | need_lib_prefix=no |
14333 | 14332 | ||
@@ -14339,7 +14338,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14339 | library_names_spec='$libname.dll.a' | 14338 | library_names_spec='$libname.dll.a' |
14340 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 14339 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
14341 | postinstall_cmds='base_file=`basename \${file}`~ | 14340 | postinstall_cmds='base_file=`basename \${file}`~ |
14342 | @@ -10783,13 +11385,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 14341 | @@ -10609,13 +11211,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}' | 14342 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
14344 | ;; | 14343 | ;; |
14345 | esac | 14344 | esac |
@@ -14412,16 +14411,16 @@ index d537ec391d2..de7b61bb612 100755 | |||
14412 | # FIXME: first we should search . and the directory the executable is in | 14411 | # FIXME: first we should search . and the directory the executable is in |
14413 | shlibpath_var=PATH | 14412 | shlibpath_var=PATH |
14414 | ;; | 14413 | ;; |
14415 | @@ -11691,7 +12351,7 @@ else | 14414 | @@ -11517,7 +12177,7 @@ else |
14416 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 14415 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
14417 | lt_status=$lt_dlunknown | 14416 | lt_status=$lt_dlunknown |
14418 | cat > conftest.$ac_ext <<_LT_EOF | 14417 | cat > conftest.$ac_ext <<_LT_EOF |
14419 | -#line 11691 "configure" | 14418 | -#line 11520 "configure" |
14420 | +#line $LINENO "configure" | 14419 | +#line $LINENO "configure" |
14421 | #include "confdefs.h" | 14420 | #include "confdefs.h" |
14422 | 14421 | ||
14423 | #if HAVE_DLFCN_H | 14422 | #if HAVE_DLFCN_H |
14424 | @@ -11735,10 +12395,10 @@ else | 14423 | @@ -11561,10 +12221,10 @@ else |
14425 | /* When -fvisbility=hidden is used, assume the code has been annotated | 14424 | /* When -fvisbility=hidden is used, assume the code has been annotated |
14426 | correspondingly for the symbols needed. */ | 14425 | correspondingly for the symbols needed. */ |
14427 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 14426 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -14434,16 +14433,16 @@ index d537ec391d2..de7b61bb612 100755 | |||
14434 | int main () | 14433 | int main () |
14435 | { | 14434 | { |
14436 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 14435 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
14437 | @@ -11797,7 +12457,7 @@ else | 14436 | @@ -11623,7 +12283,7 @@ else |
14438 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 14437 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
14439 | lt_status=$lt_dlunknown | 14438 | lt_status=$lt_dlunknown |
14440 | cat > conftest.$ac_ext <<_LT_EOF | 14439 | cat > conftest.$ac_ext <<_LT_EOF |
14441 | -#line 11797 "configure" | 14440 | -#line 11626 "configure" |
14442 | +#line $LINENO "configure" | 14441 | +#line $LINENO "configure" |
14443 | #include "confdefs.h" | 14442 | #include "confdefs.h" |
14444 | 14443 | ||
14445 | #if HAVE_DLFCN_H | 14444 | #if HAVE_DLFCN_H |
14446 | @@ -11841,10 +12501,10 @@ else | 14445 | @@ -11667,10 +12327,10 @@ else |
14447 | /* When -fvisbility=hidden is used, assume the code has been annotated | 14446 | /* When -fvisbility=hidden is used, assume the code has been annotated |
14448 | correspondingly for the symbols needed. */ | 14447 | correspondingly for the symbols needed. */ |
14449 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 14448 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -14456,7 +14455,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14456 | int main () | 14455 | int main () |
14457 | { | 14456 | { |
14458 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 14457 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
14459 | @@ -12236,6 +12896,7 @@ $RM -r conftest* | 14458 | @@ -12062,6 +12722,7 @@ $RM -r conftest* |
14460 | 14459 | ||
14461 | # Allow CC to be a program name with arguments. | 14460 | # Allow CC to be a program name with arguments. |
14462 | lt_save_CC=$CC | 14461 | lt_save_CC=$CC |
@@ -14464,7 +14463,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14464 | lt_save_LD=$LD | 14463 | lt_save_LD=$LD |
14465 | lt_save_GCC=$GCC | 14464 | lt_save_GCC=$GCC |
14466 | GCC=$GXX | 14465 | GCC=$GXX |
14467 | @@ -12253,6 +12914,7 @@ $RM -r conftest* | 14466 | @@ -12079,6 +12740,7 @@ $RM -r conftest* |
14468 | fi | 14467 | fi |
14469 | test -z "${LDCXX+set}" || LD=$LDCXX | 14468 | test -z "${LDCXX+set}" || LD=$LDCXX |
14470 | CC=${CXX-"c++"} | 14469 | CC=${CXX-"c++"} |
@@ -14472,7 +14471,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14472 | compiler=$CC | 14471 | compiler=$CC |
14473 | compiler_CXX=$CC | 14472 | compiler_CXX=$CC |
14474 | for cc_temp in $compiler""; do | 14473 | for cc_temp in $compiler""; do |
14475 | @@ -12535,7 +13197,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 14474 | @@ -12361,7 +13023,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
14476 | allow_undefined_flag_CXX='-berok' | 14475 | allow_undefined_flag_CXX='-berok' |
14477 | # Determine the default libpath from the value encoded in an empty | 14476 | # Determine the default libpath from the value encoded in an empty |
14478 | # executable. | 14477 | # executable. |
@@ -14487,7 +14486,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14487 | /* end confdefs.h. */ | 14486 | /* end confdefs.h. */ |
14488 | 14487 | ||
14489 | int | 14488 | int |
14490 | @@ -12548,22 +13216,29 @@ main () | 14489 | @@ -12374,22 +13042,29 @@ main () |
14491 | _ACEOF | 14490 | _ACEOF |
14492 | if ac_fn_cxx_try_link "$LINENO"; then : | 14491 | if ac_fn_cxx_try_link "$LINENO"; then : |
14493 | 14492 | ||
@@ -14530,7 +14529,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14530 | 14529 | ||
14531 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 14530 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
14532 | 14531 | ||
14533 | @@ -12576,7 +13251,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14532 | @@ -12402,7 +13077,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14534 | else | 14533 | else |
14535 | # Determine the default libpath from the value encoded in an | 14534 | # Determine the default libpath from the value encoded in an |
14536 | # empty executable. | 14535 | # empty executable. |
@@ -14545,7 +14544,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14545 | /* end confdefs.h. */ | 14544 | /* end confdefs.h. */ |
14546 | 14545 | ||
14547 | int | 14546 | int |
14548 | @@ -12589,22 +13270,29 @@ main () | 14547 | @@ -12415,22 +13096,29 @@ main () |
14549 | _ACEOF | 14548 | _ACEOF |
14550 | if ac_fn_cxx_try_link "$LINENO"; then : | 14549 | if ac_fn_cxx_try_link "$LINENO"; then : |
14551 | 14550 | ||
@@ -14588,7 +14587,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14588 | 14587 | ||
14589 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" | 14588 | hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" |
14590 | # Warning - without using the other run time loading flags, | 14589 | # Warning - without using the other run time loading flags, |
14591 | @@ -12647,29 +13335,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14590 | @@ -12473,29 +13161,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14592 | ;; | 14591 | ;; |
14593 | 14592 | ||
14594 | cygwin* | mingw* | pw32* | cegcc*) | 14593 | cygwin* | mingw* | pw32* | cegcc*) |
@@ -14687,7 +14686,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14687 | darwin* | rhapsody*) | 14686 | darwin* | rhapsody*) |
14688 | 14687 | ||
14689 | 14688 | ||
14690 | @@ -12775,7 +13509,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14689 | @@ -12601,7 +13335,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14691 | ;; | 14690 | ;; |
14692 | *) | 14691 | *) |
14693 | if test "$GXX" = yes; then | 14692 | if test "$GXX" = yes; then |
@@ -14696,7 +14695,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14696 | else | 14695 | else |
14697 | # FIXME: insert proper C++ library support | 14696 | # FIXME: insert proper C++ library support |
14698 | ld_shlibs_CXX=no | 14697 | ld_shlibs_CXX=no |
14699 | @@ -12846,10 +13580,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14698 | @@ -12672,10 +13406,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' | 14699 | archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
14701 | ;; | 14700 | ;; |
14702 | ia64*) | 14701 | ia64*) |
@@ -14709,7 +14708,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14709 | ;; | 14708 | ;; |
14710 | esac | 14709 | esac |
14711 | fi | 14710 | fi |
14712 | @@ -12890,9 +13624,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14711 | @@ -12716,9 +13450,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14713 | *) | 14712 | *) |
14714 | if test "$GXX" = yes; then | 14713 | if test "$GXX" = yes; then |
14715 | if test "$with_gnu_ld" = no; then | 14714 | if test "$with_gnu_ld" = no; then |
@@ -14721,7 +14720,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14721 | fi | 14720 | fi |
14722 | fi | 14721 | fi |
14723 | link_all_deplibs_CXX=yes | 14722 | link_all_deplibs_CXX=yes |
14724 | @@ -13170,7 +13904,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14723 | @@ -12996,7 +13730,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' | 14724 | 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 | ;; | 14725 | ;; |
14727 | *) | 14726 | *) |
@@ -14730,7 +14729,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14730 | ;; | 14729 | ;; |
14731 | esac | 14730 | esac |
14732 | 14731 | ||
14733 | @@ -13216,7 +13950,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14732 | @@ -13042,7 +13776,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14734 | 14733 | ||
14735 | solaris*) | 14734 | solaris*) |
14736 | case $cc_basename in | 14735 | case $cc_basename in |
@@ -14739,7 +14738,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14739 | # Sun C++ 4.2, 5.x and Centerline C++ | 14738 | # Sun C++ 4.2, 5.x and Centerline C++ |
14740 | archive_cmds_need_lc_CXX=yes | 14739 | archive_cmds_need_lc_CXX=yes |
14741 | no_undefined_flag_CXX=' -zdefs' | 14740 | no_undefined_flag_CXX=' -zdefs' |
14742 | @@ -13257,9 +13991,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 14741 | @@ -13083,9 +13817,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
14743 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then | 14742 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
14744 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' | 14743 | no_undefined_flag_CXX=' ${wl}-z ${wl}defs' |
14745 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then | 14744 | if $CC --version | $GREP -v '^2\.7' > /dev/null; then |
@@ -14751,7 +14750,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14751 | 14750 | ||
14752 | # Commands to make compiler produce verbose output that lists | 14751 | # Commands to make compiler produce verbose output that lists |
14753 | # what "hidden" libraries, object files and flags are used when | 14752 | # what "hidden" libraries, object files and flags are used when |
14754 | @@ -13395,6 +14129,13 @@ private: | 14753 | @@ -13221,6 +13955,13 @@ private: |
14755 | }; | 14754 | }; |
14756 | _LT_EOF | 14755 | _LT_EOF |
14757 | 14756 | ||
@@ -14765,7 +14764,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14765 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14764 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
14766 | (eval $ac_compile) 2>&5 | 14765 | (eval $ac_compile) 2>&5 |
14767 | ac_status=$? | 14766 | ac_status=$? |
14768 | @@ -13408,7 +14149,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14767 | @@ -13234,7 +13975,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
14769 | pre_test_object_deps_done=no | 14768 | pre_test_object_deps_done=no |
14770 | 14769 | ||
14771 | for p in `eval "$output_verbose_link_cmd"`; do | 14770 | for p in `eval "$output_verbose_link_cmd"`; do |
@@ -14774,7 +14773,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14774 | 14773 | ||
14775 | -L* | -R* | -l*) | 14774 | -L* | -R* | -l*) |
14776 | # Some compilers place space between "-{L,R}" and the path. | 14775 | # Some compilers place space between "-{L,R}" and the path. |
14777 | @@ -13417,13 +14158,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14776 | @@ -13243,13 +13984,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
14778 | test $p = "-R"; then | 14777 | test $p = "-R"; then |
14779 | prev=$p | 14778 | prev=$p |
14780 | continue | 14779 | continue |
@@ -14801,7 +14800,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14801 | # Internal compiler library paths should come after those | 14800 | # Internal compiler library paths should come after those |
14802 | # provided the user. The postdeps already come after the | 14801 | # provided the user. The postdeps already come after the |
14803 | # user supplied libs so there is no need to process them. | 14802 | # user supplied libs so there is no need to process them. |
14804 | @@ -13443,8 +14193,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 14803 | @@ -13269,8 +14019,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
14805 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" | 14804 | postdeps_CXX="${postdeps_CXX} ${prev}${p}" |
14806 | fi | 14805 | fi |
14807 | fi | 14806 | fi |
@@ -14812,7 +14811,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14812 | *.$objext) | 14811 | *.$objext) |
14813 | # This assumes that the test object file only shows up | 14812 | # This assumes that the test object file only shows up |
14814 | # once in the compiler output. | 14813 | # once in the compiler output. |
14815 | @@ -13480,6 +14232,7 @@ else | 14814 | @@ -13306,6 +14058,7 @@ else |
14816 | fi | 14815 | fi |
14817 | 14816 | ||
14818 | $RM -f confest.$objext | 14817 | $RM -f confest.$objext |
@@ -14820,7 +14819,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14820 | 14819 | ||
14821 | # PORTME: override above test on systems where it is broken | 14820 | # PORTME: override above test on systems where it is broken |
14822 | case $host_os in | 14821 | case $host_os in |
14823 | @@ -13515,7 +14268,7 @@ linux*) | 14822 | @@ -13341,7 +14094,7 @@ linux*) |
14824 | 14823 | ||
14825 | solaris*) | 14824 | solaris*) |
14826 | case $cc_basename in | 14825 | case $cc_basename in |
@@ -14829,7 +14828,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14829 | # The more standards-conforming stlport4 library is | 14828 | # The more standards-conforming stlport4 library is |
14830 | # incompatible with the Cstd library. Avoid specifying | 14829 | # incompatible with the Cstd library. Avoid specifying |
14831 | # it if it's in CXXFLAGS. Ignore libCrun as | 14830 | # it if it's in CXXFLAGS. Ignore libCrun as |
14832 | @@ -13580,8 +14333,6 @@ fi | 14831 | @@ -13406,8 +14159,6 @@ fi |
14833 | lt_prog_compiler_pic_CXX= | 14832 | lt_prog_compiler_pic_CXX= |
14834 | lt_prog_compiler_static_CXX= | 14833 | lt_prog_compiler_static_CXX= |
14835 | 14834 | ||
@@ -14838,7 +14837,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14838 | 14837 | ||
14839 | # C++ specific cases for pic, static, wl, etc. | 14838 | # C++ specific cases for pic, static, wl, etc. |
14840 | if test "$GXX" = yes; then | 14839 | if test "$GXX" = yes; then |
14841 | @@ -13686,6 +14437,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 14840 | @@ -13512,6 +14263,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
14842 | ;; | 14841 | ;; |
14843 | esac | 14842 | esac |
14844 | ;; | 14843 | ;; |
@@ -14850,7 +14849,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14850 | dgux*) | 14849 | dgux*) |
14851 | case $cc_basename in | 14850 | case $cc_basename in |
14852 | ec++*) | 14851 | ec++*) |
14853 | @@ -13838,7 +14594,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 14852 | @@ -13664,7 +14420,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
14854 | ;; | 14853 | ;; |
14855 | solaris*) | 14854 | solaris*) |
14856 | case $cc_basename in | 14855 | case $cc_basename in |
@@ -14859,7 +14858,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14859 | # Sun C++ 4.2, 5.x and Centerline C++ | 14858 | # Sun C++ 4.2, 5.x and Centerline C++ |
14860 | lt_prog_compiler_pic_CXX='-KPIC' | 14859 | lt_prog_compiler_pic_CXX='-KPIC' |
14861 | lt_prog_compiler_static_CXX='-Bstatic' | 14860 | lt_prog_compiler_static_CXX='-Bstatic' |
14862 | @@ -13903,10 +14659,17 @@ case $host_os in | 14861 | @@ -13729,10 +14485,17 @@ case $host_os in |
14863 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | 14862 | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" |
14864 | ;; | 14863 | ;; |
14865 | esac | 14864 | esac |
@@ -14880,7 +14879,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14880 | 14879 | ||
14881 | # | 14880 | # |
14882 | # Check to make sure the PIC flag actually works. | 14881 | # Check to make sure the PIC flag actually works. |
14883 | @@ -13964,6 +14727,8 @@ fi | 14882 | @@ -13790,6 +14553,8 @@ fi |
14884 | 14883 | ||
14885 | 14884 | ||
14886 | 14885 | ||
@@ -14889,7 +14888,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14889 | # | 14888 | # |
14890 | # Check to make sure the static flag actually works. | 14889 | # Check to make sure the static flag actually works. |
14891 | # | 14890 | # |
14892 | @@ -14141,6 +14906,7 @@ fi | 14891 | @@ -13967,6 +14732,7 @@ fi |
14893 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | 14892 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } |
14894 | 14893 | ||
14895 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | 14894 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
@@ -14897,7 +14896,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14897 | case $host_os in | 14896 | case $host_os in |
14898 | aix[4-9]*) | 14897 | aix[4-9]*) |
14899 | # If we're using GNU nm, then we don't want the "-C" option. | 14898 | # If we're using GNU nm, then we don't want the "-C" option. |
14900 | @@ -14155,15 +14921,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | 14899 | @@ -13981,15 +14747,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie |
14901 | ;; | 14900 | ;; |
14902 | pw32*) | 14901 | pw32*) |
14903 | export_symbols_cmds_CXX="$ltdll_cmds" | 14902 | export_symbols_cmds_CXX="$ltdll_cmds" |
@@ -14923,7 +14922,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14923 | 14922 | ||
14924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 | 14923 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 |
14925 | $as_echo "$ld_shlibs_CXX" >&6; } | 14924 | $as_echo "$ld_shlibs_CXX" >&6; } |
14926 | @@ -14426,8 +15197,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 14925 | @@ -14252,8 +15023,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
14927 | need_version=no | 14926 | need_version=no |
14928 | need_lib_prefix=no | 14927 | need_lib_prefix=no |
14929 | 14928 | ||
@@ -14935,7 +14934,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
14935 | library_names_spec='$libname.dll.a' | 14934 | library_names_spec='$libname.dll.a' |
14936 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 14935 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
14937 | postinstall_cmds='base_file=`basename \${file}`~ | 14936 | postinstall_cmds='base_file=`basename \${file}`~ |
14938 | @@ -14459,13 +15231,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 14937 | @@ -14285,13 +15057,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}' | 14938 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
14940 | ;; | 14939 | ;; |
14941 | esac | 14940 | esac |
@@ -15008,7 +15007,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15008 | # FIXME: first we should search . and the directory the executable is in | 15007 | # FIXME: first we should search . and the directory the executable is in |
15009 | shlibpath_var=PATH | 15008 | shlibpath_var=PATH |
15010 | ;; | 15009 | ;; |
15011 | @@ -15029,6 +15859,7 @@ fi | 15010 | @@ -14855,6 +15685,7 @@ fi |
15012 | fi # test -n "$compiler" | 15011 | fi # test -n "$compiler" |
15013 | 15012 | ||
15014 | CC=$lt_save_CC | 15013 | CC=$lt_save_CC |
@@ -15016,7 +15015,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15016 | LDCXX=$LD | 15015 | LDCXX=$LD |
15017 | LD=$lt_save_LD | 15016 | LD=$lt_save_LD |
15018 | GCC=$lt_save_GCC | 15017 | GCC=$lt_save_GCC |
15019 | @@ -20389,13 +21220,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 15018 | @@ -19900,13 +20731,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
15020 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 15019 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
15021 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 15020 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
15022 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 15021 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -15037,7 +15036,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15037 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 15036 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
15038 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 15037 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
15039 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 15038 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
15040 | @@ -20410,14 +21248,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 15039 | @@ -19921,14 +20759,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"`' | 15040 | 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"`' | 15041 | 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"`' | 15042 | 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 +15055,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15056 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 15055 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
15057 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 15056 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
15058 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 15057 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
15059 | @@ -20450,12 +21291,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 15058 | @@ -19961,12 +20802,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
15060 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 15059 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
15061 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 15060 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
15062 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 15061 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -15070,7 +15069,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15070 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 15069 | 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"`' | 15070 | 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"`' | 15071 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
15073 | @@ -20494,8 +21335,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 15072 | @@ -20005,8 +20846,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"`' | 15073 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
15075 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 15074 | 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"`' | 15075 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -15080,7 +15079,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15080 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 15079 | 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"`' | 15080 | 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"`' | 15081 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
15083 | @@ -20522,12 +21363,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 15082 | @@ -20033,12 +20874,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"`' | 15083 | 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"`' | 15084 | 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"`' | 15085 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -15094,7 +15093,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15094 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 15093 | 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"`' | 15094 | 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"`' | 15095 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
15097 | @@ -20565,8 +21406,13 @@ reload_flag \ | 15096 | @@ -20076,8 +20917,13 @@ reload_flag \ |
15098 | OBJDUMP \ | 15097 | OBJDUMP \ |
15099 | deplibs_check_method \ | 15098 | deplibs_check_method \ |
15100 | file_magic_cmd \ | 15099 | file_magic_cmd \ |
@@ -15108,7 +15107,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15108 | STRIP \ | 15107 | STRIP \ |
15109 | RANLIB \ | 15108 | RANLIB \ |
15110 | CC \ | 15109 | CC \ |
15111 | @@ -20576,12 +21422,14 @@ lt_cv_sys_global_symbol_pipe \ | 15110 | @@ -20087,12 +20933,14 @@ lt_cv_sys_global_symbol_pipe \ |
15112 | lt_cv_sys_global_symbol_to_cdecl \ | 15111 | lt_cv_sys_global_symbol_to_cdecl \ |
15113 | lt_cv_sys_global_symbol_to_c_name_address \ | 15112 | lt_cv_sys_global_symbol_to_c_name_address \ |
15114 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 15113 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -15124,7 +15123,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15124 | DSYMUTIL \ | 15123 | DSYMUTIL \ |
15125 | NMEDIT \ | 15124 | NMEDIT \ |
15126 | LIPO \ | 15125 | LIPO \ |
15127 | @@ -20597,7 +21445,6 @@ no_undefined_flag \ | 15126 | @@ -20108,7 +20956,6 @@ no_undefined_flag \ |
15128 | hardcode_libdir_flag_spec \ | 15127 | hardcode_libdir_flag_spec \ |
15129 | hardcode_libdir_flag_spec_ld \ | 15128 | hardcode_libdir_flag_spec_ld \ |
15130 | hardcode_libdir_separator \ | 15129 | hardcode_libdir_separator \ |
@@ -15132,7 +15131,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15132 | exclude_expsyms \ | 15131 | exclude_expsyms \ |
15133 | include_expsyms \ | 15132 | include_expsyms \ |
15134 | file_list_spec \ | 15133 | file_list_spec \ |
15135 | @@ -20619,8 +21466,8 @@ LD_CXX \ | 15134 | @@ -20130,8 +20977,8 @@ LD_CXX \ |
15136 | reload_flag_CXX \ | 15135 | reload_flag_CXX \ |
15137 | compiler_CXX \ | 15136 | compiler_CXX \ |
15138 | lt_prog_compiler_no_builtin_flag_CXX \ | 15137 | lt_prog_compiler_no_builtin_flag_CXX \ |
@@ -15142,7 +15141,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15142 | lt_prog_compiler_static_CXX \ | 15141 | lt_prog_compiler_static_CXX \ |
15143 | lt_cv_prog_compiler_c_o_CXX \ | 15142 | lt_cv_prog_compiler_c_o_CXX \ |
15144 | export_dynamic_flag_spec_CXX \ | 15143 | export_dynamic_flag_spec_CXX \ |
15145 | @@ -20632,7 +21479,6 @@ no_undefined_flag_CXX \ | 15144 | @@ -20143,7 +20990,6 @@ no_undefined_flag_CXX \ |
15146 | hardcode_libdir_flag_spec_CXX \ | 15145 | hardcode_libdir_flag_spec_CXX \ |
15147 | hardcode_libdir_flag_spec_ld_CXX \ | 15146 | hardcode_libdir_flag_spec_ld_CXX \ |
15148 | hardcode_libdir_separator_CXX \ | 15147 | hardcode_libdir_separator_CXX \ |
@@ -15150,7 +15149,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15150 | exclude_expsyms_CXX \ | 15149 | exclude_expsyms_CXX \ |
15151 | include_expsyms_CXX \ | 15150 | include_expsyms_CXX \ |
15152 | file_list_spec_CXX \ | 15151 | file_list_spec_CXX \ |
15153 | @@ -20666,6 +21512,7 @@ module_cmds \ | 15152 | @@ -20177,6 +21023,7 @@ module_cmds \ |
15154 | module_expsym_cmds \ | 15153 | module_expsym_cmds \ |
15155 | export_symbols_cmds \ | 15154 | export_symbols_cmds \ |
15156 | prelink_cmds \ | 15155 | prelink_cmds \ |
@@ -15158,7 +15157,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15158 | postinstall_cmds \ | 15157 | postinstall_cmds \ |
15159 | postuninstall_cmds \ | 15158 | postuninstall_cmds \ |
15160 | finish_cmds \ | 15159 | finish_cmds \ |
15161 | @@ -20680,7 +21527,8 @@ archive_expsym_cmds_CXX \ | 15160 | @@ -20191,7 +21038,8 @@ archive_expsym_cmds_CXX \ |
15162 | module_cmds_CXX \ | 15161 | module_cmds_CXX \ |
15163 | module_expsym_cmds_CXX \ | 15162 | module_expsym_cmds_CXX \ |
15164 | export_symbols_cmds_CXX \ | 15163 | export_symbols_cmds_CXX \ |
@@ -15168,7 +15167,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15168 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 15167 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
15169 | *[\\\\\\\`\\"\\\$]*) | 15168 | *[\\\\\\\`\\"\\\$]*) |
15170 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 15169 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
15171 | @@ -21453,7 +22301,8 @@ $as_echo X"$file" | | 15170 | @@ -20956,7 +21804,8 @@ $as_echo X"$file" | |
15172 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 15171 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
15173 | # | 15172 | # |
15174 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 15173 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -15178,7 +15177,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15178 | # Written by Gordon Matzigkeit, 1996 | 15177 | # Written by Gordon Matzigkeit, 1996 |
15179 | # | 15178 | # |
15180 | # This file is part of GNU Libtool. | 15179 | # This file is part of GNU Libtool. |
15181 | @@ -21556,19 +22405,42 @@ SP2NL=$lt_lt_SP2NL | 15180 | @@ -21059,19 +21908,42 @@ SP2NL=$lt_lt_SP2NL |
15182 | # turn newlines into spaces. | 15181 | # turn newlines into spaces. |
15183 | NL2SP=$lt_lt_NL2SP | 15182 | NL2SP=$lt_lt_NL2SP |
15184 | 15183 | ||
@@ -15222,7 +15221,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15222 | # A symbol stripping program. | 15221 | # A symbol stripping program. |
15223 | STRIP=$lt_STRIP | 15222 | STRIP=$lt_STRIP |
15224 | 15223 | ||
15225 | @@ -21598,6 +22470,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 15224 | @@ -21101,6 +21973,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. | 15225 | # 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 | 15226 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
15228 | 15227 | ||
@@ -15235,7 +15234,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15235 | # The name of the directory that contains temporary libtool files. | 15234 | # The name of the directory that contains temporary libtool files. |
15236 | objdir=$objdir | 15235 | objdir=$objdir |
15237 | 15236 | ||
15238 | @@ -21607,6 +22485,9 @@ MAGIC_CMD=$MAGIC_CMD | 15237 | @@ -21110,6 +21988,9 @@ MAGIC_CMD=$MAGIC_CMD |
15239 | # Must we lock files when doing compilation? | 15238 | # Must we lock files when doing compilation? |
15240 | need_locks=$lt_need_locks | 15239 | need_locks=$lt_need_locks |
15241 | 15240 | ||
@@ -15245,7 +15244,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15245 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 15244 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
15246 | DSYMUTIL=$lt_DSYMUTIL | 15245 | DSYMUTIL=$lt_DSYMUTIL |
15247 | 15246 | ||
15248 | @@ -21721,12 +22602,12 @@ with_gcc=$GCC | 15247 | @@ -21224,12 +22105,12 @@ with_gcc=$GCC |
15249 | # Compiler flag to turn off builtin functions. | 15248 | # Compiler flag to turn off builtin functions. |
15250 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 15249 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
15251 | 15250 | ||
@@ -15261,7 +15260,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15261 | # Compiler flag to prevent dynamic linking. | 15260 | # Compiler flag to prevent dynamic linking. |
15262 | link_static_flag=$lt_lt_prog_compiler_static | 15261 | link_static_flag=$lt_lt_prog_compiler_static |
15263 | 15262 | ||
15264 | @@ -21813,9 +22694,6 @@ inherit_rpath=$inherit_rpath | 15263 | @@ -21316,9 +22197,6 @@ inherit_rpath=$inherit_rpath |
15265 | # Whether libtool must link a program against all its dependency libraries. | 15264 | # Whether libtool must link a program against all its dependency libraries. |
15266 | link_all_deplibs=$link_all_deplibs | 15265 | link_all_deplibs=$link_all_deplibs |
15267 | 15266 | ||
@@ -15271,7 +15270,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15271 | # Set to "yes" if exported symbols are required. | 15270 | # Set to "yes" if exported symbols are required. |
15272 | always_export_symbols=$always_export_symbols | 15271 | always_export_symbols=$always_export_symbols |
15273 | 15272 | ||
15274 | @@ -21831,6 +22709,9 @@ include_expsyms=$lt_include_expsyms | 15273 | @@ -21334,6 +22212,9 @@ include_expsyms=$lt_include_expsyms |
15275 | # Commands necessary for linking programs (against libraries) with templates. | 15274 | # Commands necessary for linking programs (against libraries) with templates. |
15276 | prelink_cmds=$lt_prelink_cmds | 15275 | prelink_cmds=$lt_prelink_cmds |
15277 | 15276 | ||
@@ -15281,7 +15280,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15281 | # Specify filename containing input files. | 15280 | # Specify filename containing input files. |
15282 | file_list_spec=$lt_file_list_spec | 15281 | file_list_spec=$lt_file_list_spec |
15283 | 15282 | ||
15284 | @@ -21877,210 +22758,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 15283 | @@ -21380,210 +22261,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
15285 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 15284 | # 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 | 15285 | # text mode, it properly converts lines to CR/LF. This bash problem |
15287 | # is reportedly fixed, but why not run on old versions too? | 15286 | # is reportedly fixed, but why not run on old versions too? |
@@ -15655,7 +15654,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15655 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 15654 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
15656 | chmod +x "$ofile" | 15655 | chmod +x "$ofile" |
15657 | 15656 | ||
15658 | @@ -22108,12 +22948,12 @@ with_gcc=$GCC_CXX | 15657 | @@ -21611,12 +22451,12 @@ with_gcc=$GCC_CXX |
15659 | # Compiler flag to turn off builtin functions. | 15658 | # Compiler flag to turn off builtin functions. |
15660 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 15659 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
15661 | 15660 | ||
@@ -15671,7 +15670,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15671 | # Compiler flag to prevent dynamic linking. | 15670 | # Compiler flag to prevent dynamic linking. |
15672 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 15671 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
15673 | 15672 | ||
15674 | @@ -22200,9 +23040,6 @@ inherit_rpath=$inherit_rpath_CXX | 15673 | @@ -21703,9 +22543,6 @@ inherit_rpath=$inherit_rpath_CXX |
15675 | # Whether libtool must link a program against all its dependency libraries. | 15674 | # Whether libtool must link a program against all its dependency libraries. |
15676 | link_all_deplibs=$link_all_deplibs_CXX | 15675 | link_all_deplibs=$link_all_deplibs_CXX |
15677 | 15676 | ||
@@ -15681,7 +15680,7 @@ index d537ec391d2..de7b61bb612 100755 | |||
15681 | # Set to "yes" if exported symbols are required. | 15680 | # Set to "yes" if exported symbols are required. |
15682 | always_export_symbols=$always_export_symbols_CXX | 15681 | always_export_symbols=$always_export_symbols_CXX |
15683 | 15682 | ||
15684 | @@ -22218,6 +23055,9 @@ include_expsyms=$lt_include_expsyms_CXX | 15683 | @@ -21721,6 +22558,9 @@ include_expsyms=$lt_include_expsyms_CXX |
15685 | # Commands necessary for linking programs (against libraries) with templates. | 15684 | # Commands necessary for linking programs (against libraries) with templates. |
15686 | prelink_cmds=$lt_prelink_cmds_CXX | 15685 | prelink_cmds=$lt_prelink_cmds_CXX |
15687 | 15686 | ||
@@ -20179,147 +20178,10 @@ index 7466d56a18b..0325e438a47 100755 | |||
20179 | chmod +x "$ofile" | 20178 | chmod +x "$ofile" |
20180 | 20179 | ||
20181 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in | 20180 | diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in |
20182 | index 13f4c26e2f1..e6e05b80d0e 100644 | 20181 | index fa705dd9f13..d6ab725f71d 100644 |
20183 | --- a/libsframe/Makefile.in | 20182 | --- a/libsframe/Makefile.in |
20184 | +++ b/libsframe/Makefile.in | 20183 | +++ b/libsframe/Makefile.in |
20185 | @@ -1,7 +1,7 @@ | 20184 | @@ -404,6 +404,7 @@ CPPFLAGS = @CPPFLAGS@ |
20186 | -# Makefile.in generated by automake 1.15.1 from Makefile.am. | ||
20187 | +# Makefile.in generated by automake 1.16.5 from Makefile.am. | ||
20188 | # @configure_input@ | ||
20189 | |||
20190 | -# Copyright (C) 1994-2017 Free Software Foundation, Inc. | ||
20191 | +# Copyright (C) 1994-2021 Free Software Foundation, Inc. | ||
20192 | |||
20193 | # This Makefile.in is free software; the Free Software Foundation | ||
20194 | # gives unlimited permission to copy and/or distribute it, | ||
20195 | @@ -144,6 +144,13 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | ||
20196 | CONFIG_HEADER = config.h | ||
20197 | CONFIG_CLEAN_FILES = | ||
20198 | CONFIG_CLEAN_VPATH_FILES = | ||
20199 | +@HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1 = testsuite/libsframe.decode/be-flipping$(EXEEXT) \ | ||
20200 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-1$(EXEEXT) \ | ||
20201 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-2$(EXEEXT) \ | ||
20202 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.encode/encode-1$(EXEEXT) \ | ||
20203 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfre-1$(EXEEXT) \ | ||
20204 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfunc-1$(EXEEXT) \ | ||
20205 | +@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/plt-findfre-1$(EXEEXT) | ||
20206 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
20207 | am__vpath_adj = case $$p in \ | ||
20208 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
20209 | @@ -187,45 +194,44 @@ libsframe_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
20210 | $(libsframe_la_LDFLAGS) $(LDFLAGS) -o $@ | ||
20211 | @INSTALL_LIBBFD_FALSE@am_libsframe_la_rpath = | ||
20212 | @INSTALL_LIBBFD_TRUE@am_libsframe_la_rpath = -rpath $(libdir) | ||
20213 | -@HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1 = testsuite/libsframe.decode/be-flipping$(EXEEXT) \ | ||
20214 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-1$(EXEEXT) \ | ||
20215 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.decode/frecnt-2$(EXEEXT) \ | ||
20216 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.encode/encode-1$(EXEEXT) \ | ||
20217 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfre-1$(EXEEXT) \ | ||
20218 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfunc-1$(EXEEXT) \ | ||
20219 | -@HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/plt-findfre-1$(EXEEXT) | ||
20220 | am__dirstamp = $(am__leading_dot)dirstamp | ||
20221 | -am_testsuite_libsframe_decode_be_flipping_OBJECTS = testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.$(OBJEXT) | ||
20222 | +am_testsuite_libsframe_decode_be_flipping_OBJECTS = \ | ||
20223 | + testsuite/libsframe.decode/be_flipping-be-flipping.$(OBJEXT) | ||
20224 | testsuite_libsframe_decode_be_flipping_OBJECTS = \ | ||
20225 | $(am_testsuite_libsframe_decode_be_flipping_OBJECTS) | ||
20226 | testsuite_libsframe_decode_be_flipping_DEPENDENCIES = \ | ||
20227 | ${top_builddir}/libsframe.la | ||
20228 | -am_testsuite_libsframe_decode_frecnt_1_OBJECTS = testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.$(OBJEXT) | ||
20229 | +am_testsuite_libsframe_decode_frecnt_1_OBJECTS = \ | ||
20230 | + testsuite/libsframe.decode/frecnt_1-frecnt-1.$(OBJEXT) | ||
20231 | testsuite_libsframe_decode_frecnt_1_OBJECTS = \ | ||
20232 | $(am_testsuite_libsframe_decode_frecnt_1_OBJECTS) | ||
20233 | testsuite_libsframe_decode_frecnt_1_DEPENDENCIES = \ | ||
20234 | ${top_builddir}/libsframe.la | ||
20235 | -am_testsuite_libsframe_decode_frecnt_2_OBJECTS = testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.$(OBJEXT) | ||
20236 | +am_testsuite_libsframe_decode_frecnt_2_OBJECTS = \ | ||
20237 | + testsuite/libsframe.decode/frecnt_2-frecnt-2.$(OBJEXT) | ||
20238 | testsuite_libsframe_decode_frecnt_2_OBJECTS = \ | ||
20239 | $(am_testsuite_libsframe_decode_frecnt_2_OBJECTS) | ||
20240 | testsuite_libsframe_decode_frecnt_2_DEPENDENCIES = \ | ||
20241 | ${top_builddir}/libsframe.la | ||
20242 | -am_testsuite_libsframe_encode_encode_1_OBJECTS = testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.$(OBJEXT) | ||
20243 | +am_testsuite_libsframe_encode_encode_1_OBJECTS = \ | ||
20244 | + testsuite/libsframe.encode/encode_1-encode-1.$(OBJEXT) | ||
20245 | testsuite_libsframe_encode_encode_1_OBJECTS = \ | ||
20246 | $(am_testsuite_libsframe_encode_encode_1_OBJECTS) | ||
20247 | testsuite_libsframe_encode_encode_1_DEPENDENCIES = \ | ||
20248 | ${top_builddir}/libsframe.la | ||
20249 | -am_testsuite_libsframe_find_findfre_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.$(OBJEXT) | ||
20250 | +am_testsuite_libsframe_find_findfre_1_OBJECTS = \ | ||
20251 | + testsuite/libsframe.find/findfre_1-findfre-1.$(OBJEXT) | ||
20252 | testsuite_libsframe_find_findfre_1_OBJECTS = \ | ||
20253 | $(am_testsuite_libsframe_find_findfre_1_OBJECTS) | ||
20254 | testsuite_libsframe_find_findfre_1_DEPENDENCIES = \ | ||
20255 | ${top_builddir}/libsframe.la | ||
20256 | -am_testsuite_libsframe_find_findfunc_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.$(OBJEXT) | ||
20257 | +am_testsuite_libsframe_find_findfunc_1_OBJECTS = \ | ||
20258 | + testsuite/libsframe.find/findfunc_1-findfunc-1.$(OBJEXT) | ||
20259 | testsuite_libsframe_find_findfunc_1_OBJECTS = \ | ||
20260 | $(am_testsuite_libsframe_find_findfunc_1_OBJECTS) | ||
20261 | testsuite_libsframe_find_findfunc_1_DEPENDENCIES = \ | ||
20262 | ${top_builddir}/libsframe.la | ||
20263 | -am_testsuite_libsframe_find_plt_findfre_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.$(OBJEXT) | ||
20264 | +am_testsuite_libsframe_find_plt_findfre_1_OBJECTS = testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.$(OBJEXT) | ||
20265 | testsuite_libsframe_find_plt_findfre_1_OBJECTS = \ | ||
20266 | $(am_testsuite_libsframe_find_plt_findfre_1_OBJECTS) | ||
20267 | testsuite_libsframe_find_plt_findfre_1_DEPENDENCIES = \ | ||
20268 | @@ -244,7 +250,17 @@ am__v_at_0 = @ | ||
20269 | am__v_at_1 = | ||
20270 | DEFAULT_INCLUDES = -I.@am__isrc@ | ||
20271 | depcomp = $(SHELL) $(top_srcdir)/../depcomp | ||
20272 | -am__depfiles_maybe = depfiles | ||
20273 | +am__maybe_remake_depfiles = depfiles | ||
20274 | +am__depfiles_remade = ./$(DEPDIR)/libsframe_la-sframe-dump.Plo \ | ||
20275 | + ./$(DEPDIR)/libsframe_la-sframe-error.Plo \ | ||
20276 | + ./$(DEPDIR)/libsframe_la-sframe.Plo \ | ||
20277 | + testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po \ | ||
20278 | + testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po \ | ||
20279 | + testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po \ | ||
20280 | + testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po \ | ||
20281 | + testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po \ | ||
20282 | + testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po \ | ||
20283 | + testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
20284 | am__mv = mv -f | ||
20285 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
20286 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
20287 | @@ -327,8 +343,8 @@ am__can_run_installinfo = \ | ||
20288 | esac | ||
20289 | am__include_HEADERS_DIST = $(INCDIR)/sframe.h $(INCDIR)/sframe-api.h | ||
20290 | HEADERS = $(include_HEADERS) | ||
20291 | -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | ||
20292 | - $(LISP)config.h.in | ||
20293 | +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | ||
20294 | + config.h.in | ||
20295 | # Read a list of newline-separated strings from the standard input, | ||
20296 | # and print each of them once, without duplicates. Input order is | ||
20297 | # *not* preserved. | ||
20298 | @@ -345,9 +361,6 @@ am__define_uniq_tagged_files = \ | ||
20299 | unique=`for i in $$list; do \ | ||
20300 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
20301 | done | $(am__uniquify_input)` | ||
20302 | -ETAGS = etags | ||
20303 | -CTAGS = ctags | ||
20304 | -CSCOPE = cscope | ||
20305 | AM_RECURSIVE_TARGETS = cscope | ||
20306 | DEJATOOL = $(PACKAGE) | ||
20307 | RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir | ||
20308 | @@ -374,6 +387,8 @@ am__post_remove_distdir = $(am__remove_distdir) | ||
20309 | DIST_ARCHIVES = $(distdir).tar.gz | ||
20310 | GZIP_ENV = --best | ||
20311 | DIST_TARGETS = dist-gzip | ||
20312 | +# Exists only to be overridden by the user if desired. | ||
20313 | +AM_DISTCHECK_DVI_TARGET = dvi | ||
20314 | distuninstallcheck_listfiles = find . -type f -print | ||
20315 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | ||
20316 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | ||
20317 | @@ -392,15 +407,19 @@ CFLAGS = @CFLAGS@ | ||
20318 | COMPAT_DEJAGNU = @COMPAT_DEJAGNU@ | ||
20319 | CPP = @CPP@ | ||
20320 | CPPFLAGS = @CPPFLAGS@ | ||
20321 | +CSCOPE = @CSCOPE@ | ||
20322 | +CTAGS = @CTAGS@ | ||
20323 | CYGPATH_W = @CYGPATH_W@ | 20185 | CYGPATH_W = @CYGPATH_W@ |
20324 | DEFS = @DEFS@ | 20186 | DEFS = @DEFS@ |
20325 | DEPDIR = @DEPDIR@ | 20187 | DEPDIR = @DEPDIR@ |
@@ -20327,14 +20189,7 @@ index 13f4c26e2f1..e6e05b80d0e 100644 | |||
20327 | DSYMUTIL = @DSYMUTIL@ | 20189 | DSYMUTIL = @DSYMUTIL@ |
20328 | DUMPBIN = @DUMPBIN@ | 20190 | DUMPBIN = @DUMPBIN@ |
20329 | ECHO_C = @ECHO_C@ | 20191 | ECHO_C = @ECHO_C@ |
20330 | ECHO_N = @ECHO_N@ | 20192 | @@ -428,6 +429,7 @@ LN_S = @LN_S@ |
20331 | ECHO_T = @ECHO_T@ | ||
20332 | EGREP = @EGREP@ | ||
20333 | +ETAGS = @ETAGS@ | ||
20334 | EXEEXT = @EXEEXT@ | ||
20335 | FGREP = @FGREP@ | ||
20336 | GREP = @GREP@ | ||
20337 | @@ -419,6 +438,7 @@ LN_S = @LN_S@ | ||
20338 | LTLIBOBJS = @LTLIBOBJS@ | 20193 | LTLIBOBJS = @LTLIBOBJS@ |
20339 | MAINT = @MAINT@ | 20194 | MAINT = @MAINT@ |
20340 | MAKEINFO = @MAKEINFO@ | 20195 | MAKEINFO = @MAKEINFO@ |
@@ -20342,909 +20197,8 @@ index 13f4c26e2f1..e6e05b80d0e 100644 | |||
20342 | MKDIR_P = @MKDIR_P@ | 20197 | MKDIR_P = @MKDIR_P@ |
20343 | NM = @NM@ | 20198 | NM = @NM@ |
20344 | NMEDIT = @NMEDIT@ | 20199 | NMEDIT = @NMEDIT@ |
20345 | @@ -595,8 +615,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
20346 | echo ' $(SHELL) ./config.status'; \ | ||
20347 | $(SHELL) ./config.status;; \ | ||
20348 | *) \ | ||
20349 | - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | ||
20350 | - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | ||
20351 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ | ||
20352 | + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ | ||
20353 | esac; | ||
20354 | $(srcdir)/doc/local.mk $(srcdir)/testsuite/local.mk $(srcdir)/testsuite/libsframe.decode/local.mk $(srcdir)/testsuite/libsframe.encode/local.mk $(srcdir)/testsuite/libsframe.find/local.mk $(am__empty): | ||
20355 | |||
20356 | @@ -624,6 +644,15 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
20357 | distclean-hdr: | ||
20358 | -rm -f config.h stamp-h1 | ||
20359 | |||
20360 | +clean-checkPROGRAMS: | ||
20361 | + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ | ||
20362 | + echo " rm -f" $$list; \ | ||
20363 | + rm -f $$list || exit $$?; \ | ||
20364 | + test -n "$(EXEEXT)" || exit 0; \ | ||
20365 | + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | ||
20366 | + echo " rm -f" $$list; \ | ||
20367 | + rm -f $$list | ||
20368 | + | ||
20369 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
20370 | @$(NORMAL_INSTALL) | ||
20371 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | ||
20372 | @@ -672,36 +701,27 @@ clean-noinstLTLIBRARIES: | ||
20373 | |||
20374 | libsframe.la: $(libsframe_la_OBJECTS) $(libsframe_la_DEPENDENCIES) $(EXTRA_libsframe_la_DEPENDENCIES) | ||
20375 | $(AM_V_CCLD)$(libsframe_la_LINK) $(am_libsframe_la_rpath) $(libsframe_la_OBJECTS) $(libsframe_la_LIBADD) $(LIBS) | ||
20376 | - | ||
20377 | -clean-checkPROGRAMS: | ||
20378 | - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ | ||
20379 | - echo " rm -f" $$list; \ | ||
20380 | - rm -f $$list || exit $$?; \ | ||
20381 | - test -n "$(EXEEXT)" || exit 0; \ | ||
20382 | - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | ||
20383 | - echo " rm -f" $$list; \ | ||
20384 | - rm -f $$list | ||
20385 | testsuite/libsframe.decode/$(am__dirstamp): | ||
20386 | @$(MKDIR_P) testsuite/libsframe.decode | ||
20387 | @: > testsuite/libsframe.decode/$(am__dirstamp) | ||
20388 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp): | ||
20389 | @$(MKDIR_P) testsuite/libsframe.decode/$(DEPDIR) | ||
20390 | @: > testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) | ||
20391 | -testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.$(OBJEXT): \ | ||
20392 | +testsuite/libsframe.decode/be_flipping-be-flipping.$(OBJEXT): \ | ||
20393 | testsuite/libsframe.decode/$(am__dirstamp) \ | ||
20394 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) | ||
20395 | |||
20396 | testsuite/libsframe.decode/be-flipping$(EXEEXT): $(testsuite_libsframe_decode_be_flipping_OBJECTS) $(testsuite_libsframe_decode_be_flipping_DEPENDENCIES) $(EXTRA_testsuite_libsframe_decode_be_flipping_DEPENDENCIES) testsuite/libsframe.decode/$(am__dirstamp) | ||
20397 | @rm -f testsuite/libsframe.decode/be-flipping$(EXEEXT) | ||
20398 | $(AM_V_CCLD)$(LINK) $(testsuite_libsframe_decode_be_flipping_OBJECTS) $(testsuite_libsframe_decode_be_flipping_LDADD) $(LIBS) | ||
20399 | -testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.$(OBJEXT): \ | ||
20400 | +testsuite/libsframe.decode/frecnt_1-frecnt-1.$(OBJEXT): \ | ||
20401 | testsuite/libsframe.decode/$(am__dirstamp) \ | ||
20402 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) | ||
20403 | |||
20404 | testsuite/libsframe.decode/frecnt-1$(EXEEXT): $(testsuite_libsframe_decode_frecnt_1_OBJECTS) $(testsuite_libsframe_decode_frecnt_1_DEPENDENCIES) $(EXTRA_testsuite_libsframe_decode_frecnt_1_DEPENDENCIES) testsuite/libsframe.decode/$(am__dirstamp) | ||
20405 | @rm -f testsuite/libsframe.decode/frecnt-1$(EXEEXT) | ||
20406 | $(AM_V_CCLD)$(LINK) $(testsuite_libsframe_decode_frecnt_1_OBJECTS) $(testsuite_libsframe_decode_frecnt_1_LDADD) $(LIBS) | ||
20407 | -testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.$(OBJEXT): \ | ||
20408 | +testsuite/libsframe.decode/frecnt_2-frecnt-2.$(OBJEXT): \ | ||
20409 | testsuite/libsframe.decode/$(am__dirstamp) \ | ||
20410 | testsuite/libsframe.decode/$(DEPDIR)/$(am__dirstamp) | ||
20411 | |||
20412 | @@ -714,7 +734,7 @@ testsuite/libsframe.encode/$(am__dirstamp): | ||
20413 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp): | ||
20414 | @$(MKDIR_P) testsuite/libsframe.encode/$(DEPDIR) | ||
20415 | @: > testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) | ||
20416 | -testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.$(OBJEXT): \ | ||
20417 | +testsuite/libsframe.encode/encode_1-encode-1.$(OBJEXT): \ | ||
20418 | testsuite/libsframe.encode/$(am__dirstamp) \ | ||
20419 | testsuite/libsframe.encode/$(DEPDIR)/$(am__dirstamp) | ||
20420 | |||
20421 | @@ -727,21 +747,21 @@ testsuite/libsframe.find/$(am__dirstamp): | ||
20422 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp): | ||
20423 | @$(MKDIR_P) testsuite/libsframe.find/$(DEPDIR) | ||
20424 | @: > testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
20425 | -testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.$(OBJEXT): \ | ||
20426 | +testsuite/libsframe.find/findfre_1-findfre-1.$(OBJEXT): \ | ||
20427 | testsuite/libsframe.find/$(am__dirstamp) \ | ||
20428 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
20429 | |||
20430 | testsuite/libsframe.find/findfre-1$(EXEEXT): $(testsuite_libsframe_find_findfre_1_OBJECTS) $(testsuite_libsframe_find_findfre_1_DEPENDENCIES) $(EXTRA_testsuite_libsframe_find_findfre_1_DEPENDENCIES) testsuite/libsframe.find/$(am__dirstamp) | ||
20431 | @rm -f testsuite/libsframe.find/findfre-1$(EXEEXT) | ||
20432 | $(AM_V_CCLD)$(LINK) $(testsuite_libsframe_find_findfre_1_OBJECTS) $(testsuite_libsframe_find_findfre_1_LDADD) $(LIBS) | ||
20433 | -testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.$(OBJEXT): \ | ||
20434 | +testsuite/libsframe.find/findfunc_1-findfunc-1.$(OBJEXT): \ | ||
20435 | testsuite/libsframe.find/$(am__dirstamp) \ | ||
20436 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
20437 | |||
20438 | testsuite/libsframe.find/findfunc-1$(EXEEXT): $(testsuite_libsframe_find_findfunc_1_OBJECTS) $(testsuite_libsframe_find_findfunc_1_DEPENDENCIES) $(EXTRA_testsuite_libsframe_find_findfunc_1_DEPENDENCIES) testsuite/libsframe.find/$(am__dirstamp) | ||
20439 | @rm -f testsuite/libsframe.find/findfunc-1$(EXEEXT) | ||
20440 | $(AM_V_CCLD)$(LINK) $(testsuite_libsframe_find_findfunc_1_OBJECTS) $(testsuite_libsframe_find_findfunc_1_LDADD) $(LIBS) | ||
20441 | -testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.$(OBJEXT): \ | ||
20442 | +testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.$(OBJEXT): \ | ||
20443 | testsuite/libsframe.find/$(am__dirstamp) \ | ||
20444 | testsuite/libsframe.find/$(DEPDIR)/$(am__dirstamp) | ||
20445 | |||
20446 | @@ -758,16 +778,22 @@ mostlyclean-compile: | ||
20447 | distclean-compile: | ||
20448 | -rm -f *.tab.c | ||
20449 | |||
20450 | -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-dump.Plo@am__quote@ | ||
20451 | -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-error.Plo@am__quote@ | ||
20452 | -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe.Plo@am__quote@ | ||
20453 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Po@am__quote@ | ||
20454 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po@am__quote@ | ||
20455 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po@am__quote@ | ||
20456 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Po@am__quote@ | ||
20457 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Po@am__quote@ | ||
20458 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Po@am__quote@ | ||
20459 | -@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po@am__quote@ | ||
20460 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-dump.Plo@am__quote@ # am--include-marker | ||
20461 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe-error.Plo@am__quote@ # am--include-marker | ||
20462 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsframe_la-sframe.Plo@am__quote@ # am--include-marker | ||
20463 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po@am__quote@ # am--include-marker | ||
20464 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po@am__quote@ # am--include-marker | ||
20465 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po@am__quote@ # am--include-marker | ||
20466 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po@am__quote@ # am--include-marker | ||
20467 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po@am__quote@ # am--include-marker | ||
20468 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po@am__quote@ # am--include-marker | ||
20469 | +@AMDEP_TRUE@@am__include@ @am__quote@testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po@am__quote@ # am--include-marker | ||
20470 | + | ||
20471 | +$(am__depfiles_remade): | ||
20472 | + @$(MKDIR_P) $(@D) | ||
20473 | + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ | ||
20474 | + | ||
20475 | +am--depfiles: $(am__depfiles_remade) | ||
20476 | |||
20477 | .c.o: | ||
20478 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ | ||
20479 | @@ -814,103 +840,103 @@ libsframe_la-sframe-error.lo: sframe-error.c | ||
20480 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20481 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsframe_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo '$(srcdir)/'`sframe-error.c | ||
20482 | |||
20483 | -testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o: testsuite/libsframe.decode/be-flipping.c | ||
20484 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o `test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/be-flipping.c | ||
20485 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Po | ||
20486 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/be-flipping.c' object='testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o' libtool=no @AMDEPBACKSLASH@ | ||
20487 | +testsuite/libsframe.decode/be_flipping-be-flipping.o: testsuite/libsframe.decode/be-flipping.c | ||
20488 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/be_flipping-be-flipping.o -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Tpo -c -o testsuite/libsframe.decode/be_flipping-be-flipping.o `test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/be-flipping.c | ||
20489 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Tpo testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po | ||
20490 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/be-flipping.c' object='testsuite/libsframe.decode/be_flipping-be-flipping.o' libtool=no @AMDEPBACKSLASH@ | ||
20491 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20492 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o `test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/be-flipping.c | ||
20493 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/be_flipping-be-flipping.o `test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/be-flipping.c | ||
20494 | |||
20495 | -testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.obj: testsuite/libsframe.decode/be-flipping.c | ||
20496 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.obj -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.obj `if test -f 'testsuite/libsframe.decode/be-flipping.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/be-flipping.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/be-flipping.c'; fi` | ||
20497 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_be_flipping-be-flipping.Po | ||
20498 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/be-flipping.c' object='testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.obj' libtool=no @AMDEPBACKSLASH@ | ||
20499 | +testsuite/libsframe.decode/be_flipping-be-flipping.obj: testsuite/libsframe.decode/be-flipping.c | ||
20500 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/be_flipping-be-flipping.obj -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Tpo -c -o testsuite/libsframe.decode/be_flipping-be-flipping.obj `if test -f 'testsuite/libsframe.decode/be-flipping.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/be-flipping.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/be-flipping.c'; fi` | ||
20501 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Tpo testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po | ||
20502 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/be-flipping.c' object='testsuite/libsframe.decode/be_flipping-be-flipping.obj' libtool=no @AMDEPBACKSLASH@ | ||
20503 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20504 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.obj `if test -f 'testsuite/libsframe.decode/be-flipping.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/be-flipping.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/be-flipping.c'; fi` | ||
20505 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/be_flipping-be-flipping.obj `if test -f 'testsuite/libsframe.decode/be-flipping.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/be-flipping.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/be-flipping.c'; fi` | ||
20506 | |||
20507 | -testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o: testsuite/libsframe.decode/frecnt-1.c | ||
20508 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o `test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-1.c | ||
20509 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po | ||
20510 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-1.c' object='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20511 | +testsuite/libsframe.decode/frecnt_1-frecnt-1.o: testsuite/libsframe.decode/frecnt-1.c | ||
20512 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/frecnt_1-frecnt-1.o -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Tpo -c -o testsuite/libsframe.decode/frecnt_1-frecnt-1.o `test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-1.c | ||
20513 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Tpo testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po | ||
20514 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-1.c' object='testsuite/libsframe.decode/frecnt_1-frecnt-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20515 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20516 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o `test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-1.c | ||
20517 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/frecnt_1-frecnt-1.o `test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-1.c | ||
20518 | |||
20519 | -testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj: testsuite/libsframe.decode/frecnt-1.c | ||
20520 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj `if test -f 'testsuite/libsframe.decode/frecnt-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-1.c'; fi` | ||
20521 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po | ||
20522 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-1.c' object='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20523 | +testsuite/libsframe.decode/frecnt_1-frecnt-1.obj: testsuite/libsframe.decode/frecnt-1.c | ||
20524 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/frecnt_1-frecnt-1.obj -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Tpo -c -o testsuite/libsframe.decode/frecnt_1-frecnt-1.obj `if test -f 'testsuite/libsframe.decode/frecnt-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-1.c'; fi` | ||
20525 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Tpo testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po | ||
20526 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-1.c' object='testsuite/libsframe.decode/frecnt_1-frecnt-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20527 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20528 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj `if test -f 'testsuite/libsframe.decode/frecnt-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-1.c'; fi` | ||
20529 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/frecnt_1-frecnt-1.obj `if test -f 'testsuite/libsframe.decode/frecnt-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-1.c'; fi` | ||
20530 | |||
20531 | -testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o: testsuite/libsframe.decode/frecnt-2.c | ||
20532 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o `test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-2.c | ||
20533 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po | ||
20534 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-2.c' object='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o' libtool=no @AMDEPBACKSLASH@ | ||
20535 | +testsuite/libsframe.decode/frecnt_2-frecnt-2.o: testsuite/libsframe.decode/frecnt-2.c | ||
20536 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/frecnt_2-frecnt-2.o -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Tpo -c -o testsuite/libsframe.decode/frecnt_2-frecnt-2.o `test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-2.c | ||
20537 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Tpo testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po | ||
20538 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-2.c' object='testsuite/libsframe.decode/frecnt_2-frecnt-2.o' libtool=no @AMDEPBACKSLASH@ | ||
20539 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20540 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o `test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-2.c | ||
20541 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/frecnt_2-frecnt-2.o `test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '$(srcdir)/'`testsuite/libsframe.decode/frecnt-2.c | ||
20542 | |||
20543 | -testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj: testsuite/libsframe.decode/frecnt-2.c | ||
20544 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj `if test -f 'testsuite/libsframe.decode/frecnt-2.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-2.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-2.c'; fi` | ||
20545 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo testsuite/libsframe.decode/$(DEPDIR)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po | ||
20546 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-2.c' object='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj' libtool=no @AMDEPBACKSLASH@ | ||
20547 | +testsuite/libsframe.decode/frecnt_2-frecnt-2.obj: testsuite/libsframe.decode/frecnt-2.c | ||
20548 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.decode/frecnt_2-frecnt-2.obj -MD -MP -MF testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Tpo -c -o testsuite/libsframe.decode/frecnt_2-frecnt-2.obj `if test -f 'testsuite/libsframe.decode/frecnt-2.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-2.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-2.c'; fi` | ||
20549 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Tpo testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po | ||
20550 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.decode/frecnt-2.c' object='testsuite/libsframe.decode/frecnt_2-frecnt-2.obj' libtool=no @AMDEPBACKSLASH@ | ||
20551 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20552 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj `if test -f 'testsuite/libsframe.decode/frecnt-2.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-2.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-2.c'; fi` | ||
20553 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.decode/frecnt_2-frecnt-2.obj `if test -f 'testsuite/libsframe.decode/frecnt-2.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-2.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-2.c'; fi` | ||
20554 | |||
20555 | -testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o: testsuite/libsframe.encode/encode-1.c | ||
20556 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o -MD -MP -MF testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Tpo -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o `test -f 'testsuite/libsframe.encode/encode-1.c' || echo '$(srcdir)/'`testsuite/libsframe.encode/encode-1.c | ||
20557 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Tpo testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Po | ||
20558 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.encode/encode-1.c' object='testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20559 | +testsuite/libsframe.encode/encode_1-encode-1.o: testsuite/libsframe.encode/encode-1.c | ||
20560 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.encode/encode_1-encode-1.o -MD -MP -MF testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Tpo -c -o testsuite/libsframe.encode/encode_1-encode-1.o `test -f 'testsuite/libsframe.encode/encode-1.c' || echo '$(srcdir)/'`testsuite/libsframe.encode/encode-1.c | ||
20561 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Tpo testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | ||
20562 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.encode/encode-1.c' object='testsuite/libsframe.encode/encode_1-encode-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20563 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20564 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o `test -f 'testsuite/libsframe.encode/encode-1.c' || echo '$(srcdir)/'`testsuite/libsframe.encode/encode-1.c | ||
20565 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/encode_1-encode-1.o `test -f 'testsuite/libsframe.encode/encode-1.c' || echo '$(srcdir)/'`testsuite/libsframe.encode/encode-1.c | ||
20566 | |||
20567 | -testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj: testsuite/libsframe.encode/encode-1.c | ||
20568 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj -MD -MP -MF testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Tpo -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` | ||
20569 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Tpo testsuite/libsframe.encode/$(DEPDIR)/testsuite_libsframe_encode_encode_1-encode-1.Po | ||
20570 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.encode/encode-1.c' object='testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20571 | +testsuite/libsframe.encode/encode_1-encode-1.obj: testsuite/libsframe.encode/encode-1.c | ||
20572 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.encode/encode_1-encode-1.obj -MD -MP -MF testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Tpo -c -o testsuite/libsframe.encode/encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` | ||
20573 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Tpo testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | ||
20574 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.encode/encode-1.c' object='testsuite/libsframe.encode/encode_1-encode-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20575 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20576 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` | ||
20577 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_encode_encode_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.encode/encode_1-encode-1.obj `if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi` | ||
20578 | |||
20579 | -testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o: testsuite/libsframe.find/findfre-1.c | ||
20580 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
20581 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Po | ||
20582 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20583 | +testsuite/libsframe.find/findfre_1-findfre-1.o: testsuite/libsframe.find/findfre-1.c | ||
20584 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfre_1-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
20585 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
20586 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/findfre_1-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20587 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20588 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
20589 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfre-1.c | ||
20590 | |||
20591 | -testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj: testsuite/libsframe.find/findfre-1.c | ||
20592 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
20593 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfre_1-findfre-1.Po | ||
20594 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20595 | +testsuite/libsframe.find/findfre_1-findfre-1.obj: testsuite/libsframe.find/findfre-1.c | ||
20596 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfre_1-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
20597 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
20598 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfre-1.c' object='testsuite/libsframe.find/findfre_1-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20599 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20600 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
20601 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfre_1-findfre-1.obj `if test -f 'testsuite/libsframe.find/findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfre-1.c'; fi` | ||
20602 | |||
20603 | -testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o: testsuite/libsframe.find/findfunc-1.c | ||
20604 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
20605 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Po | ||
20606 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20607 | +testsuite/libsframe.find/findfunc_1-findfunc-1.o: testsuite/libsframe.find/findfunc-1.c | ||
20608 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfunc_1-findfunc-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
20609 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
20610 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/findfunc_1-findfunc-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20611 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20612 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
20613 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/findfunc-1.c | ||
20614 | |||
20615 | -testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj: testsuite/libsframe.find/findfunc-1.c | ||
20616 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
20617 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_findfunc_1-findfunc-1.Po | ||
20618 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20619 | +testsuite/libsframe.find/findfunc_1-findfunc-1.obj: testsuite/libsframe.find/findfunc-1.c | ||
20620 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/findfunc_1-findfunc-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
20621 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
20622 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/findfunc-1.c' object='testsuite/libsframe.find/findfunc_1-findfunc-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20623 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20624 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
20625 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_findfunc_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/findfunc_1-findfunc-1.obj `if test -f 'testsuite/libsframe.find/findfunc-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/findfunc-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/findfunc-1.c'; fi` | ||
20626 | |||
20627 | -testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o: testsuite/libsframe.find/plt-findfre-1.c | ||
20628 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
20629 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po | ||
20630 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20631 | +testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o: testsuite/libsframe.find/plt-findfre-1.c | ||
20632 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
20633 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
20634 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o' libtool=no @AMDEPBACKSLASH@ | ||
20635 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20636 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
20637 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '$(srcdir)/'`testsuite/libsframe.find/plt-findfre-1.c | ||
20638 | |||
20639 | -testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj: testsuite/libsframe.find/plt-findfre-1.c | ||
20640 | -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
20641 | -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po | ||
20642 | -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20643 | +testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj: testsuite/libsframe.find/plt-findfre-1.c | ||
20644 | +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj -MD -MP -MF testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
20645 | +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
20646 | +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testsuite/libsframe.find/plt-findfre-1.c' object='testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj' libtool=no @AMDEPBACKSLASH@ | ||
20647 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
20648 | -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
20649 | +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testsuite_libsframe_find_plt_findfre_1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testsuite/libsframe.find/plt_findfre_1-plt-findfre-1.obj `if test -f 'testsuite/libsframe.find/plt-findfre-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.find/plt-findfre-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.find/plt-findfre-1.c'; fi` | ||
20650 | |||
20651 | mostlyclean-libtool: | ||
20652 | -rm -f *.lo | ||
20653 | @@ -1148,7 +1174,7 @@ site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) | ||
20654 | @echo '# Do not edit here. If you wish to override these values' >>site.tmp | ||
20655 | @echo '# edit the last section' >>site.tmp | ||
20656 | @echo 'set srcdir "$(srcdir)"' >>site.tmp | ||
20657 | - @echo "set objdir `pwd`" >>site.tmp | ||
20658 | + @echo "set objdir \"`pwd`\"" >>site.tmp | ||
20659 | @echo 'set build_alias "$(build_alias)"' >>site.tmp | ||
20660 | @echo 'set build_triplet $(build_triplet)' >>site.tmp | ||
20661 | @echo 'set host_alias "$(host_alias)"' >>site.tmp | ||
20662 | @@ -1174,8 +1200,10 @@ distclean-DEJAGNU: | ||
20663 | -l='$(DEJATOOL)'; for tool in $$l; do \ | ||
20664 | rm -f $$tool.sum $$tool.log; \ | ||
20665 | done | ||
20666 | +distdir: $(BUILT_SOURCES) | ||
20667 | + $(MAKE) $(AM_MAKEFLAGS) distdir-am | ||
20668 | |||
20669 | -distdir: $(DISTFILES) | ||
20670 | +distdir-am: $(DISTFILES) | ||
20671 | $(am__remove_distdir) | ||
20672 | test -d "$(distdir)" || mkdir "$(distdir)" | ||
20673 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
20674 | @@ -1233,6 +1261,10 @@ dist-xz: distdir | ||
20675 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | ||
20676 | $(am__post_remove_distdir) | ||
20677 | |||
20678 | +dist-zstd: distdir | ||
20679 | + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst | ||
20680 | + $(am__post_remove_distdir) | ||
20681 | + | ||
20682 | dist-tarZ: distdir | ||
20683 | @echo WARNING: "Support for distribution archives compressed with" \ | ||
20684 | "legacy program 'compress' is deprecated." >&2 | ||
20685 | @@ -1275,6 +1307,8 @@ distcheck: dist | ||
20686 | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | ||
20687 | *.zip*) \ | ||
20688 | unzip $(distdir).zip ;;\ | ||
20689 | + *.tar.zst*) \ | ||
20690 | + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ | ||
20691 | esac | ||
20692 | chmod -R a-w $(distdir) | ||
20693 | chmod u+w $(distdir) | ||
20694 | @@ -1290,7 +1324,7 @@ distcheck: dist | ||
20695 | $(DISTCHECK_CONFIGURE_FLAGS) \ | ||
20696 | --srcdir=../.. --prefix="$$dc_install_base" \ | ||
20697 | && $(MAKE) $(AM_MAKEFLAGS) \ | ||
20698 | - && $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
20699 | + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | ||
20700 | && $(MAKE) $(AM_MAKEFLAGS) check \ | ||
20701 | && $(MAKE) $(AM_MAKEFLAGS) install \ | ||
20702 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | ||
20703 | @@ -1346,6 +1380,8 @@ check-am: all-am | ||
20704 | $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU | ||
20705 | check: check-am | ||
20706 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h | ||
20707 | +install-checkPROGRAMS: install-libLTLIBRARIES | ||
20708 | + | ||
20709 | installdirs: | ||
20710 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(includedir)"; do \ | ||
20711 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
20712 | @@ -1398,7 +1434,16 @@ clean-am: clean-aminfo clean-checkPROGRAMS clean-generic \ | ||
20713 | |||
20714 | distclean: distclean-am | ||
20715 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
20716 | - -rm -rf ./$(DEPDIR) testsuite/libsframe.decode/$(DEPDIR) testsuite/libsframe.encode/$(DEPDIR) testsuite/libsframe.find/$(DEPDIR) | ||
20717 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-dump.Plo | ||
20718 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-error.Plo | ||
20719 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe.Plo | ||
20720 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po | ||
20721 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po | ||
20722 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po | ||
20723 | + -rm -f testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | ||
20724 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
20725 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
20726 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
20727 | -rm -f Makefile | ||
20728 | distclean-am: clean-am distclean-DEJAGNU distclean-compile \ | ||
20729 | distclean-generic distclean-hdr distclean-libtool \ | ||
20730 | @@ -1538,7 +1583,16 @@ installcheck-am: | ||
20731 | maintainer-clean: maintainer-clean-am | ||
20732 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
20733 | -rm -rf $(top_srcdir)/autom4te.cache | ||
20734 | - -rm -rf ./$(DEPDIR) testsuite/libsframe.decode/$(DEPDIR) testsuite/libsframe.encode/$(DEPDIR) testsuite/libsframe.find/$(DEPDIR) | ||
20735 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-dump.Plo | ||
20736 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe-error.Plo | ||
20737 | + -rm -f ./$(DEPDIR)/libsframe_la-sframe.Plo | ||
20738 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/be_flipping-be-flipping.Po | ||
20739 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_1-frecnt-1.Po | ||
20740 | + -rm -f testsuite/libsframe.decode/$(DEPDIR)/frecnt_2-frecnt-2.Po | ||
20741 | + -rm -f testsuite/libsframe.encode/$(DEPDIR)/encode_1-encode-1.Po | ||
20742 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfre_1-findfre-1.Po | ||
20743 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/findfunc_1-findfunc-1.Po | ||
20744 | + -rm -f testsuite/libsframe.find/$(DEPDIR)/plt_findfre_1-plt-findfre-1.Po | ||
20745 | -rm -f Makefile | ||
20746 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ | ||
20747 | maintainer-clean-generic | ||
20748 | @@ -1562,28 +1616,28 @@ uninstall-am: uninstall-dvi-am uninstall-html-am \ | ||
20749 | |||
20750 | .MAKE: all check-am install-am install-strip | ||
20751 | |||
20752 | -.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-DEJAGNU \ | ||
20753 | - check-am clean clean-aminfo clean-checkPROGRAMS clean-cscope \ | ||
20754 | - clean-generic clean-libLTLIBRARIES clean-libtool \ | ||
20755 | +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ | ||
20756 | + check-DEJAGNU check-am clean clean-aminfo clean-checkPROGRAMS \ | ||
20757 | + clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \ | ||
20758 | clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \ | ||
20759 | dist dist-all dist-bzip2 dist-gzip dist-info dist-lzip \ | ||
20760 | - dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ | ||
20761 | - distclean-DEJAGNU distclean-compile distclean-generic \ | ||
20762 | - distclean-hdr distclean-libtool distclean-tags distcleancheck \ | ||
20763 | - distdir distuninstallcheck dvi dvi-am html html-am html-local \ | ||
20764 | - info info-am install install-am install-data install-data-am \ | ||
20765 | - install-dvi install-dvi-am install-exec install-exec-am \ | ||
20766 | - install-html install-html-am install-includeHEADERS \ | ||
20767 | - install-info install-info-am install-libLTLIBRARIES \ | ||
20768 | - install-man install-pdf install-pdf-am install-ps \ | ||
20769 | - install-ps-am install-strip installcheck installcheck-am \ | ||
20770 | - installdirs maintainer-clean maintainer-clean-aminfo \ | ||
20771 | - maintainer-clean-generic mostlyclean mostlyclean-aminfo \ | ||
20772 | - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | ||
20773 | - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ | ||
20774 | - uninstall-dvi-am uninstall-html-am uninstall-includeHEADERS \ | ||
20775 | - uninstall-info-am uninstall-libLTLIBRARIES uninstall-pdf-am \ | ||
20776 | - uninstall-ps-am | ||
20777 | + dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \ | ||
20778 | + distclean distclean-DEJAGNU distclean-compile \ | ||
20779 | + distclean-generic distclean-hdr distclean-libtool \ | ||
20780 | + distclean-tags distcleancheck distdir distuninstallcheck dvi \ | ||
20781 | + dvi-am html html-am html-local info info-am install install-am \ | ||
20782 | + install-data install-data-am install-dvi install-dvi-am \ | ||
20783 | + install-exec install-exec-am install-html install-html-am \ | ||
20784 | + install-includeHEADERS install-info install-info-am \ | ||
20785 | + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ | ||
20786 | + install-ps install-ps-am install-strip installcheck \ | ||
20787 | + installcheck-am installdirs maintainer-clean \ | ||
20788 | + maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ | ||
20789 | + mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ | ||
20790 | + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | ||
20791 | + uninstall-am uninstall-dvi-am uninstall-html-am \ | ||
20792 | + uninstall-includeHEADERS uninstall-info-am \ | ||
20793 | + uninstall-libLTLIBRARIES uninstall-pdf-am uninstall-ps-am | ||
20794 | |||
20795 | .PRECIOUS: Makefile | ||
20796 | |||
20797 | diff --git a/libsframe/aclocal.m4 b/libsframe/aclocal.m4 | ||
20798 | index 8804d9fb42b..f4974423bd6 100644 | ||
20799 | --- a/libsframe/aclocal.m4 | ||
20800 | +++ b/libsframe/aclocal.m4 | ||
20801 | @@ -1,6 +1,6 @@ | ||
20802 | -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- | ||
20803 | +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- | ||
20804 | |||
20805 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
20806 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
20807 | |||
20808 | # This file is free software; the Free Software Foundation | ||
20809 | # gives unlimited permission to copy and/or distribute it, | ||
20810 | @@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to. | ||
20811 | If you have problems, you may need to regenerate the build system entirely. | ||
20812 | To do so, use the procedure documented by the package, typically 'autoreconf'.])]) | ||
20813 | |||
20814 | -# Copyright (C) 2002-2017 Free Software Foundation, Inc. | ||
20815 | +# Copyright (C) 2002-2021 Free Software Foundation, Inc. | ||
20816 | # | ||
20817 | # This file is free software; the Free Software Foundation | ||
20818 | # gives unlimited permission to copy and/or distribute it, | ||
20819 | @@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) | ||
20820 | # generated from the m4 files accompanying Automake X.Y. | ||
20821 | # (This private macro should not be called outside this file.) | ||
20822 | AC_DEFUN([AM_AUTOMAKE_VERSION], | ||
20823 | -[am__api_version='1.15' | ||
20824 | +[am__api_version='1.16' | ||
20825 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to | ||
20826 | dnl require some minimum version. Point them to the right macro. | ||
20827 | -m4_if([$1], [1.15.1], [], | ||
20828 | +m4_if([$1], [1.16.5], [], | ||
20829 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl | ||
20830 | ]) | ||
20831 | |||
20832 | @@ -51,12 +51,12 @@ m4_define([_AM_AUTOCONF_VERSION], []) | ||
20833 | # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. | ||
20834 | # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. | ||
20835 | AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], | ||
20836 | -[AM_AUTOMAKE_VERSION([1.15.1])dnl | ||
20837 | +[AM_AUTOMAKE_VERSION([1.16.5])dnl | ||
20838 | m4_ifndef([AC_AUTOCONF_VERSION], | ||
20839 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | ||
20840 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | ||
20841 | |||
20842 | -# Copyright (C) 2011-2017 Free Software Foundation, Inc. | ||
20843 | +# Copyright (C) 2011-2021 Free Software Foundation, Inc. | ||
20844 | # | ||
20845 | # This file is free software; the Free Software Foundation | ||
20846 | # gives unlimited permission to copy and/or distribute it, | ||
20847 | @@ -118,7 +118,7 @@ AC_SUBST([AR])dnl | ||
20848 | |||
20849 | # AM_AUX_DIR_EXPAND -*- Autoconf -*- | ||
20850 | |||
20851 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
20852 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
20853 | # | ||
20854 | # This file is free software; the Free Software Foundation | ||
20855 | # gives unlimited permission to copy and/or distribute it, | ||
20856 | @@ -170,7 +170,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` | ||
20857 | |||
20858 | # AM_CONDITIONAL -*- Autoconf -*- | ||
20859 | |||
20860 | -# Copyright (C) 1997-2017 Free Software Foundation, Inc. | ||
20861 | +# Copyright (C) 1997-2021 Free Software Foundation, Inc. | ||
20862 | # | ||
20863 | # This file is free software; the Free Software Foundation | ||
20864 | # gives unlimited permission to copy and/or distribute it, | ||
20865 | @@ -201,7 +201,7 @@ AC_CONFIG_COMMANDS_PRE( | ||
20866 | Usually this means the macro was only invoked conditionally.]]) | ||
20867 | fi])]) | ||
20868 | |||
20869 | -# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
20870 | +# Copyright (C) 1999-2021 Free Software Foundation, Inc. | ||
20871 | # | ||
20872 | # This file is free software; the Free Software Foundation | ||
20873 | # gives unlimited permission to copy and/or distribute it, | ||
20874 | @@ -392,13 +392,12 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl | ||
20875 | |||
20876 | # Generate code to set up dependency tracking. -*- Autoconf -*- | ||
20877 | |||
20878 | -# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
20879 | +# Copyright (C) 1999-2021 Free Software Foundation, Inc. | ||
20880 | # | ||
20881 | # This file is free software; the Free Software Foundation | ||
20882 | # gives unlimited permission to copy and/or distribute it, | ||
20883 | # with or without modifications, as long as this notice is preserved. | ||
20884 | |||
20885 | - | ||
20886 | # _AM_OUTPUT_DEPENDENCY_COMMANDS | ||
20887 | # ------------------------------ | ||
20888 | AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], | ||
20889 | @@ -406,49 +405,43 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], | ||
20890 | # Older Autoconf quotes --file arguments for eval, but not when files | ||
20891 | # are listed without --file. Let's play safe and only enable the eval | ||
20892 | # if we detect the quoting. | ||
20893 | - case $CONFIG_FILES in | ||
20894 | - *\'*) eval set x "$CONFIG_FILES" ;; | ||
20895 | - *) set x $CONFIG_FILES ;; | ||
20896 | - esac | ||
20897 | + # TODO: see whether this extra hack can be removed once we start | ||
20898 | + # requiring Autoconf 2.70 or later. | ||
20899 | + AS_CASE([$CONFIG_FILES], | ||
20900 | + [*\'*], [eval set x "$CONFIG_FILES"], | ||
20901 | + [*], [set x $CONFIG_FILES]) | ||
20902 | shift | ||
20903 | - for mf | ||
20904 | + # Used to flag and report bootstrapping failures. | ||
20905 | + am_rc=0 | ||
20906 | + for am_mf | ||
20907 | do | ||
20908 | # Strip MF so we end up with the name of the file. | ||
20909 | - mf=`echo "$mf" | sed -e 's/:.*$//'` | ||
20910 | - # Check whether this is an Automake generated Makefile or not. | ||
20911 | - # We used to match only the files named 'Makefile.in', but | ||
20912 | - # some people rename them; so instead we look at the file content. | ||
20913 | - # Grep'ing the first line is not enough: some people post-process | ||
20914 | - # each Makefile.in and add a new line on top of each file to say so. | ||
20915 | - # Grep'ing the whole file is not good either: AIX grep has a line | ||
20916 | + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` | ||
20917 | + # Check whether this is an Automake generated Makefile which includes | ||
20918 | + # dependency-tracking related rules and includes. | ||
20919 | + # Grep'ing the whole file directly is not great: AIX grep has a line | ||
20920 | # limit of 2048, but all sed's we know have understand at least 4000. | ||
20921 | - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | ||
20922 | - dirpart=`AS_DIRNAME("$mf")` | ||
20923 | - else | ||
20924 | - continue | ||
20925 | - fi | ||
20926 | - # Extract the definition of DEPDIR, am__include, and am__quote | ||
20927 | - # from the Makefile without running 'make'. | ||
20928 | - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | ||
20929 | - test -z "$DEPDIR" && continue | ||
20930 | - am__include=`sed -n 's/^am__include = //p' < "$mf"` | ||
20931 | - test -z "$am__include" && continue | ||
20932 | - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | ||
20933 | - # Find all dependency output files, they are included files with | ||
20934 | - # $(DEPDIR) in their names. We invoke sed twice because it is the | ||
20935 | - # simplest approach to changing $(DEPDIR) to its actual value in the | ||
20936 | - # expansion. | ||
20937 | - for file in `sed -n " | ||
20938 | - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | ||
20939 | - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do | ||
20940 | - # Make sure the directory exists. | ||
20941 | - test -f "$dirpart/$file" && continue | ||
20942 | - fdir=`AS_DIRNAME(["$file"])` | ||
20943 | - AS_MKDIR_P([$dirpart/$fdir]) | ||
20944 | - # echo "creating $dirpart/$file" | ||
20945 | - echo '# dummy' > "$dirpart/$file" | ||
20946 | - done | ||
20947 | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ | ||
20948 | + || continue | ||
20949 | + am_dirpart=`AS_DIRNAME(["$am_mf"])` | ||
20950 | + am_filepart=`AS_BASENAME(["$am_mf"])` | ||
20951 | + AM_RUN_LOG([cd "$am_dirpart" \ | ||
20952 | + && sed -e '/# am--include-marker/d' "$am_filepart" \ | ||
20953 | + | $MAKE -f - am--depfiles]) || am_rc=$? | ||
20954 | done | ||
20955 | + if test $am_rc -ne 0; then | ||
20956 | + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments | ||
20957 | + for automatic dependency tracking. If GNU make was not used, consider | ||
20958 | + re-running the configure script with MAKE="gmake" (or whatever is | ||
20959 | + necessary). You can also try re-running configure with the | ||
20960 | + '--disable-dependency-tracking' option to at least be able to build | ||
20961 | + the package (albeit without support for automatic dependency tracking).]) | ||
20962 | + fi | ||
20963 | + AS_UNSET([am_dirpart]) | ||
20964 | + AS_UNSET([am_filepart]) | ||
20965 | + AS_UNSET([am_mf]) | ||
20966 | + AS_UNSET([am_rc]) | ||
20967 | + rm -f conftest-deps.mk | ||
20968 | } | ||
20969 | ])# _AM_OUTPUT_DEPENDENCY_COMMANDS | ||
20970 | |||
20971 | @@ -457,18 +450,17 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], | ||
20972 | # ----------------------------- | ||
20973 | # This macro should only be invoked once -- use via AC_REQUIRE. | ||
20974 | # | ||
20975 | -# This code is only required when automatic dependency tracking | ||
20976 | -# is enabled. FIXME. This creates each '.P' file that we will | ||
20977 | -# need in order to bootstrap the dependency handling code. | ||
20978 | +# This code is only required when automatic dependency tracking is enabled. | ||
20979 | +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in | ||
20980 | +# order to bootstrap the dependency handling code. | ||
20981 | AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], | ||
20982 | [AC_CONFIG_COMMANDS([depfiles], | ||
20983 | [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], | ||
20984 | - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) | ||
20985 | -]) | ||
20986 | + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) | ||
20987 | |||
20988 | # Do all the work for Automake. -*- Autoconf -*- | ||
20989 | |||
20990 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
20991 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
20992 | # | ||
20993 | # This file is free software; the Free Software Foundation | ||
20994 | # gives unlimited permission to copy and/or distribute it, | ||
20995 | @@ -496,6 +488,10 @@ m4_defn([AC_PROG_CC]) | ||
20996 | # release and drop the old call support. | ||
20997 | AC_DEFUN([AM_INIT_AUTOMAKE], | ||
20998 | [AC_PREREQ([2.65])dnl | ||
20999 | +m4_ifdef([_$0_ALREADY_INIT], | ||
21000 | + [m4_fatal([$0 expanded multiple times | ||
21001 | +]m4_defn([_$0_ALREADY_INIT]))], | ||
21002 | + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl | ||
21003 | dnl Autoconf wants to disallow AM_ names. We explicitly allow | ||
21004 | dnl the ones we care about. | ||
21005 | m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl | ||
21006 | @@ -532,7 +528,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl | ||
21007 | [_AM_SET_OPTIONS([$1])dnl | ||
21008 | dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. | ||
21009 | m4_if( | ||
21010 | - m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), | ||
21011 | + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), | ||
21012 | [ok:ok],, | ||
21013 | [m4_fatal([AC_INIT should be called with package and version arguments])])dnl | ||
21014 | AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl | ||
21015 | @@ -555,8 +551,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl | ||
21016 | AC_REQUIRE([AC_PROG_MKDIR_P])dnl | ||
21017 | # For better backward compatibility. To be removed once Automake 1.9.x | ||
21018 | # dies out for good. For more background, see: | ||
21019 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
21020 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
21021 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
21022 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
21023 | AC_SUBST([mkdir_p], ['$(MKDIR_P)']) | ||
21024 | # We need awk for the "check" target (and possibly the TAP driver). The | ||
21025 | # system "awk" is bad on some platforms. | ||
21026 | @@ -584,6 +580,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], | ||
21027 | [m4_define([AC_PROG_OBJCXX], | ||
21028 | m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl | ||
21029 | ]) | ||
21030 | +# Variables for tags utilities; see am/tags.am | ||
21031 | +if test -z "$CTAGS"; then | ||
21032 | + CTAGS=ctags | ||
21033 | +fi | ||
21034 | +AC_SUBST([CTAGS]) | ||
21035 | +if test -z "$ETAGS"; then | ||
21036 | + ETAGS=etags | ||
21037 | +fi | ||
21038 | +AC_SUBST([ETAGS]) | ||
21039 | +if test -z "$CSCOPE"; then | ||
21040 | + CSCOPE=cscope | ||
21041 | +fi | ||
21042 | +AC_SUBST([CSCOPE]) | ||
21043 | + | ||
21044 | AC_REQUIRE([AM_SILENT_RULES])dnl | ||
21045 | dnl The testsuite driver may need to know about EXEEXT, so add the | ||
21046 | dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This | ||
21047 | @@ -623,7 +633,7 @@ END | ||
21048 | Aborting the configuration process, to ensure you take notice of the issue. | ||
21049 | |||
21050 | You can download and install GNU coreutils to get an 'rm' implementation | ||
21051 | -that behaves properly: <http://www.gnu.org/software/coreutils/>. | ||
21052 | +that behaves properly: <https://www.gnu.org/software/coreutils/>. | ||
21053 | |||
21054 | If you want to complete the configuration process using your problematic | ||
21055 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | ||
21056 | @@ -665,7 +675,7 @@ for _am_header in $config_headers :; do | ||
21057 | done | ||
21058 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) | ||
21059 | |||
21060 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
21061 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
21062 | # | ||
21063 | # This file is free software; the Free Software Foundation | ||
21064 | # gives unlimited permission to copy and/or distribute it, | ||
21065 | @@ -689,7 +699,7 @@ AC_SUBST([install_sh])]) | ||
21066 | # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- | ||
21067 | # From Jim Meyering | ||
21068 | |||
21069 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
21070 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
21071 | # | ||
21072 | # This file is free software; the Free Software Foundation | ||
21073 | # gives unlimited permission to copy and/or distribute it, | ||
21074 | @@ -724,7 +734,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) | ||
21075 | |||
21076 | # Check to see how 'make' treats includes. -*- Autoconf -*- | ||
21077 | |||
21078 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
21079 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
21080 | # | ||
21081 | # This file is free software; the Free Software Foundation | ||
21082 | # gives unlimited permission to copy and/or distribute it, | ||
21083 | @@ -732,49 +742,42 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) | ||
21084 | |||
21085 | # AM_MAKE_INCLUDE() | ||
21086 | # ----------------- | ||
21087 | -# Check to see how make treats includes. | ||
21088 | +# Check whether make has an 'include' directive that can support all | ||
21089 | +# the idioms we need for our automatic dependency tracking code. | ||
21090 | AC_DEFUN([AM_MAKE_INCLUDE], | ||
21091 | -[am_make=${MAKE-make} | ||
21092 | -cat > confinc << 'END' | ||
21093 | +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) | ||
21094 | +cat > confinc.mk << 'END' | ||
21095 | am__doit: | ||
21096 | - @echo this is the am__doit target | ||
21097 | + @echo this is the am__doit target >confinc.out | ||
21098 | .PHONY: am__doit | ||
21099 | END | ||
21100 | -# If we don't find an include directive, just comment out the code. | ||
21101 | -AC_MSG_CHECKING([for style of include used by $am_make]) | ||
21102 | am__include="#" | ||
21103 | am__quote= | ||
21104 | -_am_result=none | ||
21105 | -# First try GNU make style include. | ||
21106 | -echo "include confinc" > confmf | ||
21107 | -# Ignore all kinds of additional output from 'make'. | ||
21108 | -case `$am_make -s -f confmf 2> /dev/null` in #( | ||
21109 | -*the\ am__doit\ target*) | ||
21110 | - am__include=include | ||
21111 | - am__quote= | ||
21112 | - _am_result=GNU | ||
21113 | - ;; | ||
21114 | -esac | ||
21115 | -# Now try BSD make style include. | ||
21116 | -if test "$am__include" = "#"; then | ||
21117 | - echo '.include "confinc"' > confmf | ||
21118 | - case `$am_make -s -f confmf 2> /dev/null` in #( | ||
21119 | - *the\ am__doit\ target*) | ||
21120 | - am__include=.include | ||
21121 | - am__quote="\"" | ||
21122 | - _am_result=BSD | ||
21123 | - ;; | ||
21124 | - esac | ||
21125 | -fi | ||
21126 | -AC_SUBST([am__include]) | ||
21127 | -AC_SUBST([am__quote]) | ||
21128 | -AC_MSG_RESULT([$_am_result]) | ||
21129 | -rm -f confinc confmf | ||
21130 | -]) | ||
21131 | +# BSD make does it like this. | ||
21132 | +echo '.include "confinc.mk" # ignored' > confmf.BSD | ||
21133 | +# Other make implementations (GNU, Solaris 10, AIX) do it like this. | ||
21134 | +echo 'include confinc.mk # ignored' > confmf.GNU | ||
21135 | +_am_result=no | ||
21136 | +for s in GNU BSD; do | ||
21137 | + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) | ||
21138 | + AS_CASE([$?:`cat confinc.out 2>/dev/null`], | ||
21139 | + ['0:this is the am__doit target'], | ||
21140 | + [AS_CASE([$s], | ||
21141 | + [BSD], [am__include='.include' am__quote='"'], | ||
21142 | + [am__include='include' am__quote=''])]) | ||
21143 | + if test "$am__include" != "#"; then | ||
21144 | + _am_result="yes ($s style)" | ||
21145 | + break | ||
21146 | + fi | ||
21147 | +done | ||
21148 | +rm -f confinc.* confmf.* | ||
21149 | +AC_MSG_RESULT([${_am_result}]) | ||
21150 | +AC_SUBST([am__include])]) | ||
21151 | +AC_SUBST([am__quote])]) | ||
21152 | |||
21153 | # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- | ||
21154 | |||
21155 | -# Copyright (C) 1997-2017 Free Software Foundation, Inc. | ||
21156 | +# Copyright (C) 1997-2021 Free Software Foundation, Inc. | ||
21157 | # | ||
21158 | # This file is free software; the Free Software Foundation | ||
21159 | # gives unlimited permission to copy and/or distribute it, | ||
21160 | @@ -795,12 +798,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN], | ||
21161 | [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl | ||
21162 | AC_REQUIRE_AUX_FILE([missing])dnl | ||
21163 | if test x"${MISSING+set}" != xset; then | ||
21164 | - case $am_aux_dir in | ||
21165 | - *\ * | *\ *) | ||
21166 | - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | ||
21167 | - *) | ||
21168 | - MISSING="\${SHELL} $am_aux_dir/missing" ;; | ||
21169 | - esac | ||
21170 | + MISSING="\${SHELL} '$am_aux_dir/missing'" | ||
21171 | fi | ||
21172 | # Use eval to expand $SHELL | ||
21173 | if eval "$MISSING --is-lightweight"; then | ||
21174 | @@ -813,7 +811,7 @@ fi | ||
21175 | |||
21176 | # Helper functions for option handling. -*- Autoconf -*- | ||
21177 | |||
21178 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
21179 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
21180 | # | ||
21181 | # This file is free software; the Free Software Foundation | ||
21182 | # gives unlimited permission to copy and/or distribute it, | ||
21183 | @@ -842,7 +840,7 @@ AC_DEFUN([_AM_SET_OPTIONS], | ||
21184 | AC_DEFUN([_AM_IF_OPTION], | ||
21185 | [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) | ||
21186 | |||
21187 | -# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
21188 | +# Copyright (C) 1999-2021 Free Software Foundation, Inc. | ||
21189 | # | ||
21190 | # This file is free software; the Free Software Foundation | ||
21191 | # gives unlimited permission to copy and/or distribute it, | ||
21192 | @@ -889,7 +887,7 @@ AC_LANG_POP([C])]) | ||
21193 | # For backward compatibility. | ||
21194 | AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) | ||
21195 | |||
21196 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
21197 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
21198 | # | ||
21199 | # This file is free software; the Free Software Foundation | ||
21200 | # gives unlimited permission to copy and/or distribute it, | ||
21201 | @@ -908,7 +906,7 @@ AC_DEFUN([AM_RUN_LOG], | ||
21202 | |||
21203 | # Check to make sure that the build environment is sane. -*- Autoconf -*- | ||
21204 | |||
21205 | -# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
21206 | +# Copyright (C) 1996-2021 Free Software Foundation, Inc. | ||
21207 | # | ||
21208 | # This file is free software; the Free Software Foundation | ||
21209 | # gives unlimited permission to copy and/or distribute it, | ||
21210 | @@ -989,7 +987,7 @@ AC_CONFIG_COMMANDS_PRE( | ||
21211 | rm -f conftest.file | ||
21212 | ]) | ||
21213 | |||
21214 | -# Copyright (C) 2009-2017 Free Software Foundation, Inc. | ||
21215 | +# Copyright (C) 2009-2021 Free Software Foundation, Inc. | ||
21216 | # | ||
21217 | # This file is free software; the Free Software Foundation | ||
21218 | # gives unlimited permission to copy and/or distribute it, | ||
21219 | @@ -1049,7 +1047,7 @@ AC_SUBST([AM_BACKSLASH])dnl | ||
21220 | _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | ||
21221 | ]) | ||
21222 | |||
21223 | -# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
21224 | +# Copyright (C) 2001-2021 Free Software Foundation, Inc. | ||
21225 | # | ||
21226 | # This file is free software; the Free Software Foundation | ||
21227 | # gives unlimited permission to copy and/or distribute it, | ||
21228 | @@ -1077,7 +1075,7 @@ fi | ||
21229 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | ||
21230 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) | ||
21231 | |||
21232 | -# Copyright (C) 2006-2017 Free Software Foundation, Inc. | ||
21233 | +# Copyright (C) 2006-2021 Free Software Foundation, Inc. | ||
21234 | # | ||
21235 | # This file is free software; the Free Software Foundation | ||
21236 | # gives unlimited permission to copy and/or distribute it, | ||
21237 | @@ -1096,7 +1094,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | ||
21238 | |||
21239 | # Check how to create a tarball. -*- Autoconf -*- | ||
21240 | |||
21241 | -# Copyright (C) 2004-2017 Free Software Foundation, Inc. | ||
21242 | +# Copyright (C) 2004-2021 Free Software Foundation, Inc. | ||
21243 | # | ||
21244 | # This file is free software; the Free Software Foundation | ||
21245 | # gives unlimited permission to copy and/or distribute it, | ||
21246 | diff --git a/libsframe/configure b/libsframe/configure | 20200 | diff --git a/libsframe/configure b/libsframe/configure |
21247 | index 4727eff533a..ca3885ad105 100755 | 20201 | index 4727eff533a..ff7a4ab5c7a 100755 |
21248 | --- a/libsframe/configure | 20202 | --- a/libsframe/configure |
21249 | +++ b/libsframe/configure | 20203 | +++ b/libsframe/configure |
21250 | @@ -658,6 +658,8 @@ OTOOL | 20204 | @@ -658,6 +658,8 @@ OTOOL |
@@ -21256,35 +20210,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21256 | OBJDUMP | 20210 | OBJDUMP |
21257 | LN_S | 20211 | LN_S |
21258 | NM | 20212 | NM |
21259 | @@ -674,6 +676,9 @@ AM_BACKSLASH | 20213 | @@ -777,6 +779,7 @@ enable_static |
21260 | AM_DEFAULT_VERBOSITY | ||
21261 | AM_DEFAULT_V | ||
21262 | AM_V | ||
21263 | +CSCOPE | ||
21264 | +ETAGS | ||
21265 | +CTAGS | ||
21266 | am__fastdepCC_FALSE | ||
21267 | am__fastdepCC_TRUE | ||
21268 | CCDEPMODE | ||
21269 | @@ -681,7 +686,6 @@ am__nodep | ||
21270 | AMDEPBACKSLASH | ||
21271 | AMDEP_FALSE | ||
21272 | AMDEP_TRUE | ||
21273 | -am__quote | ||
21274 | am__include | ||
21275 | DEPDIR | ||
21276 | am__untar | ||
21277 | @@ -766,7 +770,8 @@ PACKAGE_VERSION | ||
21278 | PACKAGE_TARNAME | ||
21279 | PACKAGE_NAME | ||
21280 | PATH_SEPARATOR | ||
21281 | -SHELL' | ||
21282 | +SHELL | ||
21283 | +am__quote' | ||
21284 | ac_subst_files='' | ||
21285 | ac_user_opts=' | ||
21286 | enable_option_checking | ||
21287 | @@ -777,6 +782,7 @@ enable_static | ||
21288 | with_pic | 20214 | with_pic |
21289 | enable_fast_install | 20215 | enable_fast_install |
21290 | with_gnu_ld | 20216 | with_gnu_ld |
@@ -21292,7 +20218,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21292 | enable_libtool_lock | 20218 | enable_libtool_lock |
21293 | enable_largefile | 20219 | enable_largefile |
21294 | enable_maintainer_mode | 20220 | enable_maintainer_mode |
21295 | @@ -1433,6 +1439,8 @@ Optional Packages: | 20221 | @@ -1433,6 +1436,8 @@ Optional Packages: |
21296 | --with-pic try to use only PIC/non-PIC objects [default=use | 20222 | --with-pic try to use only PIC/non-PIC objects [default=use |
21297 | both] | 20223 | both] |
21298 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 20224 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -21301,150 +20227,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21301 | 20227 | ||
21302 | Some influential environment variables: | 20228 | Some influential environment variables: |
21303 | CC C compiler command | 20229 | CC C compiler command |
21304 | @@ -3727,7 +3735,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | 20230 | @@ -5468,8 +5473,8 @@ esac |
21305 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | ||
21306 | |||
21307 | |||
21308 | -am__api_version='1.15' | ||
21309 | +am__api_version='1.16' | ||
21310 | |||
21311 | # Find a good install program. We prefer a C program (faster), | ||
21312 | # so one script is as good as another. But avoid the broken or | ||
21313 | @@ -3900,12 +3908,7 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | ||
21314 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | ||
21315 | |||
21316 | if test x"${MISSING+set}" != xset; then | ||
21317 | - case $am_aux_dir in | ||
21318 | - *\ * | *\ *) | ||
21319 | - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | ||
21320 | - *) | ||
21321 | - MISSING="\${SHELL} $am_aux_dir/missing" ;; | ||
21322 | - esac | ||
21323 | + MISSING="\${SHELL} '$am_aux_dir/missing'" | ||
21324 | fi | ||
21325 | # Use eval to expand $SHELL | ||
21326 | if eval "$MISSING --is-lightweight"; then | ||
21327 | @@ -4153,45 +4156,45 @@ DEPDIR="${am__leading_dot}deps" | ||
21328 | |||
21329 | ac_config_commands="$ac_config_commands depfiles" | ||
21330 | |||
21331 | - | ||
21332 | -am_make=${MAKE-make} | ||
21333 | -cat > confinc << 'END' | ||
21334 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 | ||
21335 | +$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } | ||
21336 | +cat > confinc.mk << 'END' | ||
21337 | am__doit: | ||
21338 | - @echo this is the am__doit target | ||
21339 | + @echo this is the am__doit target >confinc.out | ||
21340 | .PHONY: am__doit | ||
21341 | END | ||
21342 | -# If we don't find an include directive, just comment out the code. | ||
21343 | -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 | ||
21344 | -$as_echo_n "checking for style of include used by $am_make... " >&6; } | ||
21345 | am__include="#" | ||
21346 | am__quote= | ||
21347 | -_am_result=none | ||
21348 | -# First try GNU make style include. | ||
21349 | -echo "include confinc" > confmf | ||
21350 | -# Ignore all kinds of additional output from 'make'. | ||
21351 | -case `$am_make -s -f confmf 2> /dev/null` in #( | ||
21352 | -*the\ am__doit\ target*) | ||
21353 | - am__include=include | ||
21354 | - am__quote= | ||
21355 | - _am_result=GNU | ||
21356 | - ;; | ||
21357 | -esac | ||
21358 | -# Now try BSD make style include. | ||
21359 | -if test "$am__include" = "#"; then | ||
21360 | - echo '.include "confinc"' > confmf | ||
21361 | - case `$am_make -s -f confmf 2> /dev/null` in #( | ||
21362 | - *the\ am__doit\ target*) | ||
21363 | - am__include=.include | ||
21364 | - am__quote="\"" | ||
21365 | - _am_result=BSD | ||
21366 | +# BSD make does it like this. | ||
21367 | +echo '.include "confinc.mk" # ignored' > confmf.BSD | ||
21368 | +# Other make implementations (GNU, Solaris 10, AIX) do it like this. | ||
21369 | +echo 'include confinc.mk # ignored' > confmf.GNU | ||
21370 | +_am_result=no | ||
21371 | +for s in GNU BSD; do | ||
21372 | + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 | ||
21373 | + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 | ||
21374 | + ac_status=$? | ||
21375 | + echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
21376 | + (exit $ac_status); } | ||
21377 | + case $?:`cat confinc.out 2>/dev/null` in #( | ||
21378 | + '0:this is the am__doit target') : | ||
21379 | + case $s in #( | ||
21380 | + BSD) : | ||
21381 | + am__include='.include' am__quote='"' ;; #( | ||
21382 | + *) : | ||
21383 | + am__include='include' am__quote='' ;; | ||
21384 | +esac ;; #( | ||
21385 | + *) : | ||
21386 | ;; | ||
21387 | - esac | ||
21388 | -fi | ||
21389 | - | ||
21390 | - | ||
21391 | -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 | ||
21392 | -$as_echo "$_am_result" >&6; } | ||
21393 | -rm -f confinc confmf | ||
21394 | +esac | ||
21395 | + if test "$am__include" != "#"; then | ||
21396 | + _am_result="yes ($s style)" | ||
21397 | + break | ||
21398 | + fi | ||
21399 | +done | ||
21400 | +rm -f confinc.* confmf.* | ||
21401 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 | ||
21402 | +$as_echo "${_am_result}" >&6; } | ||
21403 | |||
21404 | # Check whether --enable-dependency-tracking was given. | ||
21405 | if test "${enable_dependency_tracking+set}" = set; then : | ||
21406 | @@ -4303,8 +4306,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | ||
21407 | |||
21408 | # For better backward compatibility. To be removed once Automake 1.9.x | ||
21409 | # dies out for good. For more background, see: | ||
21410 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
21411 | -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
21412 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||
21413 | +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||
21414 | mkdir_p='$(MKDIR_P)' | ||
21415 | |||
21416 | # We need awk for the "check" target (and possibly the TAP driver). The | ||
21417 | @@ -4451,6 +4454,20 @@ else | ||
21418 | fi | ||
21419 | |||
21420 | |||
21421 | +# Variables for tags utilities; see am/tags.am | ||
21422 | +if test -z "$CTAGS"; then | ||
21423 | + CTAGS=ctags | ||
21424 | +fi | ||
21425 | + | ||
21426 | +if test -z "$ETAGS"; then | ||
21427 | + ETAGS=etags | ||
21428 | +fi | ||
21429 | + | ||
21430 | +if test -z "$CSCOPE"; then | ||
21431 | + CSCOPE=cscope | ||
21432 | +fi | ||
21433 | + | ||
21434 | + | ||
21435 | |||
21436 | # POSIX will say in a future version that running "rm -f" with no argument | ||
21437 | # is OK; and we want to be able to make that assumption in our Makefile | ||
21438 | @@ -4483,7 +4500,7 @@ END | ||
21439 | Aborting the configuration process, to ensure you take notice of the issue. | ||
21440 | |||
21441 | You can download and install GNU coreutils to get an 'rm' implementation | ||
21442 | -that behaves properly: <http://www.gnu.org/software/coreutils/>. | ||
21443 | +that behaves properly: <https://www.gnu.org/software/coreutils/>. | ||
21444 | |||
21445 | If you want to complete the configuration process using your problematic | ||
21446 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | ||
21447 | @@ -5468,8 +5485,8 @@ esac | ||
21448 | 20231 | ||
21449 | 20232 | ||
21450 | 20233 | ||
@@ -21455,7 +20238,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21455 | 20238 | ||
21456 | 20239 | ||
21457 | 20240 | ||
21458 | @@ -5509,7 +5526,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 20241 | @@ -5509,7 +5514,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
21459 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 20242 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
21460 | $as_echo_n "checking how to print strings... " >&6; } | 20243 | $as_echo_n "checking how to print strings... " >&6; } |
21461 | # Test print first, because it will be a builtin if present. | 20244 | # Test print first, because it will be a builtin if present. |
@@ -21464,7 +20247,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21464 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 20247 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
21465 | ECHO='print -r --' | 20248 | ECHO='print -r --' |
21466 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 20249 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
21467 | @@ -6202,8 +6219,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 20250 | @@ -6202,8 +6207,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
21468 | # Try some XSI features | 20251 | # Try some XSI features |
21469 | xsi_shell=no | 20252 | xsi_shell=no |
21470 | ( _lt_dummy="a/b/c" | 20253 | ( _lt_dummy="a/b/c" |
@@ -21475,7 +20258,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21475 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 20258 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
21476 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 20259 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
21477 | && xsi_shell=yes | 20260 | && xsi_shell=yes |
21478 | @@ -6252,6 +6269,80 @@ esac | 20261 | @@ -6252,6 +6257,80 @@ esac |
21479 | 20262 | ||
21480 | 20263 | ||
21481 | 20264 | ||
@@ -21556,7 +20339,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21556 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 20339 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
21557 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 20340 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
21558 | if ${lt_cv_ld_reload_flag+:} false; then : | 20341 | if ${lt_cv_ld_reload_flag+:} false; then : |
21559 | @@ -6268,6 +6359,11 @@ case $reload_flag in | 20342 | @@ -6268,6 +6347,11 @@ case $reload_flag in |
21560 | esac | 20343 | esac |
21561 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 20344 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
21562 | case $host_os in | 20345 | case $host_os in |
@@ -21568,7 +20351,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21568 | darwin*) | 20351 | darwin*) |
21569 | if test "$GCC" = yes; then | 20352 | if test "$GCC" = yes; then |
21570 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 20353 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
21571 | @@ -6436,7 +6532,8 @@ mingw* | pw32*) | 20354 | @@ -6436,7 +6520,8 @@ mingw* | pw32*) |
21572 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 20355 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
21573 | lt_cv_file_magic_cmd='func_win32_libid' | 20356 | lt_cv_file_magic_cmd='func_win32_libid' |
21574 | else | 20357 | else |
@@ -21578,7 +20361,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21578 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 20361 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
21579 | fi | 20362 | fi |
21580 | ;; | 20363 | ;; |
21581 | @@ -6595,6 +6692,21 @@ esac | 20364 | @@ -6595,6 +6680,21 @@ esac |
21582 | fi | 20365 | fi |
21583 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 20366 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
21584 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 20367 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -21600,7 +20383,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21600 | file_magic_cmd=$lt_cv_file_magic_cmd | 20383 | file_magic_cmd=$lt_cv_file_magic_cmd |
21601 | deplibs_check_method=$lt_cv_deplibs_check_method | 20384 | deplibs_check_method=$lt_cv_deplibs_check_method |
21602 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 20385 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
21603 | @@ -6610,6 +6722,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 20386 | @@ -6610,6 +6710,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
21604 | 20387 | ||
21605 | 20388 | ||
21606 | 20389 | ||
@@ -21758,7 +20541,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21758 | plugin_option= | 20541 | plugin_option= |
21759 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 20542 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
21760 | for plugin in $plugin_names; do | 20543 | for plugin in $plugin_names; do |
21761 | @@ -6624,8 +6887,10 @@ for plugin in $plugin_names; do | 20544 | @@ -6624,8 +6875,10 @@ for plugin in $plugin_names; do |
21762 | done | 20545 | done |
21763 | 20546 | ||
21764 | if test -n "$ac_tool_prefix"; then | 20547 | if test -n "$ac_tool_prefix"; then |
@@ -21771,7 +20554,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21771 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 20554 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
21772 | $as_echo_n "checking for $ac_word... " >&6; } | 20555 | $as_echo_n "checking for $ac_word... " >&6; } |
21773 | if ${ac_cv_prog_AR+:} false; then : | 20556 | if ${ac_cv_prog_AR+:} false; then : |
21774 | @@ -6641,7 +6906,7 @@ do | 20557 | @@ -6641,7 +6894,7 @@ do |
21775 | test -z "$as_dir" && as_dir=. | 20558 | test -z "$as_dir" && as_dir=. |
21776 | for ac_exec_ext in '' $ac_executable_extensions; do | 20559 | for ac_exec_ext in '' $ac_executable_extensions; do |
21777 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 20560 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -21780,7 +20563,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21780 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 20563 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
21781 | break 2 | 20564 | break 2 |
21782 | fi | 20565 | fi |
21783 | @@ -6661,11 +6926,15 @@ $as_echo "no" >&6; } | 20566 | @@ -6661,11 +6914,15 @@ $as_echo "no" >&6; } |
21784 | fi | 20567 | fi |
21785 | 20568 | ||
21786 | 20569 | ||
@@ -21799,7 +20582,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21799 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 20582 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
21800 | $as_echo_n "checking for $ac_word... " >&6; } | 20583 | $as_echo_n "checking for $ac_word... " >&6; } |
21801 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 20584 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
21802 | @@ -6681,7 +6950,7 @@ do | 20585 | @@ -6681,7 +6938,7 @@ do |
21803 | test -z "$as_dir" && as_dir=. | 20586 | test -z "$as_dir" && as_dir=. |
21804 | for ac_exec_ext in '' $ac_executable_extensions; do | 20587 | for ac_exec_ext in '' $ac_executable_extensions; do |
21805 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 20588 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -21808,7 +20591,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21808 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 20591 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
21809 | break 2 | 20592 | break 2 |
21810 | fi | 20593 | fi |
21811 | @@ -6700,6 +6969,10 @@ else | 20594 | @@ -6700,6 +6957,10 @@ else |
21812 | $as_echo "no" >&6; } | 20595 | $as_echo "no" >&6; } |
21813 | fi | 20596 | fi |
21814 | 20597 | ||
@@ -21819,7 +20602,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21819 | if test "x$ac_ct_AR" = x; then | 20602 | if test "x$ac_ct_AR" = x; then |
21820 | AR="false" | 20603 | AR="false" |
21821 | else | 20604 | else |
21822 | @@ -6711,29 +6984,81 @@ ac_tool_warned=yes ;; | 20605 | @@ -6711,25 +6972,19 @@ ac_tool_warned=yes ;; |
21823 | esac | 20606 | esac |
21824 | AR=$ac_ct_AR | 20607 | AR=$ac_ct_AR |
21825 | fi | 20608 | fi |
@@ -21851,16 +20634,12 @@ index 4727eff533a..ca3885ad105 100755 | |||
21851 | + rm -f conftest.* | 20634 | + rm -f conftest.* |
21852 | +: ${AR=ar} | 20635 | +: ${AR=ar} |
21853 | +: ${AR_FLAGS=cru} | 20636 | +: ${AR_FLAGS=cru} |
21854 | + | ||
21855 | + | ||
21856 | + | ||
21857 | + | ||
21858 | + | ||
21859 | + | ||
21860 | + | ||
21861 | 20637 | ||
21862 | 20638 | ||
21863 | 20639 | ||
20640 | @@ -6741,6 +6996,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | ||
20641 | |||
20642 | |||
21864 | 20643 | ||
21865 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 | 20644 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 |
21866 | +$as_echo_n "checking for archiver @FILE support... " >&6; } | 20645 | +$as_echo_n "checking for archiver @FILE support... " >&6; } |
@@ -21913,10 +20692,17 @@ index 4727eff533a..ca3885ad105 100755 | |||
21913 | +else | 20692 | +else |
21914 | + archiver_list_spec=$lt_cv_ar_at_file | 20693 | + archiver_list_spec=$lt_cv_ar_at_file |
21915 | +fi | 20694 | +fi |
21916 | 20695 | + | |
21917 | 20696 | + | |
21918 | 20697 | + | |
21919 | @@ -7080,8 +7405,8 @@ esac | 20698 | + |
20699 | + | ||
20700 | + | ||
20701 | + | ||
20702 | if test -n "$ac_tool_prefix"; then | ||
20703 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | ||
20704 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | ||
20705 | @@ -7080,8 +7393,8 @@ esac | ||
21920 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 20706 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
21921 | 20707 | ||
21922 | # Transform an extracted symbol line into symbol name and symbol address | 20708 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -21927,7 +20713,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21927 | 20713 | ||
21928 | # Handle CRLF in mingw tool chain | 20714 | # Handle CRLF in mingw tool chain |
21929 | opt_cr= | 20715 | opt_cr= |
21930 | @@ -7117,6 +7442,7 @@ for ac_symprfx in "" "_"; do | 20716 | @@ -7117,6 +7430,7 @@ for ac_symprfx in "" "_"; do |
21931 | else | 20717 | else |
21932 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 20718 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
21933 | fi | 20719 | fi |
@@ -21935,7 +20721,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21935 | 20721 | ||
21936 | # Check to see that the pipe works correctly. | 20722 | # Check to see that the pipe works correctly. |
21937 | pipe_works=no | 20723 | pipe_works=no |
21938 | @@ -7158,6 +7484,18 @@ _LT_EOF | 20724 | @@ -7158,6 +7472,18 @@ _LT_EOF |
21939 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 20725 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
21940 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 20726 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
21941 | cat <<_LT_EOF > conftest.$ac_ext | 20727 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -21954,7 +20740,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21954 | #ifdef __cplusplus | 20740 | #ifdef __cplusplus |
21955 | extern "C" { | 20741 | extern "C" { |
21956 | #endif | 20742 | #endif |
21957 | @@ -7169,7 +7507,7 @@ _LT_EOF | 20743 | @@ -7169,7 +7495,7 @@ _LT_EOF |
21958 | cat <<_LT_EOF >> conftest.$ac_ext | 20744 | cat <<_LT_EOF >> conftest.$ac_ext |
21959 | 20745 | ||
21960 | /* The mapping between symbol names and symbols. */ | 20746 | /* The mapping between symbol names and symbols. */ |
@@ -21963,7 +20749,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21963 | const char *name; | 20749 | const char *name; |
21964 | void *address; | 20750 | void *address; |
21965 | } | 20751 | } |
21966 | @@ -7195,8 +7533,8 @@ static const void *lt_preloaded_setup() { | 20752 | @@ -7195,8 +7521,8 @@ static const void *lt_preloaded_setup() { |
21967 | _LT_EOF | 20753 | _LT_EOF |
21968 | # Now try linking the two files. | 20754 | # Now try linking the two files. |
21969 | mv conftest.$ac_objext conftstm.$ac_objext | 20755 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -21974,7 +20760,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21974 | LIBS="conftstm.$ac_objext" | 20760 | LIBS="conftstm.$ac_objext" |
21975 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 20761 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
21976 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 20762 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
21977 | @@ -7206,8 +7544,8 @@ _LT_EOF | 20763 | @@ -7206,8 +7532,8 @@ _LT_EOF |
21978 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 20764 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
21979 | pipe_works=yes | 20765 | pipe_works=yes |
21980 | fi | 20766 | fi |
@@ -21985,7 +20771,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
21985 | else | 20771 | else |
21986 | echo "cannot find nm_test_func in $nlist" >&5 | 20772 | echo "cannot find nm_test_func in $nlist" >&5 |
21987 | fi | 20773 | fi |
21988 | @@ -7244,6 +7582,16 @@ else | 20774 | @@ -7244,6 +7570,14 @@ else |
21989 | $as_echo "ok" >&6; } | 20775 | $as_echo "ok" >&6; } |
21990 | fi | 20776 | fi |
21991 | 20777 | ||
@@ -21997,12 +20783,10 @@ index 4727eff533a..ca3885ad105 100755 | |||
21997 | +fi | 20783 | +fi |
21998 | + | 20784 | + |
21999 | + | 20785 | + |
22000 | + | ||
22001 | + | ||
22002 | 20786 | ||
22003 | 20787 | ||
22004 | 20788 | ||
22005 | @@ -7260,6 +7608,45 @@ fi | 20789 | @@ -7262,6 +7596,47 @@ fi |
22006 | 20790 | ||
22007 | 20791 | ||
22008 | 20792 | ||
@@ -22045,21 +20829,15 @@ index 4727eff533a..ca3885ad105 100755 | |||
22045 | + | 20829 | + |
22046 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 | 20830 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 |
22047 | +$as_echo "${lt_sysroot:-no}" >&6; } | 20831 | +$as_echo "${lt_sysroot:-no}" >&6; } |
20832 | + | ||
20833 | + | ||
22048 | 20834 | ||
22049 | 20835 | ||
22050 | 20836 | ||
22051 | @@ -7465,11 +7852,128 @@ sparc*-*solaris*) | 20837 | @@ -7471,6 +7846,123 @@ esac |
22052 | ;; | 20838 | |
22053 | esac | 20839 | need_locks="$enable_libtool_lock" |
22054 | fi | 20840 | |
22055 | - rm -rf conftest* | ||
22056 | - ;; | ||
22057 | + rm -rf conftest* | ||
22058 | + ;; | ||
22059 | +esac | ||
22060 | + | ||
22061 | +need_locks="$enable_libtool_lock" | ||
22062 | + | ||
22063 | +if test -n "$ac_tool_prefix"; then | 20841 | +if test -n "$ac_tool_prefix"; then |
22064 | + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. | 20842 | + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. |
22065 | +set dummy ${ac_tool_prefix}mt; ac_word=$2 | 20843 | +set dummy ${ac_tool_prefix}mt; ac_word=$2 |
@@ -22145,7 +20923,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22145 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | 20923 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
22146 | +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | 20924 | +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
22147 | +ac_tool_warned=yes ;; | 20925 | +ac_tool_warned=yes ;; |
22148 | esac | 20926 | +esac |
22149 | + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL | 20927 | + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL |
22150 | + fi | 20928 | + fi |
22151 | +else | 20929 | +else |
@@ -22175,12 +20953,12 @@ index 4727eff533a..ca3885ad105 100755 | |||
22175 | + | 20953 | + |
22176 | + | 20954 | + |
22177 | + | 20955 | + |
22178 | 20956 | + | |
22179 | -need_locks="$enable_libtool_lock" | 20957 | + |
22180 | |||
22181 | 20958 | ||
22182 | case $host_os in | 20959 | case $host_os in |
22183 | @@ -8034,6 +8538,8 @@ _LT_EOF | 20960 | rhapsody* | darwin*) |
20961 | @@ -8034,6 +8526,8 @@ _LT_EOF | ||
22184 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 20962 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
22185 | echo "$AR cru libconftest.a conftest.o" >&5 | 20963 | echo "$AR cru libconftest.a conftest.o" >&5 |
22186 | $AR cru libconftest.a conftest.o 2>&5 | 20964 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -22189,7 +20967,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22189 | cat > conftest.c << _LT_EOF | 20967 | cat > conftest.c << _LT_EOF |
22190 | int main() { return 0;} | 20968 | int main() { return 0;} |
22191 | _LT_EOF | 20969 | _LT_EOF |
22192 | @@ -8588,8 +9094,6 @@ fi | 20970 | @@ -8588,8 +9082,6 @@ fi |
22193 | lt_prog_compiler_pic= | 20971 | lt_prog_compiler_pic= |
22194 | lt_prog_compiler_static= | 20972 | lt_prog_compiler_static= |
22195 | 20973 | ||
@@ -22198,7 +20976,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22198 | 20976 | ||
22199 | if test "$GCC" = yes; then | 20977 | if test "$GCC" = yes; then |
22200 | lt_prog_compiler_wl='-Wl,' | 20978 | lt_prog_compiler_wl='-Wl,' |
22201 | @@ -8755,6 +9259,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 20979 | @@ -8755,6 +9247,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
22202 | lt_prog_compiler_pic='--shared' | 20980 | lt_prog_compiler_pic='--shared' |
22203 | lt_prog_compiler_static='--static' | 20981 | lt_prog_compiler_static='--static' |
22204 | ;; | 20982 | ;; |
@@ -22211,7 +20989,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22211 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 20989 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
22212 | # Portland Group compilers (*not* the Pentium gcc compiler, | 20990 | # Portland Group compilers (*not* the Pentium gcc compiler, |
22213 | # which looks to be a dead project) | 20991 | # which looks to be a dead project) |
22214 | @@ -8817,7 +9327,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 20992 | @@ -8817,7 +9315,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
22215 | lt_prog_compiler_pic='-KPIC' | 20993 | lt_prog_compiler_pic='-KPIC' |
22216 | lt_prog_compiler_static='-Bstatic' | 20994 | lt_prog_compiler_static='-Bstatic' |
22217 | case $cc_basename in | 20995 | case $cc_basename in |
@@ -22220,7 +20998,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22220 | lt_prog_compiler_wl='-Qoption ld ';; | 20998 | lt_prog_compiler_wl='-Qoption ld ';; |
22221 | *) | 20999 | *) |
22222 | lt_prog_compiler_wl='-Wl,';; | 21000 | lt_prog_compiler_wl='-Wl,';; |
22223 | @@ -8874,13 +9384,17 @@ case $host_os in | 21001 | @@ -8874,13 +9372,17 @@ case $host_os in |
22224 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 21002 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
22225 | ;; | 21003 | ;; |
22226 | esac | 21004 | esac |
@@ -22244,7 +21022,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22244 | 21022 | ||
22245 | # | 21023 | # |
22246 | # Check to make sure the PIC flag actually works. | 21024 | # Check to make sure the PIC flag actually works. |
22247 | @@ -8941,6 +9455,11 @@ fi | 21025 | @@ -8941,6 +9443,11 @@ fi |
22248 | 21026 | ||
22249 | 21027 | ||
22250 | 21028 | ||
@@ -22256,7 +21034,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22256 | # | 21034 | # |
22257 | # Check to make sure the static flag actually works. | 21035 | # Check to make sure the static flag actually works. |
22258 | # | 21036 | # |
22259 | @@ -9291,7 +9810,8 @@ _LT_EOF | 21037 | @@ -9291,7 +9798,8 @@ _LT_EOF |
22260 | allow_undefined_flag=unsupported | 21038 | allow_undefined_flag=unsupported |
22261 | always_export_symbols=no | 21039 | always_export_symbols=no |
22262 | enable_shared_with_static_runtimes=yes | 21040 | enable_shared_with_static_runtimes=yes |
@@ -22266,7 +21044,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22266 | 21044 | ||
22267 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 21045 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
22268 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 21046 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
22269 | @@ -9390,12 +9910,12 @@ _LT_EOF | 21047 | @@ -9390,12 +9898,12 @@ _LT_EOF |
22270 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 21048 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
22271 | hardcode_libdir_flag_spec= | 21049 | hardcode_libdir_flag_spec= |
22272 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 21050 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -22281,7 +21059,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22281 | fi | 21059 | fi |
22282 | ;; | 21060 | ;; |
22283 | esac | 21061 | esac |
22284 | @@ -9409,8 +9929,8 @@ _LT_EOF | 21062 | @@ -9409,8 +9917,8 @@ _LT_EOF |
22285 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 21063 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
22286 | wlarc= | 21064 | wlarc= |
22287 | else | 21065 | else |
@@ -22292,7 +21070,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22292 | fi | 21070 | fi |
22293 | ;; | 21071 | ;; |
22294 | 21072 | ||
22295 | @@ -9428,8 +9948,8 @@ _LT_EOF | 21073 | @@ -9428,8 +9936,8 @@ _LT_EOF |
22296 | 21074 | ||
22297 | _LT_EOF | 21075 | _LT_EOF |
22298 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 21076 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -22303,7 +21081,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22303 | else | 21081 | else |
22304 | ld_shlibs=no | 21082 | ld_shlibs=no |
22305 | fi | 21083 | fi |
22306 | @@ -9475,8 +9995,8 @@ _LT_EOF | 21084 | @@ -9475,8 +9983,8 @@ _LT_EOF |
22307 | 21085 | ||
22308 | *) | 21086 | *) |
22309 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 21087 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -22314,7 +21092,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22314 | else | 21092 | else |
22315 | ld_shlibs=no | 21093 | ld_shlibs=no |
22316 | fi | 21094 | fi |
22317 | @@ -9606,7 +10126,13 @@ _LT_EOF | 21095 | @@ -9606,7 +10114,13 @@ _LT_EOF |
22318 | allow_undefined_flag='-berok' | 21096 | allow_undefined_flag='-berok' |
22319 | # Determine the default libpath from the value encoded in an | 21097 | # Determine the default libpath from the value encoded in an |
22320 | # empty executable. | 21098 | # empty executable. |
@@ -22329,7 +21107,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22329 | /* end confdefs.h. */ | 21107 | /* end confdefs.h. */ |
22330 | 21108 | ||
22331 | int | 21109 | int |
22332 | @@ -9619,22 +10145,29 @@ main () | 21110 | @@ -9619,22 +10133,29 @@ main () |
22333 | _ACEOF | 21111 | _ACEOF |
22334 | if ac_fn_c_try_link "$LINENO"; then : | 21112 | if ac_fn_c_try_link "$LINENO"; then : |
22335 | 21113 | ||
@@ -22372,7 +21150,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22372 | 21150 | ||
22373 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 21151 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
22374 | 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" | 21152 | 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" |
22375 | @@ -9646,7 +10179,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 21153 | @@ -9646,7 +10167,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22376 | else | 21154 | else |
22377 | # Determine the default libpath from the value encoded in an | 21155 | # Determine the default libpath from the value encoded in an |
22378 | # empty executable. | 21156 | # empty executable. |
@@ -22387,7 +21165,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22387 | /* end confdefs.h. */ | 21165 | /* end confdefs.h. */ |
22388 | 21166 | ||
22389 | int | 21167 | int |
22390 | @@ -9659,22 +10198,29 @@ main () | 21168 | @@ -9659,22 +10186,29 @@ main () |
22391 | _ACEOF | 21169 | _ACEOF |
22392 | if ac_fn_c_try_link "$LINENO"; then : | 21170 | if ac_fn_c_try_link "$LINENO"; then : |
22393 | 21171 | ||
@@ -22430,7 +21208,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22430 | 21208 | ||
22431 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 21209 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
22432 | # Warning - without using the other run time loading flags, | 21210 | # Warning - without using the other run time loading flags, |
22433 | @@ -9719,20 +10265,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 21211 | @@ -9719,20 +10253,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22434 | # Microsoft Visual C++. | 21212 | # Microsoft Visual C++. |
22435 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 21213 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
22436 | # no search path for DLLs. | 21214 | # no search path for DLLs. |
@@ -22508,7 +21286,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22508 | ;; | 21286 | ;; |
22509 | 21287 | ||
22510 | darwin* | rhapsody*) | 21288 | darwin* | rhapsody*) |
22511 | @@ -9793,7 +10382,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 21289 | @@ -9793,7 +10370,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22512 | 21290 | ||
22513 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 21291 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
22514 | freebsd* | dragonfly*) | 21292 | freebsd* | dragonfly*) |
@@ -22517,7 +21295,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22517 | hardcode_libdir_flag_spec='-R$libdir' | 21295 | hardcode_libdir_flag_spec='-R$libdir' |
22518 | hardcode_direct=yes | 21296 | hardcode_direct=yes |
22519 | hardcode_shlibpath_var=no | 21297 | hardcode_shlibpath_var=no |
22520 | @@ -9801,7 +10390,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 21298 | @@ -9801,7 +10378,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22521 | 21299 | ||
22522 | hpux9*) | 21300 | hpux9*) |
22523 | if test "$GCC" = yes; then | 21301 | if test "$GCC" = yes; then |
@@ -22526,7 +21304,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22526 | else | 21304 | else |
22527 | 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' | 21305 | 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' |
22528 | fi | 21306 | fi |
22529 | @@ -9817,7 +10406,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 21307 | @@ -9817,7 +10394,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22530 | 21308 | ||
22531 | hpux10*) | 21309 | hpux10*) |
22532 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 21310 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -22535,7 +21313,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22535 | else | 21313 | else |
22536 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 21314 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
22537 | fi | 21315 | fi |
22538 | @@ -9841,10 +10430,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 21316 | @@ -9841,10 +10418,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
22539 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 21317 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
22540 | ;; | 21318 | ;; |
22541 | ia64*) | 21319 | ia64*) |
@@ -22548,7 +21326,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22548 | ;; | 21326 | ;; |
22549 | esac | 21327 | esac |
22550 | else | 21328 | else |
22551 | @@ -9923,23 +10512,36 @@ fi | 21329 | @@ -9923,23 +10500,36 @@ fi |
22552 | 21330 | ||
22553 | irix5* | irix6* | nonstopux*) | 21331 | irix5* | irix6* | nonstopux*) |
22554 | if test "$GCC" = yes; then | 21332 | if test "$GCC" = yes; then |
@@ -22593,7 +21371,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22593 | else | 21371 | else |
22594 | 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' | 21372 | 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' |
22595 | 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' | 21373 | 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' |
22596 | @@ -10024,7 +10626,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 21374 | @@ -10024,7 +10614,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
22597 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 21375 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
22598 | if test "$GCC" = yes; then | 21376 | if test "$GCC" = yes; then |
22599 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 21377 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -22602,7 +21380,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22602 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 21380 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
22603 | else | 21381 | else |
22604 | allow_undefined_flag=' -expect_unresolved \*' | 21382 | allow_undefined_flag=' -expect_unresolved \*' |
22605 | @@ -10043,9 +10645,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 21383 | @@ -10043,9 +10633,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
22606 | no_undefined_flag=' -z defs' | 21384 | no_undefined_flag=' -z defs' |
22607 | if test "$GCC" = yes; then | 21385 | if test "$GCC" = yes; then |
22608 | wlarc='${wl}' | 21386 | wlarc='${wl}' |
@@ -22614,7 +21392,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22614 | else | 21392 | else |
22615 | case `$CC -V 2>&1` in | 21393 | case `$CC -V 2>&1` in |
22616 | *"Compilers 5.0"*) | 21394 | *"Compilers 5.0"*) |
22617 | @@ -10621,8 +11223,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 21395 | @@ -10621,8 +11211,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
22618 | need_version=no | 21396 | need_version=no |
22619 | need_lib_prefix=no | 21397 | need_lib_prefix=no |
22620 | 21398 | ||
@@ -22626,7 +21404,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22626 | library_names_spec='$libname.dll.a' | 21404 | library_names_spec='$libname.dll.a' |
22627 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 21405 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
22628 | postinstall_cmds='base_file=`basename \${file}`~ | 21406 | postinstall_cmds='base_file=`basename \${file}`~ |
22629 | @@ -10655,13 +11258,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 21407 | @@ -10655,13 +11246,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
22630 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 21408 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
22631 | ;; | 21409 | ;; |
22632 | esac | 21410 | esac |
@@ -22699,7 +21477,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22699 | # FIXME: first we should search . and the directory the executable is in | 21477 | # FIXME: first we should search . and the directory the executable is in |
22700 | shlibpath_var=PATH | 21478 | shlibpath_var=PATH |
22701 | ;; | 21479 | ;; |
22702 | @@ -11563,7 +12224,7 @@ else | 21480 | @@ -11563,7 +12212,7 @@ else |
22703 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 21481 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
22704 | lt_status=$lt_dlunknown | 21482 | lt_status=$lt_dlunknown |
22705 | cat > conftest.$ac_ext <<_LT_EOF | 21483 | cat > conftest.$ac_ext <<_LT_EOF |
@@ -22708,7 +21486,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22708 | #include "confdefs.h" | 21486 | #include "confdefs.h" |
22709 | 21487 | ||
22710 | #if HAVE_DLFCN_H | 21488 | #if HAVE_DLFCN_H |
22711 | @@ -11607,10 +12268,10 @@ else | 21489 | @@ -11607,10 +12256,10 @@ else |
22712 | /* When -fvisbility=hidden is used, assume the code has been annotated | 21490 | /* When -fvisbility=hidden is used, assume the code has been annotated |
22713 | correspondingly for the symbols needed. */ | 21491 | correspondingly for the symbols needed. */ |
22714 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 21492 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -22721,7 +21499,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22721 | int main () | 21499 | int main () |
22722 | { | 21500 | { |
22723 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 21501 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
22724 | @@ -11669,7 +12330,7 @@ else | 21502 | @@ -11669,7 +12318,7 @@ else |
22725 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 21503 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
22726 | lt_status=$lt_dlunknown | 21504 | lt_status=$lt_dlunknown |
22727 | cat > conftest.$ac_ext <<_LT_EOF | 21505 | cat > conftest.$ac_ext <<_LT_EOF |
@@ -22730,7 +21508,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22730 | #include "confdefs.h" | 21508 | #include "confdefs.h" |
22731 | 21509 | ||
22732 | #if HAVE_DLFCN_H | 21510 | #if HAVE_DLFCN_H |
22733 | @@ -11713,10 +12374,10 @@ else | 21511 | @@ -11713,10 +12362,10 @@ else |
22734 | /* When -fvisbility=hidden is used, assume the code has been annotated | 21512 | /* When -fvisbility=hidden is used, assume the code has been annotated |
22735 | correspondingly for the symbols needed. */ | 21513 | correspondingly for the symbols needed. */ |
22736 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 21514 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -22743,16 +21521,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22743 | int main () | 21521 | int main () |
22744 | { | 21522 | { |
22745 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 21523 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
22746 | @@ -13541,7 +14202,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21524 | @@ -13579,13 +14228,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
22747 | # | ||
22748 | # INIT-COMMANDS | ||
22749 | # | ||
22750 | -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | ||
22751 | +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" | ||
22752 | |||
22753 | |||
22754 | # The HP-UX ksh and POSIX shell print the target directory to stdout | ||
22755 | @@ -13579,13 +14240,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | ||
22756 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 21525 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
22757 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 21526 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
22758 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 21527 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -22773,7 +21542,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22773 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 21542 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
22774 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 21543 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
22775 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 21544 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
22776 | @@ -13600,14 +14268,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 21545 | @@ -13600,14 +14256,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
22777 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 21546 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
22778 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 21547 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
22779 | 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"`' | 21548 | 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"`' |
@@ -22792,7 +21561,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22792 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 21561 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
22793 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 21562 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
22794 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 21563 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
22795 | @@ -13640,12 +14311,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 21564 | @@ -13640,12 +14299,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
22796 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 21565 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
22797 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 21566 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
22798 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 21567 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -22806,7 +21575,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22806 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 21575 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
22807 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 21576 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
22808 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 21577 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
22809 | @@ -13700,8 +14371,13 @@ reload_flag \ | 21578 | @@ -13700,8 +14359,13 @@ reload_flag \ |
22810 | OBJDUMP \ | 21579 | OBJDUMP \ |
22811 | deplibs_check_method \ | 21580 | deplibs_check_method \ |
22812 | file_magic_cmd \ | 21581 | file_magic_cmd \ |
@@ -22820,7 +21589,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22820 | STRIP \ | 21589 | STRIP \ |
22821 | RANLIB \ | 21590 | RANLIB \ |
22822 | CC \ | 21591 | CC \ |
22823 | @@ -13711,12 +14387,14 @@ lt_cv_sys_global_symbol_pipe \ | 21592 | @@ -13711,12 +14375,14 @@ lt_cv_sys_global_symbol_pipe \ |
22824 | lt_cv_sys_global_symbol_to_cdecl \ | 21593 | lt_cv_sys_global_symbol_to_cdecl \ |
22825 | lt_cv_sys_global_symbol_to_c_name_address \ | 21594 | lt_cv_sys_global_symbol_to_c_name_address \ |
22826 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 21595 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -22836,7 +21605,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22836 | DSYMUTIL \ | 21605 | DSYMUTIL \ |
22837 | NMEDIT \ | 21606 | NMEDIT \ |
22838 | LIPO \ | 21607 | LIPO \ |
22839 | @@ -13732,7 +14410,6 @@ no_undefined_flag \ | 21608 | @@ -13732,7 +14398,6 @@ no_undefined_flag \ |
22840 | hardcode_libdir_flag_spec \ | 21609 | hardcode_libdir_flag_spec \ |
22841 | hardcode_libdir_flag_spec_ld \ | 21610 | hardcode_libdir_flag_spec_ld \ |
22842 | hardcode_libdir_separator \ | 21611 | hardcode_libdir_separator \ |
@@ -22844,7 +21613,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22844 | exclude_expsyms \ | 21613 | exclude_expsyms \ |
22845 | include_expsyms \ | 21614 | include_expsyms \ |
22846 | file_list_spec \ | 21615 | file_list_spec \ |
22847 | @@ -13768,6 +14445,7 @@ module_cmds \ | 21616 | @@ -13768,6 +14433,7 @@ module_cmds \ |
22848 | module_expsym_cmds \ | 21617 | module_expsym_cmds \ |
22849 | export_symbols_cmds \ | 21618 | export_symbols_cmds \ |
22850 | prelink_cmds \ | 21619 | prelink_cmds \ |
@@ -22852,149 +21621,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
22852 | postinstall_cmds \ | 21621 | postinstall_cmds \ |
22853 | postuninstall_cmds \ | 21622 | postuninstall_cmds \ |
22854 | finish_cmds \ | 21623 | finish_cmds \ |
22855 | @@ -14414,29 +15092,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} | 21624 | @@ -14524,7 +15190,8 @@ $as_echo X"$file" | |
22856 | # Older Autoconf quotes --file arguments for eval, but not when files | ||
22857 | # are listed without --file. Let's play safe and only enable the eval | ||
22858 | # if we detect the quoting. | ||
22859 | - case $CONFIG_FILES in | ||
22860 | - *\'*) eval set x "$CONFIG_FILES" ;; | ||
22861 | - *) set x $CONFIG_FILES ;; | ||
22862 | - esac | ||
22863 | + # TODO: see whether this extra hack can be removed once we start | ||
22864 | + # requiring Autoconf 2.70 or later. | ||
22865 | + case $CONFIG_FILES in #( | ||
22866 | + *\'*) : | ||
22867 | + eval set x "$CONFIG_FILES" ;; #( | ||
22868 | + *) : | ||
22869 | + set x $CONFIG_FILES ;; #( | ||
22870 | + *) : | ||
22871 | + ;; | ||
22872 | +esac | ||
22873 | shift | ||
22874 | - for mf | ||
22875 | + # Used to flag and report bootstrapping failures. | ||
22876 | + am_rc=0 | ||
22877 | + for am_mf | ||
22878 | do | ||
22879 | # Strip MF so we end up with the name of the file. | ||
22880 | - mf=`echo "$mf" | sed -e 's/:.*$//'` | ||
22881 | - # Check whether this is an Automake generated Makefile or not. | ||
22882 | - # We used to match only the files named 'Makefile.in', but | ||
22883 | - # some people rename them; so instead we look at the file content. | ||
22884 | - # Grep'ing the first line is not enough: some people post-process | ||
22885 | - # each Makefile.in and add a new line on top of each file to say so. | ||
22886 | - # Grep'ing the whole file is not good either: AIX grep has a line | ||
22887 | + am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` | ||
22888 | + # Check whether this is an Automake generated Makefile which includes | ||
22889 | + # dependency-tracking related rules and includes. | ||
22890 | + # Grep'ing the whole file directly is not great: AIX grep has a line | ||
22891 | # limit of 2048, but all sed's we know have understand at least 4000. | ||
22892 | - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | ||
22893 | - dirpart=`$as_dirname -- "$mf" || | ||
22894 | -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
22895 | - X"$mf" : 'X\(//\)[^/]' \| \ | ||
22896 | - X"$mf" : 'X\(//\)$' \| \ | ||
22897 | - X"$mf" : 'X\(/\)' \| . 2>/dev/null || | ||
22898 | -$as_echo X"$mf" | | ||
22899 | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ | ||
22900 | + || continue | ||
22901 | + am_dirpart=`$as_dirname -- "$am_mf" || | ||
22902 | +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
22903 | + X"$am_mf" : 'X\(//\)[^/]' \| \ | ||
22904 | + X"$am_mf" : 'X\(//\)$' \| \ | ||
22905 | + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || | ||
22906 | +$as_echo X"$am_mf" | | ||
22907 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | ||
22908 | s//\1/ | ||
22909 | q | ||
22910 | @@ -14454,53 +15138,50 @@ $as_echo X"$mf" | | ||
22911 | q | ||
22912 | } | ||
22913 | s/.*/./; q'` | ||
22914 | - else | ||
22915 | - continue | ||
22916 | - fi | ||
22917 | - # Extract the definition of DEPDIR, am__include, and am__quote | ||
22918 | - # from the Makefile without running 'make'. | ||
22919 | - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | ||
22920 | - test -z "$DEPDIR" && continue | ||
22921 | - am__include=`sed -n 's/^am__include = //p' < "$mf"` | ||
22922 | - test -z "$am__include" && continue | ||
22923 | - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | ||
22924 | - # Find all dependency output files, they are included files with | ||
22925 | - # $(DEPDIR) in their names. We invoke sed twice because it is the | ||
22926 | - # simplest approach to changing $(DEPDIR) to its actual value in the | ||
22927 | - # expansion. | ||
22928 | - for file in `sed -n " | ||
22929 | - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | ||
22930 | - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do | ||
22931 | - # Make sure the directory exists. | ||
22932 | - test -f "$dirpart/$file" && continue | ||
22933 | - fdir=`$as_dirname -- "$file" || | ||
22934 | -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
22935 | - X"$file" : 'X\(//\)[^/]' \| \ | ||
22936 | - X"$file" : 'X\(//\)$' \| \ | ||
22937 | - X"$file" : 'X\(/\)' \| . 2>/dev/null || | ||
22938 | -$as_echo X"$file" | | ||
22939 | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | ||
22940 | - s//\1/ | ||
22941 | - q | ||
22942 | - } | ||
22943 | - /^X\(\/\/\)[^/].*/{ | ||
22944 | + am_filepart=`$as_basename -- "$am_mf" || | ||
22945 | +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ | ||
22946 | + X"$am_mf" : 'X\(//\)$' \| \ | ||
22947 | + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || | ||
22948 | +$as_echo X/"$am_mf" | | ||
22949 | + sed '/^.*\/\([^/][^/]*\)\/*$/{ | ||
22950 | s//\1/ | ||
22951 | q | ||
22952 | } | ||
22953 | - /^X\(\/\/\)$/{ | ||
22954 | + /^X\/\(\/\/\)$/{ | ||
22955 | s//\1/ | ||
22956 | q | ||
22957 | } | ||
22958 | - /^X\(\/\).*/{ | ||
22959 | + /^X\/\(\/\).*/{ | ||
22960 | s//\1/ | ||
22961 | q | ||
22962 | } | ||
22963 | s/.*/./; q'` | ||
22964 | - as_dir=$dirpart/$fdir; as_fn_mkdir_p | ||
22965 | - # echo "creating $dirpart/$file" | ||
22966 | - echo '# dummy' > "$dirpart/$file" | ||
22967 | - done | ||
22968 | + { echo "$as_me:$LINENO: cd "$am_dirpart" \ | ||
22969 | + && sed -e '/# am--include-marker/d' "$am_filepart" \ | ||
22970 | + | $MAKE -f - am--depfiles" >&5 | ||
22971 | + (cd "$am_dirpart" \ | ||
22972 | + && sed -e '/# am--include-marker/d' "$am_filepart" \ | ||
22973 | + | $MAKE -f - am--depfiles) >&5 2>&5 | ||
22974 | + ac_status=$? | ||
22975 | + echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
22976 | + (exit $ac_status); } || am_rc=$? | ||
22977 | done | ||
22978 | + if test $am_rc -ne 0; then | ||
22979 | + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
22980 | +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
22981 | +as_fn_error $? "Something went wrong bootstrapping makefile fragments | ||
22982 | + for automatic dependency tracking. If GNU make was not used, consider | ||
22983 | + re-running the configure script with MAKE=\"gmake\" (or whatever is | ||
22984 | + necessary). You can also try re-running configure with the | ||
22985 | + '--disable-dependency-tracking' option to at least be able to build | ||
22986 | + the package (albeit without support for automatic dependency tracking). | ||
22987 | +See \`config.log' for more details" "$LINENO" 5; } | ||
22988 | + fi | ||
22989 | + { am_dirpart=; unset am_dirpart;} | ||
22990 | + { am_filepart=; unset am_filepart;} | ||
22991 | + { am_mf=; unset am_mf;} | ||
22992 | + { am_rc=; unset am_rc;} | ||
22993 | + rm -f conftest-deps.mk | ||
22994 | } | ||
22995 | ;; | ||
22996 | "libtool":C) | ||
22997 | @@ -14524,7 +15205,8 @@ $as_echo X"$file" | | ||
22998 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 21625 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
22999 | # | 21626 | # |
23000 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 21627 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -23004,7 +21631,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23004 | # Written by Gordon Matzigkeit, 1996 | 21631 | # Written by Gordon Matzigkeit, 1996 |
23005 | # | 21632 | # |
23006 | # This file is part of GNU Libtool. | 21633 | # This file is part of GNU Libtool. |
23007 | @@ -14627,19 +15309,42 @@ SP2NL=$lt_lt_SP2NL | 21634 | @@ -14627,19 +15294,42 @@ SP2NL=$lt_lt_SP2NL |
23008 | # turn newlines into spaces. | 21635 | # turn newlines into spaces. |
23009 | NL2SP=$lt_lt_NL2SP | 21636 | NL2SP=$lt_lt_NL2SP |
23010 | 21637 | ||
@@ -23048,7 +21675,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23048 | # A symbol stripping program. | 21675 | # A symbol stripping program. |
23049 | STRIP=$lt_STRIP | 21676 | STRIP=$lt_STRIP |
23050 | 21677 | ||
23051 | @@ -14669,6 +15374,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 21678 | @@ -14669,6 +15359,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
23052 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 21679 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
23053 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 21680 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
23054 | 21681 | ||
@@ -23061,7 +21688,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23061 | # The name of the directory that contains temporary libtool files. | 21688 | # The name of the directory that contains temporary libtool files. |
23062 | objdir=$objdir | 21689 | objdir=$objdir |
23063 | 21690 | ||
23064 | @@ -14678,6 +15389,9 @@ MAGIC_CMD=$MAGIC_CMD | 21691 | @@ -14678,6 +15374,9 @@ MAGIC_CMD=$MAGIC_CMD |
23065 | # Must we lock files when doing compilation? | 21692 | # Must we lock files when doing compilation? |
23066 | need_locks=$lt_need_locks | 21693 | need_locks=$lt_need_locks |
23067 | 21694 | ||
@@ -23071,7 +21698,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23071 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 21698 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
23072 | DSYMUTIL=$lt_DSYMUTIL | 21699 | DSYMUTIL=$lt_DSYMUTIL |
23073 | 21700 | ||
23074 | @@ -14792,12 +15506,12 @@ with_gcc=$GCC | 21701 | @@ -14792,12 +15491,12 @@ with_gcc=$GCC |
23075 | # Compiler flag to turn off builtin functions. | 21702 | # Compiler flag to turn off builtin functions. |
23076 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 21703 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
23077 | 21704 | ||
@@ -23087,7 +21714,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23087 | # Compiler flag to prevent dynamic linking. | 21714 | # Compiler flag to prevent dynamic linking. |
23088 | link_static_flag=$lt_lt_prog_compiler_static | 21715 | link_static_flag=$lt_lt_prog_compiler_static |
23089 | 21716 | ||
23090 | @@ -14884,9 +15598,6 @@ inherit_rpath=$inherit_rpath | 21717 | @@ -14884,9 +15583,6 @@ inherit_rpath=$inherit_rpath |
23091 | # Whether libtool must link a program against all its dependency libraries. | 21718 | # Whether libtool must link a program against all its dependency libraries. |
23092 | link_all_deplibs=$link_all_deplibs | 21719 | link_all_deplibs=$link_all_deplibs |
23093 | 21720 | ||
@@ -23097,7 +21724,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23097 | # Set to "yes" if exported symbols are required. | 21724 | # Set to "yes" if exported symbols are required. |
23098 | always_export_symbols=$always_export_symbols | 21725 | always_export_symbols=$always_export_symbols |
23099 | 21726 | ||
23100 | @@ -14902,6 +15613,9 @@ include_expsyms=$lt_include_expsyms | 21727 | @@ -14902,6 +15598,9 @@ include_expsyms=$lt_include_expsyms |
23101 | # Commands necessary for linking programs (against libraries) with templates. | 21728 | # Commands necessary for linking programs (against libraries) with templates. |
23102 | prelink_cmds=$lt_prelink_cmds | 21729 | prelink_cmds=$lt_prelink_cmds |
23103 | 21730 | ||
@@ -23107,7 +21734,7 @@ index 4727eff533a..ca3885ad105 100755 | |||
23107 | # Specify filename containing input files. | 21734 | # Specify filename containing input files. |
23108 | file_list_spec=$lt_file_list_spec | 21735 | file_list_spec=$lt_file_list_spec |
23109 | 21736 | ||
23110 | @@ -14934,210 +15648,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 21737 | @@ -14934,210 +15633,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
23111 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 21738 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
23112 | # text mode, it properly converts lines to CR/LF. This bash problem | 21739 | # text mode, it properly converts lines to CR/LF. This bash problem |
23113 | # is reportedly fixed, but why not run on old versions too? | 21740 | # is reportedly fixed, but why not run on old versions too? |
@@ -30526,10 +29153,10 @@ index 4399354e5a9..4b1625febf3 100644 | |||
30526 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 29153 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
30527 | am__include = @am__include@ | 29154 | am__include = @am__include@ |
30528 | diff --git a/opcodes/configure b/opcodes/configure | 29155 | diff --git a/opcodes/configure b/opcodes/configure |
30529 | index b326512ce3c..03f2b1bd64b 100755 | 29156 | index 3dd6b692f89..64e9ba9b587 100755 |
30530 | --- a/opcodes/configure | 29157 | --- a/opcodes/configure |
30531 | +++ b/opcodes/configure | 29158 | +++ b/opcodes/configure |
30532 | @@ -688,6 +688,9 @@ OTOOL | 29159 | @@ -686,6 +686,9 @@ OTOOL |
30533 | LIPO | 29160 | LIPO |
30534 | NMEDIT | 29161 | NMEDIT |
30535 | DSYMUTIL | 29162 | DSYMUTIL |
@@ -30539,7 +29166,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30539 | OBJDUMP | 29166 | OBJDUMP |
30540 | LN_S | 29167 | LN_S |
30541 | NM | 29168 | NM |
30542 | @@ -806,6 +809,7 @@ enable_static | 29169 | @@ -804,6 +807,7 @@ enable_static |
30543 | with_pic | 29170 | with_pic |
30544 | enable_fast_install | 29171 | enable_fast_install |
30545 | with_gnu_ld | 29172 | with_gnu_ld |
@@ -30547,16 +29174,16 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30547 | enable_libtool_lock | 29174 | enable_libtool_lock |
30548 | enable_checking | 29175 | enable_checking |
30549 | enable_targets | 29176 | enable_targets |
30550 | @@ -1487,6 +1491,8 @@ Optional Packages: | 29177 | @@ -1476,6 +1480,8 @@ Optional Packages: |
30551 | --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib | 29178 | --with-pic try to use only PIC/non-PIC objects [default=use |
30552 | --without-libintl-prefix don't search for libintl in includedir and libdir | 29179 | both] |
30553 | --with-libintl-type=TYPE type of library to search for (auto/static/shared) | 29180 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
30554 | + --with-libtool-sysroot=DIR Search for dependent libraries within DIR | 29181 | + --with-libtool-sysroot=DIR Search for dependent libraries within DIR |
30555 | + (or the compiler's sysroot if not specified). | 29182 | + (or the compiler's sysroot if not specified). |
30556 | 29183 | --with-gnu-ld assume the C compiler uses GNU ld default=no | |
30557 | Some influential environment variables: | 29184 | --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib |
30558 | CC C compiler command | 29185 | --without-libiconv-prefix don't search for libiconv in includedir and libdir |
30559 | @@ -4995,8 +5001,8 @@ esac | 29186 | @@ -4808,8 +4814,8 @@ esac |
30560 | 29187 | ||
30561 | 29188 | ||
30562 | 29189 | ||
@@ -30567,7 +29194,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30567 | 29194 | ||
30568 | 29195 | ||
30569 | 29196 | ||
30570 | @@ -5036,7 +5042,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 29197 | @@ -4849,7 +4855,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
30571 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 29198 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
30572 | $as_echo_n "checking how to print strings... " >&6; } | 29199 | $as_echo_n "checking how to print strings... " >&6; } |
30573 | # Test print first, because it will be a builtin if present. | 29200 | # Test print first, because it will be a builtin if present. |
@@ -30576,7 +29203,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30576 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 29203 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
30577 | ECHO='print -r --' | 29204 | ECHO='print -r --' |
30578 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 29205 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
30579 | @@ -5729,8 +5735,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 29206 | @@ -5542,8 +5548,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
30580 | # Try some XSI features | 29207 | # Try some XSI features |
30581 | xsi_shell=no | 29208 | xsi_shell=no |
30582 | ( _lt_dummy="a/b/c" | 29209 | ( _lt_dummy="a/b/c" |
@@ -30587,7 +29214,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30587 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 29214 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
30588 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 29215 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
30589 | && xsi_shell=yes | 29216 | && xsi_shell=yes |
30590 | @@ -5779,6 +5785,80 @@ esac | 29217 | @@ -5592,6 +5598,80 @@ esac |
30591 | 29218 | ||
30592 | 29219 | ||
30593 | 29220 | ||
@@ -30668,7 +29295,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30668 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 29295 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
30669 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 29296 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
30670 | if ${lt_cv_ld_reload_flag+:} false; then : | 29297 | if ${lt_cv_ld_reload_flag+:} false; then : |
30671 | @@ -5795,6 +5875,11 @@ case $reload_flag in | 29298 | @@ -5608,6 +5688,11 @@ case $reload_flag in |
30672 | esac | 29299 | esac |
30673 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 29300 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
30674 | case $host_os in | 29301 | case $host_os in |
@@ -30680,7 +29307,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30680 | darwin*) | 29307 | darwin*) |
30681 | if test "$GCC" = yes; then | 29308 | if test "$GCC" = yes; then |
30682 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 29309 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
30683 | @@ -5963,7 +6048,8 @@ mingw* | pw32*) | 29310 | @@ -5776,7 +5861,8 @@ mingw* | pw32*) |
30684 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 29311 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
30685 | lt_cv_file_magic_cmd='func_win32_libid' | 29312 | lt_cv_file_magic_cmd='func_win32_libid' |
30686 | else | 29313 | else |
@@ -30690,7 +29317,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30690 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 29317 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
30691 | fi | 29318 | fi |
30692 | ;; | 29319 | ;; |
30693 | @@ -6122,6 +6208,21 @@ esac | 29320 | @@ -5935,6 +6021,21 @@ esac |
30694 | fi | 29321 | fi |
30695 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 29322 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
30696 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 29323 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -30712,7 +29339,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30712 | file_magic_cmd=$lt_cv_file_magic_cmd | 29339 | file_magic_cmd=$lt_cv_file_magic_cmd |
30713 | deplibs_check_method=$lt_cv_deplibs_check_method | 29340 | deplibs_check_method=$lt_cv_deplibs_check_method |
30714 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 29341 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
30715 | @@ -6137,6 +6238,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 29342 | @@ -5950,6 +6051,157 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
30716 | 29343 | ||
30717 | 29344 | ||
30718 | 29345 | ||
@@ -30870,7 +29497,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30870 | plugin_option= | 29497 | plugin_option= |
30871 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" | 29498 | plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll" |
30872 | for plugin in $plugin_names; do | 29499 | for plugin in $plugin_names; do |
30873 | @@ -6151,8 +6403,10 @@ for plugin in $plugin_names; do | 29500 | @@ -5964,8 +6216,10 @@ for plugin in $plugin_names; do |
30874 | done | 29501 | done |
30875 | 29502 | ||
30876 | if test -n "$ac_tool_prefix"; then | 29503 | if test -n "$ac_tool_prefix"; then |
@@ -30883,7 +29510,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30883 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 29510 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
30884 | $as_echo_n "checking for $ac_word... " >&6; } | 29511 | $as_echo_n "checking for $ac_word... " >&6; } |
30885 | if ${ac_cv_prog_AR+:} false; then : | 29512 | if ${ac_cv_prog_AR+:} false; then : |
30886 | @@ -6168,7 +6422,7 @@ do | 29513 | @@ -5981,7 +6235,7 @@ do |
30887 | test -z "$as_dir" && as_dir=. | 29514 | test -z "$as_dir" && as_dir=. |
30888 | for ac_exec_ext in '' $ac_executable_extensions; do | 29515 | for ac_exec_ext in '' $ac_executable_extensions; do |
30889 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 29516 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -30892,7 +29519,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30892 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 29519 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
30893 | break 2 | 29520 | break 2 |
30894 | fi | 29521 | fi |
30895 | @@ -6188,11 +6442,15 @@ $as_echo "no" >&6; } | 29522 | @@ -6001,11 +6255,15 @@ $as_echo "no" >&6; } |
30896 | fi | 29523 | fi |
30897 | 29524 | ||
30898 | 29525 | ||
@@ -30911,7 +29538,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30911 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 29538 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
30912 | $as_echo_n "checking for $ac_word... " >&6; } | 29539 | $as_echo_n "checking for $ac_word... " >&6; } |
30913 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 29540 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
30914 | @@ -6208,7 +6466,7 @@ do | 29541 | @@ -6021,7 +6279,7 @@ do |
30915 | test -z "$as_dir" && as_dir=. | 29542 | test -z "$as_dir" && as_dir=. |
30916 | for ac_exec_ext in '' $ac_executable_extensions; do | 29543 | for ac_exec_ext in '' $ac_executable_extensions; do |
30917 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | 29544 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
@@ -30920,7 +29547,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30920 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 29547 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
30921 | break 2 | 29548 | break 2 |
30922 | fi | 29549 | fi |
30923 | @@ -6227,6 +6485,10 @@ else | 29550 | @@ -6040,6 +6298,10 @@ else |
30924 | $as_echo "no" >&6; } | 29551 | $as_echo "no" >&6; } |
30925 | fi | 29552 | fi |
30926 | 29553 | ||
@@ -30931,7 +29558,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30931 | if test "x$ac_ct_AR" = x; then | 29558 | if test "x$ac_ct_AR" = x; then |
30932 | AR="false" | 29559 | AR="false" |
30933 | else | 29560 | else |
30934 | @@ -6238,25 +6500,20 @@ ac_tool_warned=yes ;; | 29561 | @@ -6051,25 +6313,20 @@ ac_tool_warned=yes ;; |
30935 | esac | 29562 | esac |
30936 | AR=$ac_ct_AR | 29563 | AR=$ac_ct_AR |
30937 | fi | 29564 | fi |
@@ -30967,7 +29594,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
30967 | 29594 | ||
30968 | 29595 | ||
30969 | 29596 | ||
30970 | @@ -6267,6 +6524,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 29597 | @@ -6080,6 +6337,63 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
30971 | 29598 | ||
30972 | 29599 | ||
30973 | 29600 | ||
@@ -31031,7 +29658,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31031 | 29658 | ||
31032 | if test -n "$ac_tool_prefix"; then | 29659 | if test -n "$ac_tool_prefix"; then |
31033 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 29660 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
31034 | @@ -6607,8 +6921,8 @@ esac | 29661 | @@ -6420,8 +6734,8 @@ esac |
31035 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 29662 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
31036 | 29663 | ||
31037 | # Transform an extracted symbol line into symbol name and symbol address | 29664 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -31042,7 +29669,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31042 | 29669 | ||
31043 | # Handle CRLF in mingw tool chain | 29670 | # Handle CRLF in mingw tool chain |
31044 | opt_cr= | 29671 | opt_cr= |
31045 | @@ -6644,6 +6958,7 @@ for ac_symprfx in "" "_"; do | 29672 | @@ -6457,6 +6771,7 @@ for ac_symprfx in "" "_"; do |
31046 | else | 29673 | else |
31047 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 29674 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
31048 | fi | 29675 | fi |
@@ -31050,7 +29677,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31050 | 29677 | ||
31051 | # Check to see that the pipe works correctly. | 29678 | # Check to see that the pipe works correctly. |
31052 | pipe_works=no | 29679 | pipe_works=no |
31053 | @@ -6685,6 +7000,18 @@ _LT_EOF | 29680 | @@ -6498,6 +6813,18 @@ _LT_EOF |
31054 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 29681 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
31055 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 29682 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
31056 | cat <<_LT_EOF > conftest.$ac_ext | 29683 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -31069,7 +29696,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31069 | #ifdef __cplusplus | 29696 | #ifdef __cplusplus |
31070 | extern "C" { | 29697 | extern "C" { |
31071 | #endif | 29698 | #endif |
31072 | @@ -6696,7 +7023,7 @@ _LT_EOF | 29699 | @@ -6509,7 +6836,7 @@ _LT_EOF |
31073 | cat <<_LT_EOF >> conftest.$ac_ext | 29700 | cat <<_LT_EOF >> conftest.$ac_ext |
31074 | 29701 | ||
31075 | /* The mapping between symbol names and symbols. */ | 29702 | /* The mapping between symbol names and symbols. */ |
@@ -31078,7 +29705,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31078 | const char *name; | 29705 | const char *name; |
31079 | void *address; | 29706 | void *address; |
31080 | } | 29707 | } |
31081 | @@ -6722,8 +7049,8 @@ static const void *lt_preloaded_setup() { | 29708 | @@ -6535,8 +6862,8 @@ static const void *lt_preloaded_setup() { |
31082 | _LT_EOF | 29709 | _LT_EOF |
31083 | # Now try linking the two files. | 29710 | # Now try linking the two files. |
31084 | mv conftest.$ac_objext conftstm.$ac_objext | 29711 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -31089,7 +29716,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31089 | LIBS="conftstm.$ac_objext" | 29716 | LIBS="conftstm.$ac_objext" |
31090 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 29717 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
31091 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 29718 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
31092 | @@ -6733,8 +7060,8 @@ _LT_EOF | 29719 | @@ -6546,8 +6873,8 @@ _LT_EOF |
31093 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 29720 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
31094 | pipe_works=yes | 29721 | pipe_works=yes |
31095 | fi | 29722 | fi |
@@ -31100,7 +29727,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31100 | else | 29727 | else |
31101 | echo "cannot find nm_test_func in $nlist" >&5 | 29728 | echo "cannot find nm_test_func in $nlist" >&5 |
31102 | fi | 29729 | fi |
31103 | @@ -6771,6 +7098,14 @@ else | 29730 | @@ -6584,6 +6911,14 @@ else |
31104 | $as_echo "ok" >&6; } | 29731 | $as_echo "ok" >&6; } |
31105 | fi | 29732 | fi |
31106 | 29733 | ||
@@ -31115,7 +29742,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31115 | 29742 | ||
31116 | 29743 | ||
31117 | 29744 | ||
31118 | @@ -6789,6 +7124,47 @@ fi | 29745 | @@ -6602,6 +6937,47 @@ fi |
31119 | 29746 | ||
31120 | 29747 | ||
31121 | 29748 | ||
@@ -31163,7 +29790,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31163 | 29790 | ||
31164 | 29791 | ||
31165 | 29792 | ||
31166 | @@ -6998,6 +7374,123 @@ esac | 29793 | @@ -6811,6 +7187,123 @@ esac |
31167 | 29794 | ||
31168 | need_locks="$enable_libtool_lock" | 29795 | need_locks="$enable_libtool_lock" |
31169 | 29796 | ||
@@ -31287,7 +29914,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31287 | 29914 | ||
31288 | case $host_os in | 29915 | case $host_os in |
31289 | rhapsody* | darwin*) | 29916 | rhapsody* | darwin*) |
31290 | @@ -7561,6 +8054,8 @@ _LT_EOF | 29917 | @@ -7374,6 +7867,8 @@ _LT_EOF |
31291 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 29918 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
31292 | echo "$AR cru libconftest.a conftest.o" >&5 | 29919 | echo "$AR cru libconftest.a conftest.o" >&5 |
31293 | $AR cru libconftest.a conftest.o 2>&5 | 29920 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -31296,7 +29923,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31296 | cat > conftest.c << _LT_EOF | 29923 | cat > conftest.c << _LT_EOF |
31297 | int main() { return 0;} | 29924 | int main() { return 0;} |
31298 | _LT_EOF | 29925 | _LT_EOF |
31299 | @@ -8115,8 +8610,6 @@ fi | 29926 | @@ -7928,8 +8423,6 @@ fi |
31300 | lt_prog_compiler_pic= | 29927 | lt_prog_compiler_pic= |
31301 | lt_prog_compiler_static= | 29928 | lt_prog_compiler_static= |
31302 | 29929 | ||
@@ -31305,7 +29932,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31305 | 29932 | ||
31306 | if test "$GCC" = yes; then | 29933 | if test "$GCC" = yes; then |
31307 | lt_prog_compiler_wl='-Wl,' | 29934 | lt_prog_compiler_wl='-Wl,' |
31308 | @@ -8282,6 +8775,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 29935 | @@ -8095,6 +8588,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
31309 | lt_prog_compiler_pic='--shared' | 29936 | lt_prog_compiler_pic='--shared' |
31310 | lt_prog_compiler_static='--static' | 29937 | lt_prog_compiler_static='--static' |
31311 | ;; | 29938 | ;; |
@@ -31318,7 +29945,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31318 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 29945 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
31319 | # Portland Group compilers (*not* the Pentium gcc compiler, | 29946 | # Portland Group compilers (*not* the Pentium gcc compiler, |
31320 | # which looks to be a dead project) | 29947 | # which looks to be a dead project) |
31321 | @@ -8344,7 +8843,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 29948 | @@ -8157,7 +8656,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
31322 | lt_prog_compiler_pic='-KPIC' | 29949 | lt_prog_compiler_pic='-KPIC' |
31323 | lt_prog_compiler_static='-Bstatic' | 29950 | lt_prog_compiler_static='-Bstatic' |
31324 | case $cc_basename in | 29951 | case $cc_basename in |
@@ -31327,7 +29954,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31327 | lt_prog_compiler_wl='-Qoption ld ';; | 29954 | lt_prog_compiler_wl='-Qoption ld ';; |
31328 | *) | 29955 | *) |
31329 | lt_prog_compiler_wl='-Wl,';; | 29956 | lt_prog_compiler_wl='-Wl,';; |
31330 | @@ -8401,13 +8900,17 @@ case $host_os in | 29957 | @@ -8214,13 +8713,17 @@ case $host_os in |
31331 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 29958 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
31332 | ;; | 29959 | ;; |
31333 | esac | 29960 | esac |
@@ -31351,7 +29978,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31351 | 29978 | ||
31352 | # | 29979 | # |
31353 | # Check to make sure the PIC flag actually works. | 29980 | # Check to make sure the PIC flag actually works. |
31354 | @@ -8468,6 +8971,11 @@ fi | 29981 | @@ -8281,6 +8784,11 @@ fi |
31355 | 29982 | ||
31356 | 29983 | ||
31357 | 29984 | ||
@@ -31363,7 +29990,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31363 | # | 29990 | # |
31364 | # Check to make sure the static flag actually works. | 29991 | # Check to make sure the static flag actually works. |
31365 | # | 29992 | # |
31366 | @@ -8818,7 +9326,8 @@ _LT_EOF | 29993 | @@ -8631,7 +9139,8 @@ _LT_EOF |
31367 | allow_undefined_flag=unsupported | 29994 | allow_undefined_flag=unsupported |
31368 | always_export_symbols=no | 29995 | always_export_symbols=no |
31369 | enable_shared_with_static_runtimes=yes | 29996 | enable_shared_with_static_runtimes=yes |
@@ -31373,7 +30000,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31373 | 30000 | ||
31374 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 30001 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
31375 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 30002 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
31376 | @@ -8917,12 +9426,12 @@ _LT_EOF | 30003 | @@ -8730,12 +9239,12 @@ _LT_EOF |
31377 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 30004 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
31378 | hardcode_libdir_flag_spec= | 30005 | hardcode_libdir_flag_spec= |
31379 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 30006 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -31388,7 +30015,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31388 | fi | 30015 | fi |
31389 | ;; | 30016 | ;; |
31390 | esac | 30017 | esac |
31391 | @@ -8936,8 +9445,8 @@ _LT_EOF | 30018 | @@ -8749,8 +9258,8 @@ _LT_EOF |
31392 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 30019 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
31393 | wlarc= | 30020 | wlarc= |
31394 | else | 30021 | else |
@@ -31399,7 +30026,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31399 | fi | 30026 | fi |
31400 | ;; | 30027 | ;; |
31401 | 30028 | ||
31402 | @@ -8955,8 +9464,8 @@ _LT_EOF | 30029 | @@ -8768,8 +9277,8 @@ _LT_EOF |
31403 | 30030 | ||
31404 | _LT_EOF | 30031 | _LT_EOF |
31405 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 30032 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -31410,7 +30037,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31410 | else | 30037 | else |
31411 | ld_shlibs=no | 30038 | ld_shlibs=no |
31412 | fi | 30039 | fi |
31413 | @@ -9002,8 +9511,8 @@ _LT_EOF | 30040 | @@ -8815,8 +9324,8 @@ _LT_EOF |
31414 | 30041 | ||
31415 | *) | 30042 | *) |
31416 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 30043 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -31421,7 +30048,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31421 | else | 30048 | else |
31422 | ld_shlibs=no | 30049 | ld_shlibs=no |
31423 | fi | 30050 | fi |
31424 | @@ -9133,7 +9642,13 @@ _LT_EOF | 30051 | @@ -8946,7 +9455,13 @@ _LT_EOF |
31425 | allow_undefined_flag='-berok' | 30052 | allow_undefined_flag='-berok' |
31426 | # Determine the default libpath from the value encoded in an | 30053 | # Determine the default libpath from the value encoded in an |
31427 | # empty executable. | 30054 | # empty executable. |
@@ -31436,7 +30063,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31436 | /* end confdefs.h. */ | 30063 | /* end confdefs.h. */ |
31437 | 30064 | ||
31438 | int | 30065 | int |
31439 | @@ -9146,22 +9661,29 @@ main () | 30066 | @@ -8959,22 +9474,29 @@ main () |
31440 | _ACEOF | 30067 | _ACEOF |
31441 | if ac_fn_c_try_link "$LINENO"; then : | 30068 | if ac_fn_c_try_link "$LINENO"; then : |
31442 | 30069 | ||
@@ -31479,7 +30106,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31479 | 30106 | ||
31480 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 30107 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
31481 | 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" | 30108 | 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" |
31482 | @@ -9173,7 +9695,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 30109 | @@ -8986,7 +9508,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31483 | else | 30110 | else |
31484 | # Determine the default libpath from the value encoded in an | 30111 | # Determine the default libpath from the value encoded in an |
31485 | # empty executable. | 30112 | # empty executable. |
@@ -31494,7 +30121,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31494 | /* end confdefs.h. */ | 30121 | /* end confdefs.h. */ |
31495 | 30122 | ||
31496 | int | 30123 | int |
31497 | @@ -9186,22 +9714,29 @@ main () | 30124 | @@ -8999,22 +9527,29 @@ main () |
31498 | _ACEOF | 30125 | _ACEOF |
31499 | if ac_fn_c_try_link "$LINENO"; then : | 30126 | if ac_fn_c_try_link "$LINENO"; then : |
31500 | 30127 | ||
@@ -31537,7 +30164,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31537 | 30164 | ||
31538 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 30165 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
31539 | # Warning - without using the other run time loading flags, | 30166 | # Warning - without using the other run time loading flags, |
31540 | @@ -9246,20 +9781,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 30167 | @@ -9059,20 +9594,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31541 | # Microsoft Visual C++. | 30168 | # Microsoft Visual C++. |
31542 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 30169 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
31543 | # no search path for DLLs. | 30170 | # no search path for DLLs. |
@@ -31615,7 +30242,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31615 | ;; | 30242 | ;; |
31616 | 30243 | ||
31617 | darwin* | rhapsody*) | 30244 | darwin* | rhapsody*) |
31618 | @@ -9320,7 +9898,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 30245 | @@ -9133,7 +9711,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31619 | 30246 | ||
31620 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 30247 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
31621 | freebsd* | dragonfly*) | 30248 | freebsd* | dragonfly*) |
@@ -31624,7 +30251,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31624 | hardcode_libdir_flag_spec='-R$libdir' | 30251 | hardcode_libdir_flag_spec='-R$libdir' |
31625 | hardcode_direct=yes | 30252 | hardcode_direct=yes |
31626 | hardcode_shlibpath_var=no | 30253 | hardcode_shlibpath_var=no |
31627 | @@ -9328,7 +9906,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 30254 | @@ -9141,7 +9719,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31628 | 30255 | ||
31629 | hpux9*) | 30256 | hpux9*) |
31630 | if test "$GCC" = yes; then | 30257 | if test "$GCC" = yes; then |
@@ -31633,7 +30260,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31633 | else | 30260 | else |
31634 | 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' | 30261 | 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' |
31635 | fi | 30262 | fi |
31636 | @@ -9344,7 +9922,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 30263 | @@ -9157,7 +9735,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31637 | 30264 | ||
31638 | hpux10*) | 30265 | hpux10*) |
31639 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 30266 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -31642,7 +30269,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31642 | else | 30269 | else |
31643 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 30270 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
31644 | fi | 30271 | fi |
31645 | @@ -9368,10 +9946,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 30272 | @@ -9181,10 +9759,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
31646 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 30273 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
31647 | ;; | 30274 | ;; |
31648 | ia64*) | 30275 | ia64*) |
@@ -31655,7 +30282,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31655 | ;; | 30282 | ;; |
31656 | esac | 30283 | esac |
31657 | else | 30284 | else |
31658 | @@ -9450,23 +10028,36 @@ fi | 30285 | @@ -9263,23 +9841,36 @@ fi |
31659 | 30286 | ||
31660 | irix5* | irix6* | nonstopux*) | 30287 | irix5* | irix6* | nonstopux*) |
31661 | if test "$GCC" = yes; then | 30288 | if test "$GCC" = yes; then |
@@ -31700,7 +30327,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31700 | else | 30327 | else |
31701 | 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' | 30328 | 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' |
31702 | 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' | 30329 | 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' |
31703 | @@ -9551,7 +10142,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 30330 | @@ -9364,7 +9955,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
31704 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 30331 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
31705 | if test "$GCC" = yes; then | 30332 | if test "$GCC" = yes; then |
31706 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 30333 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -31709,7 +30336,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31709 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 30336 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
31710 | else | 30337 | else |
31711 | allow_undefined_flag=' -expect_unresolved \*' | 30338 | allow_undefined_flag=' -expect_unresolved \*' |
31712 | @@ -9570,9 +10161,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 30339 | @@ -9383,9 +9974,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
31713 | no_undefined_flag=' -z defs' | 30340 | no_undefined_flag=' -z defs' |
31714 | if test "$GCC" = yes; then | 30341 | if test "$GCC" = yes; then |
31715 | wlarc='${wl}' | 30342 | wlarc='${wl}' |
@@ -31721,7 +30348,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31721 | else | 30348 | else |
31722 | case `$CC -V 2>&1` in | 30349 | case `$CC -V 2>&1` in |
31723 | *"Compilers 5.0"*) | 30350 | *"Compilers 5.0"*) |
31724 | @@ -10148,8 +10739,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 30351 | @@ -9961,8 +10552,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
31725 | need_version=no | 30352 | need_version=no |
31726 | need_lib_prefix=no | 30353 | need_lib_prefix=no |
31727 | 30354 | ||
@@ -31733,7 +30360,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31733 | library_names_spec='$libname.dll.a' | 30360 | library_names_spec='$libname.dll.a' |
31734 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 30361 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
31735 | postinstall_cmds='base_file=`basename \${file}`~ | 30362 | postinstall_cmds='base_file=`basename \${file}`~ |
31736 | @@ -10182,13 +10774,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 30363 | @@ -9995,13 +10587,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
31737 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 30364 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
31738 | ;; | 30365 | ;; |
31739 | esac | 30366 | esac |
@@ -31806,16 +30433,16 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31806 | # FIXME: first we should search . and the directory the executable is in | 30433 | # FIXME: first we should search . and the directory the executable is in |
31807 | shlibpath_var=PATH | 30434 | shlibpath_var=PATH |
31808 | ;; | 30435 | ;; |
31809 | @@ -11090,7 +11740,7 @@ else | 30436 | @@ -10903,7 +11553,7 @@ else |
31810 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 30437 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
31811 | lt_status=$lt_dlunknown | 30438 | lt_status=$lt_dlunknown |
31812 | cat > conftest.$ac_ext <<_LT_EOF | 30439 | cat > conftest.$ac_ext <<_LT_EOF |
31813 | -#line 11093 "configure" | 30440 | -#line 10906 "configure" |
31814 | +#line $LINENO "configure" | 30441 | +#line $LINENO "configure" |
31815 | #include "confdefs.h" | 30442 | #include "confdefs.h" |
31816 | 30443 | ||
31817 | #if HAVE_DLFCN_H | 30444 | #if HAVE_DLFCN_H |
31818 | @@ -11134,10 +11784,10 @@ else | 30445 | @@ -10947,10 +11597,10 @@ else |
31819 | /* When -fvisbility=hidden is used, assume the code has been annotated | 30446 | /* When -fvisbility=hidden is used, assume the code has been annotated |
31820 | correspondingly for the symbols needed. */ | 30447 | correspondingly for the symbols needed. */ |
31821 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 30448 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -31828,16 +30455,16 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31828 | int main () | 30455 | int main () |
31829 | { | 30456 | { |
31830 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 30457 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
31831 | @@ -11196,7 +11846,7 @@ else | 30458 | @@ -11009,7 +11659,7 @@ else |
31832 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 30459 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
31833 | lt_status=$lt_dlunknown | 30460 | lt_status=$lt_dlunknown |
31834 | cat > conftest.$ac_ext <<_LT_EOF | 30461 | cat > conftest.$ac_ext <<_LT_EOF |
31835 | -#line 11199 "configure" | 30462 | -#line 11012 "configure" |
31836 | +#line $LINENO "configure" | 30463 | +#line $LINENO "configure" |
31837 | #include "confdefs.h" | 30464 | #include "confdefs.h" |
31838 | 30465 | ||
31839 | #if HAVE_DLFCN_H | 30466 | #if HAVE_DLFCN_H |
31840 | @@ -11240,10 +11890,10 @@ else | 30467 | @@ -11053,10 +11703,10 @@ else |
31841 | /* When -fvisbility=hidden is used, assume the code has been annotated | 30468 | /* When -fvisbility=hidden is used, assume the code has been annotated |
31842 | correspondingly for the symbols needed. */ | 30469 | correspondingly for the symbols needed. */ |
31843 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 30470 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -31850,7 +30477,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31850 | int main () | 30477 | int main () |
31851 | { | 30478 | { |
31852 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 30479 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
31853 | @@ -15348,13 +15998,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 30480 | @@ -14846,13 +15496,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
31854 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 30481 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
31855 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 30482 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
31856 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 30483 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -31871,7 +30498,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31871 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 30498 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
31872 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 30499 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
31873 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 30500 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
31874 | @@ -15369,14 +16026,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 30501 | @@ -14867,14 +15524,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
31875 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 30502 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $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"`' | 30503 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $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"`' | 30504 | 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"`' |
@@ -31890,7 +30517,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31890 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 30517 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
31891 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 30518 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
31892 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 30519 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
31893 | @@ -15409,12 +16069,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 30520 | @@ -14907,12 +15567,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
31894 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 30521 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
31895 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 30522 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
31896 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 30523 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -31904,7 +30531,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31904 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 30531 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
31905 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 30532 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
31906 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 30533 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
31907 | @@ -15469,8 +16129,13 @@ reload_flag \ | 30534 | @@ -14967,8 +15627,13 @@ reload_flag \ |
31908 | OBJDUMP \ | 30535 | OBJDUMP \ |
31909 | deplibs_check_method \ | 30536 | deplibs_check_method \ |
31910 | file_magic_cmd \ | 30537 | file_magic_cmd \ |
@@ -31918,7 +30545,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31918 | STRIP \ | 30545 | STRIP \ |
31919 | RANLIB \ | 30546 | RANLIB \ |
31920 | CC \ | 30547 | CC \ |
31921 | @@ -15480,12 +16145,14 @@ lt_cv_sys_global_symbol_pipe \ | 30548 | @@ -14978,12 +15643,14 @@ lt_cv_sys_global_symbol_pipe \ |
31922 | lt_cv_sys_global_symbol_to_cdecl \ | 30549 | lt_cv_sys_global_symbol_to_cdecl \ |
31923 | lt_cv_sys_global_symbol_to_c_name_address \ | 30550 | lt_cv_sys_global_symbol_to_c_name_address \ |
31924 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 30551 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -31934,7 +30561,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31934 | DSYMUTIL \ | 30561 | DSYMUTIL \ |
31935 | NMEDIT \ | 30562 | NMEDIT \ |
31936 | LIPO \ | 30563 | LIPO \ |
31937 | @@ -15501,7 +16168,6 @@ no_undefined_flag \ | 30564 | @@ -14999,7 +15666,6 @@ no_undefined_flag \ |
31938 | hardcode_libdir_flag_spec \ | 30565 | hardcode_libdir_flag_spec \ |
31939 | hardcode_libdir_flag_spec_ld \ | 30566 | hardcode_libdir_flag_spec_ld \ |
31940 | hardcode_libdir_separator \ | 30567 | hardcode_libdir_separator \ |
@@ -31942,7 +30569,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31942 | exclude_expsyms \ | 30569 | exclude_expsyms \ |
31943 | include_expsyms \ | 30570 | include_expsyms \ |
31944 | file_list_spec \ | 30571 | file_list_spec \ |
31945 | @@ -15537,6 +16203,7 @@ module_cmds \ | 30572 | @@ -15035,6 +15701,7 @@ module_cmds \ |
31946 | module_expsym_cmds \ | 30573 | module_expsym_cmds \ |
31947 | export_symbols_cmds \ | 30574 | export_symbols_cmds \ |
31948 | prelink_cmds \ | 30575 | prelink_cmds \ |
@@ -31950,7 +30577,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31950 | postinstall_cmds \ | 30577 | postinstall_cmds \ |
31951 | postuninstall_cmds \ | 30578 | postuninstall_cmds \ |
31952 | finish_cmds \ | 30579 | finish_cmds \ |
31953 | @@ -16310,7 +16977,8 @@ $as_echo X"$file" | | 30580 | @@ -15800,7 +16467,8 @@ $as_echo X"$file" | |
31954 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 30581 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
31955 | # | 30582 | # |
31956 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 30583 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -31960,7 +30587,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
31960 | # Written by Gordon Matzigkeit, 1996 | 30587 | # Written by Gordon Matzigkeit, 1996 |
31961 | # | 30588 | # |
31962 | # This file is part of GNU Libtool. | 30589 | # This file is part of GNU Libtool. |
31963 | @@ -16413,19 +17081,42 @@ SP2NL=$lt_lt_SP2NL | 30590 | @@ -15903,19 +16571,42 @@ SP2NL=$lt_lt_SP2NL |
31964 | # turn newlines into spaces. | 30591 | # turn newlines into spaces. |
31965 | NL2SP=$lt_lt_NL2SP | 30592 | NL2SP=$lt_lt_NL2SP |
31966 | 30593 | ||
@@ -32004,7 +30631,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
32004 | # A symbol stripping program. | 30631 | # A symbol stripping program. |
32005 | STRIP=$lt_STRIP | 30632 | STRIP=$lt_STRIP |
32006 | 30633 | ||
32007 | @@ -16455,6 +17146,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 30634 | @@ -15945,6 +16636,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
32008 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 30635 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
32009 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 30636 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
32010 | 30637 | ||
@@ -32017,7 +30644,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
32017 | # The name of the directory that contains temporary libtool files. | 30644 | # The name of the directory that contains temporary libtool files. |
32018 | objdir=$objdir | 30645 | objdir=$objdir |
32019 | 30646 | ||
32020 | @@ -16464,6 +17161,9 @@ MAGIC_CMD=$MAGIC_CMD | 30647 | @@ -15954,6 +16651,9 @@ MAGIC_CMD=$MAGIC_CMD |
32021 | # Must we lock files when doing compilation? | 30648 | # Must we lock files when doing compilation? |
32022 | need_locks=$lt_need_locks | 30649 | need_locks=$lt_need_locks |
32023 | 30650 | ||
@@ -32027,7 +30654,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
32027 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 30654 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
32028 | DSYMUTIL=$lt_DSYMUTIL | 30655 | DSYMUTIL=$lt_DSYMUTIL |
32029 | 30656 | ||
32030 | @@ -16578,12 +17278,12 @@ with_gcc=$GCC | 30657 | @@ -16068,12 +16768,12 @@ with_gcc=$GCC |
32031 | # Compiler flag to turn off builtin functions. | 30658 | # Compiler flag to turn off builtin functions. |
32032 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 30659 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
32033 | 30660 | ||
@@ -32043,7 +30670,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
32043 | # Compiler flag to prevent dynamic linking. | 30670 | # Compiler flag to prevent dynamic linking. |
32044 | link_static_flag=$lt_lt_prog_compiler_static | 30671 | link_static_flag=$lt_lt_prog_compiler_static |
32045 | 30672 | ||
32046 | @@ -16670,9 +17370,6 @@ inherit_rpath=$inherit_rpath | 30673 | @@ -16160,9 +16860,6 @@ inherit_rpath=$inherit_rpath |
32047 | # Whether libtool must link a program against all its dependency libraries. | 30674 | # Whether libtool must link a program against all its dependency libraries. |
32048 | link_all_deplibs=$link_all_deplibs | 30675 | link_all_deplibs=$link_all_deplibs |
32049 | 30676 | ||
@@ -32053,7 +30680,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
32053 | # Set to "yes" if exported symbols are required. | 30680 | # Set to "yes" if exported symbols are required. |
32054 | always_export_symbols=$always_export_symbols | 30681 | always_export_symbols=$always_export_symbols |
32055 | 30682 | ||
32056 | @@ -16688,6 +17385,9 @@ include_expsyms=$lt_include_expsyms | 30683 | @@ -16178,6 +16875,9 @@ include_expsyms=$lt_include_expsyms |
32057 | # Commands necessary for linking programs (against libraries) with templates. | 30684 | # Commands necessary for linking programs (against libraries) with templates. |
32058 | prelink_cmds=$lt_prelink_cmds | 30685 | prelink_cmds=$lt_prelink_cmds |
32059 | 30686 | ||
@@ -32063,7 +30690,7 @@ index b326512ce3c..03f2b1bd64b 100755 | |||
32063 | # Specify filename containing input files. | 30690 | # Specify filename containing input files. |
32064 | file_list_spec=$lt_file_list_spec | 30691 | file_list_spec=$lt_file_list_spec |
32065 | 30692 | ||
32066 | @@ -16720,210 +17420,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 30693 | @@ -16210,210 +16910,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
32067 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 30694 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
32068 | # text mode, it properly converts lines to CR/LF. This bash problem | 30695 | # text mode, it properly converts lines to CR/LF. This bash problem |
32069 | # is reportedly fixed, but why not run on old versions too? | 30696 | # 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 18f1e90aad..c1e7b984fd 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 1967fbe2cbbb039e3b54666b55f6456325c58e91 Mon Sep 17 00:00:00 2001 | 1 | From da88907333b1c7d6227cd9a4a7e7469c07580c2d 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 |
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 fb1463c4e2..20317474bd 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 6b37e476ee9f7feac837063cd0ca8e634fb76f90 Mon Sep 17 00:00:00 2001 | 1 | From a876af7b3e426b746890b8b8c0e7dcea4fcdc4b9 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 |
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 ddba0c33b6..1e35056c13 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 8942cfa25f5822d88f990c3a939c0a4f7832a0e2 Mon Sep 17 00:00:00 2001 | 1 | From 9bad9efbe713d72ca7ba01b19dcd5c34031ff6b1 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 |
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 9abd85538f..a711917e90 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 fecc7af84b2735fad82da304fce37f373d2c0f53 Mon Sep 17 00:00:00 2001 | 1 | From 59998ac2c7ebc871587a4b02e003f654673b1629 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,7 +14,7 @@ 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 f6f3ac11a76..77442fdc964 100644 | 17 | index a870c39bd81..82e41ff5785 100644 |
18 | --- a/ld/ldelf.c | 18 | --- a/ld/ldelf.c |
19 | +++ b/ld/ldelf.c | 19 | +++ b/ld/ldelf.c |
20 | @@ -1134,6 +1134,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, |
@@ -27,7 +27,7 @@ index f6f3ac11a76..77442fdc964 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 | @@ -1811,6 +1814,8 @@ ldelf_before_allocation (char *audit, char *depaudit, | 30 | @@ -1808,6 +1811,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 b075d9c58b..3e5747a180 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 ea68b64a00dd236c6e062a9403bf8a4b2234aaa5 Mon Sep 17 00:00:00 2001 | 1 | From 4e9b1d2b54289068f36bd572e378662c720351d4 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 |
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 411994b342..1fa1e33ff3 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 f40157cc203a8c8348fb9a39d9fd830d6b4b23f7 Mon Sep 17 00:00:00 2001 | 1 | From a17eacebc6a652a83577cbdf65b4ea3161090aac 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 |
diff --git a/meta/recipes-devtools/binutils/binutils/0015-CVE-2025-1178.patch b/meta/recipes-devtools/binutils/binutils/0015-CVE-2025-1178.patch deleted file mode 100644 index c39f43fba4..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0015-CVE-2025-1178.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From 75086e9de1707281172cc77f178e7949a4414ed0 Mon Sep 17 00:00:00 2001 | ||
2 | From: Nick Clifton <nickc@redhat.com> | ||
3 | Date: Wed, 5 Feb 2025 13:26:51 +0000 | ||
4 | Subject: [PATCH] Prevent an abort in the bfd linker when attempting to | ||
5 | generate dynamic relocs for a corrupt input file. | ||
6 | |||
7 | PR 32638 | ||
8 | |||
9 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=75086e9de1707281172cc77f178e7949a4414ed0] | ||
10 | CVE: CVE-2025-1178 | ||
11 | |||
12 | Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | ||
13 | |||
14 | diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c | ||
15 | index cb32732e..a08e9c97 100644 | ||
16 | --- a/bfd/elf64-x86-64.c | ||
17 | +++ b/bfd/elf64-x86-64.c | ||
18 | @@ -5031,6 +5031,15 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd, | ||
19 | |||
20 | if (generate_dynamic_reloc) | ||
21 | { | ||
22 | + /* If the relgot section has not been created, then | ||
23 | + generate an error instead of a reloc. cf PR 32638. */ | ||
24 | + if (relgot == NULL || relgot->size == 0) | ||
25 | + { | ||
26 | + info->callbacks->einfo (_("%F%pB: Unable to generate dynamic relocs because a suitable section does not exist\n"), | ||
27 | + output_bfd); | ||
28 | + return false; | ||
29 | + } | ||
30 | + | ||
31 | if (relative_reloc_name != NULL | ||
32 | && htab->params->report_relative_reloc) | ||
33 | _bfd_x86_elf_link_report_relative_reloc | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0016-CVE-2025-1181-1.patch b/meta/recipes-devtools/binutils/binutils/0016-CVE-2025-1181-1.patch deleted file mode 100644 index d3709c7a4f..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0016-CVE-2025-1181-1.patch +++ /dev/null | |||
@@ -1,141 +0,0 @@ | |||
1 | From: Nick Clifton <nickc@redhat.com> | ||
2 | Date: Wed, 5 Feb 2025 14:31:10 +0000 | ||
3 | |||
4 | Prevent illegal memory access when checking relocs in a corrupt ELF binary. | ||
5 | |||
6 | PR 32641 | ||
7 | |||
8 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=18cc11a2771d9e40180485da9a4fb660c03efac3] | ||
9 | CVE: CVE-2025-1181 | ||
10 | |||
11 | Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | ||
12 | |||
13 | diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h | ||
14 | index 785a37dd7fd..d2bf8e5cbae 100644 | ||
15 | --- a/bfd/elf-bfd.h | ||
16 | +++ b/bfd/elf-bfd.h | ||
17 | @@ -3150,6 +3150,9 @@ extern bool _bfd_elf_link_mmap_section_contents | ||
18 | extern void _bfd_elf_link_munmap_section_contents | ||
19 | (asection *); | ||
20 | |||
21 | +extern struct elf_link_hash_entry * _bfd_elf_get_link_hash_entry | ||
22 | + (struct elf_link_hash_entry **, unsigned int, Elf_Internal_Shdr *); | ||
23 | + | ||
24 | /* Large common section. */ | ||
25 | extern asection _bfd_elf_large_com_section; | ||
26 | |||
27 | diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c | ||
28 | index 32db254ba6c..2d82c6583c3 100644 | ||
29 | --- a/bfd/elf64-x86-64.c | ||
30 | +++ b/bfd/elf64-x86-64.c | ||
31 | @@ -1744,7 +1744,7 @@ elf_x86_64_convert_load_reloc (bfd *abfd, | ||
32 | bool to_reloc_pc32; | ||
33 | bool abs_symbol; | ||
34 | bool local_ref; | ||
35 | - asection *tsec; | ||
36 | + asection *tsec = NULL; | ||
37 | bfd_signed_vma raddend; | ||
38 | unsigned int opcode; | ||
39 | unsigned int modrm; | ||
40 | @@ -1910,6 +1910,9 @@ elf_x86_64_convert_load_reloc (bfd *abfd, | ||
41 | return true; | ||
42 | } | ||
43 | |||
44 | + if (tsec == NULL) | ||
45 | + return false; | ||
46 | + | ||
47 | /* Don't convert GOTPCREL relocation against large section. */ | ||
48 | if (elf_section_data (tsec) != NULL | ||
49 | && (elf_section_flags (tsec) & SHF_X86_64_LARGE) != 0) | ||
50 | @@ -2206,10 +2209,7 @@ elf_x86_64_scan_relocs (bfd *abfd, struct bfd_link_info *info, | ||
51 | else | ||
52 | { | ||
53 | isym = NULL; | ||
54 | - h = sym_hashes[r_symndx - symtab_hdr->sh_info]; | ||
55 | - while (h->root.type == bfd_link_hash_indirect | ||
56 | - || h->root.type == bfd_link_hash_warning) | ||
57 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
58 | + h = _bfd_elf_get_link_hash_entry (sym_hashes, r_symndx, symtab_hdr); | ||
59 | } | ||
60 | |||
61 | /* Check invalid x32 relocations. */ | ||
62 | diff --git a/bfd/elflink.c b/bfd/elflink.c | ||
63 | index 1f1263007c0..eafbd133ff5 100644 | ||
64 | --- a/bfd/elflink.c | ||
65 | +++ b/bfd/elflink.c | ||
66 | @@ -96,6 +96,27 @@ _bfd_elf_link_keep_memory (struct bfd_link_info *info) | ||
67 | return true; | ||
68 | } | ||
69 | |||
70 | +struct elf_link_hash_entry * | ||
71 | +_bfd_elf_get_link_hash_entry (struct elf_link_hash_entry ** sym_hashes, | ||
72 | + unsigned int symndx, | ||
73 | + Elf_Internal_Shdr * symtab_hdr) | ||
74 | +{ | ||
75 | + if (symndx < symtab_hdr->sh_info) | ||
76 | + return NULL; | ||
77 | + | ||
78 | + struct elf_link_hash_entry *h = sym_hashes[symndx - symtab_hdr->sh_info]; | ||
79 | + | ||
80 | + /* The hash might be empty. See PR 32641 for an example of this. */ | ||
81 | + if (h == NULL) | ||
82 | + return NULL; | ||
83 | + | ||
84 | + while (h->root.type == bfd_link_hash_indirect | ||
85 | + || h->root.type == bfd_link_hash_warning) | ||
86 | + h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
87 | + | ||
88 | + return h; | ||
89 | +} | ||
90 | + | ||
91 | static struct elf_link_hash_entry * | ||
92 | get_ext_sym_hash (struct elf_reloc_cookie *cookie, unsigned long r_symndx) | ||
93 | { | ||
94 | @@ -108,6 +129,9 @@ get_ext_sym_hash (struct elf_reloc_cookie *cookie, unsigned long r_symndx) | ||
95 | { | ||
96 | h = cookie->sym_hashes[r_symndx - cookie->extsymoff]; | ||
97 | |||
98 | + if (h == NULL) | ||
99 | + return NULL; | ||
100 | + | ||
101 | while (h->root.type == bfd_link_hash_indirect | ||
102 | || h->root.type == bfd_link_hash_warning) | ||
103 | h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
104 | diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c | ||
105 | index 8e5a005fd36..832a5495eb1 100644 | ||
106 | --- a/bfd/elfxx-x86.c | ||
107 | +++ b/bfd/elfxx-x86.c | ||
108 | @@ -973,15 +973,7 @@ _bfd_x86_elf_check_relocs (bfd *abfd, | ||
109 | goto error_return; | ||
110 | } | ||
111 | |||
112 | - if (r_symndx < symtab_hdr->sh_info) | ||
113 | - h = NULL; | ||
114 | - else | ||
115 | - { | ||
116 | - h = sym_hashes[r_symndx - symtab_hdr->sh_info]; | ||
117 | - while (h->root.type == bfd_link_hash_indirect | ||
118 | - || h->root.type == bfd_link_hash_warning) | ||
119 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
120 | - } | ||
121 | + h = _bfd_elf_get_link_hash_entry (sym_hashes, r_symndx, symtab_hdr); | ||
122 | |||
123 | if (X86_NEED_DYNAMIC_RELOC_TYPE_P (is_x86_64, r_type) | ||
124 | && NEED_DYNAMIC_RELOCATION_P (is_x86_64, info, true, h, sec, | ||
125 | @@ -1209,10 +1201,12 @@ _bfd_x86_elf_link_relax_section (bfd *abfd ATTRIBUTE_UNUSED, | ||
126 | else | ||
127 | { | ||
128 | /* Get H and SEC for GENERATE_DYNAMIC_RELOCATION_P below. */ | ||
129 | - h = sym_hashes[r_symndx - symtab_hdr->sh_info]; | ||
130 | - while (h->root.type == bfd_link_hash_indirect | ||
131 | - || h->root.type == bfd_link_hash_warning) | ||
132 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
133 | + h = _bfd_elf_get_link_hash_entry (sym_hashes, r_symndx, symtab_hdr); | ||
134 | + if (h == NULL) | ||
135 | + { | ||
136 | + /* FIXMEL: Issue an error message ? */ | ||
137 | + continue; | ||
138 | + } | ||
139 | |||
140 | if (h->root.type == bfd_link_hash_defined | ||
141 | || h->root.type == bfd_link_hash_defweak) | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0017-CVE-2025-1181-2.patch b/meta/recipes-devtools/binutils/binutils/0017-CVE-2025-1181-2.patch deleted file mode 100644 index 5af743582f..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0017-CVE-2025-1181-2.patch +++ /dev/null | |||
@@ -1,337 +0,0 @@ | |||
1 | From: Nick Clifton <nickc@redhat.com> | ||
2 | Date: Wed, 5 Feb 2025 15:43:04 +0000 | ||
3 | |||
4 | Add even more checks for corrupt input when processing | ||
5 | relocations for ELF files. | ||
6 | |||
7 | PR 32643 | ||
8 | |||
9 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=931494c9a89558acb36a03a340c01726545eef24] | ||
10 | CVE: CVE-2025-1181 | ||
11 | |||
12 | Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | ||
13 | |||
14 | diff --git a/bfd/elflink.c b/bfd/elflink.c | ||
15 | index fd423d61..91cd7c28 100644 | ||
16 | --- a/bfd/elflink.c | ||
17 | +++ b/bfd/elflink.c | ||
18 | @@ -96,15 +96,17 @@ | ||
19 | return true; | ||
20 | } | ||
21 | |||
22 | -struct elf_link_hash_entry * | ||
23 | -_bfd_elf_get_link_hash_entry (struct elf_link_hash_entry ** sym_hashes, | ||
24 | - unsigned int symndx, | ||
25 | - Elf_Internal_Shdr * symtab_hdr) | ||
26 | +static struct elf_link_hash_entry * | ||
27 | +get_link_hash_entry (struct elf_link_hash_entry ** sym_hashes, | ||
28 | + unsigned int symndx, | ||
29 | + unsigned int ext_sym_start) | ||
30 | { | ||
31 | - if (symndx < symtab_hdr->sh_info) | ||
32 | + if (sym_hashes == NULL | ||
33 | + /* Guard against corrupt input. See PR 32636 for an example. */ | ||
34 | + || symndx < ext_sym_start) | ||
35 | return NULL; | ||
36 | |||
37 | - struct elf_link_hash_entry *h = sym_hashes[symndx - symtab_hdr->sh_info]; | ||
38 | + struct elf_link_hash_entry *h = sym_hashes[symndx - ext_sym_start]; | ||
39 | |||
40 | /* The hash might be empty. See PR 32641 for an example of this. */ | ||
41 | if (h == NULL) | ||
42 | @@ -117,27 +119,28 @@ | ||
43 | return h; | ||
44 | } | ||
45 | |||
46 | -static struct elf_link_hash_entry * | ||
47 | -get_ext_sym_hash (struct elf_reloc_cookie *cookie, unsigned long r_symndx) | ||
48 | +struct elf_link_hash_entry * | ||
49 | +_bfd_elf_get_link_hash_entry (struct elf_link_hash_entry ** sym_hashes, | ||
50 | + unsigned int symndx, | ||
51 | + Elf_Internal_Shdr * symtab_hdr) | ||
52 | { | ||
53 | - struct elf_link_hash_entry *h = NULL; | ||
54 | - | ||
55 | - if ((r_symndx >= cookie->locsymcount | ||
56 | - || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL) | ||
57 | - /* Guard against corrupt input. See PR 32636 for an example. */ | ||
58 | - && r_symndx >= cookie->extsymoff) | ||
59 | - { | ||
60 | - h = cookie->sym_hashes[r_symndx - cookie->extsymoff]; | ||
61 | + if (symtab_hdr == NULL) | ||
62 | + return NULL; | ||
63 | |||
64 | - if (h == NULL) | ||
65 | - return NULL; | ||
66 | + return get_link_hash_entry (sym_hashes, symndx, symtab_hdr->sh_info); | ||
67 | +} | ||
68 | |||
69 | - while (h->root.type == bfd_link_hash_indirect | ||
70 | - || h->root.type == bfd_link_hash_warning) | ||
71 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
72 | - } | ||
73 | +static struct elf_link_hash_entry * | ||
74 | +get_ext_sym_hash_from_cookie (struct elf_reloc_cookie *cookie, unsigned long r_symndx) | ||
75 | +{ | ||
76 | + if (cookie == NULL || cookie->sym_hashes == NULL) | ||
77 | + return NULL; | ||
78 | + | ||
79 | + if (r_symndx >= cookie->locsymcount | ||
80 | + || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL) | ||
81 | + return get_link_hash_entry (cookie->sym_hashes, r_symndx, cookie->extsymoff); | ||
82 | |||
83 | - return h; | ||
84 | + return NULL; | ||
85 | } | ||
86 | |||
87 | asection * | ||
88 | @@ -147,7 +150,7 @@ | ||
89 | { | ||
90 | struct elf_link_hash_entry *h; | ||
91 | |||
92 | - h = get_ext_sym_hash (cookie, r_symndx); | ||
93 | + h = get_ext_sym_hash_from_cookie (cookie, r_symndx); | ||
94 | |||
95 | if (h != NULL) | ||
96 | { | ||
97 | @@ -9105,7 +9108,6 @@ | ||
98 | size_t symidx, | ||
99 | bfd_vma val) | ||
100 | { | ||
101 | - struct elf_link_hash_entry **sym_hashes; | ||
102 | struct elf_link_hash_entry *h; | ||
103 | size_t extsymoff = locsymcount; | ||
104 | |||
105 | @@ -9128,12 +9130,12 @@ | ||
106 | |||
107 | /* It is a global symbol: set its link type | ||
108 | to "defined" and give it a value. */ | ||
109 | - | ||
110 | - sym_hashes = elf_sym_hashes (bfd_with_globals); | ||
111 | - h = sym_hashes [symidx - extsymoff]; | ||
112 | - while (h->root.type == bfd_link_hash_indirect | ||
113 | - || h->root.type == bfd_link_hash_warning) | ||
114 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
115 | + h = get_link_hash_entry (elf_sym_hashes (bfd_with_globals), symidx, extsymoff); | ||
116 | + if (h == NULL) | ||
117 | + { | ||
118 | + /* FIXMEL What should we do ? */ | ||
119 | + return; | ||
120 | + } | ||
121 | h->root.type = bfd_link_hash_defined; | ||
122 | h->root.u.def.value = val; | ||
123 | h->root.u.def.section = bfd_abs_section_ptr; | ||
124 | @@ -11611,10 +11613,19 @@ | ||
125 | || (elf_bad_symtab (input_bfd) | ||
126 | && flinfo->sections[symndx] == NULL)) | ||
127 | { | ||
128 | - struct elf_link_hash_entry *h = sym_hashes[symndx - extsymoff]; | ||
129 | - while (h->root.type == bfd_link_hash_indirect | ||
130 | - || h->root.type == bfd_link_hash_warning) | ||
131 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
132 | + struct elf_link_hash_entry *h; | ||
133 | + | ||
134 | + h = get_link_hash_entry (sym_hashes, symndx, extsymoff); | ||
135 | + if (h == NULL) | ||
136 | + { | ||
137 | + _bfd_error_handler | ||
138 | + /* xgettext:c-format */ | ||
139 | + (_("error: %pB: unable to create group section symbol"), | ||
140 | + input_bfd); | ||
141 | + bfd_set_error (bfd_error_bad_value); | ||
142 | + return false; | ||
143 | + } | ||
144 | + | ||
145 | /* Arrange for symbol to be output. */ | ||
146 | h->indx = -2; | ||
147 | elf_section_data (osec)->this_hdr.sh_info = -2; | ||
148 | @@ -11749,7 +11760,7 @@ | ||
149 | || (elf_bad_symtab (input_bfd) | ||
150 | && flinfo->sections[r_symndx] == NULL)) | ||
151 | { | ||
152 | - h = sym_hashes[r_symndx - extsymoff]; | ||
153 | + h = get_link_hash_entry (sym_hashes, r_symndx, extsymoff); | ||
154 | |||
155 | /* Badly formatted input files can contain relocs that | ||
156 | reference non-existant symbols. Check here so that | ||
157 | @@ -11758,17 +11769,13 @@ | ||
158 | { | ||
159 | _bfd_error_handler | ||
160 | /* xgettext:c-format */ | ||
161 | - (_("error: %pB contains a reloc (%#" PRIx64 ") for section %pA " | ||
162 | + (_("error: %pB contains a reloc (%#" PRIx64 ") for section '%pA' " | ||
163 | "that references a non-existent global symbol"), | ||
164 | input_bfd, (uint64_t) rel->r_info, o); | ||
165 | bfd_set_error (bfd_error_bad_value); | ||
166 | return false; | ||
167 | } | ||
168 | |||
169 | - while (h->root.type == bfd_link_hash_indirect | ||
170 | - || h->root.type == bfd_link_hash_warning) | ||
171 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
172 | - | ||
173 | s_type = h->type; | ||
174 | |||
175 | /* If a plugin symbol is referenced from a non-IR file, | ||
176 | @@ -11984,7 +11991,6 @@ | ||
177 | && flinfo->sections[r_symndx] == NULL)) | ||
178 | { | ||
179 | struct elf_link_hash_entry *rh; | ||
180 | - unsigned long indx; | ||
181 | |||
182 | /* This is a reloc against a global symbol. We | ||
183 | have not yet output all the local symbols, so | ||
184 | @@ -11993,15 +11999,16 @@ | ||
185 | reloc to point to the global hash table entry | ||
186 | for this symbol. The symbol index is then | ||
187 | set at the end of bfd_elf_final_link. */ | ||
188 | - indx = r_symndx - extsymoff; | ||
189 | - rh = elf_sym_hashes (input_bfd)[indx]; | ||
190 | - while (rh->root.type == bfd_link_hash_indirect | ||
191 | - || rh->root.type == bfd_link_hash_warning) | ||
192 | - rh = (struct elf_link_hash_entry *) rh->root.u.i.link; | ||
193 | - | ||
194 | - /* Setting the index to -2 tells | ||
195 | - elf_link_output_extsym that this symbol is | ||
196 | - used by a reloc. */ | ||
197 | + rh = get_link_hash_entry (elf_sym_hashes (input_bfd), | ||
198 | + r_symndx, extsymoff); | ||
199 | + if (rh == NULL) | ||
200 | + { | ||
201 | + /* FIXME: Generate an error ? */ | ||
202 | + continue; | ||
203 | + } | ||
204 | + | ||
205 | + /* Setting the index to -2 tells elf_link_output_extsym | ||
206 | + that this symbol is used by a reloc. */ | ||
207 | BFD_ASSERT (rh->indx < 0); | ||
208 | rh->indx = -2; | ||
209 | *rel_hash = rh; | ||
210 | @@ -13965,25 +13972,21 @@ | ||
211 | struct elf_link_hash_entry *h, | ||
212 | Elf_Internal_Sym *sym) | ||
213 | { | ||
214 | - if (h != NULL) | ||
215 | + if (h == NULL) | ||
216 | + return bfd_section_from_elf_index (sec->owner, sym->st_shndx); | ||
217 | + | ||
218 | + switch (h->root.type) | ||
219 | { | ||
220 | - switch (h->root.type) | ||
221 | - { | ||
222 | - case bfd_link_hash_defined: | ||
223 | - case bfd_link_hash_defweak: | ||
224 | - return h->root.u.def.section; | ||
225 | + case bfd_link_hash_defined: | ||
226 | + case bfd_link_hash_defweak: | ||
227 | + return h->root.u.def.section; | ||
228 | |||
229 | - case bfd_link_hash_common: | ||
230 | - return h->root.u.c.p->section; | ||
231 | + case bfd_link_hash_common: | ||
232 | + return h->root.u.c.p->section; | ||
233 | |||
234 | - default: | ||
235 | - break; | ||
236 | - } | ||
237 | + default: | ||
238 | + return NULL; | ||
239 | } | ||
240 | - else | ||
241 | - return bfd_section_from_elf_index (sec->owner, sym->st_shndx); | ||
242 | - | ||
243 | - return NULL; | ||
244 | } | ||
245 | |||
246 | /* Return the debug definition section. */ | ||
247 | @@ -14032,46 +14035,49 @@ | ||
248 | if (r_symndx == STN_UNDEF) | ||
249 | return NULL; | ||
250 | |||
251 | - h = get_ext_sym_hash (cookie, r_symndx); | ||
252 | + h = get_ext_sym_hash_from_cookie (cookie, r_symndx); | ||
253 | + if (h == NULL) | ||
254 | + { | ||
255 | + /* A corrup tinput file can lead to a situation where the index | ||
256 | + does not reference either a local or an external symbol. */ | ||
257 | + if (r_symndx >= cookie->locsymcount) | ||
258 | + return NULL; | ||
259 | |||
260 | - if (h != NULL) | ||
261 | + return (*gc_mark_hook) (sec, info, cookie->rel, NULL, | ||
262 | + &cookie->locsyms[r_symndx]); | ||
263 | + } | ||
264 | + | ||
265 | + bool was_marked = h->mark; | ||
266 | + | ||
267 | + h->mark = 1; | ||
268 | + /* Keep all aliases of the symbol too. If an object symbol | ||
269 | + needs to be copied into .dynbss then all of its aliases | ||
270 | + should be present as dynamic symbols, not just the one used | ||
271 | + on the copy relocation. */ | ||
272 | + hw = h; | ||
273 | + while (hw->is_weakalias) | ||
274 | { | ||
275 | - bool was_marked; | ||
276 | + hw = hw->u.alias; | ||
277 | + hw->mark = 1; | ||
278 | + } | ||
279 | |||
280 | - was_marked = h->mark; | ||
281 | - h->mark = 1; | ||
282 | - /* Keep all aliases of the symbol too. If an object symbol | ||
283 | - needs to be copied into .dynbss then all of its aliases | ||
284 | - should be present as dynamic symbols, not just the one used | ||
285 | - on the copy relocation. */ | ||
286 | - hw = h; | ||
287 | - while (hw->is_weakalias) | ||
288 | - { | ||
289 | - hw = hw->u.alias; | ||
290 | - hw->mark = 1; | ||
291 | - } | ||
292 | + if (!was_marked && h->start_stop && !h->root.ldscript_def) | ||
293 | + { | ||
294 | + if (info->start_stop_gc) | ||
295 | + return NULL; | ||
296 | |||
297 | - if (!was_marked && h->start_stop && !h->root.ldscript_def) | ||
298 | + /* To work around a glibc bug, mark XXX input sections | ||
299 | + when there is a reference to __start_XXX or __stop_XXX | ||
300 | + symbols. */ | ||
301 | + else if (start_stop != NULL) | ||
302 | { | ||
303 | - if (info->start_stop_gc) | ||
304 | - return NULL; | ||
305 | - | ||
306 | - /* To work around a glibc bug, mark XXX input sections | ||
307 | - when there is a reference to __start_XXX or __stop_XXX | ||
308 | - symbols. */ | ||
309 | - else if (start_stop != NULL) | ||
310 | - { | ||
311 | - asection *s = h->u2.start_stop_section; | ||
312 | - *start_stop = true; | ||
313 | - return s; | ||
314 | - } | ||
315 | + asection *s = h->u2.start_stop_section; | ||
316 | + *start_stop = true; | ||
317 | + return s; | ||
318 | } | ||
319 | - | ||
320 | - return (*gc_mark_hook) (sec, info, cookie->rel, h, NULL); | ||
321 | } | ||
322 | |||
323 | - return (*gc_mark_hook) (sec, info, cookie->rel, NULL, | ||
324 | - &cookie->locsyms[r_symndx]); | ||
325 | + return (*gc_mark_hook) (sec, info, cookie->rel, h, NULL); | ||
326 | } | ||
327 | |||
328 | /* COOKIE->rel describes a relocation against section SEC, which is | ||
329 | @@ -15094,7 +15100,7 @@ | ||
330 | |||
331 | struct elf_link_hash_entry *h; | ||
332 | |||
333 | - h = get_ext_sym_hash (rcookie, r_symndx); | ||
334 | + h = get_ext_sym_hash_from_cookie (rcookie, r_symndx); | ||
335 | |||
336 | if (h != NULL) | ||
337 | { | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0018-CVE-2025-5245.patch b/meta/recipes-devtools/binutils/binutils/0018-CVE-2025-5245.patch deleted file mode 100644 index d4b7d55966..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0018-CVE-2025-5245.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | From: Alan Modra <amodra@gmail.com> | ||
2 | Date: Tue, 1 Apr 2025 22:36:54 +1030 | ||
3 | |||
4 | PR32829, SEGV on objdump function debug_type_samep | ||
5 | u.kenum is always non-NULL, see debug_make_enum_type. | ||
6 | |||
7 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=6c3458a8b7ee7d39f070c7b2350851cb2110c65a] | ||
8 | CVE: CVE-2025-5245 | ||
9 | |||
10 | Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | ||
11 | |||
12 | diff --git a/binutils/debug.c b/binutils/debug.c | ||
13 | index dcc8ccde..465b18e7 100644 | ||
14 | --- a/binutils/debug.c | ||
15 | +++ b/binutils/debug.c | ||
16 | @@ -2554,9 +2554,6 @@ debug_write_type (struct debug_handle *info, | ||
17 | case DEBUG_KIND_UNION_CLASS: | ||
18 | return debug_write_class_type (info, fns, fhandle, type, tag); | ||
19 | case DEBUG_KIND_ENUM: | ||
20 | - if (type->u.kenum == NULL) | ||
21 | - return (*fns->enum_type) (fhandle, tag, (const char **) NULL, | ||
22 | - (bfd_signed_vma *) NULL); | ||
23 | return (*fns->enum_type) (fhandle, tag, type->u.kenum->names, | ||
24 | type->u.kenum->values); | ||
25 | case DEBUG_KIND_POINTER: | ||
26 | @@ -3097,9 +3094,9 @@ debug_type_samep (struct debug_handle *info, struct debug_type_s *t1, | ||
27 | break; | ||
28 | |||
29 | case DEBUG_KIND_ENUM: | ||
30 | - if (t1->u.kenum == NULL) | ||
31 | - ret = t2->u.kenum == NULL; | ||
32 | - else if (t2->u.kenum == NULL) | ||
33 | + if (t1->u.kenum->names == NULL) | ||
34 | + ret = t2->u.kenum->names == NULL; | ||
35 | + else if (t2->u.kenum->names == NULL) | ||
36 | ret = false; | ||
37 | else | ||
38 | { | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0019-CVE-2025-3198.patch b/meta/recipes-devtools/binutils/binutils/0019-CVE-2025-3198.patch deleted file mode 100644 index 49d7c94b9f..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0019-CVE-2025-3198.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From ba6ad3a18cb26b79e0e3b84c39f707535bbc344d Mon Sep 17 00:00:00 2001 | ||
2 | From: Alan Modra <amodra@gmail.com> | ||
3 | Date: Wed, 19 Feb 2025 07:58:54 +1030 | ||
4 | Subject: [PATCH] PR32716, objdump -i memory leak | ||
5 | |||
6 | PR binutils/32716 | ||
7 | * bucomm.c (display_info): Free arg.info. | ||
8 | |||
9 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=ba6ad3a18cb26b79e0e3b84c39f707535bbc344d] | ||
10 | CVE: CVE-2025-3198 | ||
11 | |||
12 | Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> | ||
13 | --- | ||
14 | binutils/bucomm.c | 1 + | ||
15 | 1 file changed, 1 insertion(+) | ||
16 | |||
17 | diff --git a/binutils/bucomm.c b/binutils/bucomm.c | ||
18 | index ccf54099154..d4554737db1 100644 | ||
19 | --- a/binutils/bucomm.c | ||
20 | +++ b/binutils/bucomm.c | ||
21 | @@ -435,6 +435,7 @@ display_info (void) | ||
22 | if (!arg.error) | ||
23 | display_target_tables (&arg); | ||
24 | |||
25 | + free (arg.info); | ||
26 | return arg.error; | ||
27 | } | ||
28 | |||
diff --git a/meta/recipes-devtools/binutils/binutils/0019-CVE-2025-5244.patch b/meta/recipes-devtools/binutils/binutils/0019-CVE-2025-5244.patch deleted file mode 100644 index e8855a4b4b..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0019-CVE-2025-5244.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From: Alan Modra <amodra@gmail.com> | ||
2 | Date: Thu, 10 Apr 2025 19:41:49 +0930 | ||
3 | |||
4 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=d1458933830456e54223d9fc61f0d9b3a19256f5] | ||
5 | CVE: CVE-2025-5244 | ||
6 | |||
7 | PR32858 ld segfault on fuzzed object | ||
8 | We missed one place where it is necessary to check for empty groups. | ||
9 | |||
10 | Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | ||
11 | |||
12 | diff --git a/bfd/elflink.c b/bfd/elflink.c | ||
13 | index a76e8e38da7..549b7b7dd92 100644 | ||
14 | --- a/bfd/elflink.c | ||
15 | +++ b/bfd/elflink.c | ||
16 | @@ -14408,7 +14408,8 @@ elf_gc_sweep (bfd *abfd, struct bfd_link_info *info) | ||
17 | if (o->flags & SEC_GROUP) | ||
18 | { | ||
19 | asection *first = elf_next_in_group (o); | ||
20 | - o->gc_mark = first->gc_mark; | ||
21 | + if (first != NULL) | ||
22 | + o->gc_mark = first->gc_mark; | ||
23 | } | ||
24 | |||
25 | if (o->gc_mark) | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0020-CVE-2025-7545.patch b/meta/recipes-devtools/binutils/binutils/0020-CVE-2025-7545.patch deleted file mode 100644 index 062d6721b6..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0020-CVE-2025-7545.patch +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | From: "H.J. Lu" <hjl.tools@gmail.com> | ||
2 | Date: Sat, 21 Jun 2025 06:36:56 +0800 | ||
3 | |||
4 | Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944] | ||
5 | CVE: CVE-2025-7545 | ||
6 | |||
7 | Since the output section contents are copied from the input, don't | ||
8 | extend the output section size beyond the input section size. | ||
9 | |||
10 | PR binutils/33049 | ||
11 | * objcopy.c (copy_section): Don't extend the output section | ||
12 | size beyond the input section size. | ||
13 | |||
14 | Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | ||
15 | |||
16 | diff --git a/binutils/objcopy.c b/binutils/objcopy.c | ||
17 | index e2e6bd7e..3cbb3977 100644 | ||
18 | --- a/binutils/objcopy.c | ||
19 | +++ b/binutils/objcopy.c | ||
20 | @@ -4634,6 +4634,7 @@ copy_section (bfd *ibfd, sec_ptr isection, bfd *obfd) | ||
21 | char *to = (char *) memhunk; | ||
22 | char *end = (char *) memhunk + size; | ||
23 | int i; | ||
24 | + bfd_size_type memhunk_size = size; | ||
25 | |||
26 | /* If the section address is not exactly divisible by the interleave, | ||
27 | then we must bias the from address. If the copy_byte is less than | ||
28 | @@ -4653,6 +4654,11 @@ copy_section (bfd *ibfd, sec_ptr isection, bfd *obfd) | ||
29 | } | ||
30 | |||
31 | size = (size + interleave - 1 - copy_byte) / interleave * copy_width; | ||
32 | + | ||
33 | + /* Don't extend the output section size. */ | ||
34 | + if (size > memhunk_size) | ||
35 | + size = memhunk_size; | ||
36 | + | ||
37 | osection->lma /= interleave; | ||
38 | if (copy_byte < extra) | ||
39 | osection->lma++; | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0020-CVE-2025-7546.patch b/meta/recipes-devtools/binutils/binutils/0020-CVE-2025-7546.patch deleted file mode 100644 index 23c38091a2..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0020-CVE-2025-7546.patch +++ /dev/null | |||
@@ -1,58 +0,0 @@ | |||
1 | From 41461010eb7c79fee7a9d5f6209accdaac66cc6b Mon Sep 17 00:00:00 2001 | ||
2 | From: "H.J. Lu" <hjl.tools@gmail.com> | ||
3 | Date: Sat, 21 Jun 2025 06:52:00 +0800 | ||
4 | Subject: [PATCH] elf: Report corrupted group section | ||
5 | |||
6 | Report corrupted group section instead of trying to recover. | ||
7 | |||
8 | PR binutils/33050 | ||
9 | * elf.c (bfd_elf_set_group_contents): Report corrupted group | ||
10 | section. | ||
11 | |||
12 | Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41461010eb7c79fee7a9d5f6209accdaac66cc6b] | ||
13 | CVE: CVE-2025-7546 | ||
14 | |||
15 | Signed-off-by: H.J. Lu <hjl.tools@gmail.com> | ||
16 | Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> | ||
17 | --- | ||
18 | bfd/elf.c | 23 ++++++++++------------- | ||
19 | 1 file changed, 10 insertions(+), 13 deletions(-) | ||
20 | |||
21 | diff --git a/bfd/elf.c b/bfd/elf.c | ||
22 | index 14ce15c7254..ee894eb05f2 100644 | ||
23 | --- a/bfd/elf.c | ||
24 | +++ b/bfd/elf.c | ||
25 | @@ -3971,20 +3971,17 @@ bfd_elf_set_group_contents (bfd *abfd, asection *sec, void *failedptrarg) | ||
26 | break; | ||
27 | } | ||
28 | |||
29 | - /* We should always get here with loc == sec->contents + 4, but it is | ||
30 | - possible to craft bogus SHT_GROUP sections that will cause segfaults | ||
31 | - in objcopy without checking loc here and in the loop above. */ | ||
32 | - if (loc == sec->contents) | ||
33 | - BFD_ASSERT (0); | ||
34 | - else | ||
35 | + /* We should always get here with loc == sec->contents + 4. Return | ||
36 | + an error for bogus SHT_GROUP sections. */ | ||
37 | + loc -= 4; | ||
38 | + if (loc != sec->contents) | ||
39 | { | ||
40 | - loc -= 4; | ||
41 | - if (loc != sec->contents) | ||
42 | - { | ||
43 | - BFD_ASSERT (0); | ||
44 | - memset (sec->contents + 4, 0, loc - sec->contents); | ||
45 | - loc = sec->contents; | ||
46 | - } | ||
47 | + /* xgettext:c-format */ | ||
48 | + _bfd_error_handler (_("%pB: corrupted group section: `%pA'"), | ||
49 | + abfd, sec); | ||
50 | + bfd_set_error (bfd_error_bad_value); | ||
51 | + *failedptr = true; | ||
52 | + return; | ||
53 | } | ||
54 | |||
55 | H_PUT_32 (abfd, sec->flags & SEC_LINK_ONCE ? GRP_COMDAT : 0, loc); | ||
56 | -- | ||
57 | 2.43.5 | ||
58 | |||
diff --git a/meta/recipes-devtools/binutils/binutils/CVE-2025-1180.patch b/meta/recipes-devtools/binutils/binutils/CVE-2025-1180.patch deleted file mode 100644 index 073361cf19..0000000000 --- a/meta/recipes-devtools/binutils/binutils/CVE-2025-1180.patch +++ /dev/null | |||
@@ -1,165 +0,0 @@ | |||
1 | From 509c5afcd71afd36cd6496f8c84733b11bd5e9e5 Mon Sep 17 00:00:00 2001 | ||
2 | From: Nick Clifton <nickc@redhat.com> | ||
3 | Date: Thu, 22 May 2025 01:56:17 -0700 | ||
4 | Subject: [PATCH] Backport fix for PR 32642(CVE-2025-1180) | ||
5 | |||
6 | Backporting the fix from PR 32636 to fix PR 32642 (ld SEGV (illegal read access) | ||
7 | in _bfd_elf_write_section_eh_frame (bfd/elf-eh-frame.c:2234:29) with | ||
8 | --gc-sections --gc-keep-exported option) | ||
9 | |||
10 | https://nvd.nist.gov/vuln/detail/CVE-2025-1180 is associated with | ||
11 | PR32642 which will get fixed with commit from PR 32636. | ||
12 | |||
13 | (cherry picked from commit: f9978defb6fab0bd8583942d97c112b0932ac814) | ||
14 | Upstream-Status: Submitted [https://sourceware.org/pipermail/binutils/2025-May/141351.html] | ||
15 | CVE: CVE-2025-1180 | ||
16 | |||
17 | Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> | ||
18 | --- | ||
19 | bfd/elflink.c | 88 +++++++++++++++++++++++++-------------------------- | ||
20 | 1 file changed, 44 insertions(+), 44 deletions(-) | ||
21 | |||
22 | diff --git a/bfd/elflink.c b/bfd/elflink.c | ||
23 | index 6346d7e2b4b..d765b688801 100644 | ||
24 | --- a/bfd/elflink.c | ||
25 | +++ b/bfd/elflink.c | ||
26 | @@ -96,22 +96,37 @@ _bfd_elf_link_keep_memory (struct bfd_link_info *info) | ||
27 | return true; | ||
28 | } | ||
29 | |||
30 | -asection * | ||
31 | -_bfd_elf_section_for_symbol (struct elf_reloc_cookie *cookie, | ||
32 | - unsigned long r_symndx, | ||
33 | - bool discard) | ||
34 | +static struct elf_link_hash_entry * | ||
35 | +get_ext_sym_hash (struct elf_reloc_cookie *cookie, unsigned long r_symndx) | ||
36 | { | ||
37 | - if (r_symndx >= cookie->locsymcount | ||
38 | - || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL) | ||
39 | - { | ||
40 | - struct elf_link_hash_entry *h; | ||
41 | + struct elf_link_hash_entry *h = NULL; | ||
42 | |||
43 | + if ((r_symndx >= cookie->locsymcount | ||
44 | + || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL) | ||
45 | + /* Guard against corrupt input. See PR 32636 for an example. */ | ||
46 | + && r_symndx >= cookie->extsymoff) | ||
47 | + { | ||
48 | h = cookie->sym_hashes[r_symndx - cookie->extsymoff]; | ||
49 | |||
50 | while (h->root.type == bfd_link_hash_indirect | ||
51 | || h->root.type == bfd_link_hash_warning) | ||
52 | h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
53 | + } | ||
54 | + | ||
55 | + return h; | ||
56 | +} | ||
57 | |||
58 | +asection * | ||
59 | +_bfd_elf_section_for_symbol (struct elf_reloc_cookie *cookie, | ||
60 | + unsigned long r_symndx, | ||
61 | + bool discard) | ||
62 | +{ | ||
63 | + struct elf_link_hash_entry *h; | ||
64 | + | ||
65 | + h = get_ext_sym_hash (cookie, r_symndx); | ||
66 | + | ||
67 | + if (h != NULL) | ||
68 | + { | ||
69 | if ((h->root.type == bfd_link_hash_defined | ||
70 | || h->root.type == bfd_link_hash_defweak) | ||
71 | && discarded_section (h->root.u.def.section)) | ||
72 | @@ -119,21 +134,20 @@ _bfd_elf_section_for_symbol (struct elf_reloc_cookie *cookie, | ||
73 | else | ||
74 | return NULL; | ||
75 | } | ||
76 | - else | ||
77 | - { | ||
78 | - /* It's not a relocation against a global symbol, | ||
79 | - but it could be a relocation against a local | ||
80 | - symbol for a discarded section. */ | ||
81 | - asection *isec; | ||
82 | - Elf_Internal_Sym *isym; | ||
83 | |||
84 | - /* Need to: get the symbol; get the section. */ | ||
85 | - isym = &cookie->locsyms[r_symndx]; | ||
86 | - isec = bfd_section_from_elf_index (cookie->abfd, isym->st_shndx); | ||
87 | - if (isec != NULL | ||
88 | - && discard ? discarded_section (isec) : 1) | ||
89 | - return isec; | ||
90 | - } | ||
91 | + /* It's not a relocation against a global symbol, | ||
92 | + but it could be a relocation against a local | ||
93 | + symbol for a discarded section. */ | ||
94 | + asection *isec; | ||
95 | + Elf_Internal_Sym *isym; | ||
96 | + | ||
97 | + /* Need to: get the symbol; get the section. */ | ||
98 | + isym = &cookie->locsyms[r_symndx]; | ||
99 | + isec = bfd_section_from_elf_index (cookie->abfd, isym->st_shndx); | ||
100 | + if (isec != NULL | ||
101 | + && discard ? discarded_section (isec) : 1) | ||
102 | + return isec; | ||
103 | + | ||
104 | return NULL; | ||
105 | } | ||
106 | |||
107 | @@ -13994,22 +14008,12 @@ _bfd_elf_gc_mark_rsec (struct bfd_link_info *info, asection *sec, | ||
108 | if (r_symndx == STN_UNDEF) | ||
109 | return NULL; | ||
110 | |||
111 | - if (r_symndx >= cookie->locsymcount | ||
112 | - || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL) | ||
113 | + h = get_ext_sym_hash (cookie, r_symndx); | ||
114 | + | ||
115 | + if (h != NULL) | ||
116 | { | ||
117 | bool was_marked; | ||
118 | |||
119 | - h = cookie->sym_hashes[r_symndx - cookie->extsymoff]; | ||
120 | - if (h == NULL) | ||
121 | - { | ||
122 | - info->callbacks->fatal (_("%F%P: corrupt input: %pB\n"), | ||
123 | - sec->owner); | ||
124 | - return NULL; | ||
125 | - } | ||
126 | - while (h->root.type == bfd_link_hash_indirect | ||
127 | - || h->root.type == bfd_link_hash_warning) | ||
128 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
129 | - | ||
130 | was_marked = h->mark; | ||
131 | h->mark = 1; | ||
132 | /* Keep all aliases of the symbol too. If an object symbol | ||
133 | @@ -15064,17 +15068,12 @@ bfd_elf_reloc_symbol_deleted_p (bfd_vma offset, void *cookie) | ||
134 | if (r_symndx == STN_UNDEF) | ||
135 | return true; | ||
136 | |||
137 | - if (r_symndx >= rcookie->locsymcount | ||
138 | - || ELF_ST_BIND (rcookie->locsyms[r_symndx].st_info) != STB_LOCAL) | ||
139 | - { | ||
140 | - struct elf_link_hash_entry *h; | ||
141 | - | ||
142 | - h = rcookie->sym_hashes[r_symndx - rcookie->extsymoff]; | ||
143 | + struct elf_link_hash_entry *h; | ||
144 | |||
145 | - while (h->root.type == bfd_link_hash_indirect | ||
146 | - || h->root.type == bfd_link_hash_warning) | ||
147 | - h = (struct elf_link_hash_entry *) h->root.u.i.link; | ||
148 | + h = get_ext_sym_hash (rcookie, r_symndx); | ||
149 | |||
150 | + if (h != NULL) | ||
151 | + { | ||
152 | if ((h->root.type == bfd_link_hash_defined | ||
153 | || h->root.type == bfd_link_hash_defweak) | ||
154 | && (h->root.u.def.section->owner != rcookie->abfd | ||
155 | @@ -15098,6 +15097,7 @@ bfd_elf_reloc_symbol_deleted_p (bfd_vma offset, void *cookie) | ||
156 | || discarded_section (isec))) | ||
157 | return true; | ||
158 | } | ||
159 | + | ||
160 | return false; | ||
161 | } | ||
162 | return false; | ||
163 | -- | ||
164 | 2.49.0 | ||
165 | |||
diff --git a/meta/recipes-devtools/binutils/binutils/CVE-2025-1182.patch b/meta/recipes-devtools/binutils/binutils/CVE-2025-1182.patch deleted file mode 100644 index 4a3b6f072b..0000000000 --- a/meta/recipes-devtools/binutils/binutils/CVE-2025-1182.patch +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | From 92bcd04fcd97f261ff40e9248e00a1dbebf3a536 Mon Sep 17 00:00:00 2001 | ||
2 | From: Nick Clifton <nickc@redhat.com> | ||
3 | Date: Tue, 27 May 2025 03:37:50 -0700 | ||
4 | Subject: [PATCH] Backport fix for PR 32644(CVE-2025-1182) | ||
5 | |||
6 | Fix another illegal memory access triggered by corrupt ELF input files. | ||
7 | |||
8 | PR 32644 | ||
9 | |||
10 | (cherry picked from commit:b425859021d17adf62f06fb904797cf8642986ad) | ||
11 | Upstream-Status: Submitted [https://sourceware.org/pipermail/binutils/2025-May/141415.html] | ||
12 | CVE: CVE-2025-1182 | ||
13 | |||
14 | Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> | ||
15 | --- | ||
16 | bfd/elflink.c | 4 ++++ | ||
17 | 1 file changed, 4 insertions(+) | ||
18 | |||
19 | diff --git a/bfd/elflink.c b/bfd/elflink.c | ||
20 | index 6346d7e2b4b..a0b237b2224 100644 | ||
21 | --- a/bfd/elflink.c | ||
22 | +++ b/bfd/elflink.c | ||
23 | @@ -15084,6 +15084,10 @@ bfd_elf_reloc_symbol_deleted_p (bfd_vma offset, void *cookie) | ||
24 | } | ||
25 | else | ||
26 | { | ||
27 | + if (r_symndx >= rcookie->locsymcount) | ||
28 | + /* This can happen with corrupt input. */ | ||
29 | + return false; | ||
30 | + | ||
31 | /* It's not a relocation against a global symbol, | ||
32 | but it could be a relocation against a local | ||
33 | symbol for a discarded section. */ | ||
34 | -- | ||
35 | 2.49.0 | ||
36 | |||
diff --git a/meta/recipes-devtools/binutils/binutils_2.44.bb b/meta/recipes-devtools/binutils/binutils_2.45.bb index 79bcac2025..79bcac2025 100644 --- a/meta/recipes-devtools/binutils/binutils_2.44.bb +++ b/meta/recipes-devtools/binutils/binutils_2.45.bb | |||