* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
95fd336c
DD
12001-07-16 DJ Delorie <dj@redhat.com>
2
3 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
4 correct 10).
5 * resrc.c (write_rc_resource): Likewise.
6 * windres.h (SUBLANG_SHIFT): Define - as 10.
7
ed8fee27
NC
82001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
9
10 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
11
90ab7e9a
NC
122001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
13
14 * MAINTAINERS: Add notes about branch checkins.
15
e0c60db2
NC
162001-07-05 Daniel Berlin <dan@cgsoftware.com>
17
18 * readelf.c (display_debug_macinfo): New function, display
19 .debug_macinfo section.
20 (do_debug_macinfo): New variable.
21 (parse_args): Handle "-w[mM]" to mean display macro info.
22 (process_section_headers): Handle debug_macinfo.
23 (debug_displays): Replace unsupported function with macinfo
24 function for .debug_macinfo display.
25 * doc/binutils.texi: Document new command line switch.
26 * NEWS: Document new feature of readelf.
27
24e01a36
L
282001-07-05 H.J. Lu <hjl@gnu.org>
29
30 * objcopy.c (filter_symbols): Don't turn undefined symbols
31 into local.
32
4258bf4d
L
332001-07-03 H.J. Lu <hjl@gnu.org>
34
35 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
36 $@.pod.
37 (ar.1): Likewise.
38 (dlltool.1): Likewise.
39 (nlmconv.1): Likewise.
40 (nm.1): Likewise.
41 (objcopy.1): Likewise.
42 (objdump.1): Likewise.
43 (ranlib.1): Likewise.
44 (readelf.1): Likewise.
45 (size.1): Likewise.
46 (strings.1): Likewise.
47 (strip.1): Likewise.
48 (windres.1): Likewise.
49 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
50 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
51 $(DEMANGLER_NAME).
52 (as.1): Removed.
53 * doc/Makefile.in: Regenerated.
54
7014bc31
NC
552001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
56
57 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
58
b811889f
NC
592001-07-01 Daniel Berlin <dan@cgsoftware.com>
60
61 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
62
12ab83a9
NC
632001-06-29 James Cownie <jcownie@etnus.com>
64
65 * readelf.c: Support DWARF 2.1 attributes.
66
a6e9f9df
AM
672001-06-28 Alan Modra <amodra@bigpond.net.au>
68
69 * readelf.c (GET_DATA_ALLOC): Remove.
70 (GET_DATA): Remove.
71 (get_data): New function combining above macros, with an extra
72 test for zero size.
73 (slurp_rela_relocs): Use get_data, and catch error return.
74 (slurp_rel_relocs): Likewise.
75 (get_32bit_program_headers): Likewise.
76 (get_64bit_program_headers): Likewise.
77 (get_32bit_section_headers): Likewise.
78 (get_64bit_section_headers): Likewise.
79 (get_32bit_elf_symbols): Likewise.
80 (get_64bit_elf_symbols): Likewise.
81 (process_section_headers): Likewise.
82 (process_relocs): Likewise.
83 (slurp_ia64_unwind_table): Likewise.
84 (process_unwind): Likewise.
85 (get_32bit_dynamic_segment): Likewise.
86 (get_64bit_dynamic_segment): Likewise.
87 (process_dynamic_segment): Likewise.
88 (process_version_sections): Likewise.
89 (process_symbol_table): Likewise.
90 (dump_section): Likewise.
91 (display_debug_info): Likewise.
92 (display_debug_section): Likewise.
93 (process_section_contents): Likewise.
94 (process_corefile_note_segment): Likewise.
95 (process_mips_specific): Likewise. Also free econf32, econf64.
96
af3fc3bc
AM
972001-06-25 Alan Modra <amodra@bigpond.net.au>
98
99 * readelf.c (dump_relocations): Print "bad symbol index" if
100 symtab == NULL with non-zero symtab_index.
101 (process_relocs): Don't bomb if reloc section has no symsec.
102
6d900bf6
L
1032001-06-24 H.J. Lu <hjl@gnu.org>
104
105 * objcopy.c (strip_main): Revert the change made on 2001-05-30
106 by accident.
107 (copy_main): Apply the the change made to strip_main on
108 2001-05-30 by accident.
109
49b4e386
AJ
1102001-06-23 Andreas Jaeger <aj@suse.de>
111
112 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
113 parameter 'code'.
114 (unw_decode_x2): Likewise.
115 (unw_decode_x3): Likewise.
116 (unw_decode_x4): Likewise.
117
d8dc71e3
BE
1182001-06-23 Ben Elliston <bje@redhat.com>
119
120 * MAINTAINERS: Add myself as M88k maintainer.
121
af3bdff7
NC
1222001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
123
124 * objcopy.c (strip_main): Support -o or --output-file command lien
125 switch.
126
105e7211
L
1272001-06-19 H.J. Lu <hjl@gnu.org>
128
129 * doc/Makefile.in: Regenerated.
130
c45021f2
NC
1312001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
132
133 * readelf.c: Restore formatting.
134
1352001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
136
137 * Makefile.am: Move documentation into doc subdirectory.
138 * Makefile.in: Regenerated.
139 * binutils.texi: Move into doc subdirectory.
140 * addr2line.1: Removed.
141 * ar.1: Likewise.
142 * dlltool.1: Likewise.
143 * nlmconv.1: Likewise.
144 * nm.1: Likewise.
145 * objcopy.1: Likewise.
146 * objdump.1: Likewise.
147 * ranlib.1: Likewise.
148 * readelf.1: Likewise.
149 * size.1: Likewise.
150 * strings.1: Likewise.
151 * strip.1: Likewise.
152 * windres.1: Likewise.
153 * cxxfilt.man: Likewise.
154 * doc: New Directory.
155 * doc/Makefile.am: New file.
156 * doc/Makefile.in: Generate.
157
09ad7db3
AM
1582001-06-09 Alan Modra <amodra@bigpond.net.au>
159
160 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
161
936260fe
AM
1622001-06-01 Alan Modra <amodra@bigpond.net.au>
163
164 * MAINTAINERS: Update my email address.
165
16b2b71c
NC
1662001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
167
168 * objcopy.c: Add new switches: --keep-global-symbol,
169 --keep-symbols, --localize-symbols, --keep-global-symbols and
170 --weaken-symbols.
171 * binutils.texi: Document new switches.
172 * objcopy.1: Regenerate.
173 * NEWS: Announce new feature.
174
7036c0e1
AJ
1752001-05-28 Andreas Jaeger <aj@suse.de>
176
177 * readelf.c (display_debug_frames): Fix warnings: Remove unused
178 variables, fix format strings.
179
76a406e5
NC
1802001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
181
182 * objdump.c (disassemble_bytes): Remove section VMA adjustment
183 when computing the address of the line to show.
184
31b6fca6
RH
1852001-05-16 Richard Henderson <rth@redhat.com>
186
187 * readelf.c (do_debug_frames_interp): New.
188 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
189 (byte_get_big_endian): Likewise.
190 (parse_args) ['F']: Set do_debug_frames_interp.
191 (Frame_Chunk): Make data_factor signed, add fde_encoding.
192 (frame_display_row): Don't trunc pc_begin to int.
193 (size_of_encoded_value): New.
194 (display_debug_frames): Handle 64-bit targets. Print raw data
195 unless do_debug_frames_interp.
196 (debug_displays): Remove duplicate .debug_frame.
197
4fe85591
NC
1982001-05-15 Ralf Baechle <ralf@gnu.org>
199
200 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
201 The former constant was never in active use and is used otherwise
202 by the ABI.
203
579f31ac
JJ
2042001-05-11 Jakub Jelinek <jakub@redhat.com>
205
206 * readelf.c (process_unwind): Print all unwind sections, not just
207 one.
208
78f4a3f7
AM
2092001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
210
211 * readelf.c (process_unwind): Remove const specifier.
212
1c529ca6
NC
2132001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
214
215 * strings.c (isgraphic): Do not use isascii() unless it is needed
216 for isprint() to work.
217 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
218
87e6d782
NC
2192001-04-27 Johan Rydberg <jrydberg@opencores.org>
220
221 * NEWS: Announce support for OpenRISC.
222
4bd3d870 2232001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
224
225 * dlltool.c (do_default_excludes): Initialise to true.
226
21211521
AM
2272001-04-10 Alan Modra <amodra@one.net.au>
228
229 * MAINTAINERS: Update my email address
230 * nm.c (print_symbol_info_bsd): Use a simple printf string.
231
0c66b61e 2322001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
233
234 * readelf.c (display_debug_lines): Fix typo for "Prologue".
235
e58d53af
L
2362001-03-30 H.J. Lu <hjl@gnu.org>
237
238 * readelf.c (process_unwind): Just return if do_unwind is 0.
239
bee72332
DD
2402001-03-28 Roger Sayle <roger@metaphorics.com>
241
242 * dlltool.c (make_one_lib_file): Fix section flags for
243 .text, .data and .bss in stub ds*.o files to match those
244 generated by gas.
245
f1467e33
L
2462001-03-29 H.J. Lu <hjl@gnu.org>
247
248 * readelf.c (process_unwind): Only do unwind sections for
249 IA64.
250
1c6fb4fe
L
2512001-03-28 H.J. Lu <hjl@gnu.org>
252
253 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
254 * Makefile.in: Regenerate.
255
0879a67a
AJ
2562001-03-26 Andreas Jaeger <aj@suse.de>
257
258 * binutils.texi (nm): Fix texi syntax.
259
0285c67d
NC
2602001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
261
262 * binutils.texi: Put @c man begin and @c man end indications
263 to generate man pages using texi2pod and pod2man. Put @c man title
264 to identify each man. Add SEEALSO entries.
265 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
266 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
267 sort the list.
268 (*.1): Build the man pages from binutils.texi.
269 * Makefile.in: Regenerate.
270
04847a4d
CF
2712001-03-13 Eric Kohl <ekohl@rz-online.de>
272
273 * defparse.y (opt_equal_name): allow "." in name.
274 * dlltool.c (def_exports): Added ability to generate forwarded exports.
275 (gen_exp_file): Likewise.
276
43a0748c
NC
2772001-03-12 Stefan Geuken <mail@stefan-geuken.de>
278
279 * NEWS: Document addition of -B switch to objcopy.
280 * binutils.texi: Document addition of -B switch to objcopy.
281 * objcopy.c: (copy_options): Add --binary-architecture.
282 (copy_usage): Document -B/--binary-architecture.
283 (copy_main): Support -B/--binary-architecture. Set
284 bfd_external_binary_architecture.
0879a67a 285
b7498e0e
NC
2862001-03-11 Andreas Jaeger <aj@suse.de>
287
288 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
289 (dump_relocations): Likewise.
290 (get_machine_name): Likewise.
291
a59e3bd7
NC
2922001-02-28 Nick Clifton <nickc@redhat.com>
293
294 * readelf.c: (struct unw_aux_info): Remove const modifier for
295 'strtab' field.
296 (process_unwind): Remove non-K&R compliant LHS type cast in call
297 to GET_DATA_ALLOC macro.
298
a5bcd848
PB
2992001-02-28 Philip Blundell <pb@futuretv.com>
300
301 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
302 ABI is in use; remove ambiguity between the "unknown" EABI and
303 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
304 renamed EF_xx constants.
305
27b7e12d
AM
3062001-02-27 Alan Modra <alan@linuxcare.com.au>
307
308 * configure.in (BFD_VERSION): New.
309 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
310 * configure: Regenerate.
311 * Makefile.am: Run "make dep-am"
312 * Makefile.in: Regenerate.
313
a9f10786
NC
3142001-02-14 Nick Clifton <nickc@redhat.com>
315
316 * MAINTAINERS: Add "Obvious Fix" rule.
317
3c44da9a
MS
3182001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
319
320 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
321 literal concatenation.
322
ecd03389
MS
3232001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
324
325 * readelf.c (struct unw_aux_info): Remove const from the info member.
326 (process_unwind): Don't type-cast the third argument to the
327 GET_DATA_ALLOC macro.
328
88ec60c7
NC
3292001-02-11 Nick Clifton <nickc@redhat.com>
330
331 * readelf.c (dump_relocations): Free corrected allocated
332 array.
333 (process_unwind): Fix compile time warning.
334
f5e21966
NC
3352001-02-10 Nick Clifton <nickc@redhat.com>
336
337 * binutils.texi: Document new --unwind option to readelf.
338
a85d7ed0
NC
3392001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
340
341 * readelf.c: Add linux target for S/390.
342
7bb10502
AM
3432001-02-10 Alan Modra <alan@linuxcare.com.au>
344
345 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
346 printf is a macro.
347
8ca8f343
HPN
3482001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
349
350 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
351 * aclocal.m4: Regenerate.
352 * configure: Regenerate.
353
7340082d
NC
3542001-02-07 Todd Vierling <tv@wasabisystems.com>
355
356 * bucomm.c (bfd_target_vector): Change extern array to pointer.
357 * objdump.c (bfd_target_vector): Likewise.
358
4d6ed7c8
NC
3592001-02-07 David Mosberger <davidm@hpl.hp.com>
360
361 * readelf.c (process_unwind): New function.
362 (slurp_ia64_unwind_table): Ditto.
363 (dump_ia64_unwind): Ditto.
364 (find_symbol_for_address): Ditto.
365 (slurp_rela_relocs): New function (split off from dump_relocations()).
366 (slurp_rel_relocs): Ditto.
367 (parse_args): Handle '-u' option.
368
369 * unwind-ia64.c: New file.
370 * unwind-ia64.h: New file.
371 * Makefile.am: Include unwind-ia64.c in readelf build.
372 * Makefile.in: Regenerate.
7340082d 373 * po/binutils.pot: Regenerate.
4d6ed7c8 374
c7217458
PB
3752001-02-04 Philip Blundell <philb@gnu.org>
376
377 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
378 * configure: Regenerate.
379
956eedd4
AM
3802001-01-31 Steve deRosier <sderosier@vari-lite.com>
381
382 * ieee.c (ieee_add_bb11): Don't check for backslashes
383 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
384
8855cbca
AM
3852001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
386
c7f2731e
AM
387 * ieee.c: Update copyright.
388 (ieee_start_compilation_unit): Don't check for backslashes
389 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
390
8855cbca
AM
391 * stabs.c: Update copyright. Include "filenames.h".
392 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
393
329de803 3942001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
395
396 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
397 sections are present before using them. Remove code duplication.
398 (process_symbol_table): Check if VERDEF or VERNEED sections are
399 present before using them.
400
23719f39
NC
4012001-01-17 Nick Clifton <nickc@redhat.com>
402
403 * objcopy.c (copy_object): Fail if attempting to convert the
404 endianness of the input object file.
405
406 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 407
f726e849
NC
4082001-01-16 Nick Clifton <nickc@redhat.com>
409
410 * readelf.c (string_table_length): New variable.
411 (SECTION_NAME): Catch out of range indices and missing section
412 pointers.
413 (process_section_headers): Delete useless local variable
414 string_table_offset. Set the value of string_table_length
415 after loading the string table.
416 (process_mips_specific): Use SECTION_NAME macro.
417 (process_file): Set string_table_length to 0 when it is freed.
418
d0398d6a
NC
4192001-01-12 Nick Clifton <nickc@redhat.com>
420
421 * version.c (print_version): Update copyright date.
422
0d2bcfaf
NC
4232001-01-11 Peter Targett <peter.targett@arccores.com>
424
425 * readelf.c (dump_relocations): Include selection with EM_ARC.
426 (get_machine_name) Update name to "ARC".
427
8b1e6df3
NC
4282001-01-09 Nick Clifton <nickc@redhat.com>
429
430 * Makefile.am: Add rule to build objdump.o from objdump.c and
431 using OBJDUMP_DEFS.
432 * Makefile.in: Regenerate.
433
434 * configure.in: Define OBJDUMP_DEFS. Default to empty.
435 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
436 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 437 * configure: Regenerate.
8b1e6df3
NC
438
439 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
440 is defined read in the relocs even if dump_reloc_info is
441 false.
442
2f952d20
PB
4432001-01-07 Philip Blundell <philb@gnu.org>
444
445 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
446 `bug-binutils'.
447 * README: Likewise.
448
a8c548cb
NC
4492000-12-19 Nick Clifton <nickc@redhat.com>
450
451 * dlltool.c: Add missing support for arm-epoc-pe.
452 * configure.in: Add missing support for arm-epoc-pe.
453 * configure: Regenerate.
454
cc5fda35
NC
4552000-12-15 Nick Clifton <nickc@redhat.com>
456
457 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
458 Mode parts of the x86 port.
459
bcedfee6
NC
4602000-12-04 Andreas Jaeger <aj@suse.de>
461
462 * readelf.c (guess_is_rela): Add EM_X86_64.
463 (dump_relocations): Add EM_X86_64.
464 (get_machine_name): Add EM_X86_64.
465 Include "elf/x86-64.h".
466
584da044
NC
4672000-12-12 Nick Clifton <nickc@redhat.com>
468
469 * readelf.c: Fix formatting.
470
b8355149
JH
471Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
472
473 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
474
a98cc2b2
AH
4752000-12-07 Andrew Haley <aph@redhat.com>
476
477 * readelf.c (display_debug_frames): Only display columns that are
478 referenced by the frame debug info.
479
c7987a69
NC
4802000-12-05 Nick Clifton <nickc@redhat.com>
481
482 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
483
09fd7e38
JM
4842000-12-04 Jason Merrill <jason@redhat.com>
485
486 * readelf.c (process_section_headers): Handle linkonce.wi sections.
487 (display_debug_section): Likewise.
488 (display_debug_info): Display CU header before bailing.
489
e7af610e
NC
4902000-12-01 Chris Demetriou <cgd@sibyte.com>
491
09fd7e38
JM
492 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
493 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
494 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 495
09fd7e38
JM
496 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
497 and E_MIPS_ARCH_64.
84ea6cf2 498
09fd7e38
JM
499 * readelf.c (get_machine_flags): Add case for
500 E_MIPS_MACH_SB1.
c6c98b38 501
75066968
DD
5022000-11-30 Richard Earnshaw <rearnsha@arm.com>
503
504 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
505
5c4666ea
HPN
5062000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
507