*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5b3d386e
KT
12012-02-24 Kai Tietz <ktietz@redhat.com>
2
3 PR binutils/13710
4 * defparse.y (keyword_as_name): Disable LIBRARY
5 keyword.
6 * doc/binutils.texi: Document LIBRARY exception.
7
9a30f236
KT
82012-02-21 Kai Tietz<ktietz@redhat.com>
9
10 PR binutils/13682
11 * NEWS: Mention new feature.
12 * dlltool.c (i386_x64_dljtab): New stub-code for x64
13 delayed-load feature.
14 (i386_x64_trampoline): New trampoline-code for x64
15 delayed-load feature.
16 (make_one_lib_file): Add support for x64 delayed-load
17 feature.
18 (make_delay_head): Likewis
19
6c713012
AM
202012-02-20 Namhyung Kim <namhyung.kim@lge.com>
21
22 * objdump.c (slurp_file): Close file if fstat fails.
23
74bc6052
CC
242012-02-14 Cary Coutant <ccoutant@google.com>
25
26 * dwarf.c (dwarf_vmatoa64): New function.
27 (read_and_display_attr_value): Print 8-byte forms as single hex
28 numbers.
29 (process_debug_info): Print type signatures as single hex numbers.
30 * elfcomm.c (byte_get_64): New function.
31 * elfcomm.h (byte_get_64): New function.
32
aa83d1ec
KT
332012-02-11 Kai Tietz <ktietz@redhat.com>
34
35 PR binutils/13657
36 * defparse.y (%union): New type id_const.
37 (opt_name2): New rule.
38 (keyword_as_name): New rule.
39 (opt_name): Adjust rule.
40 (opt_import_name): Likewise.
41 (opt_equal_name): Likewise.
42
7afcdbb2
KT
432012-02-11 Kai Tietz <ktietz@redhat.com>
44
45 PR binutils/13297
46 * resrc.c (write_rc_dialog_control): Omit text dump for
47 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
48
dbb7c441
AM
492012-02-09 Alan Modra <amodra@gmail.com>
50
51 * sysdep.h: Include sys/stat.h here.
52 * ar.c: Don't include headers already included by sysdep.h.
53 * bucomm.c: Likewise.
54 * budbg.h: Likewise.
55 * dlltool.h: Likewise.
56 * elfedit.c: Likewise.
57 * nlmconv.c: Likewise.
58 * objcopy.c: Likewise.
59 * objdump.c: Likewise.
60 * objdump.h: Likewise.
61 * readelf.c: Likewise.
62 * rename.c: Likewise.
63 * resrc.c: Likewise.
64 * strings.c: Likewise.
65 * windres.c: Likewise.
66 * od-macho.c: Ensure #include sysdep.h is first.
67 * od-xcoff.c: Likewise.
68 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
69 remove duplicate headers.
70 * dlltool.c: Likewise and ensure #include sysdep.h is first.
71
36e32b27
NC
722012-02-01 Nick Clifton <nickc@redhat.com>
73
74 PR binutils/13493
75 * ar.c (ranlib_main): Process --plugin option.
76 * doc/binutils.texi: Document --plugin support for ranlib.
77
8b971f9f
NC
782012-02-01 Nick Clifton <nickc@redhat.com>
79
80 PR binutils/13482
81 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
82 verifying the contents of a note.
83
fa1908fd
NC
842012-01-26 Nick Clifton <nickc@redhat.com>
85
86 PR binutils/13622
87 * readelf.c (process_section_groups): If there are no section
88 headers do not scan for section groups.
89 (process_note_sections): Likewise for note sections.
90
2128eb39
TG
912012-01-20 Tristan Gingold <gingold@adacore.com>
92
93 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
94 (options): Add an entry for seg_split_info.
95 (mach_o_help): Document it.
96 (dump_segment_split_info): New function.
97 (dump_load_command): Handle seg_split_info.
98
2fc0fe4f
TG
992012-01-19 Tristan Gingold <gingold@adacore.com>
100
101 * dwarf.c (process_extended_line_op): Add a cast to silent a
102 warning.
103
143a3db0
TG
1042012-01-19 Tristan Gingold <gingold@adacore.com>
105
106 * dwarf.c (process_extended_line_op): Reindent define_file output.
107 Detect define_file opcode length mismatch.
108 (display_debug_lines_decoded): Add an entry in file_table for each
109 define_file opcode.
110 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
111 Display extended opcode for unhandle opcode.
112
576477a6
AM
1132012-01-17 Alan Modra <amodra@gmail.com>
114
115 * version.c (print_version): Update copyright message year.
116
ddb1377c
AM
1172012-01-16 Alan Modra <amodra@gmail.com>
118
119 PR binutils/13593
120 * nm.c (OPTION_SIZE_SORT): Define.
121 (long_options): Don't set no_sort, sort_numerically or
122 sort_by_size directly.
123 (main): Instead set the flags here, making them mutually exclusive.
124
1598539f
TG
1252012-01-10 Tristan Gingold <gingold@adacore.com>
126
127 * objdump.c (display_object_bfd): Renamed from ...
128 (display_bfd): ... this.
129 (display_any_bfd): New function.
130 (display_file): Split. Handle nested archives.
131
52546677
RM
1322012-01-09 Roland McGrath <mcgrathr@google.com>
133
134 * configure.in: Use AM_ZLIB.
135 * configure: Regenerated.
136
99eac5be
NC
1372012-01-06 Nick Clifton <nickc@redhat.com>
138
139 * po/ru.po: Updated Russian translation.
140
9f4a5bd1
TG
1412012-01-04 Tristan Gingold <gingold@adacore.com>
142
143 * od-macho.c (dump_load_command): Handle fvmlib.
144
fc55a902
TG
1452012-01-04 Tristan Gingold <gingold@adacore.com>
146
147 * od-macho.c: Update copyright year.
148 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
149
23e1d329 150For older changes see ChangeLog-2011
252b5132
RH
151\f
152Local Variables:
153mode: change-log
154left-margin: 8
155fill-column: 74
156version-control: never
157End:
This page took 0.499311 seconds and 4 git commands to generate.