]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
af3bdff7
NC
12001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2
3 * objcopy.c (strip_main): Support -o or --output-file command lien
4 switch.
5
105e7211
L
62001-06-19 H.J. Lu <hjl@gnu.org>
7
8 * doc/Makefile.in: Regenerated.
9
c45021f2
NC
102001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
11
12 * readelf.c: Restore formatting.
13
142001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
15
16 * Makefile.am: Move documentation into doc subdirectory.
17 * Makefile.in: Regenerated.
18 * binutils.texi: Move into doc subdirectory.
19 * addr2line.1: Removed.
20 * ar.1: Likewise.
21 * dlltool.1: Likewise.
22 * nlmconv.1: Likewise.
23 * nm.1: Likewise.
24 * objcopy.1: Likewise.
25 * objdump.1: Likewise.
26 * ranlib.1: Likewise.
27 * readelf.1: Likewise.
28 * size.1: Likewise.
29 * strings.1: Likewise.
30 * strip.1: Likewise.
31 * windres.1: Likewise.
32 * cxxfilt.man: Likewise.
33 * doc: New Directory.
34 * doc/Makefile.am: New file.
35 * doc/Makefile.in: Generate.
36
09ad7db3
AM
372001-06-09 Alan Modra <amodra@bigpond.net.au>
38
39 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
40
936260fe
AM
412001-06-01 Alan Modra <amodra@bigpond.net.au>
42
43 * MAINTAINERS: Update my email address.
44
16b2b71c
NC
452001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
46
47 * objcopy.c: Add new switches: --keep-global-symbol,
48 --keep-symbols, --localize-symbols, --keep-global-symbols and
49 --weaken-symbols.
50 * binutils.texi: Document new switches.
51 * objcopy.1: Regenerate.
52 * NEWS: Announce new feature.
53
7036c0e1
AJ
542001-05-28 Andreas Jaeger <aj@suse.de>
55
56 * readelf.c (display_debug_frames): Fix warnings: Remove unused
57 variables, fix format strings.
58
76a406e5
NC
592001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
60
61 * objdump.c (disassemble_bytes): Remove section VMA adjustment
62 when computing the address of the line to show.
63
31b6fca6
RH
642001-05-16 Richard Henderson <rth@redhat.com>
65
66 * readelf.c (do_debug_frames_interp): New.
67 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
68 (byte_get_big_endian): Likewise.
69 (parse_args) ['F']: Set do_debug_frames_interp.
70 (Frame_Chunk): Make data_factor signed, add fde_encoding.
71 (frame_display_row): Don't trunc pc_begin to int.
72 (size_of_encoded_value): New.
73 (display_debug_frames): Handle 64-bit targets. Print raw data
74 unless do_debug_frames_interp.
75 (debug_displays): Remove duplicate .debug_frame.
76
4fe85591
NC
772001-05-15 Ralf Baechle <ralf@gnu.org>
78
79 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
80 The former constant was never in active use and is used otherwise
81 by the ABI.
82
579f31ac
JJ
832001-05-11 Jakub Jelinek <jakub@redhat.com>
84
85 * readelf.c (process_unwind): Print all unwind sections, not just
86 one.
87
78f4a3f7
AM
882001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
89
90 * readelf.c (process_unwind): Remove const specifier.
91
1c529ca6
NC
922001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
93
94 * strings.c (isgraphic): Do not use isascii() unless it is needed
95 for isprint() to work.
96 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
97
87e6d782
NC
982001-04-27 Johan Rydberg <jrydberg@opencores.org>
99
100 * NEWS: Announce support for OpenRISC.
101
4bd3d870
DD
1022001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
103
104 * dlltool.c (do_default_excludes): Initialise to true.
105
21211521
AM
1062001-04-10 Alan Modra <amodra@one.net.au>
107
108 * MAINTAINERS: Update my email address
109 * nm.c (print_symbol_info_bsd): Use a simple printf string.
110
0c66b61e 1112001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
112
113 * readelf.c (display_debug_lines): Fix typo for "Prologue".
114
e58d53af
L
1152001-03-30 H.J. Lu <hjl@gnu.org>
116
117 * readelf.c (process_unwind): Just return if do_unwind is 0.
118
bee72332
DD
1192001-03-28 Roger Sayle <roger@metaphorics.com>
120
121 * dlltool.c (make_one_lib_file): Fix section flags for
122 .text, .data and .bss in stub ds*.o files to match those
123 generated by gas.
124
f1467e33
L
1252001-03-29 H.J. Lu <hjl@gnu.org>
126
127 * readelf.c (process_unwind): Only do unwind sections for
128 IA64.
129
1c6fb4fe
L
1302001-03-28 H.J. Lu <hjl@gnu.org>
131
132 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
133 * Makefile.in: Regenerate.
134
0879a67a
AJ
1352001-03-26 Andreas Jaeger <aj@suse.de>
136
137 * binutils.texi (nm): Fix texi syntax.
138
0285c67d
NC
1392001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
140
141 * binutils.texi: Put @c man begin and @c man end indications
142 to generate man pages using texi2pod and pod2man. Put @c man title
143 to identify each man. Add SEEALSO entries.
144 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
145 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
146 sort the list.
147 (*.1): Build the man pages from binutils.texi.
148 * Makefile.in: Regenerate.
149
04847a4d
CF
1502001-03-13 Eric Kohl <ekohl@rz-online.de>
151
152 * defparse.y (opt_equal_name): allow "." in name.
153 * dlltool.c (def_exports): Added ability to generate forwarded exports.
154 (gen_exp_file): Likewise.
155
43a0748c
NC
1562001-03-12 Stefan Geuken <mail@stefan-geuken.de>
157
158 * NEWS: Document addition of -B switch to objcopy.
159 * binutils.texi: Document addition of -B switch to objcopy.
160 * objcopy.c: (copy_options): Add --binary-architecture.
161 (copy_usage): Document -B/--binary-architecture.
162 (copy_main): Support -B/--binary-architecture. Set
163 bfd_external_binary_architecture.
0879a67a 164
b7498e0e
NC
1652001-03-11 Andreas Jaeger <aj@suse.de>
166
167 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
168 (dump_relocations): Likewise.
169 (get_machine_name): Likewise.
170
a59e3bd7
NC
1712001-02-28 Nick Clifton <nickc@redhat.com>
172
173 * readelf.c: (struct unw_aux_info): Remove const modifier for
174 'strtab' field.
175 (process_unwind): Remove non-K&R compliant LHS type cast in call
176 to GET_DATA_ALLOC macro.
177
a5bcd848
PB
1782001-02-28 Philip Blundell <pb@futuretv.com>
179
180 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
181 ABI is in use; remove ambiguity between the "unknown" EABI and
182 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
183 renamed EF_xx constants.
184
27b7e12d
AM
1852001-02-27 Alan Modra <alan@linuxcare.com.au>
186
187 * configure.in (BFD_VERSION): New.
188 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
189 * configure: Regenerate.
190 * Makefile.am: Run "make dep-am"
191 * Makefile.in: Regenerate.
192
a9f10786
NC
1932001-02-14 Nick Clifton <nickc@redhat.com>
194
195 * MAINTAINERS: Add "Obvious Fix" rule.
196
3c44da9a
MS
1972001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
198
199 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
200 literal concatenation.
201
ecd03389
MS
2022001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
203
204 * readelf.c (struct unw_aux_info): Remove const from the info member.
205 (process_unwind): Don't type-cast the third argument to the
206 GET_DATA_ALLOC macro.
207
88ec60c7
NC
2082001-02-11 Nick Clifton <nickc@redhat.com>
209
210 * readelf.c (dump_relocations): Free corrected allocated
211 array.
212 (process_unwind): Fix compile time warning.
213
f5e21966
NC
2142001-02-10 Nick Clifton <nickc@redhat.com>
215
216 * binutils.texi: Document new --unwind option to readelf.
217
a85d7ed0
NC
2182001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
219
220 * readelf.c: Add linux target for S/390.
221
7bb10502
AM
2222001-02-10 Alan Modra <alan@linuxcare.com.au>
223
224 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
225 printf is a macro.
226
8ca8f343
HPN
2272001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
228
229 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
230 * aclocal.m4: Regenerate.
231 * configure: Regenerate.
232
7340082d
NC
2332001-02-07 Todd Vierling <tv@wasabisystems.com>
234
235 * bucomm.c (bfd_target_vector): Change extern array to pointer.
236 * objdump.c (bfd_target_vector): Likewise.
237
4d6ed7c8
NC
2382001-02-07 David Mosberger <davidm@hpl.hp.com>
239
240 * readelf.c (process_unwind): New function.
241 (slurp_ia64_unwind_table): Ditto.
242 (dump_ia64_unwind): Ditto.
243 (find_symbol_for_address): Ditto.
244 (slurp_rela_relocs): New function (split off from dump_relocations()).
245 (slurp_rel_relocs): Ditto.
246 (parse_args): Handle '-u' option.
247
248 * unwind-ia64.c: New file.
249 * unwind-ia64.h: New file.
250 * Makefile.am: Include unwind-ia64.c in readelf build.
251 * Makefile.in: Regenerate.
7340082d 252 * po/binutils.pot: Regenerate.
4d6ed7c8 253
c7217458
PB
2542001-02-04 Philip Blundell <philb@gnu.org>
255
256 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
257 * configure: Regenerate.
258
956eedd4
AM
2592001-01-31 Steve deRosier <sderosier@vari-lite.com>
260
261 * ieee.c (ieee_add_bb11): Don't check for backslashes
262 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
263
8855cbca
AM
2642001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
265
c7f2731e
AM
266 * ieee.c: Update copyright.
267 (ieee_start_compilation_unit): Don't check for backslashes
268 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
269
8855cbca
AM
270 * stabs.c: Update copyright. Include "filenames.h".
271 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
272
329de803 2732001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
274
275 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
276 sections are present before using them. Remove code duplication.
277 (process_symbol_table): Check if VERDEF or VERNEED sections are
278 present before using them.
279
23719f39
NC
2802001-01-17 Nick Clifton <nickc@redhat.com>
281
282 * objcopy.c (copy_object): Fail if attempting to convert the
283 endianness of the input object file.
284
285 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 286
f726e849
NC
2872001-01-16 Nick Clifton <nickc@redhat.com>
288
289 * readelf.c (string_table_length): New variable.
290 (SECTION_NAME): Catch out of range indices and missing section
291 pointers.
292 (process_section_headers): Delete useless local variable
293 string_table_offset. Set the value of string_table_length
294 after loading the string table.
295 (process_mips_specific): Use SECTION_NAME macro.
296 (process_file): Set string_table_length to 0 when it is freed.
297
d0398d6a
NC
2982001-01-12 Nick Clifton <nickc@redhat.com>
299
300 * version.c (print_version): Update copyright date.
301
0d2bcfaf
NC
3022001-01-11 Peter Targett <peter.targett@arccores.com>
303
304 * readelf.c (dump_relocations): Include selection with EM_ARC.
305 (get_machine_name) Update name to "ARC".
306
8b1e6df3
NC
3072001-01-09 Nick Clifton <nickc@redhat.com>
308
309 * Makefile.am: Add rule to build objdump.o from objdump.c and
310 using OBJDUMP_DEFS.
311 * Makefile.in: Regenerate.
312
313 * configure.in: Define OBJDUMP_DEFS. Default to empty.
314 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
315 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 316 * configure: Regenerate.
8b1e6df3
NC
317
318 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
319 is defined read in the relocs even if dump_reloc_info is
320 false.
321
2f952d20
PB
3222001-01-07 Philip Blundell <philb@gnu.org>
323
324 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
325 `bug-binutils'.
326 * README: Likewise.
327
a8c548cb
NC
3282000-12-19 Nick Clifton <nickc@redhat.com>
329
330 * dlltool.c: Add missing support for arm-epoc-pe.
331 * configure.in: Add missing support for arm-epoc-pe.
332 * configure: Regenerate.
333
cc5fda35
NC
3342000-12-15 Nick Clifton <nickc@redhat.com>
335
336 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
337 Mode parts of the x86 port.
338
bcedfee6
NC
3392000-12-04 Andreas Jaeger <aj@suse.de>
340
341 * readelf.c (guess_is_rela): Add EM_X86_64.
342 (dump_relocations): Add EM_X86_64.
343 (get_machine_name): Add EM_X86_64.
344 Include "elf/x86-64.h".
345
584da044
NC
3462000-12-12 Nick Clifton <nickc@redhat.com>
347
348 * readelf.c: Fix formatting.
349
b8355149
JH
350Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
351
352 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
353
a98cc2b2
AH
3542000-12-07 Andrew Haley <aph@redhat.com>
355
356 * readelf.c (display_debug_frames): Only display columns that are
357 referenced by the frame debug info.
358
c7987a69
NC
3592000-12-05 Nick Clifton <nickc@redhat.com>
360
361 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
362
09fd7e38
JM
3632000-12-04 Jason Merrill <jason@redhat.com>
364
365 * readelf.c (process_section_headers): Handle linkonce.wi sections.
366 (display_debug_section): Likewise.
367 (display_debug_info): Display CU header before bailing.
368
e7af610e
NC
3692000-12-01 Chris Demetriou <cgd@sibyte.com>
370
09fd7e38
JM
371 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
372 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
373 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 374
09fd7e38
JM
375 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
376 and E_MIPS_ARCH_64.
84ea6cf2 377
09fd7e38
JM
378 * readelf.c (get_machine_flags): Add case for
379 E_MIPS_MACH_SB1.
c6c98b38 380
75066968
DD
3812000-11-30 Richard Earnshaw <rearnsha@arm.com>
382
383 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
384
5c4666ea
HPN
3852000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
386
09ad7db3 387