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