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