* elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8ca8f343
HPN
12001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2
3 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
4 * aclocal.m4: Regenerate.
5 * configure: Regenerate.
6
7340082d
NC
72001-02-07 Todd Vierling <tv@wasabisystems.com>
8
9 * bucomm.c (bfd_target_vector): Change extern array to pointer.
10 * objdump.c (bfd_target_vector): Likewise.
11
4d6ed7c8
NC
122001-02-07 David Mosberger <davidm@hpl.hp.com>
13
14 * readelf.c (process_unwind): New function.
15 (slurp_ia64_unwind_table): Ditto.
16 (dump_ia64_unwind): Ditto.
17 (find_symbol_for_address): Ditto.
18 (slurp_rela_relocs): New function (split off from dump_relocations()).
19 (slurp_rel_relocs): Ditto.
20 (parse_args): Handle '-u' option.
21
22 * unwind-ia64.c: New file.
23 * unwind-ia64.h: New file.
24 * Makefile.am: Include unwind-ia64.c in readelf build.
25 * Makefile.in: Regenerate.
7340082d 26 * po/binutils.pot: Regenerate.
4d6ed7c8 27
c7217458
PB
282001-02-04 Philip Blundell <philb@gnu.org>
29
30 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
31 * configure: Regenerate.
32
956eedd4
AM
332001-01-31 Steve deRosier <sderosier@vari-lite.com>
34
35 * ieee.c (ieee_add_bb11): Don't check for backslashes
36 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
37
8855cbca
AM
382001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
39
c7f2731e
AM
40 * ieee.c: Update copyright.
41 (ieee_start_compilation_unit): Don't check for backslashes
42 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
43
8855cbca
AM
44 * stabs.c: Update copyright. Include "filenames.h".
45 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
46
329de803 472001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
48
49 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
50 sections are present before using them. Remove code duplication.
51 (process_symbol_table): Check if VERDEF or VERNEED sections are
52 present before using them.
53
23719f39
NC
542001-01-17 Nick Clifton <nickc@redhat.com>
55
56 * objcopy.c (copy_object): Fail if attempting to convert the
57 endianness of the input object file.
58
59 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 60
f726e849
NC
612001-01-16 Nick Clifton <nickc@redhat.com>
62
63 * readelf.c (string_table_length): New variable.
64 (SECTION_NAME): Catch out of range indices and missing section
65 pointers.
66 (process_section_headers): Delete useless local variable
67 string_table_offset. Set the value of string_table_length
68 after loading the string table.
69 (process_mips_specific): Use SECTION_NAME macro.
70 (process_file): Set string_table_length to 0 when it is freed.
71
d0398d6a
NC
722001-01-12 Nick Clifton <nickc@redhat.com>
73
74 * version.c (print_version): Update copyright date.
75
0d2bcfaf
NC
762001-01-11 Peter Targett <peter.targett@arccores.com>
77
78 * readelf.c (dump_relocations): Include selection with EM_ARC.
79 (get_machine_name) Update name to "ARC".
80
8b1e6df3
NC
812001-01-09 Nick Clifton <nickc@redhat.com>
82
83 * Makefile.am: Add rule to build objdump.o from objdump.c and
84 using OBJDUMP_DEFS.
85 * Makefile.in: Regenerate.
86
87 * configure.in: Define OBJDUMP_DEFS. Default to empty.
88 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
89 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 90 * configure: Regenerate.
8b1e6df3
NC
91
92 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
93 is defined read in the relocs even if dump_reloc_info is
94 false.
95
2f952d20
PB
962001-01-07 Philip Blundell <philb@gnu.org>
97
98 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
99 `bug-binutils'.
100 * README: Likewise.
101
a8c548cb
NC
1022000-12-19 Nick Clifton <nickc@redhat.com>
103
104 * dlltool.c: Add missing support for arm-epoc-pe.
105 * configure.in: Add missing support for arm-epoc-pe.
106 * configure: Regenerate.
107
cc5fda35
NC
1082000-12-15 Nick Clifton <nickc@redhat.com>
109
110 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
111 Mode parts of the x86 port.
112
bcedfee6
NC
1132000-12-04 Andreas Jaeger <aj@suse.de>
114
115 * readelf.c (guess_is_rela): Add EM_X86_64.
116 (dump_relocations): Add EM_X86_64.
117 (get_machine_name): Add EM_X86_64.
118 Include "elf/x86-64.h".
119
584da044
NC
1202000-12-12 Nick Clifton <nickc@redhat.com>
121
122 * readelf.c: Fix formatting.
123
b8355149
JH
124Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
125
126 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
127
a98cc2b2
AH
1282000-12-07 Andrew Haley <aph@redhat.com>
129
130 * readelf.c (display_debug_frames): Only display columns that are
131 referenced by the frame debug info.
132
c7987a69
NC
1332000-12-05 Nick Clifton <nickc@redhat.com>
134
135 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
136
09fd7e38
JM
1372000-12-04 Jason Merrill <jason@redhat.com>
138
139 * readelf.c (process_section_headers): Handle linkonce.wi sections.
140 (display_debug_section): Likewise.
141 (display_debug_info): Display CU header before bailing.
142
e7af610e
NC
1432000-12-01 Chris Demetriou <cgd@sibyte.com>
144
09fd7e38
JM
145 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
146 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
147 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 148
09fd7e38
JM
149 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
150 and E_MIPS_ARCH_64.
84ea6cf2 151
09fd7e38
JM
152 * readelf.c (get_machine_flags): Add case for
153 E_MIPS_MACH_SB1.
c6c98b38 154
75066968
DD
1552000-11-30 Richard Earnshaw <rearnsha@arm.com>
156
157 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
158
5c4666ea
HPN
1592000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
160