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