* elf32-arm.c (elf32_arm_modify_segment_map): New function.
[binutils-gdb.git] / binutils / ChangeLog
1 2005-03-17 Paul Brook <paul@codesourcery.com>
2 Dan Jacobowitz <dan@codesourcery.com>
3 Mark Mitchell <mark@codesourcery.com>
4
5 * binutils/readelf.c (get_arm_segment_type): New function.
6 (get_segment_type): Use it.
7
8 2005-03-18 Paul Brook <paul@codesourcery.com>
9
10 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
11
12 2005-03-17 Diego Novillo <dnovillo@redhat.com>
13
14 * MAINTAINERS: Remove self as maintainer of x86 intel
15 mode.
16
17 2005-03-16 Nick Clifton <nickc@redhat.com>
18 Ben Elliston <bje@au.ibm.com>
19
20 * configure.in (werror): New switch: Add -Werror to the
21 compiler command line. Enabled by default. Disable via
22 --disable-werror.
23 * configure: Regenerate.
24
25 2005-03-15 Daniel Marques <marques@cs.cornell.edu>
26 Nick Clifton <nickc@redhat.com>
27
28 * objcopy.c (globalize_specific_list): New linked list of symbols
29 to convert from local binding into global binding.
30 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
31 OPTION_GLOBALIZE_SYMBOLS.
32 (copy_options): Add "globalize-symbol" and "globalize-symbols".
33 (copy_usage): Document the new switches.
34 (filter_symbols): Convert defined local symbols mentioned on the
35 globalize_specific_list into global symbols.
36 (copy_object): Perform actions if the globalize_specific_list is
37 not empty.
38 (copy_main): Handle new switches.
39 * NEWS: Mention new feature.
40 * doc/binutils.texi: Document new switches.
41
42 2005-03-15 Alan Modra <amodra@bigpond.net.au>
43
44 * po/es.po: Commit new Spanish translation.
45
46 * po/fr.po: Commit new French translation.
47
48 2005-03-14 Alan Modra <amodra@bigpond.net.au>
49
50 * po/tr.po: Commit new Turkish translation.
51
52 2005-03-11 Nick Clifton <nickc@redhat.com>
53
54 * po/fr.po: Updated French translation.
55
56 2005-03-10 Nick Clifton <nickc@redhat.com>
57
58 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
59 * configure: Regenerate.
60 * po/ro.po: New file.
61
62 * po/ru.po: Updated file.
63
64 2005-03-05 Alan Modra <amodra@bigpond.net.au>
65
66 * po/binutils.pot: Regenerate.
67
68 2005-03-02 Jan Beulich <jbeulich@novell.com>
69
70 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
71 * objcopy.c (copy_file): Likewise.
72 (strip_main): Likewise.
73
74 2005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
75 Nick Clifton <nickc@redhat.com>
76
77 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
78 (struct objdump_disasm_info): Add 'reloc' field.
79 (disassemble_bytes): Fix check for when an insn has a reloc
80 associated with it. Improve comment explaining why the use of
81 octets is wrong. Set the 'reloc' field in objdump_disasm_info
82 structure.
83 (objdump_print_addr): Use new 'reloc' field to lookup the correct
84 address for the symbol associated with the current instruction's
85 relocation.
86 (disassemble_info): Initialise 'reloc' field.
87
88 2005-02-28 Jakub Jelinek <jakub@redhat.com>
89
90 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
91 get_segment_type, get_section_type_name, get_elf_class,
92 get_data_encoding, get_group_flags, dynamic_section_mips_val,
93 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
94 get_AT_name, process_mips_specific, process_gnu_liblist,
95 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
96 sprintf where needed.
97 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
98 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
99 using strcat.
100 (get_dynamic_flags): Renamed to...
101 (print_dynamic_flags): ... this. Print the flags to stdout instead
102 of returning them as string.
103 (process_dynamic_section): Adjust caller.
104
105 2005-02-25 H.J. Lu <hongjiu.lu@intel.com>
106
107 * readelf.c (display_debug_ranges): Print out offset for end of
108 list.
109
110 2005-02-23 Alan Modra <amodra@bigpond.net.au>
111
112 * dlltool.c: Warning fixes.
113 * objdump.c: Likewise.
114
115 2005-02-22 Alan Modra <amodra@bigpond.net.au>
116
117 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
118 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
119 dependencies. Run "make dep-am".
120 * nlmconv.c: Warning fixes.
121 * readelf.c: Likewise.
122 * srconv.c: Likewise.
123 * sysdump.c: Likewise.
124 * sysinfo.y: Likewise.
125 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
126 of strcpy.
127 * Makefile.in: Regenerate.
128
129 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
130
131 * objcopy.c (parse_flags): Replace SEC_SHARED with
132 SEC_COFF_SHARED.
133
134 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
135 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
136 SEC_COFF_SHARED for COFF only.
137
138 2005-02-21 Alan Modra <amodra@bigpond.net.au>
139
140 * Makefile.am: Run "make dep-am"
141 * Makefile.in: Regenerate.
142 * doc/Makefile.in: Regenerate.
143
144 2005-02-21 Alan Modra <amodra@bigpond.net.au>
145
146 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
147 (byte_get_little_endian): Don't handle size of -8.
148 (byte_get_signed, byte_get_big_endian): Likewise.
149 (print_dec_vma, print_hex_vma): New functions.
150 (print_vma): Use them. Return chars output.
151 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
152 (process_symbol_table): Handle alpha and s390 .hash.
153
154 2005-02-18 H.J. Lu <hongjiu.lu@intel.com>
155
156 * readelf.c (display_debug_loc): Print out offset for end of
157 list.
158
159 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
160
161 * Makefile.am (TOOL_PROGS): Add objdump.
162 * Makefile.in: Regenerate.
163
164 2005-02-17 Alan Modra <amodra@bigpond.net.au>
165
166 * deflex.l (YY_NO_UNPUT): Define.
167 * rclex.l (YY_NO_UNPUT): Define.
168 * rcparse.y (null_unichar): New static var.
169 (res_null_text): Use it rather than attempting to init from wchar_t.
170 * windres.c: Include assert.h and time.h before getopt.h.
171 Include config.h and unistd.h too.
172
173 2005-02-15 Nick Clifton <nickc@redhat.com>
174
175 * nlmconv.c: Provide a full prototype for the localtime() function
176 in order to avoid a compile time warning.
177
178 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
179
180 * readelf.c (group_count): Don't initialize it.
181 (process_section_groups): Reurn 1 if we won't do unwind nor
182 section groups. Set group_count to 0 before counting group
183 sections and return 1 if there are no group sections. Reread
184 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
185 section 0.
186 (process_object): Only set do_unwind to 0 if
187 process_section_groups return 0.
188
189 2005-02-10 Ian Lance Taylor <ian@airs.com>
190
191 * MAINTAINERS: Update my e-mail address.
192
193 2005-02-10 Mark Mitchell <mark@codesourcery.com>
194
195 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
196 maintainers.
197
198 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
199
200 * MAINTAINERS: Add self as maintainer of MAXQ.
201
202 2005-01-31 Richard Sandiford <rsandifo@redhat.com>
203
204 * readelf.c (eh_addr_size): New variable.
205 (find_section): Move earlier in file. Return empty sections too.
206 (process_program_headers): Use find_section to find .dynamic.
207 (process_section_headers): Initialize eh_addr_size.
208 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
209 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
210 (display_debug_frames): Use it instead of local addr_size variable.
211 (size_of_encoded_value): Get pointer size from eh_addr_size rather
212 than is_32bit_elf.
213
214 2005-01-31 Andrew Cagney <cagney@gnu.org>
215
216 * configure: Regenerate to track ../gettext.m4.
217
218 2005-01-31 Nick Clifton <nickc@redhat.com>
219
220 * version.c (print_version): Bump the copyright date to 2005.
221
222 2005-01-25 Alan Modra <amodra@bigpond.net.au>
223
224 * nm.c (display_rel_file): Read dynamic syms before calling
225 bfd_get_synthetic_symtab.
226
227 2005-01-21 Ben Elliston <bje@au.ibm.com>
228
229 * dlltool.c (dump_iat): Remove unused function.
230 (gen_exp_file): Remove #if 0'd code.
231 (make_one_lib_file): Likewise.
232 * srconv.c: Remove #if 0'd code throughout.
233 * size.c (lprint_number): Remove.
234 (print_berkeley_format): Remove #if 0'd code.
235 * ar.c (do_quick_append): Remove declaration and definiton.
236 (main): Remove #if 0'd code.
237 * filemode.c (filemodestring): Remove #if 0'd function.
238 * sysdump.c (unit_info_list): Remove function.
239 (object_body_list): Likewise.
240 (program_structure): Likewise.
241 (debug_list): Likewise.
242 (module): Remove #if 0'd code.
243
244 2005-01-20 Mark Mitchell <mark@codesourcery.com>
245
246 * BRANCHES: Add binutils-2_15-branch.
247
248 * MAINTAINERS: Document branch policy.
249 * BRANCHES: New file.
250
251 2005-01-19 Fred Fish <fnf@specifixinc.com>
252
253 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
254 * doc/binutils.texi (objdump): Document the "no-aliases"
255 disassembly option.
256
257 2005-01-17 Eugene Kotlyarov <ekot@narod.ru>
258
259 PR binutils/647
260 * rcparse.y (RCDATA): Allow a filename to be supplied as the
261 parameter. Parse it with define_rcdata_file().
262 * resrc.c (define_rcdata_file): New function.
263 * windres.h: Provide a prototype for the new function.
264
265 * resrc.c (define_user_file): Fix typo by replacing "font file"
266 with "file".
267
268 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
269
270 * MAINTAINERS: Update my email address.
271
272 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
273
274 * dlltool.c (set_dll_name_from_def): New function. Strip name
275 to basename, with warning.
276 (def_name): Use it.
277 (def_library): Likwise.
278 (main): Strip arg of --dllname to basename, with warning.
279 Only use basename of exp_name when inferring dll_name.
280
281 2005-01-11 Nick Clifton <nickc@redhat.com>
282
283 PR binutils/637
284 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
285 footnote in order to prevent the sed script in the Makefile from
286 converting it into c++filt.
287
288 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
289
290 BZ 635
291 readelf.c (saved_base_address): Removed.
292 (decode_64bit_range): Likewise.
293 (decode_range): Likewise.
294 (display_64bit_debug_ranges): Likewise.
295 (debug_info): Add range_lists, num_range_lists and
296 max_range_lists.
297 (read_and_display_attr_value): Handle do_debug_ranges.
298 (process_debug_info): Likewise.
299 (display_debug_ranges): Rewrite.
300 (process_object): Free range_lists.
301
302 2005-01-10 Andreas Schwab <schwab@suse.de>
303
304 * configure.in: Don't define SKIP_ZEROES.
305 * configure: Regenerate.
306 * objdump.c (disassemble_data): Set skip_zeroes and
307 skip_zeroes_at_end in disasm_info to defaults.
308 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
309 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
310 always define.
311 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
312 objdump_disasm_info.
313
314 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
315
316 * readelf.c (display_debug_loc): Display base address
317 specifiers. Always output <End of list>.
318
319 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
320
321 * readelf.c (have_frame_base): New.
322 (need_base_address): Likewise.
323 (saved_base_address): Likewise.
324 (decode_location_expression): Return 1 if DW_AT_frame_base is
325 needed.
326 (debug_info): Add base_address and a have_frame_base pointer.
327 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
328 saved_base_address. Record base address. Set have_frame_base.
329 Record if a location list has DW_AT_frame_base. Display if a
330 location expression has no DW_AT_frame_base but needs one. Set
331 saved_base_address only if needed.
332 (process_debug_info): Clear have_frame_base, saved_base_address
333 and set need_base_address.
334 (display_debug_loc): Display if a location expression has no
335 DW_AT_frame_base but needs one. Display if start >= end. Don't
336 adjust for section address. Properly handle base address.
337 (process_object): Free the have_frame_base pointer in
338 debug_info.
339
340 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
341
342 * readelf.c (display_debug_loc): Display offsets for hole and
343 overlap.
344 (display_debug_str): Add a newline at the end.
345
346 2005-01-04 Armin Diehl <diehl@nordrhein.de>
347
348 PR binutils/630
349 * nlmconv.c (main): Only store the basename of the output filename
350 in the module table.
351
352 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
353
354 BZ 615
355 * readelf.c (process_debug_info): New.
356 (debug_info): Add num_loc_offsets, loc_offsets and
357 last_loc_offset_p.
358 (get_debug_info): Use process_debug_info.
359 (display_debug_loc): Properly handle location list. Warn if bad
360 location lists are encoutnered.
361 (read_and_process_attr_value): New.
362 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
363 (display_debug_info): Use process_debug_info.
364 (process_object): Also free loc_offsets in debug_information.
365
366 2004-12-31 Alan Modra <amodra@bigpond.net.au>
367
368 * objdump.c (remove_useless_symbols): Discard section symbols.
369
370 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
371
372 * readelf.c (read_leb128): Support 64bit host.
373
374 2004-12-23 Nick Clifton <nickc@redhat.com>
375
376 PR binutils/616
377 * readelf.c (debug_info): Add 'cu_offset' field.
378 (get+pointer_size_of_comp_unit): Rename to
379 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
380 the offset of the comp_unit if requested.
381 (get_debug_info): Record comp_unit offsets as well.
382 (display_debug_lines): Call get_pointer_size_of_comp_unit.
383 (decode_location_expression): Add an extra parameter - the offset
384 of the current comp-unit. Use this when decoding the DW_OP_call2
385 and DW_OP_call4 operators.
386 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
387 comp_unit offset on the decode_location_expression.
388 (read_and_display_attr_value): Pass the comp_unit offset on the
389 decode_location_expression.
390 (display_debug_frames): Pass 0 as the comp_unit offset to
391 decode_location_expression.
392
393 2004-12-22 Nick Clifton <nickc@redhat.com>
394
395 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
396 New variables associated with obtaining the pointer size for a
397 comp_unit.
398 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
399 of the section requesting the pointer size. Use this name in
400 error messages. If there are not enough comp_units available
401 produce a warning message, but return the last known pointer size
402 so that section dumping can continue.
403 (get_debug_info): Reset the new variables.
404 (display_debug_lines): Add extra parameter to invocation of
405 get_pointer_size_of_comp_unit and remove error message when it
406 returns 0.
407 (display_debug_loc): Likewise.
408
409 2004-12-15 Jan Beulich <jbeulich@novell.com>
410
411 * doc/binutils.texi: Document --strip-unneeded-symbol and
412 --strip-unneeded-symbols.
413 * objcopy.c (strip_unneeded_list): New.
414 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
415 and OPTION_STRIP_UNNEEDED_SYMBOLS.
416 (copy_options): Add --strip-unneeded-symbol and
417 --strip-unneeded-symbols.
418 (copy_usage): Likewise.
419 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
420 and the symbol is not needed.
421 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
422 OPTION_STRIP_UNNEEDED_SYMBOLS.
423
424 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
425
426 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
427
428 2004-12-08 Ben Elliston <bje@au.ibm.com>
429
430 * arlex.l: Fix formatting.
431
432 2004-12-08 Ben Elliston <bje@au.ibm.com>
433
434 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
435 config.texi whose value is the current month and year.
436 * doc/Makefile.in: Rebuild.
437 * doc/binutils.texi: Set the document subtitle to be the value of
438 the Texinfo UPDATED variable (obtained from config.texi).
439
440 2004-12-07 Ben Elliston <bje@au.ibm.com>
441
442 PR binutils/249
443 * doc/binutils.texi (def file format): New node.
444 (dlltool): Use the tool name as the @chapter name, like all the
445 other binutils. Use @file{.def} throughout for consistency.
446
447 2004-12-06 Ben Elliston <bje@au.ibm.com>
448
449 * dlltool.c: Comment fix.
450
451 2004-12-06 Ben Elliston <bje@au.ibm.com>
452
453 * doc/binutils.texi: Update copyright years.
454
455 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
456
457 * MAINTAINERS: Remove mention of config.if.
458
459 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
460
461 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
462 * Makefile.in: Regenerate.
463
464 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
465
466 PR binutils/536
467 * stabs.c (stab_demangle_template): Call stab_demangle_count
468 rather than stab_demangle_get_count to get the length of a pointer
469 target.
470
471 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
472
473 * defparse.y: Remove unnecessary commas from token list.
474
475 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
476
477 * doc/binutils.texi (nm): Update description of weak symbols.
478
479 2004-11-03 Nick Clifton <nickc@redhat.com>
480
481 * readelf.c (do_debug_ranges): New variable.
482 (usage): Document new switch: -wR or --debug-dump=Ranges.
483 (parse_args): Handle new switch. Replace switch statement for the
484 long options with a more compact table structure.
485 (process_section_headers): Allow the dumping of .debug_ranges
486 sections if so requested.
487 (debug_displays): Likewise.
488 (load_debug_range): New function: Grabs the contents of a
489 .debug_ranges section.
490 (free_debug_range): New function: Releases the grabbed
491 .debug_ranges section.
492 (decode_64bit_range): New function: Displays a 64-bit range in a
493 .debug_ranges section.
494 (decode_range): New function: Displays a 32-bit range in a
495 .debug_ranges section.
496 (read_and_display_attr_value): Record the value of DW_AT_low_pc
497 attributes. Use decode_ranges() to display a DW_AT_ranges
498 attribute.
499 (display_debug_info): Use load_debug_range() and
500 free_debug_range().
501 (display_64bit_debug_ranges): New function. Displays the contents
502 of a 64-bit format .debug_ranges section.
503 (display_debug_ranges): New function: Displays the contents of a
504 32-bit .debug_ranges section.
505
506 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
507 global scope.
508 (process_object): Initialise the dump_sects array from the
509 cmdline_dump_sects array before processing each object file.
510
511 (streq, strneq): New macros. Use them to replace occurrences of
512 strcmp() and strncmp().
513
514 (debug_information): New structure array to replace
515 debug_line_pointer_sizes array.
516 (num_debug_info_entries): New variable to replace
517 num_debug_line_pointers.
518 (get_pointer_size_of_comp_unit): New function: Returns the pointer
519 size of a given compilation unit.
520 (get_debug_info): New function to replace
521 get_debug_line_pointer_sizes.
522 (display_debug_lines): Use the new functions.
523 (display_debug_loc): Likewise.
524
525 (disassemble_section): Change return type to int.
526 (display_debug_lines): Move local variables to their
527 innermost scope.
528 (display_debug_section): Likewise. Also record the return value
529 of functions called and pass this back to the parent. Also only
530 warn about undumped sections when the user explicitly requested
531 their dumping.
532
533 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
534 types as well.
535
536 * NEWS: Mention the support for decoding .debug_ranges sections.
537 * doc/binutils.texi: Document the new command line switch to
538 readelf.
539
540 2004-11-03 Randolph Chung <tausq@debian.org>
541
542 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
543 unw_aux_info and unw_table_entry.
544 (find_symbol_for_address): Pass symtab and strtab info explicitly.
545 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
546 prefix.
547 (slurp_ia64_unwind_table): Likewise.
548 (ia64_process_unwind): Rename from old process_unwind.
549 (hppa_unw_aux_info): New.
550 (dump_hppa_unwind): New.
551 (slurp_hppa_unwind_table): New.
552 (hppa_process_unwind): New.
553 (process_unwind): Factor out common unwinding checks; dispatch to
554 unwind handler based on machine type.
555
556 2004-11-02 Nick Clifton <nickc@redhat.com>
557
558 * readelf.c (display_debug_lines): Fix typo in error message.
559
560 2004-10-26 Mark Mitchell <mark@codesourcery.com>
561
562 * readelf.c (get_note_type): Handle notes not in core files.
563 (process_note_sections): New function.
564 (process_corefile_contents): Rename to ...
565 (process_notes): ... this.
566 (process_object): Call process_notes, not
567 process_corefile_contents.
568 * doc/binutils.texi: Update readelf -n documentation.
569
570 2004-10-26 Jakub Jelinek <jakub@redhat.com>
571
572 * ar.c (extract_file): Set atime to mtime for ar xo.
573
574 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
575
576 * stabs.c (stab_demangle_v3_arglist): New static function, broken
577 out of stab_demangle_v3_argtypes.
578 (stab_demangle_v3_argtypes): Call it.
579 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
580 If we find an unrecognized component, print out its number.
581
582 2004-10-25 David Mosberger <davidm@hpl.hp.com>
583
584 * readelf.c (slurp_ia64_unwind_table): Support relocations against
585 non-section symbols by adding in the symbol value.
586
587 2004-10-25 Nick Clifton <nickc@redhat.com>
588
589 PR 465
590 * readelf.c (dynamic_strings_length): New global variable.
591 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
592 strings in the dynamic string table.
593 (process_section_headers): Initialise dynamic_strings_length.
594 (process_dynamic_section): Likewise.
595 (process_object): Reset dynamic_string_length when the buffer is freed.
596 (dynamic_sections_mips_val): Use the new macros.
597 (process_dynamic_section): Likewise.
598 (process_version_sections): Likewise.
599 (process_symbol_table): Likewise.
600 (process_syminfo): Likewise.
601 (process_mips_specific): Likewise.
602 (dump_relocations): Add a new parameter 'strtablen' and use this
603 to verify that string offset in a given reloc is valid. Print a
604 suitable error message otherwise.
605 (process_relocs): Pass the new argument to dump_relocations.
606
607 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
608
609 * dlltool.c: Include <assert.h>.
610 (PREFIX_ALIAS_BASE): Define.
611 (struct export): Add member import_name;
612 (def_exports): Set import_name.
613 (make_one_lib_file): Remove prefix alias code, use import_name
614 in .idata$6.
615 (gen_lib_file): Create and delete aliases.
616
617 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
618
619 * readelf.c (process_section_groups): Free symtab after use.
620
621 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
622 Nick Clifton <nickc@redhat.com>
623
624 * strings.c (usage): Place radix values for -t option into the
625 correct order.
626
627 * objcopy.c (add_redefine_syms_file): Change error messages to use
628 <filename>:<linenumber>: format for easier parsing by automatic
629 tools.
630
631 * srconv.c (show_usage): Fix spelling typo.
632
633 * windres.c (format_from_filename): Suggest the use of -J instead
634 of -I if the file type cannot be determined.
635
636 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
637
638 * strings.c: Include <sys/stat.h>.
639
640 2004-10-18 Alan Modra <amodra@bigpond.net.au>
641
642 * budemang.c (demangle): Fix thinko.
643
644 * budemang.c (demangle): Handle "@plt" suffix.
645
646 2004-10-14 Nick Clifton <nickc@redhat.com>
647
648 * nm.c (usage): Fix description of --special-syms switch.
649
650 2004-10-13 Jakub Jelinek <jakub@redhat.com>
651
652 * strings.c (statbuf): New typedef.
653 (file_stat): Define.
654 (strings_object_file): Avoid using get_file_size, instead do the
655 checks here, using file_stat.
656 * configure.in (HAVE_STAT64): New test.
657 * configure: Rebuilt.
658 * config.in: Rebuilt.
659
660 2004-10-12 Paul Brook <paul@codesourcery.com>
661
662 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
663
664 2004-10-11 Alan Modra <amodra@bigpond.net.au>
665
666 * objdump.c (dump_symbols): Fix thinko last change. Improve error
667 messages.
668
669 2004-10-08 Nick Clifton <nickc@redhat.com>
670
671 * nm.c: Add a new switch --special-syms which, if enabled, will
672 include the ARM Mapping symbols in nm's output.
673 (usage): Mention the switch.
674 (filter_symbols): Handle the switch.
675 * objdump.c: Add a similar switch.
676 (usage): Mention the switch.
677 (dump_symbols): Handle the switch.
678 * doc/binutils.texi: Document the new switches.
679 * NEWS: Mention the new switches.
680
681 2004-10-08 Daniel Jacobowitz <dan@debian.org>
682
683 * readelf.c (get_x86_64_section_type_name): New function.
684 (get_section_type_name): Use it.
685
686 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
687
688 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
689 patches.
690 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
691
692 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
693
694 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
695 types.
696
697 2004-10-01 Paul Brook <paul@codesourcery.com>
698
699 * readelf.c (get_arm_section_type_name): New function.
700 (get_section_type_name): Use it.
701
702 2004-09-28 Nick Clifton <nickc@redhat.com>
703
704 * nm.c: Reorder functions to eliminate most of the static function
705 prototypes.
706
707 2004-09-22 Alan Modra <amodra@bigpond.net.au>
708
709 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
710 segments.
711
712 2004-09-17 Alan Modra <amodra@bigpond.net.au>
713
714 * Makefile.am: Run "make dep-am".
715 * Makefile.in: Regenerate.
716 * config.in: Regenerate.
717 * configure: Regenerate.
718 * doc/Makefile.in: Regenerate.
719 * po/binutils.pot: Regenerate.
720
721 2004-09-12 Alan Modra <amodra@bigpond.net.au>
722
723 * readelf.c (decode_location_expression): Sign extend value for
724 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
725
726 2004-09-09 Nick Clifton <nickc@redhat.com>
727
728 PR 363
729 * ar.c (replace_members): Do not use get_file_size as
730 ar_emul_append correctly handles missing files.
731
732 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
733
734 * configure: Regenerated with autconfig 2.13.
735
736 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
737
738 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
739 documentation.
740
741 2004-09-06 Michael Wardle <mbw@endbracket.net>
742
743 * doc/binutils.texi (objdump): Document that the -x switch includes
744 the effect of the -p switch.
745
746 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
747
748 * dlltool.c (make_one_lib_file): Test if internal_name was
749 specified by user before using it.
750
751 2004-09-02 Carlo Wood <carlo@alinoe.com>
752
753 PR binutils/351
754 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
755 exp->internal_name if it is present.
756
757 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
758
759 * MAINTAINERS: Add self as co-maintainer of FR-V.
760 * readelf.c (get_machine_flags): Print FR-V cpu types.
761
762 2004-08-28 Alan Modra <amodra@bigpond.net.au>
763
764 * nm.c (show_synthetic): New var.
765 (long_options): Add "synthetic".
766 (usage): Here too.
767 (display_rel_file): Handle show_synthetic.
768
769 2004-08-28 Alan Modra <amodra@bigpond.net.au>
770
771 * objdump.c (dump_bfd): Pass both symbol tables to
772 bfd_get_synthetic_symtab.
773
774 2004-08-17 Jakub Jelinek <jakub@redhat.com>
775
776 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
777 of dynsyms to bfd_get_synthetic_symtab.
778
779 2004-08-16 Alan Modra <amodra@bigpond.net.au>
780
781 * readelf.c (debug_apply_rela_addends): New function, extracted from..
782 (display_debug_info): ..here.
783 (display_debug_frames): Call debug_apply_rela_addends. Don't do
784 DW_EH_PE_pcrel adjustment for ET_REL.
785
786 2004-08-06 Andreas Schwab <schwab@suse.de>
787
788 * readelf.c (dump_relocations): Fix typo when calculating
789 sec_index.
790
791 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
792
793 * dllwrap.c (deduce_name): Fix typos introduced when program_name
794 was renamed to prog_name.
795
796 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
797
798 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
799 EF_SH2A_NOFPU.
800
801 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
802
803 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
804 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
805 EF_SH4A_NOFPU.
806 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
807 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
808
809 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
810
811 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
812 to access comdat.
813 * objdump.c (dump_section_header): Likewise.
814
815 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
816
817 * nlmconv.c (main): Pass map_file argument to link_inputs.
818 (link_inputs): Use map_file argument if it is defined.
819
820 2004-07-13 Nick Clifton <nickc@redhat.com>
821
822 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
823 conflicts with exported global defined in bucomm.h.
824 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
825 shadowing the global defined in bucomm.h.
826
827 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
828
829 * dlltool.c (ext_prefix_alias): New global variable.
830 (make_one_lib_file): Add aliases with prefixes for external
831 and import definitions.
832 (usage): Document -p option.
833 (long_options): Add --ext-prefix-alias option.
834 (main): Handle -p.
835 * doc/binutils.texi: Document new switch.
836 * NEWS: Mention new switch.
837
838 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
839
840 * binutils/dlltool.c (asm_prefix): Add parameter: name.
841 No underscore for symbols beginning with ?.
842 (ASM_PREFIX): Add parameter: NAME.
843 (gen_exp_file): Use new parameter.
844 (make_label): Likewise.
845 (make_imp_label): Likewise.
846 (make_one_lib_file): Likewise.
847
848 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
849
850 * MAINTAINERS: Added myself to the list.
851 * readelf.c: Include "elf/crx.h".
852 (guess_is_rela): Handle EM_CRX.
853 (get_machine_name): Likewise.
854 (dump_relocations): Likewise.
855
856 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
857
858 * doc/binutils.texi (nm): Clarify weak symbol description.
859
860 2004-06-24 Ben Elliston <bje@au.ibm.com>
861
862 * readelf.c (get_segment_type): Display "GNU_STACK", not just
863 "STACK", when a PT_GNU_STACK segment is encountered.
864
865 2004-06-24 Alan Modra <amodra@bigpond.net.au>
866
867 * objcopy.c (copy_section): Don't set _cooked_size.
868
869 2004-06-22 Alan Modra <amodra@bigpond.net.au>
870
871 * readelf.c (Elf32_Word): Delete.
872 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
873 (get_64bit_dynamic_section): Likewise.
874
875 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
876 (get_64bit_dynamic_section): Likewise.
877
878 * readelf.c (dynamic_nent): New variable.
879 (get_32bit_dynamic_section): Set it.
880 (get_64bit_dynamic_section): Here too.
881 (process_dynamic_section): Use it instead of dynamic_size.
882 (process_syminfo): Likewise.
883
884 * readelf.c (get_32bit_dynamic_section): Correct number of entries
885 translated from external to internal form.
886 (get_64bit_dynamic_section): Likewise.
887
888 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
889
890 * readelf.c (process_program_headers): When locating the dynamic
891 section use the section table if it is present.
892 (dynamic_segment): Renamed to dynamic_section.
893 Replace references to dynamic segment with references to dynamic
894 section, except where appropriate.
895 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
896 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
897 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
898 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
899 Remove tag counting code as it is no longer needed.
900 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
901 Remove tag counting code as it is no longer needed.
902 (process_dynamic_segment): Rename to process_dynamic_section.
903
904 2004-06-15 Alan Modra <amodra@bigpond.net.au>
905
906 * objcopy.c (copy_section): Use bfd_get_section_size instead of
907 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
908 (compare_section_lma): Likewise.
909 * addr2line.c (find_address_in_section): Likewise.
910 * coffgrok.c (do_sections_p1): Likewise.
911 * dlltool.c (scan_drectve_symbols): Likewise.
912 * nlmconv.c (main): Likewise.
913 (copy_sections): Likewise.
914 (powerpc_mangle_relocs): Likewise.
915 * objdump.c (disassemble_section): Likewise.
916 * prdbg.c (find_address_in_section): Likewise.
917 * size.c (berkeley_sum): Likewise.
918 * srconv.c (wr_ob): Likewise.
919 * strings.c (strings_a_section): Likewise.
920
921 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
922
923 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
924
925 2004-05-17 David Heine <dlheine@tensilica.com>
926
927 * objcopy.c (setup_bfd_headers): New function.
928 (copy_object): Call setup_bfd_headers.
929
930 2004-05-13 Paul Brook <paul@codesourcery.com>
931
932 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
933 entries.
934
935 2004-05-13 Nick Clifton <nickc@redhat.com>
936
937 * po/fr.po: Updated French translation.
938
939 2004-05-11 Jakub Jelinek <jakub@redhat.com>
940
941 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
942
943 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
944
945 * readelf.c (section_groups): New.
946 (group_count): New.
947 (section_headers_groups): New.
948 (process_section_groups): Populate group_count, section_groups
949 and section_headers_groups.
950 (process_unwind): Support section group.
951 (process_object): Always call process_section_groups. Free
952 section_groups and section_headers_groups.
953
954 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
955
956 * readelf.c (process_section_headers): Use %3lu on sh_info.
957
958 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
959
960 * ranlib.sh: Quote $1 argument in case it contains spaces.
961
962 2004-04-27 John Paul Wallington <jpw@gnu.org>
963
964 * objcopy.c (copy_usage, strip_usage): Fix spelling.
965
966 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
967
968 * readelf.c (do_section_groups): New.
969 (options): Add --section-groups/-g.
970 (usage): Mention --section-groups/-g.
971 (parse_args): Support --section-groups/-g.
972 (get_group_flags): New.
973 (process_section_groups): New.
974 (process_object): Call process_section_groups.
975
976 2004-04-24 Alan Modra <amodra@bigpond.net.au>
977
978 * objdump.c (disassemble_section): Don't disassemble sections
979 without SEC_HAS_CONTENTS.
980
981 2004-04-22 Jakub Jelinek <jakub@redhat.com>
982
983 * objdump.c (synthsyms, synthcount): New variables.
984 (disassemble_data): Use dynsyms for stripped binaries or libraries.
985 Add synthetized symbols.
986 (dump_bfd): For disassemble, initialize dynsyms always and
987 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
988 before returning.
989
990 2004-04-14 Alan Modra <amodra@bigpond.net.au>
991
992 * strings.c (print_strings): Cast file_off to unsigned long in
993 printf arg list.
994
995 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
996
997 PR 86
998 * arsup.c (ar_save): Use smart_rename.
999
1000 2004-04-01 Dean Luick <luick@cray.com>
1001
1002 * readelf.c (display_debug_pubnames): Align offset and data
1003 columns.
1004 (read_and_display_attr_value): Add missing break;
1005 (debug_displays): Enable the display of the .debug_pubtypes
1006 section.
1007
1008 2004-03-30 Stan Shebs <shebs@apple.com>
1009
1010 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1011 support files, no longer used.
1012
1013 2004-03-23 Paul Brook <paul@codesourcery.com>
1014
1015 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1016
1017 2004-03-21 Richard Henderson <rth@redhat.com>
1018
1019 * readelf.c (display_debug_frames): Don't crash for mismatched
1020 DW_CFA_restore_state.
1021
1022 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1023
1024 * Makefile.am: Run "make dep-am".
1025 * Makefile.in: Regenerate.
1026 * aclocal.m4: Regenerate.
1027 * config.in: Regenerate.
1028 * configure: Regenerate.
1029 * po/binutils.pot: Regenerate.
1030
1031 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1032
1033 * objdump.c (struct SFILE): Replace current pointer with pos
1034 offset, rename size to alloc.
1035 (objdump_sprintf): Avoid unnecessary copies in the common case
1036 (disassemble_bytes): Keep sfile live throughout the
1037 function. Adjust usage appropriately.
1038
1039 2004-03-10 Ben Elliston <bje@gnu.org>
1040
1041 * MAINTAINERS: Update my mail address.
1042
1043 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1044
1045 * deflex.l: Handle "PRIVATE" string.
1046 * defparse.y (%token): Add PRIVATE.
1047 (%type): Add opt_PRIVATE.
1048 (expline): Pass opt_PRIVATE to def_exports.
1049 (opt_PRIVATE): Handle PRIVATE token.
1050 * dlltool.h (def_exports): Add 7th param for private flag to
1051 declaration.
1052 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1053 (struct export): Add 'private' field.
1054 (def_exports): Set 'private' field of struct exports.
1055 (scan_drectve_symbols): Adjust calls to def_exports.
1056 (scan_filtered_symbols): Likewise.
1057 (dump_def_info): Print 'private' field.
1058 (gen_def_file): Likewise.
1059 (gen_lib_file): Skip generation of lib object if private.
1060 Delete tmp object files in same order as they were generated.
1061 Don't delete non-existent private object files.
1062
1063 2004-02-27 Andreas Schwab <schwab@suse.de>
1064
1065 * ar.c (main): Support POSIX-compatible argument parsing.
1066
1067 2004-02-23 Daniel Lucq <daniel@lucq.org>
1068
1069 * readelf.c (process_mips_specific): Print conflictsno as an
1070 unsigned long.
1071
1072 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1073
1074 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1075
1076 2004-02-19 Jakub Jelinek <jakub@redhat.com>
1077
1078 * objcopy.c (copy_section): Avoid warnings.
1079
1080 2004-02-14 Andrew Cagney <cagney@redhat.com>
1081
1082 * ar.c (remove_output): Use bfd_cache_close.
1083 * arsup.c (ar_end): Ditto.
1084
1085 2004-01-21 Roland McGrath <roland@redhat.com>
1086
1087 * readelf.c (get_note_type): Match NT_AUXV.
1088
1089 2004-01-20 Nick Clifton <nickc@redhat.com>
1090
1091 * version.c (print_version): Update copyright year to 2004.
1092
1093 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1094
1095 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1096 throughout.
1097 * aclocal.m4: Regenerate.
1098 * configure: Regenerate.
1099
1100 2004-01-12 Jakub Jelinek <jakub@redhat.com>
1101
1102 * objcopy.c: Include elf-bfd.h.
1103 (is_strip_section): Don't strip debugging sections if
1104 STRIP_NONDEBUG.
1105 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1106 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1107
1108 * objcopy.c (copy_section): Free relpp if relcount == 0.
1109
1110 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1111
1112 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1113 (stab_demangle_argtypes): Likewise.
1114 (stab_demangle_v3_argtypes): New static function.
1115 (stab_demangle_v3_arg): New static function.
1116
1117 2004-01-12 Nick Clifton <nickc@redhat.com>
1118
1119 * objcopy.c (copy_object): Make the function boolean, returning
1120 FALSE upon failure.
1121 (copy_archive): Handle the return value from copy_object.
1122 (copy_file): Likewise.
1123
1124 2004-01-07 Nick Clifton <nickc@redhat.com>
1125
1126 * readelf.c (find_section): New function. Locates a named
1127 section.
1128 (get_debug_line_pointer_sizes): New function: Initialises the
1129 debug_line_pointer_sizes array.
1130 (display_debug_lines): Call get_debug_line_pointer_sizes.
1131 (display_debug_loc): Likewise.
1132 (load_debug_loc): Use find_section.
1133 (load_debug_str): Likewise.
1134 (display_debug_info): Likewise.
1135 (prescan_debug_info): Delete.
1136 (debug_displays): Remove prescan field.
1137 (process_section_contents): Do not perform prescans.
1138
1139 2004-01-03 Alan Modra <amodra@bigpond.net.au>
1140
1141 * objcopy.c (filter_bytes): Delete. Move code to..
1142 (copy_section): ..here. Simplify size adjustment. Divide
1143 section lma by interleave.
1144
1145 2004-01-02 Nick Clifton <nickc@redhat.com>
1146
1147 * po/ru.po: New file: Russian translation.
1148 * configure.in (ALL_LINGUAS): Add ru
1149 * configure: Regenerate.
1150
1151 For older changes see ChangeLog-0203
1152 \f
1153 Local Variables:
1154 mode: change-log
1155 left-margin: 8
1156 fill-column: 74
1157 version-control: never
1158 End: