diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-12 15:02:00 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-12 15:02:00 +1030 |
commit | fa47fa924667f5d668faf24412dea39150e14a2a (patch) | |
tree | 138a43f4363f9756a4e69babb52f63ee7282b2eb /gas | |
parent | bbefd0a9264348d04783d3d374c2104ae468c799 (diff) | |
download | gdb-fa47fa924667f5d668faf24412dea39150e14a2a.zip gdb-fa47fa924667f5d668faf24412dea39150e14a2a.tar.gz gdb-fa47fa924667f5d668faf24412dea39150e14a2a.tar.bz2 |
autoreconf
Regenerate Makefile.in in bfd, binutils, gas, gold, gprof, ld, opcodes.
Regenerate gas/config.in.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/Makefile.in | 2 | ||||
-rw-r--r-- | gas/config.in | 18 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 2 |
4 files changed, 26 insertions, 2 deletions
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 |