mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Regenerate.
This commit is contained in:
parent
66807a1547
commit
6febeb7413
@ -1,3 +1,9 @@
|
||||
2012-11-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* aclocal.m4: Regenerate.
|
||||
* Makefile.in: Regenerate.
|
||||
* po/SRC-POTFILES.in: Regenerate.
|
||||
|
||||
2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* section.c (bfd_get_section_contents): Replace memcpy
|
||||
|
@ -47,8 +47,7 @@ DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/po/Make-in $(srcdir)/../depcomp \
|
||||
$(am__bfdinclude_HEADERS_DIST)
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \
|
||||
$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
||||
$(top_srcdir)/../config/depstand.m4 \
|
||||
$(top_srcdir)/../config/gettext-sister.m4 \
|
||||
$(top_srcdir)/../config/largefile.m4 \
|
||||
@ -61,6 +60,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \
|
||||
$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
|
||||
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
||||
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
||||
$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
||||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/zlib.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
|
4
bfd/aclocal.m4
vendored
4
bfd/aclocal.m4
vendored
@ -968,8 +968,6 @@ AC_SUBST([am__tar])
|
||||
AC_SUBST([am__untar])
|
||||
]) # _AM_PROG_TAR
|
||||
|
||||
m4_include([../bfd/bfd.m4])
|
||||
m4_include([../bfd/warning.m4])
|
||||
m4_include([../config/acx.m4])
|
||||
m4_include([../config/depstand.m4])
|
||||
m4_include([../config/gettext-sister.m4])
|
||||
@ -986,4 +984,6 @@ m4_include([../ltoptions.m4])
|
||||
m4_include([../ltsugar.m4])
|
||||
m4_include([../ltversion.m4])
|
||||
m4_include([../lt~obsolete.m4])
|
||||
m4_include([bfd.m4])
|
||||
m4_include([warning.m4])
|
||||
m4_include([acinclude.m4])
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-11-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2012-02-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* chew.c (print_stack_level, main): Use %ld to print stack delta.
|
||||
|
@ -43,8 +43,7 @@ subdir = doc
|
||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||||
$(bfd_TEXINFOS)
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \
|
||||
$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
||||
$(top_srcdir)/../config/depstand.m4 \
|
||||
$(top_srcdir)/../config/gettext-sister.m4 \
|
||||
$(top_srcdir)/../config/largefile.m4 \
|
||||
@ -57,6 +56,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \
|
||||
$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
|
||||
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
||||
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
||||
$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
||||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/zlib.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
@ -247,6 +247,7 @@ libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
|
@ -61,6 +61,7 @@ cofflink.c
|
||||
coffswap.h
|
||||
compress.c
|
||||
corefile.c
|
||||
cpu-aarch64.c
|
||||
cpu-alpha.c
|
||||
cpu-arc.c
|
||||
cpu-arm.c
|
||||
@ -97,6 +98,8 @@ cpu-m68hc11.c
|
||||
cpu-m68hc12.c
|
||||
cpu-m68k.c
|
||||
cpu-m88k.c
|
||||
cpu-m9s12x.c
|
||||
cpu-m9s12xg.c
|
||||
cpu-mcore.c
|
||||
cpu-mep.c
|
||||
cpu-microblaze.c
|
||||
@ -132,6 +135,7 @@ cpu-vax.c
|
||||
cpu-w65.c
|
||||
cpu-we32k.c
|
||||
cpu-xc16x.c
|
||||
cpu-xgate.c
|
||||
cpu-xstormy16.c
|
||||
cpu-xtensa.c
|
||||
cpu-z80.c
|
||||
@ -149,6 +153,8 @@ elf-hppa.h
|
||||
elf-ifunc.c
|
||||
elf-m10200.c
|
||||
elf-m10300.c
|
||||
elf-nacl.c
|
||||
elf-nacl.c
|
||||
elf-strtab.c
|
||||
elf-vxworks.c
|
||||
elf.c
|
||||
@ -213,13 +219,16 @@ elf32-tilepro.c
|
||||
elf32-v850.c
|
||||
elf32-vax.c
|
||||
elf32-xc16x.c
|
||||
elf32-xgate.c
|
||||
elf32-xstormy16.c
|
||||
elf32-xtensa.c
|
||||
elf32.c
|
||||
elf64-aarch64.c
|
||||
elf64-alpha.c
|
||||
elf64-gen.c
|
||||
elf64-hppa.c
|
||||
elf64-hppa.h
|
||||
elf64-ia64-vms.c
|
||||
elf64-mips.c
|
||||
elf64-mmix.c
|
||||
elf64-ppc.c
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-11-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* po/POTFILES.in: Regenerate.
|
||||
|
||||
2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* objcopy.c (copy_section): Don't read beyond section end.
|
||||
|
@ -62,6 +62,7 @@ stabs.c
|
||||
strings.c
|
||||
sysdep.h
|
||||
sysdump.c
|
||||
syslex_wrap.c
|
||||
unwind-ia64.c
|
||||
unwind-ia64.h
|
||||
version.c
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-11-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* po/POTFILES.in: Regenerate.
|
||||
|
||||
2012-11-07 David Holsgrove <david.holsgrove@xilinx.com>
|
||||
|
||||
* config/tc-microblaze.c: Remove special register condition check
|
||||
|
@ -37,6 +37,8 @@ config/obj-multi.c
|
||||
config/obj-multi.h
|
||||
config/obj-som.c
|
||||
config/obj-som.h
|
||||
config/tc-aarch64.c
|
||||
config/tc-aarch64.h
|
||||
config/tc-alpha.c
|
||||
config/tc-alpha.h
|
||||
config/tc-arc.c
|
||||
@ -158,6 +160,8 @@ config/tc-vax.c
|
||||
config/tc-vax.h
|
||||
config/tc-xc16x.c
|
||||
config/tc-xc16x.h
|
||||
config/tc-xgate.c
|
||||
config/tc-xgate.h
|
||||
config/tc-xstormy16.c
|
||||
config/tc-xstormy16.h
|
||||
config/tc-xtensa.c
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-11-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* po/POTFILES.in: Regenerate.
|
||||
|
||||
2012-11-05 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.ac: Apply 2012-09-10 change to config.in here.
|
||||
|
@ -35,6 +35,8 @@ fileread.h
|
||||
freebsd.h
|
||||
gc.cc
|
||||
gc.h
|
||||
gdb-index.cc
|
||||
gdb-index.h
|
||||
gold-threads.cc
|
||||
gold-threads.h
|
||||
gold.cc
|
||||
@ -51,6 +53,8 @@ mapfile.cc
|
||||
mapfile.h
|
||||
merge.cc
|
||||
merge.h
|
||||
nacl.cc
|
||||
nacl.h
|
||||
object.cc
|
||||
object.h
|
||||
options.cc
|
||||
@ -85,6 +89,7 @@ target-select.cc
|
||||
target-select.h
|
||||
target.cc
|
||||
target.h
|
||||
tilegx.cc
|
||||
timer.cc
|
||||
timer.h
|
||||
tls.h
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-11-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* po/POTFILES.in: Regenerate.
|
||||
|
||||
2012-11-05 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.in: Apply 2012-09-10 change to config.in here.
|
||||
|
@ -1,3 +1,14 @@
|
||||
aarch64-asm-2.c
|
||||
aarch64-asm.c
|
||||
aarch64-asm.h
|
||||
aarch64-dis-2.c
|
||||
aarch64-dis.c
|
||||
aarch64-dis.h
|
||||
aarch64-gen.c
|
||||
aarch64-opc-2.c
|
||||
aarch64-opc.c
|
||||
aarch64-opc.h
|
||||
aarch64-tbl.h
|
||||
alpha-dis.c
|
||||
alpha-opc.c
|
||||
arc-dis.c
|
||||
|
Loading…
Reference in New Issue
Block a user