]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Add entry for change in solib-osf.c (osf_in_dynsym_resolve_code).
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
af3fc3bc
AM
12001-06-25 Alan Modra <amodra@bigpond.net.au>
2
3 * readelf.c (dump_relocations): Print "bad symbol index" if
4 symtab == NULL with non-zero symtab_index.
5 (process_relocs): Don't bomb if reloc section has no symsec.
6
6d900bf6
L
72001-06-24 H.J. Lu <hjl@gnu.org>
8
9 * objcopy.c (strip_main): Revert the change made on 2001-05-30
10 by accident.
11 (copy_main): Apply the the change made to strip_main on
12 2001-05-30 by accident.
13
49b4e386
AJ
142001-06-23 Andreas Jaeger <aj@suse.de>
15
16 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
17 parameter 'code'.
18 (unw_decode_x2): Likewise.
19 (unw_decode_x3): Likewise.
20 (unw_decode_x4): Likewise.
21
d8dc71e3
BE
222001-06-23 Ben Elliston <bje@redhat.com>
23
24 * MAINTAINERS: Add myself as M88k maintainer.
25
af3bdff7
NC
262001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
27
28 * objcopy.c (strip_main): Support -o or --output-file command lien
29 switch.
30
105e7211
L
312001-06-19 H.J. Lu <hjl@gnu.org>
32
33 * doc/Makefile.in: Regenerated.
34
c45021f2
NC
352001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
36
37 * readelf.c: Restore formatting.
38
392001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
40
41 * Makefile.am: Move documentation into doc subdirectory.
42 * Makefile.in: Regenerated.
43 * binutils.texi: Move into doc subdirectory.
44 * addr2line.1: Removed.
45 * ar.1: Likewise.
46 * dlltool.1: Likewise.
47 * nlmconv.1: Likewise.
48 * nm.1: Likewise.
49 * objcopy.1: Likewise.
50 * objdump.1: Likewise.
51 * ranlib.1: Likewise.
52 * readelf.1: Likewise.
53 * size.1: Likewise.
54 * strings.1: Likewise.
55 * strip.1: Likewise.
56 * windres.1: Likewise.
57 * cxxfilt.man: Likewise.
58 * doc: New Directory.
59 * doc/Makefile.am: New file.
60 * doc/Makefile.in: Generate.
61
09ad7db3
AM
622001-06-09 Alan Modra <amodra@bigpond.net.au>
63
64 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
65
936260fe
AM
662001-06-01 Alan Modra <amodra@bigpond.net.au>
67
68 * MAINTAINERS: Update my email address.
69
16b2b71c
NC
702001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
71
72 * objcopy.c: Add new switches: --keep-global-symbol,
73 --keep-symbols, --localize-symbols, --keep-global-symbols and
74 --weaken-symbols.
75 * binutils.texi: Document new switches.
76 * objcopy.1: Regenerate.
77 * NEWS: Announce new feature.
78
7036c0e1
AJ
792001-05-28 Andreas Jaeger <aj@suse.de>
80
81 * readelf.c (display_debug_frames): Fix warnings: Remove unused
82 variables, fix format strings.
83
76a406e5
NC
842001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
85
86 * objdump.c (disassemble_bytes): Remove section VMA adjustment
87 when computing the address of the line to show.
88
31b6fca6
RH
892001-05-16 Richard Henderson <rth@redhat.com>
90
91 * readelf.c (do_debug_frames_interp): New.
92 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
93 (byte_get_big_endian): Likewise.
94 (parse_args) ['F']: Set do_debug_frames_interp.
95 (Frame_Chunk): Make data_factor signed, add fde_encoding.
96 (frame_display_row): Don't trunc pc_begin to int.
97 (size_of_encoded_value): New.
98 (display_debug_frames): Handle 64-bit targets. Print raw data
99 unless do_debug_frames_interp.
100 (debug_displays): Remove duplicate .debug_frame.
101
4fe85591
NC
1022001-05-15 Ralf Baechle <ralf@gnu.org>
103
104 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
105 The former constant was never in active use and is used otherwise
106 by the ABI.
107
579f31ac
JJ
1082001-05-11 Jakub Jelinek <jakub@redhat.com>
109
110 * readelf.c (process_unwind): Print all unwind sections, not just
111 one.
112
78f4a3f7
AM
1132001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
114
115 * readelf.c (process_unwind): Remove const specifier.
116
1c529ca6
NC
1172001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
118
119 * strings.c (isgraphic): Do not use isascii() unless it is needed
120 for isprint() to work.
121 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
122
87e6d782
NC
1232001-04-27 Johan Rydberg <jrydberg@opencores.org>
124
125 * NEWS: Announce support for OpenRISC.
126
4bd3d870 1272001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
128
129 * dlltool.c (do_default_excludes): Initialise to true.
130
21211521
AM
1312001-04-10 Alan Modra <amodra@one.net.au>
132
133 * MAINTAINERS: Update my email address
134 * nm.c (print_symbol_info_bsd): Use a simple printf string.
135
0c66b61e 1362001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
137
138 * readelf.c (display_debug_lines): Fix typo for "Prologue".
139
e58d53af
L
1402001-03-30 H.J. Lu <hjl@gnu.org>
141
142 * readelf.c (process_unwind): Just return if do_unwind is 0.
143
bee72332
DD
1442001-03-28 Roger Sayle <roger@metaphorics.com>
145
146 * dlltool.c (make_one_lib_file): Fix section flags for
147 .text, .data and .bss in stub ds*.o files to match those
148 generated by gas.
149
f1467e33
L
1502001-03-29 H.J. Lu <hjl@gnu.org>
151
152 * readelf.c (process_unwind): Only do unwind sections for
153 IA64.
154
1c6fb4fe
L
1552001-03-28 H.J. Lu <hjl@gnu.org>
156
157 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
158 * Makefile.in: Regenerate.
159
0879a67a
AJ
1602001-03-26 Andreas Jaeger <aj@suse.de>
161
162 * binutils.texi (nm): Fix texi syntax.
163
0285c67d
NC
1642001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
165
166 * binutils.texi: Put @c man begin and @c man end indications
167 to generate man pages using texi2pod and pod2man. Put @c man title
168 to identify each man. Add SEEALSO entries.
169 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
170 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
171 sort the list.
172 (*.1): Build the man pages from binutils.texi.
173 * Makefile.in: Regenerate.
174
04847a4d
CF
1752001-03-13 Eric Kohl <ekohl@rz-online.de>
176
177 * defparse.y (opt_equal_name): allow "." in name.
178 * dlltool.c (def_exports): Added ability to generate forwarded exports.
179 (gen_exp_file): Likewise.
180
43a0748c
NC
1812001-03-12 Stefan Geuken <mail@stefan-geuken.de>
182
183 * NEWS: Document addition of -B switch to objcopy.
184 * binutils.texi: Document addition of -B switch to objcopy.
185 * objcopy.c: (copy_options): Add --binary-architecture.
186 (copy_usage): Document -B/--binary-architecture.
187 (copy_main): Support -B/--binary-architecture. Set
188 bfd_external_binary_architecture.
0879a67a 189
b7498e0e
NC
1902001-03-11 Andreas Jaeger <aj@suse.de>
191
192 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
193 (dump_relocations): Likewise.
194 (get_machine_name): Likewise.
195
a59e3bd7
NC
1962001-02-28 Nick Clifton <nickc@redhat.com>
197
198 * readelf.c: (struct unw_aux_info): Remove const modifier for
199 'strtab' field.
200 (process_unwind): Remove non-K&R compliant LHS type cast in call
201 to GET_DATA_ALLOC macro.
202
a5bcd848
PB
2032001-02-28 Philip Blundell <pb@futuretv.com>
204
205 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
206 ABI is in use; remove ambiguity between the "unknown" EABI and
207 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
208 renamed EF_xx constants.
209
27b7e12d
AM
2102001-02-27 Alan Modra <alan@linuxcare.com.au>
211
212 * configure.in (BFD_VERSION): New.
213 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
214 * configure: Regenerate.
215 * Makefile.am: Run "make dep-am"
216 * Makefile.in: Regenerate.
217
a9f10786
NC
2182001-02-14 Nick Clifton <nickc@redhat.com>
219
220 * MAINTAINERS: Add "Obvious Fix" rule.
221
3c44da9a
MS
2222001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
223
224 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
225 literal concatenation.
226
ecd03389
MS
2272001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
228
229 * readelf.c (struct unw_aux_info): Remove const from the info member.
230 (process_unwind): Don't type-cast the third argument to the
231 GET_DATA_ALLOC macro.
232
88ec60c7
NC
2332001-02-11 Nick Clifton <nickc@redhat.com>
234
235 * readelf.c (dump_relocations): Free corrected allocated
236 array.
237 (process_unwind): Fix compile time warning.
238
f5e21966
NC
2392001-02-10 Nick Clifton <nickc@redhat.com>
240
241 * binutils.texi: Document new --unwind option to readelf.
242
a85d7ed0
NC
2432001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
244
245 * readelf.c: Add linux target for S/390.
246
7bb10502
AM
2472001-02-10 Alan Modra <alan@linuxcare.com.au>
248
249 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
250 printf is a macro.
251
8ca8f343
HPN
2522001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
253
254 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
255 * aclocal.m4: Regenerate.
256 * configure: Regenerate.
257
7340082d
NC
2582001-02-07 Todd Vierling <tv@wasabisystems.com>
259
260 * bucomm.c (bfd_target_vector): Change extern array to pointer.
261 * objdump.c (bfd_target_vector): Likewise.
262
4d6ed7c8
NC
2632001-02-07 David Mosberger <davidm@hpl.hp.com>
264
265 * readelf.c (process_unwind): New function.
266 (slurp_ia64_unwind_table): Ditto.
267 (dump_ia64_unwind): Ditto.
268 (find_symbol_for_address): Ditto.
269 (slurp_rela_relocs): New function (split off from dump_relocations()).
270 (slurp_rel_relocs): Ditto.
271 (parse_args): Handle '-u' option.
272
273 * unwind-ia64.c: New file.
274 * unwind-ia64.h: New file.
275 * Makefile.am: Include unwind-ia64.c in readelf build.
276 * Makefile.in: Regenerate.
7340082d 277 * po/binutils.pot: Regenerate.
4d6ed7c8 278
c7217458
PB
2792001-02-04 Philip Blundell <philb@gnu.org>
280
281 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
282 * configure: Regenerate.
283
956eedd4
AM
2842001-01-31 Steve deRosier <sderosier@vari-lite.com>
285
286 * ieee.c (ieee_add_bb11): Don't check for backslashes
287 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
288
8855cbca
AM
2892001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
290
c7f2731e
AM
291 * ieee.c: Update copyright.
292 (ieee_start_compilation_unit): Don't check for backslashes
293 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
294
8855cbca
AM
295 * stabs.c: Update copyright. Include "filenames.h".
296 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
297
329de803 2982001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
299
300 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
301 sections are present before using them. Remove code duplication.
302 (process_symbol_table): Check if VERDEF or VERNEED sections are
303 present before using them.
304
23719f39
NC
3052001-01-17 Nick Clifton <nickc@redhat.com>
306
307 * objcopy.c (copy_object): Fail if attempting to convert the
308 endianness of the input object file.
309
310 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 311
f726e849
NC
3122001-01-16 Nick Clifton <nickc@redhat.com>
313
314 * readelf.c (string_table_length): New variable.
315 (SECTION_NAME): Catch out of range indices and missing section
316 pointers.
317 (process_section_headers): Delete useless local variable
318 string_table_offset. Set the value of string_table_length
319 after loading the string table.
320 (process_mips_specific): Use SECTION_NAME macro.
321 (process_file): Set string_table_length to 0 when it is freed.
322
d0398d6a
NC
3232001-01-12 Nick Clifton <nickc@redhat.com>
324
325 * version.c (print_version): Update copyright date.
326
0d2bcfaf
NC
3272001-01-11 Peter Targett <peter.targett@arccores.com>
328
329 * readelf.c (dump_relocations): Include selection with EM_ARC.
330 (get_machine_name) Update name to "ARC".
331
8b1e6df3
NC
3322001-01-09 Nick Clifton <nickc@redhat.com>
333
334 * Makefile.am: Add rule to build objdump.o from objdump.c and
335 using OBJDUMP_DEFS.
336 * Makefile.in: Regenerate.
337
338 * configure.in: Define OBJDUMP_DEFS. Default to empty.
339 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
340 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 341 * configure: Regenerate.
8b1e6df3
NC
342
343 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
344 is defined read in the relocs even if dump_reloc_info is
345 false.
346
2f952d20
PB
3472001-01-07 Philip Blundell <philb@gnu.org>
348
349 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
350 `bug-binutils'.
351 * README: Likewise.
352
a8c548cb
NC
3532000-12-19 Nick Clifton <nickc@redhat.com>
354
355 * dlltool.c: Add missing support for arm-epoc-pe.
356 * configure.in: Add missing support for arm-epoc-pe.
357 * configure: Regenerate.
358
cc5fda35
NC
3592000-12-15 Nick Clifton <nickc@redhat.com>
360
361 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
362 Mode parts of the x86 port.
363
bcedfee6
NC
3642000-12-04 Andreas Jaeger <aj@suse.de>
365
366 * readelf.c (guess_is_rela): Add EM_X86_64.
367 (dump_relocations): Add EM_X86_64.
368 (get_machine_name): Add EM_X86_64.
369 Include "elf/x86-64.h".
370
584da044
NC
3712000-12-12 Nick Clifton <nickc@redhat.com>
372
373 * readelf.c: Fix formatting.
374
b8355149
JH
375Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
376
377 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
378
a98cc2b2
AH
3792000-12-07 Andrew Haley <aph@redhat.com>
380
381 * readelf.c (display_debug_frames): Only display columns that are
382 referenced by the frame debug info.
383
c7987a69
NC
3842000-12-05 Nick Clifton <nickc@redhat.com>
385
386 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
387
09fd7e38
JM
3882000-12-04 Jason Merrill <jason@redhat.com>
389
390 * readelf.c (process_section_headers): Handle linkonce.wi sections.
391 (display_debug_section): Likewise.
392 (display_debug_info): Display CU header before bailing.
393
e7af610e
NC
3942000-12-01 Chris Demetriou <cgd@sibyte.com>
395
09fd7e38
JM
396 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
397 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
398 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 399
09fd7e38
JM
400 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
401 and E_MIPS_ARCH_64.
84ea6cf2 402
09fd7e38
JM
403 * readelf.c (get_machine_flags): Add case for
404 E_MIPS_MACH_SB1.
c6c98b38 405
75066968
DD
4062000-11-30 Richard Earnshaw <rearnsha@arm.com>
407
408 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
409
5c4666ea
HPN
4102000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
411
09ad7db3 412