OSDN Git Service

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