Rotate ChangeLogs
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2001-01-09 Nick Clifton <nickc@redhat.com>
2
3 * Makefile.am: Add rule to build objdump.o from objdump.c and
4 using OBJDUMP_DEFS.
5 * Makefile.in: Regenerate.
6
7 * configure.in: Define OBJDUMP_DEFS. Default to empty.
8 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
9 -DDISASSEMBLER_NEEDS_RELOCS.
10 * configure: Regenerate.
11
12 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
13 is defined read in the relocs even if dump_reloc_info is
14 false.
15
16 2001-01-07 Philip Blundell <philb@gnu.org>
17
18 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
19 `bug-binutils'.
20 * README: Likewise.
21
22 2000-12-19 Nick Clifton <nickc@redhat.com>
23
24 * dlltool.c: Add missing support for arm-epoc-pe.
25 * configure.in: Add missing support for arm-epoc-pe.
26 * configure: Regenerate.
27
28 2000-12-15 Nick Clifton <nickc@redhat.com>
29
30 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
31 Mode parts of the x86 port.
32
33 2000-12-04 Andreas Jaeger <aj@suse.de>
34
35 * readelf.c (guess_is_rela): Add EM_X86_64.
36 (dump_relocations): Add EM_X86_64.
37 (get_machine_name): Add EM_X86_64.
38 Include "elf/x86-64.h".
39
40 2000-12-12 Nick Clifton <nickc@redhat.com>
41
42 * readelf.c: Fix formatting.
43
44 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
45
46 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
47
48 2000-12-07 Andrew Haley <aph@redhat.com>
49
50 * readelf.c (display_debug_frames): Only display columns that are
51 referenced by the frame debug info.
52
53 2000-12-05 Nick Clifton <nickc@redhat.com>
54
55 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
56
57 2000-12-04 Jason Merrill <jason@redhat.com>
58
59 * readelf.c (process_section_headers): Handle linkonce.wi sections.
60 (display_debug_section): Likewise.
61 (display_debug_info): Display CU header before bailing.
62
63 2000-12-01 Chris Demetriou <cgd@sibyte.com>
64
65 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
66 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
67 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
68
69 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
70 and E_MIPS_ARCH_64.
71
72 * readelf.c (get_machine_flags): Add case for
73 E_MIPS_MACH_SB1.
74
75 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
76
77 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
78
79 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
80
81 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
82 Change sourceware.cygnus.com to sources.redhat.com.
83 Fix typo for "amongst".
84
85 2000-11-28 Nick Clifton <nickc@redhat.com>
86
87 * strip.1 (COPYING): Mention that the GNU Free Documentation
88 License is present in the sources, but not the output, and
89 also available from the GNU website.
90 (GNU Free Documentation License): Comment out this section.
91 * strings.1: Ditto.
92 * size.1: Ditto.
93 * ranlib.1: Ditto.
94 * objdump.1: Ditto.
95 * objcopy.1: Ditto.
96 * nm.1: Ditto.
97 * nlmconv.1: Ditto.
98 * ar.1: Ditto.
99 * addr2line.1: Ditto.
100
101 2000-11-27 DJ Delorie <dj@redhat.com>
102
103 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
104 (parse_args): Support -wf option.
105 (process_section_headers): Ditto.
106 (debug_displays): Ditto.
107 (display_debug_frames): New, dump *_frame sections.
108 (frame_need_space): Support for above.
109 (frame_display_row): Ditto.
110 * binutils.texi: Document it.
111
112 2000-11-24 Nick Clifton <nickc@redhat.com>
113
114 * NEWS: Announce support for v5t, v5te and XScale.
115
116 2000-11-22 Nick Clifton <nickc@redhat.com>
117
118 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
119 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
120 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
121 (get_elf_section_flags: Add SHF_GROUP.
122 (process_section_headers): Adjust output for 32-bit binaries
123 to look nice on an 80 column terminal.
124
125 2000-11-20 H.J. Lu <hjl@gnu.org>
126
127 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
128 ELFOSABI_AIX.
129
130 2000-11-17 Richard Henderson <rth@redhat.com>
131
132 * readelf.c (display_debug_lines): Adjust last change to
133 use sizeof (external->li_length).
134
135 2000-11-17 Richard Henderson <rth@redhat.com>
136
137 * readelf.c (display_debug_lines): Fix section length check
138 and end_of_sequence computation.
139
140 2000-11-06 Nick Clifton <nickc@redhat.com>
141
142 * binutils.texi: Add GNU Free Documentation License.
143 * objcopy.1: Add GNU Free Documentation License.
144 * objdump.1: Add GNU Free Documentation License.
145 * addr2line.1: Add GNU Free Documentation License.
146 * ar.1: Add GNU Free Documentation License.
147 * nlmconv.1: Add GNU Free Documentation License.
148 * nm.1: Add GNU Free Documentation License.
149 * ranlib.1: Add GNU Free Documentation License.
150 * size.1: Add GNU Free Documentation License.
151 * strings.1: Add GNU Free Documentation License.
152 * strip.1: Add GNU Free Documentation License.
153
154 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
155
156 * objcopy.c (--srec-len=nn): New parameter to set the
157 maximum length of generated Srecords.
158 (--srec-forceS3): New parameter that restricts the generation of
159 Srecords to type S3 only.
160 * binutils.texi: Document new command line switches.
161 * objcopy.1: Docuemnt the new command line switches.
162 * NEWS: Announce the existence of the new command line switches.
163
164 2000-10-31 Nick Clifton <nickc@redhat.com>
165
166 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
167 code. Add Eric Chrisopher as maintainer of MN10300 port.
168
169 2000-10-12 Roger Sayle <roger@metaphorics.com>
170
171 * Make comma after string after icon/control optional.
172
173 2000-09-13 Anders Norlander <anorland@acc.umu.se>
174
175 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
176
177 * NEWS: Mention support for MIPS32.
178
179 2000-09-08 Nick Clifton <nickc@redhat.com>
180
181 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
182
183 2000-09-07 H.J. Lu <hjl@gnu.org>
184
185 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
186 * configure: Rebuild.
187
188 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
189
190 * configure: Rebuilt with new libtool.m4.
191
192 2000-09-05 Nick Clifton <nickc@redhat.com>
193
194 * aclocal.m4: Regenerate.
195 * config.in: Regenerate.
196 * configure: Regenerate.
197
198 2000-09-04 Todd Vierling <tv@wasabisystems.com>
199
200 * strip.1: Fix stray '\' in -o formatting.
201
202 2000-09-02 Nick Clifton <nickc@redhat.com>
203
204 * configure.in: Increase version number to 2.10.91.
205 * configure: Regenerate.
206 * aclocal.m4: Regenerate.
207 * config.in: Regenerate.
208 * po/binutils.pot: Regenerate.
209
210 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
211
212 * acinclude.m4: Include libtool and gettext macros from the
213 top level.
214 * aclocal.m4, configure: Rebuilt.
215
216 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
217
218 * resrc.c (close_input_stream): Delete extraneous logic
219
220 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
221
222 * NEWS: Mention support for CRIS.
223
224 2000-08-21 Nick Clifton <nickc@redhat.com>
225
226 * addr2line.c: Changed email address for Ulrich Lauther.
227
228 2000-08-17 Christopher C. Chimelis <chris@debian.org>
229
230 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
231
232 2000-08-17 Nick Clifton <nickc@redhat.com>
233
234 * readelf.c (display_debug_pubnames): Only issue warning
235 message once. Terminate message with a new line.
236 (display_debug_aranges): Only display version 2 debug info.
237
238 2000-08-14 Todd Vierling <tv@wasabisystems.com>
239
240 * objcopy.c (strip_main): Silently accept -d as an alias for -g
241 for compatability with old BSD systems.
242
243 2000-08-14 Jason Eckhardt <jle@cygnus.com>
244
245 * NEWS: Mention i860 support.
246
247 2000-08-11 Carlo Wood <carlo@alinoe.com>
248
249 * addr2line.c (main): Add const to char *.
250
251 2000-08-11 Geoff Keating <geoffk@cygnus.com>
252
253 * ar.c (main): Don't crash if called with no arguments
254 or only '-X32_64' as an argument.
255
256 2000-08-08 DJ Delorie <dj@redhat.com>
257
258 * resrc.c: use "gcc -xc" instead of -xc-header
259
260 2000-08-05 Jason Eckhardt <jle@cygnus.com>
261
262 * readelf.c (elf/i860.h): Include.
263 (dump_relocations): Add recognition of i860 architecture.
264 (guess_is_rela): Add recognition of i860 architecture.
265
266 2000-08-03 Nick Clifton <nickc@cygnus.com>
267
268 * MAINTAINERS: Add information about CGEN maintainers.
269
270 2000-07-26 Geoff Keating <geoffk@cygnus.com>
271
272 * nm.c (main): Ignore '-X32_64' as an option.
273 * ar.c (main): Likewise.
274 * binutils.texi (nm): Document new option.
275 (ar): Likewise.
276
277 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
278
279 * rdcoff.c (external_coff_symbol_p): K&R-ise.
280
281 2000-07-20 H.J. Lu <hjl@gnu.org>
282
283 * binutils/binutils.texi: Put back "@end table" deleted by
284 accident.
285
286 2000-07-05 Kenneth Block <krblock@computer.org>
287
288 * binutils/nm.c: Add optional style to demangle switch.
289 * binutils/objdump.c: Add optional style to demangle switch.
290 * binutils/addr2line.c: Add optional style to demangle switch.
291 * binutils/binutils.texi: Document optional style to demangle
292 switch.
293
294 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
295
296 * MAINTAINERS: Add self as CRIS port maintainer.
297 * readelf.c: Include elf/cris.h.
298 (guess_is_rela): Handle EM_CRIS.
299 (dump_relocations): Ditto.
300 (get_machine_name): Ditto.
301 * Makefile.am: Rebuild dependencies.
302 * Makefile.in: Regenerate.
303 * po/binutils.pot: Regenerate.
304
305 2000-07-19 H.J. Lu <hjl@gnu.org>
306
307 * readelf.c (get_dynamic_type): Change "AUXILARY" to
308 "AUXILIARY".
309 (process_dynamic_segment): Print out strings for DT_CONFIG,
310 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
311
312 2000-07-19 Mark Kettenis <kettenis@gnu.org>
313
314 * nm.c (usage): Change output of `nm --help' to include a
315 description of the purpose of the program and a detailed
316 description of the accepted options.
317
318 2000-07-19 H.J. Lu <hjl@gnu.org>
319
320 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
321 to DF_1_NODEFLIB.
322
323 2000-07-19 H.J. Lu <hjl@gnu.org>
324
325 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
326
327 2000-07-19 H.J. Lu <hjl@gnu.org>
328
329 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
330 DT_FEATURE.
331 (process_dynamic_segment): Likewise.
332
333 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
334 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
335 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
336 DF_1_NODUMP and DF_1_CONLFAT.
337
338 2000-07-18 Nick Clifton <nickc@cygnus.com>
339
340 * binutils.texi (readelf): Fix spelling typo.
341
342 2000-07-11 Mark Kettenis <kettenis@gnu.org>
343
344 * objdump.c (usage): Make output of `objdump --help' more
345 consistent with the rest of the GNU world. Add a line describing
346 the purpose of the program.
347
348 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
349
350 * stabs.c (parse_stab_range_type): Cast to proper type to fix
351 warning.
352
353 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
354
355 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
356 to fix warnings.
357 (process_symbol_table): Ditto.
358 (procesS_extended_line_op): Ditto.
359 (display_debug_lines): Ditto.
360 (display_debug_pubnames): Ditto.
361 (read_and_display_attr): Ditto.
362
363 2000-07-09 Nick Clifton <nickc@cygnus.com>
364
365 * MAINTAINERS: Add several more port specific maintainers.
366
367 2000-07-05 Nick Clifton <nickc@cygnus.com>
368
369 * MAINTAINERS: Add blanket write privs for Michael Meissner.
370
371 2000-06-05 DJ Delorie <dj@redhat.com>
372
373 * MAINTAINERS: New.
374
375 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
376
377 * dllwrap.c: Changed mistaken dyn_string_append() calls
378 to dyn_string_append_cstr().
379
380 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
381
382 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
383 struct debug_type stores size in bytes.
384
385 2000-07-01 Alan Modra <alan@linuxcare.com.au>
386
387 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
388 (CLEANFILES): Add DEPA.
389 * Makefile.in: Regenerate.
390
391 2000-06-27 Alan Modra <alan@linuxcare.com.au>
392
393 * ar.c: Revert incorrect 2000-06-25 patch.
394 * bucomm.c: Likewise.
395
396 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
397
398 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
399 (external_coff_symbol_p): New function.
400 (parse_coff): Use it.
401
402 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
403
404 * ar.c (normalize): Advance past both characters in a DOS based
405 <letter>: filepath prefix.
406 (main): Likewise.
407 * bucomm.c (make_tempname): Likewise.
408
409 2000-06-24 Nick Clifton <nickc@cygnus.com>
410
411 * objdump.c (usage): Fix description of --stabs switch.
412
413 2000-06-22 Alan Modra <alan@linuxcare.com.au>
414
415 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
416 find one.
417 * Makefile.in: Regenerate.
418
419 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
420
421 * ar.c (normalize): Correct pointer comparison when checking for
422 backslashes.
423 (main): Likewise.
424 * bucomm.c (make_tempname): Likewise.
425
426 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
427 and search for backslashes in the original pathname.
428 (ieee_add_bb11): Likewise.
429
430 2000-06-18 Nick Clifton <nickc@redhat.com>
431
432 * ar.c (print_contents): Improve verbose message.
433
434 2000-06-15 H.J. Lu <hjl@gnu.org>
435
436 * dyn-string.c: Removed. Not needed with dyn-string.c in
437 libiberty.
438 * dyn-string.h: Likewise.
439
440 * Makefile.am: Remove references to dyn-string.c and
441 dyn-string.h. Rebuild dependency.
442 * Makefile.in: Rebuild.
443
444 2000-06-15 H.J. Lu <hjl@gnu.org>
445
446 * binutils.texi: Put a warning on copying relocatable object
447 files between two different formats.
448
449 2000-06-13 DJ Delorie <dj@cygnus.com>
450
451 * rcparse.y (control): ICON controls take an id as the first
452 parameter, not an optional string. Also, call new convenience
453 function that takes res_id's.
454 * resrc.c (define_control): missing text means zero-length string,
455 not zero ID.
456 (define_icon_control): New.
457 * windres.h: declare define_icon_control.
458
459 2000-06-13 H.J. Lu <hjl@gnu.org>
460
461 * configure: Regenerate.
462
463 2000-06-08 David O'Brien <obrien@FreeBSD.org>
464
465 * configure.in (VERSION): Update to show this is the CVS mainline.
466
467 2000-06-02 David O'Brien <obrien@FreeBSD.org>
468
469 * strings.c (isgraphic): Interpret <TAB> as a printable character,
470 analogous to <SPACE>.
471
472 2000-05-30 Alan Modra <alan@linuxcare.com.au>
473
474 * objdump.c (display_target_list): Use bfd_close_all_done, not
475 bfd_close to fix crash caused by 2000-05-24 change.
476
477 2000-05-25 DJ Delorie <dj@cygnus.com>
478
479 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
480
481 2000-05-26 Alan Modra <alan@linuxcare.com.au>
482
483 * Makefile.am: Update dependencies with "make dep-am"
484 * Makefile.in: Regenerate.
485
486 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
487
488 * ar.c: Include filenames.h.
489 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
490 and drive letters in file names.
491 (main): Support backslashes and drive letters in argv[0]. Drop
492 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
493 FILENAME_CMP instead of strcmp to compare file names.
494 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
495 DJGPP v2.
496 (do_quick_append) [__GO32__]: Ditto.
497 (get_pos_bfd, delete_members, move_members, replace_members):
498 Compare file names with FILENAME_CMP.
499
500 * bucomm.c: Include filenames.h.
501 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
502 forward/backward slashes and drive letters in file names.
503
504 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
505 mixed forward/backward slashes and drive letters in file names.
506
507 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
508 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
509 mode.
510
511 * objcopy.c: Include filenames.h.
512 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
513 before comparing to "strip".
514 Use FILENAME_CMP to compare file names.
515
516 * arsup.c: Include filenames.h.
517 (map_over_list, ar_delete, ar_replace, ar_extract): Use
518 FILENAME_CMP to compare file names.
519 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
520 the temporary file name.
521
522 * configure.in: Check for setmode.
523 * configure: Regenerate.
524
525 2000-05-24 Alan Modra <alan@linuxcare.com.au>
526
527 * objdump.c (display_target_list): Close the bfd.
528 (display_info_table): Likewise.
529
530 2000-05-14 H.J. Lu (hjl@gnu.org)
531
532 * objcopy.c (filter_symbols): Don't strip global symbols in
533 relocatable object files.
534
535 2000-05-14 Alan Modra <alan@linuxcare.com.au>
536
537 * size.c (usage): Associate short options with corresponding long
538 option to give a clue as to their function.
539
540 2000-05-14 Philippe De Muyter <phdm@macqel.be>
541
542 * size.c (main): Accept and ignore `-f' option.
543
544 2000-05-13 Alan Modra <alan@linuxcare.com.au>
545
546 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
547 bindtextdomain): Replace defines with those from intl/libgettext.h
548 to quieten gcc warnings.
549
550 2000-05-12 H.J. Lu <hjl@gnu.org>
551
552 * nlmconv.c (temp_filename): Removed.
553
554 * nlmconv.c (link_inputs): Use make_temp_file () instead of
555 choose_temp_base ().
556 * objdump.c (display_target_list): Likewise.
557 (display_info_table): Likewise.
558
559 2000-05-08 Alan Modra <alan@linuxcare.com.au>
560
561 * objcopy.c (setup_section): Add const and gettext calls for err.
562
563 2000-05-02 H.J. Lu <hjl@gnu.org>
564
565 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
566 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
567 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
568 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
569 and ELFOSABI_OPENBSD.
570
571 2000-05-02 Kazu Hirata <kazu@hxi.com>
572
573 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
574 * srconv.c: Likewise.
575 * sysdump.c: Likewise.
576
577 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
578
579 * readelf.c (guess_is_rela): AVR uses RELA relocations.
580 (get_machine_name): machine name for EM_AVR added.
581
582 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
583 David Mosberger <davidm@hpl.hp.com>
584
585 * Makefile.am (readelf.o): Add elf/ia64.h.
586 * Makefile.in: Rebuild.
587 * readelf.c: Include elf/ia64.h.
588 (guess_is_rela, dump_relocations): Handle EM_IA_64.
589
590 2000-04-17 Timothy Wall <twall@cygnus.com>
591
592 * objdump.c (disassemble_data): Set octets per byte *after*
593 resolving arch/mach for binary files.
594
595 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
596
597 * arlex.l: Add directives to increase lex buffer size.
598
599 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
600 already included by bucomm.h.
601
602 2000-04-10 Philippe De Muyter <phdm@macqel.be>
603
604 * readelf (dynamic_segment_mips_val): Call `sprintf', not
605 `strftime' since strftime is not available on all systems.
606 (process_mips_specific): Ditto.
607
608 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
609
610 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
611 --enable-build-warnings option.
612 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
613 * Makefile.in, configure: Re-generate.
614
615 2000-04-06 Alan Modra <alan@linuxcare.com.au>
616
617 * addr2line.c: Update copyright.
618 * objcopy.1: Likewise, and title.
619 * strings.1: Likewise.
620
621 * version.c (print_version): Add 2000.
622
623 * rddbg.c (read_section_stabs_debugging_info): Don't use
624 bfd_size_type for strx to avoid printf problems if BFD64.
625
626 * bucomm.c: (report): Remove `static'.
627 Move inclusion of stdarg.h/vararg.h from here.
628 * bucomm.h: To here.
629 (CONST): Change all occurences to const.
630 (report): Declare it.
631 (bfd_fatal): Add ATTRIBUTE_NORETURN.
632 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
633 (non_fatal): Add ATTRIBUTE_PRINTF_1.
634
635 * ar.c (main): Use fatal or non_fatal instead of fprintf.
636 Correct a typo in an error message.
637 (do_quick_append): Use non_fatal instead of fprintf.
638 (move_members): Use fatal instead of fprintf, exit.
639 * coffdump.c (main): Same here.
640
641 * dlltool.c (display): Delete.
642 (warn): Delete.
643 (inform): Use `report' instead of `display'.
644 (rvaafter): Remove trailing \n from fatal error msg.
645 (rvabefore): Ditto.
646 (asm_prefix): Ditto.
647 (yyerror): Replace `warn' with `non_fatal', and remove \n.
648 (def_name): Likewise.
649 (run): Likewise.
650 (scan_all_symbols): Likewise.
651 (gen_lib_file): Likewise.
652 (def_library): Likewise. Remove extra program_name too.
653 (run): Remove \n from inform strings.
654 (scan_drectve_symbols): Likewise.
655 (add_excludes): Likewise.
656 (scan_open_obj_file): Likewise.
657 (gen_exp_file): Likewise.
658 (gen_lib_file): Likewise.
659 (process_duplicates): Likewise.
660
661 * Makefile.am (dllwrap_SOURCES): Add version.c.
662 * dllwrap.c (program_version): Delete.
663 (print_version): Delete.
664 (display): Always print trailing \n.
665 (warn): New.
666 (delete_temp_files): Use warn instead of fprintf. Use gettext.
667 (run): Here too.
668 (main): And here.
669 (usage): gettext'ify.
670 (long_options): Add missing initialisers.
671
672 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
673 (select_output_format): Likewise.
674 (powerpc_mangle_relocs): Likewise.
675 (link_inputs): Likewise.
676
677 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
678 (set_output_format): Likewise.
679 (main): Use non_fatal instead of fprintf.
680 (display_rel_file): Likewise.
681
682 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
683 (slurp_dynamic_symtab): Same here.
684 (disassemble_data): And here.
685 (read_section_stabs): And here.
686 (read_section_stabs): And here.
687 (dump_bfd): And here.
688 (main): And here.
689 (objdump_sprintf): Use fatal instead of fprintf, exit.
690 (disassemble_data): Same here.
691
692 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
693 (parse_coff_struct_type): Same here.
694 (parse_coff_enum_type): And here.
695 (parse_coff): And here.
696 * rddbg.c (read_debugging_info): And here.
697 * size.c (main): And here.
698 * windres.c (format_from_name): And here.
699 * wrstabs.c (stab_write_symbol): Here too.
700 (write_stabs_in_sections_debugging_info): And here.
701 (stab_int_type): And here.
702 (stab_struct_field): And here.
703 (stab_typdef): And here.
704
705 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
706 * srconv.c (main): Same here.
707 * strings.c (main): And here.
708 (integer_arg): And here.
709 * sysdump.c (main): And here.
710
711 2000-04-06 Timothy Wall <twall@cygnus.com>
712
713 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
714
715 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
716
717 * readelf.c (decode_location_expression): Loop through multiple
718 operations.
719 (read_and_display_attr): Pass in length.
720
721 * readelf.c (read_and_display_attr): Add CU offset to references.
722 (display_debug_info): Pass it in.
723
724 2000-04-06 Nick Clifton <nickc@cygnus.com>
725
726 * readelf.c (decode_ARM_machine_flags): New function.
727 (get_machine_flags): Call decode_ARM_machine_flags for ARM
728 targets.
729
730 (get_machine_name): Catch EM_AVR
731
732 2000-04-05 Alan Modra <alan@linuxcare.com.au>
733
734 * binutils.texi: Remove optional `=' from long options that have
735 an `=' in the argument.
736 * objcopy.1: Here too. Remove extra space on discard-all.
737
738 * binutils.texi (objcopy): Mention --redefine-sym.
739 * objcopy.1: Here too.
740 * NEWS: And here.
741
742 * objcopy.c (parse_flags): Split off flag names from error message
743 gettext as they are not translated.
744 (copy_main): Similarly split off option name for --add-section,
745 --set-section-flags, --change-section-vma, --change-section-lma
746 error messages.
747 Some white space changes.
748
749 from Matthew Benjamin <matt@linuxbox.nu>
750 * objcopy.c (struct redefine_node): New.
751 (redefine_sym_list): New.
752 (redefine_list_append): New.
753 (lookup_sym_redefinition): New.
754 (OPTION_REDEFINE_SYM): New.
755 (copy_options): Add --redefine-sym option.
756 (copy_usage): Mention it.
757 (filter_symbols): Rename symbols on redefine_sym_list.
758 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
759 (copy_main): Handle OPTION_REDEFINE_SYM.
760
761 2000-04-04 H.J. Lu <hjl@gnu.org>
762
763 * readelf.c (process_symbol_table): Correctly read in symbol
764 versioning information.
765
766 2000-04-04 Alan Modra <alan@linuxcare.com.au>
767
768 * po/binutils.pot: Regenerate.
769
770 * addr2line.c (usage): Restore translated part of bug string.
771 * ar.c (usage): Likewise.
772 * nlmconv.c (show_usage): Likewise.
773 * nm.c (usage): Likewise.
774 * objcopy.c (copy_usage): Likewise.
775 (strip_usage): Likewise.
776 * objdump.c (usage): Likewise.
777 * readelf.c (usage): Likewise.
778 * size.c (usage): Likewise.
779 * strings.c (usage): Likewise.
780 * windres.c (usage): Likewise.
781
782 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
783 (DEP): Quote when passing vars to sub-make. Add warning
784 message to end.
785 (DEP1): Rewrite for "gcc -MM".
786 (CLEANFILES): Add DEP2.
787 Update dependencies.
788 * Makefile.in: Regenerate.
789
790 2000-04-04 H.J. Lu <hjl@gnu.org>
791
792 * Makefile.am (GENERATED_HFILES): Add rcparse.h
793 (arparse.h): Depend on arparse.c
794 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
795
796 2000-04-03 H.J. Lu (hjl@gnu.org)
797
798 * size.c (usage): Use REPORT_BUGS_TO.
799
800 2000-04-03 Alan Modra <alan@linuxcare.com.au>
801
802 * bucomm.h: #include "bin-bugs.h"
803 * addr2line.c (usage): Use REPORT_BUGS_TO.
804 * ar.c (usage): Likewise.
805 * nlmconv.c (show_usage): Likewise.
806 * nm.c (usage): Likewise.
807 (OPTION_TARGET): Define.
808 (long_options): Use OPTION_TARGET rather than 200.
809 (main): Likewise.
810
811 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
812 (strip_usage): Likewise.
813 * objdump.c (usage): Likewise.
814 * readelf.c (usage): Likewise.
815 * strings.c (usage): Likewise.
816 * windres.c (usage): Likewise.
817
818 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
819
820 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
821
822 2000-03-27 Nick Clifton <nickc@cygnus.com>
823
824 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
825 string offsets in corrupt stabs entries.
826
827 2000-03-27 Alan Modra <alan@linuxcare.com.au>
828
829 * readelf.c: Include elf/avr.h
830 (dump_relocations): Add EM_AVR case.
831
832 2000-03-09 Tim Waugh <twaugh@redhat.com>
833
834 * strings.1: Correct '-bytes' to '--bytes'.
835
836 2000-03-08 H.J. Lu <hjl@gnu.org>
837
838 * Makefile.am (install-exec-local): Depend on
839 install-binPROGRAMS for parallel make.
840 * Makefile.in: Regenerated.
841
842 2000-02-27 Ian Lance Taylor <ian@zembu.com>
843
844 From Brad Lucier <lucier@math.purdue.edu>:
845 * readelf.c (process_dynamic_segment): Add cast to make sure
846 argument to %* is int.
847
848 2000-02-25 H.J. Lu <hjl@gnu.org>
849
850 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
851
852 2000-02-24 Nick Clifton <nickc@cygnus.com>
853
854 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
855 * configure: Regenerate.
856
857 * dlltoolc.: Add support for sh-pe and mips-pe targets.
858 * rescoff.c: Add support for sh-pe and mips-pe targets.
859
860 2000-02-23 H.J. Lu <hjl@gnu.org>
861
862 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
863
864 2000-02-22 Nick Clifton <nickc@cygnus.com>
865
866 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
867
868 2000-02-22 Ian Lance Taylor <ian@zembu.com>
869
870 From Brad Lucier <lucier@math.purdue.edu>:
871 * readelf.c (process_version_sections): Add casts to make sure
872 argument to %* is an int.
873 (process_mips_specific): Add casts to make printf arguments match
874 format.
875
876 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
877
878 * objdump.c (dump_section_header): Change `opb' to unsigned.
879 (find_symbol_for_address): Same here.
880 (disassemble_data): And here. Change `addr_offset',
881 `stop_offset', `nextstop_offset' to unsigned long.
882 (dump_data): Change opb to unsigned.
883
884 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
885
886 * resrc.c: Remove unmatched #if for cygwin.
887
888 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
889
890 * binutils.texi: Document the change of flavor name from atpcs-special
891 to special-atpcs to prevent name conflict in gdb.
892
893 2000-02-08 Timothy Wall <twall@redhat.com>
894
895 * objdump.c (show_line): Fix bug preventing printing of the very
896 first line (line zero) of a file when interlisting source and
897 assembly. Added option to print entire context from start of file
898 when the first line from that file is encountered.
899
900 2000-02-03 Timothy Wall <twall@redhat.com>
901
902 * binutils/objdump.c (dump_section_header, find_symbol_for_address,
903 show_line, disassemble_bytes, disassemble_data, dump_data):
904 distinguish between octets and bytes.
905
906 2000-01-27 Thomas de Lellis <tdel@windriver.com>
907
908 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
909 check to unresolved symbols.
910 (print_symbol_info_sysv): Ditto.
911 (print_symbol_info_posix): Ditto.
912
913 * binutils.texi: Document new 'V' symclass flag for nm.
914
915 2000-01-27 Nick Clifton <nickc@redhat.com>
916
917 * binutils.texi (objdump): Document new ARM specific
918 disassembler options.
919
920 * objdump.c (usage): Call disassembler_usage().
921
922 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
923
924 * readelf.c (get_dynamic_flags): Return buff.
925 (process_dynamic_segment): Don't pass error strings to printf
926 as format arg.
927 (read_and_display_attr): Use lx and ld to print longs.
928 (process_corefile_note_segment): Cast bfd_vma to unsigned long
929 before printing.
930 Update copyright.
931
932 2000-01-17 Nick Clifton <nickc@cygnus.com>
933
934 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
935
936 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
937
938 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
939 false.
940 (debug_tag_type): Here too.
941 * ieee.c (ieee_builtin_type): And here.
942 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
943
944 2000-01-13 Nick Clifton <nickc@cygnus.com>
945
946 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
947 System/370".
948
949 2000-01-11 Nick Clifton <nickc@cygnus.com>
950
951 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
952
953 2000-01-10 Nick Clifton <nickc@cygnus.com>
954
955 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
956
957 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
958
959 * windres.c (long_options): Add --use-temp-file and
960 --no-use-temp-file options.
961 (usage): Document.
962 (main): Handle.
963
964 * windres.h: Update read_rc_file prototype.
965
966 * resrc.c (cpp_temp_file): New static variable.
967 (istream_type): New static variable.
968 (close_pipe): Delete function.
969 (run_cmd): New static function.
970 (open_input_stream): New static function.
971 (close_input_stream): New static function.
972 (look_for_default): Handle DOS directory separator. Use
973 open_input_stream instead of popen.
974 (read_rc_file): Likewise.
975
976 * binutils.texi: Document --use-temp-file, --no-use-temp-file
977 options.
978
979 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
980
981 * dlltool.c (create_compat_implib): New variable.
982 (gen_exp_file): Use.
983 (make_one_lib_file): Use.
984 (long_options): Add --compat-implib option.
985 (usage): Handle.
986 (main): Handle.
987
988 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
989 (main): Use. Don't look for "32" in cygwin and mingw target names.
990
991 2000-01-03 Nick Clifton <nickc@cygnus.com>
992
993 * binutils.texi: Document new, ARM specific disassembler
994 command line switch "-M force-thumb".For older changes see ChangeLog-9697
995
996 For older changes see ChangeLog-9899
997 \f
998 Local Variables:
999 mode: change-log
1000 left-margin: 8
1001 fill-column: 74
1002 version-control: never
1003 End:
This page took 0.051887 seconds and 5 git commands to generate.