38630f96624e28a8b3971d679b816c456c28dcee
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2
3 * configure.in: Added --with-windres option.
4 * configure: Regenerated.
5
6 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7
8 * doc/binutils.texi: Use @command{name} for commands;
9 use @option{-opt} for options; use @table @env for list of options;
10 remove spaces arround [ | ] in synopsis.
11
12 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
13 center title.
14
15 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
16
17 * objcopy.c: Fix formatting.
18 (section_rename): New structure.
19 (OPTION_RENAME_SECTION): New switch.
20 (copy_usage): Document new switch.
21 (add_section_rename): New function: Add a node to the section
22 rename list.
23 (find_section_rename): New function: Find the new name and
24 flags for a section.
25 (setup_section): Call find_section_name to determine the name
26 of the output section.
27 (copy_main): Handle OPTION_RENAME_SECTION.
28 * binutils.texi: Document new switch.
29 * NEWS: Mention new switch.
30
31 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
32
33 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
34 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
35 bug-binutils@gcc.org.
36
37 2001-07-28 Matthias Kramm <kramm@quiss.org>
38
39 * bucomm.c (list_supported_architectures): New function.
40 * bucomm.h (list_supported_architectures): Declare.
41 * objdump.c (usage): Call the above.
42
43 2001-07-25 Dave Brolley <brolley@redhat.com>
44
45 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
46 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
47
48 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
49
50 * README: Update for 2.11. Change bug reporting email address.
51 * MAINTAINERS: Tidy up. Change bug reporting email address.
52
53 2001-07-16 DJ Delorie <dj@redhat.com>
54
55 * resres.c (write_res_header): Align header size.
56 (res_align_file): Calculate alignment correctly.
57
58 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
59 correct 10).
60 * resrc.c (write_rc_resource): Likewise.
61 * windres.h (SUBLANG_SHIFT): Define - as 10.
62
63 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
64
65 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
66
67 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
68
69 * MAINTAINERS: Add notes about branch checkins.
70
71 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
72
73 * readelf.c (display_debug_macinfo): New function, display
74 .debug_macinfo section.
75 (do_debug_macinfo): New variable.
76 (parse_args): Handle "-w[mM]" to mean display macro info.
77 (process_section_headers): Handle debug_macinfo.
78 (debug_displays): Replace unsupported function with macinfo
79 function for .debug_macinfo display.
80 * doc/binutils.texi: Document new command line switch.
81 * NEWS: Document new feature of readelf.
82
83 2001-07-05 H.J. Lu <hjl@gnu.org>
84
85 * objcopy.c (filter_symbols): Don't turn undefined symbols
86 into local.
87
88 2001-07-03 H.J. Lu <hjl@gnu.org>
89
90 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
91 $@.pod.
92 (ar.1): Likewise.
93 (dlltool.1): Likewise.
94 (nlmconv.1): Likewise.
95 (nm.1): Likewise.
96 (objcopy.1): Likewise.
97 (objdump.1): Likewise.
98 (ranlib.1): Likewise.
99 (readelf.1): Likewise.
100 (size.1): Likewise.
101 (strings.1): Likewise.
102 (strip.1): Likewise.
103 (windres.1): Likewise.
104 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
105 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
106 $(DEMANGLER_NAME).
107 (as.1): Removed.
108 * doc/Makefile.in: Regenerated.
109
110 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
111
112 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
113
114 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
115
116 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
117
118 2001-06-29 James Cownie <jcownie@etnus.com>
119
120 * readelf.c: Support DWARF 2.1 attributes.
121
122 2001-06-28 Alan Modra <amodra@bigpond.net.au>
123
124 * readelf.c (GET_DATA_ALLOC): Remove.
125 (GET_DATA): Remove.
126 (get_data): New function combining above macros, with an extra
127 test for zero size.
128 (slurp_rela_relocs): Use get_data, and catch error return.
129 (slurp_rel_relocs): Likewise.
130 (get_32bit_program_headers): Likewise.
131 (get_64bit_program_headers): Likewise.
132 (get_32bit_section_headers): Likewise.
133 (get_64bit_section_headers): Likewise.
134 (get_32bit_elf_symbols): Likewise.
135 (get_64bit_elf_symbols): Likewise.
136 (process_section_headers): Likewise.
137 (process_relocs): Likewise.
138 (slurp_ia64_unwind_table): Likewise.
139 (process_unwind): Likewise.
140 (get_32bit_dynamic_segment): Likewise.
141 (get_64bit_dynamic_segment): Likewise.
142 (process_dynamic_segment): Likewise.
143 (process_version_sections): Likewise.
144 (process_symbol_table): Likewise.
145 (dump_section): Likewise.
146 (display_debug_info): Likewise.
147 (display_debug_section): Likewise.
148 (process_section_contents): Likewise.
149 (process_corefile_note_segment): Likewise.
150 (process_mips_specific): Likewise. Also free econf32, econf64.
151
152 2001-06-25 Alan Modra <amodra@bigpond.net.au>
153
154 * readelf.c (dump_relocations): Print "bad symbol index" if
155 symtab == NULL with non-zero symtab_index.
156 (process_relocs): Don't bomb if reloc section has no symsec.
157
158 2001-06-24 H.J. Lu <hjl@gnu.org>
159
160 * objcopy.c (strip_main): Revert the change made on 2001-05-30
161 by accident.
162 (copy_main): Apply the the change made to strip_main on
163 2001-05-30 by accident.
164
165 2001-06-23 Andreas Jaeger <aj@suse.de>
166
167 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
168 parameter 'code'.
169 (unw_decode_x2): Likewise.
170 (unw_decode_x3): Likewise.
171 (unw_decode_x4): Likewise.
172
173 2001-06-23 Ben Elliston <bje@redhat.com>
174
175 * MAINTAINERS: Add myself as M88k maintainer.
176
177 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
178
179 * objcopy.c (strip_main): Support -o or --output-file command lien
180 switch.
181
182 2001-06-19 H.J. Lu <hjl@gnu.org>
183
184 * doc/Makefile.in: Regenerated.
185
186 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
187
188 * readelf.c: Restore formatting.
189
190 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
191
192 * Makefile.am: Move documentation into doc subdirectory.
193 * Makefile.in: Regenerated.
194 * binutils.texi: Move into doc subdirectory.
195 * addr2line.1: Removed.
196 * ar.1: Likewise.
197 * dlltool.1: Likewise.
198 * nlmconv.1: Likewise.
199 * nm.1: Likewise.
200 * objcopy.1: Likewise.
201 * objdump.1: Likewise.
202 * ranlib.1: Likewise.
203 * readelf.1: Likewise.
204 * size.1: Likewise.
205 * strings.1: Likewise.
206 * strip.1: Likewise.
207 * windres.1: Likewise.
208 * cxxfilt.man: Likewise.
209 * doc: New Directory.
210 * doc/Makefile.am: New file.
211 * doc/Makefile.in: Generate.
212
213 2001-06-09 Alan Modra <amodra@bigpond.net.au>
214
215 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
216
217 2001-06-01 Alan Modra <amodra@bigpond.net.au>
218
219 * MAINTAINERS: Update my email address.
220
221 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
222
223 * objcopy.c: Add new switches: --keep-global-symbol,
224 --keep-symbols, --localize-symbols, --keep-global-symbols and
225 --weaken-symbols.
226 * binutils.texi: Document new switches.
227 * objcopy.1: Regenerate.
228 * NEWS: Announce new feature.
229
230 2001-05-28 Andreas Jaeger <aj@suse.de>
231
232 * readelf.c (display_debug_frames): Fix warnings: Remove unused
233 variables, fix format strings.
234
235 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
236
237 * objdump.c (disassemble_bytes): Remove section VMA adjustment
238 when computing the address of the line to show.
239
240 2001-05-16 Richard Henderson <rth@redhat.com>
241
242 * readelf.c (do_debug_frames_interp): New.
243 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
244 (byte_get_big_endian): Likewise.
245 (parse_args) ['F']: Set do_debug_frames_interp.
246 (Frame_Chunk): Make data_factor signed, add fde_encoding.
247 (frame_display_row): Don't trunc pc_begin to int.
248 (size_of_encoded_value): New.
249 (display_debug_frames): Handle 64-bit targets. Print raw data
250 unless do_debug_frames_interp.
251 (debug_displays): Remove duplicate .debug_frame.
252
253 2001-05-15 Ralf Baechle <ralf@gnu.org>
254
255 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
256 The former constant was never in active use and is used otherwise
257 by the ABI.
258
259 2001-05-11 Jakub Jelinek <jakub@redhat.com>
260
261 * readelf.c (process_unwind): Print all unwind sections, not just
262 one.
263
264 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
265
266 * readelf.c (process_unwind): Remove const specifier.
267
268 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
269
270 * strings.c (isgraphic): Do not use isascii() unless it is needed
271 for isprint() to work.
272 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
273
274 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
275
276 * NEWS: Announce support for OpenRISC.
277
278 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
279
280 * dlltool.c (do_default_excludes): Initialise to true.
281
282 2001-04-10 Alan Modra <amodra@one.net.au>
283
284 * MAINTAINERS: Update my email address
285 * nm.c (print_symbol_info_bsd): Use a simple printf string.
286
287 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
288
289 * readelf.c (display_debug_lines): Fix typo for "Prologue".
290
291 2001-03-30 H.J. Lu <hjl@gnu.org>
292
293 * readelf.c (process_unwind): Just return if do_unwind is 0.
294
295 2001-03-28 Roger Sayle <roger@metaphorics.com>
296
297 * dlltool.c (make_one_lib_file): Fix section flags for
298 .text, .data and .bss in stub ds*.o files to match those
299 generated by gas.
300
301 2001-03-29 H.J. Lu <hjl@gnu.org>
302
303 * readelf.c (process_unwind): Only do unwind sections for
304 IA64.
305
306 2001-03-28 H.J. Lu <hjl@gnu.org>
307
308 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
309 * Makefile.in: Regenerate.
310
311 2001-03-26 Andreas Jaeger <aj@suse.de>
312
313 * binutils.texi (nm): Fix texi syntax.
314
315 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
316
317 * binutils.texi: Put @c man begin and @c man end indications
318 to generate man pages using texi2pod and pod2man. Put @c man title
319 to identify each man. Add SEEALSO entries.
320 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
321 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
322 sort the list.
323 (*.1): Build the man pages from binutils.texi.
324 * Makefile.in: Regenerate.
325
326 2001-03-13 Eric Kohl <ekohl@rz-online.de>
327
328 * defparse.y (opt_equal_name): allow "." in name.
329 * dlltool.c (def_exports): Added ability to generate forwarded exports.
330 (gen_exp_file): Likewise.
331
332 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
333
334 * NEWS: Document addition of -B switch to objcopy.
335 * binutils.texi: Document addition of -B switch to objcopy.
336 * objcopy.c: (copy_options): Add --binary-architecture.
337 (copy_usage): Document -B/--binary-architecture.
338 (copy_main): Support -B/--binary-architecture. Set
339 bfd_external_binary_architecture.
340
341 2001-03-11 Andreas Jaeger <aj@suse.de>
342
343 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
344 (dump_relocations): Likewise.
345 (get_machine_name): Likewise.
346
347 2001-02-28 Nick Clifton <nickc@redhat.com>
348
349 * readelf.c: (struct unw_aux_info): Remove const modifier for
350 'strtab' field.
351 (process_unwind): Remove non-K&R compliant LHS type cast in call
352 to GET_DATA_ALLOC macro.
353
354 2001-02-28 Philip Blundell <pb@futuretv.com>
355
356 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
357 ABI is in use; remove ambiguity between the "unknown" EABI and
358 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
359 renamed EF_xx constants.
360
361 2001-02-27 Alan Modra <alan@linuxcare.com.au>
362
363 * configure.in (BFD_VERSION): New.
364 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
365 * configure: Regenerate.
366 * Makefile.am: Run "make dep-am"
367 * Makefile.in: Regenerate.
368
369 2001-02-14 Nick Clifton <nickc@redhat.com>
370
371 * MAINTAINERS: Add "Obvious Fix" rule.
372
373 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
374
375 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
376 literal concatenation.
377
378 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
379
380 * readelf.c (struct unw_aux_info): Remove const from the info member.
381 (process_unwind): Don't type-cast the third argument to the
382 GET_DATA_ALLOC macro.
383
384 2001-02-11 Nick Clifton <nickc@redhat.com>
385
386 * readelf.c (dump_relocations): Free corrected allocated
387 array.
388 (process_unwind): Fix compile time warning.
389
390 2001-02-10 Nick Clifton <nickc@redhat.com>
391
392 * binutils.texi: Document new --unwind option to readelf.
393
394 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
395
396 * readelf.c: Add linux target for S/390.
397
398 2001-02-10 Alan Modra <alan@linuxcare.com.au>
399
400 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
401 printf is a macro.
402
403 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
404
405 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
406 * aclocal.m4: Regenerate.
407 * configure: Regenerate.
408
409 2001-02-07 Todd Vierling <tv@wasabisystems.com>
410
411 * bucomm.c (bfd_target_vector): Change extern array to pointer.
412 * objdump.c (bfd_target_vector): Likewise.
413
414 2001-02-07 David Mosberger <davidm@hpl.hp.com>
415
416 * readelf.c (process_unwind): New function.
417 (slurp_ia64_unwind_table): Ditto.
418 (dump_ia64_unwind): Ditto.
419 (find_symbol_for_address): Ditto.
420 (slurp_rela_relocs): New function (split off from dump_relocations()).
421 (slurp_rel_relocs): Ditto.
422 (parse_args): Handle '-u' option.
423
424 * unwind-ia64.c: New file.
425 * unwind-ia64.h: New file.
426 * Makefile.am: Include unwind-ia64.c in readelf build.
427 * Makefile.in: Regenerate.
428 * po/binutils.pot: Regenerate.
429
430 2001-02-04 Philip Blundell <philb@gnu.org>
431
432 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
433 * configure: Regenerate.
434
435 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
436
437 * ieee.c (ieee_add_bb11): Don't check for backslashes
438 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
439
440 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
441
442 * ieee.c: Update copyright.
443 (ieee_start_compilation_unit): Don't check for backslashes
444 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
445
446 * stabs.c: Update copyright. Include "filenames.h".
447 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
448
449 2001-01-23 Jakub Jelinek <jakub@redhat.com>
450
451 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
452 sections are present before using them. Remove code duplication.
453 (process_symbol_table): Check if VERDEF or VERNEED sections are
454 present before using them.
455
456 2001-01-17 Nick Clifton <nickc@redhat.com>
457
458 * objcopy.c (copy_object): Fail if attempting to convert the
459 endianness of the input object file.
460
461 * binutils.texi: Explain that objcopy cannot convert endianness.
462
463 2001-01-16 Nick Clifton <nickc@redhat.com>
464
465 * readelf.c (string_table_length): New variable.
466 (SECTION_NAME): Catch out of range indices and missing section
467 pointers.
468 (process_section_headers): Delete useless local variable
469 string_table_offset. Set the value of string_table_length
470 after loading the string table.
471 (process_mips_specific): Use SECTION_NAME macro.
472 (process_file): Set string_table_length to 0 when it is freed.
473
474 2001-01-12 Nick Clifton <nickc@redhat.com>
475
476 * version.c (print_version): Update copyright date.
477
478 2001-01-11 Peter Targett <peter.targett@arccores.com>
479
480 * readelf.c (dump_relocations): Include selection with EM_ARC.
481 (get_machine_name) Update name to "ARC".
482
483 2001-01-09 Nick Clifton <nickc@redhat.com>
484
485 * Makefile.am: Add rule to build objdump.o from objdump.c and
486 using OBJDUMP_DEFS.
487 * Makefile.in: Regenerate.
488
489 * configure.in: Define OBJDUMP_DEFS. Default to empty.
490 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
491 -DDISASSEMBLER_NEEDS_RELOCS.
492 * configure: Regenerate.
493
494 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
495 is defined read in the relocs even if dump_reloc_info is
496 false.
497
498 2001-01-07 Philip Blundell <philb@gnu.org>
499
500 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
501 `bug-binutils'.
502 * README: Likewise.
503
504 2000-12-19 Nick Clifton <nickc@redhat.com>
505
506 * dlltool.c: Add missing support for arm-epoc-pe.
507 * configure.in: Add missing support for arm-epoc-pe.
508 * configure: Regenerate.
509
510 2000-12-15 Nick Clifton <nickc@redhat.com>
511
512 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
513 Mode parts of the x86 port.
514
515 2000-12-04 Andreas Jaeger <aj@suse.de>
516
517 * readelf.c (guess_is_rela): Add EM_X86_64.
518 (dump_relocations): Add EM_X86_64.
519 (get_machine_name): Add EM_X86_64.
520 Include "elf/x86-64.h".
521
522 2000-12-12 Nick Clifton <nickc@redhat.com>
523
524 * readelf.c: Fix formatting.
525
526 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
527
528 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
529
530 2000-12-07 Andrew Haley <aph@redhat.com>
531
532 * readelf.c (display_debug_frames): Only display columns that are
533 referenced by the frame debug info.
534
535 2000-12-05 Nick Clifton <nickc@redhat.com>
536
537 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
538
539 2000-12-04 Jason Merrill <jason@redhat.com>
540
541 * readelf.c (process_section_headers): Handle linkonce.wi sections.
542 (display_debug_section): Likewise.
543 (display_debug_info): Display CU header before bailing.
544
545 2000-12-01 Chris Demetriou <cgd@sibyte.com>
546
547 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
548 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
549 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
550
551 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
552 and E_MIPS_ARCH_64.
553
554 * readelf.c (get_machine_flags): Add case for
555 E_MIPS_MACH_SB1.
556
557 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
558
559 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
560
561 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
562
563 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
564 Change sourceware.cygnus.com to sources.redhat.com.
565 Fix typo for "amongst".
566
567 2000-11-28 Nick Clifton <nickc@redhat.com>
568
569 * strip.1 (COPYING): Mention that the GNU Free Documentation
570 License is present in the sources, but not the output, and
571 also available from the GNU website.
572 (GNU Free Documentation License): Comment out this section.
573 * strings.1: Ditto.
574 * size.1: Ditto.
575 * ranlib.1: Ditto.
576 * objdump.1: Ditto.
577 * objcopy.1: Ditto.
578 * nm.1: Ditto.
579 * nlmconv.1: Ditto.
580 * ar.1: Ditto.
581 * addr2line.1: Ditto.
582
583 2000-11-27 DJ Delorie <dj@redhat.com>
584
585 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
586 (parse_args): Support -wf option.
587 (process_section_headers): Ditto.
588 (debug_displays): Ditto.
589 (display_debug_frames): New, dump *_frame sections.
590 (frame_need_space): Support for above.
591 (frame_display_row): Ditto.
592 * binutils.texi: Document it.
593
594 2000-11-24 Nick Clifton <nickc@redhat.com>
595
596 * NEWS: Announce support for v5t, v5te and XScale.
597
598 2000-11-22 Nick Clifton <nickc@redhat.com>
599
600 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
601 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
602 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
603 (get_elf_section_flags: Add SHF_GROUP.
604 (process_section_headers): Adjust output for 32-bit binaries
605 to look nice on an 80 column terminal.
606
607 2000-11-20 H.J. Lu <hjl@gnu.org>
608
609 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
610 ELFOSABI_AIX.
611
612 2000-11-17 Richard Henderson <rth@redhat.com>
613
614 * readelf.c (display_debug_lines): Adjust last change to
615 use sizeof (external->li_length).
616
617 2000-11-17 Richard Henderson <rth@redhat.com>
618
619 * readelf.c (display_debug_lines): Fix section length check
620 and end_of_sequence computation.
621
622 2000-11-06 Nick Clifton <nickc@redhat.com>
623
624 * binutils.texi: Add GNU Free Documentation License.
625 * objcopy.1: Add GNU Free Documentation License.
626 * objdump.1: Add GNU Free Documentation License.
627 * addr2line.1: Add GNU Free Documentation License.
628 * ar.1: Add GNU Free Documentation License.
629 * nlmconv.1: Add GNU Free Documentation License.
630 * nm.1: Add GNU Free Documentation License.
631 * ranlib.1: Add GNU Free Documentation License.
632 * size.1: Add GNU Free Documentation License.
633 * strings.1: Add GNU Free Documentation License.
634 * strip.1: Add GNU Free Documentation License.
635
636 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
637
638 * objcopy.c (--srec-len=nn): New parameter to set the
639 maximum length of generated Srecords.
640 (--srec-forceS3): New parameter that restricts the generation of
641 Srecords to type S3 only.
642 * binutils.texi: Document new command line switches.
643 * objcopy.1: Docuemnt the new command line switches.
644 * NEWS: Announce the existence of the new command line switches.
645
646 2000-10-31 Nick Clifton <nickc@redhat.com>
647
648 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
649 code. Add Eric Chrisopher as maintainer of MN10300 port.
650
651 2000-10-12 Roger Sayle <roger@metaphorics.com>
652
653 * Make comma after string after icon/control optional.
654
655 2000-09-13 Anders Norlander <anorland@acc.umu.se>
656
657 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
658
659 * NEWS: Mention support for MIPS32.
660
661 2000-09-08 Nick Clifton <nickc@redhat.com>
662
663 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
664
665 2000-09-07 H.J. Lu <hjl@gnu.org>
666
667 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
668 * configure: Rebuild.
669
670 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
671
672 * configure: Rebuilt with new libtool.m4.
673
674 2000-09-05 Nick Clifton <nickc@redhat.com>
675
676 * aclocal.m4: Regenerate.
677 * config.in: Regenerate.
678 * configure: Regenerate.
679
680 2000-09-04 Todd Vierling <tv@wasabisystems.com>
681
682 * strip.1: Fix stray '\' in -o formatting.
683
684 2000-09-02 Nick Clifton <nickc@redhat.com>
685
686 * configure.in: Increase version number to 2.10.91.
687 * configure: Regenerate.
688 * aclocal.m4: Regenerate.
689 * config.in: Regenerate.
690 * po/binutils.pot: Regenerate.
691
692 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
693
694 * acinclude.m4: Include libtool and gettext macros from the
695 top level.
696 * aclocal.m4, configure: Rebuilt.
697
698 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
699
700 * resrc.c (close_input_stream): Delete extraneous logic
701
702 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
703
704 * NEWS: Mention support for CRIS.
705
706 2000-08-21 Nick Clifton <nickc@redhat.com>
707
708 * addr2line.c: Changed email address for Ulrich Lauther.
709
710 2000-08-17 Christopher C. Chimelis <chris@debian.org>
711
712 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
713
714 2000-08-17 Nick Clifton <nickc@redhat.com>
715
716 * readelf.c (display_debug_pubnames): Only issue warning
717 message once. Terminate message with a new line.
718 (display_debug_aranges): Only display version 2 debug info.
719
720 2000-08-14 Todd Vierling <tv@wasabisystems.com>
721
722 * objcopy.c (strip_main): Silently accept -d as an alias for -g
723 for compatability with old BSD systems.
724
725 2000-08-14 Jason Eckhardt <jle@cygnus.com>
726
727 * NEWS: Mention i860 support.
728
729 2000-08-11 Carlo Wood <carlo@alinoe.com>
730
731 * addr2line.c (main): Add const to char *.
732
733 2000-08-11 Geoff Keating <geoffk@cygnus.com>
734
735 * ar.c (main): Don't crash if called with no arguments
736 or only '-X32_64' as an argument.
737
738 2000-08-08 DJ Delorie <dj@redhat.com>
739
740 * resrc.c: use "gcc -xc" instead of -xc-header
741
742 2000-08-05 Jason Eckhardt <jle@cygnus.com>
743
744 * readelf.c (elf/i860.h): Include.
745 (dump_relocations): Add recognition of i860 architecture.
746 (guess_is_rela): Add recognition of i860 architecture.
747
748 2000-08-03 Nick Clifton <nickc@cygnus.com>
749
750 * MAINTAINERS: Add information about CGEN maintainers.
751
752 2000-07-26 Geoff Keating <geoffk@cygnus.com>
753
754 * nm.c (main): Ignore '-X32_64' as an option.
755 * ar.c (main): Likewise.
756 * binutils.texi (nm): Document new option.
757 (ar): Likewise.
758
759 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
760
761 * rdcoff.c (external_coff_symbol_p): K&R-ise.
762
763 2000-07-20 H.J. Lu <hjl@gnu.org>
764
765 * binutils.texi: Put back "@end table" deleted by
766 accident.
767
768 2000-07-05 Kenneth Block <krblock@computer.org>
769
770 * nm.c: Add optional style to demangle switch.
771 * objdump.c: Add optional style to demangle switch.
772 * addr2line.c: Add optional style to demangle switch.
773 * binutils.texi: Document optional style to demangle
774 switch.
775
776 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
777
778 * MAINTAINERS: Add self as CRIS port maintainer.
779 * readelf.c: Include elf/cris.h.
780 (guess_is_rela): Handle EM_CRIS.
781 (dump_relocations): Ditto.
782 (get_machine_name): Ditto.
783 * Makefile.am: Rebuild dependencies.
784 * Makefile.in: Regenerate.
785 * po/binutils.pot: Regenerate.
786
787 2000-07-19 H.J. Lu <hjl@gnu.org>
788
789 * readelf.c (get_dynamic_type): Change "AUXILARY" to
790 "AUXILIARY".
791 (process_dynamic_segment): Print out strings for DT_CONFIG,
792 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
793
794 2000-07-19 Mark Kettenis <kettenis@gnu.org>
795
796 * nm.c (usage): Change output of `nm --help' to include a
797 description of the purpose of the program and a detailed
798 description of the accepted options.
799
800 2000-07-19 H.J. Lu <hjl@gnu.org>
801
802 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
803 to DF_1_NODEFLIB.
804
805 2000-07-19 H.J. Lu <hjl@gnu.org>
806
807 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
808
809 2000-07-19 H.J. Lu <hjl@gnu.org>
810
811 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
812 DT_FEATURE.
813 (process_dynamic_segment): Likewise.
814
815 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
816 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
817 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
818 DF_1_NODUMP and DF_1_CONLFAT.
819
820 2000-07-18 Nick Clifton <nickc@cygnus.com>
821
822 * binutils.texi (readelf): Fix spelling typo.
823
824 2000-07-11 Mark Kettenis <kettenis@gnu.org>
825
826 * objdump.c (usage): Make output of `objdump --help' more
827 consistent with the rest of the GNU world. Add a line describing
828 the purpose of the program.
829
830 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
831
832 * stabs.c (parse_stab_range_type): Cast to proper type to fix
833 warning.
834
835 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
836
837 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
838 to fix warnings.
839 (process_symbol_table): Ditto.
840 (procesS_extended_line_op): Ditto.
841 (display_debug_lines): Ditto.
842 (display_debug_pubnames): Ditto.
843 (read_and_display_attr): Ditto.
844
845 2000-07-09 Nick Clifton <nickc@cygnus.com>
846
847 * MAINTAINERS: Add several more port specific maintainers.
848
849 2000-07-05 Nick Clifton <nickc@cygnus.com>
850
851 * MAINTAINERS: Add blanket write privs for Michael Meissner.
852
853 2000-06-05 DJ Delorie <dj@redhat.com>
854
855 * MAINTAINERS: New.
856
857 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
858
859 * dllwrap.c: Changed mistaken dyn_string_append() calls
860 to dyn_string_append_cstr().
861
862 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
863
864 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
865 struct debug_type stores size in bytes.
866
867 2000-07-01 Alan Modra <alan@linuxcare.com.au>
868
869 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
870 (CLEANFILES): Add DEPA.
871 * Makefile.in: Regenerate.
872
873 2000-06-27 Alan Modra <alan@linuxcare.com.au>
874
875 * ar.c: Revert incorrect 2000-06-25 patch.
876 * bucomm.c: Likewise.
877
878 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
879
880 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
881 (external_coff_symbol_p): New function.
882 (parse_coff): Use it.
883
884 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
885
886 * ar.c (normalize): Advance past both characters in a DOS based
887 <letter>: filepath prefix.
888 (main): Likewise.
889 * bucomm.c (make_tempname): Likewise.
890
891 2000-06-24 Nick Clifton <nickc@cygnus.com>
892
893 * objdump.c (usage): Fix description of --stabs switch.
894
895 2000-06-22 Alan Modra <alan@linuxcare.com.au>
896
897 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
898 find one.
899 * Makefile.in: Regenerate.
900
901 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
902
903 * ar.c (normalize): Correct pointer comparison when checking for
904 backslashes.
905 (main): Likewise.
906 * bucomm.c (make_tempname): Likewise.
907
908 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
909 and search for backslashes in the original pathname.
910 (ieee_add_bb11): Likewise.
911
912 2000-06-18 Nick Clifton <nickc@redhat.com>
913
914 * ar.c (print_contents): Improve verbose message.
915
916 2000-06-15 H.J. Lu <hjl@gnu.org>
917
918 * dyn-string.c: Removed. Not needed with dyn-string.c in
919 libiberty.
920 * dyn-string.h: Likewise.
921
922 * Makefile.am: Remove references to dyn-string.c and
923 dyn-string.h. Rebuild dependency.
924 * Makefile.in: Rebuild.
925
926 2000-06-15 H.J. Lu <hjl@gnu.org>
927
928 * binutils.texi: Put a warning on copying relocatable object
929 files between two different formats.
930
931 2000-06-13 DJ Delorie <dj@cygnus.com>
932
933 * rcparse.y (control): ICON controls take an id as the first
934 parameter, not an optional string. Also, call new convenience
935 function that takes res_id's.
936 * resrc.c (define_control): missing text means zero-length string,
937 not zero ID.
938 (define_icon_control): New.
939 * windres.h: declare define_icon_control.
940
941 2000-06-13 H.J. Lu <hjl@gnu.org>
942
943 * configure: Regenerate.
944
945 2000-06-08 David O'Brien <obrien@FreeBSD.org>
946
947 * configure.in (VERSION): Update to show this is the CVS mainline.
948
949 2000-06-02 David O'Brien <obrien@FreeBSD.org>
950
951 * strings.c (isgraphic): Interpret <TAB> as a printable character,
952 analogous to <SPACE>.
953
954 2000-05-30 Alan Modra <alan@linuxcare.com.au>
955
956 * objdump.c (display_target_list): Use bfd_close_all_done, not
957 bfd_close to fix crash caused by 2000-05-24 change.
958
959 2000-05-25 DJ Delorie <dj@cygnus.com>
960
961 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
962
963 2000-05-26 Alan Modra <alan@linuxcare.com.au>
964
965 * Makefile.am: Update dependencies with "make dep-am"
966 * Makefile.in: Regenerate.
967
968 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
969
970 * ar.c: Include filenames.h.
971 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
972 and drive letters in file names.
973 (main): Support backslashes and drive letters in argv[0]. Drop
974 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
975 FILENAME_CMP instead of strcmp to compare file names.
976 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
977 DJGPP v2.
978 (do_quick_append) [__GO32__]: Ditto.
979 (get_pos_bfd, delete_members, move_members, replace_members):
980 Compare file names with FILENAME_CMP.
981
982 * bucomm.c: Include filenames.h.
983 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
984 forward/backward slashes and drive letters in file names.
985
986 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
987 mixed forward/backward slashes and drive letters in file names.
988
989 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
990 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
991 mode.
992
993 * objcopy.c: Include filenames.h.
994 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
995 before comparing to "strip".
996 Use FILENAME_CMP to compare file names.
997
998 * arsup.c: Include filenames.h.
999 (map_over_list, ar_delete, ar_replace, ar_extract): Use
1000 FILENAME_CMP to compare file names.
1001 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1002 the temporary file name.
1003
1004 * configure.in: Check for setmode.
1005 * configure: Regenerate.
1006
1007 2000-05-24 Alan Modra <alan@linuxcare.com.au>
1008
1009 * objdump.c (display_target_list): Close the bfd.
1010 (display_info_table): Likewise.
1011
1012 2000-05-14 H.J. Lu (hjl@gnu.org)
1013
1014 * objcopy.c (filter_symbols): Don't strip global symbols in
1015 relocatable object files.
1016
1017 2000-05-14 Alan Modra <alan@linuxcare.com.au>
1018
1019 * size.c (usage): Associate short options with corresponding long
1020 option to give a clue as to their function.
1021
1022 2000-05-14 Philippe De Muyter <phdm@macqel.be>
1023
1024 * size.c (main): Accept and ignore `-f' option.
1025
1026 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1027
1028 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1029 bindtextdomain): Replace defines with those from intl/libgettext.h
1030 to quieten gcc warnings.
1031
1032 2000-05-12 H.J. Lu <hjl@gnu.org>
1033
1034 * nlmconv.c (temp_filename): Removed.
1035
1036 * nlmconv.c (link_inputs): Use make_temp_file () instead of
1037 choose_temp_base ().
1038 * objdump.c (display_target_list): Likewise.
1039 (display_info_table): Likewise.
1040
1041 2000-05-08 Alan Modra <alan@linuxcare.com.au>
1042
1043 * objcopy.c (setup_section): Add const and gettext calls for err.
1044
1045 2000-05-02 H.J. Lu <hjl@gnu.org>
1046
1047 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1048 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1049 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1050 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1051 and ELFOSABI_OPENBSD.
1052
1053 2000-05-02 Kazu Hirata <kazu@hxi.com>
1054
1055 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1056 * srconv.c: Likewise.
1057 * sysdump.c: Likewise.
1058
1059 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
1060
1061 * readelf.c (guess_is_rela): AVR uses RELA relocations.
1062 (get_machine_name): machine name for EM_AVR added.
1063
1064 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1065 David Mosberger <davidm@hpl.hp.com>
1066
1067 * Makefile.am (readelf.o): Add elf/ia64.h.
1068 * Makefile.in: Rebuild.
1069 * readelf.c: Include elf/ia64.h.
1070 (guess_is_rela, dump_relocations): Handle EM_IA_64.
1071
1072 2000-04-17 Timothy Wall <twall@cygnus.com>
1073
1074 * objdump.c (disassemble_data): Set octets per byte *after*
1075 resolving arch/mach for binary files.
1076
1077 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1078
1079 * arlex.l: Add directives to increase lex buffer size.
1080
1081 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1082 already included by bucomm.h.
1083
1084 2000-04-10 Philippe De Muyter <phdm@macqel.be>
1085
1086 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1087 `strftime' since strftime is not available on all systems.
1088 (process_mips_specific): Ditto.
1089
1090 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1091
1092 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1093 --enable-build-warnings option.
1094 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1095 * Makefile.in, configure: Re-generate.
1096
1097 2000-04-06 Alan Modra <alan@linuxcare.com.au>
1098
1099 * addr2line.c: Update copyright.
1100 * objcopy.1: Likewise, and title.
1101 * strings.1: Likewise.
1102
1103 * version.c (print_version): Add 2000.
1104
1105 * rddbg.c (read_section_stabs_debugging_info): Don't use
1106 bfd_size_type for strx to avoid printf problems if BFD64.
1107
1108 * bucomm.c: (report): Remove `static'.
1109 Move inclusion of stdarg.h/vararg.h from here.
1110 * bucomm.h: To here.
1111 (CONST): Change all occurences to const.
1112 (report): Declare it.
1113 (bfd_fatal): Add ATTRIBUTE_NORETURN.
1114 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1115 (non_fatal): Add ATTRIBUTE_PRINTF_1.
1116
1117 * ar.c (main): Use fatal or non_fatal instead of fprintf.
1118 Correct a typo in an error message.
1119 (do_quick_append): Use non_fatal instead of fprintf.
1120 (move_members): Use fatal instead of fprintf, exit.
1121 * coffdump.c (main): Same here.
1122
1123 * dlltool.c (display): Delete.
1124 (warn): Delete.
1125 (inform): Use `report' instead of `display'.
1126 (rvaafter): Remove trailing \n from fatal error msg.
1127 (rvabefore): Ditto.
1128 (asm_prefix): Ditto.
1129 (yyerror): Replace `warn' with `non_fatal', and remove \n.
1130 (def_name): Likewise.
1131 (run): Likewise.
1132 (scan_all_symbols): Likewise.
1133 (gen_lib_file): Likewise.
1134 (def_library): Likewise. Remove extra program_name too.
1135 (run): Remove \n from inform strings.
1136 (scan_drectve_symbols): Likewise.
1137 (add_excludes): Likewise.
1138 (scan_open_obj_file): Likewise.
1139 (gen_exp_file): Likewise.
1140 (gen_lib_file): Likewise.
1141 (process_duplicates): Likewise.
1142
1143 * Makefile.am (dllwrap_SOURCES): Add version.c.
1144 * dllwrap.c (program_version): Delete.
1145 (print_version): Delete.
1146 (display): Always print trailing \n.
1147 (warn): New.
1148 (delete_temp_files): Use warn instead of fprintf. Use gettext.
1149 (run): Here too.
1150 (main): And here.
1151 (usage): gettext'ify.
1152 (long_options): Add missing initialisers.
1153
1154 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1155 (select_output_format): Likewise.
1156 (powerpc_mangle_relocs): Likewise.
1157 (link_inputs): Likewise.
1158
1159 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1160 (set_output_format): Likewise.
1161 (main): Use non_fatal instead of fprintf.
1162 (display_rel_file): Likewise.
1163
1164 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1165 (slurp_dynamic_symtab): Same here.
1166 (disassemble_data): And here.
1167 (read_section_stabs): And here.
1168 (read_section_stabs): And here.
1169 (dump_bfd): And here.
1170 (main): And here.
1171 (objdump_sprintf): Use fatal instead of fprintf, exit.
1172 (disassemble_data): Same here.
1173
1174 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1175 (parse_coff_struct_type): Same here.
1176 (parse_coff_enum_type): And here.
1177 (parse_coff): And here.
1178 * rddbg.c (read_debugging_info): And here.
1179 * size.c (main): And here.
1180 * windres.c (format_from_name): And here.
1181 * wrstabs.c (stab_write_symbol): Here too.
1182 (write_stabs_in_sections_debugging_info): And here.
1183 (stab_int_type): And here.
1184 (stab_struct_field): And here.
1185 (stab_typdef): And here.
1186
1187 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1188 * srconv.c (main): Same here.
1189 * strings.c (main): And here.
1190 (integer_arg): And here.
1191 * sysdump.c (main): And here.
1192
1193 2000-04-06 Timothy Wall <twall@cygnus.com>
1194
1195 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1196
1197 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1198
1199 * readelf.c (decode_location_expression): Loop through multiple
1200 operations.
1201 (read_and_display_attr): Pass in length.
1202
1203 * readelf.c (read_and_display_attr): Add CU offset to references.
1204 (display_debug_info): Pass it in.
1205
1206 2000-04-06 Nick Clifton <nickc@cygnus.com>
1207
1208 * readelf.c (decode_ARM_machine_flags): New function.
1209 (get_machine_flags): Call decode_ARM_machine_flags for ARM
1210 targets.
1211
1212 (get_machine_name): Catch EM_AVR
1213
1214 2000-04-05 Alan Modra <alan@linuxcare.com.au>
1215
1216 * binutils.texi: Remove optional `=' from long options that have
1217 an `=' in the argument.
1218 * objcopy.1: Here too. Remove extra space on discard-all.
1219
1220 * binutils.texi (objcopy): Mention --redefine-sym.
1221 * objcopy.1: Here too.
1222 * NEWS: And here.
1223
1224 * objcopy.c (parse_flags): Split off flag names from error message
1225 gettext as they are not translated.
1226 (copy_main): Similarly split off option name for --add-section,
1227 --set-section-flags, --change-section-vma, --change-section-lma
1228 error messages.
1229 Some white space changes.
1230
1231 from Matthew Benjamin <matt@linuxbox.nu>
1232 * objcopy.c (struct redefine_node): New.
1233 (redefine_sym_list): New.
1234 (redefine_list_append): New.
1235 (lookup_sym_redefinition): New.
1236 (OPTION_REDEFINE_SYM): New.
1237 (copy_options): Add --redefine-sym option.
1238 (copy_usage): Mention it.
1239 (filter_symbols): Rename symbols on redefine_sym_list.
1240 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1241 (copy_main): Handle OPTION_REDEFINE_SYM.
1242
1243 2000-04-04 H.J. Lu <hjl@gnu.org>
1244
1245 * readelf.c (process_symbol_table): Correctly read in symbol
1246 versioning information.
1247
1248 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1249
1250 * po/binutils.pot: Regenerate.
1251
1252 * addr2line.c (usage): Restore translated part of bug string.
1253 * ar.c (usage): Likewise.
1254 * nlmconv.c (show_usage): Likewise.
1255 * nm.c (usage): Likewise.
1256 * objcopy.c (copy_usage): Likewise.
1257 (strip_usage): Likewise.
1258 * objdump.c (usage): Likewise.
1259 * readelf.c (usage): Likewise.
1260 * size.c (usage): Likewise.
1261 * strings.c (usage): Likewise.
1262 * windres.c (usage): Likewise.
1263
1264 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1265 (DEP): Quote when passing vars to sub-make. Add warning
1266 message to end.
1267 (DEP1): Rewrite for "gcc -MM".
1268 (CLEANFILES): Add DEP2.
1269 Update dependencies.
1270 * Makefile.in: Regenerate.
1271
1272 2000-04-04 H.J. Lu <hjl@gnu.org>
1273
1274 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1275 (arparse.h): Depend on arparse.c
1276 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1277
1278 2000-04-03 H.J. Lu (hjl@gnu.org)
1279
1280 * size.c (usage): Use REPORT_BUGS_TO.
1281
1282 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1283
1284 * bucomm.h: #include "bin-bugs.h"
1285 * addr2line.c (usage): Use REPORT_BUGS_TO.
1286 * ar.c (usage): Likewise.
1287 * nlmconv.c (show_usage): Likewise.
1288 * nm.c (usage): Likewise.
1289 (OPTION_TARGET): Define.
1290 (long_options): Use OPTION_TARGET rather than 200.
1291 (main): Likewise.
1292
1293 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1294 (strip_usage): Likewise.
1295 * objdump.c (usage): Likewise.
1296 * readelf.c (usage): Likewise.
1297 * strings.c (usage): Likewise.
1298 * windres.c (usage): Likewise.
1299
1300 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1301
1302 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1303
1304 2000-03-27 Nick Clifton <nickc@cygnus.com>
1305
1306 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1307 string offsets in corrupt stabs entries.
1308
1309 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1310
1311 * readelf.c: Include elf/avr.h
1312 (dump_relocations): Add EM_AVR case.
1313
1314 2000-03-09 Tim Waugh <twaugh@redhat.com>
1315
1316 * strings.1: Correct '-bytes' to '--bytes'.
1317
1318 2000-03-08 H.J. Lu <hjl@gnu.org>
1319
1320 * Makefile.am (install-exec-local): Depend on
1321 install-binPROGRAMS for parallel make.
1322 * Makefile.in: Regenerated.
1323
1324 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1325
1326 From Brad Lucier <lucier@math.purdue.edu>:
1327 * readelf.c (process_dynamic_segment): Add cast to make sure
1328 argument to %* is int.
1329
1330 2000-02-25 H.J. Lu <hjl@gnu.org>
1331
1332 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1333
1334 2000-02-24 Nick Clifton <nickc@cygnus.com>
1335
1336 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1337 * configure: Regenerate.
1338
1339 * dlltool.c: Add support for sh-pe and mips-pe targets.
1340 * rescoff.c: Add support for sh-pe and mips-pe targets.
1341
1342 2000-02-23 H.J. Lu <hjl@gnu.org>
1343
1344 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1345
1346 2000-02-22 Nick Clifton <nickc@cygnus.com>
1347
1348 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1349
1350 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1351
1352 From Brad Lucier <lucier@math.purdue.edu>:
1353 * readelf.c (process_version_sections): Add casts to make sure
1354 argument to %* is an int.
1355 (process_mips_specific): Add casts to make printf arguments match
1356 format.
1357
1358 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1359
1360 * objdump.c (dump_section_header): Change `opb' to unsigned.
1361 (find_symbol_for_address): Same here.
1362 (disassemble_data): And here. Change `addr_offset',
1363 `stop_offset', `nextstop_offset' to unsigned long.
1364 (dump_data): Change opb to unsigned.
1365
1366 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1367
1368 * resrc.c: Remove unmatched #if for cygwin.
1369
1370 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1371
1372 * binutils.texi: Document the change of flavor name from atpcs-special
1373 to special-atpcs to prevent name conflict in gdb.
1374
1375 2000-02-08 Timothy Wall <twall@redhat.com>
1376
1377 * objdump.c (show_line): Fix bug preventing printing of the very
1378 first line (line zero) of a file when interlisting source and
1379 assembly. Added option to print entire context from start of file
1380 when the first line from that file is encountered.
1381
1382 2000-02-03 Timothy Wall <twall@redhat.com>
1383
1384 * objdump.c (dump_section_header, find_symbol_for_address,
1385 show_line, disassemble_bytes, disassemble_data, dump_data):
1386 distinguish between octets and bytes.
1387
1388 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1389
1390 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1391 check to unresolved symbols.
1392 (print_symbol_info_sysv): Ditto.
1393 (print_symbol_info_posix): Ditto.
1394
1395 * binutils.texi: Document new 'V' symclass flag for nm.
1396
1397 2000-01-27 Nick Clifton <nickc@redhat.com>
1398
1399 * binutils.texi (objdump): Document new ARM specific
1400 disassembler options.
1401
1402 * objdump.c (usage): Call disassembler_usage().
1403
1404 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1405
1406 * readelf.c (get_dynamic_flags): Return buff.
1407 (process_dynamic_segment): Don't pass error strings to printf
1408 as format arg.
1409 (read_and_display_attr): Use lx and ld to print longs.
1410 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1411 before printing.
1412 Update copyright.
1413
1414 2000-01-17 Nick Clifton <nickc@cygnus.com>
1415
1416 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1417
1418 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1419
1420 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1421 false.
1422 (debug_tag_type): Here too.
1423 * ieee.c (ieee_builtin_type): And here.
1424 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1425
1426 2000-01-13 Nick Clifton <nickc@cygnus.com>
1427
1428 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1429 System/370".
1430
1431 2000-01-11 Nick Clifton <nickc@cygnus.com>
1432
1433 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1434
1435 2000-01-10 Nick Clifton <nickc@cygnus.com>
1436
1437 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1438
1439 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1440
1441 * windres.c (long_options): Add --use-temp-file and
1442 --no-use-temp-file options.
1443 (usage): Document.
1444 (main): Handle.
1445
1446 * windres.h: Update read_rc_file prototype.
1447
1448 * resrc.c (cpp_temp_file): New static variable.
1449 (istream_type): New static variable.
1450 (close_pipe): Delete function.
1451 (run_cmd): New static function.
1452 (open_input_stream): New static function.
1453 (close_input_stream): New static function.
1454 (look_for_default): Handle DOS directory separator. Use
1455 open_input_stream instead of popen.
1456 (read_rc_file): Likewise.
1457
1458 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1459 options.
1460
1461 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1462
1463 * dlltool.c (create_compat_implib): New variable.
1464 (gen_exp_file): Use.
1465 (make_one_lib_file): Use.
1466 (long_options): Add --compat-implib option.
1467 (usage): Handle.
1468 (main): Handle.
1469
1470 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1471 (main): Use. Don't look for "32" in cygwin and mingw target names.
1472
1473 2000-01-03 Nick Clifton <nickc@cygnus.com>
1474
1475 * binutils.texi: Document new, ARM specific disassembler
1476 command line switch "-M force-thumb".
1477
1478 For older changes see ChangeLog-9899
1479 \f
1480 Local Variables:
1481 mode: change-log
1482 left-margin: 8
1483 fill-column: 74
1484 version-control: never
1485 End:
This page took 0.05892 seconds and 4 git commands to generate.