Regenerate configure to include the gettext.m4 change. Update
opcodes/po/POTFILES.in
This commit is contained in:
parent
57c7194e0e
commit
fcd8210c95
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* doc/Makefile.in: Regenerate.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
|
2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* readelf.c (display_debug_line, display_debug_pubnames,
|
* readelf.c (display_debug_line, display_debug_pubnames,
|
||||||
|
467
binutils/configure
vendored
467
binutils/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -175,7 +175,7 @@ DIST_COMMON = Makefile.am Makefile.in
|
|||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64
|
* config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64
|
||||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -5247,7 +5247,7 @@ fi
|
|||||||
l=
|
l=
|
||||||
|
|
||||||
|
|
||||||
if test -d $srcdir/po; then
|
if test -f $srcdir/po/POTFILES.in; then
|
||||||
test -d po || mkdir po
|
test -d po || mkdir po
|
||||||
if test "x$srcdir" != "x."; then
|
if test "x$srcdir" != "x."; then
|
||||||
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
|
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
|
||||||
|
@ -132,18 +132,18 @@ ecoff.c
|
|||||||
ecoff.h
|
ecoff.h
|
||||||
ehopt.c
|
ehopt.c
|
||||||
ehopt.c
|
ehopt.c
|
||||||
emul.h
|
|
||||||
emul-target.h
|
emul-target.h
|
||||||
|
emul.h
|
||||||
expr.c
|
expr.c
|
||||||
expr.c
|
expr.c
|
||||||
expr.h
|
expr.h
|
||||||
flonum-copy.c
|
flonum-copy.c
|
||||||
flonum-copy.c
|
flonum-copy.c
|
||||||
|
flonum-konst.c
|
||||||
|
flonum-konst.c
|
||||||
|
flonum-mult.c
|
||||||
|
flonum-mult.c
|
||||||
flonum.h
|
flonum.h
|
||||||
flonum-konst.c
|
|
||||||
flonum-konst.c
|
|
||||||
flonum-mult.c
|
|
||||||
flonum-mult.c
|
|
||||||
frags.c
|
frags.c
|
||||||
frags.c
|
frags.c
|
||||||
frags.h
|
frags.h
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.am (Makefile): Depend on bfd/configure.in.
|
* Makefile.am (Makefile): Depend on bfd/configure.in.
|
||||||
|
2
gprof/configure
vendored
2
gprof/configure
vendored
@ -4202,7 +4202,7 @@ fi
|
|||||||
l=
|
l=
|
||||||
|
|
||||||
|
|
||||||
if test -d $srcdir/po; then
|
if test -f $srcdir/po/POTFILES.in; then
|
||||||
test -d po || mkdir po
|
test -d po || mkdir po
|
||||||
if test "x$srcdir" != "x."; then
|
if test "x$srcdir" != "x."; then
|
||||||
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
|
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ldver.h (ld_program_version): Remove declaration.
|
* ldver.h (ld_program_version): Remove declaration.
|
||||||
|
425
ld/configure
vendored
425
ld/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* po/POTFILES.in: Regenerate.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.am (Makefile): Depend on bfd/configure.in.
|
* Makefile.am (Makefile): Depend on bfd/configure.in.
|
||||||
|
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@ -4299,7 +4299,7 @@ fi
|
|||||||
l=
|
l=
|
||||||
|
|
||||||
|
|
||||||
if test -d $srcdir/po; then
|
if test -f $srcdir/po/POTFILES.in; then
|
||||||
test -d po || mkdir po
|
test -d po || mkdir po
|
||||||
if test "x$srcdir" != "x."; then
|
if test "x$srcdir" != "x."; then
|
||||||
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
|
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
|
||||||
|
@ -16,8 +16,8 @@ d10v-dis.c
|
|||||||
d10v-opc.c
|
d10v-opc.c
|
||||||
d30v-dis.c
|
d30v-dis.c
|
||||||
d30v-opc.c
|
d30v-opc.c
|
||||||
disassemble.c
|
|
||||||
dis-buf.c
|
dis-buf.c
|
||||||
|
disassemble.c
|
||||||
fr30-asm.c
|
fr30-asm.c
|
||||||
fr30-desc.c
|
fr30-desc.c
|
||||||
fr30-desc.h
|
fr30-desc.h
|
||||||
@ -40,12 +40,12 @@ ia64-dis.c
|
|||||||
ia64-gen.c
|
ia64-gen.c
|
||||||
ia64-opc-a.c
|
ia64-opc-a.c
|
||||||
ia64-opc-b.c
|
ia64-opc-b.c
|
||||||
ia64-opc.c
|
|
||||||
ia64-opc-d.c
|
ia64-opc-d.c
|
||||||
ia64-opc-f.c
|
ia64-opc-f.c
|
||||||
ia64-opc.h
|
|
||||||
ia64-opc-i.c
|
ia64-opc-i.c
|
||||||
ia64-opc-m.c
|
ia64-opc-m.c
|
||||||
|
ia64-opc.c
|
||||||
|
ia64-opc.h
|
||||||
m10200-dis.c
|
m10200-dis.c
|
||||||
m10200-opc.c
|
m10200-opc.c
|
||||||
m10300-dis.c
|
m10300-dis.c
|
||||||
@ -65,9 +65,9 @@ m68k-opc.c
|
|||||||
m88k-dis.c
|
m88k-dis.c
|
||||||
mcore-dis.c
|
mcore-dis.c
|
||||||
mcore-opc.h
|
mcore-opc.h
|
||||||
mips16-opc.c
|
|
||||||
mips-dis.c
|
mips-dis.c
|
||||||
mips-opc.c
|
mips-opc.c
|
||||||
|
mips16-opc.c
|
||||||
ns32k-dis.c
|
ns32k-dis.c
|
||||||
openrisc-asm.c
|
openrisc-asm.c
|
||||||
openrisc-desc.c
|
openrisc-desc.c
|
||||||
@ -83,6 +83,7 @@ pj-opc.c
|
|||||||
ppc-dis.c
|
ppc-dis.c
|
||||||
ppc-opc.c
|
ppc-opc.c
|
||||||
s390-dis.c
|
s390-dis.c
|
||||||
|
s390-mkopc.c
|
||||||
s390-opc.c
|
s390-opc.c
|
||||||
sh-dis.c
|
sh-dis.c
|
||||||
sh-opc.h
|
sh-opc.h
|
||||||
@ -100,5 +101,5 @@ vax-dis.c
|
|||||||
w65-dis.c
|
w65-dis.c
|
||||||
w65-opc.h
|
w65-opc.h
|
||||||
z8k-dis.c
|
z8k-dis.c
|
||||||
z8kgen.c
|
|
||||||
z8k-opc.h
|
z8k-opc.h
|
||||||
|
z8kgen.c
|
||||||
|
Loading…
Reference in New Issue
Block a user