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