Remove XDEPFILES from GDB.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
285d1771
AM
12002-01-17 Alan Modra <amodra@bigpond.net.au>
2
3 * readelf.c (get_machine_name): Handle EM_PPC64.
4 (guess_is_rela): Here too.
5
328577ad
NC
62002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
7
8 * po/binutils.pot: Regenerate.
9 * po/fr.po: Regenerate.
10 * po/tr.po: Regenerate.
11
af3ae48d
NC
122002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
13
14 * po/tr.po: Import new version.
15
f1cb7e17
AM
162002-01-16 Alan Modra <amodra@bigpond.net.au>
17
18 * readelf.c (get_ppc64_dynamic_type): New.
19 (get_dynamic_type): Call it.
20
6364e0b4
NC
212002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
22
3ab9460d
NC
23 * objcopy.c (copy_usage): Use "options" instead of "switches".
24 (strip_usage): Use "options" instead of "switches".
25 * doc/binutils.texi (dlltool): Refer to "options" instead of
26 "switches".
6364e0b4 27
3a7e524e
RE
282002-01-14 Richard Earnshaw <rearnsha@arm.com>
29
30 * MAINTAINERS: Add self as co-maintainer for the ARM code.
31
1209e219
NC
322001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
33
34 * po/es.po: Import from translation project.
35 * configure.in (ALL_LINGUAS): Add es.
36 * configure: Regenerate.
37
b4db1224
JT
382002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
39
40 * readelf.c (get_netbsd_elfcore_note_type): Use
41 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
42
9437c45b
JT
432002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
44
45 * readelf.c: Update copyright years.
46 (get_note_type): Return a const char *.
47 (get_netbsd_elfcore_note_type): New function.
48 (process_note): Use get_netbsd_elfcore_note_type to get
49 the note type string for NetBSD ELF core files.
50
00428cca
AM
512002-01-06 Steve Ellcey <sje@cup.hp.com>
52
53 * readelf.c (get_ia64_segment_type): Add support for macros.
54 (get_segment_type): Add support for IA64 specific macros.
55
31104126
NC
562001-12-20 Julian v. Bock <julian@wongr.net>
57
58 * readelf.c (print_symbol): New function: Print a formatted symbol
59 name. If --wide is specified do not truncate it.
60 (dump_relocations): Use print_symbol() to print symbol names.
61 (process_symbol_table): Likewise.
62 (process_syminfo): Likewise.
63 (process_mips_specific): Likewise.
64 (usage): Document new feature of --wide switch.
65 * doc/binutils.texi (objdump): Document additional behaviour of
66 --wide.
67
4dd67f29
MS
682001-12-18 Michael Snyder <msnyder@redhat.com>
69
70 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
71 (copy_object): Don't set the start address or flags of a core file.
72 (copy_section): Don't relocate a core file. Don't copy contents
73 if the input section has the contents flag set, but the output
74 section does not (which happens with the fake 'note' pseudo-
75 sections that BFD creates for corefiles).
76
43521d43
TS
772001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
78
79 * readelf.c (get_machine_flags): Recognize header flags for ABI and
80 ASE extensions. More robust code for ISA checking. Ignore empty fields
81 in header flags for GNU extensions.
82
b667df2e
AM
832001-12-18 Alan Modra <amodra@bigpond.net.au>
84
85 * objcopy.c (copy_archive): Set output bfd format outside the loop.
86
17a5a5c3
NC
872001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
88
89 * po/ja.po: Import from translation project.
90 * configure.in (ALL_LINGUAS): Add ja.
91 * configure: Regenerate.
92
65de42c0
TS
932001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
94
95 * addr2line.c (main): Protoype.
96 * ar.c (main): Protoype.
97 * nm.c (main): Protoype.
98 * objcopy.c (main): Protoype.
99 * objdump.c (main): Protoype.
100 * size.c (main): Protoype.
101 * strings.c (main): Protoype.
102
9ad5cbcf
AM
1032001-12-17 Alan Modra <amodra@bigpond.net.au>
104
105 * readelf.c (symtab_shndx_hdr): New global.
106 (SECTION_HEADER_INDEX): Define.
107 (SECTION_HEADER_NUM): Define.
108 (SECTION_HEADER): Define.
109 (GET_ELF_SYMBOLS): Pass two params rather than three.
110 (get_32bit_elf_symbols): Take file and section args. Read and
111 use SHT_SYMTAB_SHNDX.
112 (get_64bit_elf_symbols): Likewise.
113 (dump_relocations): Use SECTION_HEADER to index "section_headers".
114 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
115 Remember symtab_shdx_hdr.
116 (process_program_headers): Scan from index 1 for segment map.
117 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
118 "section_headers".
119 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
120 (process_unwind): Likewise.
121 (process_version_sections): Likewise.
122 (process_symbol_table): Likewise.
123 (display_debug_info): Likewise.
124 (process_dynamic_segment): Fake up a symtab section for changed
125 GET_ELF_SYMBOLS.
126 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
127 (process_program_headers): Kill signed/unsigned warning.
128 (load_debug_str): Likewise.
129 (display_debug_info): Likewise.
130
65765700
JJ
1312001-12-13 Jakub Jelinek <jakub@redhat.com>
132
133 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
134
560f3c1c
AM
1352001-12-11 Alan Modra <amodra@bigpond.net.au>
136
137 * readelf.c (process_file_header): Print extended e_shnum and
138 e_shdtrndx values. Set elf_header values for same.
139 (get_32bit_section_headers): Add "num" arg to read "num" headers.
140 (get_64bit_section_headers): Likewise.
141 (process_section_headers): Update calls.
142 (get_file_header): Call get_32bit_section_headers or 64bit variant.
143
bc408b8a
JJ
1442001-12-10 Jakub Jelinek <jakub@redhat.com>
145
146 * objcopy.c (setup_section): Copy entsize.
147
93fbbb04
GK
1482001-12-07 Geoffrey Keating <geoffk@redhat.com>
149
150 * readelf.c (guess_is_rela): Add support for stormy16.
151 (dump_relocations): Likewise.
152 (get_machine_name): Likewise.
153
e3c8793a
NC
1542001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
155
156 * dllwrap.c (main) Replace multiple strings describing a
157 single error with a single, newline escaped sentence to permit
158 better translation into foreign languages.
159
160 * readelf.c (get_elf_class): Remove internalionalisation of ELF
161 class names.
162
956cd1d6
TS
1632001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
164
165 * strings.c (get_char): Initialize value.
166
956c53ee
TS
1672001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
168
169 * arlex.l: Silence compile warnings.
170 * arsup.h: Likewise. Fix formatting.
171
cedd9a58
JJ
1722001-12-04 Jakub Jelinek <jakub@redhat.com>
173
174 * strings.c: Include config.h before bfd.h.
175 (file_off): New type.
176 (file_open): Define.
177 (print_strings): Use file_off instead of file_ptr. Print addresses
178 which don't fit into long correctly.
179 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
180 available.
181 (strings_file): Use file_off instead of file_ptr. Use file_open.
182 * configure.in: Check for getc_unlocked.
183 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
184 be defined for it.
185 * configure: Rebuilt.
186 * config.h.in: Rebuilt.
187
af667503
L
1882001-11-29 H.J. Lu <hjl@gnu.org>
189
190 * bucomm.c (make_tempname): Revert the changes made on
191 2001-11-14 and 2001-11-12. They won't work with directories.
192
16474668
NC
1932001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
194
195 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
196 CFLAGS_FOR_TARGET to runtest in environment.
197 * Makefile.in: Rebuild.
198 * doc/Makefile.in: Rebuild.
199
17978339
MS
2002001-11-28 Mike Stump <mrs@wrs.com>
201
202 * objcopy.c (setup_section): Preserve SEC_RELOC when
203 --set-section-flags is used.
204
261a45ad
NC
2052001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
206
207 * readelf.c (do_debug_str): New variable.
208 (display_debug_str): New function: Display the contents of a
209 .debug_str section.
210 (load_debug_str): New function: Load in the contents of a
211 .debug_str section.
212 (free_debug_str): New function: Free the memory used by
213 load_debug_str().
214 (fetch_indirect_string): Retrieve a string from the .debug_str
215 section.
216 (usage): Add -ws.
217 (parse_args): Accept -ws.
218 (process_section_headers): Allow the display of the .debug_str
219 section.
220 (read_and_display_attr_value): Use fetch_indirect_string. Show
221 offset into .debug_str section.
222 (display_debug_info): Use load_debug_str and free_debug_str.
223 (debug_displays): Add .debug_str.
224 * doc/binutils.texi: Document -ws.
225
b8908f93
AJ
2262001-11-19 Andreas Jaeger <aj@suse.de>
227
228 * testsuite/binutils-all/objdump.exp: Add x86-64.
229
e5fb9629
AS
2302001-11-15 Andreas Schwab <schwab@suse.de>
231
232 * readelf.c: Fix warnings without terminating newline.
233
802a735e
AM
2342001-11-15 Alan Modra <amodra@bigpond.net.au>
235
236 * doc/binutils.texi (objdump): Document ppc -M options.
237
b89e9eae
AJ
2382001-11-14 Andreas Jaeger <aj@suse.de>
239
240 * doc/binutils.texi (objdump): Fix description to use x86-64.
241
a6a25652
NC
2422001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
243
244 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
245 not all systems provide mkstemp.
246
e396998b
AM
2472001-11-14 Alan Modra <amodra@bigpond.net.au>
248
249 * doc/binutils.texi (objdump): Document x86 -M options.
250
81766fca
RH
2512001-11-13 Keith Walker <keith.walker@arm.com>
252
253 * readelf.c (read_and_display_attr_value): New function to
254 handle DW_FORM_indirect.
255 (read_and_display_attr): Use it.
256
1a509dcc
GK
2572001-11-13 Geoffrey Keating <geoffk@redhat.com>
258
259 * readelf.c (display_debug_lines): Deal with unknown standard
260 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
261 DW_LNS_set_isa.
262
6e917903 2632001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 264
6e917903
TW
265 * MAINTAINERS: Add self as tic54x maintainer. This target
266 includes the IBM C54XDSP clone.
7559e86e 267
6e917903 2682001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 269
7559e86e
NC
270 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
271
2722001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 273
ecdadc4a
JL
274 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
275 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
276 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
277 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
278 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
279 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
280 (unw_decode_b2, unw_decode_b3_b4): Likewise.
281
91770270
JL
282 * readelf.c (get_elf_class): Fix ISO portability glitch.
283 (get_data_encoding, get_osabi_name, request_dump): Likewise.
284
ef5cdfc7
JJ
2852001-11-07 Jakub Jelinek <jakub@redhat.com>
286
287 * readelf.c (debug_str, debug_str_size): New.
288 (display_debug_abbrev): If no abbrevs were read, skip the CU.
289 Call free_abbrevs.
290 (read_and_display_addr): Handle DW_FORM_strp.
291 (display_debug_info): Read .debug_str section if present,
292 so that DW_FORM_strp can be handled.
293 Fix test for non-existant .debug_abbrev section.
294
5e9520c8
JJ
2952001-11-05 Jakub Jelinek <jakub@redhat.com>
296
297 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
298
299 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
300
54589086
MS
3012001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
302
303 * MAINTAINERS: Add self as s390/s390x maintainer.
304
c05b685b
TR
3052001-11-02 Tom Rix <trix@bluey.cygnus.com>
306
307 * MAINTAINERS: Add self as PPC XCOFF maintainer.
308
3c62831e
NC
3092001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
310
311 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
312 * configure: Regernate.
313 * po/fr.po: New file.
314 * po/tr.po: New file.
315
3c3bdf30
NC
3162001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
317
9b19141a 318 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
319 * readelf.c: Include elf/mmix.h.
320 (guess_is_rela): MMIX is RELA.
321 (dump_relocations): Handle MMIX relocations.
322 * Makefile.am: Regenerate dependencies.
323 * Makefile.in: Regenerate.
324
f662939a
NC
3252001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
326
327 * readelf.c (parse_args): Handle multiple options to the -w
328 switch.
329
c91d0dfb
JJ
3302001-10-12 Jakub Jelinek <jakub@redhat.com>
331
332 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
333 LOPROC, LOOS and LOUSER.
334
7559e86e 3352001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
336
337 * MAINTAINERS: Update my email address.
338
fcd8210c
AM
3392001-10-03 Alan Modra <amodra@bigpond.net.au>
340
341 * doc/Makefile.in: Regenerate.
342 * configure: Regenerate.
343
428409d5
NC
3442001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
345
346 * readelf.c (display_debug_line, display_debug_pubnames,
347 display_debug_info, display_debug_frames): Detect and warn
348 about 64-bit format entries.
349 (display_debug_aranges): Reword 64-bit warning.
350 (debug_displays): Add .debug_pubtypes as a known, but not yet
351 supported, debug section.
352
6a8c2b0d
AM
3532001-10-02 Alan Modra <amodra@bigpond.net.au>
354
355 * coffdump.c (PROGRAM_VERSION): Delete.
356 (main <'V'>): Call print_version.
357 * srconv.c: Likewise.
358 * sysdump.c: Likewise.
359 * version.c (program_version): Remove.
360 (print_version): Use BFD_VERSION_STRING. Just print the current
361 year in copyright message.
362 * addr2line.c (program_version): Remove unused declaration.
363 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
364 place of BFD_VERSION.
365 * Makefile.am (Makefile): Depend on bfd/configure.in.
366 (cplus-dem.o): Depend on Makefile.
367 Run "make dep-am".
368 * Makefile.in: Regenerate.
369
e414a165
NC
3702001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
371
372 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
373 format .debug_arange sections.
374 (main): Add missing prototype.
b8908f93 375
efc3ee7f
HPN
3762001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
377
378 * Makefile.am: Update dependencies with "make dep-am".
379 * Makefile.in: Regenerate.
380
9e85c2a0
RH
3812001-09-28 Richard Henderson <rth@redhat.com>
382
383 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
384
451dad9c
AM
3852001-09-26 Alan Modra <amodra@bigpond.net.au>
386
387 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
388 VA_CLOSE.
389 (non_fatal): Likewise.
390 * objdump.c (objdump_sprintf): Likewise.
391 * readelf.c (error): Likewise.
392 (warn): Likewise.
393
d974e256
JJ
3942001-09-25 Jakub Jelinek <jakub@redhat.com>
395
396 * readelf.c (do_wide): New.
397 (options): Add --wide.
398 (usage, parse_args): Likewise.
399 (process_program_headers): Put each segment on a single line if
400 --wide is given.
401 (process_section_headers): Put each section on a single line if
402 --wide is given.
403 * doc/binutils.texi: Document it.
404 * NEWS: Likewise.
405
2f11c261
AM
4062001-09-25 Alan Modra <amodra@bigpond.net.au>
407
408 * readelf.c (print_vma): Print 8 digits of low hex value.
409
1d50f91e
AJ
4102001-09-24 Andreas Jaeger <aj@suse.de>
411
412 * nlmconv.c: Fix warnings about unused attributes and function
413 prototypes.
414
415 * strings.c: Add prototype for get_char.
416
38131e67
L
4172000-09-19 H.J. Lu <hjl@gnu.org>
418
419 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
420 $(srcdir)/cxxfilt.man.
421 * doc/Makefile.in: Rebuild.
422
3bcfb3e4
AM
4232001-09-19 Alan Modra <amodra@bigpond.net.au>
424
425 * objcopy.c (copy_main): Correct rename-section string parsing.
426 Consolidate new_name parsing, and error messages.
427
3882b010
L
4282001-09-18 Bruno Haible <haible@clisp.cons.org>
429
430 * addr2line.c: Don't include <ctype.h>.
431 (main): For gettext, also set the LC_CTYPE locate facet.
432 * ar.c (main): Likewise.
433 * coffdump.c (main): Likewise.
434 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
435 (main): For gettext, also set the LC_CTYPE locate facet.
436 Use ISALNUM instead of isalpha/isdigit.
437 * dllwrap.c: Don't include <ctype.h>.
438 (main): For gettext, also set the LC_CTYPE locate facet.
439 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
440 (main): For gettext, also set the LC_CTYPE locate facet.
441 Use TOUPPER instead of islower/toupper.
442 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
443 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
444 Use TOUPPER instead of islower/toupper.
445 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
446 * objcopy.c (main): Likewise.
447 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
448 (disassemble_bytes): Use ISPRINT instead of isprint.
449 (dump_section_stabs): Use ISDIGIT instead of isdigit.
450 (dump_data): Use ISPRINT instead of isprint.
451 (main): For gettext, also set the LC_CTYPE locate facet.
452 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
453 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
454 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
455 Use TOUPPER instead of islower/toupper.
456 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
457 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
458 (write_rc_accelerators): Use ISPRINT instead of isprint.
459 (write_rc_rcdata): Likewise.
460 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
461 * srconv.c (main): Likewise.
462 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
463 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
464 isdigit/isupper/islower.
465 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
466 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
467 stab_demangle_prefix, stab_demangle_qualified,
468 stab_demangle_template, stab_demangle_type,
469 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
470 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
471 (isgraphic): Use ISPRINT instead of isascii/isprint.
472 (main): Remove HAVE_LC_MESSAGES dependency.
473 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
474 (pbarray): Use ISPRINT instead of isprint.
475 (main): For gettext, also set the LC_CTYPE locate facet.
476 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
477 (format_from_filename): Use ISPRINT instead of isprint.
478 (main): For gettext, also set the LC_CTYPE locate facet.
479 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
480 (unicode_print): Use ISPRINT instead of isprint.
481 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
482 (stab_variable): Use ISDIGIT instead of isdigit.
483
e59b4dfb
AM
4842001-09-18 Alan Modra <amodra@bigpond.net.au>
485
486 * ar.c (print_contents): Cast args of bfd_seek to the right types.
487 Replace bfd_read call with call to bfd_bread.
488 (extract_file): Likewise.
489
490 * objdump.c (dump_section_header): Cast section->filepos to
491 unsigned long to suit printf format string.
492 * readelf.c (process_section_headers): Similarly for sh_offset.
493 (process_unwind): Likewise.
494
d132876a
NC
4952001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
496
497 * strings.c (encoding, encoding_bytes): New variables.
498 (long_options): Add --encoding.
499 (main): Accept -e and --encoding.
500 (get_char): New function. Read a, possibly wide, character from
501 the input stream.
502 (print_strings): Use get_char().
503 (usage): Document new command line option.
504 * doc/binutils.texi: Document new command line option.
505 * NEWS: Announce new command line option.
506
7559e86e 5072001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
508
509 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
510 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
511 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
512 Removed EM_CYGNUS_ARC.
513
7559e86e 5142001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
515
516 * readelf.c: Include elf/h8 for H8 series definitions.
517 (guess_is_rela): H8 series if RELA.
518 (dump_relocations): Handle H8 series relocations.
519
0823fbca
EC
5202001-08-31 Eric Christopher <echristo@redhat.com>
521
522 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
523
8db76d70
PT
5242001-08-29 Peter Targett <peter.targett@arccores.com>
525
526 * MAINTAINERS: Include ARC Maintainer.
527
d81d6584
BE
5282001-08-29 Ben Elliston <bje@redhat.com>
529
530 * stabs.c (stab_demangle_template): Initialise s4.
531
25a1ff5b
AM
5322001-08-27 Alan Modra <amodra@bigpond.net.au>
533
534 * readelf.c (dump_relocations): Recognise EM_PPC64.
535
a5d22d2a
TS
5362001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
537
538 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
539
62a5a82d
L
5402001-08-25 H.J. Lu <hjl@gnu.org>
541
542 * nm.c (print_width): New.
543 (display_rel_file): Set `print_width' according to
544 bfd_sprintf_vma.
545 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
546
1ae8b3d2
AO
5472001-08-24 Alexandre Oliva <aoliva@redhat.com>
548
549 * objcopy.c (use_alt_mach_code): New variable.
550 (OPTION_ALT_MACH_CODE): Define.
551 (copy_options): Added --alt-machine-code.
552 (copy_main): Handle it.
553 (copy_object): Switch to alternate machine code if requested.
554 * doc/binutils.texi: Document new option.
555 * NEWS: Likewise.
556
d1bdd336
TS
5572001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
558
559 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
560
410f7a12
L
5612001-08-21 H.J. Lu <hjl@gnu.org>
562
563 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
564 (display_debug_info): Cast for 64bit hosts.
565 (display_debug_frames): Likewise.
566 (process_mips_specific): Likewise.
567
c32144ff
AJ
5682001-08-21 Andreas Jaeger <aj@suse.de>
569
570 * coffgrok.h: Add missing parameter for prototype of coff_grok.
571
572 * sysdump.c: Add missing prototypes.
573 * srconv.c: Likewise.
574 * unwind-ia64.c: Likewise.
575 * coffdump.c: Likewise.
576
577 * sysinfo.y: Print prototypes, include <ansidecl.h>.
578
579 * coffgrok.c: Add missing prototypes, include libiberty.h instead
580 of declaring xcalloc.
581
d8180c76
L
5822001-08-10 H.J. Lu <hjl@gnu.org>
583
584 * nm.c (print_value): Add one arg, bfd *.
585 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
586 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
587 (print_symbol_info_sysv): Likewise.
588 (print_symbol_info_posix): Likewise.
589
590 * objdump.c (dump_section_header): Replace printf_vma with
591 bfd_printf_vma.
592 (print_section_stabs): Likewise.
593 (dump_bfd_header): Likewise.
594 (objdump_print_value): Replace sprintf_vma with
595 bfd_sprintf_vma.
596 (disassemble_bytes): Likewise.
597 (dump_reloc_set): Likewise.
598
0218d1e4
AJ
5992001-08-10 Andreas Jaeger <aj@suse.de>
600
601 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
602 to build warnings.
603 * configure: Regenerate.
604
2863d58a
AM
6052001-08-09 Alan Modra <amodra@bigpond.net.au>
606
607 * readelf.c: Add missing prototypes.
608 * objdump.c: Likewise. Format existing prototypes.
609
c0e047e0
AO
6102001-08-08 Alexandre Oliva <aoliva@redhat.com>
611
612 * readelf.c (display_debug_info): Add to abbrev_offset the addend
613 of any RELA relocation for the abbrev_offset memory location that
614 refers to the .debug_abbrev section symbol.
615
ff78d6d6
L
6162001-08-07 H.J. Lu <hjl@gnu.org>
617
618 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
619 (main): Return process_file ().
620
c36774d6
PB
6212001-08-05 Philip Blundell <philb@gnu.org>
622
623 * doc/binutils.texi: Use "Thumb" not "THUMB".
624
8f9d9bd9
JH
6252001-08-03 John Healy <jhealy@redhat.com>
626
627 Patch suggested by Frank Eigler <fche@redhat.com>.
628 * objdump.c (disassemble_data): Fill in section member of the
629 disasm_info structure.
630
c918cb96
DD
6312001-08-03 Tom Walsh <tom@cyberiansoftware.com>
632
633 * configure.in: Added --with-windres option.
634 * configure: Regenerated.
635
c7c55b78
NC
6362001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
637
638 * doc/binutils.texi: Use @command{name} for commands;
639 use @option{-opt} for options; use @table @env for list of options;
640 remove spaces arround [ | ] in synopsis.
641
642 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
643 center title.
644
594ef5db
NC
6452001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
646
647 * objcopy.c: Fix formatting.
648 (section_rename): New structure.
649 (OPTION_RENAME_SECTION): New switch.
650 (copy_usage): Document new switch.
651 (add_section_rename): New function: Add a node to the section
652 rename list.
653 (find_section_rename): New function: Find the new name and
654 flags for a section.
655 (setup_section): Call find_section_name to determine the name
656 of the output section.
657 (copy_main): Handle OPTION_RENAME_SECTION.
658 * binutils.texi: Document new switch.
659 * NEWS: Mention new switch.
660
1f554c69
NC
6612001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
662
663 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
664 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
665 bug-binutils@gcc.org.
666
2f83960e
AM
6672001-07-28 Matthias Kramm <kramm@quiss.org>
668
669 * bucomm.c (list_supported_architectures): New function.
670 * bucomm.h (list_supported_architectures): Declare.
671 * objdump.c (usage): Call the above.
672
20fe0649
DB
6732001-07-25 Dave Brolley <brolley@redhat.com>
674
675 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
676 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
677
1b577b00
NC
6782001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
679
680 * README: Update for 2.11. Change bug reporting email address.
681 * MAINTAINERS: Tidy up. Change bug reporting email address.
682
95fd336c
DD
6832001-07-16 DJ Delorie <dj@redhat.com>
684
5f16d855
DD
685 * resres.c (write_res_header): Align header size.
686 (res_align_file): Calculate alignment correctly.
687
95fd336c
DD
688 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
689 correct 10).
690 * resrc.c (write_rc_resource): Likewise.
691 * windres.h (SUBLANG_SHIFT): Define - as 10.
692
ed8fee27
NC
6932001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
694
695 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
696
90ab7e9a
NC
6972001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
698
699 * MAINTAINERS: Add notes about branch checkins.
700
e0c60db2
NC
7012001-07-05 Daniel Berlin <dan@cgsoftware.com>
702
703 * readelf.c (display_debug_macinfo): New function, display
704 .debug_macinfo section.
705 (do_debug_macinfo): New variable.
706 (parse_args): Handle "-w[mM]" to mean display macro info.
707 (process_section_headers): Handle debug_macinfo.
708 (debug_displays): Replace unsupported function with macinfo
0218d1e4 709 function for .debug_macinfo display.
e0c60db2
NC
710 * doc/binutils.texi: Document new command line switch.
711 * NEWS: Document new feature of readelf.
0218d1e4 712
24e01a36
L
7132001-07-05 H.J. Lu <hjl@gnu.org>
714
715 * objcopy.c (filter_symbols): Don't turn undefined symbols
716 into local.
717
4258bf4d
L
7182001-07-03 H.J. Lu <hjl@gnu.org>
719
720 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
721 $@.pod.
722 (ar.1): Likewise.
723 (dlltool.1): Likewise.
724 (nlmconv.1): Likewise.
725 (nm.1): Likewise.
726 (objcopy.1): Likewise.
727 (objdump.1): Likewise.
728 (ranlib.1): Likewise.
729 (readelf.1): Likewise.
730 (size.1): Likewise.
731 (strings.1): Likewise.
732 (strip.1): Likewise.
733 (windres.1): Likewise.
734 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
735 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
736 $(DEMANGLER_NAME).
737 (as.1): Removed.
738 * doc/Makefile.in: Regenerated.
739
7014bc31
NC
7402001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
741
742 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
743
b811889f
NC
7442001-07-01 Daniel Berlin <dan@cgsoftware.com>
745
746 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
747
12ab83a9
NC
7482001-06-29 James Cownie <jcownie@etnus.com>
749
750 * readelf.c: Support DWARF 2.1 attributes.
751
a6e9f9df
AM
7522001-06-28 Alan Modra <amodra@bigpond.net.au>
753
754 * readelf.c (GET_DATA_ALLOC): Remove.
755 (GET_DATA): Remove.
756 (get_data): New function combining above macros, with an extra
757 test for zero size.
758 (slurp_rela_relocs): Use get_data, and catch error return.
759 (slurp_rel_relocs): Likewise.
760 (get_32bit_program_headers): Likewise.
761 (get_64bit_program_headers): Likewise.
762 (get_32bit_section_headers): Likewise.
763 (get_64bit_section_headers): Likewise.
764 (get_32bit_elf_symbols): Likewise.
765 (get_64bit_elf_symbols): Likewise.
766 (process_section_headers): Likewise.
767 (process_relocs): Likewise.
768 (slurp_ia64_unwind_table): Likewise.
769 (process_unwind): Likewise.
770 (get_32bit_dynamic_segment): Likewise.
771 (get_64bit_dynamic_segment): Likewise.
772 (process_dynamic_segment): Likewise.
773 (process_version_sections): Likewise.
774 (process_symbol_table): Likewise.
775 (dump_section): Likewise.
776 (display_debug_info): Likewise.
777 (display_debug_section): Likewise.
778 (process_section_contents): Likewise.
779 (process_corefile_note_segment): Likewise.
780 (process_mips_specific): Likewise. Also free econf32, econf64.
781
af3fc3bc
AM
7822001-06-25 Alan Modra <amodra@bigpond.net.au>
783
784 * readelf.c (dump_relocations): Print "bad symbol index" if
785 symtab == NULL with non-zero symtab_index.
786 (process_relocs): Don't bomb if reloc section has no symsec.
787
6d900bf6
L
7882001-06-24 H.J. Lu <hjl@gnu.org>
789
790 * objcopy.c (strip_main): Revert the change made on 2001-05-30
791 by accident.
792 (copy_main): Apply the the change made to strip_main on
793 2001-05-30 by accident.
794
49b4e386
AJ
7952001-06-23 Andreas Jaeger <aj@suse.de>
796
797 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
798 parameter 'code'.
799 (unw_decode_x2): Likewise.
800 (unw_decode_x3): Likewise.
801 (unw_decode_x4): Likewise.
802
d8dc71e3
BE
8032001-06-23 Ben Elliston <bje@redhat.com>
804
805 * MAINTAINERS: Add myself as M88k maintainer.
806
af3bdff7
NC
8072001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
808
809 * objcopy.c (strip_main): Support -o or --output-file command lien
810 switch.
811
105e7211
L
8122001-06-19 H.J. Lu <hjl@gnu.org>
813
814 * doc/Makefile.in: Regenerated.
815
c45021f2
NC
8162001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
817
818 * readelf.c: Restore formatting.
819
8202001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
821
822 * Makefile.am: Move documentation into doc subdirectory.
823 * Makefile.in: Regenerated.
824 * binutils.texi: Move into doc subdirectory.
825 * addr2line.1: Removed.
826 * ar.1: Likewise.
827 * dlltool.1: Likewise.
828 * nlmconv.1: Likewise.
829 * nm.1: Likewise.
830 * objcopy.1: Likewise.
831 * objdump.1: Likewise.
832 * ranlib.1: Likewise.
833 * readelf.1: Likewise.
834 * size.1: Likewise.
835 * strings.1: Likewise.
836 * strip.1: Likewise.
837 * windres.1: Likewise.
838 * cxxfilt.man: Likewise.
839 * doc: New Directory.
840 * doc/Makefile.am: New file.
841 * doc/Makefile.in: Generate.
842
09ad7db3
AM
8432001-06-09 Alan Modra <amodra@bigpond.net.au>
844
845 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
846
936260fe
AM
8472001-06-01 Alan Modra <amodra@bigpond.net.au>
848
849 * MAINTAINERS: Update my email address.
850
16b2b71c
NC
8512001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
852
853 * objcopy.c: Add new switches: --keep-global-symbol,
854 --keep-symbols, --localize-symbols, --keep-global-symbols and
855 --weaken-symbols.
856 * binutils.texi: Document new switches.
857 * objcopy.1: Regenerate.
858 * NEWS: Announce new feature.
859
7036c0e1
AJ
8602001-05-28 Andreas Jaeger <aj@suse.de>
861
862 * readelf.c (display_debug_frames): Fix warnings: Remove unused
863 variables, fix format strings.
864
76a406e5
NC
8652001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
866
867 * objdump.c (disassemble_bytes): Remove section VMA adjustment
868 when computing the address of the line to show.
869
31b6fca6
RH
8702001-05-16 Richard Henderson <rth@redhat.com>
871
872 * readelf.c (do_debug_frames_interp): New.
873 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
874 (byte_get_big_endian): Likewise.
875 (parse_args) ['F']: Set do_debug_frames_interp.
876 (Frame_Chunk): Make data_factor signed, add fde_encoding.
877 (frame_display_row): Don't trunc pc_begin to int.
878 (size_of_encoded_value): New.
879 (display_debug_frames): Handle 64-bit targets. Print raw data
880 unless do_debug_frames_interp.
881 (debug_displays): Remove duplicate .debug_frame.
882
4fe85591
NC
8832001-05-15 Ralf Baechle <ralf@gnu.org>
884
885 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
886 The former constant was never in active use and is used otherwise
887 by the ABI.
888
579f31ac
JJ
8892001-05-11 Jakub Jelinek <jakub@redhat.com>
890
891 * readelf.c (process_unwind): Print all unwind sections, not just
892 one.
893
78f4a3f7
AM
8942001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
895
896 * readelf.c (process_unwind): Remove const specifier.
897
1c529ca6
NC
8982001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
899
900 * strings.c (isgraphic): Do not use isascii() unless it is needed
901 for isprint() to work.
902 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
903
87e6d782
NC
9042001-04-27 Johan Rydberg <jrydberg@opencores.org>
905
906 * NEWS: Announce support for OpenRISC.
907
4bd3d870 9082001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
909
910 * dlltool.c (do_default_excludes): Initialise to true.
911
21211521
AM
9122001-04-10 Alan Modra <amodra@one.net.au>
913
914 * MAINTAINERS: Update my email address
915 * nm.c (print_symbol_info_bsd): Use a simple printf string.
916
0c66b61e 9172001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
918
919 * readelf.c (display_debug_lines): Fix typo for "Prologue".
920
e58d53af
L
9212001-03-30 H.J. Lu <hjl@gnu.org>
922
923 * readelf.c (process_unwind): Just return if do_unwind is 0.
924
bee72332
DD
9252001-03-28 Roger Sayle <roger@metaphorics.com>
926
927 * dlltool.c (make_one_lib_file): Fix section flags for
928 .text, .data and .bss in stub ds*.o files to match those
929 generated by gas.
930
f1467e33
L
9312001-03-29 H.J. Lu <hjl@gnu.org>
932
933 * readelf.c (process_unwind): Only do unwind sections for
934 IA64.
935
1c6fb4fe
L
9362001-03-28 H.J. Lu <hjl@gnu.org>
937
938 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
939 * Makefile.in: Regenerate.
940
0879a67a
AJ
9412001-03-26 Andreas Jaeger <aj@suse.de>
942
943 * binutils.texi (nm): Fix texi syntax.
944
0285c67d
NC
9452001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
946
947 * binutils.texi: Put @c man begin and @c man end indications
948 to generate man pages using texi2pod and pod2man. Put @c man title
949 to identify each man. Add SEEALSO entries.
950 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
951 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
952 sort the list.
953 (*.1): Build the man pages from binutils.texi.
954 * Makefile.in: Regenerate.
955
04847a4d
CF
9562001-03-13 Eric Kohl <ekohl@rz-online.de>
957
958 * defparse.y (opt_equal_name): allow "." in name.
959 * dlltool.c (def_exports): Added ability to generate forwarded exports.
960 (gen_exp_file): Likewise.
961
43a0748c
NC
9622001-03-12 Stefan Geuken <mail@stefan-geuken.de>
963
964 * NEWS: Document addition of -B switch to objcopy.
965 * binutils.texi: Document addition of -B switch to objcopy.
966 * objcopy.c: (copy_options): Add --binary-architecture.
967 (copy_usage): Document -B/--binary-architecture.
968 (copy_main): Support -B/--binary-architecture. Set
969 bfd_external_binary_architecture.
0879a67a 970
b7498e0e
NC
9712001-03-11 Andreas Jaeger <aj@suse.de>
972
973 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
974 (dump_relocations): Likewise.
975 (get_machine_name): Likewise.
976
a59e3bd7
NC
9772001-02-28 Nick Clifton <nickc@redhat.com>
978
979 * readelf.c: (struct unw_aux_info): Remove const modifier for
980 'strtab' field.
981 (process_unwind): Remove non-K&R compliant LHS type cast in call
982 to GET_DATA_ALLOC macro.
983
a5bcd848
PB
9842001-02-28 Philip Blundell <pb@futuretv.com>
985
986 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
987 ABI is in use; remove ambiguity between the "unknown" EABI and
988 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
989 renamed EF_xx constants.
990
27b7e12d
AM
9912001-02-27 Alan Modra <alan@linuxcare.com.au>
992
993 * configure.in (BFD_VERSION): New.
994 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
995 * configure: Regenerate.
996 * Makefile.am: Run "make dep-am"
997 * Makefile.in: Regenerate.
998
a9f10786
NC
9992001-02-14 Nick Clifton <nickc@redhat.com>
1000
1001 * MAINTAINERS: Add "Obvious Fix" rule.
1002
3c44da9a
MS
10032001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1004
1005 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1006 literal concatenation.
1007
ecd03389
MS
10082001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1009
1010 * readelf.c (struct unw_aux_info): Remove const from the info member.
1011 (process_unwind): Don't type-cast the third argument to the
1012 GET_DATA_ALLOC macro.
1013
88ec60c7
NC
10142001-02-11 Nick Clifton <nickc@redhat.com>
1015
1016 * readelf.c (dump_relocations): Free corrected allocated
1017 array.
1018 (process_unwind): Fix compile time warning.
1019
f5e21966
NC
10202001-02-10 Nick Clifton <nickc@redhat.com>
1021
1022 * binutils.texi: Document new --unwind option to readelf.
1023
a85d7ed0
NC
10242001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1025
1026 * readelf.c: Add linux target for S/390.
1027
7bb10502
AM
10282001-02-10 Alan Modra <alan@linuxcare.com.au>
1029
1030 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1031 printf is a macro.
1032
8ca8f343
HPN
10332001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1034
1035 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1036 * aclocal.m4: Regenerate.
1037 * configure: Regenerate.
1038
7340082d
NC
10392001-02-07 Todd Vierling <tv@wasabisystems.com>
1040
1041 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1042 * objdump.c (bfd_target_vector): Likewise.
1043
4d6ed7c8
NC
10442001-02-07 David Mosberger <davidm@hpl.hp.com>
1045
1046 * readelf.c (process_unwind): New function.
1047 (slurp_ia64_unwind_table): Ditto.
1048 (dump_ia64_unwind): Ditto.
1049 (find_symbol_for_address): Ditto.
1050 (slurp_rela_relocs): New function (split off from dump_relocations()).
1051 (slurp_rel_relocs): Ditto.
1052 (parse_args): Handle '-u' option.
1053
1054 * unwind-ia64.c: New file.
1055 * unwind-ia64.h: New file.
1056 * Makefile.am: Include unwind-ia64.c in readelf build.
1057 * Makefile.in: Regenerate.
7340082d 1058 * po/binutils.pot: Regenerate.
4d6ed7c8 1059
c7217458
PB
10602001-02-04 Philip Blundell <philb@gnu.org>
1061
1062 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1063 * configure: Regenerate.
1064
956eedd4
AM
10652001-01-31 Steve deRosier <sderosier@vari-lite.com>
1066
1067 * ieee.c (ieee_add_bb11): Don't check for backslashes
1068 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1069
8855cbca
AM
10702001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1071
c7f2731e
AM
1072 * ieee.c: Update copyright.
1073 (ieee_start_compilation_unit): Don't check for backslashes
1074 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1075
8855cbca
AM
1076 * stabs.c: Update copyright. Include "filenames.h".
1077 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1078
329de803 10792001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1080
1081 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1082 sections are present before using them. Remove code duplication.
1083 (process_symbol_table): Check if VERDEF or VERNEED sections are
1084 present before using them.
1085
23719f39
NC
10862001-01-17 Nick Clifton <nickc@redhat.com>
1087
1088 * objcopy.c (copy_object): Fail if attempting to convert the
1089 endianness of the input object file.
1090
1091 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1092
f726e849
NC
10932001-01-16 Nick Clifton <nickc@redhat.com>
1094
1095 * readelf.c (string_table_length): New variable.
1096 (SECTION_NAME): Catch out of range indices and missing section
1097 pointers.
1098 (process_section_headers): Delete useless local variable
1099 string_table_offset. Set the value of string_table_length
1100 after loading the string table.
1101 (process_mips_specific): Use SECTION_NAME macro.
1102 (process_file): Set string_table_length to 0 when it is freed.
1103
d0398d6a
NC
11042001-01-12 Nick Clifton <nickc@redhat.com>
1105
1106 * version.c (print_version): Update copyright date.
1107
0d2bcfaf
NC
11082001-01-11 Peter Targett <peter.targett@arccores.com>
1109
1110 * readelf.c (dump_relocations): Include selection with EM_ARC.
1111 (get_machine_name) Update name to "ARC".
1112
8b1e6df3
NC
11132001-01-09 Nick Clifton <nickc@redhat.com>
1114
1115 * Makefile.am: Add rule to build objdump.o from objdump.c and
1116 using OBJDUMP_DEFS.
1117 * Makefile.in: Regenerate.
1118
1119 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1120 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1121 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1122 * configure: Regenerate.
8b1e6df3
NC
1123
1124 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1125 is defined read in the relocs even if dump_reloc_info is
1126 false.
1127
2f952d20
PB
11282001-01-07 Philip Blundell <philb@gnu.org>
1129
1130 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1131 `bug-binutils'.
1132 * README: Likewise.
1133
a8c548cb
NC
11342000-12-19 Nick Clifton <nickc@redhat.com>
1135
1136 * dlltool.c: Add missing support for arm-epoc-pe.
1137 * configure.in: Add missing support for arm-epoc-pe.
1138 * configure: Regenerate.
1139
cc5fda35
NC
11402000-12-15 Nick Clifton <nickc@redhat.com>
1141
1142 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1143 Mode parts of the x86 port.
1144
bcedfee6
NC
11452000-12-04 Andreas Jaeger <aj@suse.de>
1146
1147 * readelf.c (guess_is_rela): Add EM_X86_64.
1148 (dump_relocations): Add EM_X86_64.
1149 (get_machine_name): Add EM_X86_64.
1150 Include "elf/x86-64.h".
1151
584da044
NC
11522000-12-12 Nick Clifton <nickc@redhat.com>
1153
1154 * readelf.c: Fix formatting.
1155
7559e86e 11562000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1157
1158 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1159
a98cc2b2
AH
11602000-12-07 Andrew Haley <aph@redhat.com>
1161
1162 * readelf.c (display_debug_frames): Only display columns that are
1163 referenced by the frame debug info.
1164
c7987a69
NC
11652000-12-05 Nick Clifton <nickc@redhat.com>
1166
1167 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1168
09fd7e38
JM
11692000-12-04 Jason Merrill <jason@redhat.com>
1170
1171 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1172 (display_debug_section): Likewise.
1173 (display_debug_info): Display CU header before bailing.
1174
e7af610e
NC
11752000-12-01 Chris Demetriou <cgd@sibyte.com>
1176
09fd7e38
JM
1177 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1178 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1179 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1180
09fd7e38
JM
1181 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1182 and E_MIPS_ARCH_64.
84ea6cf2 1183
09fd7e38
JM
1184 * readelf.c (get_machine_flags): Add case for
1185 E_MIPS_MACH_SB1.
c6c98b38 1186
75066968
DD
11872000-11-30 Richard Earnshaw <rearnsha@arm.com>
1188
1189 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1190
5c4666ea
HPN
11912000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1192