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