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