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