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