deal with endian-ness in mach-o non-scattered relocs.
[binutils.git] / binutils / ChangeLog
blob3fc0abe5097647e6768ce13523cb19024a84f02b
1 2012-02-21  Kai Tietz<ktietz@redhat.com>
3         PR binutils/13682
4         * NEWS: Mention new feature.
5         * dlltool.c (i386_x64_dljtab): New stub-code for x64
6         delayed-load feature.
7         (i386_x64_trampoline): New trampoline-code for x64
8         delayed-load feature.
9         (make_one_lib_file): Add support for x64 delayed-load
10         feature.
11         (make_delay_head): Likewis
13 2012-02-20  Namhyung Kim  <namhyung.kim@lge.com>
15         * objdump.c (slurp_file): Close file if fstat fails.
17 2012-02-14  Cary Coutant  <ccoutant@google.com>
19         * dwarf.c (dwarf_vmatoa64): New function.
20         (read_and_display_attr_value): Print 8-byte forms as single hex
21         numbers.
22         (process_debug_info): Print type signatures as single hex numbers.
23         * elfcomm.c (byte_get_64): New function.
24         * elfcomm.h (byte_get_64): New function.
26 2012-02-11  Kai Tietz  <ktietz@redhat.com>
28         PR binutils/13657
29         * defparse.y (%union): New type id_const.
30         (opt_name2): New rule.
31         (keyword_as_name): New rule.
32         (opt_name): Adjust rule.
33         (opt_import_name): Likewise.
34         (opt_equal_name): Likewise.
36 2012-02-11  Kai Tietz  <ktietz@redhat.com>
38         PR binutils/13297
39         * resrc.c (write_rc_dialog_control): Omit text dump for
40         EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
42 2012-02-09  Alan Modra  <amodra@gmail.com>
44         * sysdep.h: Include sys/stat.h here.
45         * ar.c: Don't include headers already included by sysdep.h.
46         * bucomm.c: Likewise.
47         * budbg.h: Likewise.
48         * dlltool.h: Likewise.
49         * elfedit.c: Likewise.
50         * nlmconv.c: Likewise.
51         * objcopy.c: Likewise.
52         * objdump.c: Likewise.
53         * objdump.h: Likewise.
54         * readelf.c: Likewise.
55         * rename.c: Likewise.
56         * resrc.c: Likewise.
57         * strings.c: Likewise.
58         * windres.c: Likewise.
59         * od-macho.c: Ensure #include sysdep.h is first.
60         * od-xcoff.c: Likewise.
61         * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
62         remove duplicate headers.
63         * dlltool.c: Likewise and ensure #include sysdep.h is first.
65 2012-02-01  Nick Clifton  <nickc@redhat.com>
67         PR binutils/13493
68         * ar.c (ranlib_main): Process --plugin option.
69         * doc/binutils.texi: Document --plugin support for ranlib.
71 2012-02-01  Nick Clifton  <nickc@redhat.com>
73         PR binutils/13482
74         * readelf.c (process_corefile_note_segment): Fix off-by-one errors
75         verifying the contents of a note.
77 2012-01-26  Nick Clifton  <nickc@redhat.com>
79         PR binutils/13622
80         * readelf.c (process_section_groups): If there are no section
81         headers do not scan for section groups.
82         (process_note_sections): Likewise for note sections.
84 2012-01-20  Tristan Gingold  <gingold@adacore.com>
86         * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
87         (options): Add an entry for seg_split_info.
88         (mach_o_help): Document it.
89         (dump_segment_split_info): New function.
90         (dump_load_command): Handle seg_split_info.
92 2012-01-19  Tristan Gingold  <gingold@adacore.com>
94         * dwarf.c (process_extended_line_op): Add a cast to silent a
95         warning.
97 2012-01-19  Tristan Gingold  <gingold@adacore.com>
99         * dwarf.c (process_extended_line_op): Reindent define_file output.
100         Detect define_file opcode length mismatch.
101         (display_debug_lines_decoded): Add an entry in file_table for each
102         define_file opcode.
103         Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
104         Display extended opcode for unhandle opcode.
106 2012-01-17  Alan Modra  <amodra@gmail.com>
108         * version.c (print_version): Update copyright message year.
110 2012-01-16  Alan Modra  <amodra@gmail.com>
112         PR binutils/13593
113         * nm.c (OPTION_SIZE_SORT): Define.
114         (long_options): Don't set no_sort, sort_numerically or
115         sort_by_size directly.
116         (main): Instead set the flags here, making them mutually exclusive.
118 2012-01-10  Tristan Gingold  <gingold@adacore.com>
120         * objdump.c (display_object_bfd): Renamed from ...
121         (display_bfd): ... this.
122         (display_any_bfd): New function.
123         (display_file): Split.  Handle nested archives.
125 2012-01-09  Roland McGrath  <mcgrathr@google.com>
127         * configure.in: Use AM_ZLIB.
128         * configure: Regenerated.
130 2012-01-06  Nick Clifton  <nickc@redhat.com>
132         * po/ru.po: Updated Russian translation.
134 2012-01-04  Tristan Gingold  <gingold@adacore.com>
136         * od-macho.c (dump_load_command): Handle fvmlib.
138 2012-01-04  Tristan Gingold  <gingold@adacore.com>
140         * od-macho.c: Update copyright year.
141         (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
143 For older changes see ChangeLog-2011
145 Local Variables:
146 mode: change-log
147 left-margin: 8
148 fill-column: 74
149 version-control: never
150 End: