From fa47fa924667f5d668faf24412dea39150e14a2a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 12 Mar 2014 15:02:00 +1030 Subject: [PATCH] autoreconf Regenerate Makefile.in in bfd, binutils, gas, gold, gprof, ld, opcodes. Regenerate gas/config.in. --- bfd/ChangeLog | 4 ++++ bfd/Makefile.in | 2 +- bfd/doc/ChangeLog | 4 ++++ bfd/doc/Makefile.in | 2 +- binutils/ChangeLog | 5 +++++ binutils/Makefile.in | 2 +- binutils/doc/Makefile.in | 2 +- gas/ChangeLog | 6 ++++++ gas/Makefile.in | 2 +- gas/config.in | 18 ++++++++++++++++++ gas/doc/Makefile.in | 2 +- gold/ChangeLog | 4 ++++ gold/Makefile.in | 3 +-- gprof/ChangeLog | 4 ++++ gprof/Makefile.in | 2 +- ld/ChangeLog | 4 ++++ ld/Makefile.in | 6 ++---- opcodes/ChangeLog | 4 ++++ opcodes/Makefile.in | 2 +- 19 files changed, 64 insertions(+), 14 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c9887c35e6b..e9d485992c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + 2014-03-12 Alan Modra PR 16690 diff --git a/bfd/Makefile.in b/bfd/Makefile.in index a81da7c66e2..65ab6412d32 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 2a1b3103d6b..e5c58654e53 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + 2013-10-14 Nick Clifton * chew.c (perform): Free next. diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 5156ba72283..702e10c798e 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 13ae6aa2df3..4a87080b8f5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + 2014-03-06 Nick Clifton PR binutils/16664 diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 34087695bb4..52489f21b68 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 596dbda3439..9e22548594a 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 ce81edb571f..7bff8d35a54 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + * config.in: Regenerate. + * doc/Makefile.in: Regenerate. + 2014-03-06 Pitchumani Sivanupandi Vishnu KS Senthil Kumar Selvaraj diff --git a/gas/Makefile.in b/gas/Makefile.in index 01475a1e676..370eddde893 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 411710ea248..f3ed2b4849f 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 5a65e17668f..c51f99c31b1 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 6f1d88c6a61..730418506d2 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + 2014-03-10 Sasa Stankovic * symtab.h (Symbol::set_nonvis): New function. diff --git a/gold/Makefile.in b/gold/Makefile.in index 661613edf5e..1ef3cce83fe 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 32a80167166..a26f9b9d8a4 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + 2014-03-05 Alan Modra Update copyright years. diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 76591ce9a7a..3af41e868fe 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 09617688f73..cc5f8286cb2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + 2014-03-05 Alan Modra Update copyright years. diff --git a/ld/Makefile.in b/ld/Makefile.in index e411db7be34..46126f8e62c 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 3f3d959e83c..ac94327d714 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra + + * Makefile.in: Regenerate. + 2014-03-05 Alan Modra Update copyright years. diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index b161d623eb5..6330cdfb8da 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 -- 2.30.2