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