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