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