Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
35c08157
KLC
12013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
2 Wei-Cheng Wang <cole945@gmail.com>
3
4 * readelf.c: Include elf/nds32.h
5 (guess_is_rela): Add case for EM_NDS32.
6 (dump_relocations): Add case for EM_NDS32.
7 (decode_NDS32_machine_flags): New.
8 (get_machine_flags): Add case for EM_NDS32.
9 (is_32bit_abs_reloc): Likewise.
10 (is_16bit_abs_reloc): Likewise.
11 (process_nds32_specific): New.
12 (process_arch_specific): Add case for EM_NDS32.
13 * NEWS: Announce Andes nds32 support.
14 * MAINTAINERS: Add nds32 maintainers.
15
f2c7d7ee
RM
162013-12-10 Roland McGrath <mcgrathr@google.com>
17
18 * Makefile.am (install-exec-local): Prefix libtool invocation with
19 $(INSTALL_PROGRAM_ENV).
20 * Makefile.in: Regenerate.
21
0cb112f7
CF
222013-11-22 Cory Fields <cory@coryfields.com>
23
24 * windres.c (define_resource): Use zero for timestamp, making
25 output deterministic. time.h include is no longer needed.
26 * resres.c (res_append_resource): Likewise.
27
e2729ebe
NC
282013-11-13 Martin Mitas <mity@morous.org>
29
30 * rescoff.c (write_coff_file): Use 64-bit alignment for resource
31 data.
32 (coff_res_to_bin): Likewise.
33
459d52c8
DE
342013-11-07 Doug Evans <dje@google.com>
35
36 Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.
37 * dwarf.c (get_gdb_index_symbol_kind_name): New function.
38 (display_debug_pubnames_worker): Renamed from display_debug_pubnames.
39 Add support for .debug_gnu_pubnames, .debug_gnu_pubtypes.
40 (display_debug_pubnames, display_debug_pubnames_gnu): New functions.
41 (display_gdb_index): Redo printing of symbol kind.
42 (debug_displays): Add .debug_gnu_pubnames, .debug_gnu_pubtypes.
43 * dwarf.h (dwarf_section_display_enum): Add gnu_pubnames, gnu_pubtypes.
44 * readelf.c (process_section_headers): Add gnu_pubnames, gnu_pubtypes.
45
64b384e1
RM
462013-11-07 Roland McGrath <mcgrathr@google.com>
47
48 * objdump.c (dump_dwarf): Grok bfd_mach_x86_64_nacl and
49 bfd_mach_x64_32_nacl as equivalent to bfd_mach_x86_64.
50
e8910a83
AM
512013-10-30 Alan Modra <amodra@gmail.com>
52
53 * readelf.c (get_ppc_dynamic_type): Replace PPC_TLSOPT with PPC_OPT.
54 (get_ppc64_dynamic_type): Replace PPC64_TLSOPT with PPC64_OPT.
55
6911b7dc
AM
562013-10-30 Ulrich Weigand <uweigand@de.ibm.com>
57
58 * readelf.c (get_ppc64_symbol_other): New function.
59 (get_symbol_other): Use it for EM_PPC64.
60
ee67d69a
AM
612013-10-30 Alan Modra <amodra@gmail.com>
62
63 * readelf.c (get_machine_flags): Display ABI version for EM_PPC64.
64
bf26dcc6
NC
652013-10-24 Nick Clifton <nickc@redhat.com>
66
67 * nm.c (display_rel_file): Treat bfd_error_no_symbols as
68 non-fatal.
69
a9f58168
CF
702013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
71
72 * readelf.c (display_mips_gnu_attribute): Support Tag_GNU_MIPS_ABI_MSA.
73 * doc/binutils.texi: Document -Mmsa disassembler option.
74
37e14bc3
JBG
752013-10-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
76
77 * readelf.c (decode_arm_unwind): Don't initialize `addr'.
78
b2e951ec
NC
792013-10-14 Nick Clifton <nickc@redhat.com>
80
81 * readelf.c (decode_arm_unwind): Initialise addr structure.
82 (process_symbol_table): Free lengths.
83 * srcconv.c (wr_sc): Free info.
84
0b4362b0
RM
852013-10-11 Roland McGrath <mcgrathr@google.com>
86
a2b903b7
RM
87 * winduni.c (languages): Use \345 (octal syntax) rather than
88 literal non-ASCII/non-UTF8 character in string literal.
89
0b4362b0
RM
90 * readelf.c (print_dynamic_symbol): Use array subscript syntax
91 rather than addition syntax with string literal.
92
a69c4772
NC
932013-10-09 Nick Clifton <nickc@redhat.com>
94
35431c4c
NC
95 PR binutils/16023
96 * debug.c (debug_type_samep): Add missing break statement.
97
aebcf7b7
NC
98 PR binutils/16024
99 * objdump.c (usage): Mark as a no-return function.
100 (main): Add comment explaining why a break statement is not
101 needed.
102
a69c4772
NC
103 * dwarf.c (add64): New function.
104 (read_and_display_attr_value): Add CU offset in to the value
105 displayed for a DW_AT_ref8 attribute.
106
5cd84a72
NC
1072013-10-01 Cory Fields <cory@coryfields.com>
108
109 * arsup.c (ar_save): Respect the deterministic setting when
110 reading from an mri script.
111 * ar.c (main): Set the default deterministic mode when reading
112 from an mri script.
113
e39462cb
JBG
1142013-10-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
115
116 * dwarf.c (SAFE_BYTE_GET): Fix argument check.
117
9c41109d
L
1182013-09-27 H.J. Lu <hongjiu.lu@intel.com>
119
120 * dwarf.c (display_debug_frames): Pass offset_size to
121 print_dwarf_vma for cie_id.
122
cc9afea3
AM
1232013-09-20 Alan Modra <amodra@gmail.com>
124
125 * configure: Regenerate.
126
58ca03a2
TG
1272013-09-18 Tristan Gingold <gingold@adacore.com>
128
129 * NEWS: Add marker for 2.24.
130
bec18c8f
TG
1312013-09-18 Tristan Gingold <gingold@adacore.com>
132
133 * Makefile.am (LEXLIB): Define. Replase references to @LEXLIB@
134 by $(LEXLIB).
135 * Makefile.in: Regenerate.
136
fef1b0b3
SE
1372013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
138
139 * readelf.c (get_machine_flags): Handle EF_MIPS_FP64.
140
bf5117e3
NC
1412013-09-12 Nick Clifton <nickc@redhat.com>
142
143 * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a
144 precision parameter.
145 (dwarf_vmatoa): New wrapper for dwarf_vmatoa_1.
146 (print_dwarf_vma): Use dwarf_vmatoa_1.
147 (SAFE_BYTE_GET): Add check that VAL is big enough to contain
148 AMOUNT bytes.
149 (process_debug_info): Use an unsigned int for the offset size.
150 (process_debug_pubnames): Likewise.
151 (display_debug_aranges): Likewise.
152 (struct Frame_Chunk): Use dwarf_vma type for pc_begin and pc_range
153 fields.
154 (frame_display_row): Use print_dwarf_vma to display dwarf_vma
155 values.
156 (display_debug_frames): Likewise.
157
846a11e4
NC
1582013-09-10 Nick Clifton <nickc@redhat.com>
159
160 * dwarf.c (display_debug_frames): Check for DW64_CIE_ID when
161 parsing 64-bit frames.
162
0e135a02
NC
1632013-08-27 Nick Clifton <nickc@redhat.com>
164
165 PR binutils/15796
166 * ar.c (map_over_members): Correctly handle multiple same-name
167 entries on the command line and in the archive.
168
5e080929
L
1692013-08-23 H.J. Lu <hongjiu.lu@intel.com>
170
171 * doc/binutils.texi: Remove the extra space.
172
e956b7d3
NC
1732013-08-23 Mikael Pettersson <mikpe@it.uu.se>
174
175 PR binutils/15779
176 * doc/binutils.texi (ranlib -D): Correct description.
a575c958
NC
177 PR binutils/15777
178 (nm --special-syms): Fix typo.
e956b7d3 179
ce0570c7
NC
1802013-08-23 Nick Clifton <nickc@redhat.com>
181
182 PR binutils/15798
183 * doc/binutils.texi (ar cmdline): Update description of 'q'
184 command.
185
021f8a30
NC
186 PR binutils/14136
187 (nm): Add description of 'I' symbol type.
188
9aff4b7a
NC
1892013-08-23 Yuri Chornoivan <yurchor@ukr.net>
190
191 PR binutils/15834
192 * od-xcoff.c: Fix typos.
193
8b64b65e
TG
1942013-08-19 Tristan Gingold <gingold@adacore.com>
195
196 * nm.c (print_size_symbols): Directly get symbol size.
197
643902a4
AS
1982013-08-12 Andreas Schwab <schwab@suse.de>
199
200 PR binutils/15818
201 * objdump.c (disassemble_section): Return early if nothing from
202 this section needs to be disassembled.
203
4046d87a
NC
2042013-08-09 Nick Clifton <nickc@redhat.com>
205
206 * readelf.c (get_machine_flags): Handle RL78 G10 flag.
207
43234a1e
L
2082013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
209 Alexander Ivchenko <alexander.ivchenko@intel.com>
210 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
211 Sergey Lega <sergey.s.lega@intel.com>
212 Anna Tikhonova <anna.tikhonova@intel.com>
213 Ilya Tocar <ilya.tocar@intel.com>
214 Andrey Turetskiy <andrey.turetskiy@intel.com>
215 Ilya Verbin <ilya.verbin@intel.com>
216 Kirill Yukhin <kirill.yukhin@intel.com>
217 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
218
219 * dwarf.c (dwarf_regnames_i386): Add k0-k7 registers and
220 numeration in comments.
221 (dwarf_regnames_x86_64): Add xmm16-31 and k0-k7 registers to
222 dwarf table.
223
1ae40aa4
NC
2242013-07-19 Nick Clifton <nickc@redhat.com>
225
226 PR binutils/15745
227 * readelf.c (get_unwind_section_word): Whilst searching for a
228 reloc section associated with an unwind section, check the type as
229 well as the section number.
230
faf786e6
NC
2312013-07-18 Jim Thomas <thomas@cfht.hawaii.edu>
232
233 * ar.c (usage): Fix C conformance issue.
234
9f758fdc
NC
2352013-07-18 Nick Clifton <nickc@redhat.com>
236
39b07303
NC
237 * doc/binutils.texi (nm, objdump): Remove bogus links to STABS
238 documentation.
239
9f758fdc
NC
240 * readelf.c (process_unwind): Do not return the result of a void
241 function.
242
d929bc19
MR
2432013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
244
245 * readelf.c (display_mips_gnu_attribute): Replace hardcoded magic
246 numbers with enum values.
247
ba92f887
MR
2482013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
249
250 * readelf.c (get_machine_flags): Handle EF_MIPS_NAN2008.
251
868d1840
TG
2522013-07-10 Tristan Gingold <gingold@adacore.com>
253
254 * od-xcoff.c (OPT_LDINFO): Define.
255 (options): Add ldinfo.
256 (xcoff_help): Mention ldinfo.
257 (xcoff_dump): Rename to ...
258 (xcoff_dump_obj): ... this. Add a break.
259 (dump_dumpx_core): New function.
260 (xcoff_dump_core): Likewise.
261 (xcoff_dump): Likewise.
262 * doc/binutils.texi (objdump): Mention ldinfo.
263
c1094734
TG
2642013-07-09 Tristan Gingold <gingold@adacore.com>
265
266 * configure.com: Add new defines to match changes in configure.
267
fe59e83d
CC
2682013-05-28 Cary Coutant <ccoutant@google.com>
269
270 * dwarf.c (display_debug_lines_raw): Print section offsets.
271
87bc83b3
CC
2722013-05-15 Cary Coutant <ccoutant@google.com>
273
274 * dwarf.c (SAFE_BYTE_GET64): Correct end-of-buffer check;
275 don't increment PTR.
276 (decode_location_expression): DW_OP_const2u should read 2 bytes.
277 (display_debug_lines_decoded): Adjust formatting.
278 * elfcomm.c (byte_get_little_endian): Add cases for 5-, 6-, and
279 7-byte reads.
280 (byte_get_big_endian): Likewise.
281 (byte_get_signed): Likewise.
282
b015e599
AP
2832013-05-09 Andrew Pinski <apinski@cavium.com>
284
285 * doc/binutils.texi: Document -Mvirt disassembler option.
286
6945071a
NC
2872013-05-02 Nick Clifton <nickc@redhat.com>
288
289 * readelf.c: Add support for MSP430X architecture.
290
4925cdd7
NC
2912013-05-02 Nick Clifton <nickc@redhat.com>
292
293 * dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwo
294 sections as if they were fragmentary .debug_line sections.
295 (display_debug_lines_decoded): Likewise.
296
b40bf0a2
NC
2972013-04-29 Nick Clifton <nickc@redhat.com>
298
299 * dwarf.c (read_debug_line_header): New function. Reads in a
300 header in a .debug_line section.
301 (display_debug_lines_raw): Use new function. Handle fragmentary
302 .debug_line sections.
303 (display_debug_lines_decoded): Likewise.
304 * readelf.c (process_section_headers): Handle fragmenatry
305 .debug_line sections.
306 (display_debug_section): Likewise.
307
ee441d9a
ILT
3082013-04-26 Ian Lance Taylor <iant@google.com>
309
310 * MAINTAINERS: Add myself and Cary as gold maintainers.
311
4337774f
TT
3122013-04-08 Tom Tromey <tromey@redhat.com>
313
314 * dwarf.c (process_debug_info): Check dwarf_cutoff_level.
315
2e97048a
TT
3162013-04-08 Tom Tromey <tromey@redhat.com>
317
318 * dwarf-mode.el: Bump version number.
319 (dwarf-mode): Remove autoload.
320 (dwarf-die-reference): Relax regexp.
321
952781e8
AM
3222013-04-05 Alan Modra <amodra@gmail.com>
323
324 PR binutils/15324
325 * configure.in: Add strnlen to AC_CHECK_DECLS, sort.
326 * dwarf.c (strnlen): Provide fallback decl.
327 * config.in: Regnerate.
328 * configure: Regenerate.
329
f048b142
L
3302013-03-29 H.J. Lu <hongjiu.lu@intel.com>
331
332 * dwarf.c (process_debug_info): Increment hdrptr by 8 after
333 SAFE_BYTE_GET64.
334
7e93ea4b
NC
3352013-03-27 Phil Krylov <phil.krylov@gmail.com>
336
337 PR binutils/13409
338 * winduni.c (codepages[]): Use UTF-16LE.
339 (wind_MultiByteToWideChar): Likewise.
340 (wind_WideCharToMultiByte): Likewise.
341
2bdc3eca
AM
3422013-03-27 Alan Modra <amodra@gmail.com>
343
344 PR binutils/15206
345 * dwarf.c (read_and_display_attr_value): Cast format '*' arg to int.
346
0c588247
NC
3472013-03-26 Nick Clifton <nickc@redhat.com>
348
f4155c00 349 PR binutils/15206
0c588247
NC
350 * dwarf.c (SAFE_BYTE_GET): New macro - checks remaining buffer
351 space before calling byte_get.
352 (SAFE_BYTE_GET_AND_INC): New macro.
353 (SAFE_SIGNED_BYTE_GET): New macro.
354 (SAFE_SIGNED_BYTE_GET_AND_INC): New macro.
355 (SAFE_BYTE_GET64): New macro.
356 (process_extened_line_op): Use new macros. Use strnlen when
357 appropriate.
358 (fetch_indirect_string): Likewise.
359 (get_FORM_name): Likewise.
360 (decode_location_expression): Likewise.
361 (read_and_display_attr_value): Likewise.
362 (process_debug_info): Likewise.
363 (display_debug_lines_raw): Likewise.
364 (display_debug_lines_decoded): Likewise.
365 (display_debug_pubnames): Likewise.
366 (display_debug_macinfo): Likewise.
367 (get_line_filename_and_dirname): Likewise.
368 (display_debug_macro): Likewise.
369 (display_loc_list): Likewise.
370 (display_loc_list_dwo): Likewise.
371 (display_debug_aranges): Likewise.
372 (display_debug_ranges): Likewise.
373 (frame_display_row): Likewise.
374 (display_debug_frames): Likewise.
375
f6f0e17b
NC
3762013-03-25 Nick Clifton <nickc@redhat.com>
377
378 PR binutils/15202
379 * dwarf.c (read_leb128): Add END parameter. Do not read at or
380 beyond end.
381 (read_sleb128): Add END parameter.
382 (read_uleb128): New function.
383 (process_extended_line_op): Pass END to leb128 functions.
384 (process_abbrev_section): Likewise.
385 (decode_location_expression): Likewise.
386 (read_and_display_attr_value): Likewise.
387 (read_and_display_attr): Likewise.
388 (process_debug_info): Likewise.
389 (display_debug_lines_raw): Likewise.
390 (display_debug_lines_decoded): Likewise.
391 (display_debug_macinfo): Likewise.
392 (get_line_filename_and_dirname): Likewise.
393 (display_debug_macro): Likewise.
394 (display_loc_list_dwo): Likewise.
395 (display_debug_ranges): Likewise.
396 * dwarf.h (read_leb128): Update prototype.
397 * readelf.c (read_uleb128): Add END parameter.
398 (decode_arm_unwind_bytecode): Pass END to read_uleb128.
399 (decode_tic6x_unwind_bytecode): Likewise.
400 (display_tag_value): New function.
401 (display_arm_attribute): Add END parameter. Pass END to
402 read_uleb128. Use display_tag_value.
403 (display_gnu_attribute): Likewise.
404 (display_power_gnu_attribute): Likewise.
405 (display_sparc_gnu_attribute): Likewise.
406 (display_mips_gnu_attribute): Likewise.
407 (display_tic6x_attribute): Likewise.
408 (process_attributes): Likewise.
409 (display_raw_attribute): New function.
410
c8da6823
NC
4112013-03-22 Nick Clifton <nickc@redhat.com>
412
c842b54b
NC
413 PR binutils/15201
414 * dwarf.c (display_debug_ranges): Add checks for reading beyond
415 the end of the section.
416
c8da6823
NC
417 PR binutils/15157
418 * readelf.c (apply_relocations): Catch relocations with negative
419 offsets.
420
0d0fb1ba
NC
4212013-03-15 Nick Clifton <nickc@redhat.com>
422
423 * addr2line.c (slurp_symtab): If canonicalization reveals that
424 there were no ordinary symbols, try loading the dynamic symbols
425 instead.
426
d5c7e0e9
NC
4272013-03-14 Markos Chandras <markos.chandras@imgtec.com>
428
429 * MAINTAINERS: Add myself as Meta maintainer.
430
abb3f6cc
NC
4312013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
432
433 * readelf.c (get_note_type): Add NT_S390_TDB.
434
c54e2ec1
AM
4352013-03-07 Alan Modra <amodra@gmail.com>
436
437 * strings.c (get_char): Dispense with buf[]. Instead shift
438 chars into big-endian value and byte-swap later if
439 little-endian. Don't EOF check value read from object.
440
ee36d918
CV
4412013-03-05 Corinna Vinschen <vinschen@redhat.com>
442
443 * configure.in: Build DLL tools on x86_64-*-cygwin* as well.
444 * configure: Regenerate.
445
fafd911d
NC
4462013-03-04 Nick Clifton <nickc@redhat.com>
447
448 * elfcomm.c (error): Flush stdout before emitting the error
449 message.
450 (warn): Likewise.
451
341f9135
CC
4522013-03-01 Cary Coutant <ccoutant@google.com>
453
454 * dwarf.c (cu_tu_indexes_read, shndx_pool, shndx_pool_size)
455 (shndx_pool_used): Move to top of file.
456 (struct cu_tu_set): New type.
457 (cu_count, tu_count, cu_sets, tu_sets): New file scope variables.
458 (fetch_indexed_string): Add "this_set" parameter. Update all callers.
459 (find_cu_tu_set_v2): New function.
460 (read_and_display_attr_value): Add "this_set" parameter.
461 (read_and_display_attr): Likewise.
462 (process_debug_info): Track base offsets for DWARF package files.
463 (load_debug_info): Call load_cu_tu_indexes.
464 (get_DW_SECT_short_name): New function.
465 (process_cu_tu_index): Add support for version 2 DWARF package files.
466
15b42fb0
AM
4672013-02-27 Alan Modra <amodra@gmail.com>
468
469 PR binutils/15191
470 * readelf.c (offsetof): Define.
471 (CHECK_ENTSIZE_VALUES): Remove extraneous indefinite article.
472 (process_corefile_note_segment): Allow notes without name or
473 desc. Combine out-of-range checks. Disallow "negative"
474 notesz or descsz.
475
9dd3a467
NC
4762013-02-26 Nick Clifton <nickc@redhat.com>
477
478 PR binutils/15191
479 * readelf.c (process_corefile_note_segment): Prevent attempts to
480 read beyond the end of the note buffer.
481
76d8cf45
KT
4822013-02-15 Kai Tietz <ktietz@redhat.com>
483
484 * objcopy.c (copy_main): Initialize context variable.
485
a043396b
NC
4862013-02-15 Nick Clifton <nickc@redhat.com>
487
488 PR binutils/15140
489 * ar.c (open_inarch): Fail on attempts to convert a normal archive
490 to a thin archive or vice versa.
491 * elfcomm.c (make_qualified_name): Handle corrupted thin
492 archives.
493 * readelf.c (process_archive): Likewise.
494 * doc/binutils.texi: Clarify documentation describing thin
495 archives.
496
2e62b721
NC
4972013-02-15 Nick Clifton <nickc@redhat.com>
498
499 PR binutils/15033
500 * objcopy.c (enum change_action): Delete.
501 (struct section_list): Delete remove, copy, change_vma, change_lma
502 and set_flags fields. Add context field.
503 (find_section_list): Add a context parameter. Add support for
504 wildcard characters in section names.
505 (is_strip_section): Check for sections being both copied and
506 removed.
507 (copy_object): Pass context to find_section_list.
508 (setup_section): Likewise.
509 (copy_section): Likewise.
510 (copy_main): Likewise.
511 * doc/binutils: Document the new behaviour.
512 * NEWS: Mention the new feature
513
d99b05a3
NC
5142013-02-14 Nick Clifton <nickc@redhat.com>
515
516 PR binutils/15125
517 * objcopy.c (copy_object): Provide a helpful warning message when
518 adding a gnu_debuglink section to an object which already contains
519 one.
520
83ee86b1
NC
5212013-02-07 Nick Clifton <nickc@redhat.com>
522
523 * elfcomm.c (get_archive_member_name): Prevent seg-fault if a
524 corrupt archive uses long names but has no long name table.
525
36591ba1
SL
5262013-02-06 Sandra Loosemore <sandra@codesourcery.com>
527 Andrew Jenner <andrew@codesourcery.com>
528
529 Based on patches from Altera Corporation.
530
531 * readelf.c: Include elf/nios2.h.
532 (dump_relocations): Add case for EM_ALTERA_NIOS2.
533 (get_nios2_dynamic_type): New.
534 (get_dynamic_type): Add case for EM_ALTERA_NIOS2.
535 (is_32bit_abs_reloc): Fix EM_ALTERA_NIOS2 case.
536 (is_16bit_abs_reloc): Likewise.
537 (is_none_reloc): Add EM_ALTERA_NIOS2 and EM_NIOS32 cases.
538 * NEWS: Note Altera Nios II support.
539 * MAINTAINERS: Add Nios II maintainers.
540
7e26601c
NC
5412013-01-29 Xi Wang <xi.wang@gmail.com>
542
543 * readelf.c (process_version_sections): Fix overflow checks to
544 avoid undefined behaviour.
545
aa170720
DE
5462013-01-28 Doug Evans <dje@google.com>
547
548 * dwarf.c (display_gdb_index): Handle .gdb_index version 8.
549
5dddde8e
AM
5502013-01-28 Robert Schiele <rschiele@gmail.com>
551
552 * objcopy.c (parse_flags): Add merge and strings section flags.
553
fab128ef
CC
5542013-01-25 Cary Coutant <ccoutant@google.com>
555
15b42fb0
AM
556 * dwarf.c (display_loc_list): Update offset for each line
557 printed.
558 (print_addr_index): New function.
559 (display_loc_list_dwo): Update offset for each line printed.
560 Fix problems displaying loclists in .dwo files. Add support
561 for type 4 entries.
562 (display_debug_loc): Remove custom header for .dwo files.
563 (display_debug_addr): Adjust formatting.
fab128ef 564
9b8bf321
NC
5652013-01-25 Marco Atzeri <marco.atzeri@gmail.com>
566
567 * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
568
90f9a987
DE
5692013-01-24 Doug Evans <dje@google.com>
570
571 * dwarf.c (display_debug_addr): Add missing parentheses to expression.
572
78c8d46c
NC
5732013-01-24 Nick Clifton <nickc@redhat.com>
574
575 * readelf.c (get_machine_flags): Decode E_V850E3V5_ARCH.
576
a367d729
AK
5772013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
578
579 * readelf.c: Add strings for NT_S390_LAST_BREAK and
580 NT_S390_SYSTEM_CALL.
581
a477bfd1
NC
5822013-01-18 Nick Clifton <nickc@redhat.com>
583
584 PR binutils/15026
585 * addr2line.c (translate_addresses): When pretty printing, print
586 unknown function names on the same line as unknown symbol names.
587
c32d6f7b
AM
5882013-01-17 Nickolai Zeldovich <nickolai@csail.mit.edu>
589
590 * objdump.c (dump_target_specific): Fix NULL pointer test.
591
cb566e3a
AM
5922013-01-16 Alan Modra <amodra@gmail.com>
593
594 PR binutils/15018
595 * stabs.c (parse_stab_members): Always set physname here to avoid
596 gcc warning..
597 (parse_stab_argtypes): ..and don't duplicate the init here.
598
a3c62988
NC
5992013-01-10 Will Newton <will.newton@imgtec.com>
600
601 * binutils/readelf.c: (guess_is_rela): Add EM_METAG.
602 (dump_relocations): Add EM_METAG.
603 (get_machine_name): Correct case for Meta.
604 (is_32bit_abs_reloc): Add support for Meta ADDR32 reloc.
605 (is_none_reloc): Add support for Meta NONE reloc.
606
652451f8
YZ
6072013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
608
609 * readelf.c (get_note_type): Handle NT_ARM_TLS, NT_ARM_HW_BREAK
610 and NT_ARM_HW_WATCH.
611
955d0b3b
RM
6122013-01-07 Roland McGrath <mcgrathr@google.com>
613
614 * objcopy.c (deterministic): Make int rather than bfd_boolean,
615 initialize to -1.
616 (strip_options, copy_options): Add -U/--disable-deterministic-archives.
617 (default_deterministic): New function.
618 (strip_main, copy_main): Handle -U. Call default_deterministic.
619 (copy_usage, strip_usage): Describe -U. Cite whether -D or -U is
620 the default based on DEFAULT_AR_DETERMINISTIC.
621 * doc/binutils.texi (objcopy, strip): Describe -U and effect of
622 configure options on -D.
623
624 * ar.c (default_deterministic): Comment fix.
625
7ca01ed9
NC
6262013-01-07 Patrice Dumas <pertusus@free.fr>
627
628 * doc/binutils.texi: Fix ordering of top level nodes.
629 Replace erroneous uses of @itemx with @item.
630
574b25e8
AS
6312013-01-04 Andreas Schwab <schwab@linux-m68k.org>
632
633 * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
634
5b2ab150
MS
6352013-01-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
636
637 * MAINTAINERS: Add myself as AArch64 co-maintainer.
638
62658407
L
6392013-01-02 H.J. Lu <hongjiu.lu@intel.com>
640
641 * version.c (print_version): Update copyright year to 2013.
642
4e5f3f9d 643For older changes see ChangeLog-2012
252b5132 644\f
4e5f3f9d 645Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
646
647Copying and distribution of this file, with or without modification,
648are permitted in any medium without royalty provided the copyright
649notice and this notice are preserved.
650
252b5132
RH
651Local Variables:
652mode: change-log
653left-margin: 8
654fill-column: 74
655version-control: never
656End:
This page took 0.648191 seconds and 4 git commands to generate.