Kaveh Ghazi's printf format attribute checking patch.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0fd3a477
JW
12005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * bucomm.h (report): Add format attribute.
4 * dlltool.c (inform): Likewise.
5 * dllwrap.c (display, inform, warn): Likewise.
6 * objdump.c (objdump_sprintf): Likewise.
7 * readelf.c (error, warn): Likewise. Fix format bugs.
8
06803313
NC
92005-07-05 Dmitry V. Levin <ldv@altlinux.org>
10 Nick Clifton <nickc@redhat.com>
11
12 * strings.c (filename_and_size_t): New typedef.
13 (strings_a_section): Skip sections with size greater or equal to
14 the file size. Cache the file size to avoid repeated stat()s.
15 (strings_object_file): Pass filename_and_size_t argument to
16 strings_a_section() via bfd_map_over_sections().
17
551b43fd
AM
182005-07-04 Alan Modra <amodra@bigpond.net.au>
19
20 PR 1004
21 * objcopy.c (copy_object): Use bfd_make_section_with_flags.
22 (write_debugging_info): Likewise.
23 (setup_section): Use bfd_make_section_anyway_with_flags.
24
398ee8f1
SE
252005-07-01 Steve Ellcey <sje@cup.hp.com>
26
27 * configure.in (AM_BINUTILS_WARNINGS): Add.
28 (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
29 * configure: Regenerate.
30 * config.in: Regenerate.
31 * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
32 * bucomm.h: (NEED_DECLARATION_*): Ditto.
33
b753922c
BE
342005-06-30 Ben Elliston <bje@gnu.org>
35
36 * Makefile.am (check-DEJAGNU): Don't search for expect.
37 * Makefile.in: Regenerate.
38
c3298874
BE
392005-06-30 Ben Elliston <bje@gnu.org>
40
41 * Makefile.am (EXPECT): Set to expect.
42 (RUNTEST): Likewise, set to runtest.
43 * Makefile.in: Regenerate.
44
08d8fa11
JJ
452005-06-17 Jakub Jelinek <jakub@redhat.com>
46
47 * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define.
48 (process_section_headers): Use it.
49 (process_relocs): Don't crash if symsec is not SHT_SYMTAB
50 or SHT_DYNSYM.
51 (process_version_sections): Use sizeof (Elf_External_Versym)
52 instead of sh_entsize.
53
cbee2975
NC
542005-06-16 Nick Clifton <nickc@redhat.com>
55
56 * rename.c (simple_copy): Only define if it is going to be used.
57 (smart_rename): Mark the preserve_dates parameter as possibly
58 being unused.
59
60 * resres.c (write_res_data): Prevent a potential compile time
61 warning by casting the return value from fwrite.
62
77f762d6
L
632005-06-14 H.J. Lu <hongjiu.lu@intel.com>
64
65 PR 995
66 * ar.c (BUFSIZE): Moved to ...
67 * bucomm.h (BUFSIZE): Here.
68
69 * bucomm.c: Include <assert.h>.
70 (bfd_get_archive_filename): New.
71 * bucomm.h (bfd_get_archive_filename): New.
72
73 * objcopy.c (copy_unknown_object): New.
74 (copy_object): Use bfd_get_archive_filename when reporting input
75 error. Don't call fatal on unknown arch.
76 (copy_archive): Call copy_unknown_object on unknown format or
77 arch.
78
c256ffe7
JJ
792005-06-14 Jakub Jelinek <jakub@redhat.com>
80
81 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
82 (get_data): Add nmemb argument. Return NULL if nmemb * size
83 overflows. If var == NULL, allocate one extra byte and
84 clear it.
85 (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
86 get_64bit_program_headers, get_program_headers,
87 get_32bit_section_headers, get_64bit_section_headers,
88 get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
89 process_section_groups, process_relocs, slurp_ia64_unwind_table,
90 ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
91 get_32bit_dynamic_section, get_64bit_dynamic_section,
92 process_dynamic_section, process_version_sections, get_dynamic_data,
93 process_symbol_table, dump_section, load_debug_str, load_debug_loc,
94 load_debug_range, read_and_display_attr_value, process_debug_info,
95 get_debug_info, frame_need_space, display_debug_frames,
96 display_debug_section, process_mips_specific, process_gnu_liblist,
97 process_corefile_note_segment): Adjust get_data callers. Use
98 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
99 passed size is a product of 2 numbers.
100
101 * readelf.c (print_mode): Fix comment typo.
102 (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
103 (dump_relocations): Fix a thinko in check for invalid st_name.
104 (process_program_headers): Don't crash if string_table is NULL.
105 (process_section_headers): Don't crash if e_shstrndx is invalid.
106 Ensure string_table_length is 0 if string_table == NULL.
107 Don't return just because string_table is NULL.
108 (process_section_groups): Don't crash if symtab's sh_link or
109 symbol's st_name is invalid. Fix a memory leak. Fix check for
110 invalid section number entry.
111 (process_relocs): Don't crash if relocation or symbol section's
112 sh_link is invalid.
113 (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
114 relocation section's sh_info is invalid.
115 (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
116 table's sh_link is invalid.
117 (process_version_sections): Don't crash on version or symbol
118 section's sh_link is invalid. Don't crash if symbol's st_shndx
119 is invalid.
120 (process_symbol_table): Don't crash if string table is corrupt
121 or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
122 (debug_apply_rela_addends): Don't crash if relocation section's
123 sh_info or sh_link is invalid.
124 (display_debug_loc): Warn for unterminated .debug_loc section
125 or start offsets not within .debug_loc section boundaries.
126 (process_gnu_liblist): Don't crash if liblist section's sh_link
127 or entry's l_name is invalid.
128
f9ecb0a4
JJ
1292005-06-09 Jakub Jelinek <jakub@redhat.com>
130
131 * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
132 If q->howto->name == NULL, print q->howto->type as number instead.
133 (dump_reloc_set): Likewise.
134
a34e3ecb
EC
1352005-06-07 Eric Christopher <echristo@redhat.com>
136
137 * readelf.c (guess_is_rela): Support ms1.
138 (dump_relocations): Ditto.
139 (get_machine_name): Ditto.
140
1ae72221
AH
1412005-06-07 Aldy Hernandez <aldyh@redhat.com>
142 Michael Snyder <msnyder@redhat.com>
143 Stan Cox <scox@redhat.com>
144
145 * Makefile.am (readelf.o): Depend on ms1.h.
146
147 * Makefile.in: Regenerate.
148
149 * readelf.c: Include ms1.h.
150
5420f73d
L
1512005-06-06 H.J. Lu <hongjiu.lu@intel.com>
152
153 PR 990
154 * nm.c (print_symbol): Call bfd_find_line before
155 bfd_find_nearest_line.
156
b12fe839
AM
1572005-06-06 Alan Modra <amodra@bigpond.net.au>
158
159 * NEWS: Mention new powerpc ld support.
160
b7d4af3a
JW
1612005-06-03 Steve Ellcey <sje@cup.hp.com>
162
163 * configure.in: Check for getc_unlocked prototype.
164 * configure: Regenerate.
165 * config.in: Regenerate.
166 * strings.c (get_char): Only call getc_unlocked if we have seen a
167 prototype.
168
82d457f6
NC
1692005-06-03 Nick Clifton <nickc@redhat.com>
170
171 * configure.in (ALL_LINGUAS): Add zh_TW
172 * configure: Regenerate.
173 * po/zh_TW.po: New Chinese (traditional) translation.
174
7ace3541
RH
1752005-05-31 Richard Henderson <rth@redhat.com>
176
177 * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE.
178
fabcb361
RH
1792005-05-29 Richard Henderson <rth@redhat.com>
180
181 * readelf.c (get_alpha_dynamic_type): New.
182 (get_dynamic_type): Call it.
183
391cb864
L
1842005-05-24 H.J. Lu <hongjiu.lu@intel.com>
185
186 * readelf.c (process_section_groups): Report group section
187 index. Check if the section member index is valid.
188
0c552dc1
FF
1892005-05-23 Fred Fish <fnf@specifixinc.com>
190
191 * addr2line.c (unwind_inlines): New flag for 'i' option.
192 (usage): Document '-i' option.
193 (long_options): Recognize '--inlines'.
194 (translate_addresses): Loop, calling bfd_find_inliner_info as
195 necessary and printing multiple output lines.
196 (main): Handle 'i' option.
197 * doc/binutils.texi (addr2line): Document '-i' option.
198 * NEWS: Mention new addr2line '-i' option.
199
41a865ba
NC
2002005-05-23 Nick Clifton <nickc@redhat.com>
201
202 * readelf.c (fetch_indirect_string): Display a warning message
203 when a corrupt DW_FORM_strp value is encountered.
b12fe839 204
41a865ba
NC
205 (process_debug_info): Mention that the compilation unit offset is
206 being displayed in hexadecimal.
b12fe839 207
41a865ba
NC
208 (display_debug_lines): Fix typo in name of .debug_line section.
209
e3e71e27
ZW
2102005-05-19 Zack Weinberg <zack@codesourcery.com>
211
212 * Makefile.am: Have 'all' depend on 'info'.
213 * Makefile.in: Regenerate.
214
d68f4033
BE
2152005-05-19 Ben Elliston <bje@au.ibm.com>
216
217 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
218 value of DW_ATE_GNU_decimal_float.
219
970c3dbc
DJ
2202005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
221
222 * doc/Makefile.am (config.texi): Don't use $<.
223 * doc/Makefile.in: Regenerated.
224
39ddb54e
NC
2252005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
226
e3e71e27 227 * deflex.l: Ignore CRs
39ddb54e 228
42ecbf5e
DJ
2292005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
230
231 * acinclude.m4: Remove obsolete code.
232 * configure.in: Update AC_PREREQ.
233 * doc/Makefile.am (binutils_TEXINFOS): Define.
234 (config.texi): Depend on distributed files instead of built
235 files.
236 (binutils.dvi, binutils.info): Remove unnecessary rules.
237 (DISTCLEANFILES): Remove.
238 (install-data-local): Renamed from install.
239 (info-local): Renamed from info.
240 * Makefile.in, aclocal.m4, config.in, configure,
241 doc/Makefile.in: Regenerated.
242
1fe44d79
AM
2432005-05-14 Alan Modra <amodra@bigpond.net.au>
244
245 * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
246 DT_PPC_GLINK.
247
f59f7c79
FF
2482005-05-13 Fred Fish <fnf@specifixinc.com>
249
250 * readelf.c: Fix a couple of obvious comment typos,
251 'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
252
a4a00738
L
2532005-05-13 H.J. Lu <hongjiu.lu@intel.com>
254
255 * readelf.c (dump_ia64_unwind): Get stamp with proper size.
256
52d1fb02
NC
2572005-05-12 Nick Clifton <nickc@redhat.com>
258
259 * readelf.c (display_debug_lines): If pointer_size has not been
260 found then assume that it is 4 in order to prevent a seg fault
261 when process_extend_line_op attempts to read the line data.
262
7490d522
AM
2632005-05-11 Alan Modra <amodra@bigpond.net.au>
264
265 * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
266 (get_dynamic_type): Call the above.
267
b43b5d5f
NC
2682005-05-07 Nick Clifton <nickc@redhat.com>
269
270 * Update the address and phone number of the FSF organization in
271 the GPL notices in the following files:
272 aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
273 arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
274 budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
275 cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
276 dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
277 ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
278 objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
279 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
280 size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
281 syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
282 windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
283
a580b8e0
JB
2842005-05-06 Jan Beulich <jbeulich@novell.com>
285
286 * objcopy.c (copy_file): Don't delete output upon error here.
287 (copy_main): Delete output upon error.
288
27eed06b
BE
2892005-05-02 Ben Elliston <bje@au.ibm.com>
290
291 * dlltool.c (dtab): Remove empty function.
292 (process_duplicates): Remove calls to dtab().
293
36d3b955
MR
2942005-05-01 Maciej W. Rozycki <macro@linux-mips.org>
295
296 * doc/binutils.texi (strip, objcopy): Clarify the description of
297 the "--strip-debug" option. Fix a typo.
298
cba12006
L
2992005-04-29 H.J. Lu <hongjiu.lu@intel.com>
300
301 * bucomm.c: Undo the last change.
302 * bucomm.h: Likewise.
303
89b78896
BE
3042005-04-29 Ben Elliston <bje@au.ibm.com>
305
306 * syslex.l (word, number, unit): Remove unused variables.
307 * nlmheader.y (keyword_tokens): Make static.
308 * coffdump.c (dump_coff_symbol, coff_dump): Make static.
309 * coffgrok.c (lofile, last_function_symbol, last_function_type,
310 last_struct, last_enum, cur_sfile): Make variables static.
311 * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
312 sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
313 * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
314 names, pnames): Likewise.
315
85b1c36d
BE
3162005-04-29 Ben Elliston <bje@au.ibm.com>
317
318 * ar.c (mri_mode): Make static.
319 * arsup.c (obfd, real_name, outfile): Likewise.
320 * binemul.c (ar_emul_create): Remove unused function.
321 (ar_emul_default_create): Likewise.
322 * binemul.h (ar_emul_create): Remove declaration.
323 (ar_emul_default_create): Likewise.
324 (struct bin_emulation_xfer_struct): Remove ar_create member.
325 * bucomm.c (report): Make static.
326 * bucomm.h (report): Remove declaration.
327 * cxxfilt.c (mbuffer): Make static.
328 (main): Use unsigned ints for some loop control variables.
329 * readelf.c: Make many global variables static.
330 * size.c (berkeley_format): Make static.
331 (long_options): Likewise.
332 * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
333 structure initialiser.
334 (bin_aix5_emulation): Likewise.
335 * emul_vanilla.c (bin_vanilla_emulation): Likewise.
336
943ea8a2
BE
3372005-04-27 Ben Elliston <bje@au.ibm.com>
338
339 * syslex.l: Adjust top-of-file comment: this file is part of GNU
340 binutils, not GNU ld.
341
e7f918ad
NC
3422005-04-25 Nick Clifton <nickc@redhat.com>
343
bee59fd2
NC
344 PR872
345 * objcopy.c (copy_archive): Initialise 'obfd' field of new
346 name_list structure.
7490d522 347
e7f918ad 348 * objcopy.c (copy_usage): Fix description of -K switch.
bee59fd2 349
e7f918ad
NC
350 * doc/binutils.texi (strip, objcopy): Fix description of -K
351 switch.
352
ae67fcb5
DJ
3532005-04-20 Daniel Jacobowitz <dan@codesourcery.com>
354
355 * readelf.c (display_debug_frames): Use data factor for
356 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
357
3bee8bcd
L
3582005-04-19 H.J. Lu <hongjiu.lu@intel.com>
359
360 * objdump.c (dump_section_header): Skip linker created section.
361
64c1196b
L
3622005-04-17 H.J. Lu <hongjiu.lu@intel.com>
363
364 * objdump.c (dump_section_header): Support SEC_GROUP.
365
520494b6
NC
3662005-04-16 Nick Clifton <nickc@redhat.com>
367
368 * readelf.c (debug_apply_rela_addends): Remove redundant %s from
369 printf string.
370
ac559f4a
NC
3712005-04-15 Nick Clifton <nickc@redhat.com>
372
373 * objcopy.c (copy_file): Issue an error message when attmepting to
374 copy an empty input file.
375
9e9b66a9
AM
3762005-04-14 Alan Modra <amodra@bigpond.net.au>
377
378 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
379 * configure.in: Include ../bfd/warning.m4 contents.
380 * Makefile.in: Regenerate.
381 * configure: Regenerate.
382 * doc/Makefile.in: Regenerate.
383
ceae3e33
AM
3842005-04-12 Alan Modra <amodra@bigpond.net.au>
385
386 * Makefile.am: Run "make dep-am".
387 (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
388 (sysroff.o, defparse.o, deflex.o): Likewise.
389 (nlmheader.o, rcparse.o, rclex.o): Likewise.
390 * Makefile.in: Regenerate.
391 * aclocal.m4: Regenerate.
392 * config.in: Regenerate.
393 * configure: Regenerate.
394
53260797
JB
3952005-04-11 Jan Beulich <jbeulich@novell.com>
396
397 * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
398
52f3cf45
L
3992005-04-06 Nick Clifton <nickc@redhat.com>
400 H.J. Lu <hongjiu.lu@intel.com>
401
402 * po/rw.po: New translation: Kinyarwanda.
403 * configure.in (ALL_LINGUAS): Add rw.
404 * configure: Regenerate.
405
a8b683fc
MR
4062005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
407
408 * readelf.c (debug_apply_rela_addends): Reorder r_info as
409 necessary for 64-bit MIPS.
410
470e4bd1
MR
4112005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
412
413 * doc/binutils.texi (readelf): Remove a duplicate paragraph.
414
661f7c35
NC
4152005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
416
417 PR binutils/813
418 * objdump.c (dump_symbols): Add a check to see if the section for
419 the symbol is chosen using process_section_p.
420
81fc812e
L
4212005-04-01 H.J. Lu <hongjiu.lu@intel.com>
422
423 * NEWS: Mention new readelf options, "-N/--full-section-name"
424 and "-g/--section-groups".
425
426 * doc/binutils.texi: Document new readelf options,
427 "-N/--full-section-name" and "-g/--section-groups".
428
595cf52e
L
4292005-03-31 H.J. Lu <hongjiu.lu@intel.com>
430
431 * readelf.c (do_full_section_name): New.
432 (options): Add "--full-section-name"/'N'.
433 (usage): Add -N/--full-section-name.
434 (parse_args): Handle 'N'.
435 (process_section_headers): Print out the full section name if
436 do_full_section_name isn't 0.
437
e46eba98
NC
4382005-03-31 Nick Clifton <nickc@redhat.com>
439
440 * configure.in: Add a check for <unistd.h> providing a prototype
441 for getopt() which is compatible with the one in
442 include/getopt.h. If so then define HAVE_DECL_GETOPT.
443 * configure: Regenerate.
444 * config.in (HAVE_DECL_GETOPT): Add.
445 * aclocal.m4: Regenerate.
446 * addr2line.c: Include "config.h" before "bfd.h" so that
447 HAVE_DECL_GETOPT is defined before getopt.h is included.
448
ec72cfe5
NC
4492005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
450
451 * doc/binutils.texi: Document new VAX disassembler-specific option
452 -M entry:0xfooba8.
453 * NEWS: Mention the new option.
7490d522 454
abd18680
AP
4552005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
456
457 * MAINTAINERS: Add myself as H8300 maintainer.
458
5810296b
AL
4592005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
460
461 * objdump.c (disassemble_bytes): Remove cast.
462
335a0d39
DJ
4632005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
464
465 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
466 binutils-2_16-branch.
467
163730f0
MK
4682005-03-25 Mark Kettenis <kettenis@gnu.org>
469
470 * MAINTAINERS: Add myself as M88k maintainer.
471
bcfb5d77
DS
4722005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
473
474 * winduni.c (unicode_from_ascii): Don't declare variables
475 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
476 string len.
477
1acfb01b
DD
4782005-03-24 Dmitry Diky <diwil@spec.ru>
479
7490d522 480 * MAINTAINERS: Add myself as MSP430 maintainer.
1acfb01b 481
fa0c5056
NC
4822005-03-23 Nick Clifton <nickc@redhat.com>
483
484 * po/fr.po: Updated translation.
485
41772c33
NC
4862005-03-22 Nick Clifton <nickc@redhat.com>
487
488 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
489 privileges list.
490
b294bdf8
MM
4912005-03-17 Paul Brook <paul@codesourcery.com>
492 Dan Jacobowitz <dan@codesourcery.com>
493 Mark Mitchell <mark@codesourcery.com>
494
495 * binutils/readelf.c (get_arm_segment_type): New function.
496 (get_segment_type): Use it.
497
58450b3b
PB
4982005-03-18 Paul Brook <paul@codesourcery.com>
499
500 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
501
2115ce97
DN
5022005-03-17 Diego Novillo <dnovillo@redhat.com>
503
504 * MAINTAINERS: Remove self as maintainer of x86 intel
505 mode.
506
1ad12f97
NC
5072005-03-16 Nick Clifton <nickc@redhat.com>
508 Ben Elliston <bje@au.ibm.com>
509
569acd2c 510 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 511 compiler command line. Enabled by default. Disable via
569acd2c 512 --disable-werror.
1ad12f97
NC
513 * configure: Regenerate.
514
7b4a0685 5152005-03-15 Daniel Marques <marques@cs.cornell.edu>
7490d522 516 Nick Clifton <nickc@redhat.com>
7b4a0685
NC
517
518 * objcopy.c (globalize_specific_list): New linked list of symbols
519 to convert from local binding into global binding.
520 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
521 OPTION_GLOBALIZE_SYMBOLS.
522 (copy_options): Add "globalize-symbol" and "globalize-symbols".
523 (copy_usage): Document the new switches.
524 (filter_symbols): Convert defined local symbols mentioned on the
525 globalize_specific_list into global symbols.
526 (copy_object): Perform actions if the globalize_specific_list is
527 not empty.
528 (copy_main): Handle new switches.
529 * NEWS: Mention new feature.
530 * doc/binutils.texi: Document new switches.
531
ea8409f7
AM
5322005-03-15 Alan Modra <amodra@bigpond.net.au>
533
729ae8d2
AM
534 * po/es.po: Commit new Spanish translation.
535
ea8409f7
AM
536 * po/fr.po: Commit new French translation.
537
248642ab
AM
5382005-03-14 Alan Modra <amodra@bigpond.net.au>
539
540 * po/tr.po: Commit new Turkish translation.
541
e8d46048
NC
5422005-03-11 Nick Clifton <nickc@redhat.com>
543
544 * po/fr.po: Updated French translation.
545
953130a5
NC
5462005-03-10 Nick Clifton <nickc@redhat.com>
547
548 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
953130a5 549 * configure: Regenerate.
af99dc6d
NC
550 * po/ro.po: New file.
551
552 * po/ru.po: Updated file.
953130a5 553
06647dfd
AM
5542005-03-05 Alan Modra <amodra@bigpond.net.au>
555
556 * po/binutils.pot: Regenerate.
557
bb14f524
JB
5582005-03-02 Jan Beulich <jbeulich@novell.com>
559
560 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
561 * objcopy.c (copy_file): Likewise.
562 (strip_main): Likewise.
563
ce04548a
NC
5642005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
565 Nick Clifton <nickc@redhat.com>
566
567 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
568 (struct objdump_disasm_info): Add 'reloc' field.
569 (disassemble_bytes): Fix check for when an insn has a reloc
570 associated with it. Improve comment explaining why the use of
571 octets is wrong. Set the 'reloc' field in objdump_disasm_info
572 structure.
573 (objdump_print_addr): Use new 'reloc' field to lookup the correct
574 address for the symbol associated with the current instruction's
575 relocation.
576 (disassemble_info): Initialise 'reloc' field.
577
e9e44622
JJ
5782005-02-28 Jakub Jelinek <jakub@redhat.com>
579
580 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
581 get_segment_type, get_section_type_name, get_elf_class,
582 get_data_encoding, get_group_flags, dynamic_section_mips_val,
583 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
584 get_AT_name, process_mips_specific, process_gnu_liblist,
585 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
586 sprintf where needed.
587 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
588 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
589 using strcat.
590 (get_dynamic_flags): Renamed to...
591 (print_dynamic_flags): ... this. Print the flags to stdout instead
592 of returning them as string.
593 (process_dynamic_section): Adjust caller.
594
35515c66
L
5952005-02-25 H.J. Lu <hongjiu.lu@intel.com>
596
597 * readelf.c (display_debug_ranges): Print out offset for end of
598 list.
599
9210d879
AM
6002005-02-23 Alan Modra <amodra@bigpond.net.au>
601
602 * dlltool.c: Warning fixes.
603 * objdump.c: Likewise.
604
dc3c06c2
AM
6052005-02-22 Alan Modra <amodra@bigpond.net.au>
606
607 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
608 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
609 dependencies. Run "make dep-am".
610 * nlmconv.c: Warning fixes.
611 * readelf.c: Likewise.
612 * srconv.c: Likewise.
613 * sysdump.c: Likewise.
614 * sysinfo.y: Likewise.
615 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
616 of strcpy.
617 * Makefile.in: Regenerate.
618
ebe372c1
L
6192005-02-21 H.J. Lu <hongjiu.lu@intel.com>
620
621 * objcopy.c (parse_flags): Replace SEC_SHARED with
622 SEC_COFF_SHARED.
623
624 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
625 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
626 SEC_COFF_SHARED for COFF only.
627
72f47744
AM
6282005-02-21 Alan Modra <amodra@bigpond.net.au>
629
630 * Makefile.am: Run "make dep-am"
631 * Makefile.in: Regenerate.
632 * doc/Makefile.in: Regenerate.
633
66543521
AM
6342005-02-21 Alan Modra <amodra@bigpond.net.au>
635
636 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
637 (byte_get_little_endian): Don't handle size of -8.
638 (byte_get_signed, byte_get_big_endian): Likewise.
639 (print_dec_vma, print_hex_vma): New functions.
640 (print_vma): Use them. Return chars output.
641 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
642 (process_symbol_table): Handle alpha and s390 .hash.
643
904c75ac
L
6442005-02-18 H.J. Lu <hongjiu.lu@intel.com>
645
646 * readelf.c (display_debug_loc): Print out offset for end of
647 list.
648
ac40b919
JM
6492005-02-18 Joseph S. Myers <joseph@codesourcery.com>
650
651 * Makefile.am (TOOL_PROGS): Add objdump.
652 * Makefile.in: Regenerate.
653
0af6db78
AM
6542005-02-17 Alan Modra <amodra@bigpond.net.au>
655
656 * deflex.l (YY_NO_UNPUT): Define.
657 * rclex.l (YY_NO_UNPUT): Define.
658 * rcparse.y (null_unichar): New static var.
659 (res_null_text): Use it rather than attempting to init from wchar_t.
660 * windres.c: Include assert.h and time.h before getopt.h.
661 Include config.h and unistd.h too.
662
b5e6aa63
NC
6632005-02-15 Nick Clifton <nickc@redhat.com>
664
665 * nlmconv.c: Provide a full prototype for the localtime() function
666 in order to avoid a compile time warning.
667
d1f5c6e3
L
6682005-02-11 H.J. Lu <hongjiu.lu@intel.com>
669
670 * readelf.c (group_count): Don't initialize it.
671 (process_section_groups): Reurn 1 if we won't do unwind nor
672 section groups. Set group_count to 0 before counting group
673 sections and return 1 if there are no group sections. Reread
674 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
675 section 0.
676 (process_object): Only set do_unwind to 0 if
677 process_section_groups return 0.
678
3517749c
ILT
6792005-02-10 Ian Lance Taylor <ian@airs.com>
680
681 * MAINTAINERS: Update my e-mail address.
682
0dffe982
MM
6832005-02-10 Mark Mitchell <mark@codesourcery.com>
684
685 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
686 maintainers.
687
c4cf3821
NC
6882005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
689
690 * MAINTAINERS: Add self as maintainer of MAXQ.
691
89fac5e3
RS
6922005-01-31 Richard Sandiford <rsandifo@redhat.com>
693
694 * readelf.c (eh_addr_size): New variable.
695 (find_section): Move earlier in file. Return empty sections too.
696 (process_program_headers): Use find_section to find .dynamic.
697 (process_section_headers): Initialize eh_addr_size.
698 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
699 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
700 (display_debug_frames): Use it instead of local addr_size variable.
701 (size_of_encoded_value): Get pointer size from eh_addr_size rather
702 than is_32bit_elf.
703
c46f8c51
AC
7042005-01-31 Andrew Cagney <cagney@gnu.org>
705
706 * configure: Regenerate to track ../gettext.m4.
707
d342277e
NC
7082005-01-31 Nick Clifton <nickc@redhat.com>
709
710 * version.c (print_version): Bump the copyright date to 2005.
711
8615f3f2
AM
7122005-01-25 Alan Modra <amodra@bigpond.net.au>
713
714 * nm.c (display_rel_file): Read dynamic syms before calling
715 bfd_get_synthetic_symtab.
716
84e43642
BE
7172005-01-21 Ben Elliston <bje@au.ibm.com>
718
719 * dlltool.c (dump_iat): Remove unused function.
720 (gen_exp_file): Remove #if 0'd code.
721 (make_one_lib_file): Likewise.
722 * srconv.c: Remove #if 0'd code throughout.
723 * size.c (lprint_number): Remove.
724 (print_berkeley_format): Remove #if 0'd code.
725 * ar.c (do_quick_append): Remove declaration and definiton.
726 (main): Remove #if 0'd code.
727 * filemode.c (filemodestring): Remove #if 0'd function.
728 * sysdump.c (unit_info_list): Remove function.
729 (object_body_list): Likewise.
730 (program_structure): Likewise.
731 (debug_list): Likewise.
732 (module): Remove #if 0'd code.
733
619b8b60
MM
7342005-01-20 Mark Mitchell <mark@codesourcery.com>
735
a332ee82
MM
736 * BRANCHES: Add binutils-2_15-branch.
737
619b8b60
MM
738 * MAINTAINERS: Document branch policy.
739 * BRANCHES: New file.
740
e39893d7
FF
7412005-01-19 Fred Fish <fnf@specifixinc.com>
742
743 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
744 * doc/binutils.texi (objdump): Document the "no-aliases"
745 disassembly option.
746
b09a7772
NC
7472005-01-17 Eugene Kotlyarov <ekot@narod.ru>
748
749 PR binutils/647
750 * rcparse.y (RCDATA): Allow a filename to be supplied as the
751 parameter. Parse it with define_rcdata_file().
752 * resrc.c (define_rcdata_file): New function.
753 * windres.h: Provide a prototype for the new function.
754
755 * resrc.c (define_user_file): Fix typo by replacing "font file"
756 with "file".
757
ccf33464
JT
7582005-01-16 Jason Thorpe <thorpej@netbsd.org>
759
760 * MAINTAINERS: Update my email address.
761
a0ce7f12
DS
7622005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
763
764 * dlltool.c (set_dll_name_from_def): New function. Strip name
765 to basename, with warning.
8615f3f2 766 (def_name): Use it.
a0ce7f12
DS
767 (def_library): Likwise.
768 (main): Strip arg of --dllname to basename, with warning.
769 Only use basename of exp_name when inferring dll_name.
770
195a97ce
NC
7712005-01-11 Nick Clifton <nickc@redhat.com>
772
773 PR binutils/637
774 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
775 footnote in order to prevent the sed script in the Makefile from
776 converting it into c++filt.
777
0853c092
L
7782005-01-10 H.J. Lu <hongjiu.lu@intel.com>
779
780 BZ 635
781 readelf.c (saved_base_address): Removed.
782 (decode_64bit_range): Likewise.
783 (decode_range): Likewise.
784 (display_64bit_debug_ranges): Likewise.
785 (debug_info): Add range_lists, num_range_lists and
786 max_range_lists.
787 (read_and_display_attr_value): Handle do_debug_ranges.
788 (process_debug_info): Likewise.
789 (display_debug_ranges): Rewrite.
790 (process_object): Free range_lists.
791
0bcb06d2
AS
7922005-01-10 Andreas Schwab <schwab@suse.de>
793
794 * configure.in: Don't define SKIP_ZEROES.
795 * configure: Regenerate.
796 * objdump.c (disassemble_data): Set skip_zeroes and
797 skip_zeroes_at_end in disasm_info to defaults.
798 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
799 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
800 always define.
801 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
802 objdump_disasm_info.
803
e54b12b7
L
8042005-01-05 H.J. Lu <hongjiu.lu@intel.com>
805
806 * readelf.c (display_debug_loc): Display base address
807 specifiers. Always output <End of list>.
808
b38c7015
L
8092005-01-05 H.J. Lu <hongjiu.lu@intel.com>
810
811 * readelf.c (have_frame_base): New.
812 (need_base_address): Likewise.
813 (saved_base_address): Likewise.
814 (decode_location_expression): Return 1 if DW_AT_frame_base is
815 needed.
816 (debug_info): Add base_address and a have_frame_base pointer.
817 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
818 saved_base_address. Record base address. Set have_frame_base.
819 Record if a location list has DW_AT_frame_base. Display if a
820 location expression has no DW_AT_frame_base but needs one. Set
821 saved_base_address only if needed.
822 (process_debug_info): Clear have_frame_base, saved_base_address
823 and set need_base_address.
824 (display_debug_loc): Display if a location expression has no
825 DW_AT_frame_base but needs one. Display if start >= end. Don't
826 adjust for section address. Properly handle base address.
827 (process_object): Free the have_frame_base pointer in
828 debug_info.
829
b0660586
L
8302005-01-04 H.J. Lu <hongjiu.lu@intel.com>
831
832 * readelf.c (display_debug_loc): Display offsets for hole and
833 overlap.
834 (display_debug_str): Add a newline at the end.
835
8b626bcf
NC
8362005-01-04 Armin Diehl <diehl@nordrhein.de>
837
838 PR binutils/630
839 * nlmconv.c (main): Only store the basename of the output filename
840 in the module table.
841
5b18a4bc
NC
8422005-01-04 H.J. Lu <hongjiu.lu@intel.com>
843
844 BZ 615
845 * readelf.c (process_debug_info): New.
846 (debug_info): Add num_loc_offsets, loc_offsets and
847 last_loc_offset_p.
848 (get_debug_info): Use process_debug_info.
849 (display_debug_loc): Properly handle location list. Warn if bad
850 location lists are encoutnered.
851 (read_and_process_attr_value): New.
852 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
853 (display_debug_info): Use process_debug_info.
854 (process_object): Also free loc_offsets in debug_information.
855
180e47e2
AM
8562004-12-31 Alan Modra <amodra@bigpond.net.au>
857
858 * objdump.c (remove_useless_symbols): Discard section symbols.
859
0c548fce
L
8602004-12-27 H.J. Lu <hongjiu.lu@intel.com>
861
862 * readelf.c (read_leb128): Support 64bit host.
863
5b18a4bc
NC
8642004-12-23 Nick Clifton <nickc@redhat.com>
865
866 PR binutils/616
867 * readelf.c (debug_info): Add 'cu_offset' field.
868 (get+pointer_size_of_comp_unit): Rename to
869 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
870 the offset of the comp_unit if requested.
871 (get_debug_info): Record comp_unit offsets as well.
872 (display_debug_lines): Call get_pointer_size_of_comp_unit.
873 (decode_location_expression): Add an extra parameter - the offset
874 of the current comp-unit. Use this when decoding the DW_OP_call2
875 and DW_OP_call4 operators.
876 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
877 comp_unit offset on the decode_location_expression.
878 (read_and_display_attr_value): Pass the comp_unit offset on the
879 decode_location_expression.
880 (display_debug_frames): Pass 0 as the comp_unit offset to
881 decode_location_expression.
8615f3f2 882
76a56260
NC
8832004-12-22 Nick Clifton <nickc@redhat.com>
884
885 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
886 New variables associated with obtaining the pointer size for a
887 comp_unit.
888 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
889 of the section requesting the pointer size. Use this name in
890 error messages. If there are not enough comp_units available
891 produce a warning message, but return the last known pointer size
892 so that section dumping can continue.
893 (get_debug_info): Reset the new variables.
894 (display_debug_lines): Add extra parameter to invocation of
895 get_pointer_size_of_comp_unit and remove error message when it
896 returns 0.
897 (display_debug_loc): Likewise.
898
bcf32829
JB
8992004-12-15 Jan Beulich <jbeulich@novell.com>
900
901 * doc/binutils.texi: Document --strip-unneeded-symbol and
902 --strip-unneeded-symbols.
903 * objcopy.c (strip_unneeded_list): New.
904 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
905 and OPTION_STRIP_UNNEEDED_SYMBOLS.
906 (copy_options): Add --strip-unneeded-symbol and
907 --strip-unneeded-symbols.
908 (copy_usage): Likewise.
909 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
910 and the symbol is not needed.
911 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
912 OPTION_STRIP_UNNEEDED_SYMBOLS.
913
ebcb91b7
ILT
9142004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
915
916 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
917
a2f33459
BE
9182004-12-08 Ben Elliston <bje@au.ibm.com>
919
920 * arlex.l: Fix formatting.
921
36607f99
BE
9222004-12-08 Ben Elliston <bje@au.ibm.com>
923
924 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
925 config.texi whose value is the current month and year.
926 * doc/Makefile.in: Rebuild.
927 * doc/binutils.texi: Set the document subtitle to be the value of
928 the Texinfo UPDATED variable (obtained from config.texi).
929
2aa9814e
BE
9302004-12-07 Ben Elliston <bje@au.ibm.com>
931
932 PR binutils/249
933 * doc/binutils.texi (def file format): New node.
934 (dlltool): Use the tool name as the @chapter name, like all the
935 other binutils. Use @file{.def} throughout for consistency.
936
c7de9216
BE
9372004-12-06 Ben Elliston <bje@au.ibm.com>
938
939 * dlltool.c: Comment fix.
940
2423fbe6
BE
9412004-12-06 Ben Elliston <bje@au.ibm.com>
942
943 * doc/binutils.texi: Update copyright years.
944
73fb7068
RS
9452004-12-03 Richard Sandiford <rsandifo@redhat.com>
946
947 * MAINTAINERS: Remove mention of config.if.
948
32118081
NC
9492004-11-30 Tero Niemela <tero_niemela@yahoo.com>
950
951 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
952 * Makefile.in: Regenerate.
953
2b25cacb
ILT
9542004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
955
956 PR binutils/536
957 * stabs.c (stab_demangle_template): Call stab_demangle_count
958 rather than stab_demangle_get_count to get the length of a pointer
959 target.
960
74aba8aa
DS
9612004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
962
963 * defparse.y: Remove unnecessary commas from token list.
964
977cdf5a
NC
9652004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
966
967 * doc/binutils.texi (nm): Update description of weak symbols.
968
18bd398b
NC
9692004-11-03 Nick Clifton <nickc@redhat.com>
970
971 * readelf.c (do_debug_ranges): New variable.
972 (usage): Document new switch: -wR or --debug-dump=Ranges.
973 (parse_args): Handle new switch. Replace switch statement for the
974 long options with a more compact table structure.
975 (process_section_headers): Allow the dumping of .debug_ranges
976 sections if so requested.
977 (debug_displays): Likewise.
978 (load_debug_range): New function: Grabs the contents of a
979 .debug_ranges section.
980 (free_debug_range): New function: Releases the grabbed
981 .debug_ranges section.
982 (decode_64bit_range): New function: Displays a 64-bit range in a
983 .debug_ranges section.
984 (decode_range): New function: Displays a 32-bit range in a
985 .debug_ranges section.
986 (read_and_display_attr_value): Record the value of DW_AT_low_pc
987 attributes. Use decode_ranges() to display a DW_AT_ranges
988 attribute.
989 (display_debug_info): Use load_debug_range() and
990 free_debug_range().
991 (display_64bit_debug_ranges): New function. Displays the contents
992 of a 64-bit format .debug_ranges section.
993 (display_debug_ranges): New function: Displays the contents of a
994 32-bit .debug_ranges section.
8615f3f2 995
18bd398b
NC
996 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
997 global scope.
998 (process_object): Initialise the dump_sects array from the
999 cmdline_dump_sects array before processing each object file.
1000
1001 (streq, strneq): New macros. Use them to replace occurrences of
1002 strcmp() and strncmp().
1003
1004 (debug_information): New structure array to replace
1005 debug_line_pointer_sizes array.
1006 (num_debug_info_entries): New variable to replace
1007 num_debug_line_pointers.
1008 (get_pointer_size_of_comp_unit): New function: Returns the pointer
1009 size of a given compilation unit.
1010 (get_debug_info): New function to replace
1011 get_debug_line_pointer_sizes.
1012 (display_debug_lines): Use the new functions.
1013 (display_debug_loc): Likewise.
8615f3f2 1014
18bd398b
NC
1015 (disassemble_section): Change return type to int.
1016 (display_debug_lines): Move local variables to their
1017 innermost scope.
1018 (display_debug_section): Likewise. Also record the return value
1019 of functions called and pass this back to the parent. Also only
1020 warn about undumped sections when the user explicitly requested
1021 their dumping.
1022
1023 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
1024 types as well.
8615f3f2 1025
18bd398b
NC
1026 * NEWS: Mention the support for decoding .debug_ranges sections.
1027 * doc/binutils.texi: Document the new command line switch to
1028 readelf.
1029
57346661
AM
10302004-11-03 Randolph Chung <tausq@debian.org>
1031
1032 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
1033 unw_aux_info and unw_table_entry.
1034 (find_symbol_for_address): Pass symtab and strtab info explicitly.
1035 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
1036 prefix.
1037 (slurp_ia64_unwind_table): Likewise.
1038 (ia64_process_unwind): Rename from old process_unwind.
1039 (hppa_unw_aux_info): New.
1040 (dump_hppa_unwind): New.
1041 (slurp_hppa_unwind_table): New.
1042 (hppa_process_unwind): New.
1043 (process_unwind): Factor out common unwinding checks; dispatch to
1044 unwind handler based on machine type.
1045
935d0bca
NC
10462004-11-02 Nick Clifton <nickc@redhat.com>
1047
1048 * readelf.c (display_debug_lines): Fix typo in error message.
1049
1ec5cd37
NC
10502004-10-26 Mark Mitchell <mark@codesourcery.com>
1051
1052 * readelf.c (get_note_type): Handle notes not in core files.
1053 (process_note_sections): New function.
1054 (process_corefile_contents): Rename to ...
1055 (process_notes): ... this.
1056 (process_object): Call process_notes, not
1057 process_corefile_contents.
1058 * doc/binutils.texi: Update readelf -n documentation.
1059
b3f21e4a
JJ
10602004-10-26 Jakub Jelinek <jakub@redhat.com>
1061
1062 * ar.c (extract_file): Set atime to mtime for ar xo.
1063
2b4c4cc4
ILT
10642004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
1065
1066 * stabs.c (stab_demangle_v3_arglist): New static function, broken
1067 out of stab_demangle_v3_argtypes.
1068 (stab_demangle_v3_argtypes): Call it.
1069 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
1070 If we find an unrecognized component, print out its number.
1071
1ffa9a18
L
10722004-10-25 David Mosberger <davidm@hpl.hp.com>
1073
1074 * readelf.c (slurp_ia64_unwind_table): Support relocations against
1075 non-section symbols by adding in the symbol value.
1076
d79b3d50
NC
10772004-10-25 Nick Clifton <nickc@redhat.com>
1078
1079 PR 465
1080 * readelf.c (dynamic_strings_length): New global variable.
1081 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
1082 strings in the dynamic string table.
1083 (process_section_headers): Initialise dynamic_strings_length.
1084 (process_dynamic_section): Likewise.
1085 (process_object): Reset dynamic_string_length when the buffer is freed.
1086 (dynamic_sections_mips_val): Use the new macros.
1087 (process_dynamic_section): Likewise.
1088 (process_version_sections): Likewise.
1089 (process_symbol_table): Likewise.
1090 (process_syminfo): Likewise.
1091 (process_mips_specific): Likewise.
1092 (dump_relocations): Add a new parameter 'strtablen' and use this
1093 to verify that string offset in a given reloc is valid. Print a
1094 suitable error message otherwise.
1095 (process_relocs): Pass the new argument to dump_relocations.
1096
0fd555c4
NC
10972004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1098
1099 * dlltool.c: Include <assert.h>.
1100 (PREFIX_ALIAS_BASE): Define.
1101 (struct export): Add member import_name;
1102 (def_exports): Set import_name.
1103 (make_one_lib_file): Remove prefix alias code, use import_name
1104 in .idata$6.
1105 (gen_lib_file): Create and delete aliases.
1106
5ab0c1a1
L
11072004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1108
1109 * readelf.c (process_section_groups): Free symtab after use.
1110
d412a550
NC
11112004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
1112 Nick Clifton <nickc@redhat.com>
1113
1114 * strings.c (usage): Place radix values for -t option into the
1115 correct order.
1116
1117 * objcopy.c (add_redefine_syms_file): Change error messages to use
1118 <filename>:<linenumber>: format for easier parsing by automatic
1119 tools.
1120
1121 * srconv.c (show_usage): Fix spelling typo.
1122
1123 * windres.c (format_from_filename): Suggest the use of -J instead
1124 of -I if the file type cannot be determined.
1125
fb608b92
NC
11262004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1127
1128 * strings.c: Include <sys/stat.h>.
1129
2bb2d727
AM
11302004-10-18 Alan Modra <amodra@bigpond.net.au>
1131
7f67d4c9
AM
1132 * budemang.c (demangle): Fix thinko.
1133
2bb2d727
AM
1134 * budemang.c (demangle): Handle "@plt" suffix.
1135
61bbd35b
NC
11362004-10-14 Nick Clifton <nickc@redhat.com>
1137
1138 * nm.c (usage): Fix description of --special-syms switch.
1139
fb5b5478
JJ
11402004-10-13 Jakub Jelinek <jakub@redhat.com>
1141
1142 * strings.c (statbuf): New typedef.
1143 (file_stat): Define.
1144 (strings_object_file): Avoid using get_file_size, instead do the
1145 checks here, using file_stat.
1146 * configure.in (HAVE_STAT64): New test.
1147 * configure: Rebuilt.
1148 * config.in: Rebuilt.
1149
8cb51566
PB
11502004-10-12 Paul Brook <paul@codesourcery.com>
1151
1152 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
1153
83ef0798
AM
11542004-10-11 Alan Modra <amodra@bigpond.net.au>
1155
1156 * objdump.c (dump_symbols): Fix thinko last change. Improve error
1157 messages.
1158
3c9458e9
NC
11592004-10-08 Nick Clifton <nickc@redhat.com>
1160
1161 * nm.c: Add a new switch --special-syms which, if enabled, will
1162 include the ARM Mapping symbols in nm's output.
1163 (usage): Mention the switch.
1164 (filter_symbols): Handle the switch.
1165 * objdump.c: Add a similar switch.
1166 (usage): Mention the switch.
1167 (dump_symbols): Handle the switch.
1168 * doc/binutils.texi: Document the new switches.
1169 * NEWS: Mention the new switches.
1170
d2b2c203
DJ
11712004-10-08 Daniel Jacobowitz <dan@debian.org>
1172
1173 * readelf.c (get_x86_64_section_type_name): New function.
1174 (get_section_type_name): Use it.
1175
d67a454c
NC
11762004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1177
1178 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
1179 patches.
1180 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
1181
1c877e87
AO
11822004-10-07 Alexandre Oliva <aoliva@redhat.com>
1183
1184 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
1185 types.
1186
40a18ebd
NC
11872004-10-01 Paul Brook <paul@codesourcery.com>
1188
1189 * readelf.c (get_arm_section_type_name): New function.
1190 (get_section_type_name): Use it.
1191
382c1116
NC
11922004-09-28 Nick Clifton <nickc@redhat.com>
1193
eb1ab0cf 1194 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
1195 prototypes.
1196
cbaa0dc5
AM
11972004-09-22 Alan Modra <amodra@bigpond.net.au>
1198
1199 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
1200 segments.
1201
3443c1ae
AM
12022004-09-17 Alan Modra <amodra@bigpond.net.au>
1203
1204 * Makefile.am: Run "make dep-am".
1205 * Makefile.in: Regenerate.
1206 * config.in: Regenerate.
1207 * configure: Regenerate.
1208 * doc/Makefile.in: Regenerate.
1209 * po/binutils.pot: Regenerate.
1210
74013231
AM
12112004-09-12 Alan Modra <amodra@bigpond.net.au>
1212
1213 * readelf.c (decode_location_expression): Sign extend value for
1214 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
1215
360589e8
NC
12162004-09-09 Nick Clifton <nickc@redhat.com>
1217
1218 PR 363
1219 * ar.c (replace_members): Do not use get_file_size as
1220 ar_emul_append correctly handles missing files.
1221
d15b04bd
L
12222004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1223
1224 * configure: Regenerated with autconfig 2.13.
1225
d597aff7
DS
12262004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
1227
74013231
AM
1228 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
1229 documentation.
d597aff7 1230
04c34128
NC
12312004-09-06 Michael Wardle <mbw@endbracket.net>
1232
3023b782 1233 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
1234 the effect of the -p switch.
1235
d597aff7 12362004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 1237
6cef8f72
DS
1238 * dlltool.c (make_one_lib_file): Test if internal_name was
1239 specified by user before using it.
5df31fad 1240
74013231 12412004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
1242
1243 PR binutils/351
1244 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
1245 exp->internal_name if it is present.
1246
ec2dfb42
AO
12472004-09-02 Alexandre Oliva <aoliva@redhat.com>
1248
1249 * MAINTAINERS: Add self as co-maintainer of FR-V.
1250 * readelf.c (get_machine_flags): Print FR-V cpu types.
1251
0873df2a
AM
12522004-08-28 Alan Modra <amodra@bigpond.net.au>
1253
1254 * nm.c (show_synthetic): New var.
1255 (long_options): Add "synthetic".
1256 (usage): Here too.
1257 (display_rel_file): Handle show_synthetic.
1258
c9727e01
AM
12592004-08-28 Alan Modra <amodra@bigpond.net.au>
1260
1261 * objdump.c (dump_bfd): Pass both symbol tables to
1262 bfd_get_synthetic_symtab.
1263
90e3cdf2
JJ
12642004-08-17 Jakub Jelinek <jakub@redhat.com>
1265
1266 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1267 of dynsyms to bfd_get_synthetic_symtab.
1268
d84de024
AM
12692004-08-16 Alan Modra <amodra@bigpond.net.au>
1270
1271 * readelf.c (debug_apply_rela_addends): New function, extracted from..
1272 (display_debug_info): ..here.
1273 (display_debug_frames): Call debug_apply_rela_addends. Don't do
1274 DW_EH_PE_pcrel adjustment for ET_REL.
1275
efcb5b0e
AS
12762004-08-06 Andreas Schwab <schwab@suse.de>
1277
1278 * readelf.c (dump_relocations): Fix typo when calculating
1279 sec_index.
1280
d3cde3af
NC
12812004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
1282
1283 * dllwrap.c (deduce_name): Fix typos introduced when program_name
1284 was renamed to prog_name.
1285
1d70c7fb
AO
12862004-07-29 Alexandre Oliva <aoliva@redhat.com>
1287
1288 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1289 EF_SH2A_NOFPU.
1290
ccde1100
AO
12912004-07-28 Alexandre Oliva <aoliva@redhat.com>
1292
1293 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
1294 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1295 EF_SH4A_NOFPU.
1296 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
1297 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1298
082b7297
L
12992004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1300
1301 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1302 to access comdat.
1303 * objdump.c (dump_section_header): Likewise.
1304
44a6d974
NC
13052004-07-15 Aravinda PR <aravindapr@rediffmail.com>
1306
1307 * nlmconv.c (main): Pass map_file argument to link_inputs.
1308 (link_inputs): Use map_file argument if it is defined.
1309
61513dc1
NC
13102004-07-13 Nick Clifton <nickc@redhat.com>
1311
1312 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1313 conflicts with exported global defined in bucomm.h.
1314 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1315 shadowing the global defined in bucomm.h.
1316
607dea97
NC
13172004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1318
1319 * dlltool.c (ext_prefix_alias): New global variable.
1320 (make_one_lib_file): Add aliases with prefixes for external
1321 and import definitions.
1322 (usage): Document -p option.
1323 (long_options): Add --ext-prefix-alias option.
1324 (main): Handle -p.
1325 * doc/binutils.texi: Document new switch.
1326 * NEWS: Mention new switch.
1327
2758961a
NC
13282004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1329
1330 * binutils/dlltool.c (asm_prefix): Add parameter: name.
1331 No underscore for symbols beginning with ?.
1332 (ASM_PREFIX): Add parameter: NAME.
1333 (gen_exp_file): Use new parameter.
1334 (make_label): Likewise.
1335 (make_imp_label): Likewise.
1336 (make_one_lib_file): Likewise.
1337
1fe1f39c
NC
13382004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1339
1340 * MAINTAINERS: Added myself to the list.
1341 * readelf.c: Include "elf/crx.h".
1342 (guess_is_rela): Handle EM_CRX.
1343 (get_machine_name): Likewise.
1344 (dump_relocations): Likewise.
1345
c87db184
CF
13462004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1347
1348 * doc/binutils.texi (nm): Clarify weak symbol description.
1349
fb7b006e
BE
13502004-06-24 Ben Elliston <bje@au.ibm.com>
1351
1352 * readelf.c (get_segment_type): Display "GNU_STACK", not just
1353 "STACK", when a PT_GNU_STACK segment is encountered.
1354
eea6121a
AM
13552004-06-24 Alan Modra <amodra@bigpond.net.au>
1356
1357 * objcopy.c (copy_section): Don't set _cooked_size.
1358
fb514b26
AM
13592004-06-22 Alan Modra <amodra@bigpond.net.au>
1360
ba2685cc
AM
1361 * readelf.c (Elf32_Word): Delete.
1362 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1363 (get_64bit_dynamic_section): Likewise.
1364
1365 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1366 (get_64bit_dynamic_section): Likewise.
1367
86dba8ee
AM
1368 * readelf.c (dynamic_nent): New variable.
1369 (get_32bit_dynamic_section): Set it.
1370 (get_64bit_dynamic_section): Here too.
1371 (process_dynamic_section): Use it instead of dynamic_size.
1372 (process_syminfo): Likewise.
1373
fb514b26
AM
1374 * readelf.c (get_32bit_dynamic_section): Correct number of entries
1375 translated from external to internal form.
1376 (get_64bit_dynamic_section): Likewise.
1377
b2d38a17
NC
13782004-06-18 Jie Zhang <zhangjie@magima.com.cn>
1379
1380 * readelf.c (process_program_headers): When locating the dynamic
1381 section use the section table if it is present.
1382 (dynamic_segment): Renamed to dynamic_section.
1383 Replace references to dynamic segment with references to dynamic
1384 section, except where appropriate.
1385 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1386 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1387 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1388 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1389 Remove tag counting code as it is no longer needed.
1390 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1391 Remove tag counting code as it is no longer needed.
1392 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 1393
135dfb4a
AM
13942004-06-15 Alan Modra <amodra@bigpond.net.au>
1395
1396 * objcopy.c (copy_section): Use bfd_get_section_size instead of
1397 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
1398 (compare_section_lma): Likewise.
1399 * addr2line.c (find_address_in_section): Likewise.
1400 * coffgrok.c (do_sections_p1): Likewise.
1401 * dlltool.c (scan_drectve_symbols): Likewise.
1402 * nlmconv.c (main): Likewise.
1403 (copy_sections): Likewise.
1404 (powerpc_mangle_relocs): Likewise.
1405 * objdump.c (disassemble_section): Likewise.
1406 * prdbg.c (find_address_in_section): Likewise.
1407 * size.c (berkeley_sum): Likewise.
1408 * srconv.c (wr_ob): Likewise.
1409 * strings.c (strings_a_section): Likewise.
1410
90e01f86
ILT
14112004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
1412
1413 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1414
80fccad2
BW
14152004-05-17 David Heine <dlheine@tensilica.com>
1416
eea6121a 1417 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
1418 (copy_object): Call setup_bfd_headers.
1419
0da76f83
NC
14202004-05-13 Paul Brook <paul@codesourcery.com>
1421
1422 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1423 entries.
1424
9598fbe5
NC
14252004-05-13 Nick Clifton <nickc@redhat.com>
1426
1427 * po/fr.po: Updated French translation.
1428
8c37241b
JJ
14292004-05-11 Jakub Jelinek <jakub@redhat.com>
1430
1431 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1432
e4b17d5c
L
14332004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1434
1435 * readelf.c (section_groups): New.
1436 (group_count): New.
1437 (section_headers_groups): New.
1438 (process_section_groups): Populate group_count, section_groups
1439 and section_headers_groups.
1440 (process_unwind): Support section group.
1441 (process_object): Always call process_section_groups. Free
1442 section_groups and section_headers_groups.
1443
f2da459f
L
14442004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1445
1446 * readelf.c (process_section_headers): Use %3lu on sh_info.
1447
f8935895
NC
14482004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1449
1450 * ranlib.sh: Quote $1 argument in case it contains spaces.
1451
14522004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
1453
1454 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1455
f5842774
L
14562004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1457
1458 * readelf.c (do_section_groups): New.
1459 (options): Add --section-groups/-g.
1460 (usage): Mention --section-groups/-g.
1461 (parse_args): Support --section-groups/-g.
1462 (get_group_flags): New.
1463 (process_section_groups): New.
1464 (process_object): Call process_section_groups.
1465
46212538
AM
14662004-04-24 Alan Modra <amodra@bigpond.net.au>
1467
1468 * objdump.c (disassemble_section): Don't disassemble sections
1469 without SEC_HAS_CONTENTS.
1470
4c45e5c9
JJ
14712004-04-22 Jakub Jelinek <jakub@redhat.com>
1472
1473 * objdump.c (synthsyms, synthcount): New variables.
1474 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1475 Add synthetized symbols.
1476 (dump_bfd): For disassemble, initialize dynsyms always and
1477 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1478 before returning.
1479
e9f87780
AM
14802004-04-14 Alan Modra <amodra@bigpond.net.au>
1481
1482 * strings.c (print_strings): Cast file_off to unsigned long in
1483 printf arg list.
1484
1ba93119
AM
14852004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1486
1487 PR 86
1488 * arsup.c (ar_save): Use smart_rename.
1489
935a41f5
NC
14902004-04-01 Dean Luick <luick@cray.com>
1491
1492 * readelf.c (display_debug_pubnames): Align offset and data
1493 columns.
1494 (read_and_display_attr_value): Add missing break;
1495 (debug_displays): Enable the display of the .debug_pubtypes
1496 section.
1497
92e25cf8
SS
14982004-03-30 Stan Shebs <shebs@apple.com>
1499
1500 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1501 support files, no longer used.
1502
d507cf36
PB
15032004-03-23 Paul Brook <paul@codesourcery.com>
1504
1505 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1506
8c9a9879
RH
15072004-03-21 Richard Henderson <rth@redhat.com>
1508
1509 * readelf.c (display_debug_frames): Don't crash for mismatched
1510 DW_CFA_restore_state.
1511
6ece5c52
AM
15122004-03-19 Alan Modra <amodra@bigpond.net.au>
1513
1514 * Makefile.am: Run "make dep-am".
1515 * Makefile.in: Regenerate.
1516 * aclocal.m4: Regenerate.
1517 * config.in: Regenerate.
1518 * configure: Regenerate.
1519 * po/binutils.pot: Regenerate.
1520
6f104306
NS
15212004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1522
1523 * objdump.c (struct SFILE): Replace current pointer with pos
1524 offset, rename size to alloc.
1525 (objdump_sprintf): Avoid unnecessary copies in the common case
1526 (disassemble_bytes): Keep sfile live throughout the
1527 function. Adjust usage appropriately.
1528
523f6a27
BE
15292004-03-10 Ben Elliston <bje@gnu.org>
1530
1531 * MAINTAINERS: Update my mail address.
1532
7aa52b1f
NC
15332004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1534
1535 * deflex.l: Handle "PRIVATE" string.
1536 * defparse.y (%token): Add PRIVATE.
1537 (%type): Add opt_PRIVATE.
1538 (expline): Pass opt_PRIVATE to def_exports.
1539 (opt_PRIVATE): Handle PRIVATE token.
1540 * dlltool.h (def_exports): Add 7th param for private flag to
1541 declaration.
1542 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1543 (struct export): Add 'private' field.
1544 (def_exports): Set 'private' field of struct exports.
1545 (scan_drectve_symbols): Adjust calls to def_exports.
1546 (scan_filtered_symbols): Likewise.
1547 (dump_def_info): Print 'private' field.
1548 (gen_def_file): Likewise.
1549 (gen_lib_file): Skip generation of lib object if private.
1550 Delete tmp object files in same order as they were generated.
1551 Don't delete non-existent private object files.
1552
af865222
AS
15532004-02-27 Andreas Schwab <schwab@suse.de>
1554
1555 * ar.c (main): Support POSIX-compatible argument parsing.
1556
c7e7ca54
NC
15572004-02-23 Daniel Lucq <daniel@lucq.org>
1558
1559 * readelf.c (process_mips_specific): Print conflictsno as an
1560 unsigned long.
1561
eff21b8e
CF
15622004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1563
1564 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1565
2f01ffbf
JJ
15662004-02-19 Jakub Jelinek <jakub@redhat.com>
1567
1568 * objcopy.c (copy_section): Avoid warnings.
1569
c92c35e7
AC
15702004-02-14 Andrew Cagney <cagney@redhat.com>
1571
1572 * ar.c (remove_output): Use bfd_cache_close.
1573 * arsup.c (ar_end): Ditto.
1574
9d241085
RM
15752004-01-21 Roland McGrath <roland@redhat.com>
1576
1577 * readelf.c (get_note_type): Match NT_AUXV.
1578
d99e9f4d
NC
15792004-01-20 Nick Clifton <nickc@redhat.com>
1580
1581 * version.c (print_version): Update copyright year to 2004.
1582
f8b73030
MR
15832004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1584
1585 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1586 throughout.
1587 * aclocal.m4: Regenerate.
1588 * configure: Regenerate.
1589
f0312d39
JJ
15902004-01-12 Jakub Jelinek <jakub@redhat.com>
1591
1592 * objcopy.c: Include elf-bfd.h.
1593 (is_strip_section): Don't strip debugging sections if
1594 STRIP_NONDEBUG.
1595 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1596 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1597
1598 * objcopy.c (copy_section): Free relpp if relcount == 0.
1599
041821e6
ILT
16002004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1601
1602 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1603 (stab_demangle_argtypes): Likewise.
1604 (stab_demangle_v3_argtypes): New static function.
1605 (stab_demangle_v3_arg): New static function.
1606
950d48e7
NC
16072004-01-12 Nick Clifton <nickc@redhat.com>
1608
1609 * objcopy.c (copy_object): Make the function boolean, returning
1610 FALSE upon failure.
eea6121a
AM
1611 (copy_archive): Handle the return value from copy_object.
1612 (copy_file): Likewise.
950d48e7 1613
d9296b18
NC
16142004-01-07 Nick Clifton <nickc@redhat.com>
1615
1616 * readelf.c (find_section): New function. Locates a named
1617 section.
1618 (get_debug_line_pointer_sizes): New function: Initialises the
1619 debug_line_pointer_sizes array.
eea6121a
AM
1620 (display_debug_lines): Call get_debug_line_pointer_sizes.
1621 (display_debug_loc): Likewise.
1622 (load_debug_loc): Use find_section.
1623 (load_debug_str): Likewise.
1624 (display_debug_info): Likewise.
1625 (prescan_debug_info): Delete.
1626 (debug_displays): Remove prescan field.
1627 (process_section_contents): Do not perform prescans.
d9296b18 1628
5e675b72
AM
16292004-01-03 Alan Modra <amodra@bigpond.net.au>
1630
1631 * objcopy.c (filter_bytes): Delete. Move code to..
1632 (copy_section): ..here. Simplify size adjustment. Divide
1633 section lma by interleave.
1634
f0660b73
NC
16352004-01-02 Nick Clifton <nickc@redhat.com>
1636
1637 * po/ru.po: New file: Russian translation.
1638 * configure.in (ALL_LINGUAS): Add ru
1639 * configure: Regenerate.
eb18fd22 1640
c9e214e5 1641For older changes see ChangeLog-0203
252b5132
RH
1642\f
1643Local Variables:
1644mode: change-log
1645left-margin: 8
1646fill-column: 74
1647version-control: never
1648End:
This page took 0.333611 seconds and 4 git commands to generate.