]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Change pe/coff build-id section name to '.buildid'
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
74fffc39
JT
12014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
2
3 * objcopy.c (is_nondebug_keep_contents_section): Change
4 '.build-id' to '.buildid'.
5
4ee22035
RH
62014-08-22 Richard Henderson <rth@redhat.com>
7
8 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
9 * dwarf.c (dwarf_regnames_aarch64): New.
10 (init_dwarf_regnames_aarch64): New.
11 (init_dwarf_regnames): Call it.
12 * objdump.c (dump_dwarf): Likewise.
13
2974be62
AM
142014-08-19 Alan Modra <amodra@gmail.com>
15
16 * configure: Regenerate.
17
b879806f
AM
182014-08-14 Alan Modra <amodra@gmail.com>
19
20 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
21 * config.in: Regenerate.
22 * configure: Regenerate.
23
351cdf24
MF
242014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
25
26 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
27 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
28 (display_mips_gnu_attribute): Abstracted fp abi printing to...
29 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
30 (print_mips_ases, print_mips_isa_ext): New static functions.
31 (get_mips_reg_size): Likewise.
32 (process_mips_specific): Display abiflags data.
33
b794fc1d
AM
342014-07-28 Alan Modra <amodra@gmail.com>
35
36 PR 13227
37 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
38
3510a7b8
NC
392014-07-07 Nick Clifton <nickc@redhat.com>
40
41 * readelf.c (get_symbol_type): Revert accidental change to
42 detection of thumb function symbols.
43
35eafcc7
AM
442014-07-04 Alan Modra <amodra@gmail.com>
45
46 * configure.ac: Rename from configure.in.
47 * Makefile.in: Regenerate.
48 * config.in: Regenerate.
49 * doc/Makefile.in: Regenerate.
50
2e98a7bd
AM
512014-07-04 Alan Modra <amodra@gmail.com>
52
53 * configure.in: Include bfd/version.m4.
54 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
55 (BFD_VERSION): Delete.
56 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
57 * configure: Regenerate.
58 * Makefile.in: Regenerate.
59 * doc/Makefile.in: Regenerate.
60
8d112f9e
TG
612014-07-03 Tristan Gingold <gingold@adacore.com>
62
63 * doc/binutils.texi: Clarify addr2line output.
64
b6a1c03a
AM
652014-07-01 Alan Modra <amodra@gmail.com>
66
67 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
68
334ac421
EA
692014-06-26 Erik Akermann <kurterikackermann@gmail.com>
70
71 * strings.c: Add -w/--include-all-whitespace option to include any
72 whitespace character in the displayed strings.
73 * NEWS: Mention the new feature.
74 * doc/binutils.texi (strings): Document the new command line
75 option.
76
df565f32
NC
772014-06-26 Nick Clifton <nickc@redhat.com>
78
79 * readelf.c (process_note_sections): If there are no note sections
80 try processing note segments instead.
81
548a2357
NC
822014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
83
84 PR binutils/16923
85 * rcparse.y (fixedverinfo): Prevent large version numbers from
86 corrupting other values.
87
d71ad7fc
RC
882014-06-09 Romain Chastenet <romain.chastenet@free.fr>
89
90 PR binutils/16252
91 * dwarf.c (display_debug_frames): Remember the state of the
92 cfa_offset, cfa_reg, ra and cfa_exp field
93
270c9937
JB
942014-06-05 Joel Brobecker <brobecker@adacore.com>
95
96 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
97 bfd's development.sh.
98 * Makefile.in, configure: Regenerate.
99
6e6e7cfc
JT
1002014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
101
102 * objcopy.c (is_nondebug_keep_contents_section): New function.
103 (setup_section): Use it.
104
856ea05c
KP
1052014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
106
107 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
108
6d00b590
AM
1092014-05-02 Alan Modra <amodra@gmail.com>
110
111 * emul_aix.c: Update bfd target vector naming.
112 * testsuite/binutils-all/objcopy.exp: Likewise.
113
b2bcb4bd
CS
1142014-04-24 Christian Svensson <blue@cmd.nu>
115
116 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
117
7d64c587
AB
1182014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
119
120 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
121 command line option.
122
73589c9d
CS
1232014-04-22 Christian Svensson <blue@cmd.nu>
124
125 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
126
c9ffd2ea
TG
1272014-04-18 Tristan Gingold <gingold@adacore.com>
128
129 * od-macho.c (dump_section_map): Adjust as load commands
130 are now chained.
131 (dump_load_command, dump_section_content): Likewise.
132
e89d3dee
TG
1332014-04-16 Tristan Gingold <gingold@adacore.com>
134
135 * od-macho.c (OPT_DYLD_INFO): New macro.
136 (options): Add entry for dyld_info.
137 (mach_o_help): Likewise.
138 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
139 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
140 (bfd_mach_o_dyld_rebase_type_name): New array.
141 (export_info_data): New struct.
142 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
143 exports data.
144 (dump_load_command): Adjust dump_dyld_info call.
145 (mach_o_dump): Handle dyld_info.
146
47f8a107
TG
1472014-04-16 Tristan Gingold <gingold@adacore.com>
148
149 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
150 (dump_segment): Reformat output.
151 (dump_dyld_info): Also display end offsets.
152 (dump_load_command): Add IDX argument, display commands size
153 and offset, reformat display.
154 (dump_load_commands): Adjust for added argument.
155
5063a421
AM
1562014-04-07 Alan Modra <amodra@gmail.com>
157
158 PR binutils/16811
159 * objcopy.c (copy_object): Error if no sections.
160
92b1b678
MT
1612014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
162
163 PR binutils/14698
164 ar.c: Set plugin_target early if plugins are supported.
165 nm.c: Likewise.
166
965b60c9
TG
1672014-04-03 Tristan Gingold <gingold@adacore.com>
168
169 * od-macho.c (printf_uint64): New function.
170 (dump_load_command, dump_obj_compact_unwind): Use it.
171 (dump_exe_compact_unwind): Display personality functions.
172
7a79c514
TG
1732014-04-02 Tristan Gingold <gingold@adacore.com>
174
175 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
176 (options): Add entry for twolevel_hints.
177 (dump_data_in_code): Fix error message.
178 (dump_twolevel_hints): New function.
179 (dump_load_command): Handle prebound dylib, prebind cksum
180 and twolevel hints.
181 (mach_o_dump): Handle twolevel hints.
182
c275b681
TG
1832014-04-01 Tristan Gingold <gingold@adacore.com>
184
185 * od-macho.c (OPT_DATA_IN_CODE): New macro.
186 (options): Add entry for data in code.
187 (mach_o_help): Ditto.
188 (data_in_code_kind_name): New array.
189 (dump_data_in_code): New function.
190 (dump_load_command): Handle data in code.
191 (mach_o_dump): Ditto.
192 (dump_header): Display a terminal newline.
193
10be66a4
TG
1942014-03-27 Tristan Gingold <gingold@adacore.com>
195
196 * od-macho.c (dump_load_command): Display value for
197 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
198 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
199
3cc27770
TG
2002014-03-27 Tristan Gingold <gingold@adacore.com>
201
202 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
203 (options): Add entry for function_starts.
204 (mach_o_help): Ditto.
205 (disp_segment_prot): New function.
206 (dump_section_map): Call disp_segment_prot.
207 (dump_function_starts): New function.
208 (dump_obj_compact_unwind): Fix ouput indentation.
209 (dump_exe_compact_unwind): Fix ouput indentation.
210 (mach_o_dump): Handle function_starts.
211
d8028530
TG
2122014-03-26 Tristan Gingold <gingold@adacore.com>
213
214 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
215
595330b7
TG
2162014-03-24 Tristan Gingold <gingold@adacore.com>
217
218 * objdump.c (load_specific_debug_section): Set address of section.
219
aa9fa1e2
TG
2202014-03-24 Tristan Gingold <gingold@adacore.com>
221
222 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
223 (dump_exe_compact_unwind): Change the condition. Improve
224 indentation.
225
bcf83b2a
NC
2262014-03-20 Nick Clifton <nickc@redhat.com>
227
228 * readelf.c (process_version_sections): Fix off-by-one error in
229 previous delta.
230
c24cf8b6
NC
2312014-03-19 Nick Clifton <nickc@redhat.com>
232
233 PR binutils/16723
234 * readelf.c (process_version_sections): Prevent an infinite loop
235 when the vn_next field is zero but there are still entries to be
236 processed.
237
167e1c1f
TG
2382014-03-17 Tristan Gingold <gingold@adacore.com>
239
240 * od-macho.c (dump_section_header): Renames of dump_section.
241 (dump_segment): Adjust after renaming.
242 (OPT_COMPACT_UNWIND): Define.
243 (options): Add compact unwind.
244 (mach_o_help): Document compact_unwind.
245 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
246 (dump_unwind_encoding_x86, dump_unwind_encoding)
247 (dump_obj_compact_unwind, dump_exe_compact_unwind)
248 (dump_section_content): New functions.
249 (mach_o_dump): Handle compact unwind.
250
fbe383b9
TG
2512014-03-17 Tristan Gingold <gingold@adacore.com>
252
253 * od-macho.c (dump_load_command): Handle lazy load dylib.
254
182a105a
AG
2552014-03-14 Anthony Green <green@moxielogic.com>
256
257 * objcopy.c (copy_object): Check fwrite return code.
258
5a026fc9
NC
2592014-03-14 Meador Inge <meadori@codesourcery.com>
260
261 * dwarf.c (strnlen): Move prototype ...
262 * sysdep.h (strnlen): ... to here.
263
8a1373cc
NC
2642014-03-12 Nick Clifton <nickc@redhat.com>
265
266 PR binutils/16652
267 * doc/binutils.texi (ar cmdline): Move --plugin command line
268 option to after the command option.
269
c63043aa
DG
2702014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
271
272 PR binutils/16567
273 * deflex.l: Add noinput and nounput options.
274
fa47fa92
AM
2752014-03-12 Alan Modra <amodra@gmail.com>
276
277 * Makefile.in: Regenerate.
278 * doc/Makefile.in: Regenerate.
279
e9847026
NC
2802014-03-06 Nick Clifton <nickc@redhat.com>
281
282 PR binutils/16664
283 * readelf.c (process_attributes): Add checks for corrupt
284 attribute section names.
285
4b95cf5c
AM
2862014-03-05 Alan Modra <amodra@gmail.com>
287
288 Update copyright years.
289
2c80b753
AM
2902014-03-03 Alan Modra <amodra@gmail.com>
291
292 * README: Add "Copyright Notices" paragraph.
293
503a6091
CC
2942014-02-11 Cary Coutant <ccoutant@google.com>
295
296 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
297 for zero-length attribute value.
298
c1c69e83
AM
2992014-02-10 Alan Modra <amodra@gmail.com>
300
301 * po/binutils.pot: Regenerate.
302
d32e5c54
AP
3032014-02-06 Andrew Pinski <apinski@cavium.com>
304
305 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
306
926c5385
CC
3072014-02-06 Cary Coutant <ccoutant@google.com>
308
309 PR binutils/16444
310 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
311
221fd5d5
L
3122014-01-08 H.J. Lu <hongjiu.lu@intel.com>
313
314 * version.c (print_version): Update copyright year to 2014.
315
1651e569
TT
3162014-01-07 Tom Tromey <tromey@redhat.com>
317
318 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
319 stdarg macros.
320 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
321 macros.
322 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
323 stdarg macros.
324
b51f1626
TT
3252014-01-07 Tom Tromey <tromey@redhat.com>
326
327 * coffgrok.h (coff_ofile): Don't use PARAMS.
328 * nlmheader.y (strerror): Don't use PARAMS.
329
5fb776a6 330For older changes see ChangeLog-2013
252b5132 331\f
5fb776a6 332Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
333
334Copying and distribution of this file, with or without modification,
335are permitted in any medium without royalty provided the copyright
336notice and this notice are preserved.
337
252b5132
RH
338Local Variables:
339mode: change-log
340left-margin: 8
341fill-column: 74
342version-control: never
343End: