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