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