• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisionfa47fa924667f5d668faf24412dea39150e14a2a (tree)
l'heure2014-03-12 13:32:00
AuteurAlan Modra <amodra@gmai...>
CommiterAlan Modra

Message de Log

autoreconf

Regenerate Makefile.in in bfd, binutils, gas, gold, gprof, ld, opcodes.
Regenerate gas/config.in.

Change Summary

Modification

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
11 2014-03-12 Alan Modra <amodra@gmail.com>
22
3+ * Makefile.in: Regenerate.
4+
5+2014-03-12 Alan Modra <amodra@gmail.com>
6+
37 PR 16690
48 * elf.c (copy_elf_program_header): Ignore first section lma if
59 non-alloc.
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,7 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+
15 2013-10-14 Nick Clifton <nickc@redhat.com>
26
37 * chew.c (perform): Free next.
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+ * doc/Makefile.in: Regenerate.
5+
16 2014-03-06 Nick Clifton <nickc@redhat.com>
27
38 PR binutils/16664
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012, 2013 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+ * config.in: Regenerate.
5+ * doc/Makefile.in: Regenerate.
6+
17 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
28 Vishnu KS <Vishnu.k_s@atmel.com>
39 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012, 2013 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/gas/config.in
+++ b/gas/config.in
@@ -179,6 +179,24 @@
179179 /* Choose a default ABI for MIPS targets. */
180180 #undef MIPS_DEFAULT_ABI
181181
182+/* Define value for nds32_arch_name */
183+#undef NDS32_DEFAULT_ARCH_NAME
184+
185+/* Define default value for nds32_audio_ext */
186+#undef NDS32_DEFAULT_AUDIO_EXT
187+
188+/* Define default value for nds32_dx_regs */
189+#undef NDS32_DEFAULT_DX_REGS
190+
191+/* Define default value for nds32_perf_ext */
192+#undef NDS32_DEFAULT_PERF_EXT
193+
194+/* Define default value for nds32_perf_ext2 */
195+#undef NDS32_DEFAULT_PERF_EXT2
196+
197+/* Define default value for nds32_string_ext */
198+#undef NDS32_DEFAULT_STRING_EXT
199+
182200 /* Define if environ is not declared in system header files. */
183201 #undef NEED_DECLARATION_ENVIRON
184202
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+
15 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
26
37 * symtab.h (Symbol::set_nonvis): New function.
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -16,8 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
20-# Free Software Foundation, Inc.
19+# Copyright (C) 2006-2014 Free Software Foundation, Inc.
2120 #
2221 # This file is free software; you can redistribute it and/or modify
2322 # it under the terms of the GNU General Public License as published by
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+
15 2014-03-05 Alan Modra <amodra@gmail.com>
26
37 Update copyright years.
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+
15 2014-03-05 Alan Modra <amodra@gmail.com>
26
37 Update copyright years.
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012-2014 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by
@@ -389,7 +389,6 @@ AM_CFLAGS = $(WARN_CFLAGS)
389389 # We can't put the scripts in $(datadir) because the SEARCH_DIR
390390 # directives need to be different for native and cross linkers.
391391 scriptdir = $(tooldir)/lib
392-EMUL_DEPS =
393392 BASEDIR = $(srcdir)/..
394393 BFDDIR = $(BASEDIR)/bfd
395394 INCDIR = $(BASEDIR)/include
@@ -797,8 +796,7 @@ ALL_EMUL_EXTRA_OFILES = \
797796 pe-dll.@OBJEXT@ \
798797 pep-dll.@OBJEXT@
799798
800-ALL_EMUL_EXTRA_BINARIES =
801-
799+ALL_EMUL_EXTRA_BINARIES =
802800 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
803801 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
804802 mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
1+2014-03-12 Alan Modra <amodra@gmail.com>
2+
3+ * Makefile.in: Regenerate.
4+
15 2014-03-05 Alan Modra <amodra@gmail.com>
26
37 Update copyright years.
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -16,7 +16,7 @@
1616 @SET_MAKE@
1717
1818 #
19-# Copyright 2012 Free Software Foundation
19+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
2020 #
2121 # This file is free software; you can redistribute it and/or modify
2222 # it under the terms of the GNU General Public License as published by