add LOCAL SECDIFF relocation for m32 mach-o
[binutils.git] / binutils / ChangeLog
blob577dd6f815d739bca923b775b6e3d8404d62feae
1 2012-02-14  Cary Coutant  <ccoutant@google.com>
3         * dwarf.c (dwarf_vmatoa64): New function.
4         (read_and_display_attr_value): Print 8-byte forms as single hex
5         numbers.
6         (process_debug_info): Print type signatures as single hex numbers.
7         * elfcomm.c (byte_get_64): New function.
8         * elfcomm.h (byte_get_64): New function.
10 2012-02-11  Kai Tietz  <ktietz@redhat.com>
12         PR binutils/13657
13         * defparse.y (%union): New type id_const.
14         (opt_name2): New rule.
15         (keyword_as_name): New rule.
16         (opt_name): Adjust rule.
17         (opt_import_name): Likewise.
18         (opt_equal_name): Likewise.
20 2012-02-11  Kai Tietz  <ktietz@redhat.com>
22         PR binutils/13297
23         * resrc.c (write_rc_dialog_control): Omit text dump for
24         EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
26 2012-02-09  Alan Modra  <amodra@gmail.com>
28         * sysdep.h: Include sys/stat.h here.
29         * ar.c: Don't include headers already included by sysdep.h.
30         * bucomm.c: Likewise.
31         * budbg.h: Likewise.
32         * dlltool.h: Likewise.
33         * elfedit.c: Likewise.
34         * nlmconv.c: Likewise.
35         * objcopy.c: Likewise.
36         * objdump.c: Likewise.
37         * objdump.h: Likewise.
38         * readelf.c: Likewise.
39         * rename.c: Likewise.
40         * resrc.c: Likewise.
41         * strings.c: Likewise.
42         * windres.c: Likewise.
43         * od-macho.c: Ensure #include sysdep.h is first.
44         * od-xcoff.c: Likewise.
45         * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
46         remove duplicate headers.
47         * dlltool.c: Likewise and ensure #include sysdep.h is first.
49 2012-02-01  Nick Clifton  <nickc@redhat.com>
51         PR binutils/13493
52         * ar.c (ranlib_main): Process --plugin option.
53         * doc/binutils.texi: Document --plugin support for ranlib.
55 2012-02-01  Nick Clifton  <nickc@redhat.com>
57         PR binutils/13482
58         * readelf.c (process_corefile_note_segment): Fix off-by-one errors
59         verifying the contents of a note.
61 2012-01-26  Nick Clifton  <nickc@redhat.com>
63         PR binutils/13622
64         * readelf.c (process_section_groups): If there are no section
65         headers do not scan for section groups.
66         (process_note_sections): Likewise for note sections.
68 2012-01-20  Tristan Gingold  <gingold@adacore.com>
70         * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
71         (options): Add an entry for seg_split_info.
72         (mach_o_help): Document it.
73         (dump_segment_split_info): New function.
74         (dump_load_command): Handle seg_split_info.
76 2012-01-19  Tristan Gingold  <gingold@adacore.com>
78         * dwarf.c (process_extended_line_op): Add a cast to silent a
79         warning.
81 2012-01-19  Tristan Gingold  <gingold@adacore.com>
83         * dwarf.c (process_extended_line_op): Reindent define_file output.
84         Detect define_file opcode length mismatch.
85         (display_debug_lines_decoded): Add an entry in file_table for each
86         define_file opcode.
87         Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
88         Display extended opcode for unhandle opcode.
90 2012-01-17  Alan Modra  <amodra@gmail.com>
92         * version.c (print_version): Update copyright message year.
94 2012-01-16  Alan Modra  <amodra@gmail.com>
96         PR binutils/13593
97         * nm.c (OPTION_SIZE_SORT): Define.
98         (long_options): Don't set no_sort, sort_numerically or
99         sort_by_size directly.
100         (main): Instead set the flags here, making them mutually exclusive.
102 2012-01-10  Tristan Gingold  <gingold@adacore.com>
104         * objdump.c (display_object_bfd): Renamed from ...
105         (display_bfd): ... this.
106         (display_any_bfd): New function.
107         (display_file): Split.  Handle nested archives.
109 2012-01-09  Roland McGrath  <mcgrathr@google.com>
111         * configure.in: Use AM_ZLIB.
112         * configure: Regenerated.
114 2012-01-06  Nick Clifton  <nickc@redhat.com>
116         * po/ru.po: Updated Russian translation.
118 2012-01-04  Tristan Gingold  <gingold@adacore.com>
120         * od-macho.c (dump_load_command): Handle fvmlib.
122 2012-01-04  Tristan Gingold  <gingold@adacore.com>
124         * od-macho.c: Update copyright year.
125         (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
127 For older changes see ChangeLog-2011
129 Local Variables:
130 mode: change-log
131 left-margin: 8
132 fill-column: 74
133 version-control: never
134 End: