aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-03-12 15:02:00 +1030
committerAlan Modra <amodra@gmail.com>2014-03-12 15:02:00 +1030
commitfa47fa924667f5d668faf24412dea39150e14a2a (patch)
tree138a43f4363f9756a4e69babb52f63ee7282b2eb
parentbbefd0a9264348d04783d3d374c2104ae468c799 (diff)
downloadfsf-binutils-gdb-fa47fa924667f5d668faf24412dea39150e14a2a.zip
fsf-binutils-gdb-fa47fa924667f5d668faf24412dea39150e14a2a.tar.gz
fsf-binutils-gdb-fa47fa924667f5d668faf24412dea39150e14a2a.tar.bz2
autoreconf
Regenerate Makefile.in in bfd, binutils, gas, gold, gprof, ld, opcodes. Regenerate gas/config.in.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/Makefile.in2
-rw-r--r--bfd/doc/ChangeLog4
-rw-r--r--bfd/doc/Makefile.in2
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.in2
-rw-r--r--binutils/doc/Makefile.in2
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/Makefile.in2
-rw-r--r--gas/config.in18
-rw-r--r--gas/doc/Makefile.in2
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/Makefile.in3
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/Makefile.in2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/Makefile.in6
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/Makefile.in2
19 files changed, 64 insertions, 14 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c9887c3..e9d4859 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2014-03-12 Alan Modra <amodra@gmail.com>
+ * Makefile.in: Regenerate.
+
+2014-03-12 Alan Modra <amodra@gmail.com>
+
PR 16690
* elf.c (copy_elf_program_header): Ignore first section lma if
non-alloc.
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index a81da7c..65ab641 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 2a1b310..e5c5865 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+
2013-10-14 Nick Clifton <nickc@redhat.com>
* chew.c (perform): Free next.
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index 5156ba7..702e10c 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 13ae6aa..4a87080 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+ * doc/Makefile.in: Regenerate.
+
2014-03-06 Nick Clifton <nickc@redhat.com>
PR binutils/16664
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 3408769..52489f2 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012, 2013 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
index 596dbda..9e22548 100644
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ce81edb..7bff8d3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+ * config.in: Regenerate.
+ * doc/Makefile.in: Regenerate.
+
2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
Vishnu KS <Vishnu.k_s@atmel.com>
Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 01475a1..370eddd 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012, 2013 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gas/config.in b/gas/config.in
index 411710e..f3ed2b4 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -179,6 +179,24 @@
/* Choose a default ABI for MIPS targets. */
#undef MIPS_DEFAULT_ABI
+/* Define value for nds32_arch_name */
+#undef NDS32_DEFAULT_ARCH_NAME
+
+/* Define default value for nds32_audio_ext */
+#undef NDS32_DEFAULT_AUDIO_EXT
+
+/* Define default value for nds32_dx_regs */
+#undef NDS32_DEFAULT_DX_REGS
+
+/* Define default value for nds32_perf_ext */
+#undef NDS32_DEFAULT_PERF_EXT
+
+/* Define default value for nds32_perf_ext2 */
+#undef NDS32_DEFAULT_PERF_EXT2
+
+/* Define default value for nds32_string_ext */
+#undef NDS32_DEFAULT_STRING_EXT
+
/* Define if environ is not declared in system header files. */
#undef NEED_DECLARATION_ENVIRON
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 5a65e17..c51f99c 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 6f1d88c..7304185 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+
2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
* symtab.h (Symbol::set_nonvis): New function.
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 661613e..1ef3cce 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -16,8 +16,7 @@
@SET_MAKE@
#
-# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
-# Free Software Foundation, Inc.
+# Copyright (C) 2006-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 32a8016..a26f9b9 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+
2014-03-05 Alan Modra <amodra@gmail.com>
Update copyright years.
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 76591ce..3af41e8 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0961768..cc5f828 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+
2014-03-05 Alan Modra <amodra@gmail.com>
Update copyright years.
diff --git a/ld/Makefile.in b/ld/Makefile.in
index e411db7..46126f8 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012-2014 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -389,7 +389,6 @@ AM_CFLAGS = $(WARN_CFLAGS)
# We can't put the scripts in $(datadir) because the SEARCH_DIR
# directives need to be different for native and cross linkers.
scriptdir = $(tooldir)/lib
-EMUL_DEPS =
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
INCDIR = $(BASEDIR)/include
@@ -797,8 +796,7 @@ ALL_EMUL_EXTRA_OFILES = \
pe-dll.@OBJEXT@ \
pep-dll.@OBJEXT@
-ALL_EMUL_EXTRA_BINARIES =
-
+ALL_EMUL_EXTRA_BINARIES =
CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3f3d959..ac94327 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-12 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in: Regenerate.
+
2014-03-05 Alan Modra <amodra@gmail.com>
Update copyright years.
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index b161d62..6330cdf 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by