Add --only-keep-debug to the --help output.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
6ea3dd37
NC
12003-12-11 Nick Clifton <nickc@redhat.com>
2
3 * objcopy.c (strip_usage): Add --only-keep-debug.
4 (copy_usage): Likewise.
5
f57a841a
NC
62003-12-04 Nick Clifton <nickc@redhat.com>
7
8 * objcopy.c (copy_object): Do not copy the object if the
9 output file's format cannot be set to that of the input file.
10 If the input file's format is unknown, fail.
11
9663f234
ILT
122003-11-28 Ian Lance Taylor <ian@wasabisystems.com>
13
14 * cxxfilt.c (usage): Mention new -p/--no-params options.
15
75aa6618
AM
162003-11-28 Alan Modra <amodra@bigpond.net.au>
17
18 * Makefile.am (install-exec-local): Remove common term from string
19 comparison.
20 * Makefile.in: Regenerate.
21 * doc/Makefile.am: Don't use $<.
22 * doc/Makefile.in: Regenerate.
23
195f52b5
NC
242003-11-27 Nick Clifton <nickc@redhat.com>
25
26 * rename.c (smart_rename): Make sure that we have write
27 permission on the destination file before renaming.
28
9eb20dd8 292003-11-26 Daniel Jacobowitz <drow@mvista.com>
75aa6618 30 Nick Clifton <nickc@redhat.com>
9eb20dd8
NC
31
32 * readelf.c: Add a comment describing the difference between
33 readelf and objdump.
75aa6618 34 * doc/binutils.texi (readelf): Likewise.
9eb20dd8 35
f9346411
DS
362003-11-25 Danny Smith <dannysmith@users.sourceforge.net>
37
38 * doc/binutils.texi (dlltool): Document dlltool --temp-prefix
39 option.
40 * dlltool.c (usage): Likewise.
41
4e48c9dd
ILT
422003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
43
44 * cxxfilt.c (long_options): Add --no-params.
45 (main): Handle -p/--no-params.
46 * doc/binutils.texi (c++filt): Document -p/--no-params.
47
3b9ad1cc
AM
482003-11-19 Alan Modra <amodra@bigpond.net.au>
49
50 * objdump.c: Wrap long lines, init vars separately from decl.
51 (disassemble_section): Reset require_sec after call to
52 find_symbol_for_address.
53
22a398e1
NC
542003-11-14 Nick Clifton <nickc@redhat.com>
55
56 * objdump.c (find_symbol_for_address): Change parameters so
57 that the entire disassemble_info structure is passed, not just
58 a few fields. Use the symbol_is_valid field to check the
59 validity of located symbols and continue searching if they are
60 not valid.
75aa6618 61 (objdump_print_addr): Alter parameters passed to
22a398e1 62 find_symbol_for_address.
75aa6618
AM
63 (objdump_symbol_at_address): Likewise.
64 (disassemble_section): Likewise. Also use symbol_is_valid
22a398e1
NC
65 function to check the validity of located symbols.
66
e9915835
NC
672003-11-13 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
68
69 * ar.c (open_inarch): Emit a warning when an archive is created
70 (only shown with -v) in order to confrom to POSIX specification.
71
5fe11841
NC
722003-11-11 Wang Li <charles@linux.net.cn>
73
74 * objcopy.c (wildcard): New variable. True if wildcard pattern
75 matching is allowed in symbol names.
76 (strip_options): Add -w option to enable wildcard pattern
77 matching.
78 (copy_options): Likewise.
79 (copy_usage): Mention new switch.
80 (strip_usage): Likewise.
81 (is_specified_symbol): If performing wildcard matches use fnmatch
82 to compare symbol names with entries on the symbol list.
83 (strip_main): Accept -w switch.
84 (copy_main): Likewise.
85 * Makefile.am: Add dependency on fnmatch.h for objcopy.c
86 * Makefile.in: Regenerate.
87 * doc/binutils.texi: Document new switch.
88 * NEWS: Mention new switch.
89
0f6cb37f
AM
902003-11-11 Alan Modra <amodra@bigpond.net.au>
91
92 * objdump.c: Revert rev 1.81 commit.
93
b2699c8b
NC
942003-11-10 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
95
96 * ar.c (print_contents): Remove "member" from verbose output in
97 order to conform to POSIX specification.
98
36fd3cc3
AM
992003-11-10 Alan Modra <amodra@bigpond.net.au>
100
101 * README: Expand bug reporting information.
102
f24ddbdd
NC
1032003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
104
105 * bucomm,c (get_file_size): New function. Returns the size of a
106 file.
107 * bucomm.h: Add prototype for get_file_size.
108 * addr2line.c (process_file): Use new function.
109 * ar.c (main, ranlib_only, ranlib_touch): Likewise.
110 * nm.c (display_file): Likewise.
111 * objcopy.c (add_specific_symbols, copy_file, strip_main,
112 copy_main): Likewise.
113 * objdump.c (display_file): Likewise.
114 * size.c (display_file): Likewise.
115 * strings.c (strings_file): Likewise.
116 * readelf.c (process_file): Use similar code to get_file_size.
117
1be59579
NC
1182003-11-06 Bruno Rohee <bruno@rohee.com>
119
120 * ieee.c: Fix "the the" typo.
121 * stabs.c: Likewise.
122
1232003-10-30 Marshall T. Vandegrift <llasram@wuli.nu>
e69f2d21
NC
124
125 * readelf.c (dump_section): Do not dump the contents of SHT_NOBITS
126 sections - they have no file space assigned to their contents.
127
9376f0c7
AM
1282003-10-28 Segher Boessenkool <segher@kernel.crashing.org>
129
130 * readelf.c (dump_section): Don't display DEL characters.
131
50c2245b
KH
1322003-10-27 Kazu Hirata <kazu@cs.umass.edu>
133
134 * ChangeLog: Fix typos.
135 * ChangeLog-9197: Likewise.
136 * ChangeLog-9899: Likewise.
137 * NEWS: Likewise.
138 * ar.c: Fix comment typos.
139 * arsup.c: Likewise.
140 * coffgrok.c: Likewise.
141 * debug.c: Likewise.
142 * debug.h: Likewise.
143 * dlltool.c: Likewise.
144 * ieee.c: Likewise.
145 * nm.c: Likewise.
146 * objdump.c: Likewise.
147 * prdbg.c: Likewise.
148 * readelf.c: Likewise.
149 * resrc.c: Likewise.
150 * sysinfo.y: Likewise.
151 * windres.c: Likewise.
152
ed570f48
NC
1532003-10-27 Nick Clifton <nickc@redhat.com>
154
155 * objcopy.c (copy_section): Do not complain when a target does not
156 support relocations.
157 (mark_symbols_used_in_relocations): Likewise.
158
b749473b
NC
1592003-10-14 Anil Paranjpe <anilp1@KPITCummins.com>
160
161 * objcopy.c (copy_main): Reads machine flags from arch_info
162 structure.
163
198beae2
AC
1642003-10-20 Andrew Cagney <cagney@redhat.com>
165
166 * coffgrok.h (coff_section): Replace 'struct sec" with "struct
167 bfd_section".
168
29ca8dc5
NS
1692003-10-07 Nathan Sidwell <nathan@codesourcery.com>
170
171 * objdump.c (read_section_stabs): Just read one section, return
172 pointer to it. Add size parameter.
173 (print_section_stabs): Add string offset parameter. Adjust.
174 (struct stab_section_names): Add string offset member.
175 (find_stabs_sections): Correct check for split section suffix,
176 adjust read_section_stabs and print_section_stabs calls.
177 (dump_stabs_section): Clear string_offset, free string table.
178
b95f6b0c
CF
1792003-10-01 Martin Fuchs <martin-fuchs@gmx.net>
180
181 * resrc.c (define_icon): Fix storage of color attributes 'planes' and
182 'bit count' in icon groups.
183
43c58ae6
CD
1842003-09-30 Chris Demetriou <cgd@broadcom.com>
185
186 * NEWS: Add an indication of the cutoff for 2.14.
187
5f74bc13
CD
1882003-09-30 Chris Demetriou <cgd@broadcom.com>
189
190 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2.
191
9ce701e2
L
1922003-09-29 H.J. Lu <hongjiu.lu@intel.com>
193
194 * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON.
195 (get_symbol_index_type): Likewise.
196
ecc2063b
L
1972003-09-25 H.J. Lu <hongjiu.lu@intel.com>
198
199 * readelf.c (process_version_sections): Indent version names.
200
739fea7b
AG
2012003-09-15 Anthony Green <green@redhat.com>
202
203 * dlltool.c (prefix_encode): Fix ISO C90 conversion.
204 (dlltmp): Ditto.
205 (dtab): Ditto.
206
2da42df6
AJ
2072003-09-14 Andreas Jaeger <aj@suse.de>
208
209 * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
210 unneeded (void *) casts.
211 * ar.c: Likewise.
212 * arlex.l: Likewise.
213 * arparse.y: Likewise.
214 * arsup.c: Likewise.
215 * binemul.c: Likewise.
216 * binemul.h: Likewise.
217 * bucomm.c: Likewise.
218 * bucomm.h: Likewise.
219 * budbg.h: Likewise.
220 * budemang.c: Likewise.
221 * budemang.h: Likewise.
222 * coffdump.c: Likewise.
223 * coffgrok.c: Likewise.
224 * cxxfilt.c: Likewise.
225 * debug.c: Likewise.
226 * debug.h: Likewise.
227 * deflex.l: Likewise.
228 * dlltool.c: Likewise.
229 * dlltool.h: Likewise.
230 * dllwrap.c: Likewise.
231 * emul_aix.c: Likewise.
232 * filemode.c: Likewise.
233 * ieee.c: Likewise.
234 * nlmconv.c: Likewise.
235 * nlmconv.h: Likewise.
236 * nlmheader.y: Likewise.
237 * nm.c: Likewise.
238 * prdbg.c: Likewise.
239 * rclex.l: Likewise.
240 * rcparse.y: Likewise.
241 * rdcoff.c: Likewise.
242 * rddbg.c: Likewise.
243 * rename.c: Likewise.
244 * resbin.c: Likewise.
245 * rescoff.c: Likewise.
246 * resrc.c: Likewise.
247 * size.c: Likewise.
248 * srconv.c: Likewise.
249 * stabs.c: Likewise.
250 * strings.c: Likewise.
251 * sysdump.c: Likewise.
252 * sysinfo.y: Likewise.
253 * syslex.l: Likewise.
254 * unwind-ia64.c: Likewise.
255 * unwind-ia64.h: Likewise.
256 * version.c: Likewise.
257 * windres.c: Likewise.
258 * windres.h: Likewise.
259 * winduni.c: Likewise.
260 * wrstabs.c: Likewise.
261
e831786b
JW
2622003-09-10 James E Wilson <wilson@specifixinc.com>
263
264 * MAINTAINERS: Update my e-mail address.
265
afa7d0b2
ILT
2662003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
267
268 * MAINTAINERS: Update my e-mail address.
269
04fbe429
NC
2702003-09-04 Nick Clifton <nickc@redhat.com>
271
272 * MAINTAINERS: Make it clear what should be done with patches to
273 the top level configure files (other than config.guess and
274 config.sub). Add binutils@sources.redhat.com as an address to
275 which patches can be sent.
276
8ad30312
NC
2772003-09-04 Nick Clifton <nickc@redhat.com>
278
279 * readelf.c (get_machine_flags): Recognise V850E1 machine type.
280
92c2346c
AC
2812003-09-03 Andrew Cagney <cagney@redhat.com>
282
283 * objdump.c: Refer to init_disassemble_info in comments.
284 (disassemble_data): Replace INIT_DISASSEMBLE_INFO with
285 init_disassemble_info.
286
155e0d23
NC
2872003-09-03 Nick Clifton <nickc@redhat.com>
288
289 * objdump.c (struct objdump_disasm_info): Add new fields
75aa6618
AM
290 'dynrelbuf', 'dynrelcount' and 'disassemble_fn'.
291 (process_section_p): New function: Returns TRUE if a section
292 can be dumped.
293 (disassemble_section): New function: Contains the body of
155e0d23 294 disassemble_data(), but just for one section.
75aa6618
AM
295 (disassemble_data): Use bfd_map_over_sections to walk section
296 chain.
297 (find_stabs_section): New function: Find a stabs containing
298 section and then dump it.
299 (dump_stabs_section): New function: Use bfd_map_over_sections
300 to find the section to dump.
301 (dump_stabs): Use dump_stabs_section.
302 (dump_section): New function: Display the contents of a
303 section.
304 (dump_data): Use bfd_map_over_sections to display section
305 contents.
306 (dump_relocs_in_section): Display the relocs in a given section.
307 (dump_relocs): Use bfd_map_over_sections to display relocs.
155e0d23 308 (adjust_addresses): New function: Adjust the vma and lma of
75aa6618
AM
309 sections.
310 (dump_bfd): Use bfd_map_over_sections.
311 * doc/binutils.texi: Document the "objdump -s" (no longer)
312 dumps empty sections.
313
155e0d23
NC
3142003-08-24 Jonathan R. Grant <jg-binutils@jguk.org>
315
316 * objdump.c: Improve comments/documentation.
317 dump_data: Eliminate duplicate function calls to bfd_section_size.
318
6b10f68d
AM
3192003-09-02 Alan Modra <amodra@bigpond.net.au>
320
321 * MAINTAINERS: Move Dave Anglin's entry to where it belongs.
322
3673a93e
NC
3232003-08-21 Nick Clifton <nickc@redhat.com>
324
325 * po/tr.po: Updated Turkish translation.
326
51f7282a
AM
3272003-08-14 Alan Modra <amodra@bigpond.net.au>
328
55bb4be3 329 * dep-in.sed: Remove libintl.h.
51f7282a 330 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
55bb4be3 331 Run "make dep-am".
51f7282a
AM
332 * Makefile.in: Regenerate.
333
d989285c
ILT
3342003-08-11 Ian Lance Taylor <ian@airs.com>
335
336 * readelf.c (process_archive): Fix error handling. Remove memory
337 leak.
fb52b2f4
NC
338
339 * readelf.c: Add ability to read archives.
340 (archive_file_offset): New variable.
341 (archive_file_size): New variable.
342 (get_data): Include archive_file_offset in file offset
343 calculation when fseeking.
344 (process_program_headers): Likewise.
345 (process_symbol_table): Likewise.
346 (process_dynamic_segment): Handle computation of end of file
347 position when the file is in an archive.
348 (process_object): New function. Contains the body of
349 process_file().
350 (process_archive): New function. Call process_object on each
351 member of an archive.
352 (process_file): Detect archives and handle appropriately.
353 * Makefile.am: Add dependency on aout/ar.h for readelf.c
354 * Makefile.in: Regenerate.
355 * NEWS: Document readelf's new ability.
356 * doc/binutils: Alter text to say that readelf supports archives
357 and 64-bit ELF files.
75aa6618 358
ff85ab24
NC
3592003-08-08 Nick Clifton <nickc@redhat.com>
360
361 * po/fr.po: Updated French translation.
362
d3ba0551
AM
3632003-08-05 Alan Modra <amodra@bigpond.net.au>
364
365 * objcopy.c: Remove unnecessary prototypes and casts.
366 * objdump.c: Remove unnecessary casts.
367 * readelf.c: Convert to C90. Remove unnecessary prototypes and casts.
368 (get_osabi_name): Move so we don't need a forward declaration.
369
43ac9881
AM
3702003-08-04 Bradley Harrington <bharring@us.ibm.com>
371 Alan Modra <amodra@bigpond.net.au>
372
373 * objdump.c (include_paths, include_path_count): New vars.
374 (usage): Describe --include.
375 (long_options): Add "include".
376 (add_include_path): New function.
377 (struct print_file_list): Make filename const. Add modname.
378 (try_print_file_open, update_source_path): New functions.
379 (show_line): Use them.
380 (main): Handle 'I' option. Don't check for NULL xrealloc arg.
381
fd7bb956
AM
3822003-07-30 Alan Modra <amodra@bigpond.net.au>
383
384 * objdump.c: Remove unnecessary prototypes.
385 (disassemble_bytes): Add rel_offset parameter. Simplify reloc skipping
386 code, and print relocs when dump_dynamic_reloc_info.
387 (disassemble_data): Read and handle dynamic relocs. Correct reloc
388 skip code. Formatting.
389 (dump_bfd): Don't dump dynamic relocs when disassembling.
390
1e7e751f
BE
3912003-07-29 Ben Elliston <bje@wasabisystems.com>
392
393 * MAINTAINERS: Remove self as M88k maintainer. Future M88k
394 maintenance defaults to the blanket write privilege maintainers.
395
2445335e
MM
3962003-07-29 Michael Meissner <gnu@the-meissners.org>
397
398 * MAINTAINERS: Updated my email address.
399
46dca2e0
NC
4002003-07-29 Nick Clifton <nickc@redhat.com>
401
1e7e751f 402 * objdump.c: Update to ISO C.
46dca2e0 403
834d807b
NC
4042003-07-24 Nick Clifton <nickc@redhat.com>
405
f1e2bc62
NC
406 * objdump.c (disassemble_data): Do not ignore sections without the
407 LOAD flag when disassemble_all is true. Only print a message
408 about disassembling a section if it contains some data.
409
834d807b
NC
410 * po/fr.po: Updated French translation.
411
84e2f313
NC
4122003-07-23 Nick Clifton <nickc@redhat.com>
413
414 * objcopy.c: Switch to ISO C. Remove debugging code accidentally
415 left in. Some formatting tidy ups.
416
51cdc6e0
NC
4172003-07-22 Salvador Eduardo Tropea <set@computer.org>
418
419 * objdump.c: New command line option --debugging-tags.
420 * doc/binutils.texi: Document new command line option.
75aa6618 421 * prdbg.c: Code to print the debug info as tags compatible
51cdc6e0
NC
422 with ctags.
423 * budbg.h: Adjust prototype.
424 * NEWS: Mention new switch
75aa6618 425
31e0f3cd
NC
4262003-07-18 Nick Clifton <nickc@redhat.com>
427
428 * objdump.c (main) :Accept multiple -M switch.
75aa6618
AM
429 * doc/binutils.texi: Document that multiple -M switches are
430 accepted and that a single -M switch can contain comma
431 separated options.
31e0f3cd 432
073fbac6
NC
4332003-07-17 Nick Clifton <nickc@redhat.com>
434
435 * objdump.c (main): Issue a warning message if multiple -M
436 switches are used.
75aa6618 437
073fbac6
NC
438 * doc/binutils.texi (objdump): Update documentation about -M
439 option.
75aa6618 440
6c37ac4d
NC
4412003-07-17 Nick Clifton <nickc@redhat.com>
442
443 * po/es.po: New Spanish translation.
444
fce00800
AM
4452003-07-11 Alan Modra <amodra@bigpond.net.au>
446
447 * po/binutils.pot: Regenerate.
448
ff6b6222
CF
4492003-07-05 Christopher Faylor <cgf@redhat.com>
450
451 * dlltool.c (prefix_encode): Use a fixed length for alpha.
452
bf7a6389
CF
4532003-07-04 Christopher Faylor <cgf@redhat.com>
454
455 * dlltool.c (prefix_encode): New function. Encode temp file prefix
456 from pid.
457 (dlltmp): Pass address of pointer being alloced or suffer neverending
458 mallocs.
459 (make_one_lib_file): Allocate enough space for new longer stub names.
460 (gen_lib_file): Ditto.
461 (main): Generate the temp file prefix from the pid if prefix was not
462 specified on the command line.
463
96c223ce
NC
4642003-07-04 Nick Clifton <nickc@redhat.com>
465
466 * readelf.c (get_data): Print (unsigned) hex values for size and
467 offset in error messages.
468 (process_section_headers): If the string table could not be
469 allocated, do not continue.
470
bdf4d63a
JJ
4712003-07-01 Jakub Jelinek <jakub@redhat.com>
472
473 * readelf.c (dynamic_segment_ia64_val): Print address and newline
474 for sections by default. Comment fix.
475
b9ae0492
DS
4762003-06-28 Danny Smith <dannysmith@users.sourceforge.net>
477
478 * rcparse.y (res_text_field): New res_id variable.
479 (res_null_text): New static const struct res_id object,
480 with empty unicode name field.
481 (control): Pop parsing of optresidc up one level. Set
482 res_text_field to $2 except for controls which do not accept
483 a text field. Set res_text_field to res_null_text for the
484 special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR).
485 (control_params): Adjust to use res_text_field rather
486 than optresidc.
487 (COMBOBOX): Add comment about discrepency between documented
488 vs. observed default style.
489 * resrc.c (define_control): Make first param const.
490 * windres.h (define_control): Adjust prototype.
491
e7c81c25
NC
4922003-06-27 Nick Clifton <nickc@redhat.com>
493
494 * objcopy.c (copy_object): Replace call to
50c2245b 495 bfd_create_gnu_debuglink_section with separate calls to
e7c81c25 496 bfd_add_gnu_debuglink_section and
50c2245b 497 bfd_fill_in_gnu_debuglink_section, separated by a walk over the
e7c81c25
NC
498 symbol tables.
499
d93f0186
NC
5002003-06-26 Roland McGrath <roland@redhat.com>
501
502 * readelf.c (loadaddr): Variable removed.
503 (dynamic_info, version_info): Fix type long -> bfd_vma.
504 (program_headers): New variable.
505 (get_program_headers): New function, broken out of
506 process_program_headers.
507 (process_program_headers): Call it. Don't set `loadaddr'.
508 (slurp_ia64_unwind_table): Use get_program_headers.
509 (process_corefile_note_segments): Likewise.
510 (offset_from_vma): New function.
511 (process_relocs, process_dynamic_segment): Call that instead of
512 subtracting `loadaddr'.
513 (process_version_sections, process_symbol_table): Likewise.
514 (process_mips_specific): Likewise.
515
ed1653a7
NC
5162003-06-26 Nick Clifton <nickc@redhat.com>
517
518 * objcopy (enum strip_action): Add STRIP_NONDEBUG.
75aa6618
AM
519 (OPTION_ONLY_KEEP_DEBUG): New.
520 (strip_options): Add --only-keep-debug.
521 (copy_options): Likewise.
522 (is_strip_section): Invert return value if STRIP_NONDEBUG is
523 active.
524 (copy_object): Do not copy private data when STRIP_NONDEBUG is
525 active.
526 (setup_section): Likewise.
527 (strip_main): Handle --only-keep-debug.
528 (copy_main): Likewise.
ed1653a7
NC
529 * NEWS: Mention new switch
530 * doc/binutils.texi: Document new switch.
531
1049f94e
AM
5322003-06-25 Alan Modra <amodra@bigpond.net.au>
533
534 * NEWS: Correct spelling of "relocatable".
535 * objdump.c: Likewise.
536 * sysroff.info: Likewise.
537
b19aac67
NC
5382003-06-19 Nick Clifton <nickc@redhat.com>
539
540 * readelf.c (print_vma): When printing DEC_5 values, if the
541 number is bigger than 99999 switch to using hexadecimal
542 notation.
543
2593f09a
NC
5442003-06-11 Nick Clifton <nickc@redhat.com>
545
546 * objcopy.c (gnu_debuglink_filename): New variable.
75aa6618
AM
547 (OPTION_ADD_GNU_DEBUGLINK): New switch
548 (copy_options): Describe --add-gnu-debuglink switch.
549 Mention that --strip-debug removes sections as well.
550 (is_strip_section): Process the sections removed and kept
551 lists before checking for debugging sections.
552 (add_redefine_syms_file): Make function static.
553 (copy_object): Use is_strip_section.
554 Check to see if a .gnu_debuglink section should be added. If
555 so, call bfd_add_gnu_debuglink.
556 (setup_section): Use is_strip_section.
557 (copy_section): Use is_strip_section.
558 (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK.
2593f09a 559 * NEWS: Mention new objcopy switch.
75aa6618 560 * doc/binutils.texi: Document new switch.
2593f09a 561
3b443373
L
5622003-06-11 H.J. Lu <hongjiu.lu@intel.com>
563
564 * po/Make-in (DESTDIR): New.
565 (install-data-yes): Support $(DESTDIR).
566 (uninstall): Likewise.
567
795bb480
AM
5682003-06-11 Alan Modra <amodra@bigpond.net.au>
569
570 * Makefile.in: Regenerate.
571
9ee5e499
JJ
5722003-05-23 Jakub Jelinek <jakub@redhat.com>
573
574 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
575
a3b6428f
NC
5762003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
577
578 * NEWS: Document the new BSD/POSIX single-character mapping for
579 .comment/.note sections.
75aa6618 580
92991082 5812003-06-02 Chris Demetriou <cgd@broadcom.com>
75aa6618 582 Jason Thorpe <thorpej@wasabisystems.com>
92991082
JT
583
584 * objcopy.c (redefine_list_append): Add an argument that
585 indicates the context from which this function is being
586 called. Change all callers.
587 (copy_options): Add a new option, --redefine-syms.
588 (copy_usage): Document new option.
589 (copy_main): Handle the --redefine-syms option.
590 * doc/binutils.text (objcopy): Document new option.
591
38fafa6d
RH
5922003-05-31 Richard Henderson <rth@redhat.com>
593
594 * readelf.c (byte_get_signed): New.
595 (get_encoded_value): New.
596 (display_debug_frames): Use it. Always pre-process opcodes.
597
636fc387
ML
5982003-05-20 Michal Ludvig <mludvig@suse.cz>
599
600 * readelf.c (display_debug_frames): Print both registers
601 for DW_CFA_register.
602
80c7c40a
NC
6032003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
604
605 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
606 i[3-7]86-*-interix.
607 * configure.in: Regenerate.
608
0fcdcb91
NC
6092003-05-13 Michael Eager <eager@mvista.com>
610
611 * objcopy.c: Treat identical src/dst file names as if only one
612 entered. One Windows creating an output file of the same name as
613 the input file will delete the input file before it is read.
614
7ab5f2ed
NC
6152003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
616
617 * debug.c (debug_get_real_type): Extend test for circular debug
618 references.
619
3c92310f
NC
6202003-05-12 Nick Clifton <nickc@redhat.com>
621
622 * configure.in (ALL_LINGUAS): Add zh_CN.
623 * configure: Regenerate.
624 * po/zh_CN.po: New file: Chinese (simplified) translation.
625
d68c07bb
JE
6262003-05-11 Jason Eckhardt <jle@rice.edu>
627
628 * MAINTAINERS: Update my mail address.
629
8beeaeb7
L
6302003-05-07 H.J. Lu <hongjiu.lu@intel.com>
631
632 * readelf.c (dump_relocations): Enlarge the type field in wide
633 mode by one character.
634
63044634
RH
6352003-05-03 Richard Henderson <rth@redhat.com>
636
637 * readelf.c (struct Frame_Chunk): Add cfa_exp.
638 (frame_display_row): Just print "exp" for cfa or register
639 defined by a location expression.
640 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
641 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
642
6e50c90c
L
6432003-04-30 H.J. Lu <hjl@gnu.org>
644
645 * objdump.c (only): Change it to char **.
646 (only_size): New.
647 (only_used): New.
648 (disassemble_data): Check only as an array.
649 (dump_data): Likewise.
650 (dump_relocs): Likewise.
651 (main): Treat only as an array.
652
edbedb71
NC
6532003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
654
75aa6618 655 * doc/binutils.texi: Fix the documentation for the -fo option.
edbedb71 656
3f7de0e7
NC
6572003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
658
ef230218
JR
659 * readelf.c (get_machine_name) <EM_SH>: Amend return value
660 to refer to SuperH.
661
3f7de0e7
NC
662 * readelf.c (decode_location_expression): Don't add a trailing ';'.
663
32df8966 6642003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
75aa6618 665 Nick Clifton <nickc@redhat.com>
32df8966
NC
666
667 * windres.c (long_options): Move close to main, where it is used.
668 Add 'input' and 'output' long options.
669 (main): Accept "-fo" as an alias for "-o". This is for rc
670 comptibility.
671 * doc/binutils.texi: Mention that -fo is accepted as an alias for
672 -o, but discourage its use.
673
85eb5110
NC
6742003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
675
676 * windres.c (format_from_name): Make the exit on error
677 behaviour optional.
678 (main): Rename the -I option to -J. Introduce -I as a synonym
679 for --include-dir. For backwards compatibility also support the
680 old -I behaviour, but issue a deprecation warning.
681 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
682 of the -I option.
683
26597c86
NC
6842003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
685
686 * readelf.c: Replace references to Mitsubishi M32R with
687 references to Renesas M32R.
688
c2dcd04e
NC
6892003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
690
691 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
692
c1124b23
AO
6932003-04-09 Alexandre Oliva <aoliva@redhat.com>
694
695 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
696 for debugging information types not supported by objdump.
697
e5076347
AM
6982003-04-09 Bernd Jendrissek <berndj@prism.co.za>
699
700 * configure.in: Recognize canonical form of i[3-6]86-pe*.
701 * configure: Regenerate.
702
adab8cdc
AO
7032003-04-09 Alexandre Oliva <aoliva@redhat.com>
704
705 * readelf.c (display_debug_info): Apply RELA relocations on the
706 entire section.
707 (byte_put_little_endian, byte_put_big_endian): New functions.
708 (byte_put): New variable.
709 (get_file_header): Initialize it.
710
3077f5d8
NC
7112003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
712
713 * windres.c: Add -l for compatibility with wrc, and rc.
714 Use the short option as a key for long options that have
715 a synonymous short option.
716 * doc/binutils.texi: Added -l to the list of options.
717
29b058f1
NC
7182003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
719
3077f5d8
NC
720 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
721 (main): Just pass the -U option down to the preprocessor.
722 * doc/binutils.texi: Added -U to the list of options.
29b058f1 723
3126d709
CF
7242003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
725
726 * windres.c (usage): Report -r option.
727 (main): Ignore the -r option.
728 * doc/binutils.texi: Add -r to the list of options.
729
c46ac711
BW
7302003-04-01 Bob Wilson <bob.wilson@acm.org>
731
732 * MAINTAINERS: Add myself as Xtensa maintainer.
733
88da6820
NC
7342003-04-01 Bob Wilson <bob.wilson@acm.org>
735
3077f5d8
NC
736 * readelf.c: Include "elf/xtensa.h".
737 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
738 targets that use RELA relocations.
739 (dump_relocations): Call elf_xtensa_reloc_type for
740 EM_XTENSA and EM_XTENSA_OLD.
741 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 742
27a710e5
NC
7432003-04-01 Nick Clifton <nickc@redhat.com>
744
745 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
746 thumb-pe*, mcore-pe and mcore-*elf.
747 * configure: Regenerate.
748
335a1869
AO
7492003-03-31 Alexandre Oliva <aoliva@redhat.com>
750
751 * objdump.c (dump_data): Don't truncate the address to long; make
752 the width large enough, and uniform for all entries in a section.
753
566b0d53
L
7542003-03-31 H.J. Lu <hjl@gnu.org>
755
756 * readelf.c: Include "libiberty.h".
757 (dynamic_relocations): New.
758 (process_relocs): Properly handle dynamic relocation.
759 (process_dynamic_segment): Fill relocation elements in
760 dynamic_info.
761
ee42cf8c
NC
7622003-03-31 Kevin Buettner <kevinb@redhat.com>
763
764 * readelf.c (read_and_display_attr, read_and_display_attr_value):
765 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
766 all callers.
767 (display_debug_lines, display_debug_pubnames, display_debug_info)
768 (display_debug_aranges, display_debug_frames, read_and_display_attr)
769 (read_and_display_attr_value): Add 64-bit DWARF support.
770
7adbf450
NC
7712003-03-31 Ian Lance Taylor <ian@airs.com>
772
773 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
774 (optresid): Handle a resource id that can be a string or a number.
775 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
776 struct res_id.
777 (define_icon_control): Pass a struct res_id to define_control.
778 * windres.h (define_control): Change prototype.
779
06d86cf7
NC
7802003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
781
7c29036b
NC
782 * objcopy (OPTION_FORMATS_INFO): Define.
783 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
784 (copy_options): Likewise.
785 (strip_usage): Add "--info" to usage.
786 (copy_usage): Likewise.
787 (strip_main): Declare formats_info. Iniatilize it to FALSE.
788 Handle "info".
789 (copy_main). Likewise.
790 * doc/binutils.texi. Document the "--info" option for
791 objcopy/strip.
792 * NEWS: Mention the new command line switch.
793
06d86cf7
NC
794 * objdump.c (endian_string): Move to bucomm.c.
795 (display_info): Likewise.
796 (display_target_list): Likewise.
797 (display_info_table): Likewise.
798 (display_target_tables): Likewise.
799 (main): Assign the return value of display_info to exit_status.
800 * bucomm.c: Include bfdver.h and libbfd.h
801 (display_target_list): Call bfd_nonfatal instead of nonfatal and
802 return 0 on a non-fatal error, 1 on success.
75aa6618 803 (display_info_table): Likewise.
06d86cf7
NC
804 * bucomm.h (display_info): Provide a prototype.
805 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
806 libbfd.h.
807 * Makefile.in: Regenerate.
808
7adbf450 8092003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
810
811 * dlltool.c (gen_def_file): Put demangled name comments on
812 own line preceding export name.
813
98a91d6a
NC
8142003-03-17 Nick Clifton <nickc@redhat.com>
815
816 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
817 printf for emitting new lines.
818
06a30c77
NC
8192003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
820
821 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
822 the symbol's value when --size-sort is used, unless -S is used.
823 doc/binutils.texi (--size-sort): For non-bsd formats both the
824 value and size of the symbols are displayed.
75aa6618 825
ab829d36
NC
8262003-03-13 Nick Clifton <nickc@redhat.com>
827
828 * po/da.po: Update.
829
634847c9
NC
8302003-03-12 Nick Clifton <nickc@redhat.com>
831
832 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
833
3889f9eb
BE
8342003-03-10 Ben Elliston <bje@wasabisystems.com>
835
836 * MAINTAINERS: Update my mail address.
837
7eb5191a
NC
8382003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
839
840 * stabs.c (BYTES_IN_WORD): Remove definition.
841 * wrstabs.c (BYTES_IN_WORD): Likewise.
842
e3b83c8f
NC
8432003-03-04 Nick Clifton <nickc@redhat.com>
844
845 * nm.c (main): Print a warning message if --size-sort and
846 --undefined-only are used together.
847
8482003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
849
850 * nm.c (print_symbol): Remove check for undefined_only.
75aa6618 851
a9d68a1e
NC
8522003-03-03 Nick Clifton <nickc@redhat.com>
853
854 * po/da.po: Installed latest translation.
855
a99996bb
NC
8562003-02-24 Nick Clifton <nickc@redhat.com>
857
858 * README: Update binutils references to 2.13.
859 Add paragraph about using --disable-nls.
860
76ed1927
NC
8612003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
862
863 * doc/binutils.texi (nm --size-sort): Update.
864
0100f33b
JW
8652003-02-21 James E Wilson <wilson@tuliptree.org>
866
867 * MAINTAINERS: Update email address.
868
ecc51f48
NC
8692003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
870
871 * readelf.c (get_ia64_dynamic_type): New function.
872 (dynamic_segment_ia64_val): New function.
873 (get_dynamic_type): If machine type is EM_IA_64 call
874 get_ia64_dynamic_val.
875 (get_ia64_section_type_name): Handle sections with types in the
876 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
877 (get_dynamic_flags): If machine type is EM_IA_64 call
878 dynamic_segment_ia64_val.
879
947ed062
NC
8802003-02-21 Bob Wilson <bob.wilson@acm.org>
881
882 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
883 section title capitalization more consistent. Update descriptions
884 of various options to be consistent with the code. Fix errors and
885 incomplete list in the description of c++filt format options. Remove
886 information about the linker. Change to be more polite about poor
887 bug reports. Replace FDL appendix with include of fdl.texi.
888 * doc/fdl.texi: New file.
889
66491ebc
AM
8902003-02-21 Roger Sayle <roger@eyesopen.com>
891
892 * objcopy.c (filter_symbols): Fix compilation problems with
893 HP-UX's C compiler.
894
0e11a9e9
CF
8952003-02-19 Christopher Faylor <cgf@redhat.com>
896
897 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
898 previous change.
899
6e5f5201
CF
9002003-02-19 Mark Blackburn <marklist@fangorn.ca>
901
0e11a9e9 902 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 903
f0c8c24a
NC
9042003-02-12 Bob Wilson <bob.wilson@acm.org>
905
906 * nm.c (usage): Add `java' and `gnat' demangle styles and make
907 quotes consistent.
908 * objdump.c (usage): Ditto. Also fix some typos.
909
d3c543fd
NC
910 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
911
fe2c4142
NC
912 * debug.c (debug_record_variable): Handle global register variables.
913
6de15b9e
NC
914 * stabs.c (parse_stab): For N_SLINE only include
915 function_start_offset if the symbol is within a function;
916 otherwise, the value is absolute.
917
fde78edd
NC
9182003-02-10 Nick Clifton <nickc@redhat.com>
919
920 * readelf.c (decode_ARM_machine_flags): Handle the
921 EF_ARM_MAVERICK_FLOAT flag.
922
22d82235
AS
9232003-02-04 Andreas Schwab <schwab@suse.de>
924
925 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
926 long and use %ld in printf format.
927
1a677ea8
RS
9282003-01-28 Richard Sandiford <rsandifo@redhat.com>
929
930 * readelf.c (dump_relocations): Reorder the r_info field for
931 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
932
8dde85fc
NC
9332003-01-21 Daniel Berlin <dan@dberlin.org>
934
935 * readelf.c (display_debug_loc): Skip address base changes.
936
c6f8bb1e
AM
9372003-01-17 Fabio Alemagna <falemagn@aros.org>
938
939 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
940 and ELFOSABI_NSK.
941
c833c019
AM
9422003-01-16 Alan Modra <amodra@bigpond.net.au>
943
944 * readelf.c: Include elf/ppc64.h.
945 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
946 * Makefile.am: Run "make dep-am".
947 * Makefile.in: Regenerate.
948
3b36097d
SC
9492003-01-02 Ben Elliston <bje@redhat.com>
950
951 * readelf.c (guess_is_rela): Handle EM_IQ2000.
952 (get_machine_name): Likewise.
953 (dump_relocations): Likewise.
954 * NEWS: Mention IQ2000 support.
955
cb44e358
RS
9562003-01-02 Richard Sandiford <rsandifo@redhat.com>
957
958 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
959
af7ee8bf
CD
9602002-12-30 Chris Demetriou <cgd@broadcom.com>
961
962 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
963 changes in MIPS -M options.
964
2469cfa2
NC
9652002-12-30 Dmitry Diky <diwil@mail.ru>
966
967 * Makefile.am: Add msp430 target.
968 * Makefile.in: Regenerate.
969 * readelf.c: Add support for msp430 target.
970
640c0ccd
CD
9712002-12-27 Chris Demetriou <cgd@broadcom.com>
972
973 * doc/binutils.texi (objdump): Document MIPS -M options.
974
59f14fc0
AS
9752002-12-23 Andreas Schwab <schwab@suse.de>
976
977 * readelf.c (main): Reset dump request after each file.
978
312b768e
NC
9792002-12-23 Nick Clifton <nickc@redhat.com>
980
981 * nlmconv.c (main): Pass TRUE as third argument to
982 bfd_arch_get_compatible.
983
8745eafa
NC
9842002-12-23 Nick Clifton <nickc@redhat.com>
985
986 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
987 macro. Handle 'S' encoding, accepting 8-bit characters.
988 (main): Parse 'S' encoding.
989 (get_char): Accept 'S' encoding.
990 (print_strings): Use STRING_ISGRAPHIC.
991 (usage): Document support of 'S' encoding.
992 * doc/binutils.texi: Document support of 'S' encoding/
993 * NEWS: Mention new feature.
994
08213ebb
AM
9952002-12-20 Alan Modra <amodra@bigpond.net.au>
996
997 * README <building ar>: Don't use libibery's needed_list or
998 required_list, instead link libiberty/*.o.
999
b9e5d8e5
KH
10002002-12-19 Kazu Hirata <kazu@cs.umass.edu>
1001
1002 * doc/binutils.texi: Fix typos.
1003
c51238bc
DA
10042002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
1005
1006 * doc/binutils.texi: Add missing parenthesis.
1007
d7fb0dd2
NC
10082002-12-15 Nick Kelsey <nickk@ubicom.com>
1009
1010 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
1011 symbols by adding the given prefix to the begining of the symbol
50c2245b 1012 name. This is useful to provide name space separation regardless
d7fb0dd2
NC
1013 of how the object file was created. Added --prefix-sections=
1014 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
1015 sections (or all sections with the alloc flag set) by adding the given
1016 prefix to the begining of the symbol name.
1017 * NEWS: Mention this new feature.
1018 * doc/binutils.texi: Document this new feature.
1019
55b9cdf1
AM
10202002-12-13 Alan Modra <amodra@bigpond.net.au>
1021
1022 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
1023 dyn_string_append with dyn_string_append_cstr.
1024
1025 * emul_aix.c (ar_emul_aix_create): Remove unused function.
1026
84ad6ede
NC
10272002-12-10 James Cownie <jcownie@etnus.com>
1028
1029 * readelf.h (get_TAG_name, get_AT_name,
704afb58 1030 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
1031 DWARF2 spec.
1032 * NEWS: Mention this new support.
1033
7d036af2
AM
10342002-12-08 Alan Modra <amodra@bigpond.net.au>
1035
1036 * NEWS: Mention that bfd no longer declares a "boolean" type.
1037
3e8bba36
AM
10382002-12-07 Alan Modra <amodra@bigpond.net.au>
1039
1040 * readelf.c (process_program_headers): When setting loadaddr, don't
1041 assume segment size is 4k. Use p_align instead.
1042 (loadaddr): Change from int to long.
1043 (dynamic_addr, dynamic_info, version_info): Likewise.
1044 (process_dynamic_segment <syminsz>): Likewise.
1045 (process_dynamic_segment): Adjust print format string.
1046 (rela_addr, rela_size): Delete.
1047 (process_relocs): Formatting.
1048
d070dab9
JW
10492002-12-05 Jim Wilson <wilson@redhat.com>
1050
1051 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
1052 * configure: Regenerate.
1053
45bcbdb1
ILT
10542002-12-04 Ian Lance Taylor <ian@airs.com>
1055
1056 * MAINTAINERS: Change e-mail address back to airs.com.
1057
42ea8716
AH
10582002-12-04 Aldy Hernandez <aldyh@redhat.com>
1059
1060 * MAINTAINERS: Add self.
1061
b34976b6
AM
10622002-11-30 Alan Modra <amodra@bigpond.net.au>
1063
1064 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
1065 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
1066 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
1067 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
1068 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
1069 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
1070 with TRUE/FALSE. Formatting.
1071
c8286bd1
JJ
10722002-11-29 Jakub Jelinek <jakub@redhat.com>
1073
1074 * readelf.c Replace occurrences of Elf32_Internal_* and
1075 Elf64_Internal_* with Elf_Internal_*.
1076 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
1077 Zero r_addend fields.
1078 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
1079 Elf_Internal_Rela.
1080
92acdfaf
NC
10812002-11-23 Nick Clifton <nickc@redhat.com>
1082
1083 * size.c (usage): Fix typo describing switch for hex format.
1084
48c5eb8a
SS
10852002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
1086
1087 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
1088 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
1089 testcase
1090
2f62977e
NC
10912002-11-14 Nick Clifton <nickc@redhat.com>
1092
1093 * readelf.c (process_program_headers): Add comment about return
1094 value. Ensure that 0 is returned if the headers are not loaded.
1095 (process_file): If process_section_headers failed to load the
1096 headers disable any tests that rely upon them. Similarly for
1097 process_program_headers.
1098
cd24c222
NC
10992002-11-12 Nick Clifton <nickc@redhat.com>
1100
1101 * po/da.po: Updated Danish translation.
1102
f3931575
AM
11032002-11-12 Klee Dienes <kdienes@apple.com>
1104
1105 * rddbg.c (read_section_stabs_debugging_info): Also recognize
1106 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
1107
b54e7460
CF
11082002-11-11 Christopher Faylor <cgf@redhat.com>
1109
1110 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
1111 cgf maintainership.
1112
4f17cc13
CF
11132002-11-11 Christopher Faylor <cgf@redhat.com>
1114
1115 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
1116
232e7cb8
NC
11172002-11-07 Nick Clifton <nickc@redhat.com>
1118
cd24c222 1119 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
1120 * configure: Regenerate.
1121 * po/da.po: New Danish translation.
1122
232e7cb8
NC
1123 * readelf.c (get_symbol_index_type): Revert part of previous
1124 patch: Display unknown symbol types in decimal, not hex.
1125
c9e38879
NC
11262002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1127
1128 * dlltool.c (add_excludes): Don't prefix excluded fastcall
1129 symbols with underscore.
1130 (xlate): Ignore add_underscore for decorated fastcall symbols.
1131
11322002-11-07 Eric Kohl <ekohl@rz-online.de>
1133
1134 * deflex.l: Accept '@' as first character of an ID.
1135 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
1136 ASM_PREFIX for fastcall symbols.
1137 (scan_drectve_symbols): Handle fastcall symbols when generating
1138 undecorated aliases for symbols in drectve section.
1139 (scan_filtered_symbols): Likewise, with export-all.
1140 (xlate): Likewise, with --kill-at.
1141 (make_imp_label): New function to handle fastcall symbols
1142 correctly.
1143 (make_one_lib_file): Use make_imp_label instead of make_label
1144 for imp symbols.
1145
a700dc3b
SS
11462002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
1147
1148 * MAINTAINERS: Add self as TIC4X maintainer.
1149
5cf1065c
NC
11502002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
1151
1152 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
1153 PROCESSOR-specific, OS-specific, reserved and unknown symbol
1154 types.
5cf1065c 1155
f1ef08cb
AM
11562002-11-04 Alan Modra <amodra@bigpond.net.au>
1157
1158 * readelf.c (byte_get_little_endian): Comment typo fix.
1159 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
1160 as the format string.
1161 (dump_relocations): Correct section sym names.
1162 (process_section_headers): Clear symtab_shndx_hdr.
1163 (read_and_display_attr_value): Don't pass indirect string to printf
1164 as the format string.
1165 (display_debug_frames): Indicate when zero terminator found. Decode
1166 DW_EH_PE_pcrel addresses.
1167
1a09a22c
NC
11682002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
1169
1170 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
1171 order to ensure proper disassembly of the valid 0-value opcode.
1172 * configure: Regenerate.
1173 * aclocal.m4: Regenerate.
1174 * config.in: Regenerate.
1175 * configure.in: Regenerate.
1176 * doc/Makefile.in: Regenerate.
1177 * po/binutils.pot: Regenerate.
1178
c254c557
KK
11792002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1180
1181 * MAINTAINERS: Add self as SH maintainer.
1182
aefbdd67
BE
11832002-10-23 Ben Elliston <bje@redhat.com>
1184
1185 * doc/binutils.texi (objdump): Document -z and move the entry for
1186 --disassemble-zeroes to the end of the options section (for `z').
1187
ab9bcc01
NC
11882002-10-21 Nick Clifton <nickc@redhat.com>
1189
1190 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
1191
8ab56b6f
AM
11922002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
1193
1194 * objdump.c (dump_data): Correct addr_offset for opb != 1.
1195
49c12576
AM
11962002-10-15 Alan Modra <amodra@bigpond.net.au>
1197
48417c1a
AM
1198 * bucomm.c (list_supported_targets): Use bfd_target_list.
1199
49c12576
AM
1200 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
1201 other object errors in preference to bfd_core errors.
1202
6e1a7e9a
AM
12032002-10-14 Alan Modra <amodra@bigpond.net.au>
1204
1205 * Makefile.am: Run "make dep-am".
1206 * objdump.c: #include "bfdver.h".
1207 * version.c: Likewise.
1208 * Makefile.in: Regenerate.
1209 * config.in: Regenerate.
1210 * configure: Regenerate.
1211 * po/POTFILES.in: Regenerate.
1212
09fc3b02
DJ
12132002-10-09 Daniel Jacobowitz <drow@mvista.com>
1214
1215 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
1216 sections. Allow relocations against the absolute symbol. Don't
1217 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 1218 relocation.
09fc3b02 1219
f309035a
NC
12202002-10-07 Gordon Chaffee <chaffee@netvmg.com>
1221
1222 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
1223 ordinary ones are available.
1224
810dfa6e
L
12252002-09-30 H.J. Lu <hjl@gnu.org>
1226
1227 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
1228 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
1229
bb279dc0
ZW
12302002-09-17 Zack Weinberg <zack@codesourcery.com>
1231
1232 * Makefile.am (CFILES): Add cxxfilt.c.
1233 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
1234 (cxxfilt_LDADD): Delete.
1235 Remove all references to underscore.c.
1236 Regen dependencies.
1237 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
1238 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
1239 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
1240 adjustments to fit into binutils framework.
1241 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
1242
065c959b
NC
12432002-09-12 Roland McGrath <roland@redhat.com>
1244
1245 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
1246 Handle DW_OP_GNU_push_tls_address.
1247
e09f4395
NC
12482002-09-11 Nick Clifton <nickc@redhat.com>
1249
1250 * po/tr.po: Updated Turkish translation.
1251
873e0588
NC
12522002-09-10 Nick Clifton <nickc@redhat.com>
1253
1254 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
1255 testsuite changes. Add paragraphs about testsuite and config
1256 patches.
1257
069fe61f
NC
12582002-08-29 Nick Clifton <nickc@redhat.com>
1259
1260 * readelf.c (get_machine_flags): Remove redundant reference to
1261 E_V850EA_ARCH.
1262
fe0507eb
AM
12632002-08-28 Alan Modra <amodra@bigpond.net.au>
1264
1265 * objdump.c (dump_bfd): Restore lines accidentally deleted in
1266 last commit.
1267
026df7c5
NC
12682002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1269
bb279dc0 1270 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
1271 (dump_bfd_header): Likewise.
1272
68a4c073
AM
12732002-08-27 Alan Modra <amodra@bigpond.net.au>
1274
1275 * nm.c: Revert last change.
1276
a1df01d1
AM
12772002-08-26 Alan Modra <amodra@bigpond.net.au>
1278
1279 * nm.c (display_rel_file): Don't report "no symbols" as an error.
1280 * objdump.c (slurp_symtab): Likewise.
1281 (slurp_dynamic_symtab): Likewise.
1282 (dump_symbols): Likewise. Do print "no symbols" to stdout.
1283
a926ab2f
GK
12842002-08-24 Geoffrey Keating <geoffk@redhat.com>
1285
1286 * MAINTAINERS: Change my mailing address.
1287
fcf62380
DA
12882002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1289
1290 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
1291
51e28791
NC
12922002-08-22 Nick Clifton <nickc@redhat.com>
1293
1294 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
1295 HPPA.
1296
c5b060ad
AM
12972002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1298
1299 * readelf.c (parse_args): Change debug_dump_opt to static.
1300
4b73ca92
NC
13012002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
1302
1303 * stabs.c (parse_stab_argtype): Pass length of physname to
1304 stab_demangle_argtypes.
1305 (stab_demangle_argtypes): Add new parameter - length of physname.
1306 Pass length of physname on to stab_demangle_prefix.
1307 (stab_demangle_prefix): Add new parameter - length of physname.
1308 Use length of physname (if supplied) to compute end of function
1309 name.
1310
35b1837e
AM
13112002-08-15 Alan Modra <amodra@bigpond.net.au>
1312
1313 * readelf.c: Include elf/i370.h.
1314 (dump_relocations): Handle EM_S370.
1315 (dynamic_segment_parisc_val): Print \n.
1316 (process_dynamic_segment <DT_BIND_NOW>): Here too.
1317
762baac5
NC
13182002-08-14 Nick Clifton <nickc@redhat.com>
1319
1320 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
1321 * objdump.c (usage): Likewise.
1322 * doc/binutils.texi: Likewise.
1323
85c09e8a
NC
13242002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
1325
1326 * rcparse.y (acc_entry): Don't warn about ALT use with
1327 non-VIRTKEY.
1328
212a3c4d
L
13292002-08-13 H.J. Lu <hjl@gnu.org>
1330
1331 * objcopy.c (copy_object): Don't warn about the unsupported
1332 architecture unless the input target is defaulted or the
1333 output architecture is different from the input.
1334
2b692c59
NC
13352002-08-09 Nick Clifton <nickc@redhat.com>
1336
1337 * po/sv.po: Updated Swedish translation.
1338
09de7a73
AM
13392002-08-05 Alan Modra <amodra@bigpond.net.au>
1340
1341 * prdbg.c (pr_fix_visibility): Remove assert.
1342
47badb7b
NC
13432002-07-31 Nick Clifton <nickc@redhat.com>
1344
1345 * addr2line.c (process_file): Rename parameter 'filename' to
1346 'file_name' in order to avoid shadowing global symbol of the
1347 same name.
1348 (main): Likewise.
1349
2979dc34
JJ
13502002-07-30 Jakub Jelinek <jakub@redhat.com>
1351
1352 * readelf.c (OPTION_DEBUG_DUMP): Define.
1353 (options): Use it.
1354 (usage): Update help.
1355 (parse_args): Handle --debug-dump separately from -w.
1356 * doc/binutils.texi (readelf): Update documentation.
1357
219576a4
NC
13582002-07-25 Nick Clifton <nickc@redhat.com>
1359
1360 * po/es.po: Updated Spanish translation.
1361 * po/fr.po: Updated French translation.
1362
bf4f22e6 13632002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 1364
bf4f22e6
NC
1365 * po/es.po: Updated Spanish translation.
1366
c5b3a82a
AM
13672002-07-23 Alan Modra <amodra@bigpond.net.au>
1368
1369 * Makefile.am: Run "make dep-am".
1370 * Makefile.in: Regenerate.
1371
0461a601
NC
13722002-07-23 Nick Clifton <nickc@redhat.com>
1373
bf4f22e6 1374 * po/fr.po: Updated French translation.
0461a601 1375
bf44dd74
AM
13762002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
1377
1378 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
1379
2c205ff2
AM
13802002-07-20 Alan Modra <amodra@bigpond.net.au>
1381
63eb0809 1382 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 1383
1e4cf259
NC
13842002-07-18 Denis Chertykov <denisc@overta.ru>
1385 Frank Ch. Eigler <fche@redhat.com>
1386
1387 * readelf.c: Include "elf/ip2k.h".
1388 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
1389 (dump_relocations): Likewise.
1390 (get_machine_name): Likewise.
1391 * NEWS: Mention IP2K support.
1392
2cbb2eef
NC
13932002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1394
1395 * NEWS: Add 'Changes in 2.13'.
1396
047b2264
JJ
13972002-07-10 Jakub Jelinek <jakub@redhat.com>
1398
1399 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
1400 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
1401 (get_section_type_name): Handle SHT_GNU_LIBLIST.
1402 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
1403 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
1404 (process_gnu_liblist): New.
1405 (process_file): Call it.
1406
97230b15
AM
14072002-07-03 Alan Modra <amodra@bigpond.net.au>
1408
1409 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1410 * Makefile.in: Regenerate.
1411
a6637ec0
AM
14122002-07-02 Alan Modra <amodra@bigpond.net.au>
1413
1414 * budemang.c: New file, "demangle" function.
1415 * budemang.h: New file.
1416 * addr2line.c (translate_addresses): Use "demangle".
1417 * nm.c (print_symname): Likewise.
1418 * objdump.c (objdump_print_symname): Likewise.
1419 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
1420 here since that obfuscates.
1421 * rdcoff.c: Don't #include demangle.h.
1422 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
1423 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
1424 (HFILES): Add budemang.h. Sort.
1425 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
1426 Run "make dep-am".
1427 * Makefile.in: Regenerate.
1428
179d3252
JT
14292002-07-01 Matt Thomas <matt@3am-software.com>
1430
1431 * readelf.c: Include "elf/vax.h".
1432 (guess_is_rela): Move EM_VAX from unknown to RELA case.
1433 (dump_relocations): Handle VAX relocations.
1434 (get_machine_flags): Handle VAX machine flags.
1435
75751cd9
SC
14362002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1437
1438 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
1439
e5851ab8
NC
14402002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
1441
1442 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
1443
eb3f2f5c
AM
14442002-06-26 Alan Modra <amodra@bigpond.net.au>
1445
1446 * nm.c (print_symname): When demangling, strip leading dots from
1447 symbol names to avoid confusing the demangler.
1448
a13a0de8
L
14492002-06-25 H.J. Lu <hjl@gnu.org>
1450
1451 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1452 * Makefile.in: Regenerated.
1453
6db7a086
AM
14542002-06-21 Igor Schein <igor@txc.com>
1455
1456 * configure.in: Quote bu_cv_have_fopen64.
1457 * configure: Regenerate.
1458
9710509e
AM
14592002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
1460
1461 * configure.in: Check for strcoll.
1462 * configure: Regenerate.
1463 * config.in: Regenerate.
1464 * nm.c (main): Set locale for LC_COLLATE category.
1465 (non_numeric_forward): Use strcoll if available.
1466
a9f0b5e7
DB
14672002-06-20 Dave Brolley <brolley@redhat.com>
1468
1469 * MAINTAINERS: Add self as fr30 and frv maintainer.
1470
33f5f537
L
14712002-06-18 H.J. Lu (hjl@gnu.org)
1472
1473 * nm.c: Include "elf/common.h".
1474 (extended_symbol_info): Add elfinfo, a pointer to
1475 elf_symbol_type.
1476 (SYM_SIZE): Use elfinfo if it is not NULL.
1477 (get_symbol_type): New function.
1478 (display_archive): Set print_width for each archive member.
1479 (display_file): Likewise.
1480 (display_rel_file): Don't set print_width here.
1481 (print_object_filename_sysv): Handle print_width.
1482 (print_archive_member_sysv): Likewise.
1483 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
1484 (print_symbol): Set the elfinfo field in extended_symbol_info
1485 for ELF.
1486 (print_object_filename_sysv): Fix the output format.
1487 (print_symbol_info_sysv): Print type and section for ELF.
1488
14892002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
1490
1491 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 1492 the symbol's size equal to its value when --size-sort is
33f5f537
L
1493 used.
1494
5c70f934
DB
14952002-06-18 Dave Brolley <brolley@redhat.com>
1496
1497 From Catherine Moore:
1498 * readelf.c (elf/frv.h): #include it.
1499 (guess_is_rela): Support EM_CYGNUS_FRV.
1500 (dump_relocations): Ditto.
1501 (get_machine_name): Ditto.
1502 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
1503
7ece0d85
JJ
15042002-06-18 Jakub Jelinek <jakub@redhat.com>
1505
1506 * readelf.c (get_file_header): Only read the first section header if
1507 e_shoff is non-zero.
1508
72797995
L
15092002-06-15 H.J. Lu (hjl@gnu.org)
1510
1511 * nm.c (print_size): New variable. Initialize to 0.
1512 (long_options): Add 'S'/"print-size".
1513 (main): Handle 'S'.
1514 (print_symbol_info_bsd): Print size only if print_size is not
1515 0.
1516
1517 * doc/binutils.texi: Document -S/--print-size.
1518
977f7911
NC
15192002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
1520
50c2245b 1521 * nm.c (struct extended_symbol_info): New structure: Add the size
977f7911
NC
1522 of the symbols to the information provided by the symbol_info
1523 structure.
1524 (print_symbols): Pass the symbol size to print_symbol.
1525 (print_size_symbols): Pass the symbol size to print_symbol.
1526 (print_symbol): Extra argument: The size of the symbol. Store
1527 this in the extended_symbol_info structure.
1528 (print_symbol_info): Change type of info parameter to
1529 extended_symbol_info. Display the size, if known.
1530 (print_symbol_info_posix): Likewise.
1531 (print_symbol_info_sysv): Likewise.
1532
b1f88ebe
AM
15332002-06-08 Alan Modra <amodra@bigpond.net.au>
1534
fa449227
AM
1535 * Makefile.am: Run "make dep-am".
1536 * Makefile.in: Regenerate.
1537 * doc/Makefile.in: Regnerate.
1538
b1f88ebe
AM
1539 * bucomm.c: Replace CONST with const.
1540 * nm.c: Likewise.
1541 * objdump.c: Likewise.
1542
91a106e6
L
15432002-06-07 H.J. Lu <hjl@gnu.org>
1544
1545 * readelf.c (DW_CFA_GNU_args_size): Don't define.
1546 (DW_CFA_GNU_negative_offset_extended): Likewise.
1547 (DW_CFA_GNU_window_save): Likewise.
1548 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
1549 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
1550
6ab6b380 15512002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 1552
6ab6b380
NC
1553 * nm.c: When computing size of symbols for an ELF target use the
1554 internal size field.
1555
e28e05a3
JL
15562002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1557
1558 * testsuite/binutils-all/objcopy.exp: clear xfail for
1559 "hppa*64*-*-hpux*".
1560 * testsuite/binutils-all/hppa/objdump.exp: Return if
1561 "*64*-*-*".
1562
dc156bc0
AM
15632002-06-05 Alan Modra <amodra@bigpond.net.au>
1564
1565 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
1566
15672002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
1568
1569 * objdump.c: Fix formatting.
1570
d79e4ea3
BE
15712002-05-29 Ben Elliston <bje@redhat.com>
1572
1573 * MAINTAINERS: Add self as M68k maintainer.
1574
d172d4ba
NC
15752002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1576
1577 * readelf.c: Modified/Added DLX elf support.
1578
7edb8f29
NC
15792002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1580
3a1a2036
NC
1581 * arsup.c: Fix formatting.
1582 * debug.c (debug_record_label): Add missing colon to error
1583 message.
1584 * ieee.c (parse_ieee_ty): Fix spelling typo.
1585 * readelf.c (process_program_headers): Remove English assumption
1586 about making a plural word.
1587 (process_section_headers): Likewise.
1588 (process_relocs): Allow quotes to be translated.
1589 (process_unwind): Likewise,
1590 (process_mips_specific): Improve error message.
1591 (get_note_type): Fix spelling typo.
1592
7edb8f29
NC
1593 * configure.in (ALL_LINGUAS): Add sv
1594 * po/sv.po: New file.
1595
3eee1e9d
AM
15962002-05-27 Alan Modra <amodra@bigpond.net.au>
1597
1598 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1599 (unw_print_grmask): Likewise.
1600 (unw_print_frmask): Likewise.
1601
d43efbe3
KH
16022002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1603
1604 * arsup.c: Remove ARGSUSED.
1605 * debug.c: Likewise.
1606 * ieee.c: Likewise.
1607 * nlmconv.c: Likewise.
1608 * prdbg.c: Likewise.
1609 * stabs.c: Likewise.
1610 * wrstabs.c: Likewise.
1611
e9792343
AM
16122002-05-25 Alan Modra <amodra@bigpond.net.au>
1613
1614 * arlex.l: Use #include "" instead of <> for local header files.
1615 * coffdump.c: Likewise.
1616 * coffgrok.c: Likewise.
1617 * nlmconv.c: Likewise.
1618 * nlmheader.y: Likewise.
1619 * srconv.c: Likewise.
1620 * strings.c: Likewise.
1621 * sysdump.c: Likewise.
1622 * unwind-ia64.h: Likewise.
1623 * windres.h: Likewise.
1624 * winduni.h: Likewise.
1625
d7e53452
TR
16262002-05-24 Tom Rix <trix@redhat.com>
1627
1628 * MAINTAINERS: Add self as the d10v maintainer.
1629
436e8db0
NC
16302002-05-24 TAMURA Kent <kent@netbsd.org>
1631
1632 * configure.in: Builds dlltool for i386-netbsdpe.
1633 * configure: Regenerate.
1634
9f66665a
KH
16352002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1636
1637 * size.c: Fix formatting.
1638 * srconv.c: Likewise.
1639 * stabs.c: Likewise.
1640 * sysdump.c: Likewise.
1641 * unwind-ia64.c: Likewise.
1642 * wrstabs.c: Likewise.
1643
13ae64f3
JJ
16442002-05-23 Jakub Jelinek <jakub@redhat.com>
1645
1646 * readelf.c (get_segment_type): Add PT_TLS.
1647 (get_elf_section_flags): Add SHF_TLS.
1648 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1649 (process_dynamic_segment): Use puts instead of printf.
1650 (get_symbol_type): Support STT_TLS.
1651 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1652 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1653 Add SEC_THREAD_LOCAL.
1654
53c7db4b
KH
16552002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1656
1657 * rdcoff.c: Fix formatting.
1658 * rddbg.c: Likewise.
1659 * readelf.c: Likewise.
1660 * rename.c: Likewise.
1661 * resbin.c: Likewise.
1662 * resrc.c: Likewise.
1663 * resres.c: Likewise.
1664
0af11b59
KH
16652002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1666
1667 * filemode.c: Fix formatting.
1668 * ieee.c: Likewise.
1669 * is-ranlib.c: Likewise.
1670 * is-strip.c: Likewise.
1671 * maybe-ranlib.c: Likewise.
1672 * maybe-strip.c: Likewise.
1673 * nlmconv.c: Likewise.
1674 * nm.c: Likewise.
1675 * not-ranlib.c: Likewise.
1676 * not-strip.c: Likewise.
1677 * objcopy.c: Likewise.
1678 * objdump.c: Likewise.
1679
21611032
TS
16802002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1681
1682 * objdump.c (dump_headers): Fix output formatting for ELF32
1683 architectures in a BFD64 enabled toolchain.
1684
26044998
KH
16852002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1686
1687 * debug.c: Fix formatting.
1688 * debug.h: Likewise.
1689 * dlltool.c: Likewise.
1690 * dllwrap.c: Likewise.
1691 * emul_aix.c: Likewise.
1692 * emul_vanilla.c: Likewise.
1693
f462a9ea
KH
16942002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1695
1696 * addr2line.c: Fix formatting.
1697 * ar.c: Likewise.
1698 * arsup.c: Likewise.
1699 * arsup.h: Likewise.
1700 * binemul.c: Likewise.
1701 * binemul.h: Likewise.
1702 * bucomm.c: Likewise.
1703 * coffdump.c: Likewise.
1704 * coffgrok.c: Likewise.
1705 * coffgrok.h: Likewise.
1706
e0159aa9
MM
17072002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1708
1709 * MAINTAINERS: Add myself as the second AVR port maintainer.
1710
074b403e
SC
17112002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1712
1713 * MAINTAINERS: Update my email address.
1714
2b9c8201
NC
17152002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1716
1717 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1718
e1d5b1e7
AM
17192002-05-09 Alan Modra <amodra@bigpond.net.au>
1720
1721 * configure.in: Replace `*pe' with `pe' throughout.
1722 * configure: Regenerate.
1723
d3d8a9ee
NC
17242002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1725
1726 * Makefile.am: Honour DESTDIR.
1727 * Makefile.in: Regenerate.
1728
405c98a4
AM
17292002-05-06 Alan Modra <amodra@bigpond.net.au>
1730
a02d5965
AM
1731 * dlltool.c (process_def_file): Add missing prototype.
1732 (new_directive, assemble_file, main): Likewise.
1733 (process_def_file, new_directive): Make static.
1734 (inform): Rewrite using VA_FIXEDARG.
1735 * dllwrap.c (mybasename): Add missing prototype.
1736 (strhash, main): Likewise.
1737 (inform): Rewrite using VA_FIXEDARG.
1738 (warn): Likewise.
1739 (cleanup_and_exit): Use old style function definition.
1740 (strhash): Likewise.
1741 * windres.c (define_resource): Use one memset to clear all of
1742 struct res_resource.
1743
405c98a4 1744 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1745 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1746
17472002-05-06 Borut Razem <borut.razem@siol.net>
1748
1749 * rclex.l (get_string): Correct "strings" list handling.
1750 * resrc.c (read_rc_file): Discard strings.
1751
91593c9d
AM
17522002-05-04 Alan Modra <amodra@bigpond.net.au>
1753
e58a75dc
AM
1754 * ar.c (replace_members): Remove unused var. Formatting fix.
1755 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1756
91593c9d
AM
1757 * MAINTAINERS: Sort port maintainers by CPU.
1758
6b52b824
AM
17592002-05-04 Bob Byrnes <byrnes@curl.com>
1760
1761 * size.c (display_archive): Add last_arfile and code to close archives.
1762
dd70071f
AM
17632002-05-01 Alan Modra <amodra@bigpond.net.au>
1764
1765 * nm.c (print_symbol): Check returned filename from
1766 bfd_find_nearest_line is non-NULL.
1767
6c95717a 17682002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1769
1770 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1771
3c25c5f6
NC
17722002-04-24 Christian Groessler <chris@groessler.org>
1773
1774 * MAINTAINERS: Changed my email address.
1775
944cd72c
TS
17762002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1777
1778 * arparse.y: Fix syntax warning.
1779
ea91f8bb
NC
17802002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1781
3e55a963
NC
1782 * readelf.c (fetch_location_list): Remove unused function.
1783
1784 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1785 and display a warning message, then exit the loop.
1786
ea91f8bb
NC
1787 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1788
45b99827
NC
17892002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1790
1791 * resrc.c (write_rc_dialog): If charset is non-default value
1792 display all of the DIALOGEX parameters.
1793
17942002-04-15 Eric Kohl <ekohl@rz-online.de>
1795
bb279dc0 1796 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1797 DIALOGEX resources.
1798 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1799 resource data.
bb279dc0 1800 (res_to_bin_dialog): Likewise.
45b99827
NC
1801 * windres.h: Added misssing charset variable to dialog_ex
1802 structure.
1803
acfbab8a
NC
18042002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1805
1806 * rcparse.y: Set MEMFLAG_PURE by default.
1807
df3baf66
NC
18082002-04-09 Bernd Herd <info@herdsoft.com>
1809
bb279dc0 1810 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1811 are quoted.
4c30641a 1812 Fix typo in BEDIT warning.
91eafb40 1813 Don't add default dialog style when explicit style specified.
b62a12ca 1814 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1815
b24eb5ac
NC
1816 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1817 (handle_quotes) "\a" escape (used for right justified key
1818 definitions in menus) is encodes as binary 8.
df3baf66 1819
b24eb5ac
NC
1820 * resrc.c (write_rc_dialog): Print style even if it is 0.
1821 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1822 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1823
b24eb5ac
NC
1824 * resbin.c (bin_to_res_dialog): Use signature to identify
1825 DIALOGEX.
f7d63484 1826
b24eb5ac 1827 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1828
df3baf66
NC
18292002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1830
1831 * resrc.c: print CLASS names in quotes
1832
18332002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1834
1835 * MAINTAINERS: Update my email address.
1836
8e42bcb6
AM
18372002-04-04 Alan Modra <amodra@bigpond.net.au>
1838
1839 * dep-in.sed: Cope with absolute paths.
1840 * Makefile.am (dep.sed): Subst TOPDIR.
1841 Run "make dep-am".
1842 * Makefile.in: Regenerate.
1843
96f959e5
PT
18442002-03-27 Peter Targett <peter.targett@arc.com>
1845
1846 * MAINTAINERS: Update my email address.
1847
1ea788ee
AM
18482002-03-21 Alan Modra <amodra@bigpond.net.au>
1849
1850 * Makefile.am: Run "make dep-am".
1851 * Makefile.in: Regenerate.
1852 * doc/Makefile.in: Regenerate.
1853 * po/POTFILES.in: Regenerate.
1854 * aclocal.m4: Regenerate.
1855 * config.in: Regenerate.
1856 * configure: Regenerate.
1857
a2f14207
DB
18582002-03-20 Daniel Berlin <dan@dberlin.org>
1859
1860 * readelf.c: Add support for displaying dwarf2 location lists.
1861 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1862 (parse_args): Use 'O' as shorthand for displaying location list
1863 section.
1864 (process_section_headers): Handle debug_loc as well.
1865 (load_debug_loc): New.
1866 (free_debug_loc): New.
1867 (fetch_location_list): New.
1868 (display_debug_loc): New.
1869 (display_debug_info): Call load_debug_loc and free_debug_loc.
1870 (debug_displays): We can display .debug_loc now, too.
1871 (usage): Update usage string.
1872 (read_and_display_attr_value): Note location lists, but don't
1873 display them inline.
1874
eb1e0e80
NC
18752002-03-18 Tom Rix <trix@redhat.com>
1876
1877 * Makefile.am: Add binutils emulation support.
1878 * configure.in: Same.
1879 * configure.tgt: New file. Same.
1880 * ar.c (main): Use ar_emul_parse_arg.
1881 (usage): Use ar_emul_usage.
1882 (replace_members): Use ar_emul_replace, ar_emul_append.
1883 * binemul.c: New file. Define the binutils emulation
1884 layer. Define default methods.
1885 * binemul.h: New file. Binutils emulation layer header file.
1886 * emul_aix.c: New file. AIX binutils emulation.
1887 * emul_vanilla.c: New file. Default binutils emulation.
1888 * Makefile.in: Regenerate.
1889 * configure: Same.
1890
a1c259a1
NC
18912002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1892
1893 * po/fr.po: Updated version.
1894
9ce88e60
NC
18952002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1896
1897 * po/fr.po: Updated version.
1898
effb0601
DJ
18992002-03-07 Daniel Jacobowitz <drow@mvista.com>
1900
1901 * README: Update some version numbers.
1902
a65688ab
DJ
19032002-03-07 Daniel Jacobowitz <drow@mvista.com>
1904
1905 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1906 (Architecture Selection): Likewise.
1907
f3f7fbb2
NC
19082002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1909
1910 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1911 generating .exp file.
1912
25345be5
NC
19132002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1914
1915 * readelf.c (dump_relocations): Fix typo.
1916
9a66911f
NC
19172002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1918
1919 * NEWS: Mark 2.12 branch.
1920
2c71103e
NC
19212002-02-18 Timothy Daly <remote_bob@yahoo.com>
1922
bb279dc0
ZW
1923 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1924 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1925 output.
bb279dc0 1926 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1927 to 'unrecognized'.
1928 (decode_ARM_machine_flags): Likewise.
1929 (parse_args): Likewise.
1930 (read_and_display_attr_value): Likewise.
1931 (display_debug_section): Likewise.
1932
49fda6c8
HPN
19332002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1934
1935 * NEWS: Mention support for MMIX.
1936
76f57f3a
JT
19372002-02-13 Matt Fredette <fredette@netbsd.org>
1938
1939 * readelf.c (get_machine_flags): Recognize EF_M68000.
1940
d36ca9c2
AO
19412002-02-12 Alexandre Oliva <aoliva@redhat.com>
1942
1943 * MAINTAINERS: Added self as MN10300 co-maintainer.
1944
19397422
AM
19452002-02-12 Alan Modra <amodra@bigpond.net.au>
1946
1947 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1948 DT_PPC64_OPDSZ.
1949
d434e574
DJ
19502002-02-11 Daniel Jacobowitz <drow@mvista.com>
1951
1952 * MAINTAINERS: List myself as branch maintainer.
1953
12b87c89
AM
19542002-02-11 Alan Modra <amodra@bigpond.net.au>
1955
1956 * configure: Regenerate.
1957 * objcopy.c: Update copyright date.
1958 * doc/Makefile.in: Regenerate.
1959
8d037c5c
DJ
19602002-02-10 Daniel Jacobowitz <drow@mvista.com>
1961
1962 * nlmconv.c: Back out localtime PARAMS change.
1963
4c168fa3
AM
19642002-02-11 Alan Modra <amodra@bigpond.net.au>
1965
1966 * objcopy.c (MKDIR): Define.
1967 (copy_archive): Make name_list.name const. Use MKDIR.
1968 Handle duplicate files in archives by making more temp dirs.
1969
408f8db1
DJ
19702002-02-10 Daniel Jacobowitz <drow@mvista.com>
1971
1972 * coffdump.c: Include "getopt.h" after "bucomm.h"
1973 so that macros are defined correctly.
1974 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1975 prototype. Prototype main.
1976 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1977
9f77fa06
AO
19782002-02-06 Alexandre Oliva <aoliva@redhat.com>
1979
1980 * MAINTAINERS: Added self as SH co-maintainer.
1981
82f6addb
NC
19822002-02-05 Nick Clifton <nickc@redhat.com>
1983
1984 * po/tr.po: Updated translation.
1985
ba323545
AM
19862002-02-01 Alan Modra <amodra@bigpond.net.au>
1987
1988 * Makefile.am: Run "make dep-am"
1989 * Makefile.in: Regenerate.
1990
3deb89d3
DJ
19912002-01-29 Daniel Jacobowitz <drow@mvista.com>
1992
1993 * nm.c (print_value): Mark abfd unused.
1994
a0e9c55f
DJ
19952002-01-29 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * unwind-ia64.c (unw_decoder): Change second argument
1998 to unsigned int, to match function prototypes.
1999
d7a283d4
DJ
20002002-01-29 Daniel Jacobowitz <drow@mvista.com>
2001
2002 * objdump.c: Include "getopt.h" after "bucomm.h" so that
2003 __GNU_LIBRARY__ will be defined.
2004 * size.c: Likewise.
2005
4867be41
DJ
20062002-01-27 Daniel Jacobowitz <drow@mvista.com>
2007
2008 * configure: Regenerated.
2009
7562a296
HPN
20102002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2011
2012 * doc/Makefile.am (install): Depend on install-info.
2013 * doc/Makefile.in: Regenerate.
2014
15c82623
NC
20152002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
2016
2017 * objcopy.c (strip_usage): Document -d as an alias
2018 --strip-debug.
2019
2020 * size.c (usage): Document [-t | --totals] options.
2021 (long_options): Add --totals option.
2022 (main): If the [-t | --totals] option is specified and
2023 the output format is Berkeley-style, print the total
2024 text, data, and bss sizes of all objects listed.
2025 (print_berkeley_format): If the [-t | --totals] option
2026 is specified, track the total text, data, and bss
2027 sizes.
2028 * doc/binutils.texi (size): Document [-t | --totals] options.
2029 (strip): Document -d as an alias for --strip-debug.
2030 * NEWS: Mention new feature of size.
2031
00ea8601 20322002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 2033
1ddbd152
NC
2034 * po/fr.po: Updated version.
2035 * po/es.po: Updated version.
b85cedd7 2036
8b53311e
NC
20372002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
2038
2039 * addr2line.c (usage): Update text to provide verbose
2040 description of the command line options.
2041 * ar.c (usage): Update text to provide verbose
2042 description of the command line options.
2043 (main): Accept -h and -H when running as ranlib.
2044 * coffdump.c (show_usage): Update text to provide verbose
2045 description of the command line options.
2046 * dlltool.c (main): Accept -H as an alias for --help.
2047 * nlmconv.c (show_usage): Update text to provide verbose
2048 description of the command line options.
2049 * nm.c (usage): Replace OPTIONS with option(s).
2050 (main): Accept -H as an alias for --help.
2051 * objcopy.c (strip_main): Accept -H as an alias for --help.
2052 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 2053 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
2054 other binutils.
2055 * size.c (usage): Update text to provide verbose description
2056 of the command line options.
2057 (main): Accept -v, -h and -H as command line options.
2058 * srconv.c (show_usage): Update text to provide verbose
2059 description of the command line options.
2060 * strings.c (main): Accept -H and -v as command line options.
2061 (usage): Update text to provide verbose description of the
2062 command line options.
2063 * sysdump.c (show_usage): Update text to provide verbose
2064 description of the command line options.
2065 * windres.c (usage): Adjust format to match style used in
2066 other binutils.
2067
2068 * coffdump.c: Fix formatting.
2069 * nlmconv.c: Fix formatting.
2070 * srconv.c: Fix formatting.
2071 * sysdump.c: Fix formatting.
2072
c46f0c34
AM
20732002-01-22 Alan Modra <amodra@bigpond.net.au>
2074
2075 * Makefile.am: Run "make dep-am".
2076 * Makefile.in: Regenerate.
2077
2a538ba5
AJ
20782002-01-18 Andreas Jaeger <aj@suse.de>
2079
2080 * version.c (print_version): Update year.
2081
285d1771
AM
20822002-01-17 Alan Modra <amodra@bigpond.net.au>
2083
2084 * readelf.c (get_machine_name): Handle EM_PPC64.
2085 (guess_is_rela): Here too.
2086
328577ad
NC
20872002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2088
2089 * po/binutils.pot: Regenerate.
2090 * po/fr.po: Regenerate.
2091 * po/tr.po: Regenerate.
2092
af3ae48d
NC
20932002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
2094
2095 * po/tr.po: Import new version.
2096
f1cb7e17
AM
20972002-01-16 Alan Modra <amodra@bigpond.net.au>
2098
2099 * readelf.c (get_ppc64_dynamic_type): New.
2100 (get_dynamic_type): Call it.
2101
6364e0b4
NC
21022002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2103
3ab9460d 2104 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 2105 (strip_usage): Use "options" instead of "switches".
3ab9460d 2106 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 2107 "switches".
6364e0b4 2108
3a7e524e
RE
21092002-01-14 Richard Earnshaw <rearnsha@arm.com>
2110
2111 * MAINTAINERS: Add self as co-maintainer for the ARM code.
2112
1209e219
NC
21132001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2114
2115 * po/es.po: Import from translation project.
2116 * configure.in (ALL_LINGUAS): Add es.
2117 * configure: Regenerate.
2118
b4db1224
JT
21192002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
2120
2121 * readelf.c (get_netbsd_elfcore_note_type): Use
2122 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
2123
9437c45b
JT
21242002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
2125
2126 * readelf.c: Update copyright years.
2127 (get_note_type): Return a const char *.
2128 (get_netbsd_elfcore_note_type): New function.
2129 (process_note): Use get_netbsd_elfcore_note_type to get
2130 the note type string for NetBSD ELF core files.
2131
00428cca
AM
21322002-01-06 Steve Ellcey <sje@cup.hp.com>
2133
2134 * readelf.c (get_ia64_segment_type): Add support for macros.
2135 (get_segment_type): Add support for IA64 specific macros.
2136
31104126
NC
21372001-12-20 Julian v. Bock <julian@wongr.net>
2138
2139 * readelf.c (print_symbol): New function: Print a formatted symbol
2140 name. If --wide is specified do not truncate it.
2141 (dump_relocations): Use print_symbol() to print symbol names.
2142 (process_symbol_table): Likewise.
2143 (process_syminfo): Likewise.
2144 (process_mips_specific): Likewise.
2145 (usage): Document new feature of --wide switch.
2146 * doc/binutils.texi (objdump): Document additional behaviour of
2147 --wide.
2a538ba5 2148
4dd67f29
MS
21492001-12-18 Michael Snyder <msnyder@redhat.com>
2150
2151 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
2152 (copy_object): Don't set the start address or flags of a core file.
2153 (copy_section): Don't relocate a core file. Don't copy contents
2154 if the input section has the contents flag set, but the output
2155 section does not (which happens with the fake 'note' pseudo-
2156 sections that BFD creates for corefiles).
2157
43521d43
TS
21582001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2159
2160 * readelf.c (get_machine_flags): Recognize header flags for ABI and
2161 ASE extensions. More robust code for ISA checking. Ignore empty fields
2162 in header flags for GNU extensions.
2163
b667df2e
AM
21642001-12-18 Alan Modra <amodra@bigpond.net.au>
2165
2166 * objcopy.c (copy_archive): Set output bfd format outside the loop.
2167
17a5a5c3
NC
21682001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2169
2170 * po/ja.po: Import from translation project.
2171 * configure.in (ALL_LINGUAS): Add ja.
2172 * configure: Regenerate.
2173
65de42c0
TS
21742001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2175
2176 * addr2line.c (main): Protoype.
2177 * ar.c (main): Protoype.
2178 * nm.c (main): Protoype.
2179 * objcopy.c (main): Protoype.
2180 * objdump.c (main): Protoype.
2181 * size.c (main): Protoype.
2182 * strings.c (main): Protoype.
2183
9ad5cbcf
AM
21842001-12-17 Alan Modra <amodra@bigpond.net.au>
2185
2186 * readelf.c (symtab_shndx_hdr): New global.
2187 (SECTION_HEADER_INDEX): Define.
2188 (SECTION_HEADER_NUM): Define.
2189 (SECTION_HEADER): Define.
2190 (GET_ELF_SYMBOLS): Pass two params rather than three.
2191 (get_32bit_elf_symbols): Take file and section args. Read and
2192 use SHT_SYMTAB_SHNDX.
2193 (get_64bit_elf_symbols): Likewise.
2194 (dump_relocations): Use SECTION_HEADER to index "section_headers".
2195 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
2196 Remember symtab_shdx_hdr.
2197 (process_program_headers): Scan from index 1 for segment map.
2198 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
2199 "section_headers".
2200 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
2201 (process_unwind): Likewise.
2202 (process_version_sections): Likewise.
2203 (process_symbol_table): Likewise.
2204 (display_debug_info): Likewise.
2205 (process_dynamic_segment): Fake up a symtab section for changed
2206 GET_ELF_SYMBOLS.
2207 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
2208 (process_program_headers): Kill signed/unsigned warning.
2209 (load_debug_str): Likewise.
2210 (display_debug_info): Likewise.
2211
65765700
JJ
22122001-12-13 Jakub Jelinek <jakub@redhat.com>
2213
2214 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
2215
560f3c1c
AM
22162001-12-11 Alan Modra <amodra@bigpond.net.au>
2217
2218 * readelf.c (process_file_header): Print extended e_shnum and
2219 e_shdtrndx values. Set elf_header values for same.
2220 (get_32bit_section_headers): Add "num" arg to read "num" headers.
2221 (get_64bit_section_headers): Likewise.
2222 (process_section_headers): Update calls.
2223 (get_file_header): Call get_32bit_section_headers or 64bit variant.
2224
bc408b8a
JJ
22252001-12-10 Jakub Jelinek <jakub@redhat.com>
2226
2227 * objcopy.c (setup_section): Copy entsize.
2228
93fbbb04
GK
22292001-12-07 Geoffrey Keating <geoffk@redhat.com>
2230
2231 * readelf.c (guess_is_rela): Add support for stormy16.
2232 (dump_relocations): Likewise.
2233 (get_machine_name): Likewise.
2234
e3c8793a
NC
22352001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2236
2237 * dllwrap.c (main) Replace multiple strings describing a
2238 single error with a single, newline escaped sentence to permit
2239 better translation into foreign languages.
2240
2241 * readelf.c (get_elf_class): Remove internalionalisation of ELF
2242 class names.
2243
956cd1d6
TS
22442001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2245
2246 * strings.c (get_char): Initialize value.
2247
956c53ee
TS
22482001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2249
2250 * arlex.l: Silence compile warnings.
2251 * arsup.h: Likewise. Fix formatting.
2252
cedd9a58
JJ
22532001-12-04 Jakub Jelinek <jakub@redhat.com>
2254
2255 * strings.c: Include config.h before bfd.h.
2256 (file_off): New type.
2257 (file_open): Define.
2258 (print_strings): Use file_off instead of file_ptr. Print addresses
2259 which don't fit into long correctly.
2260 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
2261 available.
2262 (strings_file): Use file_off instead of file_ptr. Use file_open.
2263 * configure.in: Check for getc_unlocked.
2264 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
2265 be defined for it.
2266 * configure: Rebuilt.
2267 * config.h.in: Rebuilt.
2268
af667503
L
22692001-11-29 H.J. Lu <hjl@gnu.org>
2270
2271 * bucomm.c (make_tempname): Revert the changes made on
2272 2001-11-14 and 2001-11-12. They won't work with directories.
2273
16474668
NC
22742001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
2275
2276 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
2277 CFLAGS_FOR_TARGET to runtest in environment.
2278 * Makefile.in: Rebuild.
2279 * doc/Makefile.in: Rebuild.
2280
17978339
MS
22812001-11-28 Mike Stump <mrs@wrs.com>
2282
2283 * objcopy.c (setup_section): Preserve SEC_RELOC when
2284 --set-section-flags is used.
2285
261a45ad
NC
22862001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
2287
2288 * readelf.c (do_debug_str): New variable.
2289 (display_debug_str): New function: Display the contents of a
2290 .debug_str section.
2291 (load_debug_str): New function: Load in the contents of a
2292 .debug_str section.
2293 (free_debug_str): New function: Free the memory used by
2294 load_debug_str().
2295 (fetch_indirect_string): Retrieve a string from the .debug_str
2296 section.
2297 (usage): Add -ws.
2298 (parse_args): Accept -ws.
2299 (process_section_headers): Allow the display of the .debug_str
2300 section.
2301 (read_and_display_attr_value): Use fetch_indirect_string. Show
2302 offset into .debug_str section.
2303 (display_debug_info): Use load_debug_str and free_debug_str.
2304 (debug_displays): Add .debug_str.
2305 * doc/binutils.texi: Document -ws.
2306
b8908f93
AJ
23072001-11-19 Andreas Jaeger <aj@suse.de>
2308
2309 * testsuite/binutils-all/objdump.exp: Add x86-64.
2310
e5fb9629
AS
23112001-11-15 Andreas Schwab <schwab@suse.de>
2312
2313 * readelf.c: Fix warnings without terminating newline.
2314
802a735e
AM
23152001-11-15 Alan Modra <amodra@bigpond.net.au>
2316
2317 * doc/binutils.texi (objdump): Document ppc -M options.
2318
b89e9eae
AJ
23192001-11-14 Andreas Jaeger <aj@suse.de>
2320
2321 * doc/binutils.texi (objdump): Fix description to use x86-64.
2322
a6a25652
NC
23232001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
2324
2325 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
2326 not all systems provide mkstemp.
2327
e396998b
AM
23282001-11-14 Alan Modra <amodra@bigpond.net.au>
2329
2330 * doc/binutils.texi (objdump): Document x86 -M options.
2331
81766fca
RH
23322001-11-13 Keith Walker <keith.walker@arm.com>
2333
2334 * readelf.c (read_and_display_attr_value): New function to
2335 handle DW_FORM_indirect.
2336 (read_and_display_attr): Use it.
2337
1a509dcc
GK
23382001-11-13 Geoffrey Keating <geoffk@redhat.com>
2339
2340 * readelf.c (display_debug_lines): Deal with unknown standard
2341 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
2342 DW_LNS_set_isa.
2343
6e917903 23442001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 2345
6e917903
TW
2346 * MAINTAINERS: Add self as tic54x maintainer. This target
2347 includes the IBM C54XDSP clone.
7559e86e 2348
6e917903 23492001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 2350
7559e86e
NC
2351 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
2352
23532001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 2354
ecdadc4a
JL
2355 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
2356 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
2357 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
2358 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
2359 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
2360 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
2361 (unw_decode_b2, unw_decode_b3_b4): Likewise.
2362
91770270
JL
2363 * readelf.c (get_elf_class): Fix ISO portability glitch.
2364 (get_data_encoding, get_osabi_name, request_dump): Likewise.
2365
ef5cdfc7
JJ
23662001-11-07 Jakub Jelinek <jakub@redhat.com>
2367
2368 * readelf.c (debug_str, debug_str_size): New.
2369 (display_debug_abbrev): If no abbrevs were read, skip the CU.
2370 Call free_abbrevs.
2371 (read_and_display_addr): Handle DW_FORM_strp.
2372 (display_debug_info): Read .debug_str section if present,
2373 so that DW_FORM_strp can be handled.
2374 Fix test for non-existant .debug_abbrev section.
2375
5e9520c8
JJ
23762001-11-05 Jakub Jelinek <jakub@redhat.com>
2377
2378 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
2379
2380 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
2381
54589086
MS
23822001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
2383
2384 * MAINTAINERS: Add self as s390/s390x maintainer.
2385
c05b685b
TR
23862001-11-02 Tom Rix <trix@bluey.cygnus.com>
2387
2388 * MAINTAINERS: Add self as PPC XCOFF maintainer.
2389
3c62831e
NC
23902001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2391
2392 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
2393 * configure: Regernate.
2394 * po/fr.po: New file.
2395 * po/tr.po: New file.
2396
3c3bdf30
NC
23972001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2398
9b19141a 2399 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
2400 * readelf.c: Include elf/mmix.h.
2401 (guess_is_rela): MMIX is RELA.
2402 (dump_relocations): Handle MMIX relocations.
2403 * Makefile.am: Regenerate dependencies.
2404 * Makefile.in: Regenerate.
2405
f662939a
NC
24062001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
2407
2408 * readelf.c (parse_args): Handle multiple options to the -w
2409 switch.
2410
c91d0dfb
JJ
24112001-10-12 Jakub Jelinek <jakub@redhat.com>
2412
2413 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
2414 LOPROC, LOOS and LOUSER.
2415
7559e86e 24162001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
2417
2418 * MAINTAINERS: Update my email address.
2419
fcd8210c
AM
24202001-10-03 Alan Modra <amodra@bigpond.net.au>
2421
2422 * doc/Makefile.in: Regenerate.
2423 * configure: Regenerate.
2424
428409d5
NC
24252001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
2426
2427 * readelf.c (display_debug_line, display_debug_pubnames,
2428 display_debug_info, display_debug_frames): Detect and warn
2429 about 64-bit format entries.
2430 (display_debug_aranges): Reword 64-bit warning.
2431 (debug_displays): Add .debug_pubtypes as a known, but not yet
2432 supported, debug section.
2433
6a8c2b0d
AM
24342001-10-02 Alan Modra <amodra@bigpond.net.au>
2435
2436 * coffdump.c (PROGRAM_VERSION): Delete.
2437 (main <'V'>): Call print_version.
2438 * srconv.c: Likewise.
2439 * sysdump.c: Likewise.
2440 * version.c (program_version): Remove.
2441 (print_version): Use BFD_VERSION_STRING. Just print the current
2442 year in copyright message.
2443 * addr2line.c (program_version): Remove unused declaration.
2444 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
2445 place of BFD_VERSION.
2446 * Makefile.am (Makefile): Depend on bfd/configure.in.
2447 (cplus-dem.o): Depend on Makefile.
2448 Run "make dep-am".
2449 * Makefile.in: Regenerate.
2450
e414a165
NC
24512001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
2452
2453 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
2454 format .debug_arange sections.
2455 (main): Add missing prototype.
b8908f93 2456
efc3ee7f
HPN
24572001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2458
2459 * Makefile.am: Update dependencies with "make dep-am".
2460 * Makefile.in: Regenerate.
2461
9e85c2a0
RH
24622001-09-28 Richard Henderson <rth@redhat.com>
2463
2464 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
2465
451dad9c
AM
24662001-09-26 Alan Modra <amodra@bigpond.net.au>
2467
2468 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
2469 VA_CLOSE.
2470 (non_fatal): Likewise.
2471 * objdump.c (objdump_sprintf): Likewise.
2472 * readelf.c (error): Likewise.
2473 (warn): Likewise.
2474
d974e256
JJ
24752001-09-25 Jakub Jelinek <jakub@redhat.com>
2476
2477 * readelf.c (do_wide): New.
2478 (options): Add --wide.
2479 (usage, parse_args): Likewise.
2480 (process_program_headers): Put each segment on a single line if
2481 --wide is given.
2482 (process_section_headers): Put each section on a single line if
2483 --wide is given.
2484 * doc/binutils.texi: Document it.
2485 * NEWS: Likewise.
2486
2f11c261
AM
24872001-09-25 Alan Modra <amodra@bigpond.net.au>
2488
2489 * readelf.c (print_vma): Print 8 digits of low hex value.
2490
1d50f91e
AJ
24912001-09-24 Andreas Jaeger <aj@suse.de>
2492
2493 * nlmconv.c: Fix warnings about unused attributes and function
2494 prototypes.
2495
2496 * strings.c: Add prototype for get_char.
2497
38131e67
L
24982000-09-19 H.J. Lu <hjl@gnu.org>
2499
2500 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
2501 $(srcdir)/cxxfilt.man.
2502 * doc/Makefile.in: Rebuild.
2503
3bcfb3e4
AM
25042001-09-19 Alan Modra <amodra@bigpond.net.au>
2505
2506 * objcopy.c (copy_main): Correct rename-section string parsing.
2507 Consolidate new_name parsing, and error messages.
2508
3882b010
L
25092001-09-18 Bruno Haible <haible@clisp.cons.org>
2510
2511 * addr2line.c: Don't include <ctype.h>.
2512 (main): For gettext, also set the LC_CTYPE locate facet.
2513 * ar.c (main): Likewise.
2514 * coffdump.c (main): Likewise.
2515 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
2516 (main): For gettext, also set the LC_CTYPE locate facet.
2517 Use ISALNUM instead of isalpha/isdigit.
2518 * dllwrap.c: Don't include <ctype.h>.
2519 (main): For gettext, also set the LC_CTYPE locate facet.
2520 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
2521 (main): For gettext, also set the LC_CTYPE locate facet.
2522 Use TOUPPER instead of islower/toupper.
2523 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
2524 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
2525 Use TOUPPER instead of islower/toupper.
2526 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
2527 * objcopy.c (main): Likewise.
2528 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2529 (disassemble_bytes): Use ISPRINT instead of isprint.
2530 (dump_section_stabs): Use ISDIGIT instead of isdigit.
2531 (dump_data): Use ISPRINT instead of isprint.
2532 (main): For gettext, also set the LC_CTYPE locate facet.
2533 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
2534 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
2535 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
2536 Use TOUPPER instead of islower/toupper.
2537 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
2538 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
2539 (write_rc_accelerators): Use ISPRINT instead of isprint.
2540 (write_rc_rcdata): Likewise.
2541 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
2542 * srconv.c (main): Likewise.
2543 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2544 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
2545 isdigit/isupper/islower.
2546 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
2547 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
2548 stab_demangle_prefix, stab_demangle_qualified,
2549 stab_demangle_template, stab_demangle_type,
2550 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
2551 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
2552 (isgraphic): Use ISPRINT instead of isascii/isprint.
2553 (main): Remove HAVE_LC_MESSAGES dependency.
2554 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2555 (pbarray): Use ISPRINT instead of isprint.
2556 (main): For gettext, also set the LC_CTYPE locate facet.
2557 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
2558 (format_from_filename): Use ISPRINT instead of isprint.
2559 (main): For gettext, also set the LC_CTYPE locate facet.
2560 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
2561 (unicode_print): Use ISPRINT instead of isprint.
2562 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2563 (stab_variable): Use ISDIGIT instead of isdigit.
2564
e59b4dfb
AM
25652001-09-18 Alan Modra <amodra@bigpond.net.au>
2566
2567 * ar.c (print_contents): Cast args of bfd_seek to the right types.
2568 Replace bfd_read call with call to bfd_bread.
2569 (extract_file): Likewise.
2570
2571 * objdump.c (dump_section_header): Cast section->filepos to
2572 unsigned long to suit printf format string.
2573 * readelf.c (process_section_headers): Similarly for sh_offset.
2574 (process_unwind): Likewise.
2575
d132876a
NC
25762001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
2577
2578 * strings.c (encoding, encoding_bytes): New variables.
2579 (long_options): Add --encoding.
2580 (main): Accept -e and --encoding.
2581 (get_char): New function. Read a, possibly wide, character from
2582 the input stream.
2583 (print_strings): Use get_char().
2584 (usage): Document new command line option.
2585 * doc/binutils.texi: Document new command line option.
2586 * NEWS: Announce new command line option.
2587
7559e86e 25882001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
2589
2590 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2591 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2592 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2593 Removed EM_CYGNUS_ARC.
2594
7559e86e 25952001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
2596
2597 * readelf.c: Include elf/h8 for H8 series definitions.
2598 (guess_is_rela): H8 series if RELA.
2599 (dump_relocations): Handle H8 series relocations.
2600
0823fbca
EC
26012001-08-31 Eric Christopher <echristo@redhat.com>
2602
2603 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2604
8db76d70
PT
26052001-08-29 Peter Targett <peter.targett@arccores.com>
2606
2607 * MAINTAINERS: Include ARC Maintainer.
2608
d81d6584
BE
26092001-08-29 Ben Elliston <bje@redhat.com>
2610
2611 * stabs.c (stab_demangle_template): Initialise s4.
2612
25a1ff5b
AM
26132001-08-27 Alan Modra <amodra@bigpond.net.au>
2614
2615 * readelf.c (dump_relocations): Recognise EM_PPC64.
2616
a5d22d2a
TS
26172001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2618
2619 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2620
62a5a82d
L
26212001-08-25 H.J. Lu <hjl@gnu.org>
2622
2623 * nm.c (print_width): New.
2624 (display_rel_file): Set `print_width' according to
2625 bfd_sprintf_vma.
2626 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2627
1ae8b3d2
AO
26282001-08-24 Alexandre Oliva <aoliva@redhat.com>
2629
2630 * objcopy.c (use_alt_mach_code): New variable.
2631 (OPTION_ALT_MACH_CODE): Define.
2632 (copy_options): Added --alt-machine-code.
2633 (copy_main): Handle it.
2634 (copy_object): Switch to alternate machine code if requested.
2635 * doc/binutils.texi: Document new option.
2636 * NEWS: Likewise.
2637
d1bdd336
TS
26382001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2639
2640 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2641
410f7a12
L
26422001-08-21 H.J. Lu <hjl@gnu.org>
2643
2644 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2645 (display_debug_info): Cast for 64bit hosts.
2646 (display_debug_frames): Likewise.
2647 (process_mips_specific): Likewise.
2648
c32144ff
AJ
26492001-08-21 Andreas Jaeger <aj@suse.de>
2650
2651 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2652
2653 * sysdump.c: Add missing prototypes.
2654 * srconv.c: Likewise.
2655 * unwind-ia64.c: Likewise.
2656 * coffdump.c: Likewise.
2657
2658 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2659
2660 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2661 of declaring xcalloc.
2662
d8180c76
L
26632001-08-10 H.J. Lu <hjl@gnu.org>
2664
2665 * nm.c (print_value): Add one arg, bfd *.
2666 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2667 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2668 (print_symbol_info_sysv): Likewise.
2669 (print_symbol_info_posix): Likewise.
2670
2671 * objdump.c (dump_section_header): Replace printf_vma with
2672 bfd_printf_vma.
2673 (print_section_stabs): Likewise.
2674 (dump_bfd_header): Likewise.
2675 (objdump_print_value): Replace sprintf_vma with
2676 bfd_sprintf_vma.
2677 (disassemble_bytes): Likewise.
2678 (dump_reloc_set): Likewise.
2679
0218d1e4
AJ
26802001-08-10 Andreas Jaeger <aj@suse.de>
2681
2682 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2683 to build warnings.
2684 * configure: Regenerate.
2685
2863d58a
AM
26862001-08-09 Alan Modra <amodra@bigpond.net.au>
2687
2688 * readelf.c: Add missing prototypes.
2689 * objdump.c: Likewise. Format existing prototypes.
2690
c0e047e0
AO
26912001-08-08 Alexandre Oliva <aoliva@redhat.com>
2692
2693 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2694 of any RELA relocation for the abbrev_offset memory location that
2695 refers to the .debug_abbrev section symbol.
2696
ff78d6d6
L
26972001-08-07 H.J. Lu <hjl@gnu.org>
2698
2699 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2700 (main): Return process_file ().
2701
c36774d6
PB
27022001-08-05 Philip Blundell <philb@gnu.org>
2703
2704 * doc/binutils.texi: Use "Thumb" not "THUMB".
2705
8f9d9bd9
JH
27062001-08-03 John Healy <jhealy@redhat.com>
2707
bb279dc0
ZW
2708 Patch suggested by Frank Eigler <fche@redhat.com>.
2709 * objdump.c (disassemble_data): Fill in section member of the
2710 disasm_info structure.
8f9d9bd9 2711
c918cb96
DD
27122001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2713
2714 * configure.in: Added --with-windres option.
2715 * configure: Regenerated.
2716
c7c55b78
NC
27172001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2718
2719 * doc/binutils.texi: Use @command{name} for commands;
2720 use @option{-opt} for options; use @table @env for list of options;
2721 remove spaces arround [ | ] in synopsis.
2722
2723 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2724 center title.
2725
594ef5db
NC
27262001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2727
bb279dc0
ZW
2728 * objcopy.c: Fix formatting.
2729 (section_rename): New structure.
2730 (OPTION_RENAME_SECTION): New switch.
2731 (copy_usage): Document new switch.
2732 (add_section_rename): New function: Add a node to the section
2733 rename list.
2734 (find_section_rename): New function: Find the new name and
2735 flags for a section.
2736 (setup_section): Call find_section_name to determine the name
2737 of the output section.
2738 (copy_main): Handle OPTION_RENAME_SECTION.
2739 * binutils.texi: Document new switch.
594ef5db
NC
2740 * NEWS: Mention new switch.
2741
1f554c69
NC
27422001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2743
2744 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2745 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2746 bug-binutils@gcc.org.
2747
2f83960e
AM
27482001-07-28 Matthias Kramm <kramm@quiss.org>
2749
2750 * bucomm.c (list_supported_architectures): New function.
2751 * bucomm.h (list_supported_architectures): Declare.
2752 * objdump.c (usage): Call the above.
2753
20fe0649
DB
27542001-07-25 Dave Brolley <brolley@redhat.com>
2755
2756 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2757 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2758
1b577b00
NC
27592001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2760
2761 * README: Update for 2.11. Change bug reporting email address.
2762 * MAINTAINERS: Tidy up. Change bug reporting email address.
2763
95fd336c
DD
27642001-07-16 DJ Delorie <dj@redhat.com>
2765
5f16d855
DD
2766 * resres.c (write_res_header): Align header size.
2767 (res_align_file): Calculate alignment correctly.
2768
95fd336c
DD
2769 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2770 correct 10).
2771 * resrc.c (write_rc_resource): Likewise.
2772 * windres.h (SUBLANG_SHIFT): Define - as 10.
2773
ed8fee27
NC
27742001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2775
2776 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2777
90ab7e9a
NC
27782001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2779
2780 * MAINTAINERS: Add notes about branch checkins.
2781
e0c60db2
NC
27822001-07-05 Daniel Berlin <dan@cgsoftware.com>
2783
2784 * readelf.c (display_debug_macinfo): New function, display
2785 .debug_macinfo section.
2786 (do_debug_macinfo): New variable.
2787 (parse_args): Handle "-w[mM]" to mean display macro info.
2788 (process_section_headers): Handle debug_macinfo.
2789 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2790 function for .debug_macinfo display.
e0c60db2
NC
2791 * doc/binutils.texi: Document new command line switch.
2792 * NEWS: Document new feature of readelf.
0218d1e4 2793
24e01a36
L
27942001-07-05 H.J. Lu <hjl@gnu.org>
2795
2796 * objcopy.c (filter_symbols): Don't turn undefined symbols
2797 into local.
2798
4258bf4d
L
27992001-07-03 H.J. Lu <hjl@gnu.org>
2800
2801 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2802 $@.pod.
2803 (ar.1): Likewise.
2804 (dlltool.1): Likewise.
2805 (nlmconv.1): Likewise.
2806 (nm.1): Likewise.
2807 (objcopy.1): Likewise.
2808 (objdump.1): Likewise.
2809 (ranlib.1): Likewise.
2810 (readelf.1): Likewise.
2811 (size.1): Likewise.
2812 (strings.1): Likewise.
2813 (strip.1): Likewise.
2814 (windres.1): Likewise.
2815 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2816 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2817 $(DEMANGLER_NAME).
2818 (as.1): Removed.
2819 * doc/Makefile.in: Regenerated.
2820
7014bc31
NC
28212001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2822
2823 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2824
b811889f
NC
28252001-07-01 Daniel Berlin <dan@cgsoftware.com>
2826
2827 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2828
12ab83a9
NC
28292001-06-29 James Cownie <jcownie@etnus.com>
2830
2831 * readelf.c: Support DWARF 2.1 attributes.
2832
a6e9f9df
AM
28332001-06-28 Alan Modra <amodra@bigpond.net.au>
2834
2835 * readelf.c (GET_DATA_ALLOC): Remove.
2836 (GET_DATA): Remove.
2837 (get_data): New function combining above macros, with an extra
2838 test for zero size.
2839 (slurp_rela_relocs): Use get_data, and catch error return.
2840 (slurp_rel_relocs): Likewise.
2841 (get_32bit_program_headers): Likewise.
2842 (get_64bit_program_headers): Likewise.
2843 (get_32bit_section_headers): Likewise.
2844 (get_64bit_section_headers): Likewise.
2845 (get_32bit_elf_symbols): Likewise.
2846 (get_64bit_elf_symbols): Likewise.
2847 (process_section_headers): Likewise.
2848 (process_relocs): Likewise.
2849 (slurp_ia64_unwind_table): Likewise.
2850 (process_unwind): Likewise.
2851 (get_32bit_dynamic_segment): Likewise.
2852 (get_64bit_dynamic_segment): Likewise.
2853 (process_dynamic_segment): Likewise.
2854 (process_version_sections): Likewise.
2855 (process_symbol_table): Likewise.
2856 (dump_section): Likewise.
2857 (display_debug_info): Likewise.
2858 (display_debug_section): Likewise.
2859 (process_section_contents): Likewise.
2860 (process_corefile_note_segment): Likewise.
2861 (process_mips_specific): Likewise. Also free econf32, econf64.
2862
af3fc3bc
AM
28632001-06-25 Alan Modra <amodra@bigpond.net.au>
2864
2865 * readelf.c (dump_relocations): Print "bad symbol index" if
2866 symtab == NULL with non-zero symtab_index.
2867 (process_relocs): Don't bomb if reloc section has no symsec.
2868
6d900bf6
L
28692001-06-24 H.J. Lu <hjl@gnu.org>
2870
2871 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2872 by accident.
2873 (copy_main): Apply the the change made to strip_main on
2874 2001-05-30 by accident.
2875
49b4e386
AJ
28762001-06-23 Andreas Jaeger <aj@suse.de>
2877
2878 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2879 parameter 'code'.
2880 (unw_decode_x2): Likewise.
2881 (unw_decode_x3): Likewise.
2882 (unw_decode_x4): Likewise.
2883
d8dc71e3
BE
28842001-06-23 Ben Elliston <bje@redhat.com>
2885
2886 * MAINTAINERS: Add myself as M88k maintainer.
2887
af3bdff7
NC
28882001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2889
2890 * objcopy.c (strip_main): Support -o or --output-file command lien
2891 switch.
2892
105e7211
L
28932001-06-19 H.J. Lu <hjl@gnu.org>
2894
2895 * doc/Makefile.in: Regenerated.
2896
c45021f2
NC
28972001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2898
2899 * readelf.c: Restore formatting.
2900
29012001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2902
bb279dc0
ZW
2903 * Makefile.am: Move documentation into doc subdirectory.
2904 * Makefile.in: Regenerated.
c45021f2 2905 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2906 * addr2line.1: Removed.
2907 * ar.1: Likewise.
2908 * dlltool.1: Likewise.
2909 * nlmconv.1: Likewise.
2910 * nm.1: Likewise.
2911 * objcopy.1: Likewise.
2912 * objdump.1: Likewise.
2913 * ranlib.1: Likewise.
2914 * readelf.1: Likewise.
2915 * size.1: Likewise.
2916 * strings.1: Likewise.
2917 * strip.1: Likewise.
2918 * windres.1: Likewise.
2919 * cxxfilt.man: Likewise.
c45021f2
NC
2920 * doc: New Directory.
2921 * doc/Makefile.am: New file.
2922 * doc/Makefile.in: Generate.
2923
09ad7db3
AM
29242001-06-09 Alan Modra <amodra@bigpond.net.au>
2925
2926 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2927
936260fe
AM
29282001-06-01 Alan Modra <amodra@bigpond.net.au>
2929
2930 * MAINTAINERS: Update my email address.
2931
16b2b71c
NC
29322001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2933
2934 * objcopy.c: Add new switches: --keep-global-symbol,
2935 --keep-symbols, --localize-symbols, --keep-global-symbols and
2936 --weaken-symbols.
2937 * binutils.texi: Document new switches.
2938 * objcopy.1: Regenerate.
2939 * NEWS: Announce new feature.
2940
7036c0e1
AJ
29412001-05-28 Andreas Jaeger <aj@suse.de>
2942
2943 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2944 variables, fix format strings.
2945
76a406e5
NC
29462001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2947
2948 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2949 when computing the address of the line to show.
2950
31b6fca6
RH
29512001-05-16 Richard Henderson <rth@redhat.com>
2952
2953 * readelf.c (do_debug_frames_interp): New.
2954 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2955 (byte_get_big_endian): Likewise.
2956 (parse_args) ['F']: Set do_debug_frames_interp.
2957 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2958 (frame_display_row): Don't trunc pc_begin to int.
2959 (size_of_encoded_value): New.
2960 (display_debug_frames): Handle 64-bit targets. Print raw data
2961 unless do_debug_frames_interp.
2962 (debug_displays): Remove duplicate .debug_frame.
2963
4fe85591
NC
29642001-05-15 Ralf Baechle <ralf@gnu.org>
2965
2966 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2967 The former constant was never in active use and is used otherwise
2968 by the ABI.
2969
579f31ac
JJ
29702001-05-11 Jakub Jelinek <jakub@redhat.com>
2971
2972 * readelf.c (process_unwind): Print all unwind sections, not just
2973 one.
2974
78f4a3f7
AM
29752001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2976
2977 * readelf.c (process_unwind): Remove const specifier.
2978
1c529ca6
NC
29792001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2980
2981 * strings.c (isgraphic): Do not use isascii() unless it is needed
2982 for isprint() to work.
2983 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2984
87e6d782
NC
29852001-04-27 Johan Rydberg <jrydberg@opencores.org>
2986
bb279dc0 2987 * NEWS: Announce support for OpenRISC.
87e6d782 2988
4bd3d870 29892001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2990
2991 * dlltool.c (do_default_excludes): Initialise to true.
2992
21211521
AM
29932001-04-10 Alan Modra <amodra@one.net.au>
2994
2995 * MAINTAINERS: Update my email address
2996 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2997
0c66b61e 29982001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2999
3000 * readelf.c (display_debug_lines): Fix typo for "Prologue".
3001
e58d53af
L
30022001-03-30 H.J. Lu <hjl@gnu.org>
3003
3004 * readelf.c (process_unwind): Just return if do_unwind is 0.
3005
bee72332
DD
30062001-03-28 Roger Sayle <roger@metaphorics.com>
3007
3008 * dlltool.c (make_one_lib_file): Fix section flags for
3009 .text, .data and .bss in stub ds*.o files to match those
3010 generated by gas.
3011
f1467e33
L
30122001-03-29 H.J. Lu <hjl@gnu.org>
3013
3014 * readelf.c (process_unwind): Only do unwind sections for
3015 IA64.
3016
1c6fb4fe
L
30172001-03-28 H.J. Lu <hjl@gnu.org>
3018
3019 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
3020 * Makefile.in: Regenerate.
3021
0879a67a
AJ
30222001-03-26 Andreas Jaeger <aj@suse.de>
3023
3024 * binutils.texi (nm): Fix texi syntax.
3025
0285c67d
NC
30262001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3027
3028 * binutils.texi: Put @c man begin and @c man end indications
3029 to generate man pages using texi2pod and pod2man. Put @c man title
3030 to identify each man. Add SEEALSO entries.
3031 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
3032 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
3033 sort the list.
3034 (*.1): Build the man pages from binutils.texi.
3035 * Makefile.in: Regenerate.
3036
04847a4d
CF
30372001-03-13 Eric Kohl <ekohl@rz-online.de>
3038
3039 * defparse.y (opt_equal_name): allow "." in name.
3040 * dlltool.c (def_exports): Added ability to generate forwarded exports.
3041 (gen_exp_file): Likewise.
3042
43a0748c
NC
30432001-03-12 Stefan Geuken <mail@stefan-geuken.de>
3044
3045 * NEWS: Document addition of -B switch to objcopy.
3046 * binutils.texi: Document addition of -B switch to objcopy.
3047 * objcopy.c: (copy_options): Add --binary-architecture.
3048 (copy_usage): Document -B/--binary-architecture.
3049 (copy_main): Support -B/--binary-architecture. Set
3050 bfd_external_binary_architecture.
0879a67a 3051
b7498e0e
NC
30522001-03-11 Andreas Jaeger <aj@suse.de>
3053
3054 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
3055 (dump_relocations): Likewise.
3056 (get_machine_name): Likewise.
3057
a59e3bd7
NC
30582001-02-28 Nick Clifton <nickc@redhat.com>
3059
3060 * readelf.c: (struct unw_aux_info): Remove const modifier for
3061 'strtab' field.
3062 (process_unwind): Remove non-K&R compliant LHS type cast in call
3063 to GET_DATA_ALLOC macro.
3064
a5bcd848
PB
30652001-02-28 Philip Blundell <pb@futuretv.com>
3066
3067 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
3068 ABI is in use; remove ambiguity between the "unknown" EABI and
3069 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
3070 renamed EF_xx constants.
3071
27b7e12d
AM
30722001-02-27 Alan Modra <alan@linuxcare.com.au>
3073
3074 * configure.in (BFD_VERSION): New.
3075 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3076 * configure: Regenerate.
3077 * Makefile.am: Run "make dep-am"
3078 * Makefile.in: Regenerate.
3079
a9f10786
NC
30802001-02-14 Nick Clifton <nickc@redhat.com>
3081
3082 * MAINTAINERS: Add "Obvious Fix" rule.
3083
3c44da9a
MS
30842001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3085
3086 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
3087 literal concatenation.
3088
ecd03389
MS
30892001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3090
3091 * readelf.c (struct unw_aux_info): Remove const from the info member.
3092 (process_unwind): Don't type-cast the third argument to the
3093 GET_DATA_ALLOC macro.
3094
88ec60c7
NC
30952001-02-11 Nick Clifton <nickc@redhat.com>
3096
3097 * readelf.c (dump_relocations): Free corrected allocated
3098 array.
3099 (process_unwind): Fix compile time warning.
3100
f5e21966
NC
31012001-02-10 Nick Clifton <nickc@redhat.com>
3102
3103 * binutils.texi: Document new --unwind option to readelf.
3104
a85d7ed0
NC
31052001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3106
3107 * readelf.c: Add linux target for S/390.
3108
7bb10502
AM
31092001-02-10 Alan Modra <alan@linuxcare.com.au>
3110
3111 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
3112 printf is a macro.
3113
8ca8f343
HPN
31142001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
3115
3116 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
3117 * aclocal.m4: Regenerate.
3118 * configure: Regenerate.
3119
7340082d
NC
31202001-02-07 Todd Vierling <tv@wasabisystems.com>
3121
3122 * bucomm.c (bfd_target_vector): Change extern array to pointer.
3123 * objdump.c (bfd_target_vector): Likewise.
3124
4d6ed7c8
NC
31252001-02-07 David Mosberger <davidm@hpl.hp.com>
3126
3127 * readelf.c (process_unwind): New function.
3128 (slurp_ia64_unwind_table): Ditto.
3129 (dump_ia64_unwind): Ditto.
3130 (find_symbol_for_address): Ditto.
3131 (slurp_rela_relocs): New function (split off from dump_relocations()).
3132 (slurp_rel_relocs): Ditto.
3133 (parse_args): Handle '-u' option.
3134
3135 * unwind-ia64.c: New file.
3136 * unwind-ia64.h: New file.
3137 * Makefile.am: Include unwind-ia64.c in readelf build.
3138 * Makefile.in: Regenerate.
7340082d 3139 * po/binutils.pot: Regenerate.
4d6ed7c8 3140
c7217458
PB
31412001-02-04 Philip Blundell <philb@gnu.org>
3142
3143 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
3144 * configure: Regenerate.
3145
956eedd4
AM
31462001-01-31 Steve deRosier <sderosier@vari-lite.com>
3147
3148 * ieee.c (ieee_add_bb11): Don't check for backslashes
3149 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
3150
8855cbca
AM
31512001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
3152
c7f2731e
AM
3153 * ieee.c: Update copyright.
3154 (ieee_start_compilation_unit): Don't check for backslashes
3155 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
3156
8855cbca
AM
3157 * stabs.c: Update copyright. Include "filenames.h".
3158 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
3159
329de803 31602001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
3161
3162 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
3163 sections are present before using them. Remove code duplication.
3164 (process_symbol_table): Check if VERDEF or VERNEED sections are
3165 present before using them.
3166
23719f39
NC
31672001-01-17 Nick Clifton <nickc@redhat.com>
3168
3169 * objcopy.c (copy_object): Fail if attempting to convert the
3170 endianness of the input object file.
3171
3172 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 3173
f726e849
NC
31742001-01-16 Nick Clifton <nickc@redhat.com>
3175
3176 * readelf.c (string_table_length): New variable.
3177 (SECTION_NAME): Catch out of range indices and missing section
3178 pointers.
3179 (process_section_headers): Delete useless local variable
3180 string_table_offset. Set the value of string_table_length
3181 after loading the string table.
3182 (process_mips_specific): Use SECTION_NAME macro.
3183 (process_file): Set string_table_length to 0 when it is freed.
3184
d0398d6a
NC
31852001-01-12 Nick Clifton <nickc@redhat.com>
3186
3187 * version.c (print_version): Update copyright date.
3188
0d2bcfaf
NC
31892001-01-11 Peter Targett <peter.targett@arccores.com>
3190
3191 * readelf.c (dump_relocations): Include selection with EM_ARC.
3192 (get_machine_name) Update name to "ARC".
3193
8b1e6df3
NC
31942001-01-09 Nick Clifton <nickc@redhat.com>
3195
3196 * Makefile.am: Add rule to build objdump.o from objdump.c and
3197 using OBJDUMP_DEFS.
3198 * Makefile.in: Regenerate.
3199
3200 * configure.in: Define OBJDUMP_DEFS. Default to empty.
3201 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
3202 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 3203 * configure: Regenerate.
8b1e6df3
NC
3204
3205 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
3206 is defined read in the relocs even if dump_reloc_info is
3207 false.
3208
2f952d20
PB
32092001-01-07 Philip Blundell <philb@gnu.org>
3210
3211 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
3212 `bug-binutils'.
3213 * README: Likewise.
3214
a8c548cb
NC
32152000-12-19 Nick Clifton <nickc@redhat.com>
3216
3217 * dlltool.c: Add missing support for arm-epoc-pe.
3218 * configure.in: Add missing support for arm-epoc-pe.
3219 * configure: Regenerate.
3220
cc5fda35
NC
32212000-12-15 Nick Clifton <nickc@redhat.com>
3222
3223 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
3224 Mode parts of the x86 port.
3225
bcedfee6
NC
32262000-12-04 Andreas Jaeger <aj@suse.de>
3227
3228 * readelf.c (guess_is_rela): Add EM_X86_64.
3229 (dump_relocations): Add EM_X86_64.
3230 (get_machine_name): Add EM_X86_64.
3231 Include "elf/x86-64.h".
3232
584da044
NC
32332000-12-12 Nick Clifton <nickc@redhat.com>
3234
3235 * readelf.c: Fix formatting.
3236
7559e86e 32372000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
3238
3239 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
3240
a98cc2b2
AH
32412000-12-07 Andrew Haley <aph@redhat.com>
3242
3243 * readelf.c (display_debug_frames): Only display columns that are
3244 referenced by the frame debug info.
3245
c7987a69
NC
32462000-12-05 Nick Clifton <nickc@redhat.com>
3247
3248 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
3249
09fd7e38
JM
32502000-12-04 Jason Merrill <jason@redhat.com>
3251
3252 * readelf.c (process_section_headers): Handle linkonce.wi sections.
3253 (display_debug_section): Likewise.
3254 (display_debug_info): Display CU header before bailing.
3255
e7af610e
NC
32562000-12-01 Chris Demetriou <cgd@sibyte.com>
3257
09fd7e38
JM
3258 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
3259 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
3260 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 3261
09fd7e38
JM
3262 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
3263 and E_MIPS_ARCH_64.
84ea6cf2 3264
09fd7e38
JM
3265 * readelf.c (get_machine_flags): Add case for
3266 E_MIPS_MACH_SB1.
c6c98b38 3267
75066968
DD
32682000-11-30 Richard Earnshaw <rearnsha@arm.com>
3269
3270 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
3271
5c4666ea
HPN
32722000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3273