arc: Add nps400 machine type, and assembler flag.
[external/binutils.git] / binutils / ChangeLog
1 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2
3         * readelf.c (decode_ARC_machine_flags): Handle nps400.
4
5 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6
7         * readelf.c (get_machine_flags): Move arc processing into...
8         (decode_ARC_machine_flags): ... new function.  Remove use of
9         EF_ARC_CPU_GENERIC, change default case from "generic arc" to
10         "unknown arc".  Merged ABI printing between two machine types.
11
12 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
13
14         * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
15         to the architecture list.
16
17 2016-03-21  Nick Clifton  <nickc@redhat.com>
18
19         * dlltool.c: Replace use of alloca with call to xmalloc.
20         * dllwrap.c: Likewise.
21         * nlmconv.c: Likewise.
22         * objdump.c: Likewise.
23         * resrc.c: Likewise.
24         * winduni.c: Likewise.
25         * configure: Regenerate.
26
27 2016-03-07  Nick Clifton  <nickc@redhat.com>
28
29         PR binutils/19775
30         * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
31         Run the new proc.
32         * testsuite/binutils-all/empty: New, empty, file.
33
34 2016-03-04  Matthew Wahab  <matthew.wahab@arm.com>
35
36         * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
37
38 2016-02-26  H.J. Lu  <hongjiu.lu@intel.com>
39
40         PR ld/19645
41         * NEWS: Mention --elf-stt-common= for objcopy.
42         * doc/binutils.texi: Document --elf-stt-common= for objcopy.
43         * objcopy.c (do_elf_stt_common): New.
44         (command_line_switch): Add OPTION_ELF_STT_COMMON.
45         (copy_options): Add --elf-stt-common=.
46         (copy_usage): Add --elf-stt-common=.
47         (copy_object): Also check do_elf_stt_common for ELF targets.
48         (copy_file): Handle do_elf_stt_common.
49         (copy_main): Handle OPTION_ELF_STT_COMMON.
50         * readelf.c (apply_relocations): Support STT_COMMON.
51         * testsuite/binutils-all/common-1.s: New file.
52         * testsuite/binutils-all/common-1a.d: Likewise.
53         * testsuite/binutils-all/common-1b.d: Likewise.
54         * testsuite/binutils-all/common-1c.d: Likewise.
55         * testsuite/binutils-all/common-1d.d: Likewise.
56         * testsuite/binutils-all/common-1e.d: Likewise.
57         * testsuite/binutils-all/common-1f.d: Likewise.
58         * testsuite/binutils-all/common-2.s: Likewise.
59         * testsuite/binutils-all/common-2a.d: Likewise.
60         * testsuite/binutils-all/common-2b.d: Likewise.
61         * testsuite/binutils-all/common-2c.d: Likewise.
62         * testsuite/binutils-all/common-2d.d: Likewise.
63         * testsuite/binutils-all/common-2e.d: Likewise.
64         * testsuite/binutils-all/common-2f.d: Likewise.
65         * testsuite/binutils-all/objcopy.exp
66         (objcopy_test_elf_common_symbols): New proc.
67         Run objcopy_test_elf_common_symbols for ELF targets
68
69 2016-02-16  H.J. Lu  <hongjiu.lu@intel.com>
70
71         PR binutils/19647
72         * readelf.c (get_section_type_name): Add a missing break.
73
74 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
75
76         * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
77
78 2016-02-15  Nick Clifton  <nickc@redhat.com>
79
80         * readelf.c (get_section_type_name): Add hex prefix to offsets
81         printed for LOPROC and LOOS values.  Ensure that a result is
82         always returned for the V850 target, even when an unrecognised
83         processor specific value is encountered.
84         (process_section_headers): Display key values in the order in
85         which they appear to the user.  Add the "C (compressed)" value to
86         the list.
87
88 2016-02-12  H.J. Lu  <hongjiu.lu@intel.com>
89
90         * doc/binutils.texi: Fix a typo.
91
92 2016-02-05  Cupertino Miranda  <Cupertino.Miranda@synopsys.com>
93
94         * testsuite/binutils-all/objdump.exp: Update expected default
95         architecture value for ARC binaries.
96
97 2016-02-02  H.J. Lu  <hongjiu.lu@intel.com>
98
99         PR binutils/19547
100         * testsuite/binutils-all/objcopy.exp
101         (objcopy_test_without_global_symbol): New proc.
102         Run objcopy_test_without_global_symbol.
103         * testsuite/binutils-all/pr19547.c: New file.
104
105 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
106
107         PR binutils/19523
108         * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
109         runtest.
110         * Makefile.in: Regenerated.
111         * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
112         proc.
113         Run test_gnu_debuglink for native ELF build.
114
115 2016-01-20  Nick Clifton  <nickc@redhat.com>
116
117         PR 19495
118         * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
119         do not support inserting leading underscores.
120
121 2016-01-20  Mickael Guene  <mickael.guene@st.com>
122
123         * readelf.c (get_elf_section_flags): Display y letter for section
124         with SHF_ARM_NOREAD section flag in readelf section output.
125         (process_section_headers): Add y letter in readelf section output
126         key mapping for ARM architecture.
127         * objdump.c (dump_section_header): Display NOREAD attributes as
128         well.
129         * doc/binutils.texi (objdump): Note that it is correct for
130         sections to have both the READONLY and NOREAD attributes.
131
132 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
133
134         * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
135
136 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
137
138         * readelf.c (get_freebsd_elfcore_note_type): New
139         (process_note): Add support for FreeBSD core notes.
140
141 2016-01-18  Miranda Cupertino  <Cupertino.Miranda@synopsys.com>
142             Zissulescu Claudiu  <Claudiu.Zissulescu@synopsys.com>
143
144         * readelf.c (get_machine_flags): Add support for newer ARC ELF
145         header flags.
146
147 2016-01-18  Alan Modra  <amodra@gmail.com>
148
149         * configure: Regenerate.
150
151 2016-01-17  Alan Modra  <amodra@gmail.com>
152
153         * configure: Regenerate.
154
155 2016-01-17  Alan Modra  <amodra@gmail.com>
156
157         * testsuite/lib/binutils-common.exp (is_elf_format): Return true
158         for m68hc11/12 and xgate triples.
159
160 2016-01-17  Alan Modra  <amodra@gmail.com>
161
162         * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
163
164 2016-01-01  Alan Modra  <amodra@gmail.com>
165
166         Update year range in copyright notice of all files.
167
168 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
169 \f
170 Copyright (C) 2016 Free Software Foundation, Inc.
171
172 Copying and distribution of this file, with or without modification,
173 are permitted in any medium without royalty provided the copyright
174 notice and this notice are preserved.
175
176 Local Variables:
177 mode: change-log
178 left-margin: 8
179 fill-column: 74
180 version-control: never
181 End: