* elflink.h (elf_link_sort_cmp2): Don't mix PLT and non-PLT
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
fcd8210c
AM
12001-10-03 Alan Modra <amodra@bigpond.net.au>
2
3 * doc/Makefile.in: Regenerate.
4 * configure: Regenerate.
5
428409d5
NC
62001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
7
8 * readelf.c (display_debug_line, display_debug_pubnames,
9 display_debug_info, display_debug_frames): Detect and warn
10 about 64-bit format entries.
11 (display_debug_aranges): Reword 64-bit warning.
12 (debug_displays): Add .debug_pubtypes as a known, but not yet
13 supported, debug section.
14
6a8c2b0d
AM
152001-10-02 Alan Modra <amodra@bigpond.net.au>
16
17 * coffdump.c (PROGRAM_VERSION): Delete.
18 (main <'V'>): Call print_version.
19 * srconv.c: Likewise.
20 * sysdump.c: Likewise.
21 * version.c (program_version): Remove.
22 (print_version): Use BFD_VERSION_STRING. Just print the current
23 year in copyright message.
24 * addr2line.c (program_version): Remove unused declaration.
25 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
26 place of BFD_VERSION.
27 * Makefile.am (Makefile): Depend on bfd/configure.in.
28 (cplus-dem.o): Depend on Makefile.
29 Run "make dep-am".
30 * Makefile.in: Regenerate.
31
e414a165
NC
322001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
33
34 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
35 format .debug_arange sections.
36 (main): Add missing prototype.
37
efc3ee7f
HPN
382001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
39
40 * Makefile.am: Update dependencies with "make dep-am".
41 * Makefile.in: Regenerate.
42
9e85c2a0
RH
432001-09-28 Richard Henderson <rth@redhat.com>
44
45 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
46
451dad9c
AM
472001-09-26 Alan Modra <amodra@bigpond.net.au>
48
49 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
50 VA_CLOSE.
51 (non_fatal): Likewise.
52 * objdump.c (objdump_sprintf): Likewise.
53 * readelf.c (error): Likewise.
54 (warn): Likewise.
55
d974e256
JJ
562001-09-25 Jakub Jelinek <jakub@redhat.com>
57
58 * readelf.c (do_wide): New.
59 (options): Add --wide.
60 (usage, parse_args): Likewise.
61 (process_program_headers): Put each segment on a single line if
62 --wide is given.
63 (process_section_headers): Put each section on a single line if
64 --wide is given.
65 * doc/binutils.texi: Document it.
66 * NEWS: Likewise.
67
2f11c261
AM
682001-09-25 Alan Modra <amodra@bigpond.net.au>
69
70 * readelf.c (print_vma): Print 8 digits of low hex value.
71
1d50f91e
AJ
722001-09-24 Andreas Jaeger <aj@suse.de>
73
74 * nlmconv.c: Fix warnings about unused attributes and function
75 prototypes.
76
77 * strings.c: Add prototype for get_char.
78
38131e67
L
792000-09-19 H.J. Lu <hjl@gnu.org>
80
81 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
82 $(srcdir)/cxxfilt.man.
83 * doc/Makefile.in: Rebuild.
84
3bcfb3e4
AM
852001-09-19 Alan Modra <amodra@bigpond.net.au>
86
87 * objcopy.c (copy_main): Correct rename-section string parsing.
88 Consolidate new_name parsing, and error messages.
89
3882b010
L
902001-09-18 Bruno Haible <haible@clisp.cons.org>
91
92 * addr2line.c: Don't include <ctype.h>.
93 (main): For gettext, also set the LC_CTYPE locate facet.
94 * ar.c (main): Likewise.
95 * coffdump.c (main): Likewise.
96 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
97 (main): For gettext, also set the LC_CTYPE locate facet.
98 Use ISALNUM instead of isalpha/isdigit.
99 * dllwrap.c: Don't include <ctype.h>.
100 (main): For gettext, also set the LC_CTYPE locate facet.
101 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
102 (main): For gettext, also set the LC_CTYPE locate facet.
103 Use TOUPPER instead of islower/toupper.
104 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
105 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
106 Use TOUPPER instead of islower/toupper.
107 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
108 * objcopy.c (main): Likewise.
109 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
110 (disassemble_bytes): Use ISPRINT instead of isprint.
111 (dump_section_stabs): Use ISDIGIT instead of isdigit.
112 (dump_data): Use ISPRINT instead of isprint.
113 (main): For gettext, also set the LC_CTYPE locate facet.
114 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
115 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
116 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
117 Use TOUPPER instead of islower/toupper.
118 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
119 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
120 (write_rc_accelerators): Use ISPRINT instead of isprint.
121 (write_rc_rcdata): Likewise.
122 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
123 * srconv.c (main): Likewise.
124 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
125 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
126 isdigit/isupper/islower.
127 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
128 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
129 stab_demangle_prefix, stab_demangle_qualified,
130 stab_demangle_template, stab_demangle_type,
131 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
132 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
133 (isgraphic): Use ISPRINT instead of isascii/isprint.
134 (main): Remove HAVE_LC_MESSAGES dependency.
135 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
136 (pbarray): Use ISPRINT instead of isprint.
137 (main): For gettext, also set the LC_CTYPE locate facet.
138 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
139 (format_from_filename): Use ISPRINT instead of isprint.
140 (main): For gettext, also set the LC_CTYPE locate facet.
141 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
142 (unicode_print): Use ISPRINT instead of isprint.
143 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
144 (stab_variable): Use ISDIGIT instead of isdigit.
145
e59b4dfb
AM
1462001-09-18 Alan Modra <amodra@bigpond.net.au>
147
148 * ar.c (print_contents): Cast args of bfd_seek to the right types.
149 Replace bfd_read call with call to bfd_bread.
150 (extract_file): Likewise.
151
152 * objdump.c (dump_section_header): Cast section->filepos to
153 unsigned long to suit printf format string.
154 * readelf.c (process_section_headers): Similarly for sh_offset.
155 (process_unwind): Likewise.
156
d132876a
NC
1572001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
158
159 * strings.c (encoding, encoding_bytes): New variables.
160 (long_options): Add --encoding.
161 (main): Accept -e and --encoding.
162 (get_char): New function. Read a, possibly wide, character from
163 the input stream.
164 (print_strings): Use get_char().
165 (usage): Document new command line option.
166 * doc/binutils.texi: Document new command line option.
167 * NEWS: Announce new command line option.
168
2b0337b0
AO
169Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com>
170
171 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
172 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
173 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
174 Removed EM_CYGNUS_ARC.
175
b8720f9d
JL
176Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com)
177
178 * readelf.c: Include elf/h8 for H8 series definitions.
179 (guess_is_rela): H8 series if RELA.
180 (dump_relocations): Handle H8 series relocations.
181
0823fbca
EC
1822001-08-31 Eric Christopher <echristo@redhat.com>
183
184 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
185
8db76d70
PT
1862001-08-29 Peter Targett <peter.targett@arccores.com>
187
188 * MAINTAINERS: Include ARC Maintainer.
189
d81d6584
BE
1902001-08-29 Ben Elliston <bje@redhat.com>
191
192 * stabs.c (stab_demangle_template): Initialise s4.
193
25a1ff5b
AM
1942001-08-27 Alan Modra <amodra@bigpond.net.au>
195
196 * readelf.c (dump_relocations): Recognise EM_PPC64.
197
a5d22d2a
TS
1982001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
199
200 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
201
62a5a82d
L
2022001-08-25 H.J. Lu <hjl@gnu.org>
203
204 * nm.c (print_width): New.
205 (display_rel_file): Set `print_width' according to
206 bfd_sprintf_vma.
207 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
208
1ae8b3d2
AO
2092001-08-24 Alexandre Oliva <aoliva@redhat.com>
210
211 * objcopy.c (use_alt_mach_code): New variable.
212 (OPTION_ALT_MACH_CODE): Define.
213 (copy_options): Added --alt-machine-code.
214 (copy_main): Handle it.
215 (copy_object): Switch to alternate machine code if requested.
216 * doc/binutils.texi: Document new option.
217 * NEWS: Likewise.
218
d1bdd336
TS
2192001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
220
221 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
222
410f7a12
L
2232001-08-21 H.J. Lu <hjl@gnu.org>
224
225 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
226 (display_debug_info): Cast for 64bit hosts.
227 (display_debug_frames): Likewise.
228 (process_mips_specific): Likewise.
229
c32144ff
AJ
2302001-08-21 Andreas Jaeger <aj@suse.de>
231
232 * coffgrok.h: Add missing parameter for prototype of coff_grok.
233
234 * sysdump.c: Add missing prototypes.
235 * srconv.c: Likewise.
236 * unwind-ia64.c: Likewise.
237 * coffdump.c: Likewise.
238
239 * sysinfo.y: Print prototypes, include <ansidecl.h>.
240
241 * coffgrok.c: Add missing prototypes, include libiberty.h instead
242 of declaring xcalloc.
243
d8180c76
L
2442001-08-10 H.J. Lu <hjl@gnu.org>
245
246 * nm.c (print_value): Add one arg, bfd *.
247 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
248 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
249 (print_symbol_info_sysv): Likewise.
250 (print_symbol_info_posix): Likewise.
251
252 * objdump.c (dump_section_header): Replace printf_vma with
253 bfd_printf_vma.
254 (print_section_stabs): Likewise.
255 (dump_bfd_header): Likewise.
256 (objdump_print_value): Replace sprintf_vma with
257 bfd_sprintf_vma.
258 (disassemble_bytes): Likewise.
259 (dump_reloc_set): Likewise.
260
0218d1e4
AJ
2612001-08-10 Andreas Jaeger <aj@suse.de>
262
263 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
264 to build warnings.
265 * configure: Regenerate.
266
2863d58a
AM
2672001-08-09 Alan Modra <amodra@bigpond.net.au>
268
269 * readelf.c: Add missing prototypes.
270 * objdump.c: Likewise. Format existing prototypes.
271
c0e047e0
AO
2722001-08-08 Alexandre Oliva <aoliva@redhat.com>
273
274 * readelf.c (display_debug_info): Add to abbrev_offset the addend
275 of any RELA relocation for the abbrev_offset memory location that
276 refers to the .debug_abbrev section symbol.
277
ff78d6d6
L
2782001-08-07 H.J. Lu <hjl@gnu.org>
279
280 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
281 (main): Return process_file ().
282
c36774d6
PB
2832001-08-05 Philip Blundell <philb@gnu.org>
284
285 * doc/binutils.texi: Use "Thumb" not "THUMB".
286
8f9d9bd9
JH
2872001-08-03 John Healy <jhealy@redhat.com>
288
289 Patch suggested by Frank Eigler <fche@redhat.com>.
290 * objdump.c (disassemble_data): Fill in section member of the
291 disasm_info structure.
292
c918cb96
DD
2932001-08-03 Tom Walsh <tom@cyberiansoftware.com>
294
295 * configure.in: Added --with-windres option.
296 * configure: Regenerated.
297
c7c55b78
NC
2982001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
299
300 * doc/binutils.texi: Use @command{name} for commands;
301 use @option{-opt} for options; use @table @env for list of options;
302 remove spaces arround [ | ] in synopsis.
303
304 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
305 center title.
306
594ef5db
NC
3072001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
308
309 * objcopy.c: Fix formatting.
310 (section_rename): New structure.
311 (OPTION_RENAME_SECTION): New switch.
312 (copy_usage): Document new switch.
313 (add_section_rename): New function: Add a node to the section
314 rename list.
315 (find_section_rename): New function: Find the new name and
316 flags for a section.
317 (setup_section): Call find_section_name to determine the name
318 of the output section.
319 (copy_main): Handle OPTION_RENAME_SECTION.
320 * binutils.texi: Document new switch.
321 * NEWS: Mention new switch.
322
1f554c69
NC
3232001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
324
325 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
326 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
327 bug-binutils@gcc.org.
328
2f83960e
AM
3292001-07-28 Matthias Kramm <kramm@quiss.org>
330
331 * bucomm.c (list_supported_architectures): New function.
332 * bucomm.h (list_supported_architectures): Declare.
333 * objdump.c (usage): Call the above.
334
20fe0649
DB
3352001-07-25 Dave Brolley <brolley@redhat.com>
336
337 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
338 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
339
1b577b00
NC
3402001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
341
342 * README: Update for 2.11. Change bug reporting email address.
343 * MAINTAINERS: Tidy up. Change bug reporting email address.
344
95fd336c
DD
3452001-07-16 DJ Delorie <dj@redhat.com>
346
5f16d855
DD
347 * resres.c (write_res_header): Align header size.
348 (res_align_file): Calculate alignment correctly.
349
95fd336c
DD
350 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
351 correct 10).
352 * resrc.c (write_rc_resource): Likewise.
353 * windres.h (SUBLANG_SHIFT): Define - as 10.
354
ed8fee27
NC
3552001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
356
357 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
358
90ab7e9a
NC
3592001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
360
361 * MAINTAINERS: Add notes about branch checkins.
362
e0c60db2
NC
3632001-07-05 Daniel Berlin <dan@cgsoftware.com>
364
365 * readelf.c (display_debug_macinfo): New function, display
366 .debug_macinfo section.
367 (do_debug_macinfo): New variable.
368 (parse_args): Handle "-w[mM]" to mean display macro info.
369 (process_section_headers): Handle debug_macinfo.
370 (debug_displays): Replace unsupported function with macinfo
0218d1e4 371 function for .debug_macinfo display.
e0c60db2
NC
372 * doc/binutils.texi: Document new command line switch.
373 * NEWS: Document new feature of readelf.
0218d1e4 374
24e01a36
L
3752001-07-05 H.J. Lu <hjl@gnu.org>
376
377 * objcopy.c (filter_symbols): Don't turn undefined symbols
378 into local.
379
4258bf4d
L
3802001-07-03 H.J. Lu <hjl@gnu.org>
381
382 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
383 $@.pod.
384 (ar.1): Likewise.
385 (dlltool.1): Likewise.
386 (nlmconv.1): Likewise.
387 (nm.1): Likewise.
388 (objcopy.1): Likewise.
389 (objdump.1): Likewise.
390 (ranlib.1): Likewise.
391 (readelf.1): Likewise.
392 (size.1): Likewise.
393 (strings.1): Likewise.
394 (strip.1): Likewise.
395 (windres.1): Likewise.
396 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
397 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
398 $(DEMANGLER_NAME).
399 (as.1): Removed.
400 * doc/Makefile.in: Regenerated.
401
7014bc31
NC
4022001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
403
404 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
405
b811889f
NC
4062001-07-01 Daniel Berlin <dan@cgsoftware.com>
407
408 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
409
12ab83a9
NC
4102001-06-29 James Cownie <jcownie@etnus.com>
411
412 * readelf.c: Support DWARF 2.1 attributes.
413
a6e9f9df
AM
4142001-06-28 Alan Modra <amodra@bigpond.net.au>
415
416 * readelf.c (GET_DATA_ALLOC): Remove.
417 (GET_DATA): Remove.
418 (get_data): New function combining above macros, with an extra
419 test for zero size.
420 (slurp_rela_relocs): Use get_data, and catch error return.
421 (slurp_rel_relocs): Likewise.
422 (get_32bit_program_headers): Likewise.
423 (get_64bit_program_headers): Likewise.
424 (get_32bit_section_headers): Likewise.
425 (get_64bit_section_headers): Likewise.
426 (get_32bit_elf_symbols): Likewise.
427 (get_64bit_elf_symbols): Likewise.
428 (process_section_headers): Likewise.
429 (process_relocs): Likewise.
430 (slurp_ia64_unwind_table): Likewise.
431 (process_unwind): Likewise.
432 (get_32bit_dynamic_segment): Likewise.
433 (get_64bit_dynamic_segment): Likewise.
434 (process_dynamic_segment): Likewise.
435 (process_version_sections): Likewise.
436 (process_symbol_table): Likewise.
437 (dump_section): Likewise.
438 (display_debug_info): Likewise.
439 (display_debug_section): Likewise.
440 (process_section_contents): Likewise.
441 (process_corefile_note_segment): Likewise.
442 (process_mips_specific): Likewise. Also free econf32, econf64.
443
af3fc3bc
AM
4442001-06-25 Alan Modra <amodra@bigpond.net.au>
445
446 * readelf.c (dump_relocations): Print "bad symbol index" if
447 symtab == NULL with non-zero symtab_index.
448 (process_relocs): Don't bomb if reloc section has no symsec.
449
6d900bf6
L
4502001-06-24 H.J. Lu <hjl@gnu.org>
451
452 * objcopy.c (strip_main): Revert the change made on 2001-05-30
453 by accident.
454 (copy_main): Apply the the change made to strip_main on
455 2001-05-30 by accident.
456
49b4e386
AJ
4572001-06-23 Andreas Jaeger <aj@suse.de>
458
459 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
460 parameter 'code'.
461 (unw_decode_x2): Likewise.
462 (unw_decode_x3): Likewise.
463 (unw_decode_x4): Likewise.
464
d8dc71e3
BE
4652001-06-23 Ben Elliston <bje@redhat.com>
466
467 * MAINTAINERS: Add myself as M88k maintainer.
468
af3bdff7
NC
4692001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
470
471 * objcopy.c (strip_main): Support -o or --output-file command lien
472 switch.
473
105e7211
L
4742001-06-19 H.J. Lu <hjl@gnu.org>
475
476 * doc/Makefile.in: Regenerated.
477
c45021f2
NC
4782001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
479
480 * readelf.c: Restore formatting.
481
4822001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
483
484 * Makefile.am: Move documentation into doc subdirectory.
485 * Makefile.in: Regenerated.
486 * binutils.texi: Move into doc subdirectory.
487 * addr2line.1: Removed.
488 * ar.1: Likewise.
489 * dlltool.1: Likewise.
490 * nlmconv.1: Likewise.
491 * nm.1: Likewise.
492 * objcopy.1: Likewise.
493 * objdump.1: Likewise.
494 * ranlib.1: Likewise.
495 * readelf.1: Likewise.
496 * size.1: Likewise.
497 * strings.1: Likewise.
498 * strip.1: Likewise.
499 * windres.1: Likewise.
500 * cxxfilt.man: Likewise.
501 * doc: New Directory.
502 * doc/Makefile.am: New file.
503 * doc/Makefile.in: Generate.
504
09ad7db3
AM
5052001-06-09 Alan Modra <amodra@bigpond.net.au>
506
507 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
508
936260fe
AM
5092001-06-01 Alan Modra <amodra@bigpond.net.au>
510
511 * MAINTAINERS: Update my email address.
512
16b2b71c
NC
5132001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
514
515 * objcopy.c: Add new switches: --keep-global-symbol,
516 --keep-symbols, --localize-symbols, --keep-global-symbols and
517 --weaken-symbols.
518 * binutils.texi: Document new switches.
519 * objcopy.1: Regenerate.
520 * NEWS: Announce new feature.
521
7036c0e1
AJ
5222001-05-28 Andreas Jaeger <aj@suse.de>
523
524 * readelf.c (display_debug_frames): Fix warnings: Remove unused
525 variables, fix format strings.
526
76a406e5
NC
5272001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
528
529 * objdump.c (disassemble_bytes): Remove section VMA adjustment
530 when computing the address of the line to show.
531
31b6fca6
RH
5322001-05-16 Richard Henderson <rth@redhat.com>
533
534 * readelf.c (do_debug_frames_interp): New.
535 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
536 (byte_get_big_endian): Likewise.
537 (parse_args) ['F']: Set do_debug_frames_interp.
538 (Frame_Chunk): Make data_factor signed, add fde_encoding.
539 (frame_display_row): Don't trunc pc_begin to int.
540 (size_of_encoded_value): New.
541 (display_debug_frames): Handle 64-bit targets. Print raw data
542 unless do_debug_frames_interp.
543 (debug_displays): Remove duplicate .debug_frame.
544
4fe85591
NC
5452001-05-15 Ralf Baechle <ralf@gnu.org>
546
547 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
548 The former constant was never in active use and is used otherwise
549 by the ABI.
550
579f31ac
JJ
5512001-05-11 Jakub Jelinek <jakub@redhat.com>
552
553 * readelf.c (process_unwind): Print all unwind sections, not just
554 one.
555
78f4a3f7
AM
5562001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
557
558 * readelf.c (process_unwind): Remove const specifier.
559
1c529ca6
NC
5602001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
561
562 * strings.c (isgraphic): Do not use isascii() unless it is needed
563 for isprint() to work.
564 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
565
87e6d782
NC
5662001-04-27 Johan Rydberg <jrydberg@opencores.org>
567
568 * NEWS: Announce support for OpenRISC.
569
4bd3d870 5702001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
571
572 * dlltool.c (do_default_excludes): Initialise to true.
573
21211521
AM
5742001-04-10 Alan Modra <amodra@one.net.au>
575
576 * MAINTAINERS: Update my email address
577 * nm.c (print_symbol_info_bsd): Use a simple printf string.
578
0c66b61e 5792001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
580
581 * readelf.c (display_debug_lines): Fix typo for "Prologue".
582
e58d53af
L
5832001-03-30 H.J. Lu <hjl@gnu.org>
584
585 * readelf.c (process_unwind): Just return if do_unwind is 0.
586
bee72332
DD
5872001-03-28 Roger Sayle <roger@metaphorics.com>
588
589 * dlltool.c (make_one_lib_file): Fix section flags for
590 .text, .data and .bss in stub ds*.o files to match those
591 generated by gas.
592
f1467e33
L
5932001-03-29 H.J. Lu <hjl@gnu.org>
594
595 * readelf.c (process_unwind): Only do unwind sections for
596 IA64.
597
1c6fb4fe
L
5982001-03-28 H.J. Lu <hjl@gnu.org>
599
600 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
601 * Makefile.in: Regenerate.
602
0879a67a
AJ
6032001-03-26 Andreas Jaeger <aj@suse.de>
604
605 * binutils.texi (nm): Fix texi syntax.
606
0285c67d
NC
6072001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
608
609 * binutils.texi: Put @c man begin and @c man end indications
610 to generate man pages using texi2pod and pod2man. Put @c man title
611 to identify each man. Add SEEALSO entries.
612 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
613 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
614 sort the list.
615 (*.1): Build the man pages from binutils.texi.
616 * Makefile.in: Regenerate.
617
04847a4d
CF
6182001-03-13 Eric Kohl <ekohl@rz-online.de>
619
620 * defparse.y (opt_equal_name): allow "." in name.
621 * dlltool.c (def_exports): Added ability to generate forwarded exports.
622 (gen_exp_file): Likewise.
623
43a0748c
NC
6242001-03-12 Stefan Geuken <mail@stefan-geuken.de>
625
626 * NEWS: Document addition of -B switch to objcopy.
627 * binutils.texi: Document addition of -B switch to objcopy.
628 * objcopy.c: (copy_options): Add --binary-architecture.
629 (copy_usage): Document -B/--binary-architecture.
630 (copy_main): Support -B/--binary-architecture. Set
631 bfd_external_binary_architecture.
0879a67a 632
b7498e0e
NC
6332001-03-11 Andreas Jaeger <aj@suse.de>
634
635 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
636 (dump_relocations): Likewise.
637 (get_machine_name): Likewise.
638
a59e3bd7
NC
6392001-02-28 Nick Clifton <nickc@redhat.com>
640
641 * readelf.c: (struct unw_aux_info): Remove const modifier for
642 'strtab' field.
643 (process_unwind): Remove non-K&R compliant LHS type cast in call
644 to GET_DATA_ALLOC macro.
645
a5bcd848
PB
6462001-02-28 Philip Blundell <pb@futuretv.com>
647
648 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
649 ABI is in use; remove ambiguity between the "unknown" EABI and
650 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
651 renamed EF_xx constants.
652
27b7e12d
AM
6532001-02-27 Alan Modra <alan@linuxcare.com.au>
654
655 * configure.in (BFD_VERSION): New.
656 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
657 * configure: Regenerate.
658 * Makefile.am: Run "make dep-am"
659 * Makefile.in: Regenerate.
660
a9f10786
NC
6612001-02-14 Nick Clifton <nickc@redhat.com>
662
663 * MAINTAINERS: Add "Obvious Fix" rule.
664
3c44da9a
MS
6652001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
666
667 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
668 literal concatenation.
669
ecd03389
MS
6702001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
671
672 * readelf.c (struct unw_aux_info): Remove const from the info member.
673 (process_unwind): Don't type-cast the third argument to the
674 GET_DATA_ALLOC macro.
675
88ec60c7
NC
6762001-02-11 Nick Clifton <nickc@redhat.com>
677
678 * readelf.c (dump_relocations): Free corrected allocated
679 array.
680 (process_unwind): Fix compile time warning.
681
f5e21966
NC
6822001-02-10 Nick Clifton <nickc@redhat.com>
683
684 * binutils.texi: Document new --unwind option to readelf.
685
a85d7ed0
NC
6862001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
687
688 * readelf.c: Add linux target for S/390.
689
7bb10502
AM
6902001-02-10 Alan Modra <alan@linuxcare.com.au>
691
692 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
693 printf is a macro.
694
8ca8f343
HPN
6952001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
696
697 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
698 * aclocal.m4: Regenerate.
699 * configure: Regenerate.
700
7340082d
NC
7012001-02-07 Todd Vierling <tv@wasabisystems.com>
702
703 * bucomm.c (bfd_target_vector): Change extern array to pointer.
704 * objdump.c (bfd_target_vector): Likewise.
705
4d6ed7c8
NC
7062001-02-07 David Mosberger <davidm@hpl.hp.com>
707
708 * readelf.c (process_unwind): New function.
709 (slurp_ia64_unwind_table): Ditto.
710 (dump_ia64_unwind): Ditto.
711 (find_symbol_for_address): Ditto.
712 (slurp_rela_relocs): New function (split off from dump_relocations()).
713 (slurp_rel_relocs): Ditto.
714 (parse_args): Handle '-u' option.
715
716 * unwind-ia64.c: New file.
717 * unwind-ia64.h: New file.
718 * Makefile.am: Include unwind-ia64.c in readelf build.
719 * Makefile.in: Regenerate.
7340082d 720 * po/binutils.pot: Regenerate.
4d6ed7c8 721
c7217458
PB
7222001-02-04 Philip Blundell <philb@gnu.org>
723
724 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
725 * configure: Regenerate.
726
956eedd4
AM
7272001-01-31 Steve deRosier <sderosier@vari-lite.com>
728
729 * ieee.c (ieee_add_bb11): Don't check for backslashes
730 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
731
8855cbca
AM
7322001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
733
c7f2731e
AM
734 * ieee.c: Update copyright.
735 (ieee_start_compilation_unit): Don't check for backslashes
736 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
737
8855cbca
AM
738 * stabs.c: Update copyright. Include "filenames.h".
739 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
740
329de803 7412001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
742
743 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
744 sections are present before using them. Remove code duplication.
745 (process_symbol_table): Check if VERDEF or VERNEED sections are
746 present before using them.
747
23719f39
NC
7482001-01-17 Nick Clifton <nickc@redhat.com>
749
750 * objcopy.c (copy_object): Fail if attempting to convert the
751 endianness of the input object file.
752
753 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 754
f726e849
NC
7552001-01-16 Nick Clifton <nickc@redhat.com>
756
757 * readelf.c (string_table_length): New variable.
758 (SECTION_NAME): Catch out of range indices and missing section
759 pointers.
760 (process_section_headers): Delete useless local variable
761 string_table_offset. Set the value of string_table_length
762 after loading the string table.
763 (process_mips_specific): Use SECTION_NAME macro.
764 (process_file): Set string_table_length to 0 when it is freed.
765
d0398d6a
NC
7662001-01-12 Nick Clifton <nickc@redhat.com>
767
768 * version.c (print_version): Update copyright date.
769
0d2bcfaf
NC
7702001-01-11 Peter Targett <peter.targett@arccores.com>
771
772 * readelf.c (dump_relocations): Include selection with EM_ARC.
773 (get_machine_name) Update name to "ARC".
774
8b1e6df3
NC
7752001-01-09 Nick Clifton <nickc@redhat.com>
776
777 * Makefile.am: Add rule to build objdump.o from objdump.c and
778 using OBJDUMP_DEFS.
779 * Makefile.in: Regenerate.
780
781 * configure.in: Define OBJDUMP_DEFS. Default to empty.
782 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
783 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 784 * configure: Regenerate.
8b1e6df3
NC
785
786 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
787 is defined read in the relocs even if dump_reloc_info is
788 false.
789
2f952d20
PB
7902001-01-07 Philip Blundell <philb@gnu.org>
791
792 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
793 `bug-binutils'.
794 * README: Likewise.
795
a8c548cb
NC
7962000-12-19 Nick Clifton <nickc@redhat.com>
797
798 * dlltool.c: Add missing support for arm-epoc-pe.
799 * configure.in: Add missing support for arm-epoc-pe.
800 * configure: Regenerate.
801
cc5fda35
NC
8022000-12-15 Nick Clifton <nickc@redhat.com>
803
804 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
805 Mode parts of the x86 port.
806
bcedfee6
NC
8072000-12-04 Andreas Jaeger <aj@suse.de>
808
809 * readelf.c (guess_is_rela): Add EM_X86_64.
810 (dump_relocations): Add EM_X86_64.
811 (get_machine_name): Add EM_X86_64.
812 Include "elf/x86-64.h".
813
584da044
NC
8142000-12-12 Nick Clifton <nickc@redhat.com>
815
816 * readelf.c: Fix formatting.
817
b8355149
JH
818Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
819
820 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
821
a98cc2b2
AH
8222000-12-07 Andrew Haley <aph@redhat.com>
823
824 * readelf.c (display_debug_frames): Only display columns that are
825 referenced by the frame debug info.
826
c7987a69
NC
8272000-12-05 Nick Clifton <nickc@redhat.com>
828
829 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
830
09fd7e38
JM
8312000-12-04 Jason Merrill <jason@redhat.com>
832
833 * readelf.c (process_section_headers): Handle linkonce.wi sections.
834 (display_debug_section): Likewise.
835 (display_debug_info): Display CU header before bailing.
836
e7af610e
NC
8372000-12-01 Chris Demetriou <cgd@sibyte.com>
838
09fd7e38
JM
839 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
840 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
841 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 842
09fd7e38
JM
843 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
844 and E_MIPS_ARCH_64.
84ea6cf2 845
09fd7e38
JM
846 * readelf.c (get_machine_flags): Add case for
847 E_MIPS_MACH_SB1.
c6c98b38 848
75066968
DD
8492000-11-30 Richard Earnshaw <rearnsha@arm.com>
850
851 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
852
5c4666ea
HPN
8532000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
854