]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* objcopy.c (use_alt_mach_code): New variable.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1ae8b3d2
AO
12001-08-24 Alexandre Oliva <aoliva@redhat.com>
2
3 * objcopy.c (use_alt_mach_code): New variable.
4 (OPTION_ALT_MACH_CODE): Define.
5 (copy_options): Added --alt-machine-code.
6 (copy_main): Handle it.
7 (copy_object): Switch to alternate machine code if requested.
8 * doc/binutils.texi: Document new option.
9 * NEWS: Likewise.
10
d1bdd336
TS
112001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
12
13 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
14
410f7a12
L
152001-08-21 H.J. Lu <hjl@gnu.org>
16
17 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
18 (display_debug_info): Cast for 64bit hosts.
19 (display_debug_frames): Likewise.
20 (process_mips_specific): Likewise.
21
c32144ff
AJ
222001-08-21 Andreas Jaeger <aj@suse.de>
23
24 * coffgrok.h: Add missing parameter for prototype of coff_grok.
25
26 * sysdump.c: Add missing prototypes.
27 * srconv.c: Likewise.
28 * unwind-ia64.c: Likewise.
29 * coffdump.c: Likewise.
30
31 * sysinfo.y: Print prototypes, include <ansidecl.h>.
32
33 * coffgrok.c: Add missing prototypes, include libiberty.h instead
34 of declaring xcalloc.
35
d8180c76
L
362001-08-10 H.J. Lu <hjl@gnu.org>
37
38 * nm.c (print_value): Add one arg, bfd *.
39 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
40 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
41 (print_symbol_info_sysv): Likewise.
42 (print_symbol_info_posix): Likewise.
43
44 * objdump.c (dump_section_header): Replace printf_vma with
45 bfd_printf_vma.
46 (print_section_stabs): Likewise.
47 (dump_bfd_header): Likewise.
48 (objdump_print_value): Replace sprintf_vma with
49 bfd_sprintf_vma.
50 (disassemble_bytes): Likewise.
51 (dump_reloc_set): Likewise.
52
0218d1e4
AJ
532001-08-10 Andreas Jaeger <aj@suse.de>
54
55 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
56 to build warnings.
57 * configure: Regenerate.
58
2863d58a
AM
592001-08-09 Alan Modra <amodra@bigpond.net.au>
60
61 * readelf.c: Add missing prototypes.
62 * objdump.c: Likewise. Format existing prototypes.
63
c0e047e0
AO
642001-08-08 Alexandre Oliva <aoliva@redhat.com>
65
66 * readelf.c (display_debug_info): Add to abbrev_offset the addend
67 of any RELA relocation for the abbrev_offset memory location that
68 refers to the .debug_abbrev section symbol.
69
ff78d6d6
L
702001-08-07 H.J. Lu <hjl@gnu.org>
71
72 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
73 (main): Return process_file ().
74
c36774d6
PB
752001-08-05 Philip Blundell <philb@gnu.org>
76
77 * doc/binutils.texi: Use "Thumb" not "THUMB".
78
8f9d9bd9
JH
792001-08-03 John Healy <jhealy@redhat.com>
80
81 Patch suggested by Frank Eigler <fche@redhat.com>.
82 * objdump.c (disassemble_data): Fill in section member of the
83 disasm_info structure.
84
c918cb96
DD
852001-08-03 Tom Walsh <tom@cyberiansoftware.com>
86
87 * configure.in: Added --with-windres option.
88 * configure: Regenerated.
89
c7c55b78
NC
902001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
91
92 * doc/binutils.texi: Use @command{name} for commands;
93 use @option{-opt} for options; use @table @env for list of options;
94 remove spaces arround [ | ] in synopsis.
95
96 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
97 center title.
98
594ef5db
NC
992001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
100
101 * objcopy.c: Fix formatting.
102 (section_rename): New structure.
103 (OPTION_RENAME_SECTION): New switch.
104 (copy_usage): Document new switch.
105 (add_section_rename): New function: Add a node to the section
106 rename list.
107 (find_section_rename): New function: Find the new name and
108 flags for a section.
109 (setup_section): Call find_section_name to determine the name
110 of the output section.
111 (copy_main): Handle OPTION_RENAME_SECTION.
112 * binutils.texi: Document new switch.
113 * NEWS: Mention new switch.
114
1f554c69
NC
1152001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
116
117 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
118 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
119 bug-binutils@gcc.org.
120
2f83960e
AM
1212001-07-28 Matthias Kramm <kramm@quiss.org>
122
123 * bucomm.c (list_supported_architectures): New function.
124 * bucomm.h (list_supported_architectures): Declare.
125 * objdump.c (usage): Call the above.
126
20fe0649
DB
1272001-07-25 Dave Brolley <brolley@redhat.com>
128
129 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
130 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
131
1b577b00
NC
1322001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
133
134 * README: Update for 2.11. Change bug reporting email address.
135 * MAINTAINERS: Tidy up. Change bug reporting email address.
136
95fd336c
DD
1372001-07-16 DJ Delorie <dj@redhat.com>
138
5f16d855
DD
139 * resres.c (write_res_header): Align header size.
140 (res_align_file): Calculate alignment correctly.
141
95fd336c
DD
142 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
143 correct 10).
144 * resrc.c (write_rc_resource): Likewise.
145 * windres.h (SUBLANG_SHIFT): Define - as 10.
146
ed8fee27
NC
1472001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
148
149 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
150
90ab7e9a
NC
1512001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
152
153 * MAINTAINERS: Add notes about branch checkins.
154
e0c60db2
NC
1552001-07-05 Daniel Berlin <dan@cgsoftware.com>
156
157 * readelf.c (display_debug_macinfo): New function, display
158 .debug_macinfo section.
159 (do_debug_macinfo): New variable.
160 (parse_args): Handle "-w[mM]" to mean display macro info.
161 (process_section_headers): Handle debug_macinfo.
162 (debug_displays): Replace unsupported function with macinfo
0218d1e4 163 function for .debug_macinfo display.
e0c60db2
NC
164 * doc/binutils.texi: Document new command line switch.
165 * NEWS: Document new feature of readelf.
0218d1e4 166
24e01a36
L
1672001-07-05 H.J. Lu <hjl@gnu.org>
168
169 * objcopy.c (filter_symbols): Don't turn undefined symbols
170 into local.
171
4258bf4d
L
1722001-07-03 H.J. Lu <hjl@gnu.org>
173
174 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
175 $@.pod.
176 (ar.1): Likewise.
177 (dlltool.1): Likewise.
178 (nlmconv.1): Likewise.
179 (nm.1): Likewise.
180 (objcopy.1): Likewise.
181 (objdump.1): Likewise.
182 (ranlib.1): Likewise.
183 (readelf.1): Likewise.
184 (size.1): Likewise.
185 (strings.1): Likewise.
186 (strip.1): Likewise.
187 (windres.1): Likewise.
188 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
189 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
190 $(DEMANGLER_NAME).
191 (as.1): Removed.
192 * doc/Makefile.in: Regenerated.
193
7014bc31
NC
1942001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
195
196 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
197
b811889f
NC
1982001-07-01 Daniel Berlin <dan@cgsoftware.com>
199
200 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
201
12ab83a9
NC
2022001-06-29 James Cownie <jcownie@etnus.com>
203
204 * readelf.c: Support DWARF 2.1 attributes.
205
a6e9f9df
AM
2062001-06-28 Alan Modra <amodra@bigpond.net.au>
207
208 * readelf.c (GET_DATA_ALLOC): Remove.
209 (GET_DATA): Remove.
210 (get_data): New function combining above macros, with an extra
211 test for zero size.
212 (slurp_rela_relocs): Use get_data, and catch error return.
213 (slurp_rel_relocs): Likewise.
214 (get_32bit_program_headers): Likewise.
215 (get_64bit_program_headers): Likewise.
216 (get_32bit_section_headers): Likewise.
217 (get_64bit_section_headers): Likewise.
218 (get_32bit_elf_symbols): Likewise.
219 (get_64bit_elf_symbols): Likewise.
220 (process_section_headers): Likewise.
221 (process_relocs): Likewise.
222 (slurp_ia64_unwind_table): Likewise.
223 (process_unwind): Likewise.
224 (get_32bit_dynamic_segment): Likewise.
225 (get_64bit_dynamic_segment): Likewise.
226 (process_dynamic_segment): Likewise.
227 (process_version_sections): Likewise.
228 (process_symbol_table): Likewise.
229 (dump_section): Likewise.
230 (display_debug_info): Likewise.
231 (display_debug_section): Likewise.
232 (process_section_contents): Likewise.
233 (process_corefile_note_segment): Likewise.
234 (process_mips_specific): Likewise. Also free econf32, econf64.
235
af3fc3bc
AM
2362001-06-25 Alan Modra <amodra@bigpond.net.au>
237
238 * readelf.c (dump_relocations): Print "bad symbol index" if
239 symtab == NULL with non-zero symtab_index.
240 (process_relocs): Don't bomb if reloc section has no symsec.
241
6d900bf6
L
2422001-06-24 H.J. Lu <hjl@gnu.org>
243
244 * objcopy.c (strip_main): Revert the change made on 2001-05-30
245 by accident.
246 (copy_main): Apply the the change made to strip_main on
247 2001-05-30 by accident.
248
49b4e386
AJ
2492001-06-23 Andreas Jaeger <aj@suse.de>
250
251 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
252 parameter 'code'.
253 (unw_decode_x2): Likewise.
254 (unw_decode_x3): Likewise.
255 (unw_decode_x4): Likewise.
256
d8dc71e3
BE
2572001-06-23 Ben Elliston <bje@redhat.com>
258
259 * MAINTAINERS: Add myself as M88k maintainer.
260
af3bdff7
NC
2612001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
262
263 * objcopy.c (strip_main): Support -o or --output-file command lien
264 switch.
265
105e7211
L
2662001-06-19 H.J. Lu <hjl@gnu.org>
267
268 * doc/Makefile.in: Regenerated.
269
c45021f2
NC
2702001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
271
272 * readelf.c: Restore formatting.
273
2742001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
275
276 * Makefile.am: Move documentation into doc subdirectory.
277 * Makefile.in: Regenerated.
278 * binutils.texi: Move into doc subdirectory.
279 * addr2line.1: Removed.
280 * ar.1: Likewise.
281 * dlltool.1: Likewise.
282 * nlmconv.1: Likewise.
283 * nm.1: Likewise.
284 * objcopy.1: Likewise.
285 * objdump.1: Likewise.
286 * ranlib.1: Likewise.
287 * readelf.1: Likewise.
288 * size.1: Likewise.
289 * strings.1: Likewise.
290 * strip.1: Likewise.
291 * windres.1: Likewise.
292 * cxxfilt.man: Likewise.
293 * doc: New Directory.
294 * doc/Makefile.am: New file.
295 * doc/Makefile.in: Generate.
296
09ad7db3
AM
2972001-06-09 Alan Modra <amodra@bigpond.net.au>
298
299 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
300
936260fe
AM
3012001-06-01 Alan Modra <amodra@bigpond.net.au>
302
303 * MAINTAINERS: Update my email address.
304
16b2b71c
NC
3052001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
306
307 * objcopy.c: Add new switches: --keep-global-symbol,
308 --keep-symbols, --localize-symbols, --keep-global-symbols and
309 --weaken-symbols.
310 * binutils.texi: Document new switches.
311 * objcopy.1: Regenerate.
312 * NEWS: Announce new feature.
313
7036c0e1
AJ
3142001-05-28 Andreas Jaeger <aj@suse.de>
315
316 * readelf.c (display_debug_frames): Fix warnings: Remove unused
317 variables, fix format strings.
318
76a406e5
NC
3192001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
320
321 * objdump.c (disassemble_bytes): Remove section VMA adjustment
322 when computing the address of the line to show.
323
31b6fca6
RH
3242001-05-16 Richard Henderson <rth@redhat.com>
325
326 * readelf.c (do_debug_frames_interp): New.
327 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
328 (byte_get_big_endian): Likewise.
329 (parse_args) ['F']: Set do_debug_frames_interp.
330 (Frame_Chunk): Make data_factor signed, add fde_encoding.
331 (frame_display_row): Don't trunc pc_begin to int.
332 (size_of_encoded_value): New.
333 (display_debug_frames): Handle 64-bit targets. Print raw data
334 unless do_debug_frames_interp.
335 (debug_displays): Remove duplicate .debug_frame.
336
4fe85591
NC
3372001-05-15 Ralf Baechle <ralf@gnu.org>
338
339 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
340 The former constant was never in active use and is used otherwise
341 by the ABI.
342
579f31ac
JJ
3432001-05-11 Jakub Jelinek <jakub@redhat.com>
344
345 * readelf.c (process_unwind): Print all unwind sections, not just
346 one.
347
78f4a3f7
AM
3482001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
349
350 * readelf.c (process_unwind): Remove const specifier.
351
1c529ca6
NC
3522001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
353
354 * strings.c (isgraphic): Do not use isascii() unless it is needed
355 for isprint() to work.
356 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
357
87e6d782
NC
3582001-04-27 Johan Rydberg <jrydberg@opencores.org>
359
360 * NEWS: Announce support for OpenRISC.
361
4bd3d870 3622001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
363
364 * dlltool.c (do_default_excludes): Initialise to true.
365
21211521
AM
3662001-04-10 Alan Modra <amodra@one.net.au>
367
368 * MAINTAINERS: Update my email address
369 * nm.c (print_symbol_info_bsd): Use a simple printf string.
370
0c66b61e 3712001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
372
373 * readelf.c (display_debug_lines): Fix typo for "Prologue".
374
e58d53af
L
3752001-03-30 H.J. Lu <hjl@gnu.org>
376
377 * readelf.c (process_unwind): Just return if do_unwind is 0.
378
bee72332
DD
3792001-03-28 Roger Sayle <roger@metaphorics.com>
380
381 * dlltool.c (make_one_lib_file): Fix section flags for
382 .text, .data and .bss in stub ds*.o files to match those
383 generated by gas.
384
f1467e33
L
3852001-03-29 H.J. Lu <hjl@gnu.org>
386
387 * readelf.c (process_unwind): Only do unwind sections for
388 IA64.
389
1c6fb4fe
L
3902001-03-28 H.J. Lu <hjl@gnu.org>
391
392 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
393 * Makefile.in: Regenerate.
394
0879a67a
AJ
3952001-03-26 Andreas Jaeger <aj@suse.de>
396
397 * binutils.texi (nm): Fix texi syntax.
398
0285c67d
NC
3992001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
400
401 * binutils.texi: Put @c man begin and @c man end indications
402 to generate man pages using texi2pod and pod2man. Put @c man title
403 to identify each man. Add SEEALSO entries.
404 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
405 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
406 sort the list.
407 (*.1): Build the man pages from binutils.texi.
408 * Makefile.in: Regenerate.
409
04847a4d
CF
4102001-03-13 Eric Kohl <ekohl@rz-online.de>
411
412 * defparse.y (opt_equal_name): allow "." in name.
413 * dlltool.c (def_exports): Added ability to generate forwarded exports.
414 (gen_exp_file): Likewise.
415
43a0748c
NC
4162001-03-12 Stefan Geuken <mail@stefan-geuken.de>
417
418 * NEWS: Document addition of -B switch to objcopy.
419 * binutils.texi: Document addition of -B switch to objcopy.
420 * objcopy.c: (copy_options): Add --binary-architecture.
421 (copy_usage): Document -B/--binary-architecture.
422 (copy_main): Support -B/--binary-architecture. Set
423 bfd_external_binary_architecture.
0879a67a 424
b7498e0e
NC
4252001-03-11 Andreas Jaeger <aj@suse.de>
426
427 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
428 (dump_relocations): Likewise.
429 (get_machine_name): Likewise.
430
a59e3bd7
NC
4312001-02-28 Nick Clifton <nickc@redhat.com>
432
433 * readelf.c: (struct unw_aux_info): Remove const modifier for
434 'strtab' field.
435 (process_unwind): Remove non-K&R compliant LHS type cast in call
436 to GET_DATA_ALLOC macro.
437
a5bcd848
PB
4382001-02-28 Philip Blundell <pb@futuretv.com>
439
440 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
441 ABI is in use; remove ambiguity between the "unknown" EABI and
442 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
443 renamed EF_xx constants.
444
27b7e12d
AM
4452001-02-27 Alan Modra <alan@linuxcare.com.au>
446
447 * configure.in (BFD_VERSION): New.
448 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
449 * configure: Regenerate.
450 * Makefile.am: Run "make dep-am"
451 * Makefile.in: Regenerate.
452
a9f10786
NC
4532001-02-14 Nick Clifton <nickc@redhat.com>
454
455 * MAINTAINERS: Add "Obvious Fix" rule.
456
3c44da9a
MS
4572001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
458
459 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
460 literal concatenation.
461
ecd03389
MS
4622001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
463
464 * readelf.c (struct unw_aux_info): Remove const from the info member.
465 (process_unwind): Don't type-cast the third argument to the
466 GET_DATA_ALLOC macro.
467
88ec60c7
NC
4682001-02-11 Nick Clifton <nickc@redhat.com>
469
470 * readelf.c (dump_relocations): Free corrected allocated
471 array.
472 (process_unwind): Fix compile time warning.
473
f5e21966
NC
4742001-02-10 Nick Clifton <nickc@redhat.com>
475
476 * binutils.texi: Document new --unwind option to readelf.
477
a85d7ed0
NC
4782001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
479
480 * readelf.c: Add linux target for S/390.
481
7bb10502
AM
4822001-02-10 Alan Modra <alan@linuxcare.com.au>
483
484 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
485 printf is a macro.
486
8ca8f343
HPN
4872001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
488
489 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
490 * aclocal.m4: Regenerate.
491 * configure: Regenerate.
492
7340082d
NC
4932001-02-07 Todd Vierling <tv@wasabisystems.com>
494
495 * bucomm.c (bfd_target_vector): Change extern array to pointer.
496 * objdump.c (bfd_target_vector): Likewise.
497
4d6ed7c8
NC
4982001-02-07 David Mosberger <davidm@hpl.hp.com>
499
500 * readelf.c (process_unwind): New function.
501 (slurp_ia64_unwind_table): Ditto.
502 (dump_ia64_unwind): Ditto.
503 (find_symbol_for_address): Ditto.
504 (slurp_rela_relocs): New function (split off from dump_relocations()).
505 (slurp_rel_relocs): Ditto.
506 (parse_args): Handle '-u' option.
507
508 * unwind-ia64.c: New file.
509 * unwind-ia64.h: New file.
510 * Makefile.am: Include unwind-ia64.c in readelf build.
511 * Makefile.in: Regenerate.
7340082d 512 * po/binutils.pot: Regenerate.
4d6ed7c8 513
c7217458
PB
5142001-02-04 Philip Blundell <philb@gnu.org>
515
516 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
517 * configure: Regenerate.
518
956eedd4
AM
5192001-01-31 Steve deRosier <sderosier@vari-lite.com>
520
521 * ieee.c (ieee_add_bb11): Don't check for backslashes
522 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
523
8855cbca
AM
5242001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
525
c7f2731e
AM
526 * ieee.c: Update copyright.
527 (ieee_start_compilation_unit): Don't check for backslashes
528 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
529
8855cbca
AM
530 * stabs.c: Update copyright. Include "filenames.h".
531 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
532
329de803 5332001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
534
535 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
536 sections are present before using them. Remove code duplication.
537 (process_symbol_table): Check if VERDEF or VERNEED sections are
538 present before using them.
539
23719f39
NC
5402001-01-17 Nick Clifton <nickc@redhat.com>
541
542 * objcopy.c (copy_object): Fail if attempting to convert the
543 endianness of the input object file.
544
545 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 546
f726e849
NC
5472001-01-16 Nick Clifton <nickc@redhat.com>
548
549 * readelf.c (string_table_length): New variable.
550 (SECTION_NAME): Catch out of range indices and missing section
551 pointers.
552 (process_section_headers): Delete useless local variable
553 string_table_offset. Set the value of string_table_length
554 after loading the string table.
555 (process_mips_specific): Use SECTION_NAME macro.
556 (process_file): Set string_table_length to 0 when it is freed.
557
d0398d6a
NC
5582001-01-12 Nick Clifton <nickc@redhat.com>
559
560 * version.c (print_version): Update copyright date.
561
0d2bcfaf
NC
5622001-01-11 Peter Targett <peter.targett@arccores.com>
563
564 * readelf.c (dump_relocations): Include selection with EM_ARC.
565 (get_machine_name) Update name to "ARC".
566
8b1e6df3
NC
5672001-01-09 Nick Clifton <nickc@redhat.com>
568
569 * Makefile.am: Add rule to build objdump.o from objdump.c and
570 using OBJDUMP_DEFS.
571 * Makefile.in: Regenerate.
572
573 * configure.in: Define OBJDUMP_DEFS. Default to empty.
574 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
575 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 576 * configure: Regenerate.
8b1e6df3
NC
577
578 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
579 is defined read in the relocs even if dump_reloc_info is
580 false.
581
2f952d20
PB
5822001-01-07 Philip Blundell <philb@gnu.org>
583
584 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
585 `bug-binutils'.
586 * README: Likewise.
587
a8c548cb
NC
5882000-12-19 Nick Clifton <nickc@redhat.com>
589
590 * dlltool.c: Add missing support for arm-epoc-pe.
591 * configure.in: Add missing support for arm-epoc-pe.
592 * configure: Regenerate.
593
cc5fda35
NC
5942000-12-15 Nick Clifton <nickc@redhat.com>
595
596 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
597 Mode parts of the x86 port.
598
bcedfee6
NC
5992000-12-04 Andreas Jaeger <aj@suse.de>
600
601 * readelf.c (guess_is_rela): Add EM_X86_64.
602 (dump_relocations): Add EM_X86_64.
603 (get_machine_name): Add EM_X86_64.
604 Include "elf/x86-64.h".
605
584da044
NC
6062000-12-12 Nick Clifton <nickc@redhat.com>
607
608 * readelf.c: Fix formatting.
609
b8355149
JH
610Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
611
612 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
613
a98cc2b2
AH
6142000-12-07 Andrew Haley <aph@redhat.com>
615
616 * readelf.c (display_debug_frames): Only display columns that are
617 referenced by the frame debug info.
618
c7987a69
NC
6192000-12-05 Nick Clifton <nickc@redhat.com>
620
621 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
622
09fd7e38
JM
6232000-12-04 Jason Merrill <jason@redhat.com>
624
625 * readelf.c (process_section_headers): Handle linkonce.wi sections.
626 (display_debug_section): Likewise.
627 (display_debug_info): Display CU header before bailing.
628
e7af610e
NC
6292000-12-01 Chris Demetriou <cgd@sibyte.com>
630
09fd7e38
JM
631 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
632 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
633 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 634
09fd7e38
JM
635 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
636 and E_MIPS_ARCH_64.
84ea6cf2 637
09fd7e38
JM
638 * readelf.c (get_machine_flags): Add case for
639 E_MIPS_MACH_SB1.
c6c98b38 640
75066968
DD
6412000-11-30 Richard Earnshaw <rearnsha@arm.com>
642
643 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
644
5c4666ea
HPN
6452000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
646
09ad7db3 647