fix seg fault in reloc reading code
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
88ec60c7
NC
12001-02-11 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (dump_relocations): Free corrected allocated
4 array.
5 (process_unwind): Fix compile time warning.
6
f5e21966
NC
72001-02-10 Nick Clifton <nickc@redhat.com>
8
9 * binutils.texi: Document new --unwind option to readelf.
10
a85d7ed0
NC
112001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12
13 * readelf.c: Add linux target for S/390.
14
7bb10502
AM
152001-02-10 Alan Modra <alan@linuxcare.com.au>
16
17 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
18 printf is a macro.
19
8ca8f343
HPN
202001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
21
22 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
23 * aclocal.m4: Regenerate.
24 * configure: Regenerate.
25
7340082d
NC
262001-02-07 Todd Vierling <tv@wasabisystems.com>
27
28 * bucomm.c (bfd_target_vector): Change extern array to pointer.
29 * objdump.c (bfd_target_vector): Likewise.
30
4d6ed7c8
NC
312001-02-07 David Mosberger <davidm@hpl.hp.com>
32
33 * readelf.c (process_unwind): New function.
34 (slurp_ia64_unwind_table): Ditto.
35 (dump_ia64_unwind): Ditto.
36 (find_symbol_for_address): Ditto.
37 (slurp_rela_relocs): New function (split off from dump_relocations()).
38 (slurp_rel_relocs): Ditto.
39 (parse_args): Handle '-u' option.
40
41 * unwind-ia64.c: New file.
42 * unwind-ia64.h: New file.
43 * Makefile.am: Include unwind-ia64.c in readelf build.
44 * Makefile.in: Regenerate.
7340082d 45 * po/binutils.pot: Regenerate.
4d6ed7c8 46
c7217458
PB
472001-02-04 Philip Blundell <philb@gnu.org>
48
49 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
50 * configure: Regenerate.
51
956eedd4
AM
522001-01-31 Steve deRosier <sderosier@vari-lite.com>
53
54 * ieee.c (ieee_add_bb11): Don't check for backslashes
55 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
56
8855cbca
AM
572001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
58
c7f2731e
AM
59 * ieee.c: Update copyright.
60 (ieee_start_compilation_unit): Don't check for backslashes
61 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
62
8855cbca
AM
63 * stabs.c: Update copyright. Include "filenames.h".
64 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
65
329de803 662001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
67
68 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
69 sections are present before using them. Remove code duplication.
70 (process_symbol_table): Check if VERDEF or VERNEED sections are
71 present before using them.
72
23719f39
NC
732001-01-17 Nick Clifton <nickc@redhat.com>
74
75 * objcopy.c (copy_object): Fail if attempting to convert the
76 endianness of the input object file.
77
78 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 79
f726e849
NC
802001-01-16 Nick Clifton <nickc@redhat.com>
81
82 * readelf.c (string_table_length): New variable.
83 (SECTION_NAME): Catch out of range indices and missing section
84 pointers.
85 (process_section_headers): Delete useless local variable
86 string_table_offset. Set the value of string_table_length
87 after loading the string table.
88 (process_mips_specific): Use SECTION_NAME macro.
89 (process_file): Set string_table_length to 0 when it is freed.
90
d0398d6a
NC
912001-01-12 Nick Clifton <nickc@redhat.com>
92
93 * version.c (print_version): Update copyright date.
94
0d2bcfaf
NC
952001-01-11 Peter Targett <peter.targett@arccores.com>
96
97 * readelf.c (dump_relocations): Include selection with EM_ARC.
98 (get_machine_name) Update name to "ARC".
99
8b1e6df3
NC
1002001-01-09 Nick Clifton <nickc@redhat.com>
101
102 * Makefile.am: Add rule to build objdump.o from objdump.c and
103 using OBJDUMP_DEFS.
104 * Makefile.in: Regenerate.
105
106 * configure.in: Define OBJDUMP_DEFS. Default to empty.
107 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
108 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 109 * configure: Regenerate.
8b1e6df3
NC
110
111 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
112 is defined read in the relocs even if dump_reloc_info is
113 false.
114
2f952d20
PB
1152001-01-07 Philip Blundell <philb@gnu.org>
116
117 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
118 `bug-binutils'.
119 * README: Likewise.
120
a8c548cb
NC
1212000-12-19 Nick Clifton <nickc@redhat.com>
122
123 * dlltool.c: Add missing support for arm-epoc-pe.
124 * configure.in: Add missing support for arm-epoc-pe.
125 * configure: Regenerate.
126
cc5fda35
NC
1272000-12-15 Nick Clifton <nickc@redhat.com>
128
129 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
130 Mode parts of the x86 port.
131
bcedfee6
NC
1322000-12-04 Andreas Jaeger <aj@suse.de>
133
134 * readelf.c (guess_is_rela): Add EM_X86_64.
135 (dump_relocations): Add EM_X86_64.
136 (get_machine_name): Add EM_X86_64.
137 Include "elf/x86-64.h".
138
584da044
NC
1392000-12-12 Nick Clifton <nickc@redhat.com>
140
141 * readelf.c: Fix formatting.
142
b8355149
JH
143Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
144
145 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
146
a98cc2b2
AH
1472000-12-07 Andrew Haley <aph@redhat.com>
148
149 * readelf.c (display_debug_frames): Only display columns that are
150 referenced by the frame debug info.
151
c7987a69
NC
1522000-12-05 Nick Clifton <nickc@redhat.com>
153
154 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
155
09fd7e38
JM
1562000-12-04 Jason Merrill <jason@redhat.com>
157
158 * readelf.c (process_section_headers): Handle linkonce.wi sections.
159 (display_debug_section): Likewise.
160 (display_debug_info): Display CU header before bailing.
161
e7af610e
NC
1622000-12-01 Chris Demetriou <cgd@sibyte.com>
163
09fd7e38
JM
164 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
165 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
166 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 167
09fd7e38
JM
168 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
169 and E_MIPS_ARCH_64.
84ea6cf2 170
09fd7e38
JM
171 * readelf.c (get_machine_flags): Add case for
172 E_MIPS_MACH_SB1.
c6c98b38 173
75066968
DD
1742000-11-30 Richard Earnshaw <rearnsha@arm.com>
175
176 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
177
5c4666ea
HPN
1782000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
179