9a737e538bdf99692e3ca2326fa255808fa1e47f
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2012-10-23 Cary Coutant <ccoutant@google.com>
2
3 * dwarf.c (do_debug_addr, do_debug_cu_index): New global flags.
4 (load_debug_info): Fix typo.
5 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
6 New global variables.
7 (prealloc_cu_tu_list, add_shndx_to_cu_tu_entry, end_cu_tu_entry)
8 (process_cu_tu_index, load_cu_tu_indexes, find_cu_tu_set)
9 (display_cu_index): New functions.
10 (dwarf_select_sections_by_names): Add "debug_addr", "cu_index".
11 Sort entries alphabetically.
12 (dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index.
13 (debug_displays): Add .debug_cu_index, .debug_tu_index.
14 Clean up formatting.
15 * dwarf.h (dwarf_section_display_enum): Add dwp_cu_index,
16 dwp_tu_index.
17 (do_debug_addr, do_debug_cu_index): New global flags.
18 (find_cu_tu_set): New function declaration.
19 * objdump.c (usage): Add --dwarf=addr, --dwarf=cu_index.
20 * readelf.c (find_section_in_set): New function.
21 (usage): Add --debug-dump=addr, --debug_dump=cu_index.
22 (process_section_headers): Check do_debug_addr and do_debug_cu_index.
23 (section_subset): New global variable.
24 (load_debug_section): Restrict search to section subset.
25 (display_debug_section): Add section index as paramter. Select subset
26 of sections when dumping a .dwp file. Update caller.
27
28 2012-10-23 Tom Tromey <tromey@redhat.com>
29
30 * readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
31 (print_core_note): New function.
32 (process_note): Call it.
33
34 2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
35
36 * objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
37 bfd_mach_x64_32_intel_syntax.
38
39 2012-10-21 Alan Modra <amodra@gmail.com>
40
41 * objdump.c (load_specific_debug_section): Use
42 bfd_cache_section_contents.
43
44 2012-10-18 Kai Tietz <ktietz@redhat.com>
45
46 * objdump.c (dump_bfd): Call dump headers after
47 call of slurp_symtab.
48
49 * objcopy.c (is_strip_section_1): Don't strip
50 .reloc section by default.
51
52 2012-10-11 Doug Evans <dje@google.com>
53
54 * dwarf.c (display_gdb_index): Include static/global information
55 of each symbol.
56
57 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
58
59 * configure: Regenerate.
60
61 2012-09-10 Matthias Klose <doko@ubuntu.com>
62
63 * config.in: Disable sanity check for kfreebsd.
64
65 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
66
67 * configure: Regenerated.
68
69 2012-09-06 Cary Coutant <ccoutant@google.com>
70
71 * dwarf.c (decode_location_expression): Add
72 DW_OP_GNU_const_index.
73
74 2012-09-06 Nick Clifton <nickc@redhat.com>
75
76 * doc/binutils.texi (nm): Alpha-sort the option descriptions.
77 Add description of the --synthetic option.
78
79 2012-09-04 H.J. Lu <hongjiu.lu@intel.com>
80
81 PR binutils/14493
82 * readelf.c (get_symbol_index_type): Check bad section index.
83
84 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
85
86 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
87 (arm_attr_tag_FP_arch): Likewise.
88 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
89
90 2012-08-17 Yuri Chornoivan <yurchor@ukr.net>
91
92 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
93
94 2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
95
96 PR binutils/14481
97 * Makefile.am (BFDTEST1_PROG): New.
98 (TEST_PROGS): Likewise.
99 (bfdtest1_DEPENDENCIES): Likewise.
100 (noinst_PROGRAMS): Add $(TEST_PROGS).
101 * Makefile.in: Regenerated.
102
103 * bfdtest1.c: New file.
104
105 2012-08-13 Ian Bolton <ian.bolton@arm.com>
106 Laurent Desnogues <laurent.desnogues@arm.com>
107 Jim MacArthur <jim.macarthur@arm.com>
108 Marcus Shawcroft <marcus.shawcroft@arm.com>
109 Nigel Stephens <nigel.stephens@arm.com>
110 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
111 Richard Earnshaw <rearnsha@arm.com>
112 Sofiane Naci <sofiane.naci@arm.com>
113 Tejas Belagod <tejas.belagod@arm.com>
114 Yufeng Zhang <yufeng.zhang@arm.com>
115
116 * readelf.c (guess_is_rela): Handle EM_AARCH64.
117 (get_machine_name): Likewise.
118 (get_aarch64_segment_type): New function.
119 (get_segment_type): Handle EM_AARCH64 by calling the new function.
120 (get_aarch64_section_type_name): New function.
121 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
122 (is_32bit_abs_reloc): Handle EM_AARCH64.
123 (is_32bit_pcrel_reloc): Likewise.
124 (is_64bit_abs_reloc): Likewise.
125 (is_64bit_pcrel_reloc): Likewise.
126 (is_none_reloc): Likewise.
127
128 2012-08-09 Nick Clifton <nickc@redhat.com>
129
130 * po/vi.po: Updated Vietnamese translation.
131
132 2012-08-03 Tom Tromey <tromey@redhat.com>
133
134 * dlltool.c (scan_obj_file): Close arfile after calling
135 bfd_openr_next_archived_file.
136
137 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR binutils/14420
140 * dwarf.c (process_abbrev_section): Add attribute terminator.
141 Warn missing section terminator.
142 (get_FORM_name): Special check for 0 value.
143 (get_AT_name): Likewise.
144 (process_debug_info): Display zero abbrev number. Check
145 attribute terminator.
146
147 2012-07-30 Nick Clifton <nickc@redhat.com>
148
149 * po/binutils.pot: Updated template.
150 * po/bg.po: Updated Bulgarian translation.
151 * po/es.po: Updated Spanish translation.
152 * po/fi.po: Updated Finnish translation.
153 * po/fr.po: Updated French translation.
154 * po/uk.po: Updated Ukranian translation.
155
156 2012-07-28 Kai Tietz <ktietz@redhat.com>
157
158 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
159 (PRODUCTVERSION): Likewise.
160
161 2012-07-27 Mike Frysinger <vapier@gentoo.org>
162
163 * configure.in (BFD_VERSION): Run bfd/configure --version and
164 parse the output of that.
165 * configure: Regenerate.
166
167 2012-07-27 Tristan Gingold <gingold@adacore.com>
168
169 * NEWS: Add marker for 2.23.
170
171 2012-07-24 Teresa Johnson <tejohnson@google.com>
172
173 * addr2line.c (find_address_in_section): Invoke
174 bfd_find_nearest_line_discriminator to get the discriminator.
175 (find_offset_in_section): Likewise.
176 (translate_addresses): Print discriminator if it is non-zero.
177 * objdump.c (show_line): Invoke
178 bfd_find_nearest_line_discriminator to get the discriminator,
179 and keep track of prev_discriminator. Print discriminator
180 if it is non-zero.
181 (disassemble_data): Initialize prev_discriminator.
182 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
183 to get the discriminator, and keep track of last_discriminator.
184 Print discriminator if it is non-zero.
185
186 2012-07-17 Nick Clifton <nickc@redhat.com>
187
188 * elfcomm.c (setup_archive): Extract index table and symbol table
189 scanning code into...
190 (process_archive_index_and_symbols): ... this function and add
191 support for 64-bit index tables.
192 * elfcomm.h (struct archive_info): Change type of index_num and
193 index_array to elf_vma.
194 Add 'uses_64bit_indicies' field.
195 * readelf.c (process_archive): Fix support for 64-bit indicies.
196
197 2012-07-03 Nick Clifton <nickc@redhat.com>
198
199 * readelf.c (process_archive): Display member indicies when
200 dumping index.
201
202 2012-07-02 Tom Tromey <tromey@redhat.com>
203
204 * dwarf.c: Include gdb-index.h.
205 (display_gdb_index): Handle version 7.
206
207 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
208
209 * nm.c (filter_symbols): Simplify global symbol handling.
210
211 2012-06-29 Francois Gouget <fgouget@codeweavers.com>
212
213 PR binutils/14302
214 * bucomm.c (print_arelt_descr): Correctly report the archive size
215 field (for 'ar tv').
216 * ar.c (print_contents): Use correct types for archive element
217 sizes (for 'ar p').
218 (extract_file): Likewise (for 'ar x').
219
220 2012-06-29 Alan Modra <amodra@gmail.com>
221
222 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
223
224 2012-06-12 Tom Tromey <tromey@redhat.com>
225
226 * dwarf-mode.el: Add final comment. Bump version.
227 (dwarf-insert-substructure-button): Use string-to-number.
228 (dwarf-browse): Fix autoload cookie.
229
230 2012-06-08 Jakub Jelinek <jakub@redhat.com>
231
232 * dwarf.c (read_and_display_attr_value): Handle
233 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
234 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
235 DW_MACRO_GNU_undef_indirect_alt and
236 DW_MACRO_GNU_transparent_include_alt.
237
238 2012-06-01 Alan Modra <amodra@gmail.com>
239
240 * addr2line.c (translate_addresses): Truncate input addresses to
241 arch_size bits. Avoid undefined shift. Print '?' for zero line.
242
243 2012-05-30 Nick Clifton <nickc@redhat.com>
244
245 * readelf.c (process_section_headers): Correct bug in previous
246 delta - display full section type in wide mode.
247
248 2012-05-28 Nick Clifton <nickc@redhat.com>
249
250 * readelf.c (print_symbol): Display multibyte characters in symbol
251 names.
252 (process_section_headers): Use print_symbol.
253
254 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
255
256 * aclocal.m4: Regenerate.
257 * configure: Regenerate.
258 * config.in: Regenerate.
259 * Makefile.in: Regenerate.
260
261 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
262 Nick Clifton <nickc@redhat.com>
263
264 PR 14072
265 * configure.in: Add check that sysdep.h has been included before
266 any system header files.
267 * configure: Regenerate.
268 * config.in: Regenerate.
269 * unwind-ia64.h: Include config.h.
270
271 2012-05-17 Alan Modra <amodra@gmail.com>
272
273 * dwarf.c (process_debug_info): Display abbrev offset in hex.
274 (display_debug_abbrev): Show offset of abbrev.
275
276 2012-05-17 Alan Modra <amodra@gmail.com>
277
278 * dwarf.c (display_debug_ranges): Don't report more than one use
279 of the same range set as an overlap.
280
281 2012-05-16 Daniel Richard G. <skunk@iskunk.org>
282
283 PR binutils/13558
284 * Makefile.am (CFILES): Add syslex_wrap.c.
285 (sysinfo): Depend upon syslex_wrap.o.
286 (syslex_wrap.o): New rule.
287 (syslex.o): Delete rule.
288 * syslex_wrap.c: New file.
289 * Makefile.in: Regenerate.
290
291 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
292
293 * readelf.c (get_machine_name): Update m68hc12 entry.
294
295 2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
296
297 * objdump.c (disassemble_bytes): Print addend as signed.
298 (dump_reloc_set): Likewise.
299
300 2012-05-04 Sterling Augustine <saugustine@google.com>
301 Cary Coutant <ccoutant@google.com>
302
303 * doc/binutils.texi: Add --dwarf-check option.
304 * dwarf.c (dwarf_check): New global flag.
305 (fetch_indexed_string): New function.
306 (fetch_indexed_value): New function.
307 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
308 (decode_location_expression): Add DW_OP_GNU_addr_index.
309 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
310 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
311 (get_AT_name): Add new attributes for Fission.
312 (process_debug_info): Load new debug sections for Fission.
313 (load_debug_info): Check for .debug_info.dwo section.
314 (display_loc_list, display_loc_list_dwo): New functions.
315 (display_debug_loc): Move logic to above two functions.
316 (display_debug_info): Choose abbrev section based on info section.
317 (display_debug_types): Likewise.
318 (display_trace_info): Likewise.
319 (comp_addr_base): New function.
320 (display_debug_addr): New function.
321 (display_debug_str_offsets): New function.
322 (display_debug_ranges): Allow missing range lists. Suppress
323 diagnostics if dwarf_check not set.
324 (debug_displays): Add column to select abbrev section.
325 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
326 for Fission.
327 (struct dwarf_section): Add abbrev_sec field.
328 (struct dwarf_section_display): New type.
329 (debug_info): Add addr_base, ranges_base fields.
330 (dwarf_check): New global variable.
331 * objdump.c (usage): Add --dwarf-check option.
332 (enum option_values): Add OPTION_DWARF_CHECK.
333 (long_options): Add --dwarf-check.
334 (main): Likewise.
335 * readelf.c (OPTION_DWARF_CHECK): New macro.
336 (options): Add --dwarf-check.
337 (parse_args): Likewise.
338 (process_section_headers): Use const_strneq instead of
339 streq.
340
341 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
342
343 PR binutils/14088
344 * readelf.c (dump_relocations): Always display addend as
345 signed hex number.
346
347 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
348
349 PR binutils/14028
350 * configure.in: Invoke ACX_HEADER_STRING.
351 * configure: Regenerate.
352 * config.in: Regenerate.
353 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
354 string.h and strings.h.
355
356 2012-05-10 Jakub Jelinek <jakub@redhat.com>
357
358 * dwarf.c (read_and_display_attr_value): Don't look up tag from
359 abbrev for DW_FORM_ref_addr.
360
361 2012-05-08 Sean Keys <skeys@ipdatasys.com>
362
363 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
364
365 2012-05-08 Cary Coutant <ccoutant@google.com>
366
367 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
368 (strip): Add --strip-dwo option.
369 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
370 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
371 (strip_options): Add --strip-dwo option.
372 (copy_options): Add --extract-dwo, --strip-dwo options.
373 (copy_usage): Likewise.
374 (strip_usage): Add --strip-dwo option.
375 (is_dwo_section): New function.
376 (is_strip_section_1): Check for DWO sections.
377 (copy_object): Check for --strip-dwo, --extract-dwo options.
378 (copy_relocations_in_section): Discard relocations for DWO sections.
379 Discard entire relocation section when no relocations.
380 (strip_main): Add --strip-dwo option.
381 (copy_main): Add --strip-dwo, --extract-dwo options.
382
383 2012-05-08 Alan Modra <amodra@gmail.com>
384
385 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
386 LC and LANG environment vars.
387 * Makefile.in: Regenerate.
388
389 2012-05-07 Tom Tromey <tromey@redhat.com>
390
391 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
392 (get_FORM_name): Use get_DW_FORM_name.
393 (get_AT_name): Use get_DW_AT_name.
394
395 2012-05-07 Alan Modra <amodra@gmail.com>
396
397 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
398 * Makefile.in: Regenerate.
399
400 2012-05-05 Alan Modra <amodra@gmail.com>
401
402 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
403
404 2012-05-03 Sean Keys <skeys@ipdatasys.com>
405
406 * readelf.c: Add support for XGATE.
407
408 2012-05-02 Nick Clifton <nickc@redhat.com>
409
410 * po/vi.po: Updated Vietnamese translation.
411 * po/it.po: New Italian translation.
412 * configure.in (ALL_LINGUAS): Add it.
413 * configure: Regenerate.
414
415 2012-05-01 Nick Clifton <nickc@redhat.com>
416
417 PR binutils/13121
418 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
419 AIX system headers.
420
421 2012-04-25 Cary Coutant <ccoutant@google.com>
422
423 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
424 to strip and objcopy.
425 * objcopy.c (deterministic): New global variable.
426 (strip_options): Add --enable-deterministic-archives.
427 (copy_options): Likewise.
428 (copy_usage): Likewise.
429 (strip_usage): Likewise.
430 (copy_archive): When stripping all, don't add archive map; set
431 deterministic output when requested.
432 (strip_main): Add -D/--enable-deterministic-archives option.
433 (copy_main): Likewise.
434
435 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
436
437 PR binutils/13947
438 * objcopy.c (copy_object): Call copy_relocations_in_section
439 before copy_section.
440 (skip_section): New.
441 (copy_relocations_in_section): Likewise.
442 (copy_section): Use skip_section. Don't copy relocations here.
443
444 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
445
446 * objdump.c (dump_bfd): If defaulting to dwarf call
447 dwarf_select_sections_all to enable displays.
448
449 2012-04-06 Roland McGrath <mcgrathr@google.com>
450
451 * configure.in (AC_CHECK_HEADERS): Add locale.h.
452 * config.in: Regenerate.
453 * configure: Regenerate.
454
455 2012-04-05 Nick Clifton <nickc@redhat.com>
456
457 * configure.in (AC_CHECK_FUNCS): Add setlocale.
458 (AM_LC_MESSAGES): Add.
459 * aclocal.m4: Regenerate.
460 * config.in: Regenerate.
461 * configure: Regenerate.
462
463 2012-03-30 Nick Clifton <nickc@redhat.com>
464
465 PR binutils/13925
466 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
467 returning an empty context for a function with no arguments.
468
469 2012-03-28 Tom Tromey <tromey@redhat.com>
470
471 * dwarf.c (display_gdb_index): Handle index version 6.
472
473 2012-03-07 Nick Clifton <nickc@redhat.com>
474
475 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
476
477 2012-02-29 Jeff Law <law@redhat.com>
478
479 * doc/binutils.texi (c++filt): Fix typos.
480
481 2012-02-24 Kai Tietz <ktietz@redhat.com>
482
483 PR binutils/13710
484 * defparse.y (keyword_as_name): Disable LIBRARY
485 keyword.
486 * doc/binutils.texi: Document LIBRARY exception.
487
488 2012-02-21 Kai Tietz<ktietz@redhat.com>
489
490 PR binutils/13682
491 * NEWS: Mention new feature.
492 * dlltool.c (i386_x64_dljtab): New stub-code for x64
493 delayed-load feature.
494 (i386_x64_trampoline): New trampoline-code for x64
495 delayed-load feature.
496 (make_one_lib_file): Add support for x64 delayed-load
497 feature.
498 (make_delay_head): Likewis
499
500 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
501
502 * objdump.c (slurp_file): Close file if fstat fails.
503
504 2012-02-14 Cary Coutant <ccoutant@google.com>
505
506 * dwarf.c (dwarf_vmatoa64): New function.
507 (read_and_display_attr_value): Print 8-byte forms as single hex
508 numbers.
509 (process_debug_info): Print type signatures as single hex numbers.
510 * elfcomm.c (byte_get_64): New function.
511 * elfcomm.h (byte_get_64): New function.
512
513 2012-02-11 Kai Tietz <ktietz@redhat.com>
514
515 PR binutils/13657
516 * defparse.y (%union): New type id_const.
517 (opt_name2): New rule.
518 (keyword_as_name): New rule.
519 (opt_name): Adjust rule.
520 (opt_import_name): Likewise.
521 (opt_equal_name): Likewise.
522
523 2012-02-11 Kai Tietz <ktietz@redhat.com>
524
525 PR binutils/13297
526 * resrc.c (write_rc_dialog_control): Omit text dump for
527 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
528
529 2012-02-09 Alan Modra <amodra@gmail.com>
530
531 * sysdep.h: Include sys/stat.h here.
532 * ar.c: Don't include headers already included by sysdep.h.
533 * bucomm.c: Likewise.
534 * budbg.h: Likewise.
535 * dlltool.h: Likewise.
536 * elfedit.c: Likewise.
537 * nlmconv.c: Likewise.
538 * objcopy.c: Likewise.
539 * objdump.c: Likewise.
540 * objdump.h: Likewise.
541 * readelf.c: Likewise.
542 * rename.c: Likewise.
543 * resrc.c: Likewise.
544 * strings.c: Likewise.
545 * windres.c: Likewise.
546 * od-macho.c: Ensure #include sysdep.h is first.
547 * od-xcoff.c: Likewise.
548 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
549 remove duplicate headers.
550 * dlltool.c: Likewise and ensure #include sysdep.h is first.
551
552 2012-02-01 Nick Clifton <nickc@redhat.com>
553
554 PR binutils/13493
555 * ar.c (ranlib_main): Process --plugin option.
556 * doc/binutils.texi: Document --plugin support for ranlib.
557
558 2012-02-01 Nick Clifton <nickc@redhat.com>
559
560 PR binutils/13482
561 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
562 verifying the contents of a note.
563
564 2012-01-26 Nick Clifton <nickc@redhat.com>
565
566 PR binutils/13622
567 * readelf.c (process_section_groups): If there are no section
568 headers do not scan for section groups.
569 (process_note_sections): Likewise for note sections.
570
571 2012-01-20 Tristan Gingold <gingold@adacore.com>
572
573 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
574 (options): Add an entry for seg_split_info.
575 (mach_o_help): Document it.
576 (dump_segment_split_info): New function.
577 (dump_load_command): Handle seg_split_info.
578
579 2012-01-19 Tristan Gingold <gingold@adacore.com>
580
581 * dwarf.c (process_extended_line_op): Add a cast to silent a
582 warning.
583
584 2012-01-19 Tristan Gingold <gingold@adacore.com>
585
586 * dwarf.c (process_extended_line_op): Reindent define_file output.
587 Detect define_file opcode length mismatch.
588 (display_debug_lines_decoded): Add an entry in file_table for each
589 define_file opcode.
590 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
591 Display extended opcode for unhandle opcode.
592
593 2012-01-17 Alan Modra <amodra@gmail.com>
594
595 * version.c (print_version): Update copyright message year.
596
597 2012-01-16 Alan Modra <amodra@gmail.com>
598
599 PR binutils/13593
600 * nm.c (OPTION_SIZE_SORT): Define.
601 (long_options): Don't set no_sort, sort_numerically or
602 sort_by_size directly.
603 (main): Instead set the flags here, making them mutually exclusive.
604
605 2012-01-10 Tristan Gingold <gingold@adacore.com>
606
607 * objdump.c (display_object_bfd): Renamed from ...
608 (display_bfd): ... this.
609 (display_any_bfd): New function.
610 (display_file): Split. Handle nested archives.
611
612 2012-01-09 Roland McGrath <mcgrathr@google.com>
613
614 * configure.in: Use AM_ZLIB.
615 * configure: Regenerated.
616
617 2012-01-06 Nick Clifton <nickc@redhat.com>
618
619 * po/ru.po: Updated Russian translation.
620
621 2012-01-04 Tristan Gingold <gingold@adacore.com>
622
623 * od-macho.c (dump_load_command): Handle fvmlib.
624
625 2012-01-04 Tristan Gingold <gingold@adacore.com>
626
627 * od-macho.c: Update copyright year.
628 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
629
630 For older changes see ChangeLog-2011
631 \f
632 Local Variables:
633 mode: change-log
634 left-margin: 8
635 fill-column: 74
636 version-control: never
637 End:
This page took 0.041456 seconds and 4 git commands to generate.