aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2021-09-27 20:31:21 +0100
committerMike Frysinger <vapier@gentoo.org>2022-01-12 08:47:00 -0500
commit4fe13b8d95dba46c05d6bd700e79ab8d503db0eb (patch)
treee4ac7661a6c8b197b75a65d03a5b348e2d5e5106
parent8a563bfdd74e72b37d9c522a98c8e449e73a1af3 (diff)
downloadnewlib-4fe13b8d95dba46c05d6bd700e79ab8d503db0eb.zip
newlib-4fe13b8d95dba46c05d6bd700e79ab8d503db0eb.tar.gz
newlib-4fe13b8d95dba46c05d6bd700e79ab8d503db0eb.tar.bz2
libtool.m4: augment symcode for Solaris 11
This reports common symbols like GNU nm, via a type code of 'C'. ChangeLog 2021-09-27 Nick Alcock <nick.alcock@oracle.com> PR libctf/27967 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for Solaris 11.
-rw-r--r--libtool.m42
-rwxr-xr-xnewlib/configure2
-rwxr-xr-xnewlib/iconvdata/configure2
-rwxr-xr-xnewlib/libc/configure2
-rwxr-xr-xnewlib/libc/machine/configure2
-rwxr-xr-xnewlib/libc/machine/i386/configure2
-rwxr-xr-xnewlib/libc/sys/configure2
-rwxr-xr-xnewlib/libc/sys/linux/configure2
-rwxr-xr-xnewlib/libc/sys/linux/linuxthreads/configure2
-rwxr-xr-xnewlib/libc/sys/linux/linuxthreads/machine/configure2
-rwxr-xr-xnewlib/libc/sys/linux/linuxthreads/machine/i386/configure2
-rwxr-xr-xnewlib/libc/sys/linux/machine/configure2
-rwxr-xr-xnewlib/libc/sys/linux/machine/i386/configure2
-rwxr-xr-xnewlib/libm/configure2
-rwxr-xr-xnewlib/libm/machine/configure2
-rwxr-xr-xnewlib/libm/machine/i386/configure2
-rwxr-xr-xnewlib/libm/machine/x86_64/configure2
17 files changed, 17 insertions, 17 deletions
diff --git a/libtool.m4 b/libtool.m4
index f69fc99..7a71124 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -3395,7 +3395,7 @@ osf*)
symcode='[[BCDEGQRST]]'
;;
solaris*)
- symcode='[[BDRT]]'
+ symcode='[[BCDRT]]'
;;
sco3.2v5*)
symcode='[[DT]]'
diff --git a/newlib/configure b/newlib/configure
index d7e3e5f..aed785f 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -7068,7 +7068,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/iconvdata/configure b/newlib/iconvdata/configure
index 9e4f1fe..96df475 100755
--- a/newlib/iconvdata/configure
+++ b/newlib/iconvdata/configure
@@ -6643,7 +6643,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/configure b/newlib/libc/configure
index 7a87206..fd58598 100755
--- a/newlib/libc/configure
+++ b/newlib/libc/configure
@@ -6767,7 +6767,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure
index 41c93e7..83b2ef0 100755
--- a/newlib/libc/machine/configure
+++ b/newlib/libc/machine/configure
@@ -6705,7 +6705,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/machine/i386/configure b/newlib/libc/machine/i386/configure
index 48c29d9..621e264 100755
--- a/newlib/libc/machine/i386/configure
+++ b/newlib/libc/machine/i386/configure
@@ -6645,7 +6645,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure
index aa913a0..11e02e8 100755
--- a/newlib/libc/sys/configure
+++ b/newlib/libc/sys/configure
@@ -6675,7 +6675,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/linux/configure b/newlib/libc/sys/linux/configure
index 77e5b87..79e1bf1 100755
--- a/newlib/libc/sys/linux/configure
+++ b/newlib/libc/sys/linux/configure
@@ -6691,7 +6691,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/linux/linuxthreads/configure b/newlib/libc/sys/linux/linuxthreads/configure
index b2b3a1e..8ae93c5 100755
--- a/newlib/libc/sys/linux/linuxthreads/configure
+++ b/newlib/libc/sys/linux/linuxthreads/configure
@@ -6689,7 +6689,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/linux/linuxthreads/machine/configure b/newlib/libc/sys/linux/linuxthreads/machine/configure
index 5b24f71..b9be7d0 100755
--- a/newlib/libc/sys/linux/linuxthreads/machine/configure
+++ b/newlib/libc/sys/linux/linuxthreads/machine/configure
@@ -6647,7 +6647,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/linux/linuxthreads/machine/i386/configure b/newlib/libc/sys/linux/linuxthreads/machine/i386/configure
index 06f4815..f701aa8 100755
--- a/newlib/libc/sys/linux/linuxthreads/machine/i386/configure
+++ b/newlib/libc/sys/linux/linuxthreads/machine/i386/configure
@@ -6685,7 +6685,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/linux/machine/configure b/newlib/libc/sys/linux/machine/configure
index a2abadf..d8872a1 100755
--- a/newlib/libc/sys/linux/machine/configure
+++ b/newlib/libc/sys/linux/machine/configure
@@ -6648,7 +6648,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libc/sys/linux/machine/i386/configure b/newlib/libc/sys/linux/machine/i386/configure
index 25583d1..a568181 100755
--- a/newlib/libc/sys/linux/machine/i386/configure
+++ b/newlib/libc/sys/linux/machine/i386/configure
@@ -6685,7 +6685,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libm/configure b/newlib/libm/configure
index 76f39dc..aa10c7d 100755
--- a/newlib/libm/configure
+++ b/newlib/libm/configure
@@ -6707,7 +6707,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libm/machine/configure b/newlib/libm/machine/configure
index dd02ab0..62aa888 100755
--- a/newlib/libm/machine/configure
+++ b/newlib/libm/machine/configure
@@ -6658,7 +6658,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libm/machine/i386/configure b/newlib/libm/machine/i386/configure
index 2eae1e4..2c9cd51 100755
--- a/newlib/libm/machine/i386/configure
+++ b/newlib/libm/machine/i386/configure
@@ -6643,7 +6643,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'
diff --git a/newlib/libm/machine/x86_64/configure b/newlib/libm/machine/x86_64/configure
index 54ee161..adf07da 100755
--- a/newlib/libm/machine/x86_64/configure
+++ b/newlib/libm/machine/x86_64/configure
@@ -6643,7 +6643,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'