* python/py-param.c (parm_constants): Avoid ARI warning
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1d2ca237
KT
12010-04-27 Kai Tietz <kai.tietz@onevision.com>
2
3 * dlltool.c (main): Query for bfd's underscoring default for
4 default target case.
5
4ba3f034
NC
62010-04-27 Nick Clifton <nickc@redhat.com>
7
8 * po/ru.po: Updated Russian translation.
9
9a83a553
AM
102010-04-23 Alan Modra <amodra@gmail.com>
11
12 * readelf.c (process_program_headers): Replace use of
13 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
14
9c9c98a5
NC
152010-04-22 Nick Clifton <nickc@redhat.com>
16
17 * po/binutils.pot: Updated by the Translation project.
18 * po/fi.po: Updated Finnish translation.
19 * po/vi.po: Updated Vietnamese translation.
20 * po/bg.po: New Bulgarian translation.
21 * configure.in (ALL_LINGUAS): Add bg.
22 * configure: Regenerate.
23
21b13a54
NC
242010-04-20 Nick Clifton <nickc@redhat.com>
25
26 * po/fr.po: Updated french translation.
27
2b692964
NC
282010-04-20 Nick Clifton <nickc@redhat.com>
29
30 * readelf.c: Add _() macros to constant strings that are
31 translatable.
32
75375b3e
MGD
332010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
34
35 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
36 (arm_attr_tag_ABI_align8_needed): Remove.
37 (arm_attr_tag_ABI_align8_preserved): Remove.
38 (arm_attr_tag_ABI_HardFP_use): Update text strings.
39 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
40 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
41
1e70a64d
NC
422010-04-13 Nick Clifton <nickc@redhat.com>
43
44 PR binutils/11419
45 * dwarf.c (process_debug_info): Initialise the signature array.
46
3d540e93
NC
472010-04-09 Nick Clifton <nickc@redhat.com>
48
49 * dwarf.c (process_debug_info): Remove unused variable
50 cu_abbrev_offset_ptr.
51 (display_debug_lines_decoded): Remove unused variable prev_line.
52 * elfedit.c (process_archive): Remove unused variable
53 file_name_size.
54 * ieee.c (ieee_start_compilation_unit): Remove unused variable
55 nindx.
56 (ieee_set_type): Remove unused variables info, targetindx and
57 baseindx.
58 * objdump.c (disassmble_byte): Remove unused variable done_dot.
59 * rddbg.c (read_section_stabs_debugging_info): Remove unused
60 variable other.
61 * readelf.c (dump_section_as_strings): Remove unused variable
62 addr.
63 (process_archive): Remove unused variable file_name_size.
64 * stabs.c (parse_stab_string): Mark desc parameter as unused.
65 Remove unused variable lineno.
66 (parse_stab_struct_type): Remove unused variable orig.
67 (stab_demangle_type): Remove unused variables constp, volatilep
68 and hold.
69
397841b5
AM
702010-04-07 Alan Modra <amodra@gmail.com>
71
72 * configure: Regenerate.
73
bd32c6bd
NC
742010-04-06 Nick Clifton <nickc@redhat.com>
75
76 * po/vi.po: Updated Vietnamese translation.
77
a233b20c
JJ
782010-04-05 Jakub Jelinek <jakub@redhat.com>
79
604282a7
JJ
80 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
81 fields.
82 (display_debug_frames): Handle CIE version 4.
83
a233b20c
JJ
84 * dwarf.c (struct State_Machine_Registers): Add op_index field,
85 change end_sequence type to unsigned char.
86 (reset_state_machine): Clear op_index.
87 (process_extended_line_op): For DW_LNE_set_address clear op_index.
88 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
89 Track op_index state machine register and print it if
90 li_max_ops_per_insn is != 1.
91 (display_debug_lines_decoded): Likewise.
92
932fd279
JJ
932010-04-01 Jakub Jelinek <jakub@redhat.com>
94
95 * dwarf.c (read_and_display_attr_value): Don't reject
96 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
97 and DW_FORM_exprloc.
98 (process_debug_info): Handle cu_version == 4.
99 (display_debug_lines_raw, display_debug_lines_decoded): Handle
100 li_version == 4.
101
9f3d83dc
AS
1022010-03-30 Andreas Schwab <schwab@linux-m68k.org>
103
104 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
105 * Makefile.in: Regenerate.
106
40b36596
JM
1072010-03-25 Joseph Myers <joseph@codesourcery.com>
108
109 * MAINTAINERS: Add self as TI C6X maintainer.
110 * NEWS: Add news entry for TI C6X support.
111 * readelf.c: Include elf/tic6x.h.
112 (guess_is_rela): Handle EM_TI_C6000.
113 (dump_relocations): Likewise.
114 (get_tic6x_dynamic_type): New.
115 (get_dynamic_type): Call it.
116 (get_machine_flags): Handle EF_C6000_REL.
117 (get_osabi_name): Handle machine-specific values only for relevant
118 machines. Handle C6X values.
119 (get_tic6x_segment_type): New.
120 (get_segment_type): Call it.
121 (get_tic6x_section_type_name): New.
122 (get_section_type_name): Call it.
123 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
124 EM_TI_C6000.
125
ba7f2642
TS
1262010-03-25 Thomas Schwinge <thomas@codesourcery.com>
127
128 * doc/binutils.texi (readelf) <unwind information>: Mention support for
129 ARM unwind tables.
130
b115cf96
L
1312010-03-18 H.J. Lu <hongjiu.lu@intel.com>
132
133 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
134
8f73510c
AM
1352010-03-17 Alan Modra <amodra@gmail.com>
136
137 * readelf.c (dump_arm_unwind): Warning fix.
138
99164030
DJ
1392010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
140
141 * MAINTAINERS: Update my email address. List Tristan Gingold
142 as the release branch maintainer.
143
44ec90b9
RO
1442010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
145
146 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
147
0b6ae522
DJ
1482010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
149
150 * NEWS: Document .ARM.exidx / .ARM.extab support.
151
152 * dwarf.c (read_leb128): Make non-static.
153 * dwarf.h (read_leb128): Declare.
154 * readelf.c (REMOVE_ARCH_BITS): Define.
155 (find_section_by_address): New.
156 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
157 (find_symbol_for_address): Handle the Thumb bit for ARM, by
158 using REMOVE_ARCH_BITS.
159 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
160 (arm_free_section, arm_section_get_word, decode_arm_unwind)
161 (dump_arm_unwind, arm_process_unwind): New.
162 (process_unwind): Handle ARM.
163
92fc7b4f
JZ
1642010-02-26 Jie Zhang <jie@codesourcery.com>
165
166 * MAINTAINERS: Update my email address.
167
826fec2f
NC
1682010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
169
170 PR binutils/11298
171 * doc/binutils.texi (windmc): Fix synopsis and description of
172 ASCII options.
173
220453ec
AM
1742010-02-19 Alan Modra <amodra@gmail.com>
175
176 * readelf.c (get_group_flags): Return empty string when flags zero.
177 Add space in other returned values.
178 (process_section_groups): Adjust format string.
179
cd21e546
MGD
1802010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
181
182 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
183 newly permitted attribute values.
184 (arm_attr_tag_Virtualization_use): Likewise.
185 (arm_attr_tag_DIV_use): Add description of new attribute.
186 (arm_attr_tag_MPextension_use_legacy): Likewise.
187
ab7875de
NC
1882010-02-15 Nick Clifton <nickc@redhat.com>
189
190 * po/vi.po: Updated Vietnamese translation.
191
d7eeb400
MS
1922010-02-09 Michael Holzheu <holzheu@de.ibm.com>
193
194 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
195 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
196
d80e8de2
JB
1972010-02-08 Jim Blandy <jimb@red-bean.com>
198
199 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
200 'z' augmentation strings.
201
bb7c70ed
NC
2022010-02-08 Christophe Lyon <christophe.lyon@st.com>
203
204 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
205 a new address, so as not to reuse a previous, non-related reloc.
206
4339cae0
L
2072010-02-02 H.J. Lu <hongjiu.lu@intel.com>
208
209 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
210
0930eddd
NS
2112010-02-01 Nathan Sidwell <nathan@codesourcery.com>
212
213 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
214 sections.
215
70ecb384
NC
2162010-01-28 Nick Clifton <nickc@redhat.com>
217
218 PR 11225
219 * objdump.c (only): Replace with linked list.
220 (only_size, only_used): Replace with only_list.
221 (process_section_p): Set seen field on matches sections.
222 (add_only): New function.
223 (free_only_list): New function.
224 (disassemble_section): Check only_list.
225 (main): Use add_only and free_only_list.
226
571f7b5e
TG
2272010-01-26 Tristan Gingold <gingold@adacore.com>
228
229 * Makefile.am (bin2c): Add libintl dependance and library.
230 * Makefile.in: Regenerate.
231
55786da2 2322010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 233
55786da2
AK
234 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
235
500ee42e
ILT
2362010-01-19 Ian Lance Taylor <iant@google.com>
237
238 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
239 with non-ordinary files like /dev/null.
240
2046a35d
AM
2412010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
242 Alan Modra <amodra@gmail.com>
243
244 * readelf.c (process_file_header): Handle e_phnum extension.
245
60a0e0e7
TG
2462010-01-14 Tristan Gingold <gingold@adacore.com>
247
248 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
249 and DW_AT_GNAT_descriptive_type.
250
fd3a6816
TG
2512010-01-13 Tristan Gingold <gingold@adacore.com>
252
253 * ar.c (main): Use lbasename.
254 (normalize): Ditto.
255 * objdump.c (update_source_path): Ditto.
256
6cdb8d82
TG
2572010-01-12 Tristan Gingold <gingold@adacore.com>
258
259 * makefile.vms (CFLAGS): Turns warnings into informational messages.
260
2c610e4b
L
2612010-01-11 H.J. Lu <hongjiu.lu@intel.com>
262
263 PR ld/11146
264 * NEWS: Mention --dyn-syms for readelf.
265
266 * readelf.c (do_dyn_syms): New.
2c610e4b
L
267 (OPTION_DYN_SYMS): Likewise.
268 (options): Add "dyn-syms".
269 (usage): Add --dyn-syms.
270 (parse_args): Handle OPTION_DYN_SYMS.
271 (process_symbol_table): Handle do_dyn_syms.
272 (process_object): Likewise.
273 (process_archive): Likewise.
274
275 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
276 symbol hash tables for -D.
277
20703056
NC
2782010-01-11 Nick Clifton <nickc@redhat.com>
279
d2420a8c
NC
280 * NEWS: Mention addition of elfedit.
281
20703056
NC
282 * po/fi.po: Updated Finnish translation.
283
3725885a
RW
2842010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
285
286 * Makefile.in: Regenerate.
287 * configure: Regenerate.
288 * doc/Makefile.in: Regenerate.
289
5256a5b0
L
2902010-01-08 H.J. Lu <hongjiu.lu@intel.com>
291
292 * version.c (print_version): Change to "Copyright 2010".
293
dd35de74
L
2942010-01-08 H.J. Lu <hongjiu.lu@intel.com>
295
296 * elfedit.c (input_elf_type): New.
297 (output_elf_type): Likewise.
298 (elf_type): Likewise.
299 (update_elf_header): Support updating ELF file type.
300 (command_line_switch): Add OPTION_INPUT_TYPE and
301 OPTION_OUTPUT_TYPE.
302 (options): Likewise.
303 (usage): Add --input-type and --output-type.
304 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
305 one of --output-mach and --output-type must be specified.
306
307 * doc/binutils.texi: Document --input-type and --output-type
308 for elfedit.
309
c7a795f8
L
3102010-01-08 H.J. Lu <hongjiu.lu@intel.com>
311
312 * doc/binutils.texi: Fix a typo.
313
2dc654c3
L
3142010-01-08 H.J. Lu <hongjiu.lu@intel.com>
315
316 * elfedit.c (update_elf_header): Don't change input_elf_class
317 nor input_elf_machine if they are -1.
318
2ad0e9f1
TG
3192010-01-08 Tristan Gingold <gingold@adacore.com>
320
321 * ar.c: Remove bfd_special_undocumented_glue prototype.
322
71a72a84
L
3232010-01-07 H.J. Lu <hongjiu.lu@intel.com>
324
325 * elfedit.c (update_elf_header): Reformat.
326
3f08eb35
L
3272010-01-07 H.J. Lu <hongjiu.lu@intel.com>
328
329 * readelf.c (usage): Fix indent for --symbols.
330
ed22650e
L
3312010-01-07 H.J. Lu <hongjiu.lu@intel.com>
332
333 * doc/binutils.texi: Replace -histogram with --histogram.
334
30fd33bb
L
3352010-01-06 H.J. Lu <hongjiu.lu@intel.com>
336
337 PR binutils/11131
338 * Makefile.am (ELFEDIT_PROG): New.
339 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
340 (CFILES): Add elfedit.c.
341 (elfedit_DEPENDENCIES): New.
342 (elfedit_SOURCES): Likewise.
343 (elfedit_LDADD): Likewise.
344 * Makefile.in: Regenerated.
345
346 * elfedit.c: New.
347
348 * doc/binutils.texi: Document elfedit.
349
350 * doc/Makefile.am (man_MANS): Add elfedit.1.
351 (elfedit.1): New.
352 * doc/Makefile.in: Regenerated.
353
d2ca6b5b
TG
3542010-01-06 Tristan Gingold <gingold@adacore.com>
355
356 * nm.c (usage): Remove extra blanks.
d2ca6b5b 357
a0f19280
L
3582010-01-04 H.J. Lu <hongjiu.lu@intel.com>
359
360 * objcopy.c: Update copyright.
361 * readelf.c: Likewise.
362
c1e2cb9d
L
3632010-01-04 H.J. Lu <hongjiu.lu@intel.com>
364
365 PR binutils/11130
366 * objcopy.c (copy_object): Remove "Warning: " from error
367 message.
368
c975cc98
NC
3692010-01-04 Nick Clifton <nickc@redhat.com>
370
371 PR 11128
372 * readelf.c (dump_section_as_strings): Use two separate
373 invocations of printf() in order to work around bugs in
374 the Solaris 8 implementation.
375
619c8a7d
NC
3762010-01-04 Nick Clifton <nickc@redhat.com>
377
a0f19280 378 * po/ru.po: Updated Russian translation.
a6da20b5 379
43ecc30f 380For older changes see ChangeLog-2009
252b5132
RH
381\f
382Local Variables:
383mode: change-log
384left-margin: 8
385fill-column: 74
386version-control: never
387End:
This page took 0.497559 seconds and 4 git commands to generate.