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