s/supress/suppress/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
09ad7db3
AM
12001-06-09 Alan Modra <amodra@bigpond.net.au>
2
3 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
4
936260fe
AM
52001-06-01 Alan Modra <amodra@bigpond.net.au>
6
7 * MAINTAINERS: Update my email address.
8
16b2b71c
NC
92001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
10
11 * objcopy.c: Add new switches: --keep-global-symbol,
12 --keep-symbols, --localize-symbols, --keep-global-symbols and
13 --weaken-symbols.
14 * binutils.texi: Document new switches.
15 * objcopy.1: Regenerate.
16 * NEWS: Announce new feature.
17
7036c0e1
AJ
182001-05-28 Andreas Jaeger <aj@suse.de>
19
20 * readelf.c (display_debug_frames): Fix warnings: Remove unused
21 variables, fix format strings.
22
76a406e5
NC
232001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
24
25 * objdump.c (disassemble_bytes): Remove section VMA adjustment
26 when computing the address of the line to show.
27
31b6fca6
RH
282001-05-16 Richard Henderson <rth@redhat.com>
29
30 * readelf.c (do_debug_frames_interp): New.
31 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
32 (byte_get_big_endian): Likewise.
33 (parse_args) ['F']: Set do_debug_frames_interp.
34 (Frame_Chunk): Make data_factor signed, add fde_encoding.
35 (frame_display_row): Don't trunc pc_begin to int.
36 (size_of_encoded_value): New.
37 (display_debug_frames): Handle 64-bit targets. Print raw data
38 unless do_debug_frames_interp.
39 (debug_displays): Remove duplicate .debug_frame.
40
4fe85591
NC
412001-05-15 Ralf Baechle <ralf@gnu.org>
42
43 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
44 The former constant was never in active use and is used otherwise
45 by the ABI.
46
579f31ac
JJ
472001-05-11 Jakub Jelinek <jakub@redhat.com>
48
49 * readelf.c (process_unwind): Print all unwind sections, not just
50 one.
51
78f4a3f7
AM
522001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
53
54 * readelf.c (process_unwind): Remove const specifier.
55
1c529ca6
NC
562001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
57
58 * strings.c (isgraphic): Do not use isascii() unless it is needed
59 for isprint() to work.
60 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
61
87e6d782
NC
622001-04-27 Johan Rydberg <jrydberg@opencores.org>
63
64 * NEWS: Announce support for OpenRISC.
65
4bd3d870
DD
662001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
67
68 * dlltool.c (do_default_excludes): Initialise to true.
69
21211521
AM
702001-04-10 Alan Modra <amodra@one.net.au>
71
72 * MAINTAINERS: Update my email address
73 * nm.c (print_symbol_info_bsd): Use a simple printf string.
74
0c66b61e 752001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
76
77 * readelf.c (display_debug_lines): Fix typo for "Prologue".
78
e58d53af
L
792001-03-30 H.J. Lu <hjl@gnu.org>
80
81 * readelf.c (process_unwind): Just return if do_unwind is 0.
82
bee72332
DD
832001-03-28 Roger Sayle <roger@metaphorics.com>
84
85 * dlltool.c (make_one_lib_file): Fix section flags for
86 .text, .data and .bss in stub ds*.o files to match those
87 generated by gas.
88
f1467e33
L
892001-03-29 H.J. Lu <hjl@gnu.org>
90
91 * readelf.c (process_unwind): Only do unwind sections for
92 IA64.
93
1c6fb4fe
L
942001-03-28 H.J. Lu <hjl@gnu.org>
95
96 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
97 * Makefile.in: Regenerate.
98
0879a67a
AJ
992001-03-26 Andreas Jaeger <aj@suse.de>
100
101 * binutils.texi (nm): Fix texi syntax.
102
0285c67d
NC
1032001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
104
105 * binutils.texi: Put @c man begin and @c man end indications
106 to generate man pages using texi2pod and pod2man. Put @c man title
107 to identify each man. Add SEEALSO entries.
108 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
109 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
110 sort the list.
111 (*.1): Build the man pages from binutils.texi.
112 * Makefile.in: Regenerate.
113
04847a4d
CF
1142001-03-13 Eric Kohl <ekohl@rz-online.de>
115
116 * defparse.y (opt_equal_name): allow "." in name.
117 * dlltool.c (def_exports): Added ability to generate forwarded exports.
118 (gen_exp_file): Likewise.
119
43a0748c
NC
1202001-03-12 Stefan Geuken <mail@stefan-geuken.de>
121
122 * NEWS: Document addition of -B switch to objcopy.
123 * binutils.texi: Document addition of -B switch to objcopy.
124 * objcopy.c: (copy_options): Add --binary-architecture.
125 (copy_usage): Document -B/--binary-architecture.
126 (copy_main): Support -B/--binary-architecture. Set
127 bfd_external_binary_architecture.
0879a67a 128
b7498e0e
NC
1292001-03-11 Andreas Jaeger <aj@suse.de>
130
131 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
132 (dump_relocations): Likewise.
133 (get_machine_name): Likewise.
134
a59e3bd7
NC
1352001-02-28 Nick Clifton <nickc@redhat.com>
136
137 * readelf.c: (struct unw_aux_info): Remove const modifier for
138 'strtab' field.
139 (process_unwind): Remove non-K&R compliant LHS type cast in call
140 to GET_DATA_ALLOC macro.
141
a5bcd848
PB
1422001-02-28 Philip Blundell <pb@futuretv.com>
143
144 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
145 ABI is in use; remove ambiguity between the "unknown" EABI and
146 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
147 renamed EF_xx constants.
148
27b7e12d
AM
1492001-02-27 Alan Modra <alan@linuxcare.com.au>
150
151 * configure.in (BFD_VERSION): New.
152 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
153 * configure: Regenerate.
154 * Makefile.am: Run "make dep-am"
155 * Makefile.in: Regenerate.
156
a9f10786
NC
1572001-02-14 Nick Clifton <nickc@redhat.com>
158
159 * MAINTAINERS: Add "Obvious Fix" rule.
160
3c44da9a
MS
1612001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
162
163 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
164 literal concatenation.
165
ecd03389
MS
1662001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
167
168 * readelf.c (struct unw_aux_info): Remove const from the info member.
169 (process_unwind): Don't type-cast the third argument to the
170 GET_DATA_ALLOC macro.
171
88ec60c7
NC
1722001-02-11 Nick Clifton <nickc@redhat.com>
173
174 * readelf.c (dump_relocations): Free corrected allocated
175 array.
176 (process_unwind): Fix compile time warning.
177
f5e21966
NC
1782001-02-10 Nick Clifton <nickc@redhat.com>
179
180 * binutils.texi: Document new --unwind option to readelf.
181
a85d7ed0
NC
1822001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
183
184 * readelf.c: Add linux target for S/390.
185
7bb10502
AM
1862001-02-10 Alan Modra <alan@linuxcare.com.au>
187
188 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
189 printf is a macro.
190
8ca8f343
HPN
1912001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
192
193 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
194 * aclocal.m4: Regenerate.
195 * configure: Regenerate.
196
7340082d
NC
1972001-02-07 Todd Vierling <tv@wasabisystems.com>
198
199 * bucomm.c (bfd_target_vector): Change extern array to pointer.
200 * objdump.c (bfd_target_vector): Likewise.
201
4d6ed7c8
NC
2022001-02-07 David Mosberger <davidm@hpl.hp.com>
203
204 * readelf.c (process_unwind): New function.
205 (slurp_ia64_unwind_table): Ditto.
206 (dump_ia64_unwind): Ditto.
207 (find_symbol_for_address): Ditto.
208 (slurp_rela_relocs): New function (split off from dump_relocations()).
209 (slurp_rel_relocs): Ditto.
210 (parse_args): Handle '-u' option.
211
212 * unwind-ia64.c: New file.
213 * unwind-ia64.h: New file.
214 * Makefile.am: Include unwind-ia64.c in readelf build.
215 * Makefile.in: Regenerate.
7340082d 216 * po/binutils.pot: Regenerate.
4d6ed7c8 217
c7217458
PB
2182001-02-04 Philip Blundell <philb@gnu.org>
219
220 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
221 * configure: Regenerate.
222
956eedd4
AM
2232001-01-31 Steve deRosier <sderosier@vari-lite.com>
224
225 * ieee.c (ieee_add_bb11): Don't check for backslashes
226 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
227
8855cbca
AM
2282001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
229
c7f2731e
AM
230 * ieee.c: Update copyright.
231 (ieee_start_compilation_unit): Don't check for backslashes
232 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
233
8855cbca
AM
234 * stabs.c: Update copyright. Include "filenames.h".
235 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
236
329de803 2372001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
238
239 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
240 sections are present before using them. Remove code duplication.
241 (process_symbol_table): Check if VERDEF or VERNEED sections are
242 present before using them.
243
23719f39
NC
2442001-01-17 Nick Clifton <nickc@redhat.com>
245
246 * objcopy.c (copy_object): Fail if attempting to convert the
247 endianness of the input object file.
248
249 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 250
f726e849
NC
2512001-01-16 Nick Clifton <nickc@redhat.com>
252
253 * readelf.c (string_table_length): New variable.
254 (SECTION_NAME): Catch out of range indices and missing section
255 pointers.
256 (process_section_headers): Delete useless local variable
257 string_table_offset. Set the value of string_table_length
258 after loading the string table.
259 (process_mips_specific): Use SECTION_NAME macro.
260 (process_file): Set string_table_length to 0 when it is freed.
261
d0398d6a
NC
2622001-01-12 Nick Clifton <nickc@redhat.com>
263
264 * version.c (print_version): Update copyright date.
265
0d2bcfaf
NC
2662001-01-11 Peter Targett <peter.targett@arccores.com>
267
268 * readelf.c (dump_relocations): Include selection with EM_ARC.
269 (get_machine_name) Update name to "ARC".
270
8b1e6df3
NC
2712001-01-09 Nick Clifton <nickc@redhat.com>
272
273 * Makefile.am: Add rule to build objdump.o from objdump.c and
274 using OBJDUMP_DEFS.
275 * Makefile.in: Regenerate.
276
277 * configure.in: Define OBJDUMP_DEFS. Default to empty.
278 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
279 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 280 * configure: Regenerate.
8b1e6df3
NC
281
282 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
283 is defined read in the relocs even if dump_reloc_info is
284 false.
285
2f952d20
PB
2862001-01-07 Philip Blundell <philb@gnu.org>
287
288 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
289 `bug-binutils'.
290 * README: Likewise.
291
a8c548cb
NC
2922000-12-19 Nick Clifton <nickc@redhat.com>
293
294 * dlltool.c: Add missing support for arm-epoc-pe.
295 * configure.in: Add missing support for arm-epoc-pe.
296 * configure: Regenerate.
297
cc5fda35
NC
2982000-12-15 Nick Clifton <nickc@redhat.com>
299
300 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
301 Mode parts of the x86 port.
302
bcedfee6
NC
3032000-12-04 Andreas Jaeger <aj@suse.de>
304
305 * readelf.c (guess_is_rela): Add EM_X86_64.
306 (dump_relocations): Add EM_X86_64.
307 (get_machine_name): Add EM_X86_64.
308 Include "elf/x86-64.h".
309
584da044
NC
3102000-12-12 Nick Clifton <nickc@redhat.com>
311
312 * readelf.c: Fix formatting.
313
b8355149
JH
314Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
315
316 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
317
a98cc2b2
AH
3182000-12-07 Andrew Haley <aph@redhat.com>
319
320 * readelf.c (display_debug_frames): Only display columns that are
321 referenced by the frame debug info.
322
c7987a69
NC
3232000-12-05 Nick Clifton <nickc@redhat.com>
324
325 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
326
09fd7e38
JM
3272000-12-04 Jason Merrill <jason@redhat.com>
328
329 * readelf.c (process_section_headers): Handle linkonce.wi sections.
330 (display_debug_section): Likewise.
331 (display_debug_info): Display CU header before bailing.
332
e7af610e
NC
3332000-12-01 Chris Demetriou <cgd@sibyte.com>
334
09fd7e38
JM
335 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
336 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
337 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 338
09fd7e38
JM
339 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
340 and E_MIPS_ARCH_64.
84ea6cf2 341
09fd7e38
JM
342 * readelf.c (get_machine_flags): Add case for
343 E_MIPS_MACH_SB1.
c6c98b38 344
75066968
DD
3452000-11-30 Richard Earnshaw <rearnsha@arm.com>
346
347 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
348
5c4666ea
HPN
3492000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
350