Skip to content

Commit cc9afea

Browse files
committed
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
ppc host match. Support little-endian powerpc linux hosts. Regenerate binutils configure files.
1 parent ff2773b commit cc9afea

File tree

14 files changed

+104
-33
lines changed

14 files changed

+104
-33
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4+
ppc host match. Support little-endian powerpc linux hosts.
5+
16
2013-08-16 Joel Brobecker <[email protected]>
27

38
* src-release (VER): When using $(TOOL)/common/create-version.sh,

bfd/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2013-09-18 Tristan Gingold <[email protected]>
26

37
* configure.in: Bump version to 2.24.51

bfd/configure

+11-5
Original file line numberDiff line numberDiff line change
@@ -7206,7 +7206,7 @@ ia64-*-hpux*)
72067206
rm -rf conftest*
72077207
;;
72087208

7209-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7209+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
72107210
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
72117211
# Find out which ABI we are using.
72127212
echo 'int i;' > conftest.$ac_ext
@@ -7231,7 +7231,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
72317231
;;
72327232
esac
72337233
;;
7234-
ppc64-*linux*|powerpc64-*linux*)
7234+
powerpc64le-*linux*)
7235+
LD="${LD-ld} -m elf32lppclinux"
7236+
;;
7237+
powerpc64-*linux*)
72357238
LD="${LD-ld} -m elf32ppclinux"
72367239
;;
72377240
s390x-*linux*)
@@ -7250,7 +7253,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
72507253
x86_64-*linux*)
72517254
LD="${LD-ld} -m elf_x86_64"
72527255
;;
7253-
ppc*-*linux*|powerpc*-*linux*)
7256+
powerpcle-*linux*)
7257+
LD="${LD-ld} -m elf64lppc"
7258+
;;
7259+
powerpc-*linux*)
72547260
LD="${LD-ld} -m elf64ppc"
72557261
;;
72567262
s390*-*linux*|s390*-*tpf*)
@@ -11415,7 +11421,7 @@ else
1141511421
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1141611422
lt_status=$lt_dlunknown
1141711423
cat > conftest.$ac_ext <<_LT_EOF
11418-
#line 11418 "configure"
11424+
#line 11424 "configure"
1141911425
#include "confdefs.h"
1142011426

1142111427
#if HAVE_DLFCN_H
@@ -11521,7 +11527,7 @@ else
1152111527
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1152211528
lt_status=$lt_dlunknown
1152311529
cat > conftest.$ac_ext <<_LT_EOF
11524-
#line 11524 "configure"
11530+
#line 11530 "configure"
1152511531
#include "confdefs.h"
1152611532

1152711533
#if HAVE_DLFCN_H

binutils/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2013-09-18 Tristan Gingold <[email protected]>
26

37
* NEWS: Add marker for 2.24.

binutils/configure

+11-5
Original file line numberDiff line numberDiff line change
@@ -6972,7 +6972,7 @@ ia64-*-hpux*)
69726972
rm -rf conftest*
69736973
;;
69746974

6975-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6975+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
69766976
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69776977
# Find out which ABI we are using.
69786978
echo 'int i;' > conftest.$ac_ext
@@ -6997,7 +6997,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69976997
;;
69986998
esac
69996999
;;
7000-
ppc64-*linux*|powerpc64-*linux*)
7000+
powerpc64le-*linux*)
7001+
LD="${LD-ld} -m elf32lppclinux"
7002+
;;
7003+
powerpc64-*linux*)
70017004
LD="${LD-ld} -m elf32ppclinux"
70027005
;;
70037006
s390x-*linux*)
@@ -7016,7 +7019,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
70167019
x86_64-*linux*)
70177020
LD="${LD-ld} -m elf_x86_64"
70187021
;;
7019-
ppc*-*linux*|powerpc*-*linux*)
7022+
powerpcle-*linux*)
7023+
LD="${LD-ld} -m elf64lppc"
7024+
;;
7025+
powerpc-*linux*)
70207026
LD="${LD-ld} -m elf64ppc"
70217027
;;
70227028
s390*-*linux*|s390*-*tpf*)
@@ -11212,7 +11218,7 @@ else
1121211218
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1121311219
lt_status=$lt_dlunknown
1121411220
cat > conftest.$ac_ext <<_LT_EOF
11215-
#line 11215 "configure"
11221+
#line 11221 "configure"
1121611222
#include "confdefs.h"
1121711223
1121811224
#if HAVE_DLFCN_H
@@ -11318,7 +11324,7 @@ else
1131811324
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1131911325
lt_status=$lt_dlunknown
1132011326
cat > conftest.$ac_ext <<_LT_EOF
11321-
#line 11321 "configure"
11327+
#line 11327 "configure"
1132211328
#include "confdefs.h"
1132311329
1132411330
#if HAVE_DLFCN_H

gas/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2013-09-18 Tristan Gingold <[email protected]>
26

37
* NEWS: Add marker for 2.24.

gas/configure

+11-5
Original file line numberDiff line numberDiff line change
@@ -6955,7 +6955,7 @@ ia64-*-hpux*)
69556955
rm -rf conftest*
69566956
;;
69576957

6958-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6958+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
69596959
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69606960
# Find out which ABI we are using.
69616961
echo 'int i;' > conftest.$ac_ext
@@ -6980,7 +6980,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69806980
;;
69816981
esac
69826982
;;
6983-
ppc64-*linux*|powerpc64-*linux*)
6983+
powerpc64le-*linux*)
6984+
LD="${LD-ld} -m elf32lppclinux"
6985+
;;
6986+
powerpc64-*linux*)
69846987
LD="${LD-ld} -m elf32ppclinux"
69856988
;;
69866989
s390x-*linux*)
@@ -6999,7 +7002,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69997002
x86_64-*linux*)
70007003
LD="${LD-ld} -m elf_x86_64"
70017004
;;
7002-
ppc*-*linux*|powerpc*-*linux*)
7005+
powerpcle-*linux*)
7006+
LD="${LD-ld} -m elf64lppc"
7007+
;;
7008+
powerpc-*linux*)
70037009
LD="${LD-ld} -m elf64ppc"
70047010
;;
70057011
s390*-*linux*|s390*-*tpf*)
@@ -11195,7 +11201,7 @@ else
1119511201
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1119611202
lt_status=$lt_dlunknown
1119711203
cat > conftest.$ac_ext <<_LT_EOF
11198-
#line 11198 "configure"
11204+
#line 11204 "configure"
1119911205
#include "confdefs.h"
1120011206
1120111207
#if HAVE_DLFCN_H
@@ -11301,7 +11307,7 @@ else
1130111307
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1130211308
lt_status=$lt_dlunknown
1130311309
cat > conftest.$ac_ext <<_LT_EOF
11304-
#line 11304 "configure"
11310+
#line 11310 "configure"
1130511311
#include "confdefs.h"
1130611312
1130711313
#if HAVE_DLFCN_H

gprof/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2013-08-05 John Tytgat <[email protected]>
26

37
* po/POTFILES.in: Regenerate.

gprof/configure

+11-5
Original file line numberDiff line numberDiff line change
@@ -6885,7 +6885,7 @@ ia64-*-hpux*)
68856885
rm -rf conftest*
68866886
;;
68876887

6888-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6888+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
68896889
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
68906890
# Find out which ABI we are using.
68916891
echo 'int i;' > conftest.$ac_ext
@@ -6910,7 +6910,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69106910
;;
69116911
esac
69126912
;;
6913-
ppc64-*linux*|powerpc64-*linux*)
6913+
powerpc64le-*linux*)
6914+
LD="${LD-ld} -m elf32lppclinux"
6915+
;;
6916+
powerpc64-*linux*)
69146917
LD="${LD-ld} -m elf32ppclinux"
69156918
;;
69166919
s390x-*linux*)
@@ -6929,7 +6932,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69296932
x86_64-*linux*)
69306933
LD="${LD-ld} -m elf_x86_64"
69316934
;;
6932-
ppc*-*linux*|powerpc*-*linux*)
6935+
powerpcle-*linux*)
6936+
LD="${LD-ld} -m elf64lppc"
6937+
;;
6938+
powerpc-*linux*)
69336939
LD="${LD-ld} -m elf64ppc"
69346940
;;
69356941
s390*-*linux*|s390*-*tpf*)
@@ -11125,7 +11131,7 @@ else
1112511131
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1112611132
lt_status=$lt_dlunknown
1112711133
cat > conftest.$ac_ext <<_LT_EOF
11128-
#line 11128 "configure"
11134+
#line 11134 "configure"
1112911135
#include "confdefs.h"
1113011136

1113111137
#if HAVE_DLFCN_H
@@ -11231,7 +11237,7 @@ else
1123111237
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1123211238
lt_status=$lt_dlunknown
1123311239
cat > conftest.$ac_ext <<_LT_EOF
11234-
#line 11234 "configure"
11240+
#line 11240 "configure"
1123511241
#include "confdefs.h"
1123611242

1123711243
#if HAVE_DLFCN_H

ld/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2013-09-18 Tristan Gingold <[email protected]>
26

37
* NEWS: Add marker for 2.24.

ld/configure

+11-5
Original file line numberDiff line numberDiff line change
@@ -7945,7 +7945,7 @@ ia64-*-hpux*)
79457945
rm -rf conftest*
79467946
;;
79477947

7948-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7948+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
79497949
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
79507950
# Find out which ABI we are using.
79517951
echo 'int i;' > conftest.$ac_ext
@@ -7970,7 +7970,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
79707970
;;
79717971
esac
79727972
;;
7973-
ppc64-*linux*|powerpc64-*linux*)
7973+
powerpc64le-*linux*)
7974+
LD="${LD-ld} -m elf32lppclinux"
7975+
;;
7976+
powerpc64-*linux*)
79747977
LD="${LD-ld} -m elf32ppclinux"
79757978
;;
79767979
s390x-*linux*)
@@ -7989,7 +7992,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
79897992
x86_64-*linux*)
79907993
LD="${LD-ld} -m elf_x86_64"
79917994
;;
7992-
ppc*-*linux*|powerpc*-*linux*)
7995+
powerpcle-*linux*)
7996+
LD="${LD-ld} -m elf64lppc"
7997+
;;
7998+
powerpc-*linux*)
79937999
LD="${LD-ld} -m elf64ppc"
79948000
;;
79958001
s390*-*linux*|s390*-*tpf*)
@@ -12186,7 +12192,7 @@ else
1218612192
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1218712193
lt_status=$lt_dlunknown
1218812194
cat > conftest.$ac_ext <<_LT_EOF
12189-
#line 12189 "configure"
12195+
#line 12195 "configure"
1219012196
#include "confdefs.h"
1219112197

1219212198
#if HAVE_DLFCN_H
@@ -12292,7 +12298,7 @@ else
1229212298
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1229312299
lt_status=$lt_dlunknown
1229412300
cat > conftest.$ac_ext <<_LT_EOF
12295-
#line 12295 "configure"
12301+
#line 12301 "configure"
1229612302
#include "confdefs.h"
1229712303

1229812304
#if HAVE_DLFCN_H

libtool.m4

+9-3
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ ia64-*-hpux*)
12201220
rm -rf conftest*
12211221
;;
12221222
1223-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
1223+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
12241224
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
12251225
# Find out which ABI we are using.
12261226
echo 'int i;' > conftest.$ac_ext
@@ -1241,7 +1241,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
12411241
;;
12421242
esac
12431243
;;
1244-
ppc64-*linux*|powerpc64-*linux*)
1244+
powerpc64le-*linux*)
1245+
LD="${LD-ld} -m elf32lppclinux"
1246+
;;
1247+
powerpc64-*linux*)
12451248
LD="${LD-ld} -m elf32ppclinux"
12461249
;;
12471250
s390x-*linux*)
@@ -1260,7 +1263,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
12601263
x86_64-*linux*)
12611264
LD="${LD-ld} -m elf_x86_64"
12621265
;;
1263-
ppc*-*linux*|powerpc*-*linux*)
1266+
powerpcle-*linux*)
1267+
LD="${LD-ld} -m elf64lppc"
1268+
;;
1269+
powerpc-*linux*)
12641270
LD="${LD-ld} -m elf64ppc"
12651271
;;
12661272
s390*-*linux*|s390*-*tpf*)

opcodes/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-20 Alan Modra <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2013-09-17 Richard Sandiford <[email protected]>
26

37
* s390-opc.txt (clih): Make the immediate unsigned.

opcodes/configure

+11-5
Original file line numberDiff line numberDiff line change
@@ -6933,7 +6933,7 @@ ia64-*-hpux*)
69336933
rm -rf conftest*
69346934
;;
69356935

6936-
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6936+
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
69376937
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69386938
# Find out which ABI we are using.
69396939
echo 'int i;' > conftest.$ac_ext
@@ -6958,7 +6958,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69586958
;;
69596959
esac
69606960
;;
6961-
ppc64-*linux*|powerpc64-*linux*)
6961+
powerpc64le-*linux*)
6962+
LD="${LD-ld} -m elf32lppclinux"
6963+
;;
6964+
powerpc64-*linux*)
69626965
LD="${LD-ld} -m elf32ppclinux"
69636966
;;
69646967
s390x-*linux*)
@@ -6977,7 +6980,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
69776980
x86_64-*linux*)
69786981
LD="${LD-ld} -m elf_x86_64"
69796982
;;
6980-
ppc*-*linux*|powerpc*-*linux*)
6983+
powerpcle-*linux*)
6984+
LD="${LD-ld} -m elf64lppc"
6985+
;;
6986+
powerpc-*linux*)
69816987
LD="${LD-ld} -m elf64ppc"
69826988
;;
69836989
s390*-*linux*|s390*-*tpf*)
@@ -11143,7 +11149,7 @@ else
1114311149
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1114411150
lt_status=$lt_dlunknown
1114511151
cat > conftest.$ac_ext <<_LT_EOF
11146-
#line 11146 "configure"
11152+
#line 11152 "configure"
1114711153
#include "confdefs.h"
1114811154

1114911155
#if HAVE_DLFCN_H
@@ -11249,7 +11255,7 @@ else
1124911255
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1125011256
lt_status=$lt_dlunknown
1125111257
cat > conftest.$ac_ext <<_LT_EOF
11252-
#line 11252 "configure"
11258+
#line 11258 "configure"
1125311259
#include "confdefs.h"
1125411260

1125511261
#if HAVE_DLFCN_H

0 commit comments

Comments
 (0)