PR binutils/13297
[binutils.git] / binutils / ChangeLog
blob1040f9e218b631c79b2d54c42d11ed06c658fe55
1 2012-02-11  Kai Tietz  <ktietz@redhat.com>
3         PR binutils/13297
4         * resrc.c (write_rc_dialog_control): Omit text dump for
5         EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
7 2012-02-09  Alan Modra  <amodra@gmail.com>
9         * sysdep.h: Include sys/stat.h here.
10         * ar.c: Don't include headers already included by sysdep.h.
11         * bucomm.c: Likewise.
12         * budbg.h: Likewise.
13         * dlltool.h: Likewise.
14         * elfedit.c: Likewise.
15         * nlmconv.c: Likewise.
16         * objcopy.c: Likewise.
17         * objdump.c: Likewise.
18         * objdump.h: Likewise.
19         * readelf.c: Likewise.
20         * rename.c: Likewise.
21         * resrc.c: Likewise.
22         * strings.c: Likewise.
23         * windres.c: Likewise.
24         * od-macho.c: Ensure #include sysdep.h is first.
25         * od-xcoff.c: Likewise.
26         * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
27         remove duplicate headers.
28         * dlltool.c: Likewise and ensure #include sysdep.h is first.
30 2012-02-01  Nick Clifton  <nickc@redhat.com>
32         PR binutils/13493
33         * ar.c (ranlib_main): Process --plugin option.
34         * doc/binutils.texi: Document --plugin support for ranlib.
36 2012-02-01  Nick Clifton  <nickc@redhat.com>
38         PR binutils/13482
39         * readelf.c (process_corefile_note_segment): Fix off-by-one errors
40         verifying the contents of a note.
42 2012-01-26  Nick Clifton  <nickc@redhat.com>
44         PR binutils/13622
45         * readelf.c (process_section_groups): If there are no section
46         headers do not scan for section groups.
47         (process_note_sections): Likewise for note sections.
49 2012-01-20  Tristan Gingold  <gingold@adacore.com>
51         * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
52         (options): Add an entry for seg_split_info.
53         (mach_o_help): Document it.
54         (dump_segment_split_info): New function.
55         (dump_load_command): Handle seg_split_info.
57 2012-01-19  Tristan Gingold  <gingold@adacore.com>
59         * dwarf.c (process_extended_line_op): Add a cast to silent a
60         warning.
62 2012-01-19  Tristan Gingold  <gingold@adacore.com>
64         * dwarf.c (process_extended_line_op): Reindent define_file output.
65         Detect define_file opcode length mismatch.
66         (display_debug_lines_decoded): Add an entry in file_table for each
67         define_file opcode.
68         Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
69         Display extended opcode for unhandle opcode.
71 2012-01-17  Alan Modra  <amodra@gmail.com>
73         * version.c (print_version): Update copyright message year.
75 2012-01-16  Alan Modra  <amodra@gmail.com>
77         PR binutils/13593
78         * nm.c (OPTION_SIZE_SORT): Define.
79         (long_options): Don't set no_sort, sort_numerically or
80         sort_by_size directly.
81         (main): Instead set the flags here, making them mutually exclusive.
83 2012-01-10  Tristan Gingold  <gingold@adacore.com>
85         * objdump.c (display_object_bfd): Renamed from ...
86         (display_bfd): ... this.
87         (display_any_bfd): New function.
88         (display_file): Split.  Handle nested archives.
90 2012-01-09  Roland McGrath  <mcgrathr@google.com>
92         * configure.in: Use AM_ZLIB.
93         * configure: Regenerated.
95 2012-01-06  Nick Clifton  <nickc@redhat.com>
97         * po/ru.po: Updated Russian translation.
99 2012-01-04  Tristan Gingold  <gingold@adacore.com>
101         * od-macho.c (dump_load_command): Handle fvmlib.
103 2012-01-04  Tristan Gingold  <gingold@adacore.com>
105         * od-macho.c: Update copyright year.
106         (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
108 For older changes see ChangeLog-2011
110 Local Variables:
111 mode: change-log
112 left-margin: 8
113 fill-column: 74
114 version-control: never
115 End: