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