PR binutils/13482
[binutils-gdb.git] / binutils / ChangeLog
1 2012-02-01 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/13482
4 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
5 verifying the contents of a note.
6
7 2012-01-26 Nick Clifton <nickc@redhat.com>
8
9 PR binutils/13622
10 * readelf.c (process_section_groups): If there are no section
11 headers do not scan for section groups.
12 (process_note_sections): Likewise for note sections.
13
14 2012-01-20 Tristan Gingold <gingold@adacore.com>
15
16 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
17 (options): Add an entry for seg_split_info.
18 (mach_o_help): Document it.
19 (dump_segment_split_info): New function.
20 (dump_load_command): Handle seg_split_info.
21
22 2012-01-19 Tristan Gingold <gingold@adacore.com>
23
24 * dwarf.c (process_extended_line_op): Add a cast to silent a
25 warning.
26
27 2012-01-19 Tristan Gingold <gingold@adacore.com>
28
29 * dwarf.c (process_extended_line_op): Reindent define_file output.
30 Detect define_file opcode length mismatch.
31 (display_debug_lines_decoded): Add an entry in file_table for each
32 define_file opcode.
33 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
34 Display extended opcode for unhandle opcode.
35
36 2012-01-17 Alan Modra <amodra@gmail.com>
37
38 * version.c (print_version): Update copyright message year.
39
40 2012-01-16 Alan Modra <amodra@gmail.com>
41
42 PR binutils/13593
43 * nm.c (OPTION_SIZE_SORT): Define.
44 (long_options): Don't set no_sort, sort_numerically or
45 sort_by_size directly.
46 (main): Instead set the flags here, making them mutually exclusive.
47
48 2012-01-10 Tristan Gingold <gingold@adacore.com>
49
50 * objdump.c (display_object_bfd): Renamed from ...
51 (display_bfd): ... this.
52 (display_any_bfd): New function.
53 (display_file): Split. Handle nested archives.
54
55 2012-01-09 Roland McGrath <mcgrathr@google.com>
56
57 * configure.in: Use AM_ZLIB.
58 * configure: Regenerated.
59
60 2012-01-06 Nick Clifton <nickc@redhat.com>
61
62 * po/ru.po: Updated Russian translation.
63
64 2012-01-04 Tristan Gingold <gingold@adacore.com>
65
66 * od-macho.c (dump_load_command): Handle fvmlib.
67
68 2012-01-04 Tristan Gingold <gingold@adacore.com>
69
70 * od-macho.c: Update copyright year.
71 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
72
73 For older changes see ChangeLog-2011
74 \f
75 Local Variables:
76 mode: change-log
77 left-margin: 8
78 fill-column: 74
79 version-control: never
80 End: