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