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