Skip to content

Commit 26da0aa

Browse files
committed
4.3.3
1 parent 367c099 commit 26da0aa

File tree

28 files changed

+4058
-3929
lines changed

28 files changed

+4058
-3929
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2009-09-29 Motoyuki Kasahara <m-kasahr@sra.co.jp>
2+
3+
* Version 4.3.3.
4+
5+
* configure.ac (AC_INIT): Set version to 4.3.3.
6+
* configure.ac (LIBEB_VERSION_INFO): Set it to 12:7:0.
7+
* ltmain.sh, m4/libtool.m4, config.guess, config.sub: Import from
8+
libtool-1.5.26.
9+
10+
2009-09-17 Motoyuki Kasahara <m-kasahr@sra.co.jp>
11+
12+
* eb/Makefile.am (libeb_la_LDFLAGS): Add `-no-undefined' option
13+
Add $(ZLIBLIBS) and $(INTLLIBS) arguments.
14+
* ebzip/Makefile.am (ebzip_LDADD): Exchange the order of
15+
$(LIBEBUTILS) and $(LIBEB).
16+
17+
2008-02-04 Motoyuki Kasahara <m-kasahr@sra.co.jp>
18+
19+
* ebzip/zipinfofile.c (ebzip_zipinfo_file_internal): Don't close
20+
`in_file' directly. On Windows, it raises an exception.
21+
122
2008-01-28 Motoyuki Kasahara <m-kasahr@sra.co.jp>
223

324
* Version 4.3.2.

Makefile.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ CXXFLAGS = @CXXFLAGS@
109109
CYGPATH_W = @CYGPATH_W@
110110
DEFS = @DEFS@
111111
DEPDIR = @DEPDIR@
112+
DSYMUTIL = @DSYMUTIL@
112113
EBCONF_EBINCS = @EBCONF_EBINCS@
113114
EBCONF_EBLIBS = @EBCONF_EBLIBS@
114115
EBCONF_INTLINCS = @EBCONF_INTLINCS@
@@ -153,6 +154,7 @@ MAILING_ADDRESS = @MAILING_ADDRESS@
153154
MAKEINFO = @MAKEINFO@
154155
MSGFMT = @MSGFMT@
155156
MSGMERGE = @MSGMERGE@
157+
NMEDIT = @NMEDIT@
156158
OBJEXT = @OBJEXT@
157159
PACKAGE = @PACKAGE@
158160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -166,6 +168,7 @@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
166168
PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
167169
PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
168170
RANLIB = @RANLIB@
171+
SED = @SED@
169172
SET_MAKE = @SET_MAKE@
170173
SHELL = @SHELL@
171174
STRIP = @STRIP@
@@ -177,7 +180,9 @@ ZLIBLIBS = @ZLIBLIBS@
177180
ac_ct_AR = @ac_ct_AR@
178181
ac_ct_CC = @ac_ct_CC@
179182
ac_ct_CXX = @ac_ct_CXX@
183+
ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
180184
ac_ct_F77 = @ac_ct_F77@
185+
ac_ct_NMEDIT = @ac_ct_NMEDIT@
181186
ac_ct_RANLIB = @ac_ct_RANLIB@
182187
ac_ct_STRIP = @ac_ct_STRIP@
183188
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
$B%P!<%8%g%s(B 4.3.3 $B$K$*$1$k<g$JJQ99E@(B:
2+
3+
* Cygwin, MinGW $B$G(B DLL $B$r:n@.$G$-$k$h$&$K$7$?!#(B
4+
* Windows $B$G(B ebzipinfo $B$,0[>o=*N;$9$kIT6q9g$r=*N;$7$?!#(B
5+
16
$B%P!<%8%g%s(B 4.3.2 $B$K$*$1$k<g$JJQ99E@(B:
27

38
* $B%P!<%8%g%s(B 4.3.1 $B$G!"6&M-%i%$%V%i%j$NHV9fIU$1$,4V0c$C$F$$$?$N$G=$@5$7$?!#(B

config.guess

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! /bin/sh
22
# Attempt to guess a canonical system name.
33
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4-
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5-
# Inc.
4+
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5+
# Free Software Foundation, Inc.
66

7-
timestamp='2007-05-17'
7+
timestamp='2008-01-23'
88

99
# This file is free software; you can redistribute it and/or modify it
1010
# under the terms of the GNU General Public License as published by
@@ -56,8 +56,8 @@ version="\
5656
GNU config.guess ($timestamp)
5757
5858
Originally written by Per Bothner.
59-
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
60-
Free Software Foundation, Inc.
59+
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
60+
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6161
6262
This is free software; see the source for copying conditions. There is NO
6363
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
330330
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
331331
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332332
exit ;;
333-
i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
333+
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334334
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335335
exit ;;
336336
sun4*:SunOS:6*:*)
@@ -532,7 +532,7 @@ EOF
532532
echo rs6000-ibm-aix3.2
533533
fi
534534
exit ;;
535-
*:AIX:*:[45])
535+
*:AIX:*:[456])
536536
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
537537
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
538538
IBM_ARCH=rs6000
@@ -793,12 +793,15 @@ EOF
793793
exit ;;
794794
*:Interix*:[3456]*)
795795
case ${UNAME_MACHINE} in
796-
x86)
796+
x86)
797797
echo i586-pc-interix${UNAME_RELEASE}
798798
exit ;;
799799
EM64T | authenticamd)
800800
echo x86_64-unknown-interix${UNAME_RELEASE}
801801
exit ;;
802+
IA64)
803+
echo ia64-unknown-interix${UNAME_RELEASE}
804+
exit ;;
802805
esac ;;
803806
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
804807
echo i${UNAME_MACHINE}-pc-mks
@@ -833,7 +836,14 @@ EOF
833836
echo ${UNAME_MACHINE}-pc-minix
834837
exit ;;
835838
arm*:Linux:*:*)
836-
echo ${UNAME_MACHINE}-unknown-linux-gnu
839+
eval $set_cc_for_build
840+
if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
841+
| grep -q __ARM_EABI__
842+
then
843+
echo ${UNAME_MACHINE}-unknown-linux-gnu
844+
else
845+
echo ${UNAME_MACHINE}-unknown-linux-gnueabi
846+
fi
837847
exit ;;
838848
avr32*:Linux:*:*)
839849
echo ${UNAME_MACHINE}-unknown-linux-gnu
@@ -954,8 +964,8 @@ EOF
954964
x86_64:Linux:*:*)
955965
echo x86_64-unknown-linux-gnu
956966
exit ;;
957-
xtensa:Linux:*:*)
958-
echo xtensa-unknown-linux-gnu
967+
xtensa*:Linux:*:*)
968+
echo ${UNAME_MACHINE}-unknown-linux-gnu
959969
exit ;;
960970
i*86:Linux:*:*)
961971
# The BFD linker knows what the default object file format is, so
@@ -1474,9 +1484,9 @@ This script, last modified $timestamp, has failed to recognize
14741484
the operating system you are using. It is advised that you
14751485
download the most up to date version of the config scripts from
14761486
1477-
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
1487+
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
14781488
and
1479-
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1489+
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
14801490
14811491
If the version you run ($0) is already up to date, please
14821492
send the following data and any information you think might be

config.sub

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! /bin/sh
22
# Configuration validation subroutine script.
33
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4-
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5-
# Inc.
4+
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5+
# Free Software Foundation, Inc.
66

7-
timestamp='2007-04-29'
7+
timestamp='2008-01-16'
88

99
# This file is (in principle) common to ALL GNU software.
1010
# The presence of a machine in this file suggests that SOME GNU software
@@ -72,8 +72,8 @@ Report bugs and patches to <config-patches@gnu.org>."
7272
version="\
7373
GNU config.sub ($timestamp)
7474
75-
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
76-
Free Software Foundation, Inc.
75+
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
76+
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7777
7878
This is free software; see the source for copying conditions. There is NO
7979
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -369,10 +369,14 @@ case $basic_machine in
369369
| v850-* | v850e-* | vax-* \
370370
| we32k-* \
371371
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372-
| xstormy16-* | xtensa-* \
372+
| xstormy16-* | xtensa*-* \
373373
| ymp-* \
374374
| z8k-*)
375375
;;
376+
# Recognize the basic CPU types without company name, with glob match.
377+
xtensa*)
378+
basic_machine=$basic_machine-unknown
379+
;;
376380
# Recognize the various machine names and aliases which stand
377381
# for a CPU type and a company and sometimes even an OS.
378382
386bsd)
@@ -443,6 +447,14 @@ case $basic_machine in
443447
basic_machine=ns32k-sequent
444448
os=-dynix
445449
;;
450+
blackfin)
451+
basic_machine=bfin-unknown
452+
os=-linux
453+
;;
454+
blackfin-*)
455+
basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
456+
os=-linux
457+
;;
446458
c90)
447459
basic_machine=c90-cray
448460
os=-unicos
@@ -475,8 +487,8 @@ case $basic_machine in
475487
basic_machine=craynv-cray
476488
os=-unicosmp
477489
;;
478-
cr16c)
479-
basic_machine=cr16c-unknown
490+
cr16)
491+
basic_machine=cr16-unknown
480492
os=-elf
481493
;;
482494
crds | unos)
@@ -668,6 +680,14 @@ case $basic_machine in
668680
basic_machine=m68k-isi
669681
os=-sysv
670682
;;
683+
m68knommu)
684+
basic_machine=m68k-unknown
685+
os=-linux
686+
;;
687+
m68knommu-*)
688+
basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
689+
os=-linux
690+
;;
671691
m88k-omron*)
672692
basic_machine=m88k-omron
673693
;;
@@ -813,6 +833,14 @@ case $basic_machine in
813833
basic_machine=i860-intel
814834
os=-osf
815835
;;
836+
parisc)
837+
basic_machine=hppa-unknown
838+
os=-linux
839+
;;
840+
parisc-*)
841+
basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
842+
os=-linux
843+
;;
816844
pbd)
817845
basic_machine=sparc-tti
818846
;;
@@ -1021,6 +1049,10 @@ case $basic_machine in
10211049
basic_machine=tic6x-unknown
10221050
os=-coff
10231051
;;
1052+
tile*)
1053+
basic_machine=tile-unknown
1054+
os=-linux-gnu
1055+
;;
10241056
tx39)
10251057
basic_machine=mipstx39-unknown
10261058
;;

0 commit comments

Comments
 (0)