2005-09-07 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
... / ...
CommitLineData
12005-09-07 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (get_elf_section_flags): Handle 64bit sh_flags.
4
52005-09-02 H.J. Lu <hongjiu.lu@intel.com>
6
7 * readelf.c (debug_abbrev_contents): New.
8 (debug_abbrev_size): Likewise.
9 (load_debug_abbrev): Likewise.
10 (free_debug_abbrev): Likewise.
11 (process_debug_info): Use them.
12
132005-08-17 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR binutils/1179
16 * objdump.c (disassemble_bytes): Don't adjust
17 adjust_section_vma.
18 (adjust_addresses): Don't adjust vma for debugging section.
19 Adjust lma only for relocatable files.
20 (dump_bfd): Tell adjust_addresses if it is a relocatable file.
21
222005-08-16 H.J. Lu <hongjiu.lu@intel.com>
23
24 * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined.
25
26 * configure.in (AC_GNU_SOURCE): Added.
27 (AC_CHECK_DECLS): Add stpcpy.
28 * configure: Regenerated.
29 * config.in: Likewise.
30
312005-08-16 Jakub Jelinek <jakub@redhat.com>
32
33 * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL,
34 UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname
35 buffer sizes.
36
372005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
38
39 * doc/binutils.texi (objdump): Document -M e300.
40
412005-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
42
43 * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
44 Don't access table entries past the end of the table.
45
462005-08-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
47
48 * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.
49 (get_parisc_section_type_name): Handle SHT_PARISC_DLKM.
50
512005-08-11 H.J. Lu <hongjiu.lu@intel.com>
52
53 * NEWS: Mention "-t/--section-details" and
54 "-N/--full-section-name".
55
56 * doc/binutils.texi: Document "-t/--section-details". Remove
57 "-N/--full-section-name".
58
59 * readelf.c (do_full_section_name): Renamed to ...
60 (do_section_details): This.
61 (option): Rename "-N/--full-section-name" to
62 "-t/--section-details".
63 (usage): Likewise.
64 (parse_args): Likewise.
65 (get_elf_section_flags): Support do_section_details.
66 (process_section_headers): Updated for do_section_details.
67
682005-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
69
70 * readelf.c (get_parisc_dynamic_type): Add new dynamic types.
71 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
72 e_machine is EM_PARISC.
73 (get_parisc_segment_type): Add new segment types.
74 (get_parisc_section_type_name): Add new section names.
75 (dynamic_section_parisc_val): Add new table entries.
76
772005-08-01 Filip Navara <navaraf@reactos.com>
78
79 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
80 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
81
822005-07-25 H.J. Lu <hongjiu.lu@intel.com>
83
84 * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON.
85 (get_symbol_index_type): Likewise.
86 (get_elf_section_flags): Handle SHF_X86_64_LARGE.
87
882005-07-21 Eric Christopher <echristo@apple.com>
89
90 * MAINTAINERS: Change affiliation.
91
922005-07-19 Ben Elliston <bje@au.ibm.com>
93
94 * readelf.c (read_and_display_attr_value): Remove comment adjacent
95 to DW_ATE_decimal_float about it being a GNU extension.
96
972005-07-18 Nick Clifton <nickc@redhat.com>
98
99 * binemul.c: Fix name of Red Hat.
100 * binemul.h: Likewise.
101 * emul_aix.c: Likewise.
102 * emul_vanilla: Likewise.
103
1042005-07-18 Ben Elliston <bje@au.ibm.com>
105
106 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
107 value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float.
108
1092005-07-16 Alan Modra <amodra@bigpond.net.au>
110
111 * Makefile.am: Run "make dep-am".
112 * Makefile.in: Regenerate.
113
1142005-07-15 Eric Christopher <echristo@redhat.com>
115
116 * MAINTAINERS: Change affiliation.
117
1182005-07-14 Jim Blandy <jimb@redhat.com>
119
120 * readelf.c: #include "elf/m32c.h"
121 (guess_is_rela, dump_relocations, get_machine_name): Add cases for
122 EM_M32C.
123 * Makefile.am (readelf.o): Update dependencies.
124 * Makefile.in: Regenerated.
125
1262005-07-08 Ben Elliston <bje@au.ibm.com>
127
128 * bucomm.h: Include <stdarg.h> unconditionally, not only when
129 ANSI_PROTOTYPES is defined. Remove #ifdef logic.
130 * dlltool.c: Likewise.
131 * dllwrap.c: Likewise.
132
1332005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
134
135 * bucomm.h (report): Add format attribute.
136 * dlltool.c (inform): Likewise.
137 * dllwrap.c (display, inform, warn): Likewise.
138 * objdump.c (objdump_sprintf): Likewise.
139 * readelf.c (error, warn): Likewise. Fix format bugs.
140
1412005-07-05 Dmitry V. Levin <ldv@altlinux.org>
142 Nick Clifton <nickc@redhat.com>
143
144 * strings.c (filename_and_size_t): New typedef.
145 (strings_a_section): Skip sections with size greater or equal to
146 the file size. Cache the file size to avoid repeated stat()s.
147 (strings_object_file): Pass filename_and_size_t argument to
148 strings_a_section() via bfd_map_over_sections().
149
1502005-07-04 Alan Modra <amodra@bigpond.net.au>
151
152 PR 1004
153 * objcopy.c (copy_object): Use bfd_make_section_with_flags.
154 (write_debugging_info): Likewise.
155 (setup_section): Use bfd_make_section_anyway_with_flags.
156
1572005-07-01 Steve Ellcey <sje@cup.hp.com>
158
159 * configure.in (AM_BINUTILS_WARNINGS): Add.
160 (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
161 * configure: Regenerate.
162 * config.in: Regenerate.
163 * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
164 * bucomm.h: (NEED_DECLARATION_*): Ditto.
165
1662005-06-30 Ben Elliston <bje@gnu.org>
167
168 * Makefile.am (check-DEJAGNU): Don't search for expect.
169 * Makefile.in: Regenerate.
170
1712005-06-30 Ben Elliston <bje@gnu.org>
172
173 * Makefile.am (EXPECT): Set to expect.
174 (RUNTEST): Likewise, set to runtest.
175 * Makefile.in: Regenerate.
176
1772005-06-17 Jakub Jelinek <jakub@redhat.com>
178
179 * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define.
180 (process_section_headers): Use it.
181 (process_relocs): Don't crash if symsec is not SHT_SYMTAB
182 or SHT_DYNSYM.
183 (process_version_sections): Use sizeof (Elf_External_Versym)
184 instead of sh_entsize.
185
1862005-06-16 Nick Clifton <nickc@redhat.com>
187
188 * rename.c (simple_copy): Only define if it is going to be used.
189 (smart_rename): Mark the preserve_dates parameter as possibly
190 being unused.
191
192 * resres.c (write_res_data): Prevent a potential compile time
193 warning by casting the return value from fwrite.
194
1952005-06-14 H.J. Lu <hongjiu.lu@intel.com>
196
197 PR 995
198 * ar.c (BUFSIZE): Moved to ...
199 * bucomm.h (BUFSIZE): Here.
200
201 * bucomm.c: Include <assert.h>.
202 (bfd_get_archive_filename): New.
203 * bucomm.h (bfd_get_archive_filename): New.
204
205 * objcopy.c (copy_unknown_object): New.
206 (copy_object): Use bfd_get_archive_filename when reporting input
207 error. Don't call fatal on unknown arch.
208 (copy_archive): Call copy_unknown_object on unknown format or
209 arch.
210
2112005-06-14 Jakub Jelinek <jakub@redhat.com>
212
213 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
214 (get_data): Add nmemb argument. Return NULL if nmemb * size
215 overflows. If var == NULL, allocate one extra byte and
216 clear it.
217 (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
218 get_64bit_program_headers, get_program_headers,
219 get_32bit_section_headers, get_64bit_section_headers,
220 get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
221 process_section_groups, process_relocs, slurp_ia64_unwind_table,
222 ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
223 get_32bit_dynamic_section, get_64bit_dynamic_section,
224 process_dynamic_section, process_version_sections, get_dynamic_data,
225 process_symbol_table, dump_section, load_debug_str, load_debug_loc,
226 load_debug_range, read_and_display_attr_value, process_debug_info,
227 get_debug_info, frame_need_space, display_debug_frames,
228 display_debug_section, process_mips_specific, process_gnu_liblist,
229 process_corefile_note_segment): Adjust get_data callers. Use
230 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
231 passed size is a product of 2 numbers.
232
233 * readelf.c (print_mode): Fix comment typo.
234 (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
235 (dump_relocations): Fix a thinko in check for invalid st_name.
236 (process_program_headers): Don't crash if string_table is NULL.
237 (process_section_headers): Don't crash if e_shstrndx is invalid.
238 Ensure string_table_length is 0 if string_table == NULL.
239 Don't return just because string_table is NULL.
240 (process_section_groups): Don't crash if symtab's sh_link or
241 symbol's st_name is invalid. Fix a memory leak. Fix check for
242 invalid section number entry.
243 (process_relocs): Don't crash if relocation or symbol section's
244 sh_link is invalid.
245 (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
246 relocation section's sh_info is invalid.
247 (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
248 table's sh_link is invalid.
249 (process_version_sections): Don't crash on version or symbol
250 section's sh_link is invalid. Don't crash if symbol's st_shndx
251 is invalid.
252 (process_symbol_table): Don't crash if string table is corrupt
253 or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
254 (debug_apply_rela_addends): Don't crash if relocation section's
255 sh_info or sh_link is invalid.
256 (display_debug_loc): Warn for unterminated .debug_loc section
257 or start offsets not within .debug_loc section boundaries.
258 (process_gnu_liblist): Don't crash if liblist section's sh_link
259 or entry's l_name is invalid.
260
2612005-06-09 Jakub Jelinek <jakub@redhat.com>
262
263 * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
264 If q->howto->name == NULL, print q->howto->type as number instead.
265 (dump_reloc_set): Likewise.
266
2672005-06-07 Eric Christopher <echristo@redhat.com>
268
269 * readelf.c (guess_is_rela): Support ms1.
270 (dump_relocations): Ditto.
271 (get_machine_name): Ditto.
272
2732005-06-07 Aldy Hernandez <aldyh@redhat.com>
274 Michael Snyder <msnyder@redhat.com>
275 Stan Cox <scox@redhat.com>
276
277 * Makefile.am (readelf.o): Depend on ms1.h.
278
279 * Makefile.in: Regenerate.
280
281 * readelf.c: Include ms1.h.
282
2832005-06-06 H.J. Lu <hongjiu.lu@intel.com>
284
285 PR 990
286 * nm.c (print_symbol): Call bfd_find_line before
287 bfd_find_nearest_line.
288
2892005-06-06 Alan Modra <amodra@bigpond.net.au>
290
291 * NEWS: Mention new powerpc ld support.
292
2932005-06-03 Steve Ellcey <sje@cup.hp.com>
294
295 * configure.in: Check for getc_unlocked prototype.
296 * configure: Regenerate.
297 * config.in: Regenerate.
298 * strings.c (get_char): Only call getc_unlocked if we have seen a
299 prototype.
300
3012005-06-03 Nick Clifton <nickc@redhat.com>
302
303 * configure.in (ALL_LINGUAS): Add zh_TW
304 * configure: Regenerate.
305 * po/zh_TW.po: New Chinese (traditional) translation.
306
3072005-05-31 Richard Henderson <rth@redhat.com>
308
309 * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE.
310
3112005-05-29 Richard Henderson <rth@redhat.com>
312
313 * readelf.c (get_alpha_dynamic_type): New.
314 (get_dynamic_type): Call it.
315
3162005-05-24 H.J. Lu <hongjiu.lu@intel.com>
317
318 * readelf.c (process_section_groups): Report group section
319 index. Check if the section member index is valid.
320
3212005-05-23 Fred Fish <fnf@specifixinc.com>
322
323 * addr2line.c (unwind_inlines): New flag for 'i' option.
324 (usage): Document '-i' option.
325 (long_options): Recognize '--inlines'.
326 (translate_addresses): Loop, calling bfd_find_inliner_info as
327 necessary and printing multiple output lines.
328 (main): Handle 'i' option.
329 * doc/binutils.texi (addr2line): Document '-i' option.
330 * NEWS: Mention new addr2line '-i' option.
331
3322005-05-23 Nick Clifton <nickc@redhat.com>
333
334 * readelf.c (fetch_indirect_string): Display a warning message
335 when a corrupt DW_FORM_strp value is encountered.
336
337 (process_debug_info): Mention that the compilation unit offset is
338 being displayed in hexadecimal.
339
340 (display_debug_lines): Fix typo in name of .debug_line section.
341
3422005-05-19 Zack Weinberg <zack@codesourcery.com>
343
344 * Makefile.am: Have 'all' depend on 'info'.
345 * Makefile.in: Regenerate.
346
3472005-05-19 Ben Elliston <bje@au.ibm.com>
348
349 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
350 value of DW_ATE_GNU_decimal_float.
351
3522005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
353
354 * doc/Makefile.am (config.texi): Don't use $<.
355 * doc/Makefile.in: Regenerated.
356
3572005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
358
359 * deflex.l: Ignore CRs
360
3612005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
362
363 * acinclude.m4: Remove obsolete code.
364 * configure.in: Update AC_PREREQ.
365 * doc/Makefile.am (binutils_TEXINFOS): Define.
366 (config.texi): Depend on distributed files instead of built
367 files.
368 (binutils.dvi, binutils.info): Remove unnecessary rules.
369 (DISTCLEANFILES): Remove.
370 (install-data-local): Renamed from install.
371 (info-local): Renamed from info.
372 * Makefile.in, aclocal.m4, config.in, configure,
373 doc/Makefile.in: Regenerated.
374
3752005-05-14 Alan Modra <amodra@bigpond.net.au>
376
377 * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
378 DT_PPC_GLINK.
379
3802005-05-13 Fred Fish <fnf@specifixinc.com>
381
382 * readelf.c: Fix a couple of obvious comment typos,
383 'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
384
3852005-05-13 H.J. Lu <hongjiu.lu@intel.com>
386
387 * readelf.c (dump_ia64_unwind): Get stamp with proper size.
388
3892005-05-12 Nick Clifton <nickc@redhat.com>
390
391 * readelf.c (display_debug_lines): If pointer_size has not been
392 found then assume that it is 4 in order to prevent a seg fault
393 when process_extend_line_op attempts to read the line data.
394
3952005-05-11 Alan Modra <amodra@bigpond.net.au>
396
397 * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
398 (get_dynamic_type): Call the above.
399
4002005-05-07 Nick Clifton <nickc@redhat.com>
401
402 * Update the address and phone number of the FSF organization in
403 the GPL notices in the following files:
404 aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
405 arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
406 budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
407 cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
408 dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
409 ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
410 objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
411 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
412 size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
413 syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
414 windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
415
4162005-05-06 Jan Beulich <jbeulich@novell.com>
417
418 * objcopy.c (copy_file): Don't delete output upon error here.
419 (copy_main): Delete output upon error.
420
4212005-05-02 Ben Elliston <bje@au.ibm.com>
422
423 * dlltool.c (dtab): Remove empty function.
424 (process_duplicates): Remove calls to dtab().
425
4262005-05-01 Maciej W. Rozycki <macro@linux-mips.org>
427
428 * doc/binutils.texi (strip, objcopy): Clarify the description of
429 the "--strip-debug" option. Fix a typo.
430
4312005-04-29 H.J. Lu <hongjiu.lu@intel.com>
432
433 * bucomm.c: Undo the last change.
434 * bucomm.h: Likewise.
435
4362005-04-29 Ben Elliston <bje@au.ibm.com>
437
438 * syslex.l (word, number, unit): Remove unused variables.
439 * nlmheader.y (keyword_tokens): Make static.
440 * coffdump.c (dump_coff_symbol, coff_dump): Make static.
441 * coffgrok.c (lofile, last_function_symbol, last_function_type,
442 last_struct, last_enum, cur_sfile): Make variables static.
443 * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
444 sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
445 * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
446 names, pnames): Likewise.
447
4482005-04-29 Ben Elliston <bje@au.ibm.com>
449
450 * ar.c (mri_mode): Make static.
451 * arsup.c (obfd, real_name, outfile): Likewise.
452 * binemul.c (ar_emul_create): Remove unused function.
453 (ar_emul_default_create): Likewise.
454 * binemul.h (ar_emul_create): Remove declaration.
455 (ar_emul_default_create): Likewise.
456 (struct bin_emulation_xfer_struct): Remove ar_create member.
457 * bucomm.c (report): Make static.
458 * bucomm.h (report): Remove declaration.
459 * cxxfilt.c (mbuffer): Make static.
460 (main): Use unsigned ints for some loop control variables.
461 * readelf.c: Make many global variables static.
462 * size.c (berkeley_format): Make static.
463 (long_options): Likewise.
464 * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
465 structure initialiser.
466 (bin_aix5_emulation): Likewise.
467 * emul_vanilla.c (bin_vanilla_emulation): Likewise.
468
4692005-04-27 Ben Elliston <bje@au.ibm.com>
470
471 * syslex.l: Adjust top-of-file comment: this file is part of GNU
472 binutils, not GNU ld.
473
4742005-04-25 Nick Clifton <nickc@redhat.com>
475
476 PR872
477 * objcopy.c (copy_archive): Initialise 'obfd' field of new
478 name_list structure.
479
480 * objcopy.c (copy_usage): Fix description of -K switch.
481
482 * doc/binutils.texi (strip, objcopy): Fix description of -K
483 switch.
484
4852005-04-20 Daniel Jacobowitz <dan@codesourcery.com>
486
487 * readelf.c (display_debug_frames): Use data factor for
488 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
489
4902005-04-19 H.J. Lu <hongjiu.lu@intel.com>
491
492 * objdump.c (dump_section_header): Skip linker created section.
493
4942005-04-17 H.J. Lu <hongjiu.lu@intel.com>
495
496 * objdump.c (dump_section_header): Support SEC_GROUP.
497
4982005-04-16 Nick Clifton <nickc@redhat.com>
499
500 * readelf.c (debug_apply_rela_addends): Remove redundant %s from
501 printf string.
502
5032005-04-15 Nick Clifton <nickc@redhat.com>
504
505 * objcopy.c (copy_file): Issue an error message when attmepting to
506 copy an empty input file.
507
5082005-04-14 Alan Modra <amodra@bigpond.net.au>
509
510 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
511 * configure.in: Include ../bfd/warning.m4 contents.
512 * Makefile.in: Regenerate.
513 * configure: Regenerate.
514 * doc/Makefile.in: Regenerate.
515
5162005-04-12 Alan Modra <amodra@bigpond.net.au>
517
518 * Makefile.am: Run "make dep-am".
519 (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
520 (sysroff.o, defparse.o, deflex.o): Likewise.
521 (nlmheader.o, rcparse.o, rclex.o): Likewise.
522 * Makefile.in: Regenerate.
523 * aclocal.m4: Regenerate.
524 * config.in: Regenerate.
525 * configure: Regenerate.
526
5272005-04-11 Jan Beulich <jbeulich@novell.com>
528
529 * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
530
5312005-04-06 Nick Clifton <nickc@redhat.com>
532 H.J. Lu <hongjiu.lu@intel.com>
533
534 * po/rw.po: New translation: Kinyarwanda.
535 * configure.in (ALL_LINGUAS): Add rw.
536 * configure: Regenerate.
537
5382005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
539
540 * readelf.c (debug_apply_rela_addends): Reorder r_info as
541 necessary for 64-bit MIPS.
542
5432005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
544
545 * doc/binutils.texi (readelf): Remove a duplicate paragraph.
546
5472005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
548
549 PR binutils/813
550 * objdump.c (dump_symbols): Add a check to see if the section for
551 the symbol is chosen using process_section_p.
552
5532005-04-01 H.J. Lu <hongjiu.lu@intel.com>
554
555 * NEWS: Mention new readelf options, "-N/--full-section-name"
556 and "-g/--section-groups".
557
558 * doc/binutils.texi: Document new readelf options,
559 "-N/--full-section-name" and "-g/--section-groups".
560
5612005-03-31 H.J. Lu <hongjiu.lu@intel.com>
562
563 * readelf.c (do_full_section_name): New.
564 (options): Add "--full-section-name"/'N'.
565 (usage): Add -N/--full-section-name.
566 (parse_args): Handle 'N'.
567 (process_section_headers): Print out the full section name if
568 do_full_section_name isn't 0.
569
5702005-03-31 Nick Clifton <nickc@redhat.com>
571
572 * configure.in: Add a check for <unistd.h> providing a prototype
573 for getopt() which is compatible with the one in
574 include/getopt.h. If so then define HAVE_DECL_GETOPT.
575 * configure: Regenerate.
576 * config.in (HAVE_DECL_GETOPT): Add.
577 * aclocal.m4: Regenerate.
578 * addr2line.c: Include "config.h" before "bfd.h" so that
579 HAVE_DECL_GETOPT is defined before getopt.h is included.
580
5812005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
582
583 * doc/binutils.texi: Document new VAX disassembler-specific option
584 -M entry:0xfooba8.
585 * NEWS: Mention the new option.
586
5872005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
588
589 * MAINTAINERS: Add myself as H8300 maintainer.
590
5912005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
592
593 * objdump.c (disassemble_bytes): Remove cast.
594
5952005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
596
597 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
598 binutils-2_16-branch.
599
6002005-03-25 Mark Kettenis <kettenis@gnu.org>
601
602 * MAINTAINERS: Add myself as M88k maintainer.
603
6042005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
605
606 * winduni.c (unicode_from_ascii): Don't declare variables
607 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
608 string len.
609
6102005-03-24 Dmitry Diky <diwil@spec.ru>
611
612 * MAINTAINERS: Add myself as MSP430 maintainer.
613
6142005-03-23 Nick Clifton <nickc@redhat.com>
615
616 * po/fr.po: Updated translation.
617
6182005-03-22 Nick Clifton <nickc@redhat.com>
619
620 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
621 privileges list.
622
6232005-03-17 Paul Brook <paul@codesourcery.com>
624 Dan Jacobowitz <dan@codesourcery.com>
625 Mark Mitchell <mark@codesourcery.com>
626
627 * binutils/readelf.c (get_arm_segment_type): New function.
628 (get_segment_type): Use it.
629
6302005-03-18 Paul Brook <paul@codesourcery.com>
631
632 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
633
6342005-03-17 Diego Novillo <dnovillo@redhat.com>
635
636 * MAINTAINERS: Remove self as maintainer of x86 intel
637 mode.
638
6392005-03-16 Nick Clifton <nickc@redhat.com>
640 Ben Elliston <bje@au.ibm.com>
641
642 * configure.in (werror): New switch: Add -Werror to the
643 compiler command line. Enabled by default. Disable via
644 --disable-werror.
645 * configure: Regenerate.
646
6472005-03-15 Daniel Marques <marques@cs.cornell.edu>
648 Nick Clifton <nickc@redhat.com>
649
650 * objcopy.c (globalize_specific_list): New linked list of symbols
651 to convert from local binding into global binding.
652 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
653 OPTION_GLOBALIZE_SYMBOLS.
654 (copy_options): Add "globalize-symbol" and "globalize-symbols".
655 (copy_usage): Document the new switches.
656 (filter_symbols): Convert defined local symbols mentioned on the
657 globalize_specific_list into global symbols.
658 (copy_object): Perform actions if the globalize_specific_list is
659 not empty.
660 (copy_main): Handle new switches.
661 * NEWS: Mention new feature.
662 * doc/binutils.texi: Document new switches.
663
6642005-03-15 Alan Modra <amodra@bigpond.net.au>
665
666 * po/es.po: Commit new Spanish translation.
667
668 * po/fr.po: Commit new French translation.
669
6702005-03-14 Alan Modra <amodra@bigpond.net.au>
671
672 * po/tr.po: Commit new Turkish translation.
673
6742005-03-11 Nick Clifton <nickc@redhat.com>
675
676 * po/fr.po: Updated French translation.
677
6782005-03-10 Nick Clifton <nickc@redhat.com>
679
680 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
681 * configure: Regenerate.
682 * po/ro.po: New file.
683
684 * po/ru.po: Updated file.
685
6862005-03-05 Alan Modra <amodra@bigpond.net.au>
687
688 * po/binutils.pot: Regenerate.
689
6902005-03-02 Jan Beulich <jbeulich@novell.com>
691
692 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
693 * objcopy.c (copy_file): Likewise.
694 (strip_main): Likewise.
695
6962005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
697 Nick Clifton <nickc@redhat.com>
698
699 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
700 (struct objdump_disasm_info): Add 'reloc' field.
701 (disassemble_bytes): Fix check for when an insn has a reloc
702 associated with it. Improve comment explaining why the use of
703 octets is wrong. Set the 'reloc' field in objdump_disasm_info
704 structure.
705 (objdump_print_addr): Use new 'reloc' field to lookup the correct
706 address for the symbol associated with the current instruction's
707 relocation.
708 (disassemble_info): Initialise 'reloc' field.
709
7102005-02-28 Jakub Jelinek <jakub@redhat.com>
711
712 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
713 get_segment_type, get_section_type_name, get_elf_class,
714 get_data_encoding, get_group_flags, dynamic_section_mips_val,
715 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
716 get_AT_name, process_mips_specific, process_gnu_liblist,
717 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
718 sprintf where needed.
719 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
720 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
721 using strcat.
722 (get_dynamic_flags): Renamed to...
723 (print_dynamic_flags): ... this. Print the flags to stdout instead
724 of returning them as string.
725 (process_dynamic_section): Adjust caller.
726
7272005-02-25 H.J. Lu <hongjiu.lu@intel.com>
728
729 * readelf.c (display_debug_ranges): Print out offset for end of
730 list.
731
7322005-02-23 Alan Modra <amodra@bigpond.net.au>
733
734 * dlltool.c: Warning fixes.
735 * objdump.c: Likewise.
736
7372005-02-22 Alan Modra <amodra@bigpond.net.au>
738
739 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
740 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
741 dependencies. Run "make dep-am".
742 * nlmconv.c: Warning fixes.
743 * readelf.c: Likewise.
744 * srconv.c: Likewise.
745 * sysdump.c: Likewise.
746 * sysinfo.y: Likewise.
747 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
748 of strcpy.
749 * Makefile.in: Regenerate.
750
7512005-02-21 H.J. Lu <hongjiu.lu@intel.com>
752
753 * objcopy.c (parse_flags): Replace SEC_SHARED with
754 SEC_COFF_SHARED.
755
756 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
757 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
758 SEC_COFF_SHARED for COFF only.
759
7602005-02-21 Alan Modra <amodra@bigpond.net.au>
761
762 * Makefile.am: Run "make dep-am"
763 * Makefile.in: Regenerate.
764 * doc/Makefile.in: Regenerate.
765
7662005-02-21 Alan Modra <amodra@bigpond.net.au>
767
768 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
769 (byte_get_little_endian): Don't handle size of -8.
770 (byte_get_signed, byte_get_big_endian): Likewise.
771 (print_dec_vma, print_hex_vma): New functions.
772 (print_vma): Use them. Return chars output.
773 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
774 (process_symbol_table): Handle alpha and s390 .hash.
775
7762005-02-18 H.J. Lu <hongjiu.lu@intel.com>
777
778 * readelf.c (display_debug_loc): Print out offset for end of
779 list.
780
7812005-02-18 Joseph S. Myers <joseph@codesourcery.com>
782
783 * Makefile.am (TOOL_PROGS): Add objdump.
784 * Makefile.in: Regenerate.
785
7862005-02-17 Alan Modra <amodra@bigpond.net.au>
787
788 * deflex.l (YY_NO_UNPUT): Define.
789 * rclex.l (YY_NO_UNPUT): Define.
790 * rcparse.y (null_unichar): New static var.
791 (res_null_text): Use it rather than attempting to init from wchar_t.
792 * windres.c: Include assert.h and time.h before getopt.h.
793 Include config.h and unistd.h too.
794
7952005-02-15 Nick Clifton <nickc@redhat.com>
796
797 * nlmconv.c: Provide a full prototype for the localtime() function
798 in order to avoid a compile time warning.
799
8002005-02-11 H.J. Lu <hongjiu.lu@intel.com>
801
802 * readelf.c (group_count): Don't initialize it.
803 (process_section_groups): Reurn 1 if we won't do unwind nor
804 section groups. Set group_count to 0 before counting group
805 sections and return 1 if there are no group sections. Reread
806 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
807 section 0.
808 (process_object): Only set do_unwind to 0 if
809 process_section_groups return 0.
810
8112005-02-10 Ian Lance Taylor <ian@airs.com>
812
813 * MAINTAINERS: Update my e-mail address.
814
8152005-02-10 Mark Mitchell <mark@codesourcery.com>
816
817 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
818 maintainers.
819
8202005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
821
822 * MAINTAINERS: Add self as maintainer of MAXQ.
823
8242005-01-31 Richard Sandiford <rsandifo@redhat.com>
825
826 * readelf.c (eh_addr_size): New variable.
827 (find_section): Move earlier in file. Return empty sections too.
828 (process_program_headers): Use find_section to find .dynamic.
829 (process_section_headers): Initialize eh_addr_size.
830 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
831 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
832 (display_debug_frames): Use it instead of local addr_size variable.
833 (size_of_encoded_value): Get pointer size from eh_addr_size rather
834 than is_32bit_elf.
835
8362005-01-31 Andrew Cagney <cagney@gnu.org>
837
838 * configure: Regenerate to track ../gettext.m4.
839
8402005-01-31 Nick Clifton <nickc@redhat.com>
841
842 * version.c (print_version): Bump the copyright date to 2005.
843
8442005-01-25 Alan Modra <amodra@bigpond.net.au>
845
846 * nm.c (display_rel_file): Read dynamic syms before calling
847 bfd_get_synthetic_symtab.
848
8492005-01-21 Ben Elliston <bje@au.ibm.com>
850
851 * dlltool.c (dump_iat): Remove unused function.
852 (gen_exp_file): Remove #if 0'd code.
853 (make_one_lib_file): Likewise.
854 * srconv.c: Remove #if 0'd code throughout.
855 * size.c (lprint_number): Remove.
856 (print_berkeley_format): Remove #if 0'd code.
857 * ar.c (do_quick_append): Remove declaration and definiton.
858 (main): Remove #if 0'd code.
859 * filemode.c (filemodestring): Remove #if 0'd function.
860 * sysdump.c (unit_info_list): Remove function.
861 (object_body_list): Likewise.
862 (program_structure): Likewise.
863 (debug_list): Likewise.
864 (module): Remove #if 0'd code.
865
8662005-01-20 Mark Mitchell <mark@codesourcery.com>
867
868 * BRANCHES: Add binutils-2_15-branch.
869
870 * MAINTAINERS: Document branch policy.
871 * BRANCHES: New file.
872
8732005-01-19 Fred Fish <fnf@specifixinc.com>
874
875 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
876 * doc/binutils.texi (objdump): Document the "no-aliases"
877 disassembly option.
878
8792005-01-17 Eugene Kotlyarov <ekot@narod.ru>
880
881 PR binutils/647
882 * rcparse.y (RCDATA): Allow a filename to be supplied as the
883 parameter. Parse it with define_rcdata_file().
884 * resrc.c (define_rcdata_file): New function.
885 * windres.h: Provide a prototype for the new function.
886
887 * resrc.c (define_user_file): Fix typo by replacing "font file"
888 with "file".
889
8902005-01-16 Jason Thorpe <thorpej@netbsd.org>
891
892 * MAINTAINERS: Update my email address.
893
8942005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
895
896 * dlltool.c (set_dll_name_from_def): New function. Strip name
897 to basename, with warning.
898 (def_name): Use it.
899 (def_library): Likwise.
900 (main): Strip arg of --dllname to basename, with warning.
901 Only use basename of exp_name when inferring dll_name.
902
9032005-01-11 Nick Clifton <nickc@redhat.com>
904
905 PR binutils/637
906 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
907 footnote in order to prevent the sed script in the Makefile from
908 converting it into c++filt.
909
9102005-01-10 H.J. Lu <hongjiu.lu@intel.com>
911
912 BZ 635
913 readelf.c (saved_base_address): Removed.
914 (decode_64bit_range): Likewise.
915 (decode_range): Likewise.
916 (display_64bit_debug_ranges): Likewise.
917 (debug_info): Add range_lists, num_range_lists and
918 max_range_lists.
919 (read_and_display_attr_value): Handle do_debug_ranges.
920 (process_debug_info): Likewise.
921 (display_debug_ranges): Rewrite.
922 (process_object): Free range_lists.
923
9242005-01-10 Andreas Schwab <schwab@suse.de>
925
926 * configure.in: Don't define SKIP_ZEROES.
927 * configure: Regenerate.
928 * objdump.c (disassemble_data): Set skip_zeroes and
929 skip_zeroes_at_end in disasm_info to defaults.
930 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
931 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
932 always define.
933 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
934 objdump_disasm_info.
935
9362005-01-05 H.J. Lu <hongjiu.lu@intel.com>
937
938 * readelf.c (display_debug_loc): Display base address
939 specifiers. Always output <End of list>.
940
9412005-01-05 H.J. Lu <hongjiu.lu@intel.com>
942
943 * readelf.c (have_frame_base): New.
944 (need_base_address): Likewise.
945 (saved_base_address): Likewise.
946 (decode_location_expression): Return 1 if DW_AT_frame_base is
947 needed.
948 (debug_info): Add base_address and a have_frame_base pointer.
949 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
950 saved_base_address. Record base address. Set have_frame_base.
951 Record if a location list has DW_AT_frame_base. Display if a
952 location expression has no DW_AT_frame_base but needs one. Set
953 saved_base_address only if needed.
954 (process_debug_info): Clear have_frame_base, saved_base_address
955 and set need_base_address.
956 (display_debug_loc): Display if a location expression has no
957 DW_AT_frame_base but needs one. Display if start >= end. Don't
958 adjust for section address. Properly handle base address.
959 (process_object): Free the have_frame_base pointer in
960 debug_info.
961
9622005-01-04 H.J. Lu <hongjiu.lu@intel.com>
963
964 * readelf.c (display_debug_loc): Display offsets for hole and
965 overlap.
966 (display_debug_str): Add a newline at the end.
967
9682005-01-04 Armin Diehl <diehl@nordrhein.de>
969
970 PR binutils/630
971 * nlmconv.c (main): Only store the basename of the output filename
972 in the module table.
973
9742005-01-04 H.J. Lu <hongjiu.lu@intel.com>
975
976 BZ 615
977 * readelf.c (process_debug_info): New.
978 (debug_info): Add num_loc_offsets, loc_offsets and
979 last_loc_offset_p.
980 (get_debug_info): Use process_debug_info.
981 (display_debug_loc): Properly handle location list. Warn if bad
982 location lists are encoutnered.
983 (read_and_process_attr_value): New.
984 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
985 (display_debug_info): Use process_debug_info.
986 (process_object): Also free loc_offsets in debug_information.
987
9882004-12-31 Alan Modra <amodra@bigpond.net.au>
989
990 * objdump.c (remove_useless_symbols): Discard section symbols.
991
9922004-12-27 H.J. Lu <hongjiu.lu@intel.com>
993
994 * readelf.c (read_leb128): Support 64bit host.
995
9962004-12-23 Nick Clifton <nickc@redhat.com>
997
998 PR binutils/616
999 * readelf.c (debug_info): Add 'cu_offset' field.
1000 (get+pointer_size_of_comp_unit): Rename to
1001 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
1002 the offset of the comp_unit if requested.
1003 (get_debug_info): Record comp_unit offsets as well.
1004 (display_debug_lines): Call get_pointer_size_of_comp_unit.
1005 (decode_location_expression): Add an extra parameter - the offset
1006 of the current comp-unit. Use this when decoding the DW_OP_call2
1007 and DW_OP_call4 operators.
1008 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
1009 comp_unit offset on the decode_location_expression.
1010 (read_and_display_attr_value): Pass the comp_unit offset on the
1011 decode_location_expression.
1012 (display_debug_frames): Pass 0 as the comp_unit offset to
1013 decode_location_expression.
1014
10152004-12-22 Nick Clifton <nickc@redhat.com>
1016
1017 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
1018 New variables associated with obtaining the pointer size for a
1019 comp_unit.
1020 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
1021 of the section requesting the pointer size. Use this name in
1022 error messages. If there are not enough comp_units available
1023 produce a warning message, but return the last known pointer size
1024 so that section dumping can continue.
1025 (get_debug_info): Reset the new variables.
1026 (display_debug_lines): Add extra parameter to invocation of
1027 get_pointer_size_of_comp_unit and remove error message when it
1028 returns 0.
1029 (display_debug_loc): Likewise.
1030
10312004-12-15 Jan Beulich <jbeulich@novell.com>
1032
1033 * doc/binutils.texi: Document --strip-unneeded-symbol and
1034 --strip-unneeded-symbols.
1035 * objcopy.c (strip_unneeded_list): New.
1036 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
1037 and OPTION_STRIP_UNNEEDED_SYMBOLS.
1038 (copy_options): Add --strip-unneeded-symbol and
1039 --strip-unneeded-symbols.
1040 (copy_usage): Likewise.
1041 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
1042 and the symbol is not needed.
1043 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
1044 OPTION_STRIP_UNNEEDED_SYMBOLS.
1045
10462004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
1047
1048 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
1049
10502004-12-08 Ben Elliston <bje@au.ibm.com>
1051
1052 * arlex.l: Fix formatting.
1053
10542004-12-08 Ben Elliston <bje@au.ibm.com>
1055
1056 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
1057 config.texi whose value is the current month and year.
1058 * doc/Makefile.in: Rebuild.
1059 * doc/binutils.texi: Set the document subtitle to be the value of
1060 the Texinfo UPDATED variable (obtained from config.texi).
1061
10622004-12-07 Ben Elliston <bje@au.ibm.com>
1063
1064 PR binutils/249
1065 * doc/binutils.texi (def file format): New node.
1066 (dlltool): Use the tool name as the @chapter name, like all the
1067 other binutils. Use @file{.def} throughout for consistency.
1068
10692004-12-06 Ben Elliston <bje@au.ibm.com>
1070
1071 * dlltool.c: Comment fix.
1072
10732004-12-06 Ben Elliston <bje@au.ibm.com>
1074
1075 * doc/binutils.texi: Update copyright years.
1076
10772004-12-03 Richard Sandiford <rsandifo@redhat.com>
1078
1079 * MAINTAINERS: Remove mention of config.if.
1080
10812004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1082
1083 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1084 * Makefile.in: Regenerate.
1085
10862004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
1087
1088 PR binutils/536
1089 * stabs.c (stab_demangle_template): Call stab_demangle_count
1090 rather than stab_demangle_get_count to get the length of a pointer
1091 target.
1092
10932004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
1094
1095 * defparse.y: Remove unnecessary commas from token list.
1096
10972004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1098
1099 * doc/binutils.texi (nm): Update description of weak symbols.
1100
11012004-11-03 Nick Clifton <nickc@redhat.com>
1102
1103 * readelf.c (do_debug_ranges): New variable.
1104 (usage): Document new switch: -wR or --debug-dump=Ranges.
1105 (parse_args): Handle new switch. Replace switch statement for the
1106 long options with a more compact table structure.
1107 (process_section_headers): Allow the dumping of .debug_ranges
1108 sections if so requested.
1109 (debug_displays): Likewise.
1110 (load_debug_range): New function: Grabs the contents of a
1111 .debug_ranges section.
1112 (free_debug_range): New function: Releases the grabbed
1113 .debug_ranges section.
1114 (decode_64bit_range): New function: Displays a 64-bit range in a
1115 .debug_ranges section.
1116 (decode_range): New function: Displays a 32-bit range in a
1117 .debug_ranges section.
1118 (read_and_display_attr_value): Record the value of DW_AT_low_pc
1119 attributes. Use decode_ranges() to display a DW_AT_ranges
1120 attribute.
1121 (display_debug_info): Use load_debug_range() and
1122 free_debug_range().
1123 (display_64bit_debug_ranges): New function. Displays the contents
1124 of a 64-bit format .debug_ranges section.
1125 (display_debug_ranges): New function: Displays the contents of a
1126 32-bit .debug_ranges section.
1127
1128 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
1129 global scope.
1130 (process_object): Initialise the dump_sects array from the
1131 cmdline_dump_sects array before processing each object file.
1132
1133 (streq, strneq): New macros. Use them to replace occurrences of
1134 strcmp() and strncmp().
1135
1136 (debug_information): New structure array to replace
1137 debug_line_pointer_sizes array.
1138 (num_debug_info_entries): New variable to replace
1139 num_debug_line_pointers.
1140 (get_pointer_size_of_comp_unit): New function: Returns the pointer
1141 size of a given compilation unit.
1142 (get_debug_info): New function to replace
1143 get_debug_line_pointer_sizes.
1144 (display_debug_lines): Use the new functions.
1145 (display_debug_loc): Likewise.
1146
1147 (disassemble_section): Change return type to int.
1148 (display_debug_lines): Move local variables to their
1149 innermost scope.
1150 (display_debug_section): Likewise. Also record the return value
1151 of functions called and pass this back to the parent. Also only
1152 warn about undumped sections when the user explicitly requested
1153 their dumping.
1154
1155 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
1156 types as well.
1157
1158 * NEWS: Mention the support for decoding .debug_ranges sections.
1159 * doc/binutils.texi: Document the new command line switch to
1160 readelf.
1161
11622004-11-03 Randolph Chung <tausq@debian.org>
1163
1164 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
1165 unw_aux_info and unw_table_entry.
1166 (find_symbol_for_address): Pass symtab and strtab info explicitly.
1167 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
1168 prefix.
1169 (slurp_ia64_unwind_table): Likewise.
1170 (ia64_process_unwind): Rename from old process_unwind.
1171 (hppa_unw_aux_info): New.
1172 (dump_hppa_unwind): New.
1173 (slurp_hppa_unwind_table): New.
1174 (hppa_process_unwind): New.
1175 (process_unwind): Factor out common unwinding checks; dispatch to
1176 unwind handler based on machine type.
1177
11782004-11-02 Nick Clifton <nickc@redhat.com>
1179
1180 * readelf.c (display_debug_lines): Fix typo in error message.
1181
11822004-10-26 Mark Mitchell <mark@codesourcery.com>
1183
1184 * readelf.c (get_note_type): Handle notes not in core files.
1185 (process_note_sections): New function.
1186 (process_corefile_contents): Rename to ...
1187 (process_notes): ... this.
1188 (process_object): Call process_notes, not
1189 process_corefile_contents.
1190 * doc/binutils.texi: Update readelf -n documentation.
1191
11922004-10-26 Jakub Jelinek <jakub@redhat.com>
1193
1194 * ar.c (extract_file): Set atime to mtime for ar xo.
1195
11962004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
1197
1198 * stabs.c (stab_demangle_v3_arglist): New static function, broken
1199 out of stab_demangle_v3_argtypes.
1200 (stab_demangle_v3_argtypes): Call it.
1201 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
1202 If we find an unrecognized component, print out its number.
1203
12042004-10-25 David Mosberger <davidm@hpl.hp.com>
1205
1206 * readelf.c (slurp_ia64_unwind_table): Support relocations against
1207 non-section symbols by adding in the symbol value.
1208
12092004-10-25 Nick Clifton <nickc@redhat.com>
1210
1211 PR 465
1212 * readelf.c (dynamic_strings_length): New global variable.
1213 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
1214 strings in the dynamic string table.
1215 (process_section_headers): Initialise dynamic_strings_length.
1216 (process_dynamic_section): Likewise.
1217 (process_object): Reset dynamic_string_length when the buffer is freed.
1218 (dynamic_sections_mips_val): Use the new macros.
1219 (process_dynamic_section): Likewise.
1220 (process_version_sections): Likewise.
1221 (process_symbol_table): Likewise.
1222 (process_syminfo): Likewise.
1223 (process_mips_specific): Likewise.
1224 (dump_relocations): Add a new parameter 'strtablen' and use this
1225 to verify that string offset in a given reloc is valid. Print a
1226 suitable error message otherwise.
1227 (process_relocs): Pass the new argument to dump_relocations.
1228
12292004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1230
1231 * dlltool.c: Include <assert.h>.
1232 (PREFIX_ALIAS_BASE): Define.
1233 (struct export): Add member import_name;
1234 (def_exports): Set import_name.
1235 (make_one_lib_file): Remove prefix alias code, use import_name
1236 in .idata$6.
1237 (gen_lib_file): Create and delete aliases.
1238
12392004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1240
1241 * readelf.c (process_section_groups): Free symtab after use.
1242
12432004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
1244 Nick Clifton <nickc@redhat.com>
1245
1246 * strings.c (usage): Place radix values for -t option into the
1247 correct order.
1248
1249 * objcopy.c (add_redefine_syms_file): Change error messages to use
1250 <filename>:<linenumber>: format for easier parsing by automatic
1251 tools.
1252
1253 * srconv.c (show_usage): Fix spelling typo.
1254
1255 * windres.c (format_from_filename): Suggest the use of -J instead
1256 of -I if the file type cannot be determined.
1257
12582004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1259
1260 * strings.c: Include <sys/stat.h>.
1261
12622004-10-18 Alan Modra <amodra@bigpond.net.au>
1263
1264 * budemang.c (demangle): Fix thinko.
1265
1266 * budemang.c (demangle): Handle "@plt" suffix.
1267
12682004-10-14 Nick Clifton <nickc@redhat.com>
1269
1270 * nm.c (usage): Fix description of --special-syms switch.
1271
12722004-10-13 Jakub Jelinek <jakub@redhat.com>
1273
1274 * strings.c (statbuf): New typedef.
1275 (file_stat): Define.
1276 (strings_object_file): Avoid using get_file_size, instead do the
1277 checks here, using file_stat.
1278 * configure.in (HAVE_STAT64): New test.
1279 * configure: Rebuilt.
1280 * config.in: Rebuilt.
1281
12822004-10-12 Paul Brook <paul@codesourcery.com>
1283
1284 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
1285
12862004-10-11 Alan Modra <amodra@bigpond.net.au>
1287
1288 * objdump.c (dump_symbols): Fix thinko last change. Improve error
1289 messages.
1290
12912004-10-08 Nick Clifton <nickc@redhat.com>
1292
1293 * nm.c: Add a new switch --special-syms which, if enabled, will
1294 include the ARM Mapping symbols in nm's output.
1295 (usage): Mention the switch.
1296 (filter_symbols): Handle the switch.
1297 * objdump.c: Add a similar switch.
1298 (usage): Mention the switch.
1299 (dump_symbols): Handle the switch.
1300 * doc/binutils.texi: Document the new switches.
1301 * NEWS: Mention the new switches.
1302
13032004-10-08 Daniel Jacobowitz <dan@debian.org>
1304
1305 * readelf.c (get_x86_64_section_type_name): New function.
1306 (get_section_type_name): Use it.
1307
13082004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1309
1310 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
1311 patches.
1312 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
1313
13142004-10-07 Alexandre Oliva <aoliva@redhat.com>
1315
1316 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
1317 types.
1318
13192004-10-01 Paul Brook <paul@codesourcery.com>
1320
1321 * readelf.c (get_arm_section_type_name): New function.
1322 (get_section_type_name): Use it.
1323
13242004-09-28 Nick Clifton <nickc@redhat.com>
1325
1326 * nm.c: Reorder functions to eliminate most of the static function
1327 prototypes.
1328
13292004-09-22 Alan Modra <amodra@bigpond.net.au>
1330
1331 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
1332 segments.
1333
13342004-09-17 Alan Modra <amodra@bigpond.net.au>
1335
1336 * Makefile.am: Run "make dep-am".
1337 * Makefile.in: Regenerate.
1338 * config.in: Regenerate.
1339 * configure: Regenerate.
1340 * doc/Makefile.in: Regenerate.
1341 * po/binutils.pot: Regenerate.
1342
13432004-09-12 Alan Modra <amodra@bigpond.net.au>
1344
1345 * readelf.c (decode_location_expression): Sign extend value for
1346 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
1347
13482004-09-09 Nick Clifton <nickc@redhat.com>
1349
1350 PR 363
1351 * ar.c (replace_members): Do not use get_file_size as
1352 ar_emul_append correctly handles missing files.
1353
13542004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1355
1356 * configure: Regenerated with autconfig 2.13.
1357
13582004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
1359
1360 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
1361 documentation.
1362
13632004-09-06 Michael Wardle <mbw@endbracket.net>
1364
1365 * doc/binutils.texi (objdump): Document that the -x switch includes
1366 the effect of the -p switch.
1367
13682004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
1369
1370 * dlltool.c (make_one_lib_file): Test if internal_name was
1371 specified by user before using it.
1372
13732004-09-02 Carlo Wood <carlo@alinoe.com>
1374
1375 PR binutils/351
1376 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
1377 exp->internal_name if it is present.
1378
13792004-09-02 Alexandre Oliva <aoliva@redhat.com>
1380
1381 * MAINTAINERS: Add self as co-maintainer of FR-V.
1382 * readelf.c (get_machine_flags): Print FR-V cpu types.
1383
13842004-08-28 Alan Modra <amodra@bigpond.net.au>
1385
1386 * nm.c (show_synthetic): New var.
1387 (long_options): Add "synthetic".
1388 (usage): Here too.
1389 (display_rel_file): Handle show_synthetic.
1390
13912004-08-28 Alan Modra <amodra@bigpond.net.au>
1392
1393 * objdump.c (dump_bfd): Pass both symbol tables to
1394 bfd_get_synthetic_symtab.
1395
13962004-08-17 Jakub Jelinek <jakub@redhat.com>
1397
1398 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1399 of dynsyms to bfd_get_synthetic_symtab.
1400
14012004-08-16 Alan Modra <amodra@bigpond.net.au>
1402
1403 * readelf.c (debug_apply_rela_addends): New function, extracted from..
1404 (display_debug_info): ..here.
1405 (display_debug_frames): Call debug_apply_rela_addends. Don't do
1406 DW_EH_PE_pcrel adjustment for ET_REL.
1407
14082004-08-06 Andreas Schwab <schwab@suse.de>
1409
1410 * readelf.c (dump_relocations): Fix typo when calculating
1411 sec_index.
1412
14132004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
1414
1415 * dllwrap.c (deduce_name): Fix typos introduced when program_name
1416 was renamed to prog_name.
1417
14182004-07-29 Alexandre Oliva <aoliva@redhat.com>
1419
1420 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1421 EF_SH2A_NOFPU.
1422
14232004-07-28 Alexandre Oliva <aoliva@redhat.com>
1424
1425 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
1426 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1427 EF_SH4A_NOFPU.
1428 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
1429 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1430
14312004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1432
1433 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1434 to access comdat.
1435 * objdump.c (dump_section_header): Likewise.
1436
14372004-07-15 Aravinda PR <aravindapr@rediffmail.com>
1438
1439 * nlmconv.c (main): Pass map_file argument to link_inputs.
1440 (link_inputs): Use map_file argument if it is defined.
1441
14422004-07-13 Nick Clifton <nickc@redhat.com>
1443
1444 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1445 conflicts with exported global defined in bucomm.h.
1446 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1447 shadowing the global defined in bucomm.h.
1448
14492004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1450
1451 * dlltool.c (ext_prefix_alias): New global variable.
1452 (make_one_lib_file): Add aliases with prefixes for external
1453 and import definitions.
1454 (usage): Document -p option.
1455 (long_options): Add --ext-prefix-alias option.
1456 (main): Handle -p.
1457 * doc/binutils.texi: Document new switch.
1458 * NEWS: Mention new switch.
1459
14602004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1461
1462 * binutils/dlltool.c (asm_prefix): Add parameter: name.
1463 No underscore for symbols beginning with ?.
1464 (ASM_PREFIX): Add parameter: NAME.
1465 (gen_exp_file): Use new parameter.
1466 (make_label): Likewise.
1467 (make_imp_label): Likewise.
1468 (make_one_lib_file): Likewise.
1469
14702004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1471
1472 * MAINTAINERS: Added myself to the list.
1473 * readelf.c: Include "elf/crx.h".
1474 (guess_is_rela): Handle EM_CRX.
1475 (get_machine_name): Likewise.
1476 (dump_relocations): Likewise.
1477
14782004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1479
1480 * doc/binutils.texi (nm): Clarify weak symbol description.
1481
14822004-06-24 Ben Elliston <bje@au.ibm.com>
1483
1484 * readelf.c (get_segment_type): Display "GNU_STACK", not just
1485 "STACK", when a PT_GNU_STACK segment is encountered.
1486
14872004-06-24 Alan Modra <amodra@bigpond.net.au>
1488
1489 * objcopy.c (copy_section): Don't set _cooked_size.
1490
14912004-06-22 Alan Modra <amodra@bigpond.net.au>
1492
1493 * readelf.c (Elf32_Word): Delete.
1494 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1495 (get_64bit_dynamic_section): Likewise.
1496
1497 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1498 (get_64bit_dynamic_section): Likewise.
1499
1500 * readelf.c (dynamic_nent): New variable.
1501 (get_32bit_dynamic_section): Set it.
1502 (get_64bit_dynamic_section): Here too.
1503 (process_dynamic_section): Use it instead of dynamic_size.
1504 (process_syminfo): Likewise.
1505
1506 * readelf.c (get_32bit_dynamic_section): Correct number of entries
1507 translated from external to internal form.
1508 (get_64bit_dynamic_section): Likewise.
1509
15102004-06-18 Jie Zhang <zhangjie@magima.com.cn>
1511
1512 * readelf.c (process_program_headers): When locating the dynamic
1513 section use the section table if it is present.
1514 (dynamic_segment): Renamed to dynamic_section.
1515 Replace references to dynamic segment with references to dynamic
1516 section, except where appropriate.
1517 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1518 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1519 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1520 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1521 Remove tag counting code as it is no longer needed.
1522 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1523 Remove tag counting code as it is no longer needed.
1524 (process_dynamic_segment): Rename to process_dynamic_section.
1525
15262004-06-15 Alan Modra <amodra@bigpond.net.au>
1527
1528 * objcopy.c (copy_section): Use bfd_get_section_size instead of
1529 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
1530 (compare_section_lma): Likewise.
1531 * addr2line.c (find_address_in_section): Likewise.
1532 * coffgrok.c (do_sections_p1): Likewise.
1533 * dlltool.c (scan_drectve_symbols): Likewise.
1534 * nlmconv.c (main): Likewise.
1535 (copy_sections): Likewise.
1536 (powerpc_mangle_relocs): Likewise.
1537 * objdump.c (disassemble_section): Likewise.
1538 * prdbg.c (find_address_in_section): Likewise.
1539 * size.c (berkeley_sum): Likewise.
1540 * srconv.c (wr_ob): Likewise.
1541 * strings.c (strings_a_section): Likewise.
1542
15432004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
1544
1545 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1546
15472004-05-17 David Heine <dlheine@tensilica.com>
1548
1549 * objcopy.c (setup_bfd_headers): New function.
1550 (copy_object): Call setup_bfd_headers.
1551
15522004-05-13 Paul Brook <paul@codesourcery.com>
1553
1554 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1555 entries.
1556
15572004-05-13 Nick Clifton <nickc@redhat.com>
1558
1559 * po/fr.po: Updated French translation.
1560
15612004-05-11 Jakub Jelinek <jakub@redhat.com>
1562
1563 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1564
15652004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1566
1567 * readelf.c (section_groups): New.
1568 (group_count): New.
1569 (section_headers_groups): New.
1570 (process_section_groups): Populate group_count, section_groups
1571 and section_headers_groups.
1572 (process_unwind): Support section group.
1573 (process_object): Always call process_section_groups. Free
1574 section_groups and section_headers_groups.
1575
15762004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1577
1578 * readelf.c (process_section_headers): Use %3lu on sh_info.
1579
15802004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1581
1582 * ranlib.sh: Quote $1 argument in case it contains spaces.
1583
15842004-04-27 John Paul Wallington <jpw@gnu.org>
1585
1586 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1587
15882004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1589
1590 * readelf.c (do_section_groups): New.
1591 (options): Add --section-groups/-g.
1592 (usage): Mention --section-groups/-g.
1593 (parse_args): Support --section-groups/-g.
1594 (get_group_flags): New.
1595 (process_section_groups): New.
1596 (process_object): Call process_section_groups.
1597
15982004-04-24 Alan Modra <amodra@bigpond.net.au>
1599
1600 * objdump.c (disassemble_section): Don't disassemble sections
1601 without SEC_HAS_CONTENTS.
1602
16032004-04-22 Jakub Jelinek <jakub@redhat.com>
1604
1605 * objdump.c (synthsyms, synthcount): New variables.
1606 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1607 Add synthetized symbols.
1608 (dump_bfd): For disassemble, initialize dynsyms always and
1609 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1610 before returning.
1611
16122004-04-14 Alan Modra <amodra@bigpond.net.au>
1613
1614 * strings.c (print_strings): Cast file_off to unsigned long in
1615 printf arg list.
1616
16172004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1618
1619 PR 86
1620 * arsup.c (ar_save): Use smart_rename.
1621
16222004-04-01 Dean Luick <luick@cray.com>
1623
1624 * readelf.c (display_debug_pubnames): Align offset and data
1625 columns.
1626 (read_and_display_attr_value): Add missing break;
1627 (debug_displays): Enable the display of the .debug_pubtypes
1628 section.
1629
16302004-03-30 Stan Shebs <shebs@apple.com>
1631
1632 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1633 support files, no longer used.
1634
16352004-03-23 Paul Brook <paul@codesourcery.com>
1636
1637 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1638
16392004-03-21 Richard Henderson <rth@redhat.com>
1640
1641 * readelf.c (display_debug_frames): Don't crash for mismatched
1642 DW_CFA_restore_state.
1643
16442004-03-19 Alan Modra <amodra@bigpond.net.au>
1645
1646 * Makefile.am: Run "make dep-am".
1647 * Makefile.in: Regenerate.
1648 * aclocal.m4: Regenerate.
1649 * config.in: Regenerate.
1650 * configure: Regenerate.
1651 * po/binutils.pot: Regenerate.
1652
16532004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1654
1655 * objdump.c (struct SFILE): Replace current pointer with pos
1656 offset, rename size to alloc.
1657 (objdump_sprintf): Avoid unnecessary copies in the common case
1658 (disassemble_bytes): Keep sfile live throughout the
1659 function. Adjust usage appropriately.
1660
16612004-03-10 Ben Elliston <bje@gnu.org>
1662
1663 * MAINTAINERS: Update my mail address.
1664
16652004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1666
1667 * deflex.l: Handle "PRIVATE" string.
1668 * defparse.y (%token): Add PRIVATE.
1669 (%type): Add opt_PRIVATE.
1670 (expline): Pass opt_PRIVATE to def_exports.
1671 (opt_PRIVATE): Handle PRIVATE token.
1672 * dlltool.h (def_exports): Add 7th param for private flag to
1673 declaration.
1674 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1675 (struct export): Add 'private' field.
1676 (def_exports): Set 'private' field of struct exports.
1677 (scan_drectve_symbols): Adjust calls to def_exports.
1678 (scan_filtered_symbols): Likewise.
1679 (dump_def_info): Print 'private' field.
1680 (gen_def_file): Likewise.
1681 (gen_lib_file): Skip generation of lib object if private.
1682 Delete tmp object files in same order as they were generated.
1683 Don't delete non-existent private object files.
1684
16852004-02-27 Andreas Schwab <schwab@suse.de>
1686
1687 * ar.c (main): Support POSIX-compatible argument parsing.
1688
16892004-02-23 Daniel Lucq <daniel@lucq.org>
1690
1691 * readelf.c (process_mips_specific): Print conflictsno as an
1692 unsigned long.
1693
16942004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1695
1696 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1697
16982004-02-19 Jakub Jelinek <jakub@redhat.com>
1699
1700 * objcopy.c (copy_section): Avoid warnings.
1701
17022004-02-14 Andrew Cagney <cagney@redhat.com>
1703
1704 * ar.c (remove_output): Use bfd_cache_close.
1705 * arsup.c (ar_end): Ditto.
1706
17072004-01-21 Roland McGrath <roland@redhat.com>
1708
1709 * readelf.c (get_note_type): Match NT_AUXV.
1710
17112004-01-20 Nick Clifton <nickc@redhat.com>
1712
1713 * version.c (print_version): Update copyright year to 2004.
1714
17152004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1716
1717 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1718 throughout.
1719 * aclocal.m4: Regenerate.
1720 * configure: Regenerate.
1721
17222004-01-12 Jakub Jelinek <jakub@redhat.com>
1723
1724 * objcopy.c: Include elf-bfd.h.
1725 (is_strip_section): Don't strip debugging sections if
1726 STRIP_NONDEBUG.
1727 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1728 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1729
1730 * objcopy.c (copy_section): Free relpp if relcount == 0.
1731
17322004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1733
1734 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1735 (stab_demangle_argtypes): Likewise.
1736 (stab_demangle_v3_argtypes): New static function.
1737 (stab_demangle_v3_arg): New static function.
1738
17392004-01-12 Nick Clifton <nickc@redhat.com>
1740
1741 * objcopy.c (copy_object): Make the function boolean, returning
1742 FALSE upon failure.
1743 (copy_archive): Handle the return value from copy_object.
1744 (copy_file): Likewise.
1745
17462004-01-07 Nick Clifton <nickc@redhat.com>
1747
1748 * readelf.c (find_section): New function. Locates a named
1749 section.
1750 (get_debug_line_pointer_sizes): New function: Initialises the
1751 debug_line_pointer_sizes array.
1752 (display_debug_lines): Call get_debug_line_pointer_sizes.
1753 (display_debug_loc): Likewise.
1754 (load_debug_loc): Use find_section.
1755 (load_debug_str): Likewise.
1756 (display_debug_info): Likewise.
1757 (prescan_debug_info): Delete.
1758 (debug_displays): Remove prescan field.
1759 (process_section_contents): Do not perform prescans.
1760
17612004-01-03 Alan Modra <amodra@bigpond.net.au>
1762
1763 * objcopy.c (filter_bytes): Delete. Move code to..
1764 (copy_section): ..here. Simplify size adjustment. Divide
1765 section lma by interleave.
1766
17672004-01-02 Nick Clifton <nickc@redhat.com>
1768
1769 * po/ru.po: New file: Russian translation.
1770 * configure.in (ALL_LINGUAS): Add ru
1771 * configure: Regenerate.
1772
1773For older changes see ChangeLog-0203
1774\f
1775Local Variables:
1776mode: change-log
1777left-margin: 8
1778fill-column: 74
1779version-control: never
1780End:
This page took 0.140064 seconds and 4 git commands to generate.