diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-14 20:52:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-16 09:04:22 +0000 |
commit | 138778501367d3cd0036fc31afbbedce0016f478 (patch) | |
tree | 6062a3228abfc09a372e4bcf9b5ffed705647830 /meta/recipes-devtools | |
parent | da13f0bce5d1b3c52f5716ae8d104372a820e5f9 (diff) | |
download | poky-138778501367d3cd0036fc31afbbedce0016f478.tar.gz |
binutils: Use tip of 2.26 branch
Until 2.26.1 is released there are few fixes which are needed especially
when using -fpie, here are changes that are part of this version bump
H.J. Lu (7):
Add a testcase for PR ld/18591
Store estimated distances in compressed_size
Remove duplicated marker for 2.26 in gas/NEWS
Add -mrelax-relocations= to x86 assembler
Mask off the least significant bit in GOT offset
Enable -Bsymbolic and -Bsymbolic-functions to PIE
Fix a typo in objcopy manual
John David Anglin (1):
Fix /usr/bin/ld: final link failed: File truncated error on hppa
(From OE-Core rev: 3685a1246110d84bffffa6d03a3c2ec0417cb4a3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
15 files changed, 173 insertions, 176 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.26.inc b/meta/recipes-devtools/binutils/binutils-2.26.inc index dd5c8caf58..6d535fcaa3 100644 --- a/meta/recipes-devtools/binutils/binutils-2.26.inc +++ b/meta/recipes-devtools/binutils/binutils-2.26.inc | |||
@@ -18,7 +18,7 @@ BINUPV = "${@binutils_branch_version(d)}" | |||
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
20 | 20 | ||
21 | SRCREV = "3c9d874373f2189cb704999b0ba39b9bbca91a61" | 21 | SRCREV = "71fa566a9cf2597b60a58c1d7c148bab637454a6" |
22 | SRC_URI = "\ | 22 | SRC_URI = "\ |
23 | git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \ | 23 | git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \ |
24 | file://0002-configure-widen-the-regexp-for-SH-architectures.patch \ | 24 | file://0002-configure-widen-the-regexp-for-SH-architectures.patch \ |
@@ -31,10 +31,10 @@ SRC_URI = "\ | |||
31 | file://0009-warn-for-uses-of-system-directories-when-cross-linki.patch \ | 31 | file://0009-warn-for-uses-of-system-directories-when-cross-linki.patch \ |
32 | file://0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \ | 32 | file://0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \ |
33 | file://0011-Change-default-emulation-for-mips64-linux.patch \ | 33 | file://0011-Change-default-emulation-for-mips64-linux.patch \ |
34 | file://0012-Add-XLP-instructions-support.patch \ | 34 | file://0012-Add-support-for-Netlogic-XLP.patch \ |
35 | file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \ | 35 | file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \ |
36 | file://0014-Correct-nios2-_gp-address-computation.patch \ | 36 | file://0014-Correct-nios2-_gp-address-computation.patch \ |
37 | " | 37 | " |
38 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
39 | 39 | ||
40 | do_configure_prepend () { | 40 | do_configure_prepend () { |
diff --git a/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch b/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch index f5cffffe1f..91f9017613 100644 --- a/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch +++ b/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From c2263f6e910f43637fb514de5c48e9ce6a8d55f1 Mon Sep 17 00:00:00 2001 | 1 | From 3c75355342a8562ccb65b8bbbe81a0495fec5c57 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 01/12] Generate relocatable SDKs | 4 | Subject: [PATCH 01/14] Generate relocatable SDKs |
5 | 5 | ||
6 | This patch will modify the ELF linker scripts so that the crosssdk | 6 | This patch will modify the ELF linker scripts so that the crosssdk |
7 | linker will generate binaries with a 4096 bytes PT_INTERP section. When the binaries | 7 | linker will generate binaries with a 4096 bytes PT_INTERP section. When the binaries |
@@ -58,5 +58,5 @@ index ec78c90..f9e7a31 100644 | |||
58 | if test -z "$PLT"; then | 58 | if test -z "$PLT"; then |
59 | IPLT=".iplt ${RELOCATING-0} : { *(.iplt) }" | 59 | IPLT=".iplt ${RELOCATING-0} : { *(.iplt) }" |
60 | -- | 60 | -- |
61 | 2.7.0 | 61 | 2.7.1 |
62 | 62 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch b/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch index 83995c4b77..4a202d0474 100644 --- a/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch +++ b/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 301ad846e3a3ea0b49243c6276aa7dcc3fa5cc59 Mon Sep 17 00:00:00 2001 | 1 | From b1ae604880562ed065f614a745d3f8922838bc5a 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:07:33 +0000 | 3 | Date: Mon, 2 Mar 2015 01:07:33 +0000 |
4 | Subject: [PATCH 02/12] configure: widen the regexp for SH architectures | 4 | Subject: [PATCH 02/14] configure: widen the regexp for SH architectures |
5 | 5 | ||
6 | gprof needs to know about uclibc | 6 | gprof needs to know about uclibc |
7 | 7 | ||
@@ -36,7 +36,7 @@ index 34b66f7..85414ab 100755 | |||
36 | sh*-*-elf) | 36 | sh*-*-elf) |
37 | ;; | 37 | ;; |
38 | diff --git a/gprof/configure b/gprof/configure | 38 | diff --git a/gprof/configure b/gprof/configure |
39 | index 2702da1..7dcd141 100755 | 39 | index 693b927..d4db554 100755 |
40 | --- a/gprof/configure | 40 | --- a/gprof/configure |
41 | +++ b/gprof/configure | 41 | +++ b/gprof/configure |
42 | @@ -5869,6 +5869,11 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu) | 42 | @@ -5869,6 +5869,11 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu) |
@@ -52,5 +52,5 @@ index 2702da1..7dcd141 100755 | |||
52 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | 52 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
53 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | 53 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
54 | -- | 54 | -- |
55 | 2.7.0 | 55 | 2.7.1 |
56 | 56 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch b/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch index 935f949a47..2c70ecd93a 100644 --- a/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch +++ b/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 887db9238821b4f1f5f469f9c825ed9b2e2dc719 Mon Sep 17 00:00:00 2001 | 1 | From 01808e8ef8ee709c8218d962601c18a63a063a1f 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 03/12] Point scripts location to libdir | 4 | Subject: [PATCH 03/14] Point scripts location to libdir |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [debian patch] | 6 | Upstream-Status: Inappropriate [debian patch] |
7 | 7 | ||
@@ -38,5 +38,5 @@ index ed98f87..530e4c9 100644 | |||
38 | BFDDIR = $(BASEDIR)/bfd | 38 | BFDDIR = $(BASEDIR)/bfd |
39 | INCDIR = $(BASEDIR)/include | 39 | INCDIR = $(BASEDIR)/include |
40 | -- | 40 | -- |
41 | 2.7.0 | 41 | 2.7.1 |
42 | 42 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch b/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch index fb9bbd6947..8f0a40210f 100644 --- a/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch +++ b/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 0d76940b5507406719635ee154a29e80a8cb1234 Mon Sep 17 00:00:00 2001 | 1 | From c008c7f97c1cf487749c6c375820a1f3b3c6c53d 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:27:17 +0000 | 3 | Date: Mon, 2 Mar 2015 01:27:17 +0000 |
4 | Subject: [PATCH 04/12] Only generate an RPATH entry if LD_RUN_PATH is not | 4 | Subject: [PATCH 04/14] Only generate an RPATH entry if LD_RUN_PATH is not |
5 | empty | 5 | empty |
6 | 6 | ||
7 | for cases where -rpath isn't specified. debian (#151024) | 7 | for cases where -rpath isn't specified. debian (#151024) |
@@ -37,5 +37,5 @@ index 0405d4f..73c5447 100644 | |||
37 | for (abfd = link_info.input_bfds; abfd; abfd = abfd->link.next) | 37 | for (abfd = link_info.input_bfds; abfd; abfd = abfd->link.next) |
38 | if (bfd_get_flavour (abfd) == bfd_target_elf_flavour) | 38 | if (bfd_get_flavour (abfd) == bfd_target_elf_flavour) |
39 | -- | 39 | -- |
40 | 2.7.0 | 40 | 2.7.1 |
41 | 41 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch b/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch index 9111abfeed..92ead7fb48 100644 --- a/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch +++ b/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 589cc10e54b95607d2728ee37e9387140bf5eb32 Mon Sep 17 00:00:00 2001 | 1 | From 6a41635e29c4a6c064b1f66e79a8fe2026f4361b 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:32:49 +0000 | 3 | Date: Mon, 2 Mar 2015 01:32:49 +0000 |
4 | Subject: [PATCH 05/12] Explicitly link with libm on uclibc | 4 | Subject: [PATCH 05/14] Explicitly link with libm on uclibc |
5 | 5 | ||
6 | Description: | 6 | Description: |
7 | 7 | ||
@@ -48,5 +48,5 @@ index 0b490d4..086e0d2 100644 | |||
48 | aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | or1k | or1knd | pdp11 | ppc | sparc | z80 | z8k) | 48 | aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | or1k | or1knd | pdp11 | ppc | sparc | z80 | z8k) |
49 | bfd_gas=yes | 49 | bfd_gas=yes |
50 | -- | 50 | -- |
51 | 2.7.0 | 51 | 2.7.1 |
52 | 52 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch b/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch index 779efd4a55..e54ab1bc8a 100644 --- a/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch +++ b/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 807b3164599359644dddd1c853a73a51165c026c Mon Sep 17 00:00:00 2001 | 1 | From da70f0876cdd8ed703d9ed1524212ccfefb09ef3 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:26:54 +0000 | 3 | Date: Sun, 14 Feb 2016 17:04:07 +0000 |
4 | Subject: [PATCH 06/12] Use libtool 2.4 | 4 | Subject: [PATCH 06/14] Use libtool 2.4 |
5 | 5 | ||
6 | get libtool sysroot support | 6 | get libtool sysroot support |
7 | 7 | ||
@@ -27,7 +27,7 @@ Upstream-Status: Pending | |||
27 | 15 files changed, 9944 insertions(+), 3709 deletions(-) | 27 | 15 files changed, 9944 insertions(+), 3709 deletions(-) |
28 | 28 | ||
29 | diff --git a/bfd/configure b/bfd/configure | 29 | diff --git a/bfd/configure b/bfd/configure |
30 | index 217ac69..2ef4b9e 100755 | 30 | index 7411c6d..eae743e 100755 |
31 | --- a/bfd/configure | 31 | --- a/bfd/configure |
32 | +++ b/bfd/configure | 32 | +++ b/bfd/configure |
33 | @@ -670,6 +670,9 @@ OTOOL | 33 | @@ -670,6 +670,9 @@ OTOOL |
@@ -1960,7 +1960,7 @@ index 6f5e85f..44bd02c 100644 | |||
1960 | 1960 | ||
1961 | # More hacks to build DLLs on Windows. | 1961 | # More hacks to build DLLs on Windows. |
1962 | diff --git a/binutils/configure b/binutils/configure | 1962 | diff --git a/binutils/configure b/binutils/configure |
1963 | index bbabdc6..9150d42 100755 | 1963 | index d4f3e1e..a6df5bb 100755 |
1964 | --- a/binutils/configure | 1964 | --- a/binutils/configure |
1965 | +++ b/binutils/configure | 1965 | +++ b/binutils/configure |
1966 | @@ -657,8 +657,11 @@ OTOOL | 1966 | @@ -657,8 +657,11 @@ OTOOL |
@@ -3288,7 +3288,7 @@ index bbabdc6..9150d42 100755 | |||
3288 | int main () | 3288 | int main () |
3289 | { | 3289 | { |
3290 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 3290 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
3291 | @@ -15354,13 +16009,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 3291 | @@ -15355,13 +16010,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
3292 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 3292 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
3293 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 3293 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
3294 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 3294 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -3309,7 +3309,7 @@ index bbabdc6..9150d42 100755 | |||
3309 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 3309 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
3310 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 3310 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
3311 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 3311 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
3312 | @@ -15375,14 +16037,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 3312 | @@ -15376,14 +16038,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
3313 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 3313 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
3314 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 3314 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
3315 | 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"`' | 3315 | 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"`' |
@@ -3328,7 +3328,7 @@ index bbabdc6..9150d42 100755 | |||
3328 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 3328 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
3329 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 3329 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
3330 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 3330 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
3331 | @@ -15415,12 +16080,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 3331 | @@ -15416,12 +16081,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
3332 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 3332 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
3333 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 3333 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
3334 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 3334 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -3342,7 +3342,7 @@ index bbabdc6..9150d42 100755 | |||
3342 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 3342 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
3343 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 3343 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
3344 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 3344 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
3345 | @@ -15475,8 +16140,13 @@ reload_flag \ | 3345 | @@ -15476,8 +16141,13 @@ reload_flag \ |
3346 | OBJDUMP \ | 3346 | OBJDUMP \ |
3347 | deplibs_check_method \ | 3347 | deplibs_check_method \ |
3348 | file_magic_cmd \ | 3348 | file_magic_cmd \ |
@@ -3356,7 +3356,7 @@ index bbabdc6..9150d42 100755 | |||
3356 | STRIP \ | 3356 | STRIP \ |
3357 | RANLIB \ | 3357 | RANLIB \ |
3358 | CC \ | 3358 | CC \ |
3359 | @@ -15486,12 +16156,14 @@ lt_cv_sys_global_symbol_pipe \ | 3359 | @@ -15487,12 +16157,14 @@ lt_cv_sys_global_symbol_pipe \ |
3360 | lt_cv_sys_global_symbol_to_cdecl \ | 3360 | lt_cv_sys_global_symbol_to_cdecl \ |
3361 | lt_cv_sys_global_symbol_to_c_name_address \ | 3361 | lt_cv_sys_global_symbol_to_c_name_address \ |
3362 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 3362 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -3372,7 +3372,7 @@ index bbabdc6..9150d42 100755 | |||
3372 | DSYMUTIL \ | 3372 | DSYMUTIL \ |
3373 | NMEDIT \ | 3373 | NMEDIT \ |
3374 | LIPO \ | 3374 | LIPO \ |
3375 | @@ -15507,7 +16179,6 @@ no_undefined_flag \ | 3375 | @@ -15508,7 +16180,6 @@ no_undefined_flag \ |
3376 | hardcode_libdir_flag_spec \ | 3376 | hardcode_libdir_flag_spec \ |
3377 | hardcode_libdir_flag_spec_ld \ | 3377 | hardcode_libdir_flag_spec_ld \ |
3378 | hardcode_libdir_separator \ | 3378 | hardcode_libdir_separator \ |
@@ -3380,7 +3380,7 @@ index bbabdc6..9150d42 100755 | |||
3380 | exclude_expsyms \ | 3380 | exclude_expsyms \ |
3381 | include_expsyms \ | 3381 | include_expsyms \ |
3382 | file_list_spec \ | 3382 | file_list_spec \ |
3383 | @@ -15543,6 +16214,7 @@ module_cmds \ | 3383 | @@ -15544,6 +16215,7 @@ module_cmds \ |
3384 | module_expsym_cmds \ | 3384 | module_expsym_cmds \ |
3385 | export_symbols_cmds \ | 3385 | export_symbols_cmds \ |
3386 | prelink_cmds \ | 3386 | prelink_cmds \ |
@@ -3388,7 +3388,7 @@ index bbabdc6..9150d42 100755 | |||
3388 | postinstall_cmds \ | 3388 | postinstall_cmds \ |
3389 | postuninstall_cmds \ | 3389 | postuninstall_cmds \ |
3390 | finish_cmds \ | 3390 | finish_cmds \ |
3391 | @@ -16300,7 +16972,8 @@ $as_echo X"$file" | | 3391 | @@ -16301,7 +16973,8 @@ $as_echo X"$file" | |
3392 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 3392 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
3393 | # | 3393 | # |
3394 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 3394 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -3398,7 +3398,7 @@ index bbabdc6..9150d42 100755 | |||
3398 | # Written by Gordon Matzigkeit, 1996 | 3398 | # Written by Gordon Matzigkeit, 1996 |
3399 | # | 3399 | # |
3400 | # This file is part of GNU Libtool. | 3400 | # This file is part of GNU Libtool. |
3401 | @@ -16403,19 +17076,42 @@ SP2NL=$lt_lt_SP2NL | 3401 | @@ -16404,19 +17077,42 @@ SP2NL=$lt_lt_SP2NL |
3402 | # turn newlines into spaces. | 3402 | # turn newlines into spaces. |
3403 | NL2SP=$lt_lt_NL2SP | 3403 | NL2SP=$lt_lt_NL2SP |
3404 | 3404 | ||
@@ -3442,7 +3442,7 @@ index bbabdc6..9150d42 100755 | |||
3442 | # A symbol stripping program. | 3442 | # A symbol stripping program. |
3443 | STRIP=$lt_STRIP | 3443 | STRIP=$lt_STRIP |
3444 | 3444 | ||
3445 | @@ -16445,6 +17141,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 3445 | @@ -16446,6 +17142,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
3446 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 3446 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
3447 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 3447 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
3448 | 3448 | ||
@@ -3455,7 +3455,7 @@ index bbabdc6..9150d42 100755 | |||
3455 | # The name of the directory that contains temporary libtool files. | 3455 | # The name of the directory that contains temporary libtool files. |
3456 | objdir=$objdir | 3456 | objdir=$objdir |
3457 | 3457 | ||
3458 | @@ -16454,6 +17156,9 @@ MAGIC_CMD=$MAGIC_CMD | 3458 | @@ -16455,6 +17157,9 @@ MAGIC_CMD=$MAGIC_CMD |
3459 | # Must we lock files when doing compilation? | 3459 | # Must we lock files when doing compilation? |
3460 | need_locks=$lt_need_locks | 3460 | need_locks=$lt_need_locks |
3461 | 3461 | ||
@@ -3465,7 +3465,7 @@ index bbabdc6..9150d42 100755 | |||
3465 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 3465 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
3466 | DSYMUTIL=$lt_DSYMUTIL | 3466 | DSYMUTIL=$lt_DSYMUTIL |
3467 | 3467 | ||
3468 | @@ -16568,12 +17273,12 @@ with_gcc=$GCC | 3468 | @@ -16569,12 +17274,12 @@ with_gcc=$GCC |
3469 | # Compiler flag to turn off builtin functions. | 3469 | # Compiler flag to turn off builtin functions. |
3470 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 3470 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
3471 | 3471 | ||
@@ -3481,7 +3481,7 @@ index bbabdc6..9150d42 100755 | |||
3481 | # Compiler flag to prevent dynamic linking. | 3481 | # Compiler flag to prevent dynamic linking. |
3482 | link_static_flag=$lt_lt_prog_compiler_static | 3482 | link_static_flag=$lt_lt_prog_compiler_static |
3483 | 3483 | ||
3484 | @@ -16660,9 +17365,6 @@ inherit_rpath=$inherit_rpath | 3484 | @@ -16661,9 +17366,6 @@ inherit_rpath=$inherit_rpath |
3485 | # Whether libtool must link a program against all its dependency libraries. | 3485 | # Whether libtool must link a program against all its dependency libraries. |
3486 | link_all_deplibs=$link_all_deplibs | 3486 | link_all_deplibs=$link_all_deplibs |
3487 | 3487 | ||
@@ -3491,7 +3491,7 @@ index bbabdc6..9150d42 100755 | |||
3491 | # Set to "yes" if exported symbols are required. | 3491 | # Set to "yes" if exported symbols are required. |
3492 | always_export_symbols=$always_export_symbols | 3492 | always_export_symbols=$always_export_symbols |
3493 | 3493 | ||
3494 | @@ -16678,6 +17380,9 @@ include_expsyms=$lt_include_expsyms | 3494 | @@ -16679,6 +17381,9 @@ include_expsyms=$lt_include_expsyms |
3495 | # Commands necessary for linking programs (against libraries) with templates. | 3495 | # Commands necessary for linking programs (against libraries) with templates. |
3496 | prelink_cmds=$lt_prelink_cmds | 3496 | prelink_cmds=$lt_prelink_cmds |
3497 | 3497 | ||
@@ -3501,7 +3501,7 @@ index bbabdc6..9150d42 100755 | |||
3501 | # Specify filename containing input files. | 3501 | # Specify filename containing input files. |
3502 | file_list_spec=$lt_file_list_spec | 3502 | file_list_spec=$lt_file_list_spec |
3503 | 3503 | ||
3504 | @@ -16710,210 +17415,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 3504 | @@ -16711,210 +17416,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
3505 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 3505 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
3506 | # text mode, it properly converts lines to CR/LF. This bash problem | 3506 | # text mode, it properly converts lines to CR/LF. This bash problem |
3507 | # is reportedly fixed, but why not run on old versions too? | 3507 | # is reportedly fixed, but why not run on old versions too? |
@@ -3898,7 +3898,7 @@ index 85414ab..34b66f7 100755 | |||
3898 | sh*-*-elf) | 3898 | sh*-*-elf) |
3899 | ;; | 3899 | ;; |
3900 | diff --git a/gas/configure b/gas/configure | 3900 | diff --git a/gas/configure b/gas/configure |
3901 | index f2864b7..1c2a665 100755 | 3901 | index dd9c953..89f18b3 100755 |
3902 | --- a/gas/configure | 3902 | --- a/gas/configure |
3903 | +++ b/gas/configure | 3903 | +++ b/gas/configure |
3904 | @@ -647,8 +647,11 @@ OTOOL | 3904 | @@ -647,8 +647,11 @@ OTOOL |
@@ -3921,7 +3921,7 @@ index f2864b7..1c2a665 100755 | |||
3921 | enable_libtool_lock | 3921 | enable_libtool_lock |
3922 | enable_plugins | 3922 | enable_plugins |
3923 | enable_largefile | 3923 | enable_largefile |
3924 | @@ -1427,6 +1431,8 @@ Optional Packages: | 3924 | @@ -1430,6 +1434,8 @@ Optional Packages: |
3925 | --with-pic try to use only PIC/non-PIC objects [default=use | 3925 | --with-pic try to use only PIC/non-PIC objects [default=use |
3926 | both] | 3926 | both] |
3927 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | 3927 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
@@ -3930,7 +3930,7 @@ index f2864b7..1c2a665 100755 | |||
3930 | --with-system-zlib use installed libz | 3930 | --with-system-zlib use installed libz |
3931 | 3931 | ||
3932 | Some influential environment variables: | 3932 | Some influential environment variables: |
3933 | @@ -4906,8 +4912,8 @@ esac | 3933 | @@ -4909,8 +4915,8 @@ esac |
3934 | 3934 | ||
3935 | 3935 | ||
3936 | 3936 | ||
@@ -3941,7 +3941,7 @@ index f2864b7..1c2a665 100755 | |||
3941 | 3941 | ||
3942 | 3942 | ||
3943 | 3943 | ||
3944 | @@ -4947,7 +4953,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | 3944 | @@ -4950,7 +4956,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO |
3945 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | 3945 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 |
3946 | $as_echo_n "checking how to print strings... " >&6; } | 3946 | $as_echo_n "checking how to print strings... " >&6; } |
3947 | # Test print first, because it will be a builtin if present. | 3947 | # Test print first, because it will be a builtin if present. |
@@ -3950,7 +3950,7 @@ index f2864b7..1c2a665 100755 | |||
3950 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | 3950 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then |
3951 | ECHO='print -r --' | 3951 | ECHO='print -r --' |
3952 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | 3952 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then |
3953 | @@ -5633,8 +5639,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; | 3953 | @@ -5636,8 +5642,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; |
3954 | # Try some XSI features | 3954 | # Try some XSI features |
3955 | xsi_shell=no | 3955 | xsi_shell=no |
3956 | ( _lt_dummy="a/b/c" | 3956 | ( _lt_dummy="a/b/c" |
@@ -3961,7 +3961,7 @@ index f2864b7..1c2a665 100755 | |||
3961 | && eval 'test $(( 1 + 1 )) -eq 2 \ | 3961 | && eval 'test $(( 1 + 1 )) -eq 2 \ |
3962 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | 3962 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ |
3963 | && xsi_shell=yes | 3963 | && xsi_shell=yes |
3964 | @@ -5683,6 +5689,80 @@ esac | 3964 | @@ -5686,6 +5692,80 @@ esac |
3965 | 3965 | ||
3966 | 3966 | ||
3967 | 3967 | ||
@@ -4042,7 +4042,7 @@ index f2864b7..1c2a665 100755 | |||
4042 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 | 4042 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
4043 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | 4043 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
4044 | if test "${lt_cv_ld_reload_flag+set}" = set; then : | 4044 | if test "${lt_cv_ld_reload_flag+set}" = set; then : |
4045 | @@ -5699,6 +5779,11 @@ case $reload_flag in | 4045 | @@ -5702,6 +5782,11 @@ case $reload_flag in |
4046 | esac | 4046 | esac |
4047 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | 4047 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
4048 | case $host_os in | 4048 | case $host_os in |
@@ -4054,7 +4054,7 @@ index f2864b7..1c2a665 100755 | |||
4054 | darwin*) | 4054 | darwin*) |
4055 | if test "$GCC" = yes; then | 4055 | if test "$GCC" = yes; then |
4056 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | 4056 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' |
4057 | @@ -5867,7 +5952,8 @@ mingw* | pw32*) | 4057 | @@ -5870,7 +5955,8 @@ mingw* | pw32*) |
4058 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 4058 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
4059 | lt_cv_file_magic_cmd='func_win32_libid' | 4059 | lt_cv_file_magic_cmd='func_win32_libid' |
4060 | else | 4060 | else |
@@ -4064,7 +4064,7 @@ index f2864b7..1c2a665 100755 | |||
4064 | lt_cv_file_magic_cmd='$OBJDUMP -f' | 4064 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
4065 | fi | 4065 | fi |
4066 | ;; | 4066 | ;; |
4067 | @@ -6021,6 +6107,21 @@ esac | 4067 | @@ -6024,6 +6110,21 @@ esac |
4068 | fi | 4068 | fi |
4069 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 | 4069 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
4070 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | 4070 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
@@ -4086,7 +4086,7 @@ index f2864b7..1c2a665 100755 | |||
4086 | file_magic_cmd=$lt_cv_file_magic_cmd | 4086 | file_magic_cmd=$lt_cv_file_magic_cmd |
4087 | deplibs_check_method=$lt_cv_deplibs_check_method | 4087 | deplibs_check_method=$lt_cv_deplibs_check_method |
4088 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | 4088 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
4089 | @@ -6036,9 +6137,162 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown | 4089 | @@ -6039,9 +6140,162 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown |
4090 | 4090 | ||
4091 | 4091 | ||
4092 | 4092 | ||
@@ -4251,7 +4251,7 @@ index f2864b7..1c2a665 100755 | |||
4251 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4251 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4252 | $as_echo_n "checking for $ac_word... " >&6; } | 4252 | $as_echo_n "checking for $ac_word... " >&6; } |
4253 | if test "${ac_cv_prog_AR+set}" = set; then : | 4253 | if test "${ac_cv_prog_AR+set}" = set; then : |
4254 | @@ -6054,7 +6308,7 @@ do | 4254 | @@ -6057,7 +6311,7 @@ do |
4255 | test -z "$as_dir" && as_dir=. | 4255 | test -z "$as_dir" && as_dir=. |
4256 | for ac_exec_ext in '' $ac_executable_extensions; do | 4256 | for ac_exec_ext in '' $ac_executable_extensions; do |
4257 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4257 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
@@ -4260,7 +4260,7 @@ index f2864b7..1c2a665 100755 | |||
4260 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4260 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4261 | break 2 | 4261 | break 2 |
4262 | fi | 4262 | fi |
4263 | @@ -6074,11 +6328,15 @@ $as_echo "no" >&6; } | 4263 | @@ -6077,11 +6331,15 @@ $as_echo "no" >&6; } |
4264 | fi | 4264 | fi |
4265 | 4265 | ||
4266 | 4266 | ||
@@ -4279,7 +4279,7 @@ index f2864b7..1c2a665 100755 | |||
4279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4280 | $as_echo_n "checking for $ac_word... " >&6; } | 4280 | $as_echo_n "checking for $ac_word... " >&6; } |
4281 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | 4281 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : |
4282 | @@ -6094,7 +6352,7 @@ do | 4282 | @@ -6097,7 +6355,7 @@ do |
4283 | test -z "$as_dir" && as_dir=. | 4283 | test -z "$as_dir" && as_dir=. |
4284 | for ac_exec_ext in '' $ac_executable_extensions; do | 4284 | for ac_exec_ext in '' $ac_executable_extensions; do |
4285 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | 4285 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
@@ -4288,7 +4288,7 @@ index f2864b7..1c2a665 100755 | |||
4288 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | 4288 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4289 | break 2 | 4289 | break 2 |
4290 | fi | 4290 | fi |
4291 | @@ -6113,6 +6371,10 @@ else | 4291 | @@ -6116,6 +6374,10 @@ else |
4292 | $as_echo "no" >&6; } | 4292 | $as_echo "no" >&6; } |
4293 | fi | 4293 | fi |
4294 | 4294 | ||
@@ -4299,7 +4299,7 @@ index f2864b7..1c2a665 100755 | |||
4299 | if test "x$ac_ct_AR" = x; then | 4299 | if test "x$ac_ct_AR" = x; then |
4300 | AR="false" | 4300 | AR="false" |
4301 | else | 4301 | else |
4302 | @@ -6124,12 +6386,10 @@ ac_tool_warned=yes ;; | 4302 | @@ -6127,12 +6389,10 @@ ac_tool_warned=yes ;; |
4303 | esac | 4303 | esac |
4304 | AR=$ac_ct_AR | 4304 | AR=$ac_ct_AR |
4305 | fi | 4305 | fi |
@@ -4314,7 +4314,7 @@ index f2864b7..1c2a665 100755 | |||
4314 | 4314 | ||
4315 | 4315 | ||
4316 | 4316 | ||
4317 | @@ -6141,6 +6401,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru | 4317 | @@ -6144,6 +6404,64 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru |
4318 | 4318 | ||
4319 | 4319 | ||
4320 | 4320 | ||
@@ -4379,7 +4379,7 @@ index f2864b7..1c2a665 100755 | |||
4379 | if test -n "$ac_tool_prefix"; then | 4379 | if test -n "$ac_tool_prefix"; then |
4380 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | 4380 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
4381 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 4381 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
4382 | @@ -6475,8 +6793,8 @@ esac | 4382 | @@ -6478,8 +6796,8 @@ esac |
4383 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | 4383 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
4384 | 4384 | ||
4385 | # Transform an extracted symbol line into symbol name and symbol address | 4385 | # Transform an extracted symbol line into symbol name and symbol address |
@@ -4390,7 +4390,7 @@ index f2864b7..1c2a665 100755 | |||
4390 | 4390 | ||
4391 | # Handle CRLF in mingw tool chain | 4391 | # Handle CRLF in mingw tool chain |
4392 | opt_cr= | 4392 | opt_cr= |
4393 | @@ -6512,6 +6830,7 @@ for ac_symprfx in "" "_"; do | 4393 | @@ -6515,6 +6833,7 @@ for ac_symprfx in "" "_"; do |
4394 | else | 4394 | else |
4395 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | 4395 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
4396 | fi | 4396 | fi |
@@ -4398,7 +4398,7 @@ index f2864b7..1c2a665 100755 | |||
4398 | 4398 | ||
4399 | # Check to see that the pipe works correctly. | 4399 | # Check to see that the pipe works correctly. |
4400 | pipe_works=no | 4400 | pipe_works=no |
4401 | @@ -6553,6 +6872,18 @@ _LT_EOF | 4401 | @@ -6556,6 +6875,18 @@ _LT_EOF |
4402 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | 4402 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
4403 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | 4403 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
4404 | cat <<_LT_EOF > conftest.$ac_ext | 4404 | cat <<_LT_EOF > conftest.$ac_ext |
@@ -4417,7 +4417,7 @@ index f2864b7..1c2a665 100755 | |||
4417 | #ifdef __cplusplus | 4417 | #ifdef __cplusplus |
4418 | extern "C" { | 4418 | extern "C" { |
4419 | #endif | 4419 | #endif |
4420 | @@ -6564,7 +6895,7 @@ _LT_EOF | 4420 | @@ -6567,7 +6898,7 @@ _LT_EOF |
4421 | cat <<_LT_EOF >> conftest.$ac_ext | 4421 | cat <<_LT_EOF >> conftest.$ac_ext |
4422 | 4422 | ||
4423 | /* The mapping between symbol names and symbols. */ | 4423 | /* The mapping between symbol names and symbols. */ |
@@ -4426,7 +4426,7 @@ index f2864b7..1c2a665 100755 | |||
4426 | const char *name; | 4426 | const char *name; |
4427 | void *address; | 4427 | void *address; |
4428 | } | 4428 | } |
4429 | @@ -6590,8 +6921,8 @@ static const void *lt_preloaded_setup() { | 4429 | @@ -6593,8 +6924,8 @@ static const void *lt_preloaded_setup() { |
4430 | _LT_EOF | 4430 | _LT_EOF |
4431 | # Now try linking the two files. | 4431 | # Now try linking the two files. |
4432 | mv conftest.$ac_objext conftstm.$ac_objext | 4432 | mv conftest.$ac_objext conftstm.$ac_objext |
@@ -4437,7 +4437,7 @@ index f2864b7..1c2a665 100755 | |||
4437 | LIBS="conftstm.$ac_objext" | 4437 | LIBS="conftstm.$ac_objext" |
4438 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | 4438 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
4439 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 4439 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
4440 | @@ -6601,8 +6932,8 @@ _LT_EOF | 4440 | @@ -6604,8 +6935,8 @@ _LT_EOF |
4441 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | 4441 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then |
4442 | pipe_works=yes | 4442 | pipe_works=yes |
4443 | fi | 4443 | fi |
@@ -4448,7 +4448,7 @@ index f2864b7..1c2a665 100755 | |||
4448 | else | 4448 | else |
4449 | echo "cannot find nm_test_func in $nlist" >&5 | 4449 | echo "cannot find nm_test_func in $nlist" >&5 |
4450 | fi | 4450 | fi |
4451 | @@ -6639,6 +6970,21 @@ else | 4451 | @@ -6642,6 +6973,21 @@ else |
4452 | $as_echo "ok" >&6; } | 4452 | $as_echo "ok" >&6; } |
4453 | fi | 4453 | fi |
4454 | 4454 | ||
@@ -4470,7 +4470,7 @@ index f2864b7..1c2a665 100755 | |||
4470 | 4470 | ||
4471 | 4471 | ||
4472 | 4472 | ||
4473 | @@ -6657,6 +7003,40 @@ fi | 4473 | @@ -6660,6 +7006,40 @@ fi |
4474 | 4474 | ||
4475 | 4475 | ||
4476 | 4476 | ||
@@ -4511,7 +4511,7 @@ index f2864b7..1c2a665 100755 | |||
4511 | 4511 | ||
4512 | 4512 | ||
4513 | 4513 | ||
4514 | @@ -6866,6 +7246,123 @@ esac | 4514 | @@ -6869,6 +7249,123 @@ esac |
4515 | 4515 | ||
4516 | need_locks="$enable_libtool_lock" | 4516 | need_locks="$enable_libtool_lock" |
4517 | 4517 | ||
@@ -4635,7 +4635,7 @@ index f2864b7..1c2a665 100755 | |||
4635 | 4635 | ||
4636 | case $host_os in | 4636 | case $host_os in |
4637 | rhapsody* | darwin*) | 4637 | rhapsody* | darwin*) |
4638 | @@ -7429,6 +7926,8 @@ _LT_EOF | 4638 | @@ -7432,6 +7929,8 @@ _LT_EOF |
4639 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | 4639 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
4640 | echo "$AR cru libconftest.a conftest.o" >&5 | 4640 | echo "$AR cru libconftest.a conftest.o" >&5 |
4641 | $AR cru libconftest.a conftest.o 2>&5 | 4641 | $AR cru libconftest.a conftest.o 2>&5 |
@@ -4644,7 +4644,7 @@ index f2864b7..1c2a665 100755 | |||
4644 | cat > conftest.c << _LT_EOF | 4644 | cat > conftest.c << _LT_EOF |
4645 | int main() { return 0;} | 4645 | int main() { return 0;} |
4646 | _LT_EOF | 4646 | _LT_EOF |
4647 | @@ -7624,7 +8123,8 @@ fi | 4647 | @@ -7627,7 +8126,8 @@ fi |
4648 | LIBTOOL_DEPS="$ltmain" | 4648 | LIBTOOL_DEPS="$ltmain" |
4649 | 4649 | ||
4650 | # Always use our own libtool. | 4650 | # Always use our own libtool. |
@@ -4654,7 +4654,7 @@ index f2864b7..1c2a665 100755 | |||
4654 | 4654 | ||
4655 | 4655 | ||
4656 | 4656 | ||
4657 | @@ -7713,7 +8213,7 @@ aix3*) | 4657 | @@ -7716,7 +8216,7 @@ aix3*) |
4658 | esac | 4658 | esac |
4659 | 4659 | ||
4660 | # Global variables: | 4660 | # Global variables: |
@@ -4663,7 +4663,7 @@ index f2864b7..1c2a665 100755 | |||
4663 | can_build_shared=yes | 4663 | can_build_shared=yes |
4664 | 4664 | ||
4665 | # All known linkers require a `.a' archive for static linking (except MSVC, | 4665 | # All known linkers require a `.a' archive for static linking (except MSVC, |
4666 | @@ -8011,8 +8511,6 @@ fi | 4666 | @@ -8014,8 +8514,6 @@ fi |
4667 | lt_prog_compiler_pic= | 4667 | lt_prog_compiler_pic= |
4668 | lt_prog_compiler_static= | 4668 | lt_prog_compiler_static= |
4669 | 4669 | ||
@@ -4672,7 +4672,7 @@ index f2864b7..1c2a665 100755 | |||
4672 | 4672 | ||
4673 | if test "$GCC" = yes; then | 4673 | if test "$GCC" = yes; then |
4674 | lt_prog_compiler_wl='-Wl,' | 4674 | lt_prog_compiler_wl='-Wl,' |
4675 | @@ -8178,6 +8676,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 4675 | @@ -8181,6 +8679,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
4676 | lt_prog_compiler_pic='--shared' | 4676 | lt_prog_compiler_pic='--shared' |
4677 | lt_prog_compiler_static='--static' | 4677 | lt_prog_compiler_static='--static' |
4678 | ;; | 4678 | ;; |
@@ -4685,7 +4685,7 @@ index f2864b7..1c2a665 100755 | |||
4685 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) | 4685 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
4686 | # Portland Group compilers (*not* the Pentium gcc compiler, | 4686 | # Portland Group compilers (*not* the Pentium gcc compiler, |
4687 | # which looks to be a dead project) | 4687 | # which looks to be a dead project) |
4688 | @@ -8240,7 +8744,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | 4688 | @@ -8243,7 +8747,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } |
4689 | lt_prog_compiler_pic='-KPIC' | 4689 | lt_prog_compiler_pic='-KPIC' |
4690 | lt_prog_compiler_static='-Bstatic' | 4690 | lt_prog_compiler_static='-Bstatic' |
4691 | case $cc_basename in | 4691 | case $cc_basename in |
@@ -4694,7 +4694,7 @@ index f2864b7..1c2a665 100755 | |||
4694 | lt_prog_compiler_wl='-Qoption ld ';; | 4694 | lt_prog_compiler_wl='-Qoption ld ';; |
4695 | *) | 4695 | *) |
4696 | lt_prog_compiler_wl='-Wl,';; | 4696 | lt_prog_compiler_wl='-Wl,';; |
4697 | @@ -8297,13 +8801,17 @@ case $host_os in | 4697 | @@ -8300,13 +8804,17 @@ case $host_os in |
4698 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | 4698 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" |
4699 | ;; | 4699 | ;; |
4700 | esac | 4700 | esac |
@@ -4718,7 +4718,7 @@ index f2864b7..1c2a665 100755 | |||
4718 | 4718 | ||
4719 | # | 4719 | # |
4720 | # Check to make sure the PIC flag actually works. | 4720 | # Check to make sure the PIC flag actually works. |
4721 | @@ -8364,6 +8872,11 @@ fi | 4721 | @@ -8367,6 +8875,11 @@ fi |
4722 | 4722 | ||
4723 | 4723 | ||
4724 | 4724 | ||
@@ -4730,7 +4730,7 @@ index f2864b7..1c2a665 100755 | |||
4730 | # | 4730 | # |
4731 | # Check to make sure the static flag actually works. | 4731 | # Check to make sure the static flag actually works. |
4732 | # | 4732 | # |
4733 | @@ -8714,7 +9227,8 @@ _LT_EOF | 4733 | @@ -8717,7 +9230,8 @@ _LT_EOF |
4734 | allow_undefined_flag=unsupported | 4734 | allow_undefined_flag=unsupported |
4735 | always_export_symbols=no | 4735 | always_export_symbols=no |
4736 | enable_shared_with_static_runtimes=yes | 4736 | enable_shared_with_static_runtimes=yes |
@@ -4740,7 +4740,7 @@ index f2864b7..1c2a665 100755 | |||
4740 | 4740 | ||
4741 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | 4741 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then |
4742 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | 4742 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' |
4743 | @@ -8813,12 +9327,12 @@ _LT_EOF | 4743 | @@ -8816,12 +9330,12 @@ _LT_EOF |
4744 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | 4744 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
4745 | hardcode_libdir_flag_spec= | 4745 | hardcode_libdir_flag_spec= |
4746 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | 4746 | hardcode_libdir_flag_spec_ld='-rpath $libdir' |
@@ -4755,7 +4755,7 @@ index f2864b7..1c2a665 100755 | |||
4755 | fi | 4755 | fi |
4756 | ;; | 4756 | ;; |
4757 | esac | 4757 | esac |
4758 | @@ -8832,8 +9346,8 @@ _LT_EOF | 4758 | @@ -8835,8 +9349,8 @@ _LT_EOF |
4759 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | 4759 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
4760 | wlarc= | 4760 | wlarc= |
4761 | else | 4761 | else |
@@ -4766,7 +4766,7 @@ index f2864b7..1c2a665 100755 | |||
4766 | fi | 4766 | fi |
4767 | ;; | 4767 | ;; |
4768 | 4768 | ||
4769 | @@ -8851,8 +9365,8 @@ _LT_EOF | 4769 | @@ -8854,8 +9368,8 @@ _LT_EOF |
4770 | 4770 | ||
4771 | _LT_EOF | 4771 | _LT_EOF |
4772 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 4772 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -4777,7 +4777,7 @@ index f2864b7..1c2a665 100755 | |||
4777 | else | 4777 | else |
4778 | ld_shlibs=no | 4778 | ld_shlibs=no |
4779 | fi | 4779 | fi |
4780 | @@ -8898,8 +9412,8 @@ _LT_EOF | 4780 | @@ -8901,8 +9415,8 @@ _LT_EOF |
4781 | 4781 | ||
4782 | *) | 4782 | *) |
4783 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | 4783 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then |
@@ -4788,7 +4788,7 @@ index f2864b7..1c2a665 100755 | |||
4788 | else | 4788 | else |
4789 | ld_shlibs=no | 4789 | ld_shlibs=no |
4790 | fi | 4790 | fi |
4791 | @@ -9029,7 +9543,13 @@ _LT_EOF | 4791 | @@ -9032,7 +9546,13 @@ _LT_EOF |
4792 | allow_undefined_flag='-berok' | 4792 | allow_undefined_flag='-berok' |
4793 | # Determine the default libpath from the value encoded in an | 4793 | # Determine the default libpath from the value encoded in an |
4794 | # empty executable. | 4794 | # empty executable. |
@@ -4803,7 +4803,7 @@ index f2864b7..1c2a665 100755 | |||
4803 | /* end confdefs.h. */ | 4803 | /* end confdefs.h. */ |
4804 | 4804 | ||
4805 | int | 4805 | int |
4806 | @@ -9042,22 +9562,29 @@ main () | 4806 | @@ -9045,22 +9565,29 @@ main () |
4807 | _ACEOF | 4807 | _ACEOF |
4808 | if ac_fn_c_try_link "$LINENO"; then : | 4808 | if ac_fn_c_try_link "$LINENO"; then : |
4809 | 4809 | ||
@@ -4846,7 +4846,7 @@ index f2864b7..1c2a665 100755 | |||
4846 | 4846 | ||
4847 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 4847 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
4848 | 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" | 4848 | 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" |
4849 | @@ -9069,7 +9596,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4849 | @@ -9072,7 +9599,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
4850 | else | 4850 | else |
4851 | # Determine the default libpath from the value encoded in an | 4851 | # Determine the default libpath from the value encoded in an |
4852 | # empty executable. | 4852 | # empty executable. |
@@ -4861,7 +4861,7 @@ index f2864b7..1c2a665 100755 | |||
4861 | /* end confdefs.h. */ | 4861 | /* end confdefs.h. */ |
4862 | 4862 | ||
4863 | int | 4863 | int |
4864 | @@ -9082,22 +9615,29 @@ main () | 4864 | @@ -9085,22 +9618,29 @@ main () |
4865 | _ACEOF | 4865 | _ACEOF |
4866 | if ac_fn_c_try_link "$LINENO"; then : | 4866 | if ac_fn_c_try_link "$LINENO"; then : |
4867 | 4867 | ||
@@ -4904,7 +4904,7 @@ index f2864b7..1c2a665 100755 | |||
4904 | 4904 | ||
4905 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | 4905 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
4906 | # Warning - without using the other run time loading flags, | 4906 | # Warning - without using the other run time loading flags, |
4907 | @@ -9142,20 +9682,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4907 | @@ -9145,20 +9685,63 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
4908 | # Microsoft Visual C++. | 4908 | # Microsoft Visual C++. |
4909 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 4909 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
4910 | # no search path for DLLs. | 4910 | # no search path for DLLs. |
@@ -4982,7 +4982,7 @@ index f2864b7..1c2a665 100755 | |||
4982 | ;; | 4982 | ;; |
4983 | 4983 | ||
4984 | darwin* | rhapsody*) | 4984 | darwin* | rhapsody*) |
4985 | @@ -9216,7 +9799,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4985 | @@ -9219,7 +9802,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
4986 | 4986 | ||
4987 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. | 4987 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
4988 | freebsd* | dragonfly*) | 4988 | freebsd* | dragonfly*) |
@@ -4991,7 +4991,7 @@ index f2864b7..1c2a665 100755 | |||
4991 | hardcode_libdir_flag_spec='-R$libdir' | 4991 | hardcode_libdir_flag_spec='-R$libdir' |
4992 | hardcode_direct=yes | 4992 | hardcode_direct=yes |
4993 | hardcode_shlibpath_var=no | 4993 | hardcode_shlibpath_var=no |
4994 | @@ -9224,7 +9807,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 4994 | @@ -9227,7 +9810,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
4995 | 4995 | ||
4996 | hpux9*) | 4996 | hpux9*) |
4997 | if test "$GCC" = yes; then | 4997 | if test "$GCC" = yes; then |
@@ -5000,7 +5000,7 @@ index f2864b7..1c2a665 100755 | |||
5000 | else | 5000 | else |
5001 | 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' | 5001 | 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' |
5002 | fi | 5002 | fi |
5003 | @@ -9240,7 +9823,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5003 | @@ -9243,7 +9826,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
5004 | 5004 | ||
5005 | hpux10*) | 5005 | hpux10*) |
5006 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then | 5006 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
@@ -5009,7 +5009,7 @@ index f2864b7..1c2a665 100755 | |||
5009 | else | 5009 | else |
5010 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | 5010 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
5011 | fi | 5011 | fi |
5012 | @@ -9264,10 +9847,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | 5012 | @@ -9267,10 +9850,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
5013 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 5013 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
5014 | ;; | 5014 | ;; |
5015 | ia64*) | 5015 | ia64*) |
@@ -5022,7 +5022,7 @@ index f2864b7..1c2a665 100755 | |||
5022 | ;; | 5022 | ;; |
5023 | esac | 5023 | esac |
5024 | else | 5024 | else |
5025 | @@ -9346,23 +9929,36 @@ fi | 5025 | @@ -9349,23 +9932,36 @@ fi |
5026 | 5026 | ||
5027 | irix5* | irix6* | nonstopux*) | 5027 | irix5* | irix6* | nonstopux*) |
5028 | if test "$GCC" = yes; then | 5028 | if test "$GCC" = yes; then |
@@ -5067,7 +5067,7 @@ index f2864b7..1c2a665 100755 | |||
5067 | else | 5067 | else |
5068 | 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' | 5068 | 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' |
5069 | 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' | 5069 | 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' |
5070 | @@ -9447,7 +10043,7 @@ rm -f core conftest.err conftest.$ac_objext \ | 5070 | @@ -9450,7 +10046,7 @@ rm -f core conftest.err conftest.$ac_objext \ |
5071 | osf4* | osf5*) # as osf3* with the addition of -msym flag | 5071 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
5072 | if test "$GCC" = yes; then | 5072 | if test "$GCC" = yes; then |
5073 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | 5073 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' |
@@ -5076,7 +5076,7 @@ index f2864b7..1c2a665 100755 | |||
5076 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | 5076 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
5077 | else | 5077 | else |
5078 | allow_undefined_flag=' -expect_unresolved \*' | 5078 | allow_undefined_flag=' -expect_unresolved \*' |
5079 | @@ -9466,9 +10062,9 @@ rm -f core conftest.err conftest.$ac_objext \ | 5079 | @@ -9469,9 +10065,9 @@ rm -f core conftest.err conftest.$ac_objext \ |
5080 | no_undefined_flag=' -z defs' | 5080 | no_undefined_flag=' -z defs' |
5081 | if test "$GCC" = yes; then | 5081 | if test "$GCC" = yes; then |
5082 | wlarc='${wl}' | 5082 | wlarc='${wl}' |
@@ -5088,7 +5088,7 @@ index f2864b7..1c2a665 100755 | |||
5088 | else | 5088 | else |
5089 | case `$CC -V 2>&1` in | 5089 | case `$CC -V 2>&1` in |
5090 | *"Compilers 5.0"*) | 5090 | *"Compilers 5.0"*) |
5091 | @@ -10044,8 +10640,9 @@ cygwin* | mingw* | pw32* | cegcc*) | 5091 | @@ -10047,8 +10643,9 @@ cygwin* | mingw* | pw32* | cegcc*) |
5092 | need_version=no | 5092 | need_version=no |
5093 | need_lib_prefix=no | 5093 | need_lib_prefix=no |
5094 | 5094 | ||
@@ -5100,7 +5100,7 @@ index f2864b7..1c2a665 100755 | |||
5100 | library_names_spec='$libname.dll.a' | 5100 | library_names_spec='$libname.dll.a' |
5101 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 5101 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
5102 | postinstall_cmds='base_file=`basename \${file}`~ | 5102 | postinstall_cmds='base_file=`basename \${file}`~ |
5103 | @@ -10078,13 +10675,71 @@ cygwin* | mingw* | pw32* | cegcc*) | 5103 | @@ -10081,13 +10678,71 @@ cygwin* | mingw* | pw32* | cegcc*) |
5104 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 5104 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
5105 | ;; | 5105 | ;; |
5106 | esac | 5106 | esac |
@@ -5173,7 +5173,7 @@ index f2864b7..1c2a665 100755 | |||
5173 | # FIXME: first we should search . and the directory the executable is in | 5173 | # FIXME: first we should search . and the directory the executable is in |
5174 | shlibpath_var=PATH | 5174 | shlibpath_var=PATH |
5175 | ;; | 5175 | ;; |
5176 | @@ -10176,7 +10831,7 @@ haiku*) | 5176 | @@ -10179,7 +10834,7 @@ haiku*) |
5177 | soname_spec='${libname}${release}${shared_ext}$major' | 5177 | soname_spec='${libname}${release}${shared_ext}$major' |
5178 | shlibpath_var=LIBRARY_PATH | 5178 | shlibpath_var=LIBRARY_PATH |
5179 | shlibpath_overrides_runpath=yes | 5179 | shlibpath_overrides_runpath=yes |
@@ -5182,16 +5182,16 @@ index f2864b7..1c2a665 100755 | |||
5182 | hardcode_into_libs=yes | 5182 | hardcode_into_libs=yes |
5183 | ;; | 5183 | ;; |
5184 | 5184 | ||
5185 | @@ -10972,7 +11627,7 @@ else | 5185 | @@ -10975,7 +11630,7 @@ else |
5186 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 5186 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
5187 | lt_status=$lt_dlunknown | 5187 | lt_status=$lt_dlunknown |
5188 | cat > conftest.$ac_ext <<_LT_EOF | 5188 | cat > conftest.$ac_ext <<_LT_EOF |
5189 | -#line 10975 "configure" | 5189 | -#line 10978 "configure" |
5190 | +#line $LINENO "configure" | 5190 | +#line $LINENO "configure" |
5191 | #include "confdefs.h" | 5191 | #include "confdefs.h" |
5192 | 5192 | ||
5193 | #if HAVE_DLFCN_H | 5193 | #if HAVE_DLFCN_H |
5194 | @@ -11016,10 +11671,10 @@ else | 5194 | @@ -11019,10 +11674,10 @@ else |
5195 | /* When -fvisbility=hidden is used, assume the code has been annotated | 5195 | /* When -fvisbility=hidden is used, assume the code has been annotated |
5196 | correspondingly for the symbols needed. */ | 5196 | correspondingly for the symbols needed. */ |
5197 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 5197 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -5204,16 +5204,16 @@ index f2864b7..1c2a665 100755 | |||
5204 | int main () | 5204 | int main () |
5205 | { | 5205 | { |
5206 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5206 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
5207 | @@ -11078,7 +11733,7 @@ else | 5207 | @@ -11081,7 +11736,7 @@ else |
5208 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 5208 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
5209 | lt_status=$lt_dlunknown | 5209 | lt_status=$lt_dlunknown |
5210 | cat > conftest.$ac_ext <<_LT_EOF | 5210 | cat > conftest.$ac_ext <<_LT_EOF |
5211 | -#line 11081 "configure" | 5211 | -#line 11084 "configure" |
5212 | +#line $LINENO "configure" | 5212 | +#line $LINENO "configure" |
5213 | #include "confdefs.h" | 5213 | #include "confdefs.h" |
5214 | 5214 | ||
5215 | #if HAVE_DLFCN_H | 5215 | #if HAVE_DLFCN_H |
5216 | @@ -11122,10 +11777,10 @@ else | 5216 | @@ -11125,10 +11780,10 @@ else |
5217 | /* When -fvisbility=hidden is used, assume the code has been annotated | 5217 | /* When -fvisbility=hidden is used, assume the code has been annotated |
5218 | correspondingly for the symbols needed. */ | 5218 | correspondingly for the symbols needed. */ |
5219 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | 5219 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) |
@@ -5226,7 +5226,7 @@ index f2864b7..1c2a665 100755 | |||
5226 | int main () | 5226 | int main () |
5227 | { | 5227 | { |
5228 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | 5228 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
5229 | @@ -15241,13 +15896,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 5229 | @@ -15276,13 +15931,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
5230 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 5230 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
5231 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 5231 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
5232 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 5232 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -5247,7 +5247,7 @@ index f2864b7..1c2a665 100755 | |||
5247 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 5247 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
5248 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 5248 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
5249 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 5249 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
5250 | @@ -15262,14 +15924,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 5250 | @@ -15297,14 +15959,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
5251 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 5251 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
5252 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 5252 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
5253 | 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"`' | 5253 | 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"`' |
@@ -5266,7 +5266,7 @@ index f2864b7..1c2a665 100755 | |||
5266 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 5266 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
5267 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 5267 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
5268 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 5268 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
5269 | @@ -15302,12 +15967,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 5269 | @@ -15337,12 +16002,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
5270 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 5270 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
5271 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 5271 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
5272 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 5272 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -5280,7 +5280,7 @@ index f2864b7..1c2a665 100755 | |||
5280 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 5280 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
5281 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 5281 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
5282 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 5282 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
5283 | @@ -15362,8 +16027,13 @@ reload_flag \ | 5283 | @@ -15397,8 +16062,13 @@ reload_flag \ |
5284 | OBJDUMP \ | 5284 | OBJDUMP \ |
5285 | deplibs_check_method \ | 5285 | deplibs_check_method \ |
5286 | file_magic_cmd \ | 5286 | file_magic_cmd \ |
@@ -5294,7 +5294,7 @@ index f2864b7..1c2a665 100755 | |||
5294 | STRIP \ | 5294 | STRIP \ |
5295 | RANLIB \ | 5295 | RANLIB \ |
5296 | CC \ | 5296 | CC \ |
5297 | @@ -15373,12 +16043,14 @@ lt_cv_sys_global_symbol_pipe \ | 5297 | @@ -15408,12 +16078,14 @@ lt_cv_sys_global_symbol_pipe \ |
5298 | lt_cv_sys_global_symbol_to_cdecl \ | 5298 | lt_cv_sys_global_symbol_to_cdecl \ |
5299 | lt_cv_sys_global_symbol_to_c_name_address \ | 5299 | lt_cv_sys_global_symbol_to_c_name_address \ |
5300 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 5300 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -5310,7 +5310,7 @@ index f2864b7..1c2a665 100755 | |||
5310 | DSYMUTIL \ | 5310 | DSYMUTIL \ |
5311 | NMEDIT \ | 5311 | NMEDIT \ |
5312 | LIPO \ | 5312 | LIPO \ |
5313 | @@ -15394,7 +16066,6 @@ no_undefined_flag \ | 5313 | @@ -15429,7 +16101,6 @@ no_undefined_flag \ |
5314 | hardcode_libdir_flag_spec \ | 5314 | hardcode_libdir_flag_spec \ |
5315 | hardcode_libdir_flag_spec_ld \ | 5315 | hardcode_libdir_flag_spec_ld \ |
5316 | hardcode_libdir_separator \ | 5316 | hardcode_libdir_separator \ |
@@ -5318,7 +5318,7 @@ index f2864b7..1c2a665 100755 | |||
5318 | exclude_expsyms \ | 5318 | exclude_expsyms \ |
5319 | include_expsyms \ | 5319 | include_expsyms \ |
5320 | file_list_spec \ | 5320 | file_list_spec \ |
5321 | @@ -15430,6 +16101,7 @@ module_cmds \ | 5321 | @@ -15465,6 +16136,7 @@ module_cmds \ |
5322 | module_expsym_cmds \ | 5322 | module_expsym_cmds \ |
5323 | export_symbols_cmds \ | 5323 | export_symbols_cmds \ |
5324 | prelink_cmds \ | 5324 | prelink_cmds \ |
@@ -5326,7 +5326,7 @@ index f2864b7..1c2a665 100755 | |||
5326 | postinstall_cmds \ | 5326 | postinstall_cmds \ |
5327 | postuninstall_cmds \ | 5327 | postuninstall_cmds \ |
5328 | finish_cmds \ | 5328 | finish_cmds \ |
5329 | @@ -16194,7 +16866,8 @@ $as_echo X"$file" | | 5329 | @@ -16229,7 +16901,8 @@ $as_echo X"$file" | |
5330 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 5330 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
5331 | # | 5331 | # |
5332 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 5332 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -5336,7 +5336,7 @@ index f2864b7..1c2a665 100755 | |||
5336 | # Written by Gordon Matzigkeit, 1996 | 5336 | # Written by Gordon Matzigkeit, 1996 |
5337 | # | 5337 | # |
5338 | # This file is part of GNU Libtool. | 5338 | # This file is part of GNU Libtool. |
5339 | @@ -16297,19 +16970,42 @@ SP2NL=$lt_lt_SP2NL | 5339 | @@ -16332,19 +17005,42 @@ SP2NL=$lt_lt_SP2NL |
5340 | # turn newlines into spaces. | 5340 | # turn newlines into spaces. |
5341 | NL2SP=$lt_lt_NL2SP | 5341 | NL2SP=$lt_lt_NL2SP |
5342 | 5342 | ||
@@ -5380,7 +5380,7 @@ index f2864b7..1c2a665 100755 | |||
5380 | # A symbol stripping program. | 5380 | # A symbol stripping program. |
5381 | STRIP=$lt_STRIP | 5381 | STRIP=$lt_STRIP |
5382 | 5382 | ||
5383 | @@ -16339,6 +17035,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 5383 | @@ -16374,6 +17070,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
5384 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 5384 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
5385 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 5385 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
5386 | 5386 | ||
@@ -5393,7 +5393,7 @@ index f2864b7..1c2a665 100755 | |||
5393 | # The name of the directory that contains temporary libtool files. | 5393 | # The name of the directory that contains temporary libtool files. |
5394 | objdir=$objdir | 5394 | objdir=$objdir |
5395 | 5395 | ||
5396 | @@ -16348,6 +17050,9 @@ MAGIC_CMD=$MAGIC_CMD | 5396 | @@ -16383,6 +17085,9 @@ MAGIC_CMD=$MAGIC_CMD |
5397 | # Must we lock files when doing compilation? | 5397 | # Must we lock files when doing compilation? |
5398 | need_locks=$lt_need_locks | 5398 | need_locks=$lt_need_locks |
5399 | 5399 | ||
@@ -5403,7 +5403,7 @@ index f2864b7..1c2a665 100755 | |||
5403 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 5403 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
5404 | DSYMUTIL=$lt_DSYMUTIL | 5404 | DSYMUTIL=$lt_DSYMUTIL |
5405 | 5405 | ||
5406 | @@ -16462,12 +17167,12 @@ with_gcc=$GCC | 5406 | @@ -16497,12 +17202,12 @@ with_gcc=$GCC |
5407 | # Compiler flag to turn off builtin functions. | 5407 | # Compiler flag to turn off builtin functions. |
5408 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 5408 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
5409 | 5409 | ||
@@ -5419,7 +5419,7 @@ index f2864b7..1c2a665 100755 | |||
5419 | # Compiler flag to prevent dynamic linking. | 5419 | # Compiler flag to prevent dynamic linking. |
5420 | link_static_flag=$lt_lt_prog_compiler_static | 5420 | link_static_flag=$lt_lt_prog_compiler_static |
5421 | 5421 | ||
5422 | @@ -16554,9 +17259,6 @@ inherit_rpath=$inherit_rpath | 5422 | @@ -16589,9 +17294,6 @@ inherit_rpath=$inherit_rpath |
5423 | # Whether libtool must link a program against all its dependency libraries. | 5423 | # Whether libtool must link a program against all its dependency libraries. |
5424 | link_all_deplibs=$link_all_deplibs | 5424 | link_all_deplibs=$link_all_deplibs |
5425 | 5425 | ||
@@ -5429,7 +5429,7 @@ index f2864b7..1c2a665 100755 | |||
5429 | # Set to "yes" if exported symbols are required. | 5429 | # Set to "yes" if exported symbols are required. |
5430 | always_export_symbols=$always_export_symbols | 5430 | always_export_symbols=$always_export_symbols |
5431 | 5431 | ||
5432 | @@ -16572,6 +17274,9 @@ include_expsyms=$lt_include_expsyms | 5432 | @@ -16607,6 +17309,9 @@ include_expsyms=$lt_include_expsyms |
5433 | # Commands necessary for linking programs (against libraries) with templates. | 5433 | # Commands necessary for linking programs (against libraries) with templates. |
5434 | prelink_cmds=$lt_prelink_cmds | 5434 | prelink_cmds=$lt_prelink_cmds |
5435 | 5435 | ||
@@ -5439,7 +5439,7 @@ index f2864b7..1c2a665 100755 | |||
5439 | # Specify filename containing input files. | 5439 | # Specify filename containing input files. |
5440 | file_list_spec=$lt_file_list_spec | 5440 | file_list_spec=$lt_file_list_spec |
5441 | 5441 | ||
5442 | @@ -16604,210 +17309,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 5442 | @@ -16639,210 +17344,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
5443 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 5443 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
5444 | # text mode, it properly converts lines to CR/LF. This bash problem | 5444 | # text mode, it properly converts lines to CR/LF. This bash problem |
5445 | # is reportedly fixed, but why not run on old versions too? | 5445 | # is reportedly fixed, but why not run on old versions too? |
@@ -5814,7 +5814,7 @@ index f2864b7..1c2a665 100755 | |||
5814 | chmod +x "$ofile" | 5814 | chmod +x "$ofile" |
5815 | 5815 | ||
5816 | diff --git a/gprof/configure b/gprof/configure | 5816 | diff --git a/gprof/configure b/gprof/configure |
5817 | index 7dcd141..45b2592 100755 | 5817 | index d4db554..78b292c 100755 |
5818 | --- a/gprof/configure | 5818 | --- a/gprof/configure |
5819 | +++ b/gprof/configure | 5819 | +++ b/gprof/configure |
5820 | @@ -629,8 +629,11 @@ OTOOL | 5820 | @@ -629,8 +629,11 @@ OTOOL |
@@ -7742,7 +7742,7 @@ index 7dcd141..45b2592 100755 | |||
7742 | chmod +x "$ofile" | 7742 | chmod +x "$ofile" |
7743 | 7743 | ||
7744 | diff --git a/ld/configure b/ld/configure | 7744 | diff --git a/ld/configure b/ld/configure |
7745 | index b900175..7a20e4e 100755 | 7745 | index 8095b71..eb4f0d7 100755 |
7746 | --- a/ld/configure | 7746 | --- a/ld/configure |
7747 | +++ b/ld/configure | 7747 | +++ b/ld/configure |
7748 | @@ -657,8 +657,11 @@ OTOOL | 7748 | @@ -657,8 +657,11 @@ OTOOL |
@@ -9683,7 +9683,7 @@ index b900175..7a20e4e 100755 | |||
9683 | LDCXX=$LD | 9683 | LDCXX=$LD |
9684 | LD=$lt_save_LD | 9684 | LD=$lt_save_LD |
9685 | GCC=$lt_save_GCC | 9685 | GCC=$lt_save_GCC |
9686 | @@ -17952,13 +18788,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | 9686 | @@ -17953,13 +18789,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' |
9687 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | 9687 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' |
9688 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | 9688 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' |
9689 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | 9689 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' |
@@ -9704,7 +9704,7 @@ index b900175..7a20e4e 100755 | |||
9704 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | 9704 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' |
9705 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | 9705 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' |
9706 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | 9706 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' |
9707 | @@ -17973,14 +18816,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de | 9707 | @@ -17974,14 +18817,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de |
9708 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | 9708 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' |
9709 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | 9709 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' |
9710 | 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"`' | 9710 | 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"`' |
@@ -9723,7 +9723,7 @@ index b900175..7a20e4e 100755 | |||
9723 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | 9723 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' |
9724 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | 9724 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' |
9725 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | 9725 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' |
9726 | @@ -18013,12 +18859,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q | 9726 | @@ -18014,12 +18860,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q |
9727 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | 9727 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' |
9728 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | 9728 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' |
9729 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | 9729 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' |
@@ -9737,7 +9737,7 @@ index b900175..7a20e4e 100755 | |||
9737 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | 9737 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' |
9738 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | 9738 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' |
9739 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | 9739 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' |
9740 | @@ -18057,8 +18903,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote | 9740 | @@ -18058,8 +18904,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote |
9741 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' | 9741 | compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' |
9742 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' | 9742 | GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' |
9743 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' | 9743 | lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -9747,7 +9747,7 @@ index b900175..7a20e4e 100755 | |||
9747 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' | 9747 | lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' |
9748 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' | 9748 | lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' |
9749 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' | 9749 | archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' |
9750 | @@ -18085,12 +18931,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ | 9750 | @@ -18086,12 +18932,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_ |
9751 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' | 9751 | hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' |
9752 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' | 9752 | inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' |
9753 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' | 9753 | link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' |
@@ -9761,7 +9761,7 @@ index b900175..7a20e4e 100755 | |||
9761 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' | 9761 | file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' |
9762 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' | 9762 | hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' |
9763 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' | 9763 | compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' |
9764 | @@ -18128,8 +18974,13 @@ reload_flag \ | 9764 | @@ -18129,8 +18975,13 @@ reload_flag \ |
9765 | OBJDUMP \ | 9765 | OBJDUMP \ |
9766 | deplibs_check_method \ | 9766 | deplibs_check_method \ |
9767 | file_magic_cmd \ | 9767 | file_magic_cmd \ |
@@ -9775,7 +9775,7 @@ index b900175..7a20e4e 100755 | |||
9775 | STRIP \ | 9775 | STRIP \ |
9776 | RANLIB \ | 9776 | RANLIB \ |
9777 | CC \ | 9777 | CC \ |
9778 | @@ -18139,12 +18990,14 @@ lt_cv_sys_global_symbol_pipe \ | 9778 | @@ -18140,12 +18991,14 @@ lt_cv_sys_global_symbol_pipe \ |
9779 | lt_cv_sys_global_symbol_to_cdecl \ | 9779 | lt_cv_sys_global_symbol_to_cdecl \ |
9780 | lt_cv_sys_global_symbol_to_c_name_address \ | 9780 | lt_cv_sys_global_symbol_to_c_name_address \ |
9781 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ | 9781 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
@@ -9791,7 +9791,7 @@ index b900175..7a20e4e 100755 | |||
9791 | DSYMUTIL \ | 9791 | DSYMUTIL \ |
9792 | NMEDIT \ | 9792 | NMEDIT \ |
9793 | LIPO \ | 9793 | LIPO \ |
9794 | @@ -18160,7 +19013,6 @@ no_undefined_flag \ | 9794 | @@ -18161,7 +19014,6 @@ no_undefined_flag \ |
9795 | hardcode_libdir_flag_spec \ | 9795 | hardcode_libdir_flag_spec \ |
9796 | hardcode_libdir_flag_spec_ld \ | 9796 | hardcode_libdir_flag_spec_ld \ |
9797 | hardcode_libdir_separator \ | 9797 | hardcode_libdir_separator \ |
@@ -9799,7 +9799,7 @@ index b900175..7a20e4e 100755 | |||
9799 | exclude_expsyms \ | 9799 | exclude_expsyms \ |
9800 | include_expsyms \ | 9800 | include_expsyms \ |
9801 | file_list_spec \ | 9801 | file_list_spec \ |
9802 | @@ -18182,8 +19034,8 @@ LD_CXX \ | 9802 | @@ -18183,8 +19035,8 @@ LD_CXX \ |
9803 | reload_flag_CXX \ | 9803 | reload_flag_CXX \ |
9804 | compiler_CXX \ | 9804 | compiler_CXX \ |
9805 | lt_prog_compiler_no_builtin_flag_CXX \ | 9805 | lt_prog_compiler_no_builtin_flag_CXX \ |
@@ -9809,7 +9809,7 @@ index b900175..7a20e4e 100755 | |||
9809 | lt_prog_compiler_static_CXX \ | 9809 | lt_prog_compiler_static_CXX \ |
9810 | lt_cv_prog_compiler_c_o_CXX \ | 9810 | lt_cv_prog_compiler_c_o_CXX \ |
9811 | export_dynamic_flag_spec_CXX \ | 9811 | export_dynamic_flag_spec_CXX \ |
9812 | @@ -18195,7 +19047,6 @@ no_undefined_flag_CXX \ | 9812 | @@ -18196,7 +19048,6 @@ no_undefined_flag_CXX \ |
9813 | hardcode_libdir_flag_spec_CXX \ | 9813 | hardcode_libdir_flag_spec_CXX \ |
9814 | hardcode_libdir_flag_spec_ld_CXX \ | 9814 | hardcode_libdir_flag_spec_ld_CXX \ |
9815 | hardcode_libdir_separator_CXX \ | 9815 | hardcode_libdir_separator_CXX \ |
@@ -9817,7 +9817,7 @@ index b900175..7a20e4e 100755 | |||
9817 | exclude_expsyms_CXX \ | 9817 | exclude_expsyms_CXX \ |
9818 | include_expsyms_CXX \ | 9818 | include_expsyms_CXX \ |
9819 | file_list_spec_CXX \ | 9819 | file_list_spec_CXX \ |
9820 | @@ -18229,6 +19080,7 @@ module_cmds \ | 9820 | @@ -18230,6 +19081,7 @@ module_cmds \ |
9821 | module_expsym_cmds \ | 9821 | module_expsym_cmds \ |
9822 | export_symbols_cmds \ | 9822 | export_symbols_cmds \ |
9823 | prelink_cmds \ | 9823 | prelink_cmds \ |
@@ -9825,7 +9825,7 @@ index b900175..7a20e4e 100755 | |||
9825 | postinstall_cmds \ | 9825 | postinstall_cmds \ |
9826 | postuninstall_cmds \ | 9826 | postuninstall_cmds \ |
9827 | finish_cmds \ | 9827 | finish_cmds \ |
9828 | @@ -18243,7 +19095,8 @@ archive_expsym_cmds_CXX \ | 9828 | @@ -18244,7 +19096,8 @@ archive_expsym_cmds_CXX \ |
9829 | module_cmds_CXX \ | 9829 | module_cmds_CXX \ |
9830 | module_expsym_cmds_CXX \ | 9830 | module_expsym_cmds_CXX \ |
9831 | export_symbols_cmds_CXX \ | 9831 | export_symbols_cmds_CXX \ |
@@ -9835,7 +9835,7 @@ index b900175..7a20e4e 100755 | |||
9835 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in | 9835 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
9836 | *[\\\\\\\`\\"\\\$]*) | 9836 | *[\\\\\\\`\\"\\\$]*) |
9837 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" | 9837 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
9838 | @@ -19036,7 +19889,8 @@ $as_echo X"$file" | | 9838 | @@ -19037,7 +19890,8 @@ $as_echo X"$file" | |
9839 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | 9839 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
9840 | # | 9840 | # |
9841 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 9841 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
@@ -9845,7 +9845,7 @@ index b900175..7a20e4e 100755 | |||
9845 | # Written by Gordon Matzigkeit, 1996 | 9845 | # Written by Gordon Matzigkeit, 1996 |
9846 | # | 9846 | # |
9847 | # This file is part of GNU Libtool. | 9847 | # This file is part of GNU Libtool. |
9848 | @@ -19139,19 +19993,42 @@ SP2NL=$lt_lt_SP2NL | 9848 | @@ -19140,19 +19994,42 @@ SP2NL=$lt_lt_SP2NL |
9849 | # turn newlines into spaces. | 9849 | # turn newlines into spaces. |
9850 | NL2SP=$lt_lt_NL2SP | 9850 | NL2SP=$lt_lt_NL2SP |
9851 | 9851 | ||
@@ -9889,7 +9889,7 @@ index b900175..7a20e4e 100755 | |||
9889 | # A symbol stripping program. | 9889 | # A symbol stripping program. |
9890 | STRIP=$lt_STRIP | 9890 | STRIP=$lt_STRIP |
9891 | 9891 | ||
9892 | @@ -19181,6 +20058,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | 9892 | @@ -19182,6 +20059,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
9893 | # Transform the output of nm in a C name address pair when lib prefix is needed. | 9893 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
9894 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | 9894 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix |
9895 | 9895 | ||
@@ -9902,7 +9902,7 @@ index b900175..7a20e4e 100755 | |||
9902 | # The name of the directory that contains temporary libtool files. | 9902 | # The name of the directory that contains temporary libtool files. |
9903 | objdir=$objdir | 9903 | objdir=$objdir |
9904 | 9904 | ||
9905 | @@ -19190,6 +20073,9 @@ MAGIC_CMD=$MAGIC_CMD | 9905 | @@ -19191,6 +20074,9 @@ MAGIC_CMD=$MAGIC_CMD |
9906 | # Must we lock files when doing compilation? | 9906 | # Must we lock files when doing compilation? |
9907 | need_locks=$lt_need_locks | 9907 | need_locks=$lt_need_locks |
9908 | 9908 | ||
@@ -9912,7 +9912,7 @@ index b900175..7a20e4e 100755 | |||
9912 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. | 9912 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
9913 | DSYMUTIL=$lt_DSYMUTIL | 9913 | DSYMUTIL=$lt_DSYMUTIL |
9914 | 9914 | ||
9915 | @@ -19304,12 +20190,12 @@ with_gcc=$GCC | 9915 | @@ -19305,12 +20191,12 @@ with_gcc=$GCC |
9916 | # Compiler flag to turn off builtin functions. | 9916 | # Compiler flag to turn off builtin functions. |
9917 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | 9917 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag |
9918 | 9918 | ||
@@ -9928,7 +9928,7 @@ index b900175..7a20e4e 100755 | |||
9928 | # Compiler flag to prevent dynamic linking. | 9928 | # Compiler flag to prevent dynamic linking. |
9929 | link_static_flag=$lt_lt_prog_compiler_static | 9929 | link_static_flag=$lt_lt_prog_compiler_static |
9930 | 9930 | ||
9931 | @@ -19396,9 +20282,6 @@ inherit_rpath=$inherit_rpath | 9931 | @@ -19397,9 +20283,6 @@ inherit_rpath=$inherit_rpath |
9932 | # Whether libtool must link a program against all its dependency libraries. | 9932 | # Whether libtool must link a program against all its dependency libraries. |
9933 | link_all_deplibs=$link_all_deplibs | 9933 | link_all_deplibs=$link_all_deplibs |
9934 | 9934 | ||
@@ -9938,7 +9938,7 @@ index b900175..7a20e4e 100755 | |||
9938 | # Set to "yes" if exported symbols are required. | 9938 | # Set to "yes" if exported symbols are required. |
9939 | always_export_symbols=$always_export_symbols | 9939 | always_export_symbols=$always_export_symbols |
9940 | 9940 | ||
9941 | @@ -19414,6 +20297,9 @@ include_expsyms=$lt_include_expsyms | 9941 | @@ -19415,6 +20298,9 @@ include_expsyms=$lt_include_expsyms |
9942 | # Commands necessary for linking programs (against libraries) with templates. | 9942 | # Commands necessary for linking programs (against libraries) with templates. |
9943 | prelink_cmds=$lt_prelink_cmds | 9943 | prelink_cmds=$lt_prelink_cmds |
9944 | 9944 | ||
@@ -9948,7 +9948,7 @@ index b900175..7a20e4e 100755 | |||
9948 | # Specify filename containing input files. | 9948 | # Specify filename containing input files. |
9949 | file_list_spec=$lt_file_list_spec | 9949 | file_list_spec=$lt_file_list_spec |
9950 | 9950 | ||
9951 | @@ -19460,210 +20346,169 @@ ltmain="$ac_aux_dir/ltmain.sh" | 9951 | @@ -19461,210 +20347,169 @@ ltmain="$ac_aux_dir/ltmain.sh" |
9952 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | 9952 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
9953 | # text mode, it properly converts lines to CR/LF. This bash problem | 9953 | # text mode, it properly converts lines to CR/LF. This bash problem |
9954 | # is reportedly fixed, but why not run on old versions too? | 9954 | # is reportedly fixed, but why not run on old versions too? |
@@ -10322,7 +10322,7 @@ index b900175..7a20e4e 100755 | |||
10322 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | 10322 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
10323 | chmod +x "$ofile" | 10323 | chmod +x "$ofile" |
10324 | 10324 | ||
10325 | @@ -19691,12 +20536,12 @@ with_gcc=$GCC_CXX | 10325 | @@ -19692,12 +20537,12 @@ with_gcc=$GCC_CXX |
10326 | # Compiler flag to turn off builtin functions. | 10326 | # Compiler flag to turn off builtin functions. |
10327 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | 10327 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX |
10328 | 10328 | ||
@@ -10338,7 +10338,7 @@ index b900175..7a20e4e 100755 | |||
10338 | # Compiler flag to prevent dynamic linking. | 10338 | # Compiler flag to prevent dynamic linking. |
10339 | link_static_flag=$lt_lt_prog_compiler_static_CXX | 10339 | link_static_flag=$lt_lt_prog_compiler_static_CXX |
10340 | 10340 | ||
10341 | @@ -19783,9 +20628,6 @@ inherit_rpath=$inherit_rpath_CXX | 10341 | @@ -19784,9 +20629,6 @@ inherit_rpath=$inherit_rpath_CXX |
10342 | # Whether libtool must link a program against all its dependency libraries. | 10342 | # Whether libtool must link a program against all its dependency libraries. |
10343 | link_all_deplibs=$link_all_deplibs_CXX | 10343 | link_all_deplibs=$link_all_deplibs_CXX |
10344 | 10344 | ||
@@ -10348,7 +10348,7 @@ index b900175..7a20e4e 100755 | |||
10348 | # Set to "yes" if exported symbols are required. | 10348 | # Set to "yes" if exported symbols are required. |
10349 | always_export_symbols=$always_export_symbols_CXX | 10349 | always_export_symbols=$always_export_symbols_CXX |
10350 | 10350 | ||
10351 | @@ -19801,6 +20643,9 @@ include_expsyms=$lt_include_expsyms_CXX | 10351 | @@ -19802,6 +20644,9 @@ include_expsyms=$lt_include_expsyms_CXX |
10352 | # Commands necessary for linking programs (against libraries) with templates. | 10352 | # Commands necessary for linking programs (against libraries) with templates. |
10353 | prelink_cmds=$lt_prelink_cmds_CXX | 10353 | prelink_cmds=$lt_prelink_cmds_CXX |
10354 | 10354 | ||
@@ -17442,7 +17442,7 @@ index bf92b5e..c573da9 100644 | |||
17442 | # These exist entirely to fool aclocal when bootstrapping libtool. | 17442 | # These exist entirely to fool aclocal when bootstrapping libtool. |
17443 | # | 17443 | # |
17444 | diff --git a/opcodes/configure b/opcodes/configure | 17444 | diff --git a/opcodes/configure b/opcodes/configure |
17445 | index 1ff66fa..d20abf3 100755 | 17445 | index eedb184..d3076e1 100755 |
17446 | --- a/opcodes/configure | 17446 | --- a/opcodes/configure |
17447 | +++ b/opcodes/configure | 17447 | +++ b/opcodes/configure |
17448 | @@ -648,6 +648,9 @@ OTOOL | 17448 | @@ -648,6 +648,9 @@ OTOOL |
@@ -21291,5 +21291,5 @@ index 8378857..7584940 100755 | |||
21291 | chmod +x "$ofile" | 21291 | chmod +x "$ofile" |
21292 | 21292 | ||
21293 | -- | 21293 | -- |
21294 | 2.7.0 | 21294 | 2.7.1 |
21295 | 21295 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch b/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch index 0319ba652c..cb3f83b4fb 100644 --- a/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch +++ b/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 61789a45c6193519b9da9dd0fa9a94532faaa4a9 Mon Sep 17 00:00:00 2001 | 1 | From 4ff9dbe13f38e4fea24fbcc9879cf7352c0561ff 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:37:10 +0000 | 3 | Date: Mon, 2 Mar 2015 01:37:10 +0000 |
4 | Subject: [PATCH 07/12] Add the armv5e architecture to binutils | 4 | Subject: [PATCH 07/14] Add the armv5e architecture to binutils |
5 | 5 | ||
6 | Binutils has a comment that indicates it is supposed to match gcc for | 6 | Binutils has a comment that indicates it is supposed to match gcc for |
7 | all of the support "-march=" settings, but it was lacking the armv5e setting. | 7 | all of the support "-march=" settings, but it was lacking the armv5e setting. |
@@ -31,5 +31,5 @@ index 3bd4bc9..5d99921 100644 | |||
31 | ARM_ARCH_OPT ("armv5txm", ARM_ARCH_V5TxM, FPU_ARCH_VFP), | 31 | ARM_ARCH_OPT ("armv5txm", ARM_ARCH_V5TxM, FPU_ARCH_VFP), |
32 | ARM_ARCH_OPT ("armv5te", ARM_ARCH_V5TE, FPU_ARCH_VFP), | 32 | ARM_ARCH_OPT ("armv5te", ARM_ARCH_V5TE, FPU_ARCH_VFP), |
33 | -- | 33 | -- |
34 | 2.7.0 | 34 | 2.7.1 |
35 | 35 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch b/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch index ad1901e651..f8382f872e 100644 --- a/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch +++ b/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 0ccefb615b5316e71c1ed9bab80aa4eafb26167a Mon Sep 17 00:00:00 2001 | 1 | From cb36d94dbd521752e6444418af500e139a26eabb 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 08/12] don't let the distro compiler point to the wrong | 4 | Subject: [PATCH 08/14] don't let the distro compiler point to the wrong |
5 | installation location | 5 | installation location |
6 | 6 | ||
7 | Thanks to RP for helping find the source code causing the issue. | 7 | Thanks to RP for helping find the source code causing the issue. |
@@ -31,5 +31,5 @@ index 7d7e2f4..1aaaf0e 100644 | |||
31 | if test -n "${target_header_dir}"; then \ | 31 | if test -n "${target_header_dir}"; then \ |
32 | ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR); \ | 32 | ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR); \ |
33 | -- | 33 | -- |
34 | 2.7.0 | 34 | 2.7.1 |
35 | 35 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0009-warn-for-uses-of-system-directories-when-cross-linki.patch b/meta/recipes-devtools/binutils/binutils/0009-warn-for-uses-of-system-directories-when-cross-linki.patch index b14ead0942..d3f510b11a 100644 --- a/meta/recipes-devtools/binutils/binutils/0009-warn-for-uses-of-system-directories-when-cross-linki.patch +++ b/meta/recipes-devtools/binutils/binutils/0009-warn-for-uses-of-system-directories-when-cross-linki.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From e5d18410cb07da09f854b9568f51a873f1166d2a Mon Sep 17 00:00:00 2001 | 1 | From 4daa841ce16ba52b717bdff9eb1dfc4f19638814 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 09/12] warn for uses of system directories when cross linking | 4 | Subject: [PATCH 09/14] warn for uses of system directories when cross linking |
5 | 5 | ||
6 | 2008-07-02 Joseph Myers <joseph@codesourcery.com> | 6 | 2008-07-02 Joseph Myers <joseph@codesourcery.com> |
7 | 7 | ||
@@ -77,7 +77,7 @@ index 276fb77..35c58eb 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 7a20e4e..7cff36c 100755 | 80 | index eb4f0d7..e9054b4 100755 |
81 | --- a/ld/configure | 81 | --- a/ld/configure |
82 | +++ b/ld/configure | 82 | +++ b/ld/configure |
83 | @@ -790,6 +790,7 @@ with_lib_path | 83 | @@ -790,6 +790,7 @@ with_lib_path |
@@ -118,7 +118,7 @@ index 7a20e4e..7cff36c 100755 | |||
118 | if test "${enable_gold+set}" = set; then : | 118 | if test "${enable_gold+set}" = set; then : |
119 | enableval=$enable_gold; case "${enableval}" in | 119 | enableval=$enable_gold; case "${enableval}" in |
120 | diff --git a/ld/configure.ac b/ld/configure.ac | 120 | diff --git a/ld/configure.ac b/ld/configure.ac |
121 | index 188172d..2cd8443 100644 | 121 | index e28f38e..7b474e7 100644 |
122 | --- a/ld/configure.ac | 122 | --- a/ld/configure.ac |
123 | +++ b/ld/configure.ac | 123 | +++ b/ld/configure.ac |
124 | @@ -95,6 +95,16 @@ AC_SUBST(use_sysroot) | 124 | @@ -95,6 +95,16 @@ AC_SUBST(use_sysroot) |
@@ -158,10 +158,10 @@ index d84ec4e..3476b26 100644 | |||
158 | enum endian_enum endian; | 158 | enum endian_enum endian; |
159 | 159 | ||
160 | diff --git a/ld/ld.texinfo b/ld/ld.texinfo | 160 | diff --git a/ld/ld.texinfo b/ld/ld.texinfo |
161 | index 1dd7492..fb1438e 100644 | 161 | index 2389661..d06112b 100644 |
162 | --- a/ld/ld.texinfo | 162 | --- a/ld/ld.texinfo |
163 | +++ b/ld/ld.texinfo | 163 | +++ b/ld/ld.texinfo |
164 | @@ -2332,6 +2332,18 @@ string identifying the original linked file does not change. | 164 | @@ -2338,6 +2338,18 @@ string identifying the original linked file does not change. |
165 | 165 | ||
166 | Passing @code{none} for @var{style} disables the setting from any | 166 | Passing @code{none} for @var{style} disables the setting from any |
167 | @code{--build-id} options earlier on the command line. | 167 | @code{--build-id} options earlier on the command line. |
@@ -235,7 +235,7 @@ index bb0b9cc..a23c56c 100644 | |||
235 | /* We initialize DEMANGLING based on the environment variable | 235 | /* We initialize DEMANGLING based on the environment variable |
236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the | 236 | COLLECT_NO_DEMANGLE. The gcc collect2 program will demangle the |
237 | diff --git a/ld/lexsup.c b/ld/lexsup.c | 237 | diff --git a/ld/lexsup.c b/ld/lexsup.c |
238 | index 4cad209..173b17f 100644 | 238 | index e2fb212..a2064f1 100644 |
239 | --- a/ld/lexsup.c | 239 | --- a/ld/lexsup.c |
240 | +++ b/ld/lexsup.c | 240 | +++ b/ld/lexsup.c |
241 | @@ -530,6 +530,14 @@ static const struct ld_option ld_options[] = | 241 | @@ -530,6 +530,14 @@ static const struct ld_option ld_options[] = |
@@ -269,5 +269,5 @@ index 4cad209..173b17f 100644 | |||
269 | } | 269 | } |
270 | 270 | ||
271 | -- | 271 | -- |
272 | 2.7.0 | 272 | 2.7.1 |
273 | 273 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch b/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch index 49b19e9739..4074241037 100644 --- a/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch +++ b/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From eff00547a91cad0b8ee9bf5b6030dfa48a5ea6ae Mon Sep 17 00:00:00 2001 | 1 | From bb9eb09411ddcef515f0f7ad7c29214b0766e960 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 10/12] Fix rpath in libtool when sysroot is enabled | 4 | Subject: [PATCH 10/14] Fix rpath in libtool when sysroot is enabled |
5 | 5 | ||
6 | Enabling sysroot support in libtool exposed a bug where the final | 6 | Enabling sysroot support in libtool exposed a bug where the final |
7 | library had an RPATH encoded into it which still pointed to the | 7 | library had an RPATH encoded into it which still pointed to the |
@@ -48,5 +48,5 @@ index 70e856e..11ee684 100644 | |||
48 | if test -z "$hardcode_libdirs"; then | 48 | if test -z "$hardcode_libdirs"; then |
49 | hardcode_libdirs="$libdir" | 49 | hardcode_libdirs="$libdir" |
50 | -- | 50 | -- |
51 | 2.7.0 | 51 | 2.7.1 |
52 | 52 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch b/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch index 905b7b3863..c0d2d718a6 100644 --- a/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch +++ b/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From b0bcabc83ba02f984d8c87d612c115c9ab7a9fce Mon Sep 17 00:00:00 2001 | 1 | From af1b4ee69b4fd617b88127ed40c3ca7351a9532f 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:44:14 +0000 | 3 | Date: Mon, 2 Mar 2015 01:44:14 +0000 |
4 | Subject: [PATCH 11/12] Change default emulation for mips64*-*-linux | 4 | Subject: [PATCH 11/14] Change default emulation for mips64*-*-linux |
5 | 5 | ||
6 | we change the default emulations to be N64 instead of N32 | 6 | we change the default emulations to be N64 instead of N32 |
7 | 7 | ||
@@ -55,5 +55,5 @@ index 6b6bbf2..b45b1e5 100644 | |||
55 | mips*el-*-linux-*) targ_emul=elf32ltsmip | 55 | mips*el-*-linux-*) targ_emul=elf32ltsmip |
56 | targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" | 56 | targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" |
57 | -- | 57 | -- |
58 | 2.7.0 | 58 | 2.7.1 |
59 | 59 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch b/meta/recipes-devtools/binutils/binutils/0012-Add-support-for-Netlogic-XLP.patch index 01492b566a..af7f12ff8b 100644 --- a/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch +++ b/meta/recipes-devtools/binutils/binutils/0012-Add-support-for-Netlogic-XLP.patch | |||
@@ -1,12 +1,9 @@ | |||
1 | From 10e0f42d258164a6a8c0c733518c79e114f5d702 Mon Sep 17 00:00:00 2001 | 1 | From 9f967c555b3fda64af4549ae252a0fba00120529 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:37:20 +0000 | 3 | Date: Sun, 14 Feb 2016 17:06:19 +0000 |
4 | Subject: [PATCH 12/12] Add XLP instructions support | 4 | Subject: [PATCH 12/14] Add support for Netlogic XLP |
5 | 5 | ||
6 | From 26adb06ce515aadfec08ce13109b4b98287f677b Mon Sep 17 00:00:00 2001 | 6 | Patch From: Nebu Philips <nphilips@netlogicmicro.com> |
7 | From: Nebu Philips <nphilips@netlogicmicro.com> | ||
8 | Date: Fri, 30 Jul 2010 15:10:03 -0700 | ||
9 | Subject: [PATCH] Add support for Netlogic XLP | ||
10 | 7 | ||
11 | Using the mipsisa64r2nlm target, add support for XLP from | 8 | Using the mipsisa64r2nlm target, add support for XLP from |
12 | Netlogic. Also, update vendor name to NLM wherever applicable. | 9 | Netlogic. Also, update vendor name to NLM wherever applicable. |
@@ -188,10 +185,10 @@ index a2d45a4..75902c0 100644 | |||
188 | /* i6400. */ | 185 | /* i6400. */ |
189 | { "i6400", 0, ASE_MSA, ISA_MIPS64R6, CPU_MIPS64R6}, | 186 | { "i6400", 0, ASE_MSA, ISA_MIPS64R6, CPU_MIPS64R6}, |
190 | diff --git a/gas/configure b/gas/configure | 187 | diff --git a/gas/configure b/gas/configure |
191 | index 1c2a665..c8010a8 100755 | 188 | index 89f18b3..86b19ae 100755 |
192 | --- a/gas/configure | 189 | --- a/gas/configure |
193 | +++ b/gas/configure | 190 | +++ b/gas/configure |
194 | @@ -12826,6 +12826,9 @@ _ACEOF | 191 | @@ -12851,6 +12851,9 @@ _ACEOF |
195 | mipsisa64r6 | mipsisa64r6el) | 192 | mipsisa64r6 | mipsisa64r6el) |
196 | mips_cpu=mips64r6 | 193 | mips_cpu=mips64r6 |
197 | ;; | 194 | ;; |
@@ -412,5 +409,5 @@ index 402f887..3764836 100644 | |||
412 | {"swc0", "E,A(b)", 0, (int) M_SWC0_AB, INSN_MACRO, 0, I1, 0, IOCT|IOCTP|IOCT2|I37 }, | 409 | {"swc0", "E,A(b)", 0, (int) M_SWC0_AB, INSN_MACRO, 0, I1, 0, IOCT|IOCTP|IOCT2|I37 }, |
413 | {"swc1", "T,o(b)", 0xe4000000, 0xfc000000, RD_1|RD_3|SM|FP_S, 0, I1, 0, 0 }, | 410 | {"swc1", "T,o(b)", 0xe4000000, 0xfc000000, RD_1|RD_3|SM|FP_S, 0, I1, 0, 0 }, |
414 | -- | 411 | -- |
415 | 2.7.0 | 412 | 2.7.1 |
416 | 413 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch b/meta/recipes-devtools/binutils/binutils/0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch index a62b519173..24af1207ce 100644 --- a/meta/recipes-devtools/binutils/binutils/0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch +++ b/meta/recipes-devtools/binutils/binutils/0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 45490ccc18bbb518550209c38b2278b04703c183 Mon Sep 17 00:00:00 2001 | 1 | From 9619a608528383a44ccc1637ae939b5f3e97adc5 Mon Sep 17 00:00:00 2001 |
2 | From: Sandra Loosemore <sandra@codesourcery.com> | 2 | From: Sandra Loosemore <sandra@codesourcery.com> |
3 | Date: Wed, 9 Dec 2015 16:13:58 -0800 | 3 | Date: Wed, 9 Dec 2015 16:13:58 -0800 |
4 | Subject: [PATCH 1/2] Fix GOT address computations in initial PLT entries for | 4 | Subject: [PATCH 13/14] Fix GOT address computations in initial PLT entries for |
5 | nios2. | 5 | nios2. |
6 | 6 | ||
7 | 2015-12-09 Sandra Loosemore <sandra@codesourcery.com> | 7 | 2015-12-09 Sandra Loosemore <sandra@codesourcery.com> |
@@ -68,5 +68,5 @@ index 6b29d8b..1c54320 100644 | |||
68 | } | 68 | } |
69 | } | 69 | } |
70 | -- | 70 | -- |
71 | 2.7.0 | 71 | 2.7.1 |
72 | 72 | ||
diff --git a/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch b/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch index 7a4c1db4ee..86eeded6e8 100644 --- a/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch +++ b/meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From fcf984ae68c89e5495e65fe6456650cc014b5ea7 Mon Sep 17 00:00:00 2001 | 1 | From 27f155fd0ab4ba954366643dbfdc3c7104933794 Mon Sep 17 00:00:00 2001 |
2 | From: Sandra Loosemore <sandra@codesourcery.com> | 2 | From: Sandra Loosemore <sandra@codesourcery.com> |
3 | Date: Sun, 27 Dec 2015 12:30:26 -0800 | 3 | Date: Sun, 27 Dec 2015 12:30:26 -0800 |
4 | Subject: [PATCH 2/2] Correct nios2 _gp address computation. | 4 | Subject: [PATCH 14/14] Correct nios2 _gp address computation. |
5 | 5 | ||
6 | 2015-12-27 Sandra Loosemore <sandra@codesourcery.com> | 6 | 2015-12-27 Sandra Loosemore <sandra@codesourcery.com> |
7 | 7 | ||
@@ -102,5 +102,5 @@ index 1c54320..babecf3 100644 | |||
102 | case R_NIOS2_UJMP: | 102 | case R_NIOS2_UJMP: |
103 | r = nios2_elf32_do_ujmp_relocate (input_bfd, howto, | 103 | r = nios2_elf32_do_ujmp_relocate (input_bfd, howto, |
104 | -- | 104 | -- |
105 | 2.7.0 | 105 | 2.7.1 |
106 | 106 | ||