Skip to content

Commit 822ce8e

Browse files
Ralf WildenhuesRalf Wildenhues
Ralf Wildenhues
authored and
Ralf Wildenhues
committed
Remove freebsd1 from libtool.m4 macros and config.rpath.
/: Import from Libtool and gnulib: 2011-01-27 Gerald Pfeifer <[email protected]> Prepare for supporting FreeBSD 10. * config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. 2011-01-20 Gerald Pfeifer <[email protected]> (tiny change) Remove support for FreeBSD 1.x. * libtool.m4 (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
1 parent 13c02f0 commit 822ce8e

15 files changed

+53
-77
lines changed

ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
Import from Libtool and gnulib:
4+
5+
2011-01-27 Gerald Pfeifer <[email protected]>
6+
7+
Prepare for supporting FreeBSD 10.
8+
* config.rpath: Remove handling of freebsd1* which soon would
9+
match FreeBSD 10.0.
10+
11+
2011-01-20 Gerald Pfeifer <[email protected]> (tiny change)
12+
13+
Remove support for FreeBSD 1.x.
14+
* libtool.m4 (_LT_LINKER_SHLIBS)
15+
(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
16+
soon would incorrectly match FreeBSD 10.0.
17+
118
2011-02-12 Ralf Wildenhues <[email protected]>
219

320
PR binutils/12283

bfd/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-09 Alan Modra <[email protected]>
26

37
* elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until

bfd/configure

+2-10
Original file line numberDiff line numberDiff line change
@@ -9627,10 +9627,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
96279627
hardcode_shlibpath_var=no
96289628
;;
96299629

9630-
freebsd1*)
9631-
ld_shlibs=no
9632-
;;
9633-
96349630
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
96359631
# support. Future versions do this automatically, but an explicit c++rt0.o
96369632
# does not break anything, and helps significantly (at the cost of a little
@@ -10549,10 +10545,6 @@ dgux*)
1054910545
shlibpath_var=LD_LIBRARY_PATH
1055010546
;;
1055110547

10552-
freebsd1*)
10553-
dynamic_linker=no
10554-
;;
10555-
1055610548
freebsd* | dragonfly*)
1055710549
# DragonFly does not have aout. When/if they implement a new
1055810550
# versioning mechanism, adjust this.
@@ -11412,7 +11404,7 @@ else
1141211404
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1141311405
lt_status=$lt_dlunknown
1141411406
cat > conftest.$ac_ext <<_LT_EOF
11415-
#line 11415 "configure"
11407+
#line 11407 "configure"
1141611408
#include "confdefs.h"
1141711409

1141811410
#if HAVE_DLFCN_H
@@ -11518,7 +11510,7 @@ else
1151811510
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1151911511
lt_status=$lt_dlunknown
1152011512
cat > conftest.$ac_ext <<_LT_EOF
11521-
#line 11521 "configure"
11513+
#line 11513 "configure"
1152211514
#include "confdefs.h"
1152311515

1152411516
#if HAVE_DLFCN_H

binutils/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-08 Nick Clifton <[email protected]>
26

37
PR binutils/12467

binutils/configure

+2-10
Original file line numberDiff line numberDiff line change
@@ -9421,10 +9421,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
94219421
hardcode_shlibpath_var=no
94229422
;;
94239423

9424-
freebsd1*)
9425-
ld_shlibs=no
9426-
;;
9427-
94289424
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
94299425
# support. Future versions do this automatically, but an explicit c++rt0.o
94309426
# does not break anything, and helps significantly (at the cost of a little
@@ -10343,10 +10339,6 @@ dgux*)
1034310339
shlibpath_var=LD_LIBRARY_PATH
1034410340
;;
1034510341

10346-
freebsd1*)
10347-
dynamic_linker=no
10348-
;;
10349-
1035010342
freebsd* | dragonfly*)
1035110343
# DragonFly does not have aout. When/if they implement a new
1035210344
# versioning mechanism, adjust this.
@@ -11206,7 +11198,7 @@ else
1120611198
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1120711199
lt_status=$lt_dlunknown
1120811200
cat > conftest.$ac_ext <<_LT_EOF
11209-
#line 11209 "configure"
11201+
#line 11201 "configure"
1121011202
#include "confdefs.h"
1121111203
1121211204
#if HAVE_DLFCN_H
@@ -11312,7 +11304,7 @@ else
1131211304
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1131311305
lt_status=$lt_dlunknown
1131411306
cat > conftest.$ac_ext <<_LT_EOF
11315-
#line 11315 "configure"
11307+
#line 11307 "configure"
1131611308
#include "confdefs.h"
1131711309
1131811310
#if HAVE_DLFCN_H

config.rpath

-5
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ else
284284
dgux*)
285285
hardcode_libdir_flag_spec='-L$libdir'
286286
;;
287-
freebsd1*)
288-
ld_shlibs=no
289-
;;
290287
freebsd2.2*)
291288
hardcode_libdir_flag_spec='-R$libdir'
292289
hardcode_direct=yes
@@ -448,8 +445,6 @@ case "$host_os" in
448445
;;
449446
dgux*)
450447
;;
451-
freebsd1*)
452-
;;
453448
freebsd*)
454449
;;
455450
gnu*)

gas/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-13 Mike Frysinger <[email protected]>
26

37
* config/bfin-lex.l (BYTEOP2M): Remove tokenization.

gas/configure

+2-10
Original file line numberDiff line numberDiff line change
@@ -9410,10 +9410,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
94109410
hardcode_shlibpath_var=no
94119411
;;
94129412

9413-
freebsd1*)
9414-
ld_shlibs=no
9415-
;;
9416-
94179413
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
94189414
# support. Future versions do this automatically, but an explicit c++rt0.o
94199415
# does not break anything, and helps significantly (at the cost of a little
@@ -10332,10 +10328,6 @@ dgux*)
1033210328
shlibpath_var=LD_LIBRARY_PATH
1033310329
;;
1033410330

10335-
freebsd1*)
10336-
dynamic_linker=no
10337-
;;
10338-
1033910331
freebsd* | dragonfly*)
1034010332
# DragonFly does not have aout. When/if they implement a new
1034110333
# versioning mechanism, adjust this.
@@ -11195,7 +11187,7 @@ else
1119511187
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1119611188
lt_status=$lt_dlunknown
1119711189
cat > conftest.$ac_ext <<_LT_EOF
11198-
#line 11198 "configure"
11190+
#line 11190 "configure"
1119911191
#include "confdefs.h"
1120011192
1120111193
#if HAVE_DLFCN_H
@@ -11301,7 +11293,7 @@ else
1130111293
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1130211294
lt_status=$lt_dlunknown
1130311295
cat > conftest.$ac_ext <<_LT_EOF
11304-
#line 11304 "configure"
11296+
#line 11296 "configure"
1130511297
#include "confdefs.h"
1130611298
1130711299
#if HAVE_DLFCN_H

gprof/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-07 Alan Modra <[email protected]>
26

37
PR gprof/12468

gprof/configure

+2-10
Original file line numberDiff line numberDiff line change
@@ -9340,10 +9340,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
93409340
hardcode_shlibpath_var=no
93419341
;;
93429342

9343-
freebsd1*)
9344-
ld_shlibs=no
9345-
;;
9346-
93479343
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
93489344
# support. Future versions do this automatically, but an explicit c++rt0.o
93499345
# does not break anything, and helps significantly (at the cost of a little
@@ -10262,10 +10258,6 @@ dgux*)
1026210258
shlibpath_var=LD_LIBRARY_PATH
1026310259
;;
1026410260

10265-
freebsd1*)
10266-
dynamic_linker=no
10267-
;;
10268-
1026910261
freebsd* | dragonfly*)
1027010262
# DragonFly does not have aout. When/if they implement a new
1027110263
# versioning mechanism, adjust this.
@@ -11125,7 +11117,7 @@ else
1112511117
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1112611118
lt_status=$lt_dlunknown
1112711119
cat > conftest.$ac_ext <<_LT_EOF
11128-
#line 11128 "configure"
11120+
#line 11120 "configure"
1112911121
#include "confdefs.h"
1113011122

1113111123
#if HAVE_DLFCN_H
@@ -11231,7 +11223,7 @@ else
1123111223
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1123211224
lt_status=$lt_dlunknown
1123311225
cat > conftest.$ac_ext <<_LT_EOF
11234-
#line 11234 "configure"
11226+
#line 11226 "configure"
1123511227
#include "confdefs.h"
1123611228

1123711229
#if HAVE_DLFCN_H

ld/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-10 Alan Modra <[email protected]>
26

37
* scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu.

ld/configure

+2-14
Original file line numberDiff line numberDiff line change
@@ -10361,10 +10361,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1036110361
hardcode_shlibpath_var=no
1036210362
;;
1036310363

10364-
freebsd1*)
10365-
ld_shlibs=no
10366-
;;
10367-
1036810364
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
1036910365
# support. Future versions do this automatically, but an explicit c++rt0.o
1037010366
# does not break anything, and helps significantly (at the cost of a little
@@ -11283,10 +11279,6 @@ dgux*)
1128311279
shlibpath_var=LD_LIBRARY_PATH
1128411280
;;
1128511281

11286-
freebsd1*)
11287-
dynamic_linker=no
11288-
;;
11289-
1129011282
freebsd* | dragonfly*)
1129111283
# DragonFly does not have aout. When/if they implement a new
1129211284
# versioning mechanism, adjust this.
@@ -12146,7 +12138,7 @@ else
1214612138
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1214712139
lt_status=$lt_dlunknown
1214812140
cat > conftest.$ac_ext <<_LT_EOF
12149-
#line 12149 "configure"
12141+
#line 12141 "configure"
1215012142
#include "confdefs.h"
1215112143

1215212144
#if HAVE_DLFCN_H
@@ -12252,7 +12244,7 @@ else
1225212244
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1225312245
lt_status=$lt_dlunknown
1225412246
cat > conftest.$ac_ext <<_LT_EOF
12255-
#line 12255 "configure"
12247+
#line 12247 "configure"
1225612248
#include "confdefs.h"
1225712249

1225812250
#if HAVE_DLFCN_H
@@ -14946,10 +14938,6 @@ dgux*)
1494614938
shlibpath_var=LD_LIBRARY_PATH
1494714939
;;
1494814940

14949-
freebsd1*)
14950-
dynamic_linker=no
14951-
;;
14952-
1495314941
freebsd* | dragonfly*)
1495414942
# DragonFly does not have aout. When/if they implement a new
1495514943
# versioning mechanism, adjust this.

libtool.m4

-8
Original file line numberDiff line numberDiff line change
@@ -2266,10 +2266,6 @@ dgux*)
22662266
shlibpath_var=LD_LIBRARY_PATH
22672267
;;
22682268
2269-
freebsd1*)
2270-
dynamic_linker=no
2271-
;;
2272-
22732269
freebsd* | dragonfly*)
22742270
# DragonFly does not have aout. When/if they implement a new
22752271
# versioning mechanism, adjust this.
@@ -4796,10 +4792,6 @@ _LT_EOF
47964792
_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
47974793
;;
47984794
4799-
freebsd1*)
4800-
_LT_TAGVAR(ld_shlibs, $1)=no
4801-
;;
4802-
48034795
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
48044796
# support. Future versions do this automatically, but an explicit c++rt0.o
48054797
# does not break anything, and helps significantly (at the cost of a little

opcodes/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-13 Mike Frysinger <[email protected]>
26

37
* bfin-dis.c (decode_dsp32alu_0): Fix typo with A1 reg.

opcodes/configure

+2-10
Original file line numberDiff line numberDiff line change
@@ -9357,10 +9357,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
93579357
hardcode_shlibpath_var=no
93589358
;;
93599359

9360-
freebsd1*)
9361-
ld_shlibs=no
9362-
;;
9363-
93649360
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
93659361
# support. Future versions do this automatically, but an explicit c++rt0.o
93669362
# does not break anything, and helps significantly (at the cost of a little
@@ -10279,10 +10275,6 @@ dgux*)
1027910275
shlibpath_var=LD_LIBRARY_PATH
1028010276
;;
1028110277

10282-
freebsd1*)
10283-
dynamic_linker=no
10284-
;;
10285-
1028610278
freebsd* | dragonfly*)
1028710279
# DragonFly does not have aout. When/if they implement a new
1028810280
# versioning mechanism, adjust this.
@@ -11142,7 +11134,7 @@ else
1114211134
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1114311135
lt_status=$lt_dlunknown
1114411136
cat > conftest.$ac_ext <<_LT_EOF
11145-
#line 11145 "configure"
11137+
#line 11137 "configure"
1114611138
#include "confdefs.h"
1114711139

1114811140
#if HAVE_DLFCN_H
@@ -11248,7 +11240,7 @@ else
1124811240
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1124911241
lt_status=$lt_dlunknown
1125011242
cat > conftest.$ac_ext <<_LT_EOF
11251-
#line 11251 "configure"
11243+
#line 11243 "configure"
1125211244
#include "confdefs.h"
1125311245

1125411246
#if HAVE_DLFCN_H

0 commit comments

Comments
 (0)