ada47611d0c2b0b6811e6e2f6d98909db485f836
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2010-10-06 Alan Modra <amodra@gmail.com>
2
3 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
4
5 2010-10-05 Alan Modra <amodra@gmail.com>
6
7 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
8 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
9 (list_supported_targets): Tidy.
10 * objdump.c (free_only_list): Formatting.
11 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
12 object".
13 (update_source_path): Delete redundant check for NULL filename.
14 (disassemble_bytes): Error if disassemble_fn returns a value
15 that won't increment address.
16 (disassemble_data): Don't capitalize error message.
17 (read_section_stabs): Likewise.
18 (main): Return non-zero exit status on bad options.
19
20 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR binutils/12088
23 * nm.c (plugin_target): New.
24 (main): Set plugin_target to "plugin" for --plugin.
25 (display_file): Pass plugin_target to bfd_openr if target
26 isn't set.
27
28 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29
30 * configure: Regenerate.
31
32 2010-09-22 Mike Frysinger <vapier@gentoo.org>
33
34 * MAINTAINERS: Add self as ADI Blackfin maintainer.
35
36 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
37
38 * emul_aix.c (ar_emul_aix_append): Add a target argument
39 and ignore it if it is set.
40 (ar_emul_aix5_append): Likewise.
41 (ar_emul_aix_replace): Likewise.
42 (ar_emul_aix5_replace): Likewise.
43
44 2010-09-15 H.J. Lu <hongjiu.lu@intel.com>
45
46 * ar.c (plugin_target): New.
47 (main): Set plugin_target to "plugin" for --plugin.
48 (open_inarch): Initialize target to plugin_target.
49 (replace_members): Pass plugin_target to ar_emul_replace
50 and ar_emul_append.
51
52 * binemul.h (ar_emul_append): Add a target argument.
53 (ar_emul_default_append): Likewise.
54 (ar_emul_replace): Likewise.
55 (ar_emul_default_replace): Likewise.
56 (bin_emulation_xfer_struct): Add a target argument to
57 ar_append and ar_replace.
58
59 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
60 (do_ar_emul_default_append): Likewise.
61 (ar_emul_default_append): Likewise.
62 (ar_emul_replace): Likewise.
63 (ar_emul_default_replace): Likewise.
64
65 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
66
67 * objcopy.c: Add --interleave-width option to allow interleaving
68 of more than one byte at a time.
69 (copy_width): New variable.
70 (copy_options): Add --interleave-width.
71 (copy_section): When interleaving copy in units of copy_width
72 bytes.
73 (copy_main): Parse the new option.
74 * doc/binutils: Document the new option.
75 * NEWS: Mention the new feature.
76
77 2010-09-09 Jakub Jelinek <jakub@redhat.com>
78
79 * dwarf.c (decode_location_expression): Fix data adjustment
80 for DW_OP_GNU_implicit_pointer in v3+.
81
82 2010-09-09 Tristan Gingold <gingold@adacore.com>
83
84 * NEWS: Add entry to NEWS for hppa/som.
85
86 2010-09-09 Jakub Jelinek <jakub@redhat.com>
87
88 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
89 * dwarf.c (decode_location_expression): Add offset_size and
90 dwarf_version arguments. Prefix DIE offset with 0x for
91 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
92 complain if in frame info section. Handle
93 DW_OP_GNU_implicit_pointer.
94 (read_and_display_attr_value, display_debug_loc,
95 display_debug_frames): Adjust decode_location_expression callers.
96 (process_debug_info): Save offset_size and dwarf_version values
97 into debug_information array.
98
99 2010-09-07 Nick Clifton <nickc@redhat.com>
100
101 * readelf.c (process_section_headers): Mention meaning of 'l'
102 section flag for x86-64 targets.
103
104 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
105 Jakub Jelinek <jakub@redhat.com>
106
107 * dwarf.c (regname): New declaration.
108 (decode_location_expression): Print for registers also regname output.
109
110 2010-09-02 Richard Henderson <rth@redhat.com>
111
112 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
113 (init_dwarf_regnames): Use them.
114 * dwarf.h: Declare them.
115 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
116 the regnames, rather than using elf_machine_code.
117
118 2010-09-02 Richard Henderson <rth@redhat.com>
119
120 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
121
122 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
123
124 * elfedit.c (input_elf_osabi): New.
125 (output_elf_osbi): Likewise.
126 (osabis): Likewise.
127 (elf_osabi): Likewise.
128 (update_elf_header): Support updating ELF OSABI.
129 (make_qualified_name): Break long line.
130 (command_line_switch): Add OPTION_INPUT_OSABI and
131 OPTION_OUTPUT_OSABI.
132 (options): Likewise.
133 (usage): Add --input-osabi and --output-osabi.
134 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
135
136 * doc/binutils.texi: Document --input-osabi and --output-osabi
137 for elfedit.
138
139 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
140
141 * readelf.c (display_mips_gnu_attribute): Replace GCC options
142 with a textual description of a MIPS32r2 64-bit FPU.
143
144 2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
145
146 PR binutils/11889
147 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
148 sh_entsize.
149 (get_64bit_elf_symbols): Likewise.
150 (process_symbol_table): Likewise.
151 (process_section_groups): Check for corrupt headers.
152 (process_version_sections): Check for corrupt indicies.
153 (process_corefile_note_segment): Likewise.
154
155 2010-08-13 Nathan Sidwell <nathan@codesourcery.com>
156
157 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
158 variants.
159
160 2010-08-13 Tom Tromey <tromey@redhat.com>
161
162 * dwarf.c (process_debug_info): Don't subtract section address
163 when calculating location of cu abbrev within section.
164
165 2010-08-12 Michael Haubenwallner <haubi@gentoo.org>
166
167 PR binutils/11742
168 * readelf.c (get_archive_member_name): Do not read beyond the end
169 of the ar_name field.
170
171 2010-08-03 Tristan Gingold <gingold@adacore.com>
172
173 * dwarf.c (display_debug_lines): Mark file argument unused.
174 Do not try to load .debug_info section.
175
176 2010-08-02 Alan Modra <amodra@gmail.com>
177
178 * readelf.c (apply_relocations): D30V is really REL.
179
180 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
181 Ina Pandit <ina.pandit@kpitcummins.com>
182
183 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
184
185 2010-07-22 Alan Modra <amodra@gmail.com>
186
187 * readelf.c: Add Moxie support.
188
189 2010-07-20 Alan Modra <amodra@gmail.com>
190
191 * readelf.c (process_program_headers): Don't ignore all zero size
192 sections.
193
194 2010-07-19 Andreas Schwab <schwab@redhat.com>
195
196 * readelf.c (process_section_headers): Update key to flags.
197
198 2010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
199
200 * objcopy.c (copy_usage): Tweak previous typofix.
201
202 2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
203
204 * objcopy.c (copy_usage): Fix a typo.
205
206 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
207
208 * dllwrap.c (main): Make sure is_leading_underscore
209 gets initialized with correct default.
210
211 2010-07-05 Alan Modra <amodra@gmail.com>
212
213 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
214
215 2010-07-03 Cary Coutant <ccoutant@google.com>
216
217 * objdump.c (load_specific_debug_section): Decompress section contents
218 before applying relocations.
219 * readelf.c (load_specific_debug_section): Update section size after
220 decompression.
221
222 2010-06-29 Alan Modra <amodra@gmail.com>
223
224 PR binutils/3166
225 * objcopy.c (is_strip_section): Revert 2006-09-05.
226 (setup_section): Make SHT_GROUP section nobits.
227
228 2010-06-29 Alan Modra <amodra@gmail.com>
229
230 * configure: Regenerate.
231 * po/POTFILES.in: Regenerate.
232
233 2010-06-27 Alan Modra <amodra@gmail.com>
234
235 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
236
237 2010-06-17 Nick Clifton <nickc@redhat.com>
238
239 PR binutils/11711
240 * windres.c (enum option_values): New enum.
241 (long_options): Use separate option number for --include-dir
242 option.
243 (main): Separate backwards compatibility check from code to
244 implement --include-dir. Check to see if directory exists and do
245 not complain if it does.
246
247 2010-06-15 Joseph Myers <joseph@codesourcery.com>
248
249 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
250 New.
251 (process_arch_specific): Call process_tic6x_specific for
252 EM_TI_C6000.
253
254 2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
255
256 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
257 for 0x%lx.
258
259 2010-06-11 Tristan Gingold <gingold@adacore.com>
260 Doug Rupp <rupp@gnat.com>
261
262 * readelf.c (is_ia64_vms): New function.
263 (dump_relocations): Use it.
264 (get_machine_flags): Display IA-64 OpenVMS flags.
265 (process_program_headers): No error on OpenVMS if no .dynamic section.
266 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
267 declarations.
268 (dump_ia64_vms_dynamic_fixups): New function.
269 (dump_ia64_vms_dynamic_relocs): Ditto.
270 (process_ia64_vms_dynamic_relocs): Ditto.
271 (process_relocs): Handle IA-64 OpenVMS relocs.
272 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
273 (print_vms_time): New function.
274 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
275 DT_IA_64_VMS_LNKFLAGS.
276 (get_ia64_symbol_other): New function.
277 (get_symbol_other): Handle EM_IA_64.
278
279 2010-06-11 Tristan Gingold <gingold@adacore.com>
280
281 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
282 (UNW_DEC_ABI): Ditto for abiname.
283 (unw_decode_table): Make it const.
284
285 2010-06-10 Tristan Gingold <gingold@adacore.com>
286
287 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
288 not inplace.
289
290 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
291 Joseph Myers <joseph@codesourcery.com>
292 Andrew Stubbs <ams@codesourcery.com>
293
294 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
295
296 2010-05-25 Jay Krell <jay.krell@cornell.edu>
297
298 PR ld/11621
299 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
300 * Makefile.in: Regenerate.
301
302 2010-05-24 Tristan Gingold <gingold@adacore.com>
303
304 * readelf.c (usage): Add new trace sections for --debug-dump.
305 (process_section_headers): Handle dump of trace sections.
306 * objdump.c (usage): Add new trace sections for --dwarf.
307 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
308 (do_trace_aranges): Ditto.
309 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
310 and trace_aranges literals.
311 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
312 (do_trace_aranges): Ditto.
313 (process_debug_info): Add abbrev_sec argument and replace
314 abbrev with abbrev_sec.
315 (load_debug_info): Adjust call of process_debug_info.
316 (display_debug_info): Ditto.
317 (display_trace_info): New function.
318 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
319 and trace_aranges sections name.
320 (dwarf_select_sections_all): Also select trace sections.
321 (debug_displays): Reindent. Add entries for the trace sections.
322 * doc/binutils.texi (readelf): Document new --dwarf parameters.
323 (objdump): Ditto.
324
325 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
326
327 PR gas/11600
328 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
329 generic flag.
330
331 2010-05-07 Tristan Gingold <gingold@adacore.com>
332
333 * Makefile.in: Regenerate with automake 1.11.1.
334 * aclocal.m4: Ditto.
335 * doc/Makefile.in: Ditto.
336
337 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
338
339 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
340 * readelf.c (get_elf_section_flags): Likewise.
341 (process_section_headers): Likewise.
342
343 2010-05-05 Nick Clifton <nickc@redhat.com>
344
345 * po/es.po: Updated Spanish translation.
346
347 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
348
349 * dlltool.c (main): Query for bfd's underscoring default for
350 default target case.
351
352 2010-04-27 Nick Clifton <nickc@redhat.com>
353
354 * po/ru.po: Updated Russian translation.
355
356 2010-04-23 Alan Modra <amodra@gmail.com>
357
358 * readelf.c (process_program_headers): Replace use of
359 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
360
361 2010-04-22 Nick Clifton <nickc@redhat.com>
362
363 * po/binutils.pot: Updated by the Translation project.
364 * po/fi.po: Updated Finnish translation.
365 * po/vi.po: Updated Vietnamese translation.
366 * po/bg.po: New Bulgarian translation.
367 * configure.in (ALL_LINGUAS): Add bg.
368 * configure: Regenerate.
369
370 2010-04-20 Nick Clifton <nickc@redhat.com>
371
372 * po/fr.po: Updated french translation.
373
374 2010-04-20 Nick Clifton <nickc@redhat.com>
375
376 * readelf.c: Add _() macros to constant strings that are
377 translatable.
378
379 * readelf.c (display_mips_gnu_attribute): Replace GCC options
380 with a textual description of single and double precision float.
381
382 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
383
384 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
385 (arm_attr_tag_ABI_align8_needed): Remove.
386 (arm_attr_tag_ABI_align8_preserved): Remove.
387 (arm_attr_tag_ABI_HardFP_use): Update text strings.
388 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
389 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
390
391 2010-04-13 Nick Clifton <nickc@redhat.com>
392
393 PR binutils/11419
394 * dwarf.c (process_debug_info): Initialise the signature array.
395
396 2010-04-09 Nick Clifton <nickc@redhat.com>
397
398 * dwarf.c (process_debug_info): Remove unused variable
399 cu_abbrev_offset_ptr.
400 (display_debug_lines_decoded): Remove unused variable prev_line.
401 * elfedit.c (process_archive): Remove unused variable
402 file_name_size.
403 * ieee.c (ieee_start_compilation_unit): Remove unused variable
404 nindx.
405 (ieee_set_type): Remove unused variables info, targetindx and
406 baseindx.
407 * objdump.c (disassmble_byte): Remove unused variable done_dot.
408 * rddbg.c (read_section_stabs_debugging_info): Remove unused
409 variable other.
410 * readelf.c (dump_section_as_strings): Remove unused variable
411 addr.
412 (process_archive): Remove unused variable file_name_size.
413 * stabs.c (parse_stab_string): Mark desc parameter as unused.
414 Remove unused variable lineno.
415 (parse_stab_struct_type): Remove unused variable orig.
416 (stab_demangle_type): Remove unused variables constp, volatilep
417 and hold.
418
419 2010-04-07 Alan Modra <amodra@gmail.com>
420
421 * configure: Regenerate.
422
423 2010-04-06 Nick Clifton <nickc@redhat.com>
424
425 * po/vi.po: Updated Vietnamese translation.
426
427 2010-04-05 Jakub Jelinek <jakub@redhat.com>
428
429 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
430 fields.
431 (display_debug_frames): Handle CIE version 4.
432
433 * dwarf.c (struct State_Machine_Registers): Add op_index field,
434 change end_sequence type to unsigned char.
435 (reset_state_machine): Clear op_index.
436 (process_extended_line_op): For DW_LNE_set_address clear op_index.
437 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
438 Track op_index state machine register and print it if
439 li_max_ops_per_insn is != 1.
440 (display_debug_lines_decoded): Likewise.
441
442 2010-04-01 Jakub Jelinek <jakub@redhat.com>
443
444 * dwarf.c (read_and_display_attr_value): Don't reject
445 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
446 and DW_FORM_exprloc.
447 (process_debug_info): Handle cu_version == 4.
448 (display_debug_lines_raw, display_debug_lines_decoded): Handle
449 li_version == 4.
450
451 2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
452
453 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
454 * Makefile.in: Regenerate.
455
456 2010-03-25 Joseph Myers <joseph@codesourcery.com>
457
458 * MAINTAINERS: Add self as TI C6X maintainer.
459 * NEWS: Add news entry for TI C6X support.
460 * readelf.c: Include elf/tic6x.h.
461 (guess_is_rela): Handle EM_TI_C6000.
462 (dump_relocations): Likewise.
463 (get_tic6x_dynamic_type): New.
464 (get_dynamic_type): Call it.
465 (get_machine_flags): Handle EF_C6000_REL.
466 (get_osabi_name): Handle machine-specific values only for relevant
467 machines. Handle C6X values.
468 (get_tic6x_segment_type): New.
469 (get_segment_type): Call it.
470 (get_tic6x_section_type_name): New.
471 (get_section_type_name): Call it.
472 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
473 EM_TI_C6000.
474
475 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
476
477 * doc/binutils.texi (readelf) <unwind information>: Mention support for
478 ARM unwind tables.
479
480 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
481
482 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
483
484 2010-03-17 Alan Modra <amodra@gmail.com>
485
486 * readelf.c (dump_arm_unwind): Warning fix.
487
488 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
489
490 * MAINTAINERS: Update my email address. List Tristan Gingold
491 as the release branch maintainer.
492
493 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
494
495 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
496
497 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
498
499 * NEWS: Document .ARM.exidx / .ARM.extab support.
500
501 * dwarf.c (read_leb128): Make non-static.
502 * dwarf.h (read_leb128): Declare.
503 * readelf.c (REMOVE_ARCH_BITS): Define.
504 (find_section_by_address): New.
505 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
506 (find_symbol_for_address): Handle the Thumb bit for ARM, by
507 using REMOVE_ARCH_BITS.
508 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
509 (arm_free_section, arm_section_get_word, decode_arm_unwind)
510 (dump_arm_unwind, arm_process_unwind): New.
511 (process_unwind): Handle ARM.
512
513 2010-02-26 Jie Zhang <jie@codesourcery.com>
514
515 * MAINTAINERS: Update my email address.
516
517 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
518
519 PR binutils/11298
520 * doc/binutils.texi (windmc): Fix synopsis and description of
521 ASCII options.
522
523 2010-02-19 Alan Modra <amodra@gmail.com>
524
525 * readelf.c (get_group_flags): Return empty string when flags zero.
526 Add space in other returned values.
527 (process_section_groups): Adjust format string.
528
529 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
530
531 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
532 newly permitted attribute values.
533 (arm_attr_tag_Virtualization_use): Likewise.
534 (arm_attr_tag_DIV_use): Add description of new attribute.
535 (arm_attr_tag_MPextension_use_legacy): Likewise.
536
537 2010-02-15 Nick Clifton <nickc@redhat.com>
538
539 * po/vi.po: Updated Vietnamese translation.
540
541 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
542
543 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
544 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
545
546 2010-02-08 Jim Blandy <jimb@red-bean.com>
547
548 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
549 'z' augmentation strings.
550
551 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
552
553 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
554 a new address, so as not to reuse a previous, non-related reloc.
555
556 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
557
558 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
559
560 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
561
562 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
563 sections.
564
565 2010-01-28 Nick Clifton <nickc@redhat.com>
566
567 PR 11225
568 * objdump.c (only): Replace with linked list.
569 (only_size, only_used): Replace with only_list.
570 (process_section_p): Set seen field on matches sections.
571 (add_only): New function.
572 (free_only_list): New function.
573 (disassemble_section): Check only_list.
574 (main): Use add_only and free_only_list.
575
576 2010-01-26 Tristan Gingold <gingold@adacore.com>
577
578 * Makefile.am (bin2c): Add libintl dependance and library.
579 * Makefile.in: Regenerate.
580
581 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
582
583 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
584
585 2010-01-19 Ian Lance Taylor <iant@google.com>
586
587 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
588 with non-ordinary files like /dev/null.
589
590 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
591 Alan Modra <amodra@gmail.com>
592
593 * readelf.c (process_file_header): Handle e_phnum extension.
594
595 2010-01-14 Tristan Gingold <gingold@adacore.com>
596
597 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
598 and DW_AT_GNAT_descriptive_type.
599
600 2010-01-13 Tristan Gingold <gingold@adacore.com>
601
602 * ar.c (main): Use lbasename.
603 (normalize): Ditto.
604 * objdump.c (update_source_path): Ditto.
605
606 2010-01-12 Tristan Gingold <gingold@adacore.com>
607
608 * makefile.vms (CFLAGS): Turns warnings into informational messages.
609
610 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
611
612 PR ld/11146
613 * NEWS: Mention --dyn-syms for readelf.
614
615 * readelf.c (do_dyn_syms): New.
616 (OPTION_DYN_SYMS): Likewise.
617 (options): Add "dyn-syms".
618 (usage): Add --dyn-syms.
619 (parse_args): Handle OPTION_DYN_SYMS.
620 (process_symbol_table): Handle do_dyn_syms.
621 (process_object): Likewise.
622 (process_archive): Likewise.
623
624 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
625 symbol hash tables for -D.
626
627 2010-01-11 Nick Clifton <nickc@redhat.com>
628
629 * NEWS: Mention addition of elfedit.
630
631 * po/fi.po: Updated Finnish translation.
632
633 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
634
635 * Makefile.in: Regenerate.
636 * configure: Regenerate.
637 * doc/Makefile.in: Regenerate.
638
639 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
640
641 * version.c (print_version): Change to "Copyright 2010".
642
643 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
644
645 * elfedit.c (input_elf_type): New.
646 (output_elf_type): Likewise.
647 (elf_type): Likewise.
648 (update_elf_header): Support updating ELF file type.
649 (command_line_switch): Add OPTION_INPUT_TYPE and
650 OPTION_OUTPUT_TYPE.
651 (options): Likewise.
652 (usage): Add --input-type and --output-type.
653 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
654 one of --output-mach and --output-type must be specified.
655
656 * doc/binutils.texi: Document --input-type and --output-type
657 for elfedit.
658
659 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
660
661 * doc/binutils.texi: Fix a typo.
662
663 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
664
665 * elfedit.c (update_elf_header): Don't change input_elf_class
666 nor input_elf_machine if they are -1.
667
668 2010-01-08 Tristan Gingold <gingold@adacore.com>
669
670 * ar.c: Remove bfd_special_undocumented_glue prototype.
671
672 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
673
674 * elfedit.c (update_elf_header): Reformat.
675
676 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
677
678 * readelf.c (usage): Fix indent for --symbols.
679
680 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
681
682 * doc/binutils.texi: Replace -histogram with --histogram.
683
684 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
685
686 PR binutils/11131
687 * Makefile.am (ELFEDIT_PROG): New.
688 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
689 (CFILES): Add elfedit.c.
690 (elfedit_DEPENDENCIES): New.
691 (elfedit_SOURCES): Likewise.
692 (elfedit_LDADD): Likewise.
693 * Makefile.in: Regenerated.
694
695 * elfedit.c: New.
696
697 * doc/binutils.texi: Document elfedit.
698
699 * doc/Makefile.am (man_MANS): Add elfedit.1.
700 (elfedit.1): New.
701 * doc/Makefile.in: Regenerated.
702
703 2010-01-06 Tristan Gingold <gingold@adacore.com>
704
705 * nm.c (usage): Remove extra blanks.
706
707 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
708
709 * objcopy.c: Update copyright.
710 * readelf.c: Likewise.
711
712 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
713
714 PR binutils/11130
715 * objcopy.c (copy_object): Remove "Warning: " from error
716 message.
717
718 2010-01-04 Nick Clifton <nickc@redhat.com>
719
720 PR 11128
721 * readelf.c (dump_section_as_strings): Use two separate
722 invocations of printf() in order to work around bugs in
723 the Solaris 8 implementation.
724
725 2010-01-04 Nick Clifton <nickc@redhat.com>
726
727 * po/ru.po: Updated Russian translation.
728
729 For older changes see ChangeLog-2009
730 \f
731 Local Variables:
732 mode: change-log
733 left-margin: 8
734 fill-column: 74
735 version-control: never
736 End:
This page took 0.044591 seconds and 4 git commands to generate.