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