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