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