Move putchar_filtered() to utils.c.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8855cbca
AM
12001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2
c7f2731e
AM
3 * ieee.c: Update copyright.
4 (ieee_start_compilation_unit): Don't check for backslashes
5 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
6
8855cbca
AM
7 * stabs.c: Update copyright. Include "filenames.h".
8 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
9
329de803 102001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
11
12 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
13 sections are present before using them. Remove code duplication.
14 (process_symbol_table): Check if VERDEF or VERNEED sections are
15 present before using them.
16
23719f39
NC
172001-01-17 Nick Clifton <nickc@redhat.com>
18
19 * objcopy.c (copy_object): Fail if attempting to convert the
20 endianness of the input object file.
21
22 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 23
f726e849
NC
242001-01-16 Nick Clifton <nickc@redhat.com>
25
26 * readelf.c (string_table_length): New variable.
27 (SECTION_NAME): Catch out of range indices and missing section
28 pointers.
29 (process_section_headers): Delete useless local variable
30 string_table_offset. Set the value of string_table_length
31 after loading the string table.
32 (process_mips_specific): Use SECTION_NAME macro.
33 (process_file): Set string_table_length to 0 when it is freed.
34
d0398d6a
NC
352001-01-12 Nick Clifton <nickc@redhat.com>
36
37 * version.c (print_version): Update copyright date.
38
0d2bcfaf
NC
392001-01-11 Peter Targett <peter.targett@arccores.com>
40
41 * readelf.c (dump_relocations): Include selection with EM_ARC.
42 (get_machine_name) Update name to "ARC".
43
8b1e6df3
NC
442001-01-09 Nick Clifton <nickc@redhat.com>
45
46 * Makefile.am: Add rule to build objdump.o from objdump.c and
47 using OBJDUMP_DEFS.
48 * Makefile.in: Regenerate.
49
50 * configure.in: Define OBJDUMP_DEFS. Default to empty.
51 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
52 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 53 * configure: Regenerate.
8b1e6df3
NC
54
55 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
56 is defined read in the relocs even if dump_reloc_info is
57 false.
58
2f952d20
PB
592001-01-07 Philip Blundell <philb@gnu.org>
60
61 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
62 `bug-binutils'.
63 * README: Likewise.
64
a8c548cb
NC
652000-12-19 Nick Clifton <nickc@redhat.com>
66
67 * dlltool.c: Add missing support for arm-epoc-pe.
68 * configure.in: Add missing support for arm-epoc-pe.
69 * configure: Regenerate.
70
cc5fda35
NC
712000-12-15 Nick Clifton <nickc@redhat.com>
72
73 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
74 Mode parts of the x86 port.
75
bcedfee6
NC
762000-12-04 Andreas Jaeger <aj@suse.de>
77
78 * readelf.c (guess_is_rela): Add EM_X86_64.
79 (dump_relocations): Add EM_X86_64.
80 (get_machine_name): Add EM_X86_64.
81 Include "elf/x86-64.h".
82
584da044
NC
832000-12-12 Nick Clifton <nickc@redhat.com>
84
85 * readelf.c: Fix formatting.
86
b8355149
JH
87Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
88
89 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
90
a98cc2b2
AH
912000-12-07 Andrew Haley <aph@redhat.com>
92
93 * readelf.c (display_debug_frames): Only display columns that are
94 referenced by the frame debug info.
95
c7987a69
NC
962000-12-05 Nick Clifton <nickc@redhat.com>
97
98 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
99
09fd7e38
JM
1002000-12-04 Jason Merrill <jason@redhat.com>
101
102 * readelf.c (process_section_headers): Handle linkonce.wi sections.
103 (display_debug_section): Likewise.
104 (display_debug_info): Display CU header before bailing.
105
e7af610e
NC
1062000-12-01 Chris Demetriou <cgd@sibyte.com>
107
09fd7e38
JM
108 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
109 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
110 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 111
09fd7e38
JM
112 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
113 and E_MIPS_ARCH_64.
84ea6cf2 114
09fd7e38
JM
115 * readelf.c (get_machine_flags): Add case for
116 E_MIPS_MACH_SB1.
c6c98b38 117
75066968
DD
1182000-11-30 Richard Earnshaw <rearnsha@arm.com>
119
120 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
121
5c4666ea
HPN
1222000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
123