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