1 2012-04-06 Roland McGrath <mcgrathr@google.com>
3 * configure.in (AC_CHECK_HEADERS): Add locale.h.
4 * config.in: Regenerate.
5 * configure: Regenerate.
7 2012-04-05 Nick Clifton <nickc@redhat.com>
9 * configure.in (AC_CHECK_FUNCS): Add setlocale.
10 (AM_LC_MESSAGES): Add.
11 * aclocal.m4: Regenerate.
12 * config.in: Regenerate.
13 * configure: Regenerate.
15 2012-03-30 Nick Clifton <nickc@redhat.com>
18 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
19 returning an empty context for a function with no arguments.
21 2012-03-28 Tom Tromey <tromey@redhat.com>
23 * dwarf.c (display_gdb_index): Handle index version 6.
25 2012-03-07 Nick Clifton <nickc@redhat.com>
27 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
29 2012-02-29 Jeff Law <law@redhat.com>
31 * doc/binutils.texi (c++filt): Fix typos.
33 2012-02-24 Kai Tietz <ktietz@redhat.com>
36 * defparse.y (keyword_as_name): Disable LIBRARY
38 * doc/binutils.texi: Document LIBRARY exception.
40 2012-02-21 Kai Tietz<ktietz@redhat.com>
43 * NEWS: Mention new feature.
44 * dlltool.c (i386_x64_dljtab): New stub-code for x64
46 (i386_x64_trampoline): New trampoline-code for x64
48 (make_one_lib_file): Add support for x64 delayed-load
50 (make_delay_head): Likewis
52 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
54 * objdump.c (slurp_file): Close file if fstat fails.
56 2012-02-14 Cary Coutant <ccoutant@google.com>
58 * dwarf.c (dwarf_vmatoa64): New function.
59 (read_and_display_attr_value): Print 8-byte forms as single hex
61 (process_debug_info): Print type signatures as single hex numbers.
62 * elfcomm.c (byte_get_64): New function.
63 * elfcomm.h (byte_get_64): New function.
65 2012-02-11 Kai Tietz <ktietz@redhat.com>
68 * defparse.y (%union): New type id_const.
69 (opt_name2): New rule.
70 (keyword_as_name): New rule.
71 (opt_name): Adjust rule.
72 (opt_import_name): Likewise.
73 (opt_equal_name): Likewise.
75 2012-02-11 Kai Tietz <ktietz@redhat.com>
78 * resrc.c (write_rc_dialog_control): Omit text dump for
79 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
81 2012-02-09 Alan Modra <amodra@gmail.com>
83 * sysdep.h: Include sys/stat.h here.
84 * ar.c: Don't include headers already included by sysdep.h.
87 * dlltool.h: Likewise.
88 * elfedit.c: Likewise.
89 * nlmconv.c: Likewise.
90 * objcopy.c: Likewise.
91 * objdump.c: Likewise.
92 * objdump.h: Likewise.
93 * readelf.c: Likewise.
96 * strings.c: Likewise.
97 * windres.c: Likewise.
98 * od-macho.c: Ensure #include sysdep.h is first.
99 * od-xcoff.c: Likewise.
100 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
101 remove duplicate headers.
102 * dlltool.c: Likewise and ensure #include sysdep.h is first.
104 2012-02-01 Nick Clifton <nickc@redhat.com>
107 * ar.c (ranlib_main): Process --plugin option.
108 * doc/binutils.texi: Document --plugin support for ranlib.
110 2012-02-01 Nick Clifton <nickc@redhat.com>
113 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
114 verifying the contents of a note.
116 2012-01-26 Nick Clifton <nickc@redhat.com>
119 * readelf.c (process_section_groups): If there are no section
120 headers do not scan for section groups.
121 (process_note_sections): Likewise for note sections.
123 2012-01-20 Tristan Gingold <gingold@adacore.com>
125 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
126 (options): Add an entry for seg_split_info.
127 (mach_o_help): Document it.
128 (dump_segment_split_info): New function.
129 (dump_load_command): Handle seg_split_info.
131 2012-01-19 Tristan Gingold <gingold@adacore.com>
133 * dwarf.c (process_extended_line_op): Add a cast to silent a
136 2012-01-19 Tristan Gingold <gingold@adacore.com>
138 * dwarf.c (process_extended_line_op): Reindent define_file output.
139 Detect define_file opcode length mismatch.
140 (display_debug_lines_decoded): Add an entry in file_table for each
142 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
143 Display extended opcode for unhandle opcode.
145 2012-01-17 Alan Modra <amodra@gmail.com>
147 * version.c (print_version): Update copyright message year.
149 2012-01-16 Alan Modra <amodra@gmail.com>
152 * nm.c (OPTION_SIZE_SORT): Define.
153 (long_options): Don't set no_sort, sort_numerically or
154 sort_by_size directly.
155 (main): Instead set the flags here, making them mutually exclusive.
157 2012-01-10 Tristan Gingold <gingold@adacore.com>
159 * objdump.c (display_object_bfd): Renamed from ...
160 (display_bfd): ... this.
161 (display_any_bfd): New function.
162 (display_file): Split. Handle nested archives.
164 2012-01-09 Roland McGrath <mcgrathr@google.com>
166 * configure.in: Use AM_ZLIB.
167 * configure: Regenerated.
169 2012-01-06 Nick Clifton <nickc@redhat.com>
171 * po/ru.po: Updated Russian translation.
173 2012-01-04 Tristan Gingold <gingold@adacore.com>
175 * od-macho.c (dump_load_command): Handle fvmlib.
177 2012-01-04 Tristan Gingold <gingold@adacore.com>
179 * od-macho.c: Update copyright year.
180 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
182 For older changes see ChangeLog-2011
188 version-control: never