* Makefile.am: Update dependencies with "make dep-am".
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
9e85c2a0
RH
12001-09-28 Richard Henderson <rth@redhat.com>
2
3 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
4
451dad9c
AM
52001-09-26 Alan Modra <amodra@bigpond.net.au>
6
7 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
8 VA_CLOSE.
9 (non_fatal): Likewise.
10 * objdump.c (objdump_sprintf): Likewise.
11 * readelf.c (error): Likewise.
12 (warn): Likewise.
13
d974e256
JJ
142001-09-25 Jakub Jelinek <jakub@redhat.com>
15
16 * readelf.c (do_wide): New.
17 (options): Add --wide.
18 (usage, parse_args): Likewise.
19 (process_program_headers): Put each segment on a single line if
20 --wide is given.
21 (process_section_headers): Put each section on a single line if
22 --wide is given.
23 * doc/binutils.texi: Document it.
24 * NEWS: Likewise.
25
2f11c261
AM
262001-09-25 Alan Modra <amodra@bigpond.net.au>
27
28 * readelf.c (print_vma): Print 8 digits of low hex value.
29
1d50f91e
AJ
302001-09-24 Andreas Jaeger <aj@suse.de>
31
32 * nlmconv.c: Fix warnings about unused attributes and function
33 prototypes.
34
35 * strings.c: Add prototype for get_char.
36
38131e67
L
372000-09-19 H.J. Lu <hjl@gnu.org>
38
39 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
40 $(srcdir)/cxxfilt.man.
41 * doc/Makefile.in: Rebuild.
42
3bcfb3e4
AM
432001-09-19 Alan Modra <amodra@bigpond.net.au>
44
45 * objcopy.c (copy_main): Correct rename-section string parsing.
46 Consolidate new_name parsing, and error messages.
47
3882b010
L
482001-09-18 Bruno Haible <haible@clisp.cons.org>
49
50 * addr2line.c: Don't include <ctype.h>.
51 (main): For gettext, also set the LC_CTYPE locate facet.
52 * ar.c (main): Likewise.
53 * coffdump.c (main): Likewise.
54 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
55 (main): For gettext, also set the LC_CTYPE locate facet.
56 Use ISALNUM instead of isalpha/isdigit.
57 * dllwrap.c: Don't include <ctype.h>.
58 (main): For gettext, also set the LC_CTYPE locate facet.
59 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
60 (main): For gettext, also set the LC_CTYPE locate facet.
61 Use TOUPPER instead of islower/toupper.
62 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
63 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
64 Use TOUPPER instead of islower/toupper.
65 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
66 * objcopy.c (main): Likewise.
67 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
68 (disassemble_bytes): Use ISPRINT instead of isprint.
69 (dump_section_stabs): Use ISDIGIT instead of isdigit.
70 (dump_data): Use ISPRINT instead of isprint.
71 (main): For gettext, also set the LC_CTYPE locate facet.
72 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
73 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
74 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
75 Use TOUPPER instead of islower/toupper.
76 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
77 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
78 (write_rc_accelerators): Use ISPRINT instead of isprint.
79 (write_rc_rcdata): Likewise.
80 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
81 * srconv.c (main): Likewise.
82 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
83 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
84 isdigit/isupper/islower.
85 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
86 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
87 stab_demangle_prefix, stab_demangle_qualified,
88 stab_demangle_template, stab_demangle_type,
89 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
90 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
91 (isgraphic): Use ISPRINT instead of isascii/isprint.
92 (main): Remove HAVE_LC_MESSAGES dependency.
93 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
94 (pbarray): Use ISPRINT instead of isprint.
95 (main): For gettext, also set the LC_CTYPE locate facet.
96 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
97 (format_from_filename): Use ISPRINT instead of isprint.
98 (main): For gettext, also set the LC_CTYPE locate facet.
99 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
100 (unicode_print): Use ISPRINT instead of isprint.
101 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
102 (stab_variable): Use ISDIGIT instead of isdigit.
103
e59b4dfb
AM
1042001-09-18 Alan Modra <amodra@bigpond.net.au>
105
106 * ar.c (print_contents): Cast args of bfd_seek to the right types.
107 Replace bfd_read call with call to bfd_bread.
108 (extract_file): Likewise.
109
110 * objdump.c (dump_section_header): Cast section->filepos to
111 unsigned long to suit printf format string.
112 * readelf.c (process_section_headers): Similarly for sh_offset.
113 (process_unwind): Likewise.
114
d132876a
NC
1152001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
116
117 * strings.c (encoding, encoding_bytes): New variables.
118 (long_options): Add --encoding.
119 (main): Accept -e and --encoding.
120 (get_char): New function. Read a, possibly wide, character from
121 the input stream.
122 (print_strings): Use get_char().
123 (usage): Document new command line option.
124 * doc/binutils.texi: Document new command line option.
125 * NEWS: Announce new command line option.
126
2b0337b0
AO
127Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com>
128
129 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
130 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
131 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
132 Removed EM_CYGNUS_ARC.
133
b8720f9d
JL
134Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com)
135
136 * readelf.c: Include elf/h8 for H8 series definitions.
137 (guess_is_rela): H8 series if RELA.
138 (dump_relocations): Handle H8 series relocations.
139
0823fbca
EC
1402001-08-31 Eric Christopher <echristo@redhat.com>
141
142 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
143
8db76d70
PT
1442001-08-29 Peter Targett <peter.targett@arccores.com>
145
146 * MAINTAINERS: Include ARC Maintainer.
147
d81d6584
BE
1482001-08-29 Ben Elliston <bje@redhat.com>
149
150 * stabs.c (stab_demangle_template): Initialise s4.
151
25a1ff5b
AM
1522001-08-27 Alan Modra <amodra@bigpond.net.au>
153
154 * readelf.c (dump_relocations): Recognise EM_PPC64.
155
a5d22d2a
TS
1562001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
157
158 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
159
62a5a82d
L
1602001-08-25 H.J. Lu <hjl@gnu.org>
161
162 * nm.c (print_width): New.
163 (display_rel_file): Set `print_width' according to
164 bfd_sprintf_vma.
165 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
166
1ae8b3d2
AO
1672001-08-24 Alexandre Oliva <aoliva@redhat.com>
168
169 * objcopy.c (use_alt_mach_code): New variable.
170 (OPTION_ALT_MACH_CODE): Define.
171 (copy_options): Added --alt-machine-code.
172 (copy_main): Handle it.
173 (copy_object): Switch to alternate machine code if requested.
174 * doc/binutils.texi: Document new option.
175 * NEWS: Likewise.
176
d1bdd336
TS
1772001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
178
179 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
180
410f7a12
L
1812001-08-21 H.J. Lu <hjl@gnu.org>
182
183 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
184 (display_debug_info): Cast for 64bit hosts.
185 (display_debug_frames): Likewise.
186 (process_mips_specific): Likewise.
187
c32144ff
AJ
1882001-08-21 Andreas Jaeger <aj@suse.de>
189
190 * coffgrok.h: Add missing parameter for prototype of coff_grok.
191
192 * sysdump.c: Add missing prototypes.
193 * srconv.c: Likewise.
194 * unwind-ia64.c: Likewise.
195 * coffdump.c: Likewise.
196
197 * sysinfo.y: Print prototypes, include <ansidecl.h>.
198
199 * coffgrok.c: Add missing prototypes, include libiberty.h instead
200 of declaring xcalloc.
201
d8180c76
L
2022001-08-10 H.J. Lu <hjl@gnu.org>
203
204 * nm.c (print_value): Add one arg, bfd *.
205 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
206 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
207 (print_symbol_info_sysv): Likewise.
208 (print_symbol_info_posix): Likewise.
209
210 * objdump.c (dump_section_header): Replace printf_vma with
211 bfd_printf_vma.
212 (print_section_stabs): Likewise.
213 (dump_bfd_header): Likewise.
214 (objdump_print_value): Replace sprintf_vma with
215 bfd_sprintf_vma.
216 (disassemble_bytes): Likewise.
217 (dump_reloc_set): Likewise.
218
0218d1e4
AJ
2192001-08-10 Andreas Jaeger <aj@suse.de>
220
221 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
222 to build warnings.
223 * configure: Regenerate.
224
2863d58a
AM
2252001-08-09 Alan Modra <amodra@bigpond.net.au>
226
227 * readelf.c: Add missing prototypes.
228 * objdump.c: Likewise. Format existing prototypes.
229
c0e047e0
AO
2302001-08-08 Alexandre Oliva <aoliva@redhat.com>
231
232 * readelf.c (display_debug_info): Add to abbrev_offset the addend
233 of any RELA relocation for the abbrev_offset memory location that
234 refers to the .debug_abbrev section symbol.
235
ff78d6d6
L
2362001-08-07 H.J. Lu <hjl@gnu.org>
237
238 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
239 (main): Return process_file ().
240
c36774d6
PB
2412001-08-05 Philip Blundell <philb@gnu.org>
242
243 * doc/binutils.texi: Use "Thumb" not "THUMB".
244
8f9d9bd9
JH
2452001-08-03 John Healy <jhealy@redhat.com>
246
247 Patch suggested by Frank Eigler <fche@redhat.com>.
248 * objdump.c (disassemble_data): Fill in section member of the
249 disasm_info structure.
250
c918cb96
DD
2512001-08-03 Tom Walsh <tom@cyberiansoftware.com>
252
253 * configure.in: Added --with-windres option.
254 * configure: Regenerated.
255
c7c55b78
NC
2562001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
257
258 * doc/binutils.texi: Use @command{name} for commands;
259 use @option{-opt} for options; use @table @env for list of options;
260 remove spaces arround [ | ] in synopsis.
261
262 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
263 center title.
264
594ef5db
NC
2652001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
266
267 * objcopy.c: Fix formatting.
268 (section_rename): New structure.
269 (OPTION_RENAME_SECTION): New switch.
270 (copy_usage): Document new switch.
271 (add_section_rename): New function: Add a node to the section
272 rename list.
273 (find_section_rename): New function: Find the new name and
274 flags for a section.
275 (setup_section): Call find_section_name to determine the name
276 of the output section.
277 (copy_main): Handle OPTION_RENAME_SECTION.
278 * binutils.texi: Document new switch.
279 * NEWS: Mention new switch.
280
1f554c69
NC
2812001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
282
283 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
284 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
285 bug-binutils@gcc.org.
286
2f83960e
AM
2872001-07-28 Matthias Kramm <kramm@quiss.org>
288
289 * bucomm.c (list_supported_architectures): New function.
290 * bucomm.h (list_supported_architectures): Declare.
291 * objdump.c (usage): Call the above.
292
20fe0649
DB
2932001-07-25 Dave Brolley <brolley@redhat.com>
294
295 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
296 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
297
1b577b00
NC
2982001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
299
300 * README: Update for 2.11. Change bug reporting email address.
301 * MAINTAINERS: Tidy up. Change bug reporting email address.
302
95fd336c
DD
3032001-07-16 DJ Delorie <dj@redhat.com>
304
5f16d855
DD
305 * resres.c (write_res_header): Align header size.
306 (res_align_file): Calculate alignment correctly.
307
95fd336c
DD
308 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
309 correct 10).
310 * resrc.c (write_rc_resource): Likewise.
311 * windres.h (SUBLANG_SHIFT): Define - as 10.
312
ed8fee27
NC
3132001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
314
315 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
316
90ab7e9a
NC
3172001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
318
319 * MAINTAINERS: Add notes about branch checkins.
320
e0c60db2
NC
3212001-07-05 Daniel Berlin <dan@cgsoftware.com>
322
323 * readelf.c (display_debug_macinfo): New function, display
324 .debug_macinfo section.
325 (do_debug_macinfo): New variable.
326 (parse_args): Handle "-w[mM]" to mean display macro info.
327 (process_section_headers): Handle debug_macinfo.
328 (debug_displays): Replace unsupported function with macinfo
0218d1e4 329 function for .debug_macinfo display.
e0c60db2
NC
330 * doc/binutils.texi: Document new command line switch.
331 * NEWS: Document new feature of readelf.
0218d1e4 332
24e01a36
L
3332001-07-05 H.J. Lu <hjl@gnu.org>
334
335 * objcopy.c (filter_symbols): Don't turn undefined symbols
336 into local.
337
4258bf4d
L
3382001-07-03 H.J. Lu <hjl@gnu.org>
339
340 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
341 $@.pod.
342 (ar.1): Likewise.
343 (dlltool.1): Likewise.
344 (nlmconv.1): Likewise.
345 (nm.1): Likewise.
346 (objcopy.1): Likewise.
347 (objdump.1): Likewise.
348 (ranlib.1): Likewise.
349 (readelf.1): Likewise.
350 (size.1): Likewise.
351 (strings.1): Likewise.
352 (strip.1): Likewise.
353 (windres.1): Likewise.
354 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
355 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
356 $(DEMANGLER_NAME).
357 (as.1): Removed.
358 * doc/Makefile.in: Regenerated.
359
7014bc31
NC
3602001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
361
362 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
363
b811889f
NC
3642001-07-01 Daniel Berlin <dan@cgsoftware.com>
365
366 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
367
12ab83a9
NC
3682001-06-29 James Cownie <jcownie@etnus.com>
369
370 * readelf.c: Support DWARF 2.1 attributes.
371
a6e9f9df
AM
3722001-06-28 Alan Modra <amodra@bigpond.net.au>
373
374 * readelf.c (GET_DATA_ALLOC): Remove.
375 (GET_DATA): Remove.
376 (get_data): New function combining above macros, with an extra
377 test for zero size.
378 (slurp_rela_relocs): Use get_data, and catch error return.
379 (slurp_rel_relocs): Likewise.
380 (get_32bit_program_headers): Likewise.
381 (get_64bit_program_headers): Likewise.
382 (get_32bit_section_headers): Likewise.
383 (get_64bit_section_headers): Likewise.
384 (get_32bit_elf_symbols): Likewise.
385 (get_64bit_elf_symbols): Likewise.
386 (process_section_headers): Likewise.
387 (process_relocs): Likewise.
388 (slurp_ia64_unwind_table): Likewise.
389 (process_unwind): Likewise.
390 (get_32bit_dynamic_segment): Likewise.
391 (get_64bit_dynamic_segment): Likewise.
392 (process_dynamic_segment): Likewise.
393 (process_version_sections): Likewise.
394 (process_symbol_table): Likewise.
395 (dump_section): Likewise.
396 (display_debug_info): Likewise.
397 (display_debug_section): Likewise.
398 (process_section_contents): Likewise.
399 (process_corefile_note_segment): Likewise.
400 (process_mips_specific): Likewise. Also free econf32, econf64.
401
af3fc3bc
AM
4022001-06-25 Alan Modra <amodra@bigpond.net.au>
403
404 * readelf.c (dump_relocations): Print "bad symbol index" if
405 symtab == NULL with non-zero symtab_index.
406 (process_relocs): Don't bomb if reloc section has no symsec.
407
6d900bf6
L
4082001-06-24 H.J. Lu <hjl@gnu.org>
409
410 * objcopy.c (strip_main): Revert the change made on 2001-05-30
411 by accident.
412 (copy_main): Apply the the change made to strip_main on
413 2001-05-30 by accident.
414
49b4e386
AJ
4152001-06-23 Andreas Jaeger <aj@suse.de>
416
417 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
418 parameter 'code'.
419 (unw_decode_x2): Likewise.
420 (unw_decode_x3): Likewise.
421 (unw_decode_x4): Likewise.
422
d8dc71e3
BE
4232001-06-23 Ben Elliston <bje@redhat.com>
424
425 * MAINTAINERS: Add myself as M88k maintainer.
426
af3bdff7
NC
4272001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
428
429 * objcopy.c (strip_main): Support -o or --output-file command lien
430 switch.
431
105e7211
L
4322001-06-19 H.J. Lu <hjl@gnu.org>
433
434 * doc/Makefile.in: Regenerated.
435
c45021f2
NC
4362001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
437
438 * readelf.c: Restore formatting.
439
4402001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
441
442 * Makefile.am: Move documentation into doc subdirectory.
443 * Makefile.in: Regenerated.
444 * binutils.texi: Move into doc subdirectory.
445 * addr2line.1: Removed.
446 * ar.1: Likewise.
447 * dlltool.1: Likewise.
448 * nlmconv.1: Likewise.
449 * nm.1: Likewise.
450 * objcopy.1: Likewise.
451 * objdump.1: Likewise.
452 * ranlib.1: Likewise.
453 * readelf.1: Likewise.
454 * size.1: Likewise.
455 * strings.1: Likewise.
456 * strip.1: Likewise.
457 * windres.1: Likewise.
458 * cxxfilt.man: Likewise.
459 * doc: New Directory.
460 * doc/Makefile.am: New file.
461 * doc/Makefile.in: Generate.
462
09ad7db3
AM
4632001-06-09 Alan Modra <amodra@bigpond.net.au>
464
465 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
466
936260fe
AM
4672001-06-01 Alan Modra <amodra@bigpond.net.au>
468
469 * MAINTAINERS: Update my email address.
470
16b2b71c
NC
4712001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
472
473 * objcopy.c: Add new switches: --keep-global-symbol,
474 --keep-symbols, --localize-symbols, --keep-global-symbols and
475 --weaken-symbols.
476 * binutils.texi: Document new switches.
477 * objcopy.1: Regenerate.
478 * NEWS: Announce new feature.
479
7036c0e1
AJ
4802001-05-28 Andreas Jaeger <aj@suse.de>
481
482 * readelf.c (display_debug_frames): Fix warnings: Remove unused
483 variables, fix format strings.
484
76a406e5
NC
4852001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
486
487 * objdump.c (disassemble_bytes): Remove section VMA adjustment
488 when computing the address of the line to show.
489
31b6fca6
RH
4902001-05-16 Richard Henderson <rth@redhat.com>
491
492 * readelf.c (do_debug_frames_interp): New.
493 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
494 (byte_get_big_endian): Likewise.
495 (parse_args) ['F']: Set do_debug_frames_interp.
496 (Frame_Chunk): Make data_factor signed, add fde_encoding.
497 (frame_display_row): Don't trunc pc_begin to int.
498 (size_of_encoded_value): New.
499 (display_debug_frames): Handle 64-bit targets. Print raw data
500 unless do_debug_frames_interp.
501 (debug_displays): Remove duplicate .debug_frame.
502
4fe85591
NC
5032001-05-15 Ralf Baechle <ralf@gnu.org>
504
505 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
506 The former constant was never in active use and is used otherwise
507 by the ABI.
508
579f31ac
JJ
5092001-05-11 Jakub Jelinek <jakub@redhat.com>
510
511 * readelf.c (process_unwind): Print all unwind sections, not just
512 one.
513
78f4a3f7
AM
5142001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
515
516 * readelf.c (process_unwind): Remove const specifier.
517
1c529ca6
NC
5182001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
519
520 * strings.c (isgraphic): Do not use isascii() unless it is needed
521 for isprint() to work.
522 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
523
87e6d782
NC
5242001-04-27 Johan Rydberg <jrydberg@opencores.org>
525
526 * NEWS: Announce support for OpenRISC.
527
4bd3d870 5282001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
529
530 * dlltool.c (do_default_excludes): Initialise to true.
531
21211521
AM
5322001-04-10 Alan Modra <amodra@one.net.au>
533
534 * MAINTAINERS: Update my email address
535 * nm.c (print_symbol_info_bsd): Use a simple printf string.
536
0c66b61e 5372001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
538
539 * readelf.c (display_debug_lines): Fix typo for "Prologue".
540
e58d53af
L
5412001-03-30 H.J. Lu <hjl@gnu.org>
542
543 * readelf.c (process_unwind): Just return if do_unwind is 0.
544
bee72332
DD
5452001-03-28 Roger Sayle <roger@metaphorics.com>
546
547 * dlltool.c (make_one_lib_file): Fix section flags for
548 .text, .data and .bss in stub ds*.o files to match those
549 generated by gas.
550
f1467e33
L
5512001-03-29 H.J. Lu <hjl@gnu.org>
552
553 * readelf.c (process_unwind): Only do unwind sections for
554 IA64.
555
1c6fb4fe
L
5562001-03-28 H.J. Lu <hjl@gnu.org>
557
558 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
559 * Makefile.in: Regenerate.
560
0879a67a
AJ
5612001-03-26 Andreas Jaeger <aj@suse.de>
562
563 * binutils.texi (nm): Fix texi syntax.
564
0285c67d
NC
5652001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
566
567 * binutils.texi: Put @c man begin and @c man end indications
568 to generate man pages using texi2pod and pod2man. Put @c man title
569 to identify each man. Add SEEALSO entries.
570 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
571 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
572 sort the list.
573 (*.1): Build the man pages from binutils.texi.
574 * Makefile.in: Regenerate.
575
04847a4d
CF
5762001-03-13 Eric Kohl <ekohl@rz-online.de>
577
578 * defparse.y (opt_equal_name): allow "." in name.
579 * dlltool.c (def_exports): Added ability to generate forwarded exports.
580 (gen_exp_file): Likewise.
581
43a0748c
NC
5822001-03-12 Stefan Geuken <mail@stefan-geuken.de>
583
584 * NEWS: Document addition of -B switch to objcopy.
585 * binutils.texi: Document addition of -B switch to objcopy.
586 * objcopy.c: (copy_options): Add --binary-architecture.
587 (copy_usage): Document -B/--binary-architecture.
588 (copy_main): Support -B/--binary-architecture. Set
589 bfd_external_binary_architecture.
0879a67a 590
b7498e0e
NC
5912001-03-11 Andreas Jaeger <aj@suse.de>
592
593 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
594 (dump_relocations): Likewise.
595 (get_machine_name): Likewise.
596
a59e3bd7
NC
5972001-02-28 Nick Clifton <nickc@redhat.com>
598
599 * readelf.c: (struct unw_aux_info): Remove const modifier for
600 'strtab' field.
601 (process_unwind): Remove non-K&R compliant LHS type cast in call
602 to GET_DATA_ALLOC macro.
603
a5bcd848
PB
6042001-02-28 Philip Blundell <pb@futuretv.com>
605
606 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
607 ABI is in use; remove ambiguity between the "unknown" EABI and
608 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
609 renamed EF_xx constants.
610
27b7e12d
AM
6112001-02-27 Alan Modra <alan@linuxcare.com.au>
612
613 * configure.in (BFD_VERSION): New.
614 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
615 * configure: Regenerate.
616 * Makefile.am: Run "make dep-am"
617 * Makefile.in: Regenerate.
618
a9f10786
NC
6192001-02-14 Nick Clifton <nickc@redhat.com>
620
621 * MAINTAINERS: Add "Obvious Fix" rule.
622
3c44da9a
MS
6232001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
624
625 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
626 literal concatenation.
627
ecd03389
MS
6282001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
629
630 * readelf.c (struct unw_aux_info): Remove const from the info member.
631 (process_unwind): Don't type-cast the third argument to the
632 GET_DATA_ALLOC macro.
633
88ec60c7
NC
6342001-02-11 Nick Clifton <nickc@redhat.com>
635
636 * readelf.c (dump_relocations): Free corrected allocated
637 array.
638 (process_unwind): Fix compile time warning.
639
f5e21966
NC
6402001-02-10 Nick Clifton <nickc@redhat.com>
641
642 * binutils.texi: Document new --unwind option to readelf.
643
a85d7ed0
NC
6442001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
645
646 * readelf.c: Add linux target for S/390.
647
7bb10502
AM
6482001-02-10 Alan Modra <alan@linuxcare.com.au>
649
650 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
651 printf is a macro.
652
8ca8f343
HPN
6532001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
654
655 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
656 * aclocal.m4: Regenerate.
657 * configure: Regenerate.
658
7340082d
NC
6592001-02-07 Todd Vierling <tv@wasabisystems.com>
660
661 * bucomm.c (bfd_target_vector): Change extern array to pointer.
662 * objdump.c (bfd_target_vector): Likewise.
663
4d6ed7c8
NC
6642001-02-07 David Mosberger <davidm@hpl.hp.com>
665
666 * readelf.c (process_unwind): New function.
667 (slurp_ia64_unwind_table): Ditto.
668 (dump_ia64_unwind): Ditto.
669 (find_symbol_for_address): Ditto.
670 (slurp_rela_relocs): New function (split off from dump_relocations()).
671 (slurp_rel_relocs): Ditto.
672 (parse_args): Handle '-u' option.
673
674 * unwind-ia64.c: New file.
675 * unwind-ia64.h: New file.
676 * Makefile.am: Include unwind-ia64.c in readelf build.
677 * Makefile.in: Regenerate.
7340082d 678 * po/binutils.pot: Regenerate.
4d6ed7c8 679
c7217458
PB
6802001-02-04 Philip Blundell <philb@gnu.org>
681
682 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
683 * configure: Regenerate.
684
956eedd4
AM
6852001-01-31 Steve deRosier <sderosier@vari-lite.com>
686
687 * ieee.c (ieee_add_bb11): Don't check for backslashes
688 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
689
8855cbca
AM
6902001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
691
c7f2731e
AM
692 * ieee.c: Update copyright.
693 (ieee_start_compilation_unit): Don't check for backslashes
694 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
695
8855cbca
AM
696 * stabs.c: Update copyright. Include "filenames.h".
697 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
698
329de803 6992001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
700
701 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
702 sections are present before using them. Remove code duplication.
703 (process_symbol_table): Check if VERDEF or VERNEED sections are
704 present before using them.
705
23719f39
NC
7062001-01-17 Nick Clifton <nickc@redhat.com>
707
708 * objcopy.c (copy_object): Fail if attempting to convert the
709 endianness of the input object file.
710
711 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 712
f726e849
NC
7132001-01-16 Nick Clifton <nickc@redhat.com>
714
715 * readelf.c (string_table_length): New variable.
716 (SECTION_NAME): Catch out of range indices and missing section
717 pointers.
718 (process_section_headers): Delete useless local variable
719 string_table_offset. Set the value of string_table_length
720 after loading the string table.
721 (process_mips_specific): Use SECTION_NAME macro.
722 (process_file): Set string_table_length to 0 when it is freed.
723
d0398d6a
NC
7242001-01-12 Nick Clifton <nickc@redhat.com>
725
726 * version.c (print_version): Update copyright date.
727
0d2bcfaf
NC
7282001-01-11 Peter Targett <peter.targett@arccores.com>
729
730 * readelf.c (dump_relocations): Include selection with EM_ARC.
731 (get_machine_name) Update name to "ARC".
732
8b1e6df3
NC
7332001-01-09 Nick Clifton <nickc@redhat.com>
734
735 * Makefile.am: Add rule to build objdump.o from objdump.c and
736 using OBJDUMP_DEFS.
737 * Makefile.in: Regenerate.
738
739 * configure.in: Define OBJDUMP_DEFS. Default to empty.
740 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
741 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 742 * configure: Regenerate.
8b1e6df3
NC
743
744 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
745 is defined read in the relocs even if dump_reloc_info is
746 false.
747
2f952d20
PB
7482001-01-07 Philip Blundell <philb@gnu.org>
749
750 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
751 `bug-binutils'.
752 * README: Likewise.
753
a8c548cb
NC
7542000-12-19 Nick Clifton <nickc@redhat.com>
755
756 * dlltool.c: Add missing support for arm-epoc-pe.
757 * configure.in: Add missing support for arm-epoc-pe.
758 * configure: Regenerate.
759
cc5fda35
NC
7602000-12-15 Nick Clifton <nickc@redhat.com>
761
762 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
763 Mode parts of the x86 port.
764
bcedfee6
NC
7652000-12-04 Andreas Jaeger <aj@suse.de>
766
767 * readelf.c (guess_is_rela): Add EM_X86_64.
768 (dump_relocations): Add EM_X86_64.
769 (get_machine_name): Add EM_X86_64.
770 Include "elf/x86-64.h".
771
584da044
NC
7722000-12-12 Nick Clifton <nickc@redhat.com>
773
774 * readelf.c: Fix formatting.
775
b8355149
JH
776Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
777
778 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
779
a98cc2b2
AH
7802000-12-07 Andrew Haley <aph@redhat.com>
781
782 * readelf.c (display_debug_frames): Only display columns that are
783 referenced by the frame debug info.
784
c7987a69
NC
7852000-12-05 Nick Clifton <nickc@redhat.com>
786
787 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
788
09fd7e38
JM
7892000-12-04 Jason Merrill <jason@redhat.com>
790
791 * readelf.c (process_section_headers): Handle linkonce.wi sections.
792 (display_debug_section): Likewise.
793 (display_debug_info): Display CU header before bailing.
794
e7af610e
NC
7952000-12-01 Chris Demetriou <cgd@sibyte.com>
796
09fd7e38
JM
797 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
798 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
799 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 800
09fd7e38
JM
801 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
802 and E_MIPS_ARCH_64.
84ea6cf2 803
09fd7e38
JM
804 * readelf.c (get_machine_flags): Add case for
805 E_MIPS_MACH_SB1.
c6c98b38 806
75066968
DD
8072000-11-30 Richard Earnshaw <rearnsha@arm.com>
808
809 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
810
5c4666ea
HPN
8112000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
812