]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Cleanups for z8k target
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
594ef5db
NC
12001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * objcopy.c: Fix formatting.
4 (section_rename): New structure.
5 (OPTION_RENAME_SECTION): New switch.
6 (copy_usage): Document new switch.
7 (add_section_rename): New function: Add a node to the section
8 rename list.
9 (find_section_rename): New function: Find the new name and
10 flags for a section.
11 (setup_section): Call find_section_name to determine the name
12 of the output section.
13 (copy_main): Handle OPTION_RENAME_SECTION.
14 * binutils.texi: Document new switch.
15 * NEWS: Mention new switch.
16
1f554c69
NC
172001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
18
19 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
20 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
21 bug-binutils@gcc.org.
22
2f83960e
AM
232001-07-28 Matthias Kramm <kramm@quiss.org>
24
25 * bucomm.c (list_supported_architectures): New function.
26 * bucomm.h (list_supported_architectures): Declare.
27 * objdump.c (usage): Call the above.
28
20fe0649
DB
292001-07-25 Dave Brolley <brolley@redhat.com>
30
31 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
32 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
33
1b577b00
NC
342001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
35
36 * README: Update for 2.11. Change bug reporting email address.
37 * MAINTAINERS: Tidy up. Change bug reporting email address.
38
95fd336c
DD
392001-07-16 DJ Delorie <dj@redhat.com>
40
5f16d855
DD
41 * resres.c (write_res_header): Align header size.
42 (res_align_file): Calculate alignment correctly.
43
95fd336c
DD
44 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
45 correct 10).
46 * resrc.c (write_rc_resource): Likewise.
47 * windres.h (SUBLANG_SHIFT): Define - as 10.
48
ed8fee27
NC
492001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
50
51 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
52
90ab7e9a
NC
532001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
54
55 * MAINTAINERS: Add notes about branch checkins.
56
e0c60db2
NC
572001-07-05 Daniel Berlin <dan@cgsoftware.com>
58
59 * readelf.c (display_debug_macinfo): New function, display
60 .debug_macinfo section.
61 (do_debug_macinfo): New variable.
62 (parse_args): Handle "-w[mM]" to mean display macro info.
63 (process_section_headers): Handle debug_macinfo.
64 (debug_displays): Replace unsupported function with macinfo
65 function for .debug_macinfo display.
66 * doc/binutils.texi: Document new command line switch.
67 * NEWS: Document new feature of readelf.
68
24e01a36
L
692001-07-05 H.J. Lu <hjl@gnu.org>
70
71 * objcopy.c (filter_symbols): Don't turn undefined symbols
72 into local.
73
4258bf4d
L
742001-07-03 H.J. Lu <hjl@gnu.org>
75
76 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
77 $@.pod.
78 (ar.1): Likewise.
79 (dlltool.1): Likewise.
80 (nlmconv.1): Likewise.
81 (nm.1): Likewise.
82 (objcopy.1): Likewise.
83 (objdump.1): Likewise.
84 (ranlib.1): Likewise.
85 (readelf.1): Likewise.
86 (size.1): Likewise.
87 (strings.1): Likewise.
88 (strip.1): Likewise.
89 (windres.1): Likewise.
90 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
91 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
92 $(DEMANGLER_NAME).
93 (as.1): Removed.
94 * doc/Makefile.in: Regenerated.
95
7014bc31
NC
962001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
97
98 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
99
b811889f
NC
1002001-07-01 Daniel Berlin <dan@cgsoftware.com>
101
102 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
103
12ab83a9
NC
1042001-06-29 James Cownie <jcownie@etnus.com>
105
106 * readelf.c: Support DWARF 2.1 attributes.
107
a6e9f9df
AM
1082001-06-28 Alan Modra <amodra@bigpond.net.au>
109
110 * readelf.c (GET_DATA_ALLOC): Remove.
111 (GET_DATA): Remove.
112 (get_data): New function combining above macros, with an extra
113 test for zero size.
114 (slurp_rela_relocs): Use get_data, and catch error return.
115 (slurp_rel_relocs): Likewise.
116 (get_32bit_program_headers): Likewise.
117 (get_64bit_program_headers): Likewise.
118 (get_32bit_section_headers): Likewise.
119 (get_64bit_section_headers): Likewise.
120 (get_32bit_elf_symbols): Likewise.
121 (get_64bit_elf_symbols): Likewise.
122 (process_section_headers): Likewise.
123 (process_relocs): Likewise.
124 (slurp_ia64_unwind_table): Likewise.
125 (process_unwind): Likewise.
126 (get_32bit_dynamic_segment): Likewise.
127 (get_64bit_dynamic_segment): Likewise.
128 (process_dynamic_segment): Likewise.
129 (process_version_sections): Likewise.
130 (process_symbol_table): Likewise.
131 (dump_section): Likewise.
132 (display_debug_info): Likewise.
133 (display_debug_section): Likewise.
134 (process_section_contents): Likewise.
135 (process_corefile_note_segment): Likewise.
136 (process_mips_specific): Likewise. Also free econf32, econf64.
137
af3fc3bc
AM
1382001-06-25 Alan Modra <amodra@bigpond.net.au>
139
140 * readelf.c (dump_relocations): Print "bad symbol index" if
141 symtab == NULL with non-zero symtab_index.
142 (process_relocs): Don't bomb if reloc section has no symsec.
143
6d900bf6
L
1442001-06-24 H.J. Lu <hjl@gnu.org>
145
146 * objcopy.c (strip_main): Revert the change made on 2001-05-30
147 by accident.
148 (copy_main): Apply the the change made to strip_main on
149 2001-05-30 by accident.
150
49b4e386
AJ
1512001-06-23 Andreas Jaeger <aj@suse.de>
152
153 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
154 parameter 'code'.
155 (unw_decode_x2): Likewise.
156 (unw_decode_x3): Likewise.
157 (unw_decode_x4): Likewise.
158
d8dc71e3
BE
1592001-06-23 Ben Elliston <bje@redhat.com>
160
161 * MAINTAINERS: Add myself as M88k maintainer.
162
af3bdff7
NC
1632001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
164
165 * objcopy.c (strip_main): Support -o or --output-file command lien
166 switch.
167
105e7211
L
1682001-06-19 H.J. Lu <hjl@gnu.org>
169
170 * doc/Makefile.in: Regenerated.
171
c45021f2
NC
1722001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
173
174 * readelf.c: Restore formatting.
175
1762001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
177
178 * Makefile.am: Move documentation into doc subdirectory.
179 * Makefile.in: Regenerated.
180 * binutils.texi: Move into doc subdirectory.
181 * addr2line.1: Removed.
182 * ar.1: Likewise.
183 * dlltool.1: Likewise.
184 * nlmconv.1: Likewise.
185 * nm.1: Likewise.
186 * objcopy.1: Likewise.
187 * objdump.1: Likewise.
188 * ranlib.1: Likewise.
189 * readelf.1: Likewise.
190 * size.1: Likewise.
191 * strings.1: Likewise.
192 * strip.1: Likewise.
193 * windres.1: Likewise.
194 * cxxfilt.man: Likewise.
195 * doc: New Directory.
196 * doc/Makefile.am: New file.
197 * doc/Makefile.in: Generate.
198
09ad7db3
AM
1992001-06-09 Alan Modra <amodra@bigpond.net.au>
200
201 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
202
936260fe
AM
2032001-06-01 Alan Modra <amodra@bigpond.net.au>
204
205 * MAINTAINERS: Update my email address.
206
16b2b71c
NC
2072001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
208
209 * objcopy.c: Add new switches: --keep-global-symbol,
210 --keep-symbols, --localize-symbols, --keep-global-symbols and
211 --weaken-symbols.
212 * binutils.texi: Document new switches.
213 * objcopy.1: Regenerate.
214 * NEWS: Announce new feature.
215
7036c0e1
AJ
2162001-05-28 Andreas Jaeger <aj@suse.de>
217
218 * readelf.c (display_debug_frames): Fix warnings: Remove unused
219 variables, fix format strings.
220
76a406e5
NC
2212001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
222
223 * objdump.c (disassemble_bytes): Remove section VMA adjustment
224 when computing the address of the line to show.
225
31b6fca6
RH
2262001-05-16 Richard Henderson <rth@redhat.com>
227
228 * readelf.c (do_debug_frames_interp): New.
229 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
230 (byte_get_big_endian): Likewise.
231 (parse_args) ['F']: Set do_debug_frames_interp.
232 (Frame_Chunk): Make data_factor signed, add fde_encoding.
233 (frame_display_row): Don't trunc pc_begin to int.
234 (size_of_encoded_value): New.
235 (display_debug_frames): Handle 64-bit targets. Print raw data
236 unless do_debug_frames_interp.
237 (debug_displays): Remove duplicate .debug_frame.
238
4fe85591
NC
2392001-05-15 Ralf Baechle <ralf@gnu.org>
240
241 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
242 The former constant was never in active use and is used otherwise
243 by the ABI.
244
579f31ac
JJ
2452001-05-11 Jakub Jelinek <jakub@redhat.com>
246
247 * readelf.c (process_unwind): Print all unwind sections, not just
248 one.
249
78f4a3f7
AM
2502001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
251
252 * readelf.c (process_unwind): Remove const specifier.
253
1c529ca6
NC
2542001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
255
256 * strings.c (isgraphic): Do not use isascii() unless it is needed
257 for isprint() to work.
258 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
259
87e6d782
NC
2602001-04-27 Johan Rydberg <jrydberg@opencores.org>
261
262 * NEWS: Announce support for OpenRISC.
263
4bd3d870 2642001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
265
266 * dlltool.c (do_default_excludes): Initialise to true.
267
21211521
AM
2682001-04-10 Alan Modra <amodra@one.net.au>
269
270 * MAINTAINERS: Update my email address
271 * nm.c (print_symbol_info_bsd): Use a simple printf string.
272
0c66b61e 2732001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
274
275 * readelf.c (display_debug_lines): Fix typo for "Prologue".
276
e58d53af
L
2772001-03-30 H.J. Lu <hjl@gnu.org>
278
279 * readelf.c (process_unwind): Just return if do_unwind is 0.
280
bee72332
DD
2812001-03-28 Roger Sayle <roger@metaphorics.com>
282
283 * dlltool.c (make_one_lib_file): Fix section flags for
284 .text, .data and .bss in stub ds*.o files to match those
285 generated by gas.
286
f1467e33
L
2872001-03-29 H.J. Lu <hjl@gnu.org>
288
289 * readelf.c (process_unwind): Only do unwind sections for
290 IA64.
291
1c6fb4fe
L
2922001-03-28 H.J. Lu <hjl@gnu.org>
293
294 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
295 * Makefile.in: Regenerate.
296
0879a67a
AJ
2972001-03-26 Andreas Jaeger <aj@suse.de>
298
299 * binutils.texi (nm): Fix texi syntax.
300
0285c67d
NC
3012001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
302
303 * binutils.texi: Put @c man begin and @c man end indications
304 to generate man pages using texi2pod and pod2man. Put @c man title
305 to identify each man. Add SEEALSO entries.
306 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
307 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
308 sort the list.
309 (*.1): Build the man pages from binutils.texi.
310 * Makefile.in: Regenerate.
311
04847a4d
CF
3122001-03-13 Eric Kohl <ekohl@rz-online.de>
313
314 * defparse.y (opt_equal_name): allow "." in name.
315 * dlltool.c (def_exports): Added ability to generate forwarded exports.
316 (gen_exp_file): Likewise.
317
43a0748c
NC
3182001-03-12 Stefan Geuken <mail@stefan-geuken.de>
319
320 * NEWS: Document addition of -B switch to objcopy.
321 * binutils.texi: Document addition of -B switch to objcopy.
322 * objcopy.c: (copy_options): Add --binary-architecture.
323 (copy_usage): Document -B/--binary-architecture.
324 (copy_main): Support -B/--binary-architecture. Set
325 bfd_external_binary_architecture.
0879a67a 326
b7498e0e
NC
3272001-03-11 Andreas Jaeger <aj@suse.de>
328
329 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
330 (dump_relocations): Likewise.
331 (get_machine_name): Likewise.
332
a59e3bd7
NC
3332001-02-28 Nick Clifton <nickc@redhat.com>
334
335 * readelf.c: (struct unw_aux_info): Remove const modifier for
336 'strtab' field.
337 (process_unwind): Remove non-K&R compliant LHS type cast in call
338 to GET_DATA_ALLOC macro.
339
a5bcd848
PB
3402001-02-28 Philip Blundell <pb@futuretv.com>
341
342 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
343 ABI is in use; remove ambiguity between the "unknown" EABI and
344 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
345 renamed EF_xx constants.
346
27b7e12d
AM
3472001-02-27 Alan Modra <alan@linuxcare.com.au>
348
349 * configure.in (BFD_VERSION): New.
350 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
351 * configure: Regenerate.
352 * Makefile.am: Run "make dep-am"
353 * Makefile.in: Regenerate.
354
a9f10786
NC
3552001-02-14 Nick Clifton <nickc@redhat.com>
356
357 * MAINTAINERS: Add "Obvious Fix" rule.
358
3c44da9a
MS
3592001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
360
361 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
362 literal concatenation.
363
ecd03389
MS
3642001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
365
366 * readelf.c (struct unw_aux_info): Remove const from the info member.
367 (process_unwind): Don't type-cast the third argument to the
368 GET_DATA_ALLOC macro.
369
88ec60c7
NC
3702001-02-11 Nick Clifton <nickc@redhat.com>
371
372 * readelf.c (dump_relocations): Free corrected allocated
373 array.
374 (process_unwind): Fix compile time warning.
375
f5e21966
NC
3762001-02-10 Nick Clifton <nickc@redhat.com>
377
378 * binutils.texi: Document new --unwind option to readelf.
379
a85d7ed0
NC
3802001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
381
382 * readelf.c: Add linux target for S/390.
383
7bb10502
AM
3842001-02-10 Alan Modra <alan@linuxcare.com.au>
385
386 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
387 printf is a macro.
388
8ca8f343
HPN
3892001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
390
391 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
392 * aclocal.m4: Regenerate.
393 * configure: Regenerate.
394
7340082d
NC
3952001-02-07 Todd Vierling <tv@wasabisystems.com>
396
397 * bucomm.c (bfd_target_vector): Change extern array to pointer.
398 * objdump.c (bfd_target_vector): Likewise.
399
4d6ed7c8
NC
4002001-02-07 David Mosberger <davidm@hpl.hp.com>
401
402 * readelf.c (process_unwind): New function.
403 (slurp_ia64_unwind_table): Ditto.
404 (dump_ia64_unwind): Ditto.
405 (find_symbol_for_address): Ditto.
406 (slurp_rela_relocs): New function (split off from dump_relocations()).
407 (slurp_rel_relocs): Ditto.
408 (parse_args): Handle '-u' option.
409
410 * unwind-ia64.c: New file.
411 * unwind-ia64.h: New file.
412 * Makefile.am: Include unwind-ia64.c in readelf build.
413 * Makefile.in: Regenerate.
7340082d 414 * po/binutils.pot: Regenerate.
4d6ed7c8 415
c7217458
PB
4162001-02-04 Philip Blundell <philb@gnu.org>
417
418 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
419 * configure: Regenerate.
420
956eedd4
AM
4212001-01-31 Steve deRosier <sderosier@vari-lite.com>
422
423 * ieee.c (ieee_add_bb11): Don't check for backslashes
424 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
425
8855cbca
AM
4262001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
427
c7f2731e
AM
428 * ieee.c: Update copyright.
429 (ieee_start_compilation_unit): Don't check for backslashes
430 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
431
8855cbca
AM
432 * stabs.c: Update copyright. Include "filenames.h".
433 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
434
329de803 4352001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
436
437 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
438 sections are present before using them. Remove code duplication.
439 (process_symbol_table): Check if VERDEF or VERNEED sections are
440 present before using them.
441
23719f39
NC
4422001-01-17 Nick Clifton <nickc@redhat.com>
443
444 * objcopy.c (copy_object): Fail if attempting to convert the
445 endianness of the input object file.
446
447 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 448
f726e849
NC
4492001-01-16 Nick Clifton <nickc@redhat.com>
450
451 * readelf.c (string_table_length): New variable.
452 (SECTION_NAME): Catch out of range indices and missing section
453 pointers.
454 (process_section_headers): Delete useless local variable
455 string_table_offset. Set the value of string_table_length
456 after loading the string table.
457 (process_mips_specific): Use SECTION_NAME macro.
458 (process_file): Set string_table_length to 0 when it is freed.
459
d0398d6a
NC
4602001-01-12 Nick Clifton <nickc@redhat.com>
461
462 * version.c (print_version): Update copyright date.
463
0d2bcfaf
NC
4642001-01-11 Peter Targett <peter.targett@arccores.com>
465
466 * readelf.c (dump_relocations): Include selection with EM_ARC.
467 (get_machine_name) Update name to "ARC".
468
8b1e6df3
NC
4692001-01-09 Nick Clifton <nickc@redhat.com>
470
471 * Makefile.am: Add rule to build objdump.o from objdump.c and
472 using OBJDUMP_DEFS.
473 * Makefile.in: Regenerate.
474
475 * configure.in: Define OBJDUMP_DEFS. Default to empty.
476 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
477 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 478 * configure: Regenerate.
8b1e6df3
NC
479
480 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
481 is defined read in the relocs even if dump_reloc_info is
482 false.
483
2f952d20
PB
4842001-01-07 Philip Blundell <philb@gnu.org>
485
486 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
487 `bug-binutils'.
488 * README: Likewise.
489
a8c548cb
NC
4902000-12-19 Nick Clifton <nickc@redhat.com>
491
492 * dlltool.c: Add missing support for arm-epoc-pe.
493 * configure.in: Add missing support for arm-epoc-pe.
494 * configure: Regenerate.
495
cc5fda35
NC
4962000-12-15 Nick Clifton <nickc@redhat.com>
497
498 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
499 Mode parts of the x86 port.
500
bcedfee6
NC
5012000-12-04 Andreas Jaeger <aj@suse.de>
502
503 * readelf.c (guess_is_rela): Add EM_X86_64.
504 (dump_relocations): Add EM_X86_64.
505 (get_machine_name): Add EM_X86_64.
506 Include "elf/x86-64.h".
507
584da044
NC
5082000-12-12 Nick Clifton <nickc@redhat.com>
509
510 * readelf.c: Fix formatting.
511
b8355149
JH
512Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
513
514 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
515
a98cc2b2
AH
5162000-12-07 Andrew Haley <aph@redhat.com>
517
518 * readelf.c (display_debug_frames): Only display columns that are
519 referenced by the frame debug info.
520
c7987a69
NC
5212000-12-05 Nick Clifton <nickc@redhat.com>
522
523 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
524
09fd7e38
JM
5252000-12-04 Jason Merrill <jason@redhat.com>
526
527 * readelf.c (process_section_headers): Handle linkonce.wi sections.
528 (display_debug_section): Likewise.
529 (display_debug_info): Display CU header before bailing.
530
e7af610e
NC
5312000-12-01 Chris Demetriou <cgd@sibyte.com>
532
09fd7e38
JM
533 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
534 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
535 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 536
09fd7e38
JM
537 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
538 and E_MIPS_ARCH_64.
84ea6cf2 539
09fd7e38
JM
540 * readelf.c (get_machine_flags): Add case for
541 E_MIPS_MACH_SB1.
c6c98b38 542
75066968
DD
5432000-11-30 Richard Earnshaw <rearnsha@arm.com>
544
545 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
546
5c4666ea
HPN
5472000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
548
09ad7db3 549