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