* dwarf.c (read_and_display_attr_value): Don't reject
[binutils-gdb.git] / binutils / ChangeLog
1 2010-04-01 Jakub Jelinek <jakub@redhat.com>
2
3 * dwarf.c (read_and_display_attr_value): Don't reject
4 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
5 and DW_FORM_exprloc.
6 (process_debug_info): Handle cu_version == 4.
7 (display_debug_lines_raw, display_debug_lines_decoded): Handle
8 li_version == 4.
9
10 2010-03-25 Joseph Myers <joseph@codesourcery.com>
11
12 * MAINTAINERS: Add self as TI C6X maintainer.
13 * NEWS: Add news entry for TI C6X support.
14 * readelf.c: Include elf/tic6x.h.
15 (guess_is_rela): Handle EM_TI_C6000.
16 (dump_relocations): Likewise.
17 (get_tic6x_dynamic_type): New.
18 (get_dynamic_type): Call it.
19 (get_machine_flags): Handle EF_C6000_REL.
20 (get_osabi_name): Handle machine-specific values only for relevant
21 machines. Handle C6X values.
22 (get_tic6x_segment_type): New.
23 (get_segment_type): Call it.
24 (get_tic6x_section_type_name): New.
25 (get_section_type_name): Call it.
26 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
27 EM_TI_C6000.
28
29 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
30
31 * doc/binutils.texi (readelf) <unwind information>: Mention support for
32 ARM unwind tables.
33
34 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
35
36 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
37
38 2010-03-17 Alan Modra <amodra@gmail.com>
39
40 * readelf.c (dump_arm_unwind): Warning fix.
41
42 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
43
44 * MAINTAINERS: Update my email address. List Tristan Gingold
45 as the release branch maintainer.
46
47 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
48
49 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
50
51 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
52
53 * NEWS: Document .ARM.exidx / .ARM.extab support.
54
55 * dwarf.c (read_leb128): Make non-static.
56 * dwarf.h (read_leb128): Declare.
57 * readelf.c (REMOVE_ARCH_BITS): Define.
58 (find_section_by_address): New.
59 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
60 (find_symbol_for_address): Handle the Thumb bit for ARM, by
61 using REMOVE_ARCH_BITS.
62 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
63 (arm_free_section, arm_section_get_word, decode_arm_unwind)
64 (dump_arm_unwind, arm_process_unwind): New.
65 (process_unwind): Handle ARM.
66
67 2010-02-26 Jie Zhang <jie@codesourcery.com>
68
69 * MAINTAINERS: Update my email address.
70
71 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
72
73 PR binutils/11298
74 * doc/binutils.texi (windmc): Fix synopsis and description of
75 ASCII options.
76
77 2010-02-19 Alan Modra <amodra@gmail.com>
78
79 * readelf.c (get_group_flags): Return empty string when flags zero.
80 Add space in other returned values.
81 (process_section_groups): Adjust format string.
82
83 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
84
85 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
86 newly permitted attribute values.
87 (arm_attr_tag_Virtualization_use): Likewise.
88 (arm_attr_tag_DIV_use): Add description of new attribute.
89 (arm_attr_tag_MPextension_use_legacy): Likewise.
90
91 2010-02-15 Nick Clifton <nickc@redhat.com>
92
93 * po/vi.po: Updated Vietnamese translation.
94
95 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
96
97 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
98 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
99
100 2010-02-08 Jim Blandy <jimb@red-bean.com>
101
102 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
103 'z' augmentation strings.
104
105 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
106
107 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
108 a new address, so as not to reuse a previous, non-related reloc.
109
110 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
111
112 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
113
114 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
115
116 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
117 sections.
118
119 2010-01-28 Nick Clifton <nickc@redhat.com>
120
121 PR 11225
122 * objdump.c (only): Replace with linked list.
123 (only_size, only_used): Replace with only_list.
124 (process_section_p): Set seen field on matches sections.
125 (add_only): New function.
126 (free_only_list): New function.
127 (disassemble_section): Check only_list.
128 (main): Use add_only and free_only_list.
129
130 2010-01-26 Tristan Gingold <gingold@adacore.com>
131
132 * Makefile.am (bin2c): Add libintl dependance and library.
133 * Makefile.in: Regenerate.
134
135 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
136
137 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
138
139 2010-01-19 Ian Lance Taylor <iant@google.com>
140
141 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
142 with non-ordinary files like /dev/null.
143
144 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
145 Alan Modra <amodra@gmail.com>
146
147 * readelf.c (process_file_header): Handle e_phnum extension.
148
149 2010-01-14 Tristan Gingold <gingold@adacore.com>
150
151 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
152 and DW_AT_GNAT_descriptive_type.
153
154 2010-01-13 Tristan Gingold <gingold@adacore.com>
155
156 * ar.c (main): Use lbasename.
157 (normalize): Ditto.
158 * objdump.c (update_source_path): Ditto.
159
160 2010-01-12 Tristan Gingold <gingold@adacore.com>
161
162 * makefile.vms (CFLAGS): Turns warnings into informational messages.
163
164 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR ld/11146
167 * NEWS: Mention --dyn-syms for readelf.
168
169 * readelf.c (do_dyn_syms): New.
170 (OPTION_DYN_SYMS): Likewise.
171 (options): Add "dyn-syms".
172 (usage): Add --dyn-syms.
173 (parse_args): Handle OPTION_DYN_SYMS.
174 (process_symbol_table): Handle do_dyn_syms.
175 (process_object): Likewise.
176 (process_archive): Likewise.
177
178 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
179 symbol hash tables for -D.
180
181 2010-01-11 Nick Clifton <nickc@redhat.com>
182
183 * NEWS: Mention addition of elfedit.
184
185 * po/fi.po: Updated Finnish translation.
186
187 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
188
189 * Makefile.in: Regenerate.
190 * configure: Regenerate.
191 * doc/Makefile.in: Regenerate.
192
193 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
194
195 * version.c (print_version): Change to "Copyright 2010".
196
197 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
198
199 * elfedit.c (input_elf_type): New.
200 (output_elf_type): Likewise.
201 (elf_type): Likewise.
202 (update_elf_header): Support updating ELF file type.
203 (command_line_switch): Add OPTION_INPUT_TYPE and
204 OPTION_OUTPUT_TYPE.
205 (options): Likewise.
206 (usage): Add --input-type and --output-type.
207 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
208 one of --output-mach and --output-type must be specified.
209
210 * doc/binutils.texi: Document --input-type and --output-type
211 for elfedit.
212
213 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
214
215 * doc/binutils.texi: Fix a typo.
216
217 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
218
219 * elfedit.c (update_elf_header): Don't change input_elf_class
220 nor input_elf_machine if they are -1.
221
222 2010-01-08 Tristan Gingold <gingold@adacore.com>
223
224 * ar.c: Remove bfd_special_undocumented_glue prototype.
225
226 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
227
228 * elfedit.c (update_elf_header): Reformat.
229
230 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
231
232 * readelf.c (usage): Fix indent for --symbols.
233
234 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
235
236 * doc/binutils.texi: Replace -histogram with --histogram.
237
238 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
239
240 PR binutils/11131
241 * Makefile.am (ELFEDIT_PROG): New.
242 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
243 (CFILES): Add elfedit.c.
244 (elfedit_DEPENDENCIES): New.
245 (elfedit_SOURCES): Likewise.
246 (elfedit_LDADD): Likewise.
247 * Makefile.in: Regenerated.
248
249 * elfedit.c: New.
250
251 * doc/binutils.texi: Document elfedit.
252
253 * doc/Makefile.am (man_MANS): Add elfedit.1.
254 (elfedit.1): New.
255 * doc/Makefile.in: Regenerated.
256
257 2010-01-06 Tristan Gingold <gingold@adacore.com>
258
259 * nm.c (usage): Remove extra blanks.
260
261 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
262
263 * objcopy.c: Update copyright.
264 * readelf.c: Likewise.
265
266 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
267
268 PR binutils/11130
269 * objcopy.c (copy_object): Remove "Warning: " from error
270 message.
271
272 2010-01-04 Nick Clifton <nickc@redhat.com>
273
274 PR 11128
275 * readelf.c (dump_section_as_strings): Use two separate
276 invocations of printf() in order to work around bugs in
277 the Solaris 8 implementation.
278
279 2010-01-04 Nick Clifton <nickc@redhat.com>
280
281 * po/ru.po: Updated Russian translation.
282
283 For older changes see ChangeLog-2009
284 \f
285 Local Variables:
286 mode: change-log
287 left-margin: 8
288 fill-column: 74
289 version-control: never
290 End: