* objcopy.c: Add --interleave-width option to allow interleaving
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b7dd81f7
NC
12010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
2
3 * objcopy.c: Add --interleave-width option to allow interleaving
4 of more than one byte at a time.
5 (copy_width): New variable.
6 (copy_options): Add --interleave-width.
7 (copy_section): When interleaving copy in units of copy_width
8 bytes.
9 (copy_main): Parse the new option.
10 * doc/binutils: Document the new option.
11 * NEWS: Mention the new feature.
12
8383c696
JJ
132010-09-09 Jakub Jelinek <jakub@redhat.com>
14
15 * dwarf.c (decode_location_expression): Fix data adjustment
16 for DW_OP_GNU_implicit_pointer in v3+.
17
75875724
TG
182010-09-09 Tristan Gingold <gingold@adacore.com>
19
20 * NEWS: Add entry to NEWS for hppa/som.
21
b7807392
JJ
222010-09-09 Jakub Jelinek <jakub@redhat.com>
23
24 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
25 * dwarf.c (decode_location_expression): Add offset_size and
26 dwarf_version arguments. Prefix DIE offset with 0x for
27 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
28 complain if in frame info section. Handle
29 DW_OP_GNU_implicit_pointer.
30 (read_and_display_attr_value, display_debug_loc,
31 display_debug_frames): Adjust decode_location_expression callers.
32 (process_debug_info): Save offset_size and dwarf_version values
33 into debug_information array.
34
3dbcc61d
NC
352010-09-07 Nick Clifton <nickc@redhat.com>
36
37 * readelf.c (process_section_headers): Mention meaning of 'l'
38 section flag for x86-64 targets.
39
18464d4d
JK
402010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
41 Jakub Jelinek <jakub@redhat.com>
42
43 * dwarf.c (regname): New declaration.
44 (decode_location_expression): Print for registers also regname output.
45
b129eb0e
RH
462010-09-02 Richard Henderson <rth@redhat.com>
47
48 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
49 (init_dwarf_regnames): Use them.
50 * dwarf.h: Declare them.
51 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
52 the regnames, rather than using elf_machine_code.
53
542010-09-02 Richard Henderson <rth@redhat.com>
09fc85f6
RH
55
56 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
57
d0514c49
L
582010-08-23 H.J. Lu <hongjiu.lu@intel.com>
59
60 * elfedit.c (input_elf_osabi): New.
61 (output_elf_osbi): Likewise.
62 (osabis): Likewise.
63 (elf_osabi): Likewise.
64 (update_elf_header): Support updating ELF OSABI.
65 (make_qualified_name): Break long line.
66 (command_line_switch): Add OPTION_INPUT_OSABI and
67 OPTION_OUTPUT_OSABI.
68 (options): Likewise.
69 (usage): Add --input-osabi and --output-osabi.
70 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
71
72 * doc/binutils.texi: Document --input-osabi and --output-osabi
73 for elfedit.
74
9eeefea8
MR
752010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
76
77 * readelf.c (display_mips_gnu_attribute): Replace GCC options
78 with a textual description of a MIPS32r2 64-bit FPU.
79
dd24e3da
NC
802010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
81
82 PR binutils/11889
83 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
84 sh_entsize.
85 (get_64bit_elf_symbols): Likewise.
86 (process_symbol_table): Likewise.
87 (process_section_groups): Check for corrupt headers.
88 (process_version_sections): Check for corrupt indicies.
89 (process_corefile_note_segment): Likewise.
90
f608cd77
NS
912010-08-13 Nathan Sidwell <nathan@codesourcery.com>
92
93 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
94 variants.
95
0ac6fba0
AM
962010-08-13 Tom Tromey <tromey@redhat.com>
97
98 * dwarf.c (process_debug_info): Don't subtract section address
99 when calculating location of cu abbrev within section.
100
2e49a6d0
NC
1012010-08-12 Michael Haubenwallner <haubi@gentoo.org>
102
103 PR binutils/11742
104 * readelf.c (get_archive_member_name): Do not read beyond the end
105 of the ar_name field.
106
1c4cc746
TG
1072010-08-03 Tristan Gingold <gingold@adacore.com>
108
109 * dwarf.c (display_debug_lines): Mark file argument unused.
110 Do not try to load .debug_info section.
111
c47320c3
AM
1122010-08-02 Alan Modra <amodra@gmail.com>
113
114 * readelf.c (apply_relocations): D30V is really REL.
115
1cd986c5
NC
1162010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
117 Ina Pandit <ina.pandit@kpitcummins.com>
118
119 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
120
5506d11a
AM
1212010-07-22 Alan Modra <amodra@gmail.com>
122
123 * readelf.c: Add Moxie support.
124
f4638467
AM
1252010-07-20 Alan Modra <amodra@gmail.com>
126
127 * readelf.c (process_program_headers): Don't ignore all zero size
128 sections.
129
1d0055ea
AS
1302010-07-19 Andreas Schwab <schwab@redhat.com>
131
132 * readelf.c (process_section_headers): Update key to flags.
133
447049af
DK
1342010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
135
136 * objcopy.c (copy_usage): Tweak previous typofix.
137
235f6e53
L
1382010-07-17 H.J. Lu <hongjiu.lu@intel.com>
139
140 * objcopy.c (copy_usage): Fix a typo.
141
f14ead0d
KT
1422010-07-15 Kai Tietz <kai.tietz@onevision.com>
143
144 * dllwrap.c (main): Make sure is_leading_underscore
145 gets initialized with correct default.
146
d3dbc530
AM
1472010-07-05 Alan Modra <amodra@gmail.com>
148
149 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
150
0acf065b
CC
1512010-07-03 Cary Coutant <ccoutant@google.com>
152
153 * objdump.c (load_specific_debug_section): Decompress section contents
154 before applying relocations.
155 * readelf.c (load_specific_debug_section): Update section size after
156 decompression.
157
6c67a030
AM
1582010-06-29 Alan Modra <amodra@gmail.com>
159
0ac6fba0 160 PR binutils/3166
6c67a030
AM
161 * objcopy.c (is_strip_section): Revert 2006-09-05.
162 (setup_section): Make SHT_GROUP section nobits.
163
360cfc9c
AM
1642010-06-29 Alan Modra <amodra@gmail.com>
165
166 * configure: Regenerate.
167 * po/POTFILES.in: Regenerate.
168
c7e2358a
AM
1692010-06-27 Alan Modra <amodra@gmail.com>
170
171 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
172
83bcb379
NC
1732010-06-17 Nick Clifton <nickc@redhat.com>
174
175 PR binutils/11711
176 * windres.c (enum option_values): New enum.
177 (long_options): Use separate option number for --include-dir
178 option.
179 (main): Separate backwards compatibility check from code to
180 implement --include-dir. Check to see if directory exists and do
181 not complain if it does.
182
59e6276b
JM
1832010-06-15 Joseph Myers <joseph@codesourcery.com>
184
185 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
186 New.
187 (process_arch_specific): Call process_tic6x_specific for
188 EM_TI_C6000.
189
7f01b0c6
L
1902010-06-11 H.J. Lu <hongjiu.lu@intel.com>
191
192 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
193 for 0x%lx.
194
28f997cf
TG
1952010-06-11 Tristan Gingold <gingold@adacore.com>
196 Doug Rupp <rupp@gnat.com>
197
198 * readelf.c (is_ia64_vms): New function.
199 (dump_relocations): Use it.
200 (get_machine_flags): Display IA-64 OpenVMS flags.
201 (process_program_headers): No error on OpenVMS if no .dynamic section.
202 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
203 declarations.
204 (dump_ia64_vms_dynamic_fixups): New function.
205 (dump_ia64_vms_dynamic_relocs): Ditto.
206 (process_ia64_vms_dynamic_relocs): Ditto.
207 (process_relocs): Handle IA-64 OpenVMS relocs.
208 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
209 (print_vms_time): New function.
210 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
211 DT_IA_64_VMS_LNKFLAGS.
212 (get_ia64_symbol_other): New function.
213 (get_symbol_other): Handle EM_IA_64.
214
9bcd0325
TG
2152010-06-11 Tristan Gingold <gingold@adacore.com>
216
217 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
218 (UNW_DEC_ABI): Ditto for abiname.
219 (unw_decode_table): Make it const.
220
e466bc6e
TG
2212010-06-10 Tristan Gingold <gingold@adacore.com>
222
223 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
224 not inplace.
225
8e45593f
NC
2262010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
227 Joseph Myers <joseph@codesourcery.com>
228 Andrew Stubbs <ams@codesourcery.com>
229
230 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
231
52a6ecd2
NC
2322010-05-25 Jay Krell <jay.krell@cornell.edu>
233
234 PR ld/11621
235 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
236 * Makefile.in: Regenerate.
237
6f875884
TG
2382010-05-24 Tristan Gingold <gingold@adacore.com>
239
240 * readelf.c (usage): Add new trace sections for --debug-dump.
241 (process_section_headers): Handle dump of trace sections.
242 * objdump.c (usage): Add new trace sections for --dwarf.
243 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
244 (do_trace_aranges): Ditto.
245 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
246 and trace_aranges literals.
247 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
248 (do_trace_aranges): Ditto.
249 (process_debug_info): Add abbrev_sec argument and replace
250 abbrev with abbrev_sec.
251 (load_debug_info): Adjust call of process_debug_info.
252 (display_debug_info): Ditto.
253 (display_trace_info): New function.
254 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
255 and trace_aranges sections name.
256 (dwarf_select_sections_all): Also select trace sections.
257 (debug_displays): Reindent. Add entries for the trace sections.
258 * doc/binutils.texi (readelf): Document new --dwarf parameters.
259 (objdump): Ditto.
260
18ae9cc1
L
2612010-05-18 H.J. Lu <hongjiu.lu@intel.com>
262
263 PR gas/11600
264 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
265 generic flag.
266
6540b386
TG
2672010-05-07 Tristan Gingold <gingold@adacore.com>
268
269 * Makefile.in: Regenerate with automake 1.11.1.
270 * aclocal.m4: Ditto.
271 * doc/Makefile.in: Ditto.
272
7f502d6c
L
2732010-05-06 H.J. Lu <hongjiu.lu@intel.com>
274
275 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
276 * readelf.c (get_elf_section_flags): Likewise.
277 (process_section_headers): Likewise.
278
3e01a7fd
NC
2792010-05-05 Nick Clifton <nickc@redhat.com>
280
281 * po/es.po: Updated Spanish translation.
282
1d2ca237
KT
2832010-04-27 Kai Tietz <kai.tietz@onevision.com>
284
285 * dlltool.c (main): Query for bfd's underscoring default for
286 default target case.
287
4ba3f034
NC
2882010-04-27 Nick Clifton <nickc@redhat.com>
289
290 * po/ru.po: Updated Russian translation.
291
9a83a553
AM
2922010-04-23 Alan Modra <amodra@gmail.com>
293
294 * readelf.c (process_program_headers): Replace use of
295 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
296
9c9c98a5
NC
2972010-04-22 Nick Clifton <nickc@redhat.com>
298
299 * po/binutils.pot: Updated by the Translation project.
300 * po/fi.po: Updated Finnish translation.
301 * po/vi.po: Updated Vietnamese translation.
302 * po/bg.po: New Bulgarian translation.
303 * configure.in (ALL_LINGUAS): Add bg.
304 * configure: Regenerate.
305
21b13a54
NC
3062010-04-20 Nick Clifton <nickc@redhat.com>
307
308 * po/fr.po: Updated french translation.
309
2b692964
NC
3102010-04-20 Nick Clifton <nickc@redhat.com>
311
312 * readelf.c: Add _() macros to constant strings that are
313 translatable.
314
0982e157
MR
315 * readelf.c (display_mips_gnu_attribute): Replace GCC options
316 with a textual description of single and double precision float.
317
75375b3e
MGD
3182010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
319
320 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
321 (arm_attr_tag_ABI_align8_needed): Remove.
322 (arm_attr_tag_ABI_align8_preserved): Remove.
323 (arm_attr_tag_ABI_HardFP_use): Update text strings.
324 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
325 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
326
1e70a64d
NC
3272010-04-13 Nick Clifton <nickc@redhat.com>
328
329 PR binutils/11419
330 * dwarf.c (process_debug_info): Initialise the signature array.
331
3d540e93
NC
3322010-04-09 Nick Clifton <nickc@redhat.com>
333
334 * dwarf.c (process_debug_info): Remove unused variable
335 cu_abbrev_offset_ptr.
336 (display_debug_lines_decoded): Remove unused variable prev_line.
337 * elfedit.c (process_archive): Remove unused variable
338 file_name_size.
339 * ieee.c (ieee_start_compilation_unit): Remove unused variable
340 nindx.
341 (ieee_set_type): Remove unused variables info, targetindx and
342 baseindx.
343 * objdump.c (disassmble_byte): Remove unused variable done_dot.
344 * rddbg.c (read_section_stabs_debugging_info): Remove unused
345 variable other.
346 * readelf.c (dump_section_as_strings): Remove unused variable
347 addr.
348 (process_archive): Remove unused variable file_name_size.
349 * stabs.c (parse_stab_string): Mark desc parameter as unused.
350 Remove unused variable lineno.
351 (parse_stab_struct_type): Remove unused variable orig.
352 (stab_demangle_type): Remove unused variables constp, volatilep
353 and hold.
354
397841b5
AM
3552010-04-07 Alan Modra <amodra@gmail.com>
356
357 * configure: Regenerate.
358
bd32c6bd
NC
3592010-04-06 Nick Clifton <nickc@redhat.com>
360
361 * po/vi.po: Updated Vietnamese translation.
362
a233b20c
JJ
3632010-04-05 Jakub Jelinek <jakub@redhat.com>
364
604282a7
JJ
365 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
366 fields.
367 (display_debug_frames): Handle CIE version 4.
368
a233b20c
JJ
369 * dwarf.c (struct State_Machine_Registers): Add op_index field,
370 change end_sequence type to unsigned char.
371 (reset_state_machine): Clear op_index.
372 (process_extended_line_op): For DW_LNE_set_address clear op_index.
373 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
374 Track op_index state machine register and print it if
375 li_max_ops_per_insn is != 1.
376 (display_debug_lines_decoded): Likewise.
377
932fd279
JJ
3782010-04-01 Jakub Jelinek <jakub@redhat.com>
379
380 * dwarf.c (read_and_display_attr_value): Don't reject
381 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
382 and DW_FORM_exprloc.
383 (process_debug_info): Handle cu_version == 4.
384 (display_debug_lines_raw, display_debug_lines_decoded): Handle
385 li_version == 4.
386
9f3d83dc
AS
3872010-03-30 Andreas Schwab <schwab@linux-m68k.org>
388
389 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
390 * Makefile.in: Regenerate.
391
40b36596
JM
3922010-03-25 Joseph Myers <joseph@codesourcery.com>
393
394 * MAINTAINERS: Add self as TI C6X maintainer.
395 * NEWS: Add news entry for TI C6X support.
396 * readelf.c: Include elf/tic6x.h.
397 (guess_is_rela): Handle EM_TI_C6000.
398 (dump_relocations): Likewise.
399 (get_tic6x_dynamic_type): New.
400 (get_dynamic_type): Call it.
401 (get_machine_flags): Handle EF_C6000_REL.
402 (get_osabi_name): Handle machine-specific values only for relevant
403 machines. Handle C6X values.
404 (get_tic6x_segment_type): New.
405 (get_segment_type): Call it.
406 (get_tic6x_section_type_name): New.
407 (get_section_type_name): Call it.
408 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
409 EM_TI_C6000.
410
ba7f2642
TS
4112010-03-25 Thomas Schwinge <thomas@codesourcery.com>
412
413 * doc/binutils.texi (readelf) <unwind information>: Mention support for
414 ARM unwind tables.
415
b115cf96
L
4162010-03-18 H.J. Lu <hongjiu.lu@intel.com>
417
418 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
419
8f73510c
AM
4202010-03-17 Alan Modra <amodra@gmail.com>
421
422 * readelf.c (dump_arm_unwind): Warning fix.
423
99164030
DJ
4242010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
425
426 * MAINTAINERS: Update my email address. List Tristan Gingold
427 as the release branch maintainer.
428
44ec90b9
RO
4292010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
430
431 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
432
0b6ae522
DJ
4332010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
434
435 * NEWS: Document .ARM.exidx / .ARM.extab support.
436
437 * dwarf.c (read_leb128): Make non-static.
438 * dwarf.h (read_leb128): Declare.
439 * readelf.c (REMOVE_ARCH_BITS): Define.
440 (find_section_by_address): New.
441 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
442 (find_symbol_for_address): Handle the Thumb bit for ARM, by
443 using REMOVE_ARCH_BITS.
444 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
445 (arm_free_section, arm_section_get_word, decode_arm_unwind)
446 (dump_arm_unwind, arm_process_unwind): New.
447 (process_unwind): Handle ARM.
448
92fc7b4f
JZ
4492010-02-26 Jie Zhang <jie@codesourcery.com>
450
451 * MAINTAINERS: Update my email address.
452
826fec2f
NC
4532010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
454
455 PR binutils/11298
456 * doc/binutils.texi (windmc): Fix synopsis and description of
457 ASCII options.
458
220453ec
AM
4592010-02-19 Alan Modra <amodra@gmail.com>
460
461 * readelf.c (get_group_flags): Return empty string when flags zero.
462 Add space in other returned values.
463 (process_section_groups): Adjust format string.
464
cd21e546
MGD
4652010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
466
467 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
468 newly permitted attribute values.
469 (arm_attr_tag_Virtualization_use): Likewise.
470 (arm_attr_tag_DIV_use): Add description of new attribute.
471 (arm_attr_tag_MPextension_use_legacy): Likewise.
472
ab7875de
NC
4732010-02-15 Nick Clifton <nickc@redhat.com>
474
475 * po/vi.po: Updated Vietnamese translation.
476
d7eeb400
MS
4772010-02-09 Michael Holzheu <holzheu@de.ibm.com>
478
479 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
480 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
481
d80e8de2
JB
4822010-02-08 Jim Blandy <jimb@red-bean.com>
483
484 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
485 'z' augmentation strings.
486
bb7c70ed
NC
4872010-02-08 Christophe Lyon <christophe.lyon@st.com>
488
489 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
490 a new address, so as not to reuse a previous, non-related reloc.
491
4339cae0
L
4922010-02-02 H.J. Lu <hongjiu.lu@intel.com>
493
494 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
495
0930eddd
NS
4962010-02-01 Nathan Sidwell <nathan@codesourcery.com>
497
498 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
499 sections.
500
70ecb384
NC
5012010-01-28 Nick Clifton <nickc@redhat.com>
502
503 PR 11225
504 * objdump.c (only): Replace with linked list.
505 (only_size, only_used): Replace with only_list.
506 (process_section_p): Set seen field on matches sections.
507 (add_only): New function.
508 (free_only_list): New function.
509 (disassemble_section): Check only_list.
510 (main): Use add_only and free_only_list.
511
571f7b5e
TG
5122010-01-26 Tristan Gingold <gingold@adacore.com>
513
514 * Makefile.am (bin2c): Add libintl dependance and library.
515 * Makefile.in: Regenerate.
516
55786da2 5172010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 518
55786da2
AK
519 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
520
500ee42e
ILT
5212010-01-19 Ian Lance Taylor <iant@google.com>
522
523 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
524 with non-ordinary files like /dev/null.
525
2046a35d
AM
5262010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
527 Alan Modra <amodra@gmail.com>
528
0ac6fba0 529 * readelf.c (process_file_header): Handle e_phnum extension.
2046a35d 530
60a0e0e7
TG
5312010-01-14 Tristan Gingold <gingold@adacore.com>
532
533 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
534 and DW_AT_GNAT_descriptive_type.
535
fd3a6816
TG
5362010-01-13 Tristan Gingold <gingold@adacore.com>
537
538 * ar.c (main): Use lbasename.
539 (normalize): Ditto.
540 * objdump.c (update_source_path): Ditto.
541
6cdb8d82
TG
5422010-01-12 Tristan Gingold <gingold@adacore.com>
543
544 * makefile.vms (CFLAGS): Turns warnings into informational messages.
545
2c610e4b
L
5462010-01-11 H.J. Lu <hongjiu.lu@intel.com>
547
548 PR ld/11146
549 * NEWS: Mention --dyn-syms for readelf.
550
551 * readelf.c (do_dyn_syms): New.
2c610e4b
L
552 (OPTION_DYN_SYMS): Likewise.
553 (options): Add "dyn-syms".
554 (usage): Add --dyn-syms.
555 (parse_args): Handle OPTION_DYN_SYMS.
556 (process_symbol_table): Handle do_dyn_syms.
557 (process_object): Likewise.
558 (process_archive): Likewise.
559
560 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
561 symbol hash tables for -D.
562
20703056
NC
5632010-01-11 Nick Clifton <nickc@redhat.com>
564
d2420a8c
NC
565 * NEWS: Mention addition of elfedit.
566
20703056
NC
567 * po/fi.po: Updated Finnish translation.
568
3725885a
RW
5692010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
570
571 * Makefile.in: Regenerate.
572 * configure: Regenerate.
573 * doc/Makefile.in: Regenerate.
574
5256a5b0
L
5752010-01-08 H.J. Lu <hongjiu.lu@intel.com>
576
577 * version.c (print_version): Change to "Copyright 2010".
578
dd35de74
L
5792010-01-08 H.J. Lu <hongjiu.lu@intel.com>
580
581 * elfedit.c (input_elf_type): New.
582 (output_elf_type): Likewise.
583 (elf_type): Likewise.
584 (update_elf_header): Support updating ELF file type.
585 (command_line_switch): Add OPTION_INPUT_TYPE and
586 OPTION_OUTPUT_TYPE.
587 (options): Likewise.
588 (usage): Add --input-type and --output-type.
589 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
590 one of --output-mach and --output-type must be specified.
591
592 * doc/binutils.texi: Document --input-type and --output-type
593 for elfedit.
594
c7a795f8
L
5952010-01-08 H.J. Lu <hongjiu.lu@intel.com>
596
597 * doc/binutils.texi: Fix a typo.
598
2dc654c3
L
5992010-01-08 H.J. Lu <hongjiu.lu@intel.com>
600
601 * elfedit.c (update_elf_header): Don't change input_elf_class
602 nor input_elf_machine if they are -1.
603
2ad0e9f1
TG
6042010-01-08 Tristan Gingold <gingold@adacore.com>
605
606 * ar.c: Remove bfd_special_undocumented_glue prototype.
607
71a72a84
L
6082010-01-07 H.J. Lu <hongjiu.lu@intel.com>
609
610 * elfedit.c (update_elf_header): Reformat.
611
3f08eb35
L
6122010-01-07 H.J. Lu <hongjiu.lu@intel.com>
613
614 * readelf.c (usage): Fix indent for --symbols.
615
ed22650e
L
6162010-01-07 H.J. Lu <hongjiu.lu@intel.com>
617
618 * doc/binutils.texi: Replace -histogram with --histogram.
619
30fd33bb
L
6202010-01-06 H.J. Lu <hongjiu.lu@intel.com>
621
622 PR binutils/11131
623 * Makefile.am (ELFEDIT_PROG): New.
624 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
625 (CFILES): Add elfedit.c.
626 (elfedit_DEPENDENCIES): New.
627 (elfedit_SOURCES): Likewise.
628 (elfedit_LDADD): Likewise.
629 * Makefile.in: Regenerated.
630
631 * elfedit.c: New.
632
633 * doc/binutils.texi: Document elfedit.
634
635 * doc/Makefile.am (man_MANS): Add elfedit.1.
636 (elfedit.1): New.
637 * doc/Makefile.in: Regenerated.
638
d2ca6b5b
TG
6392010-01-06 Tristan Gingold <gingold@adacore.com>
640
641 * nm.c (usage): Remove extra blanks.
d2ca6b5b 642
a0f19280
L
6432010-01-04 H.J. Lu <hongjiu.lu@intel.com>
644
645 * objcopy.c: Update copyright.
646 * readelf.c: Likewise.
647
c1e2cb9d
L
6482010-01-04 H.J. Lu <hongjiu.lu@intel.com>
649
650 PR binutils/11130
651 * objcopy.c (copy_object): Remove "Warning: " from error
652 message.
653
c975cc98
NC
6542010-01-04 Nick Clifton <nickc@redhat.com>
655
656 PR 11128
657 * readelf.c (dump_section_as_strings): Use two separate
658 invocations of printf() in order to work around bugs in
659 the Solaris 8 implementation.
660
619c8a7d
NC
6612010-01-04 Nick Clifton <nickc@redhat.com>
662
a0f19280 663 * po/ru.po: Updated Russian translation.
a6da20b5 664
43ecc30f 665For older changes see ChangeLog-2009
252b5132
RH
666\f
667Local Variables:
668mode: change-log
669left-margin: 8
670fill-column: 74
671version-control: never
672End:
This page took 0.464206 seconds and 4 git commands to generate.