ARM: arm_breakpoint should be little endian form in case for arm BE8
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2a03f307
HPN
12014-11-01 Hans-Peter Nilsson <hp@axis.com>
2
3 * readelf.c (get_32bit_elf_symbols): Cast error
4 parameters of bfd_size_type with the %lx format to
5 unsigned long.
6
2c629856
N
72014-10-31 Andrew Pinski <apinski@cavium.com>
8 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
9
10 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
11
da37262b
IB
122014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
13
14 * cxxfilt.c (main): Add case for dlang_demangling style.
15
f54498b4
NC
162014-10-31 Nick Clifton <nickc@redhat.com>
17
18 PR binutils/17512
19 * readelf.c (process_program_headers): Avoid memory exhaustion due
20 to corrupt values in a dynamis segment header.
21 (get_32bit_elf_symbols): Do not attempt to read an over-large
22 section.
23 (get_64bit_elf_symbols): Likewise.
24
fe060053
NC
252014-10-31 Nick Clifton <nickc@redhat.com>
26
27 * strings.c: Add new command line option --data to only scan the
28 initialized, loadable data secions of binaries. Choose the
29 default behaviour of --all or --data based upon a configure
30 option.
31 * doc/binutils.texi (strings): Update documentation. Include
32 description of why the --data option might be unsafe.
33 * configure.ac: Add new option --disable-default-strings-all which
34 restores the old behaviour of strings using --data by default. If
35 the option is not used make strings use --all by default.
36 * NEWS: Mention the new behaviour of strings.
37 * configure: Regenerate.
38 * config.in: Regenerate.
39
76ca31c0
NC
402014-10-30 Nick Clifton <nickc@redhat.com>
41
42 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
43 there is a single string for translation.
44 (dynamic_section_mips_val): Likewise.
45
64b588b5
NC
462014-10-29 Nick Clifton <nickc@redhat.com>
47
48 * po/bg.po: Updated Bulgarian translation.
49 * po/sr.po: New Serbian translation.
50 * po/sv.po: Updated Swedish translation.
51
00ac7aa0
MF
522014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
53
54 * readelf.c (print_mips_ases): Print unknown ASEs.
55 (print_mips_isa_ext): Print the value of an unknown extension.
56
91dc4e0a
TG
572014-10-15 Tristan Gingold <gingold@adacore.com>
58
59 * configure: Regenerate.
60
c50415e2
TG
612014-10-14 Tristan Gingold <gingold@adacore.com>
62
63 * NEWS: Add marker for 2.25.
64
65879393
AM
652014-10-14 Alan Modra <amodra@gmail.com>
66
67 PR 17453
68 * dwarf.c (read_leb128): Avoid signed overflow.
69 (read_debug_line_header): Likewise.
70
9495b2e6
AM
712014-10-14 Alan Modra <amodra@gmail.com>
72
73 PR 17453
74 * readelf.c (process_program_headers): Correct fscanf format used
75 for interpreter.
76
3d68f91c
JM
772014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
78
79 * readelf.c (display_sparc_hwcaps2): New function.
80 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
81 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
82
49727e46
AM
832014-09-22 Alan Modra <amodra@gmail.com>
84
85 PR 16563
86 * dwarf.c (GET): Remove semicolon.
87 (read_cie): New function, extracted from..
88 (display_debug_frames): ..here. Correctly handle signed offset
89 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
90
70e99720
TG
912014-09-16 Nick Clifton <nickc@redhat.com>
92
93 * readelf.c (display_arm_attribute): Use unsigned int type for
94 tag, val and type variables.
95
40c7a7cb
KLC
962014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
97
98 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
99
7361da2c
AB
1002014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
101 Matthew Fortune <matthew.fortune@imgtec.com>
102
103 * readelf.c (get_machine_flags): Add support for mips32r6 and
104 mips64r6.
105
74fffc39
JT
1062014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
107
108 * objcopy.c (is_nondebug_keep_contents_section): Change
109 '.build-id' to '.buildid'.
110
4ee22035
RH
1112014-08-22 Richard Henderson <rth@redhat.com>
112
113 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
114 * dwarf.c (dwarf_regnames_aarch64): New.
115 (init_dwarf_regnames_aarch64): New.
116 (init_dwarf_regnames): Call it.
117 * objdump.c (dump_dwarf): Likewise.
118
2974be62
AM
1192014-08-19 Alan Modra <amodra@gmail.com>
120
121 * configure: Regenerate.
122
b879806f
AM
1232014-08-14 Alan Modra <amodra@gmail.com>
124
125 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
126 * config.in: Regenerate.
127 * configure: Regenerate.
128
351cdf24
MF
1292014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
130
131 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
132 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
133 (display_mips_gnu_attribute): Abstracted fp abi printing to...
134 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
135 (print_mips_ases, print_mips_isa_ext): New static functions.
136 (get_mips_reg_size): Likewise.
137 (process_mips_specific): Display abiflags data.
138
b794fc1d
AM
1392014-07-28 Alan Modra <amodra@gmail.com>
140
141 PR 13227
142 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
143
3510a7b8
NC
1442014-07-07 Nick Clifton <nickc@redhat.com>
145
146 * readelf.c (get_symbol_type): Revert accidental change to
147 detection of thumb function symbols.
148
35eafcc7
AM
1492014-07-04 Alan Modra <amodra@gmail.com>
150
151 * configure.ac: Rename from configure.in.
152 * Makefile.in: Regenerate.
153 * config.in: Regenerate.
154 * doc/Makefile.in: Regenerate.
155
2e98a7bd
AM
1562014-07-04 Alan Modra <amodra@gmail.com>
157
158 * configure.in: Include bfd/version.m4.
159 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
160 (BFD_VERSION): Delete.
161 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
162 * configure: Regenerate.
163 * Makefile.in: Regenerate.
164 * doc/Makefile.in: Regenerate.
165
8d112f9e
TG
1662014-07-03 Tristan Gingold <gingold@adacore.com>
167
168 * doc/binutils.texi: Clarify addr2line output.
169
b6a1c03a
AM
1702014-07-01 Alan Modra <amodra@gmail.com>
171
172 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
173
334ac421
EA
1742014-06-26 Erik Akermann <kurterikackermann@gmail.com>
175
176 * strings.c: Add -w/--include-all-whitespace option to include any
177 whitespace character in the displayed strings.
178 * NEWS: Mention the new feature.
179 * doc/binutils.texi (strings): Document the new command line
180 option.
181
df565f32
NC
1822014-06-26 Nick Clifton <nickc@redhat.com>
183
184 * readelf.c (process_note_sections): If there are no note sections
185 try processing note segments instead.
186
548a2357
NC
1872014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
188
189 PR binutils/16923
190 * rcparse.y (fixedverinfo): Prevent large version numbers from
191 corrupting other values.
192
d71ad7fc
RC
1932014-06-09 Romain Chastenet <romain.chastenet@free.fr>
194
195 PR binutils/16252
196 * dwarf.c (display_debug_frames): Remember the state of the
197 cfa_offset, cfa_reg, ra and cfa_exp field
198
270c9937
JB
1992014-06-05 Joel Brobecker <brobecker@adacore.com>
200
201 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
202 bfd's development.sh.
203 * Makefile.in, configure: Regenerate.
204
6e6e7cfc
JT
2052014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
206
207 * objcopy.c (is_nondebug_keep_contents_section): New function.
208 (setup_section): Use it.
209
856ea05c
KP
2102014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
211
212 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
213
6d00b590
AM
2142014-05-02 Alan Modra <amodra@gmail.com>
215
216 * emul_aix.c: Update bfd target vector naming.
217 * testsuite/binutils-all/objcopy.exp: Likewise.
218
b2bcb4bd
CS
2192014-04-24 Christian Svensson <blue@cmd.nu>
220
221 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
222
7d64c587
AB
2232014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
224
225 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
226 command line option.
227
73589c9d
CS
2282014-04-22 Christian Svensson <blue@cmd.nu>
229
230 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
231
c9ffd2ea
TG
2322014-04-18 Tristan Gingold <gingold@adacore.com>
233
234 * od-macho.c (dump_section_map): Adjust as load commands
235 are now chained.
236 (dump_load_command, dump_section_content): Likewise.
237
e89d3dee
TG
2382014-04-16 Tristan Gingold <gingold@adacore.com>
239
240 * od-macho.c (OPT_DYLD_INFO): New macro.
241 (options): Add entry for dyld_info.
242 (mach_o_help): Likewise.
243 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
244 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
245 (bfd_mach_o_dyld_rebase_type_name): New array.
246 (export_info_data): New struct.
247 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
248 exports data.
249 (dump_load_command): Adjust dump_dyld_info call.
250 (mach_o_dump): Handle dyld_info.
251
47f8a107
TG
2522014-04-16 Tristan Gingold <gingold@adacore.com>
253
254 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
255 (dump_segment): Reformat output.
256 (dump_dyld_info): Also display end offsets.
257 (dump_load_command): Add IDX argument, display commands size
258 and offset, reformat display.
259 (dump_load_commands): Adjust for added argument.
260
5063a421
AM
2612014-04-07 Alan Modra <amodra@gmail.com>
262
263 PR binutils/16811
264 * objcopy.c (copy_object): Error if no sections.
265
92b1b678
MT
2662014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
267
268 PR binutils/14698
269 ar.c: Set plugin_target early if plugins are supported.
270 nm.c: Likewise.
271
965b60c9
TG
2722014-04-03 Tristan Gingold <gingold@adacore.com>
273
274 * od-macho.c (printf_uint64): New function.
275 (dump_load_command, dump_obj_compact_unwind): Use it.
276 (dump_exe_compact_unwind): Display personality functions.
277
7a79c514
TG
2782014-04-02 Tristan Gingold <gingold@adacore.com>
279
280 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
281 (options): Add entry for twolevel_hints.
282 (dump_data_in_code): Fix error message.
283 (dump_twolevel_hints): New function.
284 (dump_load_command): Handle prebound dylib, prebind cksum
285 and twolevel hints.
286 (mach_o_dump): Handle twolevel hints.
287
c275b681
TG
2882014-04-01 Tristan Gingold <gingold@adacore.com>
289
290 * od-macho.c (OPT_DATA_IN_CODE): New macro.
291 (options): Add entry for data in code.
292 (mach_o_help): Ditto.
293 (data_in_code_kind_name): New array.
294 (dump_data_in_code): New function.
295 (dump_load_command): Handle data in code.
296 (mach_o_dump): Ditto.
297 (dump_header): Display a terminal newline.
298
10be66a4
TG
2992014-03-27 Tristan Gingold <gingold@adacore.com>
300
301 * od-macho.c (dump_load_command): Display value for
302 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
303 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
304
3cc27770
TG
3052014-03-27 Tristan Gingold <gingold@adacore.com>
306
307 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
308 (options): Add entry for function_starts.
309 (mach_o_help): Ditto.
310 (disp_segment_prot): New function.
311 (dump_section_map): Call disp_segment_prot.
312 (dump_function_starts): New function.
313 (dump_obj_compact_unwind): Fix ouput indentation.
314 (dump_exe_compact_unwind): Fix ouput indentation.
315 (mach_o_dump): Handle function_starts.
316
d8028530
TG
3172014-03-26 Tristan Gingold <gingold@adacore.com>
318
319 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
320
595330b7
TG
3212014-03-24 Tristan Gingold <gingold@adacore.com>
322
323 * objdump.c (load_specific_debug_section): Set address of section.
324
aa9fa1e2
TG
3252014-03-24 Tristan Gingold <gingold@adacore.com>
326
327 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
328 (dump_exe_compact_unwind): Change the condition. Improve
329 indentation.
330
bcf83b2a
NC
3312014-03-20 Nick Clifton <nickc@redhat.com>
332
333 * readelf.c (process_version_sections): Fix off-by-one error in
334 previous delta.
335
c24cf8b6
NC
3362014-03-19 Nick Clifton <nickc@redhat.com>
337
338 PR binutils/16723
339 * readelf.c (process_version_sections): Prevent an infinite loop
340 when the vn_next field is zero but there are still entries to be
341 processed.
342
167e1c1f
TG
3432014-03-17 Tristan Gingold <gingold@adacore.com>
344
345 * od-macho.c (dump_section_header): Renames of dump_section.
346 (dump_segment): Adjust after renaming.
347 (OPT_COMPACT_UNWIND): Define.
348 (options): Add compact unwind.
349 (mach_o_help): Document compact_unwind.
350 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
351 (dump_unwind_encoding_x86, dump_unwind_encoding)
352 (dump_obj_compact_unwind, dump_exe_compact_unwind)
353 (dump_section_content): New functions.
354 (mach_o_dump): Handle compact unwind.
355
fbe383b9
TG
3562014-03-17 Tristan Gingold <gingold@adacore.com>
357
358 * od-macho.c (dump_load_command): Handle lazy load dylib.
359
182a105a
AG
3602014-03-14 Anthony Green <green@moxielogic.com>
361
362 * objcopy.c (copy_object): Check fwrite return code.
363
5a026fc9
NC
3642014-03-14 Meador Inge <meadori@codesourcery.com>
365
9495b2e6
AM
366 * dwarf.c (strnlen): Move prototype ...
367 * sysdep.h (strnlen): ... to here.
5a026fc9 368
8a1373cc
NC
3692014-03-12 Nick Clifton <nickc@redhat.com>
370
371 PR binutils/16652
372 * doc/binutils.texi (ar cmdline): Move --plugin command line
373 option to after the command option.
374
c63043aa
DG
3752014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
376
377 PR binutils/16567
378 * deflex.l: Add noinput and nounput options.
379
fa47fa92
AM
3802014-03-12 Alan Modra <amodra@gmail.com>
381
382 * Makefile.in: Regenerate.
383 * doc/Makefile.in: Regenerate.
384
e9847026
NC
3852014-03-06 Nick Clifton <nickc@redhat.com>
386
387 PR binutils/16664
388 * readelf.c (process_attributes): Add checks for corrupt
389 attribute section names.
390
4b95cf5c
AM
3912014-03-05 Alan Modra <amodra@gmail.com>
392
393 Update copyright years.
394
2c80b753
AM
3952014-03-03 Alan Modra <amodra@gmail.com>
396
397 * README: Add "Copyright Notices" paragraph.
398
503a6091
CC
3992014-02-11 Cary Coutant <ccoutant@google.com>
400
401 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
402 for zero-length attribute value.
403
c1c69e83
AM
4042014-02-10 Alan Modra <amodra@gmail.com>
405
406 * po/binutils.pot: Regenerate.
407
d32e5c54
AP
4082014-02-06 Andrew Pinski <apinski@cavium.com>
409
410 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
411
926c5385
CC
4122014-02-06 Cary Coutant <ccoutant@google.com>
413
414 PR binutils/16444
415 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
416
221fd5d5
L
4172014-01-08 H.J. Lu <hongjiu.lu@intel.com>
418
419 * version.c (print_version): Update copyright year to 2014.
420
1651e569
TT
4212014-01-07 Tom Tromey <tromey@redhat.com>
422
423 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
424 stdarg macros.
425 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
426 macros.
427 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
428 stdarg macros.
429
b51f1626
TT
4302014-01-07 Tom Tromey <tromey@redhat.com>
431
432 * coffgrok.h (coff_ofile): Don't use PARAMS.
433 * nlmheader.y (strerror): Don't use PARAMS.
434
5fb776a6 435For older changes see ChangeLog-2013
252b5132 436\f
5fb776a6 437Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
438
439Copying and distribution of this file, with or without modification,
440are permitted in any medium without royalty provided the copyright
441notice and this notice are preserved.
442
252b5132
RH
443Local Variables:
444mode: change-log
445left-margin: 8
446fill-column: 74
447version-control: never
448End:
This page took 0.60829 seconds and 4 git commands to generate.