* dwarf2read.c (struct dwarf2_cu): New type.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5fe11841
NC
12003-11-11 Wang Li <charles@linux.net.cn>
2
3 * objcopy.c (wildcard): New variable. True if wildcard pattern
4 matching is allowed in symbol names.
5 (strip_options): Add -w option to enable wildcard pattern
6 matching.
7 (copy_options): Likewise.
8 (copy_usage): Mention new switch.
9 (strip_usage): Likewise.
10 (is_specified_symbol): If performing wildcard matches use fnmatch
11 to compare symbol names with entries on the symbol list.
12 (strip_main): Accept -w switch.
13 (copy_main): Likewise.
14 * Makefile.am: Add dependency on fnmatch.h for objcopy.c
15 * Makefile.in: Regenerate.
16 * doc/binutils.texi: Document new switch.
17 * NEWS: Mention new switch.
18
0f6cb37f
AM
192003-11-11 Alan Modra <amodra@bigpond.net.au>
20
21 * objdump.c: Revert rev 1.81 commit.
22
b2699c8b
NC
232003-11-10 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
24
25 * ar.c (print_contents): Remove "member" from verbose output in
26 order to conform to POSIX specification.
27
36fd3cc3
AM
282003-11-10 Alan Modra <amodra@bigpond.net.au>
29
30 * README: Expand bug reporting information.
31
f24ddbdd
NC
322003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
33
34 * bucomm,c (get_file_size): New function. Returns the size of a
35 file.
36 * bucomm.h: Add prototype for get_file_size.
37 * addr2line.c (process_file): Use new function.
38 * ar.c (main, ranlib_only, ranlib_touch): Likewise.
39 * nm.c (display_file): Likewise.
40 * objcopy.c (add_specific_symbols, copy_file, strip_main,
41 copy_main): Likewise.
42 * objdump.c (display_file): Likewise.
43 * size.c (display_file): Likewise.
44 * strings.c (strings_file): Likewise.
45 * readelf.c (process_file): Use similar code to get_file_size.
46
1be59579
NC
472003-11-06 Bruno Rohee <bruno@rohee.com>
48
49 * ieee.c: Fix "the the" typo.
50 * stabs.c: Likewise.
51
522003-10-30 Marshall T. Vandegrift <llasram@wuli.nu>
e69f2d21
NC
53
54 * readelf.c (dump_section): Do not dump the contents of SHT_NOBITS
55 sections - they have no file space assigned to their contents.
56
9376f0c7
AM
572003-10-28 Segher Boessenkool <segher@kernel.crashing.org>
58
59 * readelf.c (dump_section): Don't display DEL characters.
60
50c2245b
KH
612003-10-27 Kazu Hirata <kazu@cs.umass.edu>
62
63 * ChangeLog: Fix typos.
64 * ChangeLog-9197: Likewise.
65 * ChangeLog-9899: Likewise.
66 * NEWS: Likewise.
67 * ar.c: Fix comment typos.
68 * arsup.c: Likewise.
69 * coffgrok.c: Likewise.
70 * debug.c: Likewise.
71 * debug.h: Likewise.
72 * dlltool.c: Likewise.
73 * ieee.c: Likewise.
74 * nm.c: Likewise.
75 * objdump.c: Likewise.
76 * prdbg.c: Likewise.
77 * readelf.c: Likewise.
78 * resrc.c: Likewise.
79 * sysinfo.y: Likewise.
80 * windres.c: Likewise.
81
ed570f48
NC
822003-10-27 Nick Clifton <nickc@redhat.com>
83
84 * objcopy.c (copy_section): Do not complain when a target does not
85 support relocations.
86 (mark_symbols_used_in_relocations): Likewise.
87
b749473b
NC
882003-10-14 Anil Paranjpe <anilp1@KPITCummins.com>
89
90 * objcopy.c (copy_main): Reads machine flags from arch_info
91 structure.
92
198beae2
AC
932003-10-20 Andrew Cagney <cagney@redhat.com>
94
95 * coffgrok.h (coff_section): Replace 'struct sec" with "struct
96 bfd_section".
97
29ca8dc5
NS
982003-10-07 Nathan Sidwell <nathan@codesourcery.com>
99
100 * objdump.c (read_section_stabs): Just read one section, return
101 pointer to it. Add size parameter.
102 (print_section_stabs): Add string offset parameter. Adjust.
103 (struct stab_section_names): Add string offset member.
104 (find_stabs_sections): Correct check for split section suffix,
105 adjust read_section_stabs and print_section_stabs calls.
106 (dump_stabs_section): Clear string_offset, free string table.
107
b95f6b0c
CF
1082003-10-01 Martin Fuchs <martin-fuchs@gmx.net>
109
110 * resrc.c (define_icon): Fix storage of color attributes 'planes' and
111 'bit count' in icon groups.
112
43c58ae6
CD
1132003-09-30 Chris Demetriou <cgd@broadcom.com>
114
115 * NEWS: Add an indication of the cutoff for 2.14.
116
5f74bc13
CD
1172003-09-30 Chris Demetriou <cgd@broadcom.com>
118
119 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2.
120
9ce701e2
L
1212003-09-29 H.J. Lu <hongjiu.lu@intel.com>
122
123 * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON.
124 (get_symbol_index_type): Likewise.
125
ecc2063b
L
1262003-09-25 H.J. Lu <hongjiu.lu@intel.com>
127
128 * readelf.c (process_version_sections): Indent version names.
129
739fea7b
AG
1302003-09-15 Anthony Green <green@redhat.com>
131
132 * dlltool.c (prefix_encode): Fix ISO C90 conversion.
133 (dlltmp): Ditto.
134 (dtab): Ditto.
135
2da42df6
AJ
1362003-09-14 Andreas Jaeger <aj@suse.de>
137
138 * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
139 unneeded (void *) casts.
140 * ar.c: Likewise.
141 * arlex.l: Likewise.
142 * arparse.y: Likewise.
143 * arsup.c: Likewise.
144 * binemul.c: Likewise.
145 * binemul.h: Likewise.
146 * bucomm.c: Likewise.
147 * bucomm.h: Likewise.
148 * budbg.h: Likewise.
149 * budemang.c: Likewise.
150 * budemang.h: Likewise.
151 * coffdump.c: Likewise.
152 * coffgrok.c: Likewise.
153 * cxxfilt.c: Likewise.
154 * debug.c: Likewise.
155 * debug.h: Likewise.
156 * deflex.l: Likewise.
157 * dlltool.c: Likewise.
158 * dlltool.h: Likewise.
159 * dllwrap.c: Likewise.
160 * emul_aix.c: Likewise.
161 * filemode.c: Likewise.
162 * ieee.c: Likewise.
163 * nlmconv.c: Likewise.
164 * nlmconv.h: Likewise.
165 * nlmheader.y: Likewise.
166 * nm.c: Likewise.
167 * prdbg.c: Likewise.
168 * rclex.l: Likewise.
169 * rcparse.y: Likewise.
170 * rdcoff.c: Likewise.
171 * rddbg.c: Likewise.
172 * rename.c: Likewise.
173 * resbin.c: Likewise.
174 * rescoff.c: Likewise.
175 * resrc.c: Likewise.
176 * size.c: Likewise.
177 * srconv.c: Likewise.
178 * stabs.c: Likewise.
179 * strings.c: Likewise.
180 * sysdump.c: Likewise.
181 * sysinfo.y: Likewise.
182 * syslex.l: Likewise.
183 * unwind-ia64.c: Likewise.
184 * unwind-ia64.h: Likewise.
185 * version.c: Likewise.
186 * windres.c: Likewise.
187 * windres.h: Likewise.
188 * winduni.c: Likewise.
189 * wrstabs.c: Likewise.
190
e831786b
JW
1912003-09-10 James E Wilson <wilson@specifixinc.com>
192
193 * MAINTAINERS: Update my e-mail address.
194
afa7d0b2
ILT
1952003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
196
197 * MAINTAINERS: Update my e-mail address.
198
04fbe429
NC
1992003-09-04 Nick Clifton <nickc@redhat.com>
200
201 * MAINTAINERS: Make it clear what should be done with patches to
202 the top level configure files (other than config.guess and
203 config.sub). Add binutils@sources.redhat.com as an address to
204 which patches can be sent.
205
8ad30312
NC
2062003-09-04 Nick Clifton <nickc@redhat.com>
207
208 * readelf.c (get_machine_flags): Recognise V850E1 machine type.
209
92c2346c
AC
2102003-09-03 Andrew Cagney <cagney@redhat.com>
211
212 * objdump.c: Refer to init_disassemble_info in comments.
213 (disassemble_data): Replace INIT_DISASSEMBLE_INFO with
214 init_disassemble_info.
215
155e0d23
NC
2162003-09-03 Nick Clifton <nickc@redhat.com>
217
218 * objdump.c (struct objdump_disasm_info): Add new fields
219 'dynrelbuf', 'dynrelcount' and 'disassemble_fn'.
220 (process_section_p): New function: Returns TRUE if a section
221 can be dumped.
222 (disassemble_section): New function: Contains the body of
223 disassemble_data(), but just for one section.
224 (disassemble_data): Use bfd_map_over_sections to walk section
225 chain.
226 (find_stabs_section): New function: Find a stabs containing
227 section and then dump it.
228 (dump_stabs_section): New function: Use bfd_map_over_sections
229 to find the section to dump.
230 (dump_stabs): Use dump_stabs_section.
231 (dump_section): New function: Display the contents of a
232 section.
233 (dump_data): Use bfd_map_over_sections to display section
234 contents.
235 (dump_relocs_in_section): Display the relocs in a given section.
236 (dump_relocs): Use bfd_map_over_sections to display relocs.
237 (adjust_addresses): New function: Adjust the vma and lma of
238 sections.
239 (dump_bfd): Use bfd_map_over_sections.
240 * doc/binutils.texi: Document the "objdump -s" (no longer)
241 dumps empty sections.
242
2432003-08-24 Jonathan R. Grant <jg-binutils@jguk.org>
244
245 * objdump.c: Improve comments/documentation.
246 dump_data: Eliminate duplicate function calls to bfd_section_size.
247
6b10f68d
AM
2482003-09-02 Alan Modra <amodra@bigpond.net.au>
249
250 * MAINTAINERS: Move Dave Anglin's entry to where it belongs.
251
3673a93e
NC
2522003-08-21 Nick Clifton <nickc@redhat.com>
253
254 * po/tr.po: Updated Turkish translation.
255
51f7282a
AM
2562003-08-14 Alan Modra <amodra@bigpond.net.au>
257
55bb4be3 258 * dep-in.sed: Remove libintl.h.
51f7282a 259 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
55bb4be3 260 Run "make dep-am".
51f7282a
AM
261 * Makefile.in: Regenerate.
262
d989285c
ILT
2632003-08-11 Ian Lance Taylor <ian@airs.com>
264
265 * readelf.c (process_archive): Fix error handling. Remove memory
266 leak.
fb52b2f4
NC
267
268 * readelf.c: Add ability to read archives.
269 (archive_file_offset): New variable.
270 (archive_file_size): New variable.
271 (get_data): Include archive_file_offset in file offset
272 calculation when fseeking.
273 (process_program_headers): Likewise.
274 (process_symbol_table): Likewise.
275 (process_dynamic_segment): Handle computation of end of file
276 position when the file is in an archive.
277 (process_object): New function. Contains the body of
278 process_file().
279 (process_archive): New function. Call process_object on each
280 member of an archive.
281 (process_file): Detect archives and handle appropriately.
282 * Makefile.am: Add dependency on aout/ar.h for readelf.c
283 * Makefile.in: Regenerate.
284 * NEWS: Document readelf's new ability.
285 * doc/binutils: Alter text to say that readelf supports archives
286 and 64-bit ELF files.
287
ff85ab24
NC
2882003-08-08 Nick Clifton <nickc@redhat.com>
289
290 * po/fr.po: Updated French translation.
291
d3ba0551
AM
2922003-08-05 Alan Modra <amodra@bigpond.net.au>
293
294 * objcopy.c: Remove unnecessary prototypes and casts.
295 * objdump.c: Remove unnecessary casts.
296 * readelf.c: Convert to C90. Remove unnecessary prototypes and casts.
297 (get_osabi_name): Move so we don't need a forward declaration.
298
43ac9881
AM
2992003-08-04 Bradley Harrington <bharring@us.ibm.com>
300 Alan Modra <amodra@bigpond.net.au>
301
302 * objdump.c (include_paths, include_path_count): New vars.
303 (usage): Describe --include.
304 (long_options): Add "include".
305 (add_include_path): New function.
306 (struct print_file_list): Make filename const. Add modname.
307 (try_print_file_open, update_source_path): New functions.
308 (show_line): Use them.
309 (main): Handle 'I' option. Don't check for NULL xrealloc arg.
310
fd7bb956
AM
3112003-07-30 Alan Modra <amodra@bigpond.net.au>
312
313 * objdump.c: Remove unnecessary prototypes.
314 (disassemble_bytes): Add rel_offset parameter. Simplify reloc skipping
315 code, and print relocs when dump_dynamic_reloc_info.
316 (disassemble_data): Read and handle dynamic relocs. Correct reloc
317 skip code. Formatting.
318 (dump_bfd): Don't dump dynamic relocs when disassembling.
319
1e7e751f
BE
3202003-07-29 Ben Elliston <bje@wasabisystems.com>
321
322 * MAINTAINERS: Remove self as M88k maintainer. Future M88k
323 maintenance defaults to the blanket write privilege maintainers.
324
2445335e
MM
3252003-07-29 Michael Meissner <gnu@the-meissners.org>
326
327 * MAINTAINERS: Updated my email address.
328
46dca2e0
NC
3292003-07-29 Nick Clifton <nickc@redhat.com>
330
1e7e751f 331 * objdump.c: Update to ISO C.
46dca2e0 332
834d807b
NC
3332003-07-24 Nick Clifton <nickc@redhat.com>
334
f1e2bc62
NC
335 * objdump.c (disassemble_data): Do not ignore sections without the
336 LOAD flag when disassemble_all is true. Only print a message
337 about disassembling a section if it contains some data.
338
834d807b
NC
339 * po/fr.po: Updated French translation.
340
84e2f313
NC
3412003-07-23 Nick Clifton <nickc@redhat.com>
342
343 * objcopy.c: Switch to ISO C. Remove debugging code accidentally
344 left in. Some formatting tidy ups.
345
51cdc6e0
NC
3462003-07-22 Salvador Eduardo Tropea <set@computer.org>
347
348 * objdump.c: New command line option --debugging-tags.
349 * doc/binutils.texi: Document new command line option.
350 * prdbg.c: Code to print the debug info as tags compatible
351 with ctags.
352 * budbg.h: Adjust prototype.
353 * NEWS: Mention new switch
354
31e0f3cd
NC
3552003-07-18 Nick Clifton <nickc@redhat.com>
356
357 * objdump.c (main) :Accept multiple -M switch.
358 * doc/binutils.texi: Document that multiple -M switches are
359 accepted and that a single -M switch can contain comma
360 separated options.
361
073fbac6
NC
3622003-07-17 Nick Clifton <nickc@redhat.com>
363
364 * objdump.c (main): Issue a warning message if multiple -M
365 switches are used.
366
367 * doc/binutils.texi (objdump): Update documentation about -M
368 option.
369
6c37ac4d
NC
3702003-07-17 Nick Clifton <nickc@redhat.com>
371
372 * po/es.po: New Spanish translation.
373
fce00800
AM
3742003-07-11 Alan Modra <amodra@bigpond.net.au>
375
376 * po/binutils.pot: Regenerate.
377
ff6b6222
CF
3782003-07-05 Christopher Faylor <cgf@redhat.com>
379
380 * dlltool.c (prefix_encode): Use a fixed length for alpha.
381
bf7a6389
CF
3822003-07-04 Christopher Faylor <cgf@redhat.com>
383
384 * dlltool.c (prefix_encode): New function. Encode temp file prefix
385 from pid.
386 (dlltmp): Pass address of pointer being alloced or suffer neverending
387 mallocs.
388 (make_one_lib_file): Allocate enough space for new longer stub names.
389 (gen_lib_file): Ditto.
390 (main): Generate the temp file prefix from the pid if prefix was not
391 specified on the command line.
392
96c223ce
NC
3932003-07-04 Nick Clifton <nickc@redhat.com>
394
395 * readelf.c (get_data): Print (unsigned) hex values for size and
396 offset in error messages.
397 (process_section_headers): If the string table could not be
398 allocated, do not continue.
399
bdf4d63a
JJ
4002003-07-01 Jakub Jelinek <jakub@redhat.com>
401
402 * readelf.c (dynamic_segment_ia64_val): Print address and newline
403 for sections by default. Comment fix.
404
b9ae0492
DS
4052003-06-28 Danny Smith <dannysmith@users.sourceforge.net>
406
407 * rcparse.y (res_text_field): New res_id variable.
408 (res_null_text): New static const struct res_id object,
409 with empty unicode name field.
410 (control): Pop parsing of optresidc up one level. Set
411 res_text_field to $2 except for controls which do not accept
412 a text field. Set res_text_field to res_null_text for the
413 special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR).
414 (control_params): Adjust to use res_text_field rather
415 than optresidc.
416 (COMBOBOX): Add comment about discrepency between documented
417 vs. observed default style.
418 * resrc.c (define_control): Make first param const.
419 * windres.h (define_control): Adjust prototype.
420
e7c81c25
NC
4212003-06-27 Nick Clifton <nickc@redhat.com>
422
423 * objcopy.c (copy_object): Replace call to
50c2245b 424 bfd_create_gnu_debuglink_section with separate calls to
e7c81c25 425 bfd_add_gnu_debuglink_section and
50c2245b 426 bfd_fill_in_gnu_debuglink_section, separated by a walk over the
e7c81c25
NC
427 symbol tables.
428
d93f0186
NC
4292003-06-26 Roland McGrath <roland@redhat.com>
430
431 * readelf.c (loadaddr): Variable removed.
432 (dynamic_info, version_info): Fix type long -> bfd_vma.
433 (program_headers): New variable.
434 (get_program_headers): New function, broken out of
435 process_program_headers.
436 (process_program_headers): Call it. Don't set `loadaddr'.
437 (slurp_ia64_unwind_table): Use get_program_headers.
438 (process_corefile_note_segments): Likewise.
439 (offset_from_vma): New function.
440 (process_relocs, process_dynamic_segment): Call that instead of
441 subtracting `loadaddr'.
442 (process_version_sections, process_symbol_table): Likewise.
443 (process_mips_specific): Likewise.
444
ed1653a7
NC
4452003-06-26 Nick Clifton <nickc@redhat.com>
446
447 * objcopy (enum strip_action): Add STRIP_NONDEBUG.
448 (OPTION_ONLY_KEEP_DEBUG): New.
449 (strip_options): Add --only-keep-debug.
450 (copy_options): Likewise.
451 (is_strip_section): Invert return value if STRIP_NONDEBUG is
452 active.
453 (copy_object): Do not copy private data when STRIP_NONDEBUG is
454 active.
455 (setup_section): Likewise.
456 (strip_main): Handle --only-keep-debug.
457 (copy_main): Likewise.
458 * NEWS: Mention new switch
459 * doc/binutils.texi: Document new switch.
460
1049f94e
AM
4612003-06-25 Alan Modra <amodra@bigpond.net.au>
462
463 * NEWS: Correct spelling of "relocatable".
464 * objdump.c: Likewise.
465 * sysroff.info: Likewise.
466
b19aac67
NC
4672003-06-19 Nick Clifton <nickc@redhat.com>
468
469 * readelf.c (print_vma): When printing DEC_5 values, if the
470 number is bigger than 99999 switch to using hexadecimal
471 notation.
472
2593f09a
NC
4732003-06-11 Nick Clifton <nickc@redhat.com>
474
475 * objcopy.c (gnu_debuglink_filename): New variable.
476 (OPTION_ADD_GNU_DEBUGLINK): New switch
477 (copy_options): Describe --add-gnu-debuglink switch.
478 Mention that --strip-debug removes sections as well.
479 (is_strip_section): Process the sections removed and kept
480 lists before checking for debugging sections.
481 (add_redefine_syms_file): Make function static.
482 (copy_object): Use is_strip_section.
483 Check to see if a .gnu_debuglink section should be added. If
484 so, call bfd_add_gnu_debuglink.
485 (setup_section): Use is_strip_section.
486 (copy_section): Use is_strip_section.
487 (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK.
488 * NEWS: Mention new objcopy switch.
489 * doc/binutils.texi: Document new switch.
490
3b443373
L
4912003-06-11 H.J. Lu <hongjiu.lu@intel.com>
492
493 * po/Make-in (DESTDIR): New.
494 (install-data-yes): Support $(DESTDIR).
495 (uninstall): Likewise.
496
795bb480
AM
4972003-06-11 Alan Modra <amodra@bigpond.net.au>
498
499 * Makefile.in: Regenerate.
500
9ee5e499
JJ
5012003-05-23 Jakub Jelinek <jakub@redhat.com>
502
503 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
504
a3b6428f
NC
5052003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
506
507 * NEWS: Document the new BSD/POSIX single-character mapping for
508 .comment/.note sections.
509
92991082
JT
5102003-06-02 Chris Demetriou <cgd@broadcom.com>
511 Jason Thorpe <thorpej@wasabisystems.com>
512
513 * objcopy.c (redefine_list_append): Add an argument that
514 indicates the context from which this function is being
515 called. Change all callers.
516 (copy_options): Add a new option, --redefine-syms.
517 (copy_usage): Document new option.
518 (copy_main): Handle the --redefine-syms option.
519 * doc/binutils.text (objcopy): Document new option.
520
38fafa6d
RH
5212003-05-31 Richard Henderson <rth@redhat.com>
522
523 * readelf.c (byte_get_signed): New.
524 (get_encoded_value): New.
525 (display_debug_frames): Use it. Always pre-process opcodes.
526
636fc387
ML
5272003-05-20 Michal Ludvig <mludvig@suse.cz>
528
529 * readelf.c (display_debug_frames): Print both registers
530 for DW_CFA_register.
531
80c7c40a
NC
5322003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
533
534 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
535 i[3-7]86-*-interix.
536 * configure.in: Regenerate.
537
0fcdcb91
NC
5382003-05-13 Michael Eager <eager@mvista.com>
539
540 * objcopy.c: Treat identical src/dst file names as if only one
541 entered. One Windows creating an output file of the same name as
542 the input file will delete the input file before it is read.
543
7ab5f2ed
NC
5442003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
545
546 * debug.c (debug_get_real_type): Extend test for circular debug
547 references.
548
3c92310f
NC
5492003-05-12 Nick Clifton <nickc@redhat.com>
550
551 * configure.in (ALL_LINGUAS): Add zh_CN.
552 * configure: Regenerate.
553 * po/zh_CN.po: New file: Chinese (simplified) translation.
554
d68c07bb
JE
5552003-05-11 Jason Eckhardt <jle@rice.edu>
556
557 * MAINTAINERS: Update my mail address.
558
8beeaeb7
L
5592003-05-07 H.J. Lu <hongjiu.lu@intel.com>
560
561 * readelf.c (dump_relocations): Enlarge the type field in wide
562 mode by one character.
563
63044634
RH
5642003-05-03 Richard Henderson <rth@redhat.com>
565
566 * readelf.c (struct Frame_Chunk): Add cfa_exp.
567 (frame_display_row): Just print "exp" for cfa or register
568 defined by a location expression.
569 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
570 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
571
6e50c90c
L
5722003-04-30 H.J. Lu <hjl@gnu.org>
573
574 * objdump.c (only): Change it to char **.
575 (only_size): New.
576 (only_used): New.
577 (disassemble_data): Check only as an array.
578 (dump_data): Likewise.
579 (dump_relocs): Likewise.
580 (main): Treat only as an array.
581
edbedb71
NC
5822003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
583
584 * doc/binutils.texi: Fix the documentation for the -fo option.
585
3f7de0e7
NC
5862003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
587
ef230218
JR
588 * readelf.c (get_machine_name) <EM_SH>: Amend return value
589 to refer to SuperH.
590
3f7de0e7
NC
591 * readelf.c (decode_location_expression): Don't add a trailing ';'.
592
32df8966
NC
5932003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
594 Nick Clifton <nickc@redhat.com>
595
596 * windres.c (long_options): Move close to main, where it is used.
597 Add 'input' and 'output' long options.
598 (main): Accept "-fo" as an alias for "-o". This is for rc
599 comptibility.
600 * doc/binutils.texi: Mention that -fo is accepted as an alias for
601 -o, but discourage its use.
602
85eb5110
NC
6032003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
604
605 * windres.c (format_from_name): Make the exit on error
606 behaviour optional.
607 (main): Rename the -I option to -J. Introduce -I as a synonym
608 for --include-dir. For backwards compatibility also support the
609 old -I behaviour, but issue a deprecation warning.
610 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
611 of the -I option.
612
26597c86
NC
6132003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
614
615 * readelf.c: Replace references to Mitsubishi M32R with
616 references to Renesas M32R.
617
c2dcd04e
NC
6182003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
619
620 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
621
c1124b23
AO
6222003-04-09 Alexandre Oliva <aoliva@redhat.com>
623
624 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
625 for debugging information types not supported by objdump.
626
e5076347
AM
6272003-04-09 Bernd Jendrissek <berndj@prism.co.za>
628
629 * configure.in: Recognize canonical form of i[3-6]86-pe*.
630 * configure: Regenerate.
631
adab8cdc
AO
6322003-04-09 Alexandre Oliva <aoliva@redhat.com>
633
634 * readelf.c (display_debug_info): Apply RELA relocations on the
635 entire section.
636 (byte_put_little_endian, byte_put_big_endian): New functions.
637 (byte_put): New variable.
638 (get_file_header): Initialize it.
639
3077f5d8
NC
6402003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
641
642 * windres.c: Add -l for compatibility with wrc, and rc.
643 Use the short option as a key for long options that have
644 a synonymous short option.
645 * doc/binutils.texi: Added -l to the list of options.
646
29b058f1
NC
6472003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
648
3077f5d8
NC
649 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
650 (main): Just pass the -U option down to the preprocessor.
651 * doc/binutils.texi: Added -U to the list of options.
29b058f1 652
3126d709
CF
6532003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
654
655 * windres.c (usage): Report -r option.
656 (main): Ignore the -r option.
657 * doc/binutils.texi: Add -r to the list of options.
658
c46ac711
BW
6592003-04-01 Bob Wilson <bob.wilson@acm.org>
660
661 * MAINTAINERS: Add myself as Xtensa maintainer.
662
88da6820
NC
6632003-04-01 Bob Wilson <bob.wilson@acm.org>
664
3077f5d8
NC
665 * readelf.c: Include "elf/xtensa.h".
666 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
667 targets that use RELA relocations.
668 (dump_relocations): Call elf_xtensa_reloc_type for
669 EM_XTENSA and EM_XTENSA_OLD.
670 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 671
27a710e5
NC
6722003-04-01 Nick Clifton <nickc@redhat.com>
673
674 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
675 thumb-pe*, mcore-pe and mcore-*elf.
676 * configure: Regenerate.
677
335a1869
AO
6782003-03-31 Alexandre Oliva <aoliva@redhat.com>
679
680 * objdump.c (dump_data): Don't truncate the address to long; make
681 the width large enough, and uniform for all entries in a section.
682
566b0d53
L
6832003-03-31 H.J. Lu <hjl@gnu.org>
684
685 * readelf.c: Include "libiberty.h".
686 (dynamic_relocations): New.
687 (process_relocs): Properly handle dynamic relocation.
688 (process_dynamic_segment): Fill relocation elements in
689 dynamic_info.
690
ee42cf8c
NC
6912003-03-31 Kevin Buettner <kevinb@redhat.com>
692
693 * readelf.c (read_and_display_attr, read_and_display_attr_value):
694 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
695 all callers.
696 (display_debug_lines, display_debug_pubnames, display_debug_info)
697 (display_debug_aranges, display_debug_frames, read_and_display_attr)
698 (read_and_display_attr_value): Add 64-bit DWARF support.
699
7adbf450
NC
7002003-03-31 Ian Lance Taylor <ian@airs.com>
701
702 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
703 (optresid): Handle a resource id that can be a string or a number.
704 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
705 struct res_id.
706 (define_icon_control): Pass a struct res_id to define_control.
707 * windres.h (define_control): Change prototype.
708
06d86cf7
NC
7092003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
710
7c29036b
NC
711 * objcopy (OPTION_FORMATS_INFO): Define.
712 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
713 (copy_options): Likewise.
714 (strip_usage): Add "--info" to usage.
715 (copy_usage): Likewise.
716 (strip_main): Declare formats_info. Iniatilize it to FALSE.
717 Handle "info".
718 (copy_main). Likewise.
719 * doc/binutils.texi. Document the "--info" option for
720 objcopy/strip.
721 * NEWS: Mention the new command line switch.
722
06d86cf7
NC
723 * objdump.c (endian_string): Move to bucomm.c.
724 (display_info): Likewise.
725 (display_target_list): Likewise.
726 (display_info_table): Likewise.
727 (display_target_tables): Likewise.
728 (main): Assign the return value of display_info to exit_status.
729 * bucomm.c: Include bfdver.h and libbfd.h
730 (display_target_list): Call bfd_nonfatal instead of nonfatal and
731 return 0 on a non-fatal error, 1 on success.
732 (display_info_table): Likewise.
733 * bucomm.h (display_info): Provide a prototype.
734 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
735 libbfd.h.
736 * Makefile.in: Regenerate.
737
7adbf450 7382003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
739
740 * dlltool.c (gen_def_file): Put demangled name comments on
741 own line preceding export name.
742
98a91d6a
NC
7432003-03-17 Nick Clifton <nickc@redhat.com>
744
745 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
746 printf for emitting new lines.
747
06a30c77
NC
7482003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
749
750 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
751 the symbol's value when --size-sort is used, unless -S is used.
752 doc/binutils.texi (--size-sort): For non-bsd formats both the
753 value and size of the symbols are displayed.
754
ab829d36
NC
7552003-03-13 Nick Clifton <nickc@redhat.com>
756
757 * po/da.po: Update.
758
634847c9
NC
7592003-03-12 Nick Clifton <nickc@redhat.com>
760
761 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
762
3889f9eb
BE
7632003-03-10 Ben Elliston <bje@wasabisystems.com>
764
765 * MAINTAINERS: Update my mail address.
766
7eb5191a
NC
7672003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
768
769 * stabs.c (BYTES_IN_WORD): Remove definition.
770 * wrstabs.c (BYTES_IN_WORD): Likewise.
771
e3b83c8f
NC
7722003-03-04 Nick Clifton <nickc@redhat.com>
773
774 * nm.c (main): Print a warning message if --size-sort and
775 --undefined-only are used together.
776
7772003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
778
779 * nm.c (print_symbol): Remove check for undefined_only.
780
a9d68a1e
NC
7812003-03-03 Nick Clifton <nickc@redhat.com>
782
783 * po/da.po: Installed latest translation.
784
a99996bb
NC
7852003-02-24 Nick Clifton <nickc@redhat.com>
786
787 * README: Update binutils references to 2.13.
788 Add paragraph about using --disable-nls.
789
76ed1927
NC
7902003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
791
792 * doc/binutils.texi (nm --size-sort): Update.
793
0100f33b
JW
7942003-02-21 James E Wilson <wilson@tuliptree.org>
795
796 * MAINTAINERS: Update email address.
797
ecc51f48
NC
7982003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
799
800 * readelf.c (get_ia64_dynamic_type): New function.
801 (dynamic_segment_ia64_val): New function.
802 (get_dynamic_type): If machine type is EM_IA_64 call
803 get_ia64_dynamic_val.
804 (get_ia64_section_type_name): Handle sections with types in the
805 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
806 (get_dynamic_flags): If machine type is EM_IA_64 call
807 dynamic_segment_ia64_val.
808
947ed062
NC
8092003-02-21 Bob Wilson <bob.wilson@acm.org>
810
811 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
812 section title capitalization more consistent. Update descriptions
813 of various options to be consistent with the code. Fix errors and
814 incomplete list in the description of c++filt format options. Remove
815 information about the linker. Change to be more polite about poor
816 bug reports. Replace FDL appendix with include of fdl.texi.
817 * doc/fdl.texi: New file.
818
66491ebc
AM
8192003-02-21 Roger Sayle <roger@eyesopen.com>
820
821 * objcopy.c (filter_symbols): Fix compilation problems with
822 HP-UX's C compiler.
823
0e11a9e9
CF
8242003-02-19 Christopher Faylor <cgf@redhat.com>
825
826 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
827 previous change.
828
6e5f5201
CF
8292003-02-19 Mark Blackburn <marklist@fangorn.ca>
830
0e11a9e9 831 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 832
f0c8c24a
NC
8332003-02-12 Bob Wilson <bob.wilson@acm.org>
834
835 * nm.c (usage): Add `java' and `gnat' demangle styles and make
836 quotes consistent.
837 * objdump.c (usage): Ditto. Also fix some typos.
838
d3c543fd
NC
839 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
840
fe2c4142
NC
841 * debug.c (debug_record_variable): Handle global register variables.
842
6de15b9e
NC
843 * stabs.c (parse_stab): For N_SLINE only include
844 function_start_offset if the symbol is within a function;
845 otherwise, the value is absolute.
846
fde78edd
NC
8472003-02-10 Nick Clifton <nickc@redhat.com>
848
849 * readelf.c (decode_ARM_machine_flags): Handle the
850 EF_ARM_MAVERICK_FLOAT flag.
851
22d82235
AS
8522003-02-04 Andreas Schwab <schwab@suse.de>
853
854 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
855 long and use %ld in printf format.
856
1a677ea8
RS
8572003-01-28 Richard Sandiford <rsandifo@redhat.com>
858
859 * readelf.c (dump_relocations): Reorder the r_info field for
860 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
861
8dde85fc
NC
8622003-01-21 Daniel Berlin <dan@dberlin.org>
863
864 * readelf.c (display_debug_loc): Skip address base changes.
865
c6f8bb1e
AM
8662003-01-17 Fabio Alemagna <falemagn@aros.org>
867
868 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
869 and ELFOSABI_NSK.
870
c833c019
AM
8712003-01-16 Alan Modra <amodra@bigpond.net.au>
872
873 * readelf.c: Include elf/ppc64.h.
874 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
875 * Makefile.am: Run "make dep-am".
876 * Makefile.in: Regenerate.
877
3b36097d
SC
8782003-01-02 Ben Elliston <bje@redhat.com>
879
880 * readelf.c (guess_is_rela): Handle EM_IQ2000.
881 (get_machine_name): Likewise.
882 (dump_relocations): Likewise.
883 * NEWS: Mention IQ2000 support.
884
cb44e358
RS
8852003-01-02 Richard Sandiford <rsandifo@redhat.com>
886
887 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
888
af7ee8bf
CD
8892002-12-30 Chris Demetriou <cgd@broadcom.com>
890
891 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
892 changes in MIPS -M options.
893
2469cfa2
NC
8942002-12-30 Dmitry Diky <diwil@mail.ru>
895
896 * Makefile.am: Add msp430 target.
897 * Makefile.in: Regenerate.
898 * readelf.c: Add support for msp430 target.
899
640c0ccd
CD
9002002-12-27 Chris Demetriou <cgd@broadcom.com>
901
902 * doc/binutils.texi (objdump): Document MIPS -M options.
903
59f14fc0
AS
9042002-12-23 Andreas Schwab <schwab@suse.de>
905
906 * readelf.c (main): Reset dump request after each file.
907
312b768e
NC
9082002-12-23 Nick Clifton <nickc@redhat.com>
909
910 * nlmconv.c (main): Pass TRUE as third argument to
911 bfd_arch_get_compatible.
912
8745eafa
NC
9132002-12-23 Nick Clifton <nickc@redhat.com>
914
915 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
916 macro. Handle 'S' encoding, accepting 8-bit characters.
917 (main): Parse 'S' encoding.
918 (get_char): Accept 'S' encoding.
919 (print_strings): Use STRING_ISGRAPHIC.
920 (usage): Document support of 'S' encoding.
921 * doc/binutils.texi: Document support of 'S' encoding/
922 * NEWS: Mention new feature.
923
08213ebb
AM
9242002-12-20 Alan Modra <amodra@bigpond.net.au>
925
926 * README <building ar>: Don't use libibery's needed_list or
927 required_list, instead link libiberty/*.o.
928
b9e5d8e5
KH
9292002-12-19 Kazu Hirata <kazu@cs.umass.edu>
930
931 * doc/binutils.texi: Fix typos.
932
c51238bc
DA
9332002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
934
935 * doc/binutils.texi: Add missing parenthesis.
936
d7fb0dd2
NC
9372002-12-15 Nick Kelsey <nickk@ubicom.com>
938
939 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
940 symbols by adding the given prefix to the begining of the symbol
50c2245b 941 name. This is useful to provide name space separation regardless
d7fb0dd2
NC
942 of how the object file was created. Added --prefix-sections=
943 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
944 sections (or all sections with the alloc flag set) by adding the given
945 prefix to the begining of the symbol name.
946 * NEWS: Mention this new feature.
947 * doc/binutils.texi: Document this new feature.
948
55b9cdf1
AM
9492002-12-13 Alan Modra <amodra@bigpond.net.au>
950
951 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
952 dyn_string_append with dyn_string_append_cstr.
953
954 * emul_aix.c (ar_emul_aix_create): Remove unused function.
955
84ad6ede
NC
9562002-12-10 James Cownie <jcownie@etnus.com>
957
958 * readelf.h (get_TAG_name, get_AT_name,
704afb58 959 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
960 DWARF2 spec.
961 * NEWS: Mention this new support.
962
7d036af2
AM
9632002-12-08 Alan Modra <amodra@bigpond.net.au>
964
965 * NEWS: Mention that bfd no longer declares a "boolean" type.
966
3e8bba36
AM
9672002-12-07 Alan Modra <amodra@bigpond.net.au>
968
969 * readelf.c (process_program_headers): When setting loadaddr, don't
970 assume segment size is 4k. Use p_align instead.
971 (loadaddr): Change from int to long.
972 (dynamic_addr, dynamic_info, version_info): Likewise.
973 (process_dynamic_segment <syminsz>): Likewise.
974 (process_dynamic_segment): Adjust print format string.
975 (rela_addr, rela_size): Delete.
976 (process_relocs): Formatting.
977
d070dab9
JW
9782002-12-05 Jim Wilson <wilson@redhat.com>
979
980 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
981 * configure: Regenerate.
982
45bcbdb1
ILT
9832002-12-04 Ian Lance Taylor <ian@airs.com>
984
985 * MAINTAINERS: Change e-mail address back to airs.com.
986
42ea8716
AH
9872002-12-04 Aldy Hernandez <aldyh@redhat.com>
988
989 * MAINTAINERS: Add self.
990
b34976b6
AM
9912002-11-30 Alan Modra <amodra@bigpond.net.au>
992
993 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
994 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
995 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
996 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
997 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
998 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
999 with TRUE/FALSE. Formatting.
1000
c8286bd1
JJ
10012002-11-29 Jakub Jelinek <jakub@redhat.com>
1002
1003 * readelf.c Replace occurrences of Elf32_Internal_* and
1004 Elf64_Internal_* with Elf_Internal_*.
1005 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
1006 Zero r_addend fields.
1007 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
1008 Elf_Internal_Rela.
1009
92acdfaf
NC
10102002-11-23 Nick Clifton <nickc@redhat.com>
1011
1012 * size.c (usage): Fix typo describing switch for hex format.
1013
48c5eb8a
SS
10142002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
1015
1016 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
1017 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
1018 testcase
1019
2f62977e
NC
10202002-11-14 Nick Clifton <nickc@redhat.com>
1021
1022 * readelf.c (process_program_headers): Add comment about return
1023 value. Ensure that 0 is returned if the headers are not loaded.
1024 (process_file): If process_section_headers failed to load the
1025 headers disable any tests that rely upon them. Similarly for
1026 process_program_headers.
1027
cd24c222
NC
10282002-11-12 Nick Clifton <nickc@redhat.com>
1029
1030 * po/da.po: Updated Danish translation.
1031
f3931575
AM
10322002-11-12 Klee Dienes <kdienes@apple.com>
1033
1034 * rddbg.c (read_section_stabs_debugging_info): Also recognize
1035 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
1036
b54e7460
CF
10372002-11-11 Christopher Faylor <cgf@redhat.com>
1038
1039 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
1040 cgf maintainership.
1041
4f17cc13
CF
10422002-11-11 Christopher Faylor <cgf@redhat.com>
1043
1044 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
1045
232e7cb8
NC
10462002-11-07 Nick Clifton <nickc@redhat.com>
1047
cd24c222 1048 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
1049 * configure: Regenerate.
1050 * po/da.po: New Danish translation.
1051
232e7cb8
NC
1052 * readelf.c (get_symbol_index_type): Revert part of previous
1053 patch: Display unknown symbol types in decimal, not hex.
1054
c9e38879
NC
10552002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1056
1057 * dlltool.c (add_excludes): Don't prefix excluded fastcall
1058 symbols with underscore.
1059 (xlate): Ignore add_underscore for decorated fastcall symbols.
1060
10612002-11-07 Eric Kohl <ekohl@rz-online.de>
1062
1063 * deflex.l: Accept '@' as first character of an ID.
1064 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
1065 ASM_PREFIX for fastcall symbols.
1066 (scan_drectve_symbols): Handle fastcall symbols when generating
1067 undecorated aliases for symbols in drectve section.
1068 (scan_filtered_symbols): Likewise, with export-all.
1069 (xlate): Likewise, with --kill-at.
1070 (make_imp_label): New function to handle fastcall symbols
1071 correctly.
1072 (make_one_lib_file): Use make_imp_label instead of make_label
1073 for imp symbols.
1074
a700dc3b
SS
10752002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
1076
1077 * MAINTAINERS: Add self as TIC4X maintainer.
1078
5cf1065c
NC
10792002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
1080
1081 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
1082 PROCESSOR-specific, OS-specific, reserved and unknown symbol
1083 types.
5cf1065c 1084
f1ef08cb
AM
10852002-11-04 Alan Modra <amodra@bigpond.net.au>
1086
1087 * readelf.c (byte_get_little_endian): Comment typo fix.
1088 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
1089 as the format string.
1090 (dump_relocations): Correct section sym names.
1091 (process_section_headers): Clear symtab_shndx_hdr.
1092 (read_and_display_attr_value): Don't pass indirect string to printf
1093 as the format string.
1094 (display_debug_frames): Indicate when zero terminator found. Decode
1095 DW_EH_PE_pcrel addresses.
1096
1a09a22c
NC
10972002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
1098
1099 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
1100 order to ensure proper disassembly of the valid 0-value opcode.
1101 * configure: Regenerate.
1102 * aclocal.m4: Regenerate.
1103 * config.in: Regenerate.
1104 * configure.in: Regenerate.
1105 * doc/Makefile.in: Regenerate.
1106 * po/binutils.pot: Regenerate.
1107
c254c557
KK
11082002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1109
1110 * MAINTAINERS: Add self as SH maintainer.
1111
aefbdd67
BE
11122002-10-23 Ben Elliston <bje@redhat.com>
1113
1114 * doc/binutils.texi (objdump): Document -z and move the entry for
1115 --disassemble-zeroes to the end of the options section (for `z').
1116
ab9bcc01
NC
11172002-10-21 Nick Clifton <nickc@redhat.com>
1118
1119 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
1120
8ab56b6f
AM
11212002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
1122
1123 * objdump.c (dump_data): Correct addr_offset for opb != 1.
1124
49c12576
AM
11252002-10-15 Alan Modra <amodra@bigpond.net.au>
1126
48417c1a
AM
1127 * bucomm.c (list_supported_targets): Use bfd_target_list.
1128
49c12576
AM
1129 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
1130 other object errors in preference to bfd_core errors.
1131
6e1a7e9a
AM
11322002-10-14 Alan Modra <amodra@bigpond.net.au>
1133
1134 * Makefile.am: Run "make dep-am".
1135 * objdump.c: #include "bfdver.h".
1136 * version.c: Likewise.
1137 * Makefile.in: Regenerate.
1138 * config.in: Regenerate.
1139 * configure: Regenerate.
1140 * po/POTFILES.in: Regenerate.
1141
09fc3b02
DJ
11422002-10-09 Daniel Jacobowitz <drow@mvista.com>
1143
1144 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
1145 sections. Allow relocations against the absolute symbol. Don't
1146 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 1147 relocation.
09fc3b02 1148
f309035a
NC
11492002-10-07 Gordon Chaffee <chaffee@netvmg.com>
1150
1151 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
1152 ordinary ones are available.
1153
810dfa6e
L
11542002-09-30 H.J. Lu <hjl@gnu.org>
1155
1156 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
1157 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
1158
bb279dc0
ZW
11592002-09-17 Zack Weinberg <zack@codesourcery.com>
1160
1161 * Makefile.am (CFILES): Add cxxfilt.c.
1162 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
1163 (cxxfilt_LDADD): Delete.
1164 Remove all references to underscore.c.
1165 Regen dependencies.
1166 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
1167 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
1168 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
1169 adjustments to fit into binutils framework.
1170 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
1171
065c959b
NC
11722002-09-12 Roland McGrath <roland@redhat.com>
1173
1174 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
1175 Handle DW_OP_GNU_push_tls_address.
1176
e09f4395
NC
11772002-09-11 Nick Clifton <nickc@redhat.com>
1178
1179 * po/tr.po: Updated Turkish translation.
1180
873e0588
NC
11812002-09-10 Nick Clifton <nickc@redhat.com>
1182
1183 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
1184 testsuite changes. Add paragraphs about testsuite and config
1185 patches.
1186
069fe61f
NC
11872002-08-29 Nick Clifton <nickc@redhat.com>
1188
1189 * readelf.c (get_machine_flags): Remove redundant reference to
1190 E_V850EA_ARCH.
1191
fe0507eb
AM
11922002-08-28 Alan Modra <amodra@bigpond.net.au>
1193
1194 * objdump.c (dump_bfd): Restore lines accidentally deleted in
1195 last commit.
1196
026df7c5
NC
11972002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1198
bb279dc0 1199 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
1200 (dump_bfd_header): Likewise.
1201
68a4c073
AM
12022002-08-27 Alan Modra <amodra@bigpond.net.au>
1203
1204 * nm.c: Revert last change.
1205
a1df01d1
AM
12062002-08-26 Alan Modra <amodra@bigpond.net.au>
1207
1208 * nm.c (display_rel_file): Don't report "no symbols" as an error.
1209 * objdump.c (slurp_symtab): Likewise.
1210 (slurp_dynamic_symtab): Likewise.
1211 (dump_symbols): Likewise. Do print "no symbols" to stdout.
1212
a926ab2f
GK
12132002-08-24 Geoffrey Keating <geoffk@redhat.com>
1214
1215 * MAINTAINERS: Change my mailing address.
1216
fcf62380
DA
12172002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1218
1219 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
1220
51e28791
NC
12212002-08-22 Nick Clifton <nickc@redhat.com>
1222
1223 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
1224 HPPA.
1225
c5b060ad
AM
12262002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1227
1228 * readelf.c (parse_args): Change debug_dump_opt to static.
1229
4b73ca92
NC
12302002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
1231
1232 * stabs.c (parse_stab_argtype): Pass length of physname to
1233 stab_demangle_argtypes.
1234 (stab_demangle_argtypes): Add new parameter - length of physname.
1235 Pass length of physname on to stab_demangle_prefix.
1236 (stab_demangle_prefix): Add new parameter - length of physname.
1237 Use length of physname (if supplied) to compute end of function
1238 name.
1239
35b1837e
AM
12402002-08-15 Alan Modra <amodra@bigpond.net.au>
1241
1242 * readelf.c: Include elf/i370.h.
1243 (dump_relocations): Handle EM_S370.
1244 (dynamic_segment_parisc_val): Print \n.
1245 (process_dynamic_segment <DT_BIND_NOW>): Here too.
1246
762baac5
NC
12472002-08-14 Nick Clifton <nickc@redhat.com>
1248
1249 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
1250 * objdump.c (usage): Likewise.
1251 * doc/binutils.texi: Likewise.
1252
85c09e8a
NC
12532002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
1254
1255 * rcparse.y (acc_entry): Don't warn about ALT use with
1256 non-VIRTKEY.
1257
212a3c4d
L
12582002-08-13 H.J. Lu <hjl@gnu.org>
1259
1260 * objcopy.c (copy_object): Don't warn about the unsupported
1261 architecture unless the input target is defaulted or the
1262 output architecture is different from the input.
1263
2b692c59
NC
12642002-08-09 Nick Clifton <nickc@redhat.com>
1265
1266 * po/sv.po: Updated Swedish translation.
1267
09de7a73
AM
12682002-08-05 Alan Modra <amodra@bigpond.net.au>
1269
1270 * prdbg.c (pr_fix_visibility): Remove assert.
1271
47badb7b
NC
12722002-07-31 Nick Clifton <nickc@redhat.com>
1273
1274 * addr2line.c (process_file): Rename parameter 'filename' to
1275 'file_name' in order to avoid shadowing global symbol of the
1276 same name.
1277 (main): Likewise.
1278
2979dc34
JJ
12792002-07-30 Jakub Jelinek <jakub@redhat.com>
1280
1281 * readelf.c (OPTION_DEBUG_DUMP): Define.
1282 (options): Use it.
1283 (usage): Update help.
1284 (parse_args): Handle --debug-dump separately from -w.
1285 * doc/binutils.texi (readelf): Update documentation.
1286
219576a4
NC
12872002-07-25 Nick Clifton <nickc@redhat.com>
1288
1289 * po/es.po: Updated Spanish translation.
1290 * po/fr.po: Updated French translation.
1291
bf4f22e6 12922002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 1293
bf4f22e6
NC
1294 * po/es.po: Updated Spanish translation.
1295
c5b3a82a
AM
12962002-07-23 Alan Modra <amodra@bigpond.net.au>
1297
1298 * Makefile.am: Run "make dep-am".
1299 * Makefile.in: Regenerate.
1300
0461a601
NC
13012002-07-23 Nick Clifton <nickc@redhat.com>
1302
bf4f22e6 1303 * po/fr.po: Updated French translation.
0461a601 1304
bf44dd74
AM
13052002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
1306
1307 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
1308
2c205ff2
AM
13092002-07-20 Alan Modra <amodra@bigpond.net.au>
1310
63eb0809 1311 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 1312
1e4cf259
NC
13132002-07-18 Denis Chertykov <denisc@overta.ru>
1314 Frank Ch. Eigler <fche@redhat.com>
1315
1316 * readelf.c: Include "elf/ip2k.h".
1317 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
1318 (dump_relocations): Likewise.
1319 (get_machine_name): Likewise.
1320 * NEWS: Mention IP2K support.
1321
2cbb2eef
NC
13222002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1323
1324 * NEWS: Add 'Changes in 2.13'.
1325
047b2264
JJ
13262002-07-10 Jakub Jelinek <jakub@redhat.com>
1327
1328 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
1329 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
1330 (get_section_type_name): Handle SHT_GNU_LIBLIST.
1331 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
1332 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
1333 (process_gnu_liblist): New.
1334 (process_file): Call it.
1335
97230b15
AM
13362002-07-03 Alan Modra <amodra@bigpond.net.au>
1337
1338 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1339 * Makefile.in: Regenerate.
1340
a6637ec0
AM
13412002-07-02 Alan Modra <amodra@bigpond.net.au>
1342
1343 * budemang.c: New file, "demangle" function.
1344 * budemang.h: New file.
1345 * addr2line.c (translate_addresses): Use "demangle".
1346 * nm.c (print_symname): Likewise.
1347 * objdump.c (objdump_print_symname): Likewise.
1348 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
1349 here since that obfuscates.
1350 * rdcoff.c: Don't #include demangle.h.
1351 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
1352 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
1353 (HFILES): Add budemang.h. Sort.
1354 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
1355 Run "make dep-am".
1356 * Makefile.in: Regenerate.
1357
179d3252
JT
13582002-07-01 Matt Thomas <matt@3am-software.com>
1359
1360 * readelf.c: Include "elf/vax.h".
1361 (guess_is_rela): Move EM_VAX from unknown to RELA case.
1362 (dump_relocations): Handle VAX relocations.
1363 (get_machine_flags): Handle VAX machine flags.
1364
75751cd9
SC
13652002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1366
1367 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
1368
e5851ab8
NC
13692002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
1370
1371 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
1372
eb3f2f5c
AM
13732002-06-26 Alan Modra <amodra@bigpond.net.au>
1374
1375 * nm.c (print_symname): When demangling, strip leading dots from
1376 symbol names to avoid confusing the demangler.
1377
a13a0de8
L
13782002-06-25 H.J. Lu <hjl@gnu.org>
1379
1380 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1381 * Makefile.in: Regenerated.
1382
6db7a086
AM
13832002-06-21 Igor Schein <igor@txc.com>
1384
1385 * configure.in: Quote bu_cv_have_fopen64.
1386 * configure: Regenerate.
1387
9710509e
AM
13882002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
1389
1390 * configure.in: Check for strcoll.
1391 * configure: Regenerate.
1392 * config.in: Regenerate.
1393 * nm.c (main): Set locale for LC_COLLATE category.
1394 (non_numeric_forward): Use strcoll if available.
1395
a9f0b5e7
DB
13962002-06-20 Dave Brolley <brolley@redhat.com>
1397
1398 * MAINTAINERS: Add self as fr30 and frv maintainer.
1399
33f5f537
L
14002002-06-18 H.J. Lu (hjl@gnu.org)
1401
1402 * nm.c: Include "elf/common.h".
1403 (extended_symbol_info): Add elfinfo, a pointer to
1404 elf_symbol_type.
1405 (SYM_SIZE): Use elfinfo if it is not NULL.
1406 (get_symbol_type): New function.
1407 (display_archive): Set print_width for each archive member.
1408 (display_file): Likewise.
1409 (display_rel_file): Don't set print_width here.
1410 (print_object_filename_sysv): Handle print_width.
1411 (print_archive_member_sysv): Likewise.
1412 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
1413 (print_symbol): Set the elfinfo field in extended_symbol_info
1414 for ELF.
1415 (print_object_filename_sysv): Fix the output format.
1416 (print_symbol_info_sysv): Print type and section for ELF.
1417
14182002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
1419
1420 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 1421 the symbol's size equal to its value when --size-sort is
33f5f537
L
1422 used.
1423
5c70f934
DB
14242002-06-18 Dave Brolley <brolley@redhat.com>
1425
1426 From Catherine Moore:
1427 * readelf.c (elf/frv.h): #include it.
1428 (guess_is_rela): Support EM_CYGNUS_FRV.
1429 (dump_relocations): Ditto.
1430 (get_machine_name): Ditto.
1431 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
1432
7ece0d85
JJ
14332002-06-18 Jakub Jelinek <jakub@redhat.com>
1434
1435 * readelf.c (get_file_header): Only read the first section header if
1436 e_shoff is non-zero.
1437
72797995
L
14382002-06-15 H.J. Lu (hjl@gnu.org)
1439
1440 * nm.c (print_size): New variable. Initialize to 0.
1441 (long_options): Add 'S'/"print-size".
1442 (main): Handle 'S'.
1443 (print_symbol_info_bsd): Print size only if print_size is not
1444 0.
1445
1446 * doc/binutils.texi: Document -S/--print-size.
1447
977f7911
NC
14482002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
1449
50c2245b 1450 * nm.c (struct extended_symbol_info): New structure: Add the size
977f7911
NC
1451 of the symbols to the information provided by the symbol_info
1452 structure.
1453 (print_symbols): Pass the symbol size to print_symbol.
1454 (print_size_symbols): Pass the symbol size to print_symbol.
1455 (print_symbol): Extra argument: The size of the symbol. Store
1456 this in the extended_symbol_info structure.
1457 (print_symbol_info): Change type of info parameter to
1458 extended_symbol_info. Display the size, if known.
1459 (print_symbol_info_posix): Likewise.
1460 (print_symbol_info_sysv): Likewise.
1461
b1f88ebe
AM
14622002-06-08 Alan Modra <amodra@bigpond.net.au>
1463
fa449227
AM
1464 * Makefile.am: Run "make dep-am".
1465 * Makefile.in: Regenerate.
1466 * doc/Makefile.in: Regnerate.
1467
b1f88ebe
AM
1468 * bucomm.c: Replace CONST with const.
1469 * nm.c: Likewise.
1470 * objdump.c: Likewise.
1471
91a106e6
L
14722002-06-07 H.J. Lu <hjl@gnu.org>
1473
1474 * readelf.c (DW_CFA_GNU_args_size): Don't define.
1475 (DW_CFA_GNU_negative_offset_extended): Likewise.
1476 (DW_CFA_GNU_window_save): Likewise.
1477 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
1478 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
1479
6ab6b380 14802002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 1481
6ab6b380
NC
1482 * nm.c: When computing size of symbols for an ELF target use the
1483 internal size field.
1484
e28e05a3
JL
14852002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1486
1487 * testsuite/binutils-all/objcopy.exp: clear xfail for
1488 "hppa*64*-*-hpux*".
1489 * testsuite/binutils-all/hppa/objdump.exp: Return if
1490 "*64*-*-*".
1491
dc156bc0
AM
14922002-06-05 Alan Modra <amodra@bigpond.net.au>
1493
1494 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
1495
14962002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
1497
1498 * objdump.c: Fix formatting.
1499
d79e4ea3
BE
15002002-05-29 Ben Elliston <bje@redhat.com>
1501
1502 * MAINTAINERS: Add self as M68k maintainer.
1503
d172d4ba
NC
15042002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1505
1506 * readelf.c: Modified/Added DLX elf support.
1507
7edb8f29
NC
15082002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1509
3a1a2036
NC
1510 * arsup.c: Fix formatting.
1511 * debug.c (debug_record_label): Add missing colon to error
1512 message.
1513 * ieee.c (parse_ieee_ty): Fix spelling typo.
1514 * readelf.c (process_program_headers): Remove English assumption
1515 about making a plural word.
1516 (process_section_headers): Likewise.
1517 (process_relocs): Allow quotes to be translated.
1518 (process_unwind): Likewise,
1519 (process_mips_specific): Improve error message.
1520 (get_note_type): Fix spelling typo.
1521
7edb8f29
NC
1522 * configure.in (ALL_LINGUAS): Add sv
1523 * po/sv.po: New file.
1524
3eee1e9d
AM
15252002-05-27 Alan Modra <amodra@bigpond.net.au>
1526
1527 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1528 (unw_print_grmask): Likewise.
1529 (unw_print_frmask): Likewise.
1530
d43efbe3
KH
15312002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1532
1533 * arsup.c: Remove ARGSUSED.
1534 * debug.c: Likewise.
1535 * ieee.c: Likewise.
1536 * nlmconv.c: Likewise.
1537 * prdbg.c: Likewise.
1538 * stabs.c: Likewise.
1539 * wrstabs.c: Likewise.
1540
e9792343
AM
15412002-05-25 Alan Modra <amodra@bigpond.net.au>
1542
1543 * arlex.l: Use #include "" instead of <> for local header files.
1544 * coffdump.c: Likewise.
1545 * coffgrok.c: Likewise.
1546 * nlmconv.c: Likewise.
1547 * nlmheader.y: Likewise.
1548 * srconv.c: Likewise.
1549 * strings.c: Likewise.
1550 * sysdump.c: Likewise.
1551 * unwind-ia64.h: Likewise.
1552 * windres.h: Likewise.
1553 * winduni.h: Likewise.
1554
d7e53452
TR
15552002-05-24 Tom Rix <trix@redhat.com>
1556
1557 * MAINTAINERS: Add self as the d10v maintainer.
1558
436e8db0
NC
15592002-05-24 TAMURA Kent <kent@netbsd.org>
1560
1561 * configure.in: Builds dlltool for i386-netbsdpe.
1562 * configure: Regenerate.
1563
9f66665a
KH
15642002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1565
1566 * size.c: Fix formatting.
1567 * srconv.c: Likewise.
1568 * stabs.c: Likewise.
1569 * sysdump.c: Likewise.
1570 * unwind-ia64.c: Likewise.
1571 * wrstabs.c: Likewise.
1572
13ae64f3
JJ
15732002-05-23 Jakub Jelinek <jakub@redhat.com>
1574
1575 * readelf.c (get_segment_type): Add PT_TLS.
1576 (get_elf_section_flags): Add SHF_TLS.
1577 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1578 (process_dynamic_segment): Use puts instead of printf.
1579 (get_symbol_type): Support STT_TLS.
1580 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1581 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1582 Add SEC_THREAD_LOCAL.
1583
53c7db4b
KH
15842002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1585
1586 * rdcoff.c: Fix formatting.
1587 * rddbg.c: Likewise.
1588 * readelf.c: Likewise.
1589 * rename.c: Likewise.
1590 * resbin.c: Likewise.
1591 * resrc.c: Likewise.
1592 * resres.c: Likewise.
1593
0af11b59
KH
15942002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1595
1596 * filemode.c: Fix formatting.
1597 * ieee.c: Likewise.
1598 * is-ranlib.c: Likewise.
1599 * is-strip.c: Likewise.
1600 * maybe-ranlib.c: Likewise.
1601 * maybe-strip.c: Likewise.
1602 * nlmconv.c: Likewise.
1603 * nm.c: Likewise.
1604 * not-ranlib.c: Likewise.
1605 * not-strip.c: Likewise.
1606 * objcopy.c: Likewise.
1607 * objdump.c: Likewise.
1608
21611032
TS
16092002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1610
1611 * objdump.c (dump_headers): Fix output formatting for ELF32
1612 architectures in a BFD64 enabled toolchain.
1613
26044998
KH
16142002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1615
1616 * debug.c: Fix formatting.
1617 * debug.h: Likewise.
1618 * dlltool.c: Likewise.
1619 * dllwrap.c: Likewise.
1620 * emul_aix.c: Likewise.
1621 * emul_vanilla.c: Likewise.
1622
f462a9ea
KH
16232002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1624
1625 * addr2line.c: Fix formatting.
1626 * ar.c: Likewise.
1627 * arsup.c: Likewise.
1628 * arsup.h: Likewise.
1629 * binemul.c: Likewise.
1630 * binemul.h: Likewise.
1631 * bucomm.c: Likewise.
1632 * coffdump.c: Likewise.
1633 * coffgrok.c: Likewise.
1634 * coffgrok.h: Likewise.
1635
e0159aa9
MM
16362002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1637
1638 * MAINTAINERS: Add myself as the second AVR port maintainer.
1639
074b403e
SC
16402002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1641
1642 * MAINTAINERS: Update my email address.
1643
2b9c8201
NC
16442002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1645
1646 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1647
e1d5b1e7
AM
16482002-05-09 Alan Modra <amodra@bigpond.net.au>
1649
1650 * configure.in: Replace `*pe' with `pe' throughout.
1651 * configure: Regenerate.
1652
d3d8a9ee
NC
16532002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1654
1655 * Makefile.am: Honour DESTDIR.
1656 * Makefile.in: Regenerate.
1657
405c98a4
AM
16582002-05-06 Alan Modra <amodra@bigpond.net.au>
1659
a02d5965
AM
1660 * dlltool.c (process_def_file): Add missing prototype.
1661 (new_directive, assemble_file, main): Likewise.
1662 (process_def_file, new_directive): Make static.
1663 (inform): Rewrite using VA_FIXEDARG.
1664 * dllwrap.c (mybasename): Add missing prototype.
1665 (strhash, main): Likewise.
1666 (inform): Rewrite using VA_FIXEDARG.
1667 (warn): Likewise.
1668 (cleanup_and_exit): Use old style function definition.
1669 (strhash): Likewise.
1670 * windres.c (define_resource): Use one memset to clear all of
1671 struct res_resource.
1672
405c98a4 1673 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1674 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1675
16762002-05-06 Borut Razem <borut.razem@siol.net>
1677
1678 * rclex.l (get_string): Correct "strings" list handling.
1679 * resrc.c (read_rc_file): Discard strings.
1680
91593c9d
AM
16812002-05-04 Alan Modra <amodra@bigpond.net.au>
1682
e58a75dc
AM
1683 * ar.c (replace_members): Remove unused var. Formatting fix.
1684 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1685
91593c9d
AM
1686 * MAINTAINERS: Sort port maintainers by CPU.
1687
6b52b824
AM
16882002-05-04 Bob Byrnes <byrnes@curl.com>
1689
1690 * size.c (display_archive): Add last_arfile and code to close archives.
1691
dd70071f
AM
16922002-05-01 Alan Modra <amodra@bigpond.net.au>
1693
1694 * nm.c (print_symbol): Check returned filename from
1695 bfd_find_nearest_line is non-NULL.
1696
6c95717a 16972002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1698
1699 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1700
3c25c5f6
NC
17012002-04-24 Christian Groessler <chris@groessler.org>
1702
1703 * MAINTAINERS: Changed my email address.
1704
944cd72c
TS
17052002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1706
1707 * arparse.y: Fix syntax warning.
1708
ea91f8bb
NC
17092002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1710
3e55a963
NC
1711 * readelf.c (fetch_location_list): Remove unused function.
1712
1713 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1714 and display a warning message, then exit the loop.
1715
ea91f8bb
NC
1716 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1717
45b99827
NC
17182002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1719
1720 * resrc.c (write_rc_dialog): If charset is non-default value
1721 display all of the DIALOGEX parameters.
1722
17232002-04-15 Eric Kohl <ekohl@rz-online.de>
1724
bb279dc0 1725 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1726 DIALOGEX resources.
1727 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1728 resource data.
bb279dc0 1729 (res_to_bin_dialog): Likewise.
45b99827
NC
1730 * windres.h: Added misssing charset variable to dialog_ex
1731 structure.
1732
acfbab8a
NC
17332002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1734
1735 * rcparse.y: Set MEMFLAG_PURE by default.
1736
df3baf66
NC
17372002-04-09 Bernd Herd <info@herdsoft.com>
1738
bb279dc0 1739 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1740 are quoted.
4c30641a 1741 Fix typo in BEDIT warning.
91eafb40 1742 Don't add default dialog style when explicit style specified.
b62a12ca 1743 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1744
b24eb5ac
NC
1745 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1746 (handle_quotes) "\a" escape (used for right justified key
1747 definitions in menus) is encodes as binary 8.
df3baf66 1748
b24eb5ac
NC
1749 * resrc.c (write_rc_dialog): Print style even if it is 0.
1750 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1751 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1752
b24eb5ac
NC
1753 * resbin.c (bin_to_res_dialog): Use signature to identify
1754 DIALOGEX.
f7d63484 1755
b24eb5ac 1756 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1757
df3baf66
NC
17582002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1759
1760 * resrc.c: print CLASS names in quotes
1761
17622002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1763
1764 * MAINTAINERS: Update my email address.
1765
8e42bcb6
AM
17662002-04-04 Alan Modra <amodra@bigpond.net.au>
1767
1768 * dep-in.sed: Cope with absolute paths.
1769 * Makefile.am (dep.sed): Subst TOPDIR.
1770 Run "make dep-am".
1771 * Makefile.in: Regenerate.
1772
96f959e5
PT
17732002-03-27 Peter Targett <peter.targett@arc.com>
1774
1775 * MAINTAINERS: Update my email address.
1776
1ea788ee
AM
17772002-03-21 Alan Modra <amodra@bigpond.net.au>
1778
1779 * Makefile.am: Run "make dep-am".
1780 * Makefile.in: Regenerate.
1781 * doc/Makefile.in: Regenerate.
1782 * po/POTFILES.in: Regenerate.
1783 * aclocal.m4: Regenerate.
1784 * config.in: Regenerate.
1785 * configure: Regenerate.
1786
a2f14207
DB
17872002-03-20 Daniel Berlin <dan@dberlin.org>
1788
1789 * readelf.c: Add support for displaying dwarf2 location lists.
1790 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1791 (parse_args): Use 'O' as shorthand for displaying location list
1792 section.
1793 (process_section_headers): Handle debug_loc as well.
1794 (load_debug_loc): New.
1795 (free_debug_loc): New.
1796 (fetch_location_list): New.
1797 (display_debug_loc): New.
1798 (display_debug_info): Call load_debug_loc and free_debug_loc.
1799 (debug_displays): We can display .debug_loc now, too.
1800 (usage): Update usage string.
1801 (read_and_display_attr_value): Note location lists, but don't
1802 display them inline.
1803
eb1e0e80
NC
18042002-03-18 Tom Rix <trix@redhat.com>
1805
1806 * Makefile.am: Add binutils emulation support.
1807 * configure.in: Same.
1808 * configure.tgt: New file. Same.
1809 * ar.c (main): Use ar_emul_parse_arg.
1810 (usage): Use ar_emul_usage.
1811 (replace_members): Use ar_emul_replace, ar_emul_append.
1812 * binemul.c: New file. Define the binutils emulation
1813 layer. Define default methods.
1814 * binemul.h: New file. Binutils emulation layer header file.
1815 * emul_aix.c: New file. AIX binutils emulation.
1816 * emul_vanilla.c: New file. Default binutils emulation.
1817 * Makefile.in: Regenerate.
1818 * configure: Same.
1819
a1c259a1
NC
18202002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1821
1822 * po/fr.po: Updated version.
1823
9ce88e60
NC
18242002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1825
1826 * po/fr.po: Updated version.
1827
effb0601
DJ
18282002-03-07 Daniel Jacobowitz <drow@mvista.com>
1829
1830 * README: Update some version numbers.
1831
a65688ab
DJ
18322002-03-07 Daniel Jacobowitz <drow@mvista.com>
1833
1834 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1835 (Architecture Selection): Likewise.
1836
f3f7fbb2
NC
18372002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1838
1839 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1840 generating .exp file.
1841
25345be5
NC
18422002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1843
1844 * readelf.c (dump_relocations): Fix typo.
1845
9a66911f
NC
18462002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1847
1848 * NEWS: Mark 2.12 branch.
1849
2c71103e
NC
18502002-02-18 Timothy Daly <remote_bob@yahoo.com>
1851
bb279dc0
ZW
1852 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1853 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1854 output.
bb279dc0 1855 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1856 to 'unrecognized'.
1857 (decode_ARM_machine_flags): Likewise.
1858 (parse_args): Likewise.
1859 (read_and_display_attr_value): Likewise.
1860 (display_debug_section): Likewise.
1861
49fda6c8
HPN
18622002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1863
1864 * NEWS: Mention support for MMIX.
1865
76f57f3a
JT
18662002-02-13 Matt Fredette <fredette@netbsd.org>
1867
1868 * readelf.c (get_machine_flags): Recognize EF_M68000.
1869
d36ca9c2
AO
18702002-02-12 Alexandre Oliva <aoliva@redhat.com>
1871
1872 * MAINTAINERS: Added self as MN10300 co-maintainer.
1873
19397422
AM
18742002-02-12 Alan Modra <amodra@bigpond.net.au>
1875
1876 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1877 DT_PPC64_OPDSZ.
1878
d434e574
DJ
18792002-02-11 Daniel Jacobowitz <drow@mvista.com>
1880
1881 * MAINTAINERS: List myself as branch maintainer.
1882
12b87c89
AM
18832002-02-11 Alan Modra <amodra@bigpond.net.au>
1884
1885 * configure: Regenerate.
1886 * objcopy.c: Update copyright date.
1887 * doc/Makefile.in: Regenerate.
1888
8d037c5c
DJ
18892002-02-10 Daniel Jacobowitz <drow@mvista.com>
1890
1891 * nlmconv.c: Back out localtime PARAMS change.
1892
4c168fa3
AM
18932002-02-11 Alan Modra <amodra@bigpond.net.au>
1894
1895 * objcopy.c (MKDIR): Define.
1896 (copy_archive): Make name_list.name const. Use MKDIR.
1897 Handle duplicate files in archives by making more temp dirs.
1898
408f8db1
DJ
18992002-02-10 Daniel Jacobowitz <drow@mvista.com>
1900
1901 * coffdump.c: Include "getopt.h" after "bucomm.h"
1902 so that macros are defined correctly.
1903 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1904 prototype. Prototype main.
1905 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1906
9f77fa06
AO
19072002-02-06 Alexandre Oliva <aoliva@redhat.com>
1908
1909 * MAINTAINERS: Added self as SH co-maintainer.
1910
82f6addb
NC
19112002-02-05 Nick Clifton <nickc@redhat.com>
1912
1913 * po/tr.po: Updated translation.
1914
ba323545
AM
19152002-02-01 Alan Modra <amodra@bigpond.net.au>
1916
1917 * Makefile.am: Run "make dep-am"
1918 * Makefile.in: Regenerate.
1919
3deb89d3
DJ
19202002-01-29 Daniel Jacobowitz <drow@mvista.com>
1921
1922 * nm.c (print_value): Mark abfd unused.
1923
a0e9c55f
DJ
19242002-01-29 Daniel Jacobowitz <drow@mvista.com>
1925
1926 * unwind-ia64.c (unw_decoder): Change second argument
1927 to unsigned int, to match function prototypes.
1928
d7a283d4
DJ
19292002-01-29 Daniel Jacobowitz <drow@mvista.com>
1930
1931 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1932 __GNU_LIBRARY__ will be defined.
1933 * size.c: Likewise.
1934
4867be41
DJ
19352002-01-27 Daniel Jacobowitz <drow@mvista.com>
1936
1937 * configure: Regenerated.
1938
7562a296
HPN
19392002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1940
1941 * doc/Makefile.am (install): Depend on install-info.
1942 * doc/Makefile.in: Regenerate.
1943
15c82623
NC
19442002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1945
1946 * objcopy.c (strip_usage): Document -d as an alias
1947 --strip-debug.
1948
1949 * size.c (usage): Document [-t | --totals] options.
1950 (long_options): Add --totals option.
1951 (main): If the [-t | --totals] option is specified and
1952 the output format is Berkeley-style, print the total
1953 text, data, and bss sizes of all objects listed.
1954 (print_berkeley_format): If the [-t | --totals] option
1955 is specified, track the total text, data, and bss
1956 sizes.
1957 * doc/binutils.texi (size): Document [-t | --totals] options.
1958 (strip): Document -d as an alias for --strip-debug.
1959 * NEWS: Mention new feature of size.
1960
00ea8601 19612002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1962
1ddbd152
NC
1963 * po/fr.po: Updated version.
1964 * po/es.po: Updated version.
b85cedd7 1965
8b53311e
NC
19662002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1967
1968 * addr2line.c (usage): Update text to provide verbose
1969 description of the command line options.
1970 * ar.c (usage): Update text to provide verbose
1971 description of the command line options.
1972 (main): Accept -h and -H when running as ranlib.
1973 * coffdump.c (show_usage): Update text to provide verbose
1974 description of the command line options.
1975 * dlltool.c (main): Accept -H as an alias for --help.
1976 * nlmconv.c (show_usage): Update text to provide verbose
1977 description of the command line options.
1978 * nm.c (usage): Replace OPTIONS with option(s).
1979 (main): Accept -H as an alias for --help.
1980 * objcopy.c (strip_main): Accept -H as an alias for --help.
1981 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1982 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1983 other binutils.
1984 * size.c (usage): Update text to provide verbose description
1985 of the command line options.
1986 (main): Accept -v, -h and -H as command line options.
1987 * srconv.c (show_usage): Update text to provide verbose
1988 description of the command line options.
1989 * strings.c (main): Accept -H and -v as command line options.
1990 (usage): Update text to provide verbose description of the
1991 command line options.
1992 * sysdump.c (show_usage): Update text to provide verbose
1993 description of the command line options.
1994 * windres.c (usage): Adjust format to match style used in
1995 other binutils.
1996
1997 * coffdump.c: Fix formatting.
1998 * nlmconv.c: Fix formatting.
1999 * srconv.c: Fix formatting.
2000 * sysdump.c: Fix formatting.
2001
c46f0c34
AM
20022002-01-22 Alan Modra <amodra@bigpond.net.au>
2003
2004 * Makefile.am: Run "make dep-am".
2005 * Makefile.in: Regenerate.
2006
2a538ba5
AJ
20072002-01-18 Andreas Jaeger <aj@suse.de>
2008
2009 * version.c (print_version): Update year.
2010
285d1771
AM
20112002-01-17 Alan Modra <amodra@bigpond.net.au>
2012
2013 * readelf.c (get_machine_name): Handle EM_PPC64.
2014 (guess_is_rela): Here too.
2015
328577ad
NC
20162002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2017
2018 * po/binutils.pot: Regenerate.
2019 * po/fr.po: Regenerate.
2020 * po/tr.po: Regenerate.
2021
af3ae48d
NC
20222002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
2023
2024 * po/tr.po: Import new version.
2025
f1cb7e17
AM
20262002-01-16 Alan Modra <amodra@bigpond.net.au>
2027
2028 * readelf.c (get_ppc64_dynamic_type): New.
2029 (get_dynamic_type): Call it.
2030
6364e0b4
NC
20312002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2032
3ab9460d 2033 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 2034 (strip_usage): Use "options" instead of "switches".
3ab9460d 2035 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 2036 "switches".
6364e0b4 2037
3a7e524e
RE
20382002-01-14 Richard Earnshaw <rearnsha@arm.com>
2039
2040 * MAINTAINERS: Add self as co-maintainer for the ARM code.
2041
1209e219
NC
20422001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2043
2044 * po/es.po: Import from translation project.
2045 * configure.in (ALL_LINGUAS): Add es.
2046 * configure: Regenerate.
2047
b4db1224
JT
20482002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
2049
2050 * readelf.c (get_netbsd_elfcore_note_type): Use
2051 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
2052
9437c45b
JT
20532002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
2054
2055 * readelf.c: Update copyright years.
2056 (get_note_type): Return a const char *.
2057 (get_netbsd_elfcore_note_type): New function.
2058 (process_note): Use get_netbsd_elfcore_note_type to get
2059 the note type string for NetBSD ELF core files.
2060
00428cca
AM
20612002-01-06 Steve Ellcey <sje@cup.hp.com>
2062
2063 * readelf.c (get_ia64_segment_type): Add support for macros.
2064 (get_segment_type): Add support for IA64 specific macros.
2065
31104126
NC
20662001-12-20 Julian v. Bock <julian@wongr.net>
2067
2068 * readelf.c (print_symbol): New function: Print a formatted symbol
2069 name. If --wide is specified do not truncate it.
2070 (dump_relocations): Use print_symbol() to print symbol names.
2071 (process_symbol_table): Likewise.
2072 (process_syminfo): Likewise.
2073 (process_mips_specific): Likewise.
2074 (usage): Document new feature of --wide switch.
2075 * doc/binutils.texi (objdump): Document additional behaviour of
2076 --wide.
2a538ba5 2077
4dd67f29
MS
20782001-12-18 Michael Snyder <msnyder@redhat.com>
2079
2080 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
2081 (copy_object): Don't set the start address or flags of a core file.
2082 (copy_section): Don't relocate a core file. Don't copy contents
2083 if the input section has the contents flag set, but the output
2084 section does not (which happens with the fake 'note' pseudo-
2085 sections that BFD creates for corefiles).
2086
43521d43
TS
20872001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2088
2089 * readelf.c (get_machine_flags): Recognize header flags for ABI and
2090 ASE extensions. More robust code for ISA checking. Ignore empty fields
2091 in header flags for GNU extensions.
2092
b667df2e
AM
20932001-12-18 Alan Modra <amodra@bigpond.net.au>
2094
2095 * objcopy.c (copy_archive): Set output bfd format outside the loop.
2096
17a5a5c3
NC
20972001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2098
2099 * po/ja.po: Import from translation project.
2100 * configure.in (ALL_LINGUAS): Add ja.
2101 * configure: Regenerate.
2102
65de42c0
TS
21032001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2104
2105 * addr2line.c (main): Protoype.
2106 * ar.c (main): Protoype.
2107 * nm.c (main): Protoype.
2108 * objcopy.c (main): Protoype.
2109 * objdump.c (main): Protoype.
2110 * size.c (main): Protoype.
2111 * strings.c (main): Protoype.
2112
9ad5cbcf
AM
21132001-12-17 Alan Modra <amodra@bigpond.net.au>
2114
2115 * readelf.c (symtab_shndx_hdr): New global.
2116 (SECTION_HEADER_INDEX): Define.
2117 (SECTION_HEADER_NUM): Define.
2118 (SECTION_HEADER): Define.
2119 (GET_ELF_SYMBOLS): Pass two params rather than three.
2120 (get_32bit_elf_symbols): Take file and section args. Read and
2121 use SHT_SYMTAB_SHNDX.
2122 (get_64bit_elf_symbols): Likewise.
2123 (dump_relocations): Use SECTION_HEADER to index "section_headers".
2124 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
2125 Remember symtab_shdx_hdr.
2126 (process_program_headers): Scan from index 1 for segment map.
2127 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
2128 "section_headers".
2129 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
2130 (process_unwind): Likewise.
2131 (process_version_sections): Likewise.
2132 (process_symbol_table): Likewise.
2133 (display_debug_info): Likewise.
2134 (process_dynamic_segment): Fake up a symtab section for changed
2135 GET_ELF_SYMBOLS.
2136 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
2137 (process_program_headers): Kill signed/unsigned warning.
2138 (load_debug_str): Likewise.
2139 (display_debug_info): Likewise.
2140
65765700
JJ
21412001-12-13 Jakub Jelinek <jakub@redhat.com>
2142
2143 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
2144
560f3c1c
AM
21452001-12-11 Alan Modra <amodra@bigpond.net.au>
2146
2147 * readelf.c (process_file_header): Print extended e_shnum and
2148 e_shdtrndx values. Set elf_header values for same.
2149 (get_32bit_section_headers): Add "num" arg to read "num" headers.
2150 (get_64bit_section_headers): Likewise.
2151 (process_section_headers): Update calls.
2152 (get_file_header): Call get_32bit_section_headers or 64bit variant.
2153
bc408b8a
JJ
21542001-12-10 Jakub Jelinek <jakub@redhat.com>
2155
2156 * objcopy.c (setup_section): Copy entsize.
2157
93fbbb04
GK
21582001-12-07 Geoffrey Keating <geoffk@redhat.com>
2159
2160 * readelf.c (guess_is_rela): Add support for stormy16.
2161 (dump_relocations): Likewise.
2162 (get_machine_name): Likewise.
2163
e3c8793a
NC
21642001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2165
2166 * dllwrap.c (main) Replace multiple strings describing a
2167 single error with a single, newline escaped sentence to permit
2168 better translation into foreign languages.
2169
2170 * readelf.c (get_elf_class): Remove internalionalisation of ELF
2171 class names.
2172
956cd1d6
TS
21732001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2174
2175 * strings.c (get_char): Initialize value.
2176
956c53ee
TS
21772001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2178
2179 * arlex.l: Silence compile warnings.
2180 * arsup.h: Likewise. Fix formatting.
2181
cedd9a58
JJ
21822001-12-04 Jakub Jelinek <jakub@redhat.com>
2183
2184 * strings.c: Include config.h before bfd.h.
2185 (file_off): New type.
2186 (file_open): Define.
2187 (print_strings): Use file_off instead of file_ptr. Print addresses
2188 which don't fit into long correctly.
2189 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
2190 available.
2191 (strings_file): Use file_off instead of file_ptr. Use file_open.
2192 * configure.in: Check for getc_unlocked.
2193 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
2194 be defined for it.
2195 * configure: Rebuilt.
2196 * config.h.in: Rebuilt.
2197
af667503
L
21982001-11-29 H.J. Lu <hjl@gnu.org>
2199
2200 * bucomm.c (make_tempname): Revert the changes made on
2201 2001-11-14 and 2001-11-12. They won't work with directories.
2202
16474668
NC
22032001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
2204
2205 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
2206 CFLAGS_FOR_TARGET to runtest in environment.
2207 * Makefile.in: Rebuild.
2208 * doc/Makefile.in: Rebuild.
2209
17978339
MS
22102001-11-28 Mike Stump <mrs@wrs.com>
2211
2212 * objcopy.c (setup_section): Preserve SEC_RELOC when
2213 --set-section-flags is used.
2214
261a45ad
NC
22152001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
2216
2217 * readelf.c (do_debug_str): New variable.
2218 (display_debug_str): New function: Display the contents of a
2219 .debug_str section.
2220 (load_debug_str): New function: Load in the contents of a
2221 .debug_str section.
2222 (free_debug_str): New function: Free the memory used by
2223 load_debug_str().
2224 (fetch_indirect_string): Retrieve a string from the .debug_str
2225 section.
2226 (usage): Add -ws.
2227 (parse_args): Accept -ws.
2228 (process_section_headers): Allow the display of the .debug_str
2229 section.
2230 (read_and_display_attr_value): Use fetch_indirect_string. Show
2231 offset into .debug_str section.
2232 (display_debug_info): Use load_debug_str and free_debug_str.
2233 (debug_displays): Add .debug_str.
2234 * doc/binutils.texi: Document -ws.
2235
b8908f93
AJ
22362001-11-19 Andreas Jaeger <aj@suse.de>
2237
2238 * testsuite/binutils-all/objdump.exp: Add x86-64.
2239
e5fb9629
AS
22402001-11-15 Andreas Schwab <schwab@suse.de>
2241
2242 * readelf.c: Fix warnings without terminating newline.
2243
802a735e
AM
22442001-11-15 Alan Modra <amodra@bigpond.net.au>
2245
2246 * doc/binutils.texi (objdump): Document ppc -M options.
2247
b89e9eae
AJ
22482001-11-14 Andreas Jaeger <aj@suse.de>
2249
2250 * doc/binutils.texi (objdump): Fix description to use x86-64.
2251
a6a25652
NC
22522001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
2253
2254 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
2255 not all systems provide mkstemp.
2256
e396998b
AM
22572001-11-14 Alan Modra <amodra@bigpond.net.au>
2258
2259 * doc/binutils.texi (objdump): Document x86 -M options.
2260
81766fca
RH
22612001-11-13 Keith Walker <keith.walker@arm.com>
2262
2263 * readelf.c (read_and_display_attr_value): New function to
2264 handle DW_FORM_indirect.
2265 (read_and_display_attr): Use it.
2266
1a509dcc
GK
22672001-11-13 Geoffrey Keating <geoffk@redhat.com>
2268
2269 * readelf.c (display_debug_lines): Deal with unknown standard
2270 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
2271 DW_LNS_set_isa.
2272
6e917903 22732001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 2274
6e917903
TW
2275 * MAINTAINERS: Add self as tic54x maintainer. This target
2276 includes the IBM C54XDSP clone.
7559e86e 2277
6e917903 22782001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 2279
7559e86e
NC
2280 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
2281
22822001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 2283
ecdadc4a
JL
2284 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
2285 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
2286 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
2287 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
2288 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
2289 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
2290 (unw_decode_b2, unw_decode_b3_b4): Likewise.
2291
91770270
JL
2292 * readelf.c (get_elf_class): Fix ISO portability glitch.
2293 (get_data_encoding, get_osabi_name, request_dump): Likewise.
2294
ef5cdfc7
JJ
22952001-11-07 Jakub Jelinek <jakub@redhat.com>
2296
2297 * readelf.c (debug_str, debug_str_size): New.
2298 (display_debug_abbrev): If no abbrevs were read, skip the CU.
2299 Call free_abbrevs.
2300 (read_and_display_addr): Handle DW_FORM_strp.
2301 (display_debug_info): Read .debug_str section if present,
2302 so that DW_FORM_strp can be handled.
2303 Fix test for non-existant .debug_abbrev section.
2304
5e9520c8
JJ
23052001-11-05 Jakub Jelinek <jakub@redhat.com>
2306
2307 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
2308
2309 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
2310
54589086
MS
23112001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
2312
2313 * MAINTAINERS: Add self as s390/s390x maintainer.
2314
c05b685b
TR
23152001-11-02 Tom Rix <trix@bluey.cygnus.com>
2316
2317 * MAINTAINERS: Add self as PPC XCOFF maintainer.
2318
3c62831e
NC
23192001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2320
2321 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
2322 * configure: Regernate.
2323 * po/fr.po: New file.
2324 * po/tr.po: New file.
2325
3c3bdf30
NC
23262001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2327
9b19141a 2328 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
2329 * readelf.c: Include elf/mmix.h.
2330 (guess_is_rela): MMIX is RELA.
2331 (dump_relocations): Handle MMIX relocations.
2332 * Makefile.am: Regenerate dependencies.
2333 * Makefile.in: Regenerate.
2334
f662939a
NC
23352001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
2336
2337 * readelf.c (parse_args): Handle multiple options to the -w
2338 switch.
2339
c91d0dfb
JJ
23402001-10-12 Jakub Jelinek <jakub@redhat.com>
2341
2342 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
2343 LOPROC, LOOS and LOUSER.
2344
7559e86e 23452001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
2346
2347 * MAINTAINERS: Update my email address.
2348
fcd8210c
AM
23492001-10-03 Alan Modra <amodra@bigpond.net.au>
2350
2351 * doc/Makefile.in: Regenerate.
2352 * configure: Regenerate.
2353
428409d5
NC
23542001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
2355
2356 * readelf.c (display_debug_line, display_debug_pubnames,
2357 display_debug_info, display_debug_frames): Detect and warn
2358 about 64-bit format entries.
2359 (display_debug_aranges): Reword 64-bit warning.
2360 (debug_displays): Add .debug_pubtypes as a known, but not yet
2361 supported, debug section.
2362
6a8c2b0d
AM
23632001-10-02 Alan Modra <amodra@bigpond.net.au>
2364
2365 * coffdump.c (PROGRAM_VERSION): Delete.
2366 (main <'V'>): Call print_version.
2367 * srconv.c: Likewise.
2368 * sysdump.c: Likewise.
2369 * version.c (program_version): Remove.
2370 (print_version): Use BFD_VERSION_STRING. Just print the current
2371 year in copyright message.
2372 * addr2line.c (program_version): Remove unused declaration.
2373 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
2374 place of BFD_VERSION.
2375 * Makefile.am (Makefile): Depend on bfd/configure.in.
2376 (cplus-dem.o): Depend on Makefile.
2377 Run "make dep-am".
2378 * Makefile.in: Regenerate.
2379
e414a165
NC
23802001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
2381
2382 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
2383 format .debug_arange sections.
2384 (main): Add missing prototype.
b8908f93 2385
efc3ee7f
HPN
23862001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2387
2388 * Makefile.am: Update dependencies with "make dep-am".
2389 * Makefile.in: Regenerate.
2390
9e85c2a0
RH
23912001-09-28 Richard Henderson <rth@redhat.com>
2392
2393 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
2394
451dad9c
AM
23952001-09-26 Alan Modra <amodra@bigpond.net.au>
2396
2397 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
2398 VA_CLOSE.
2399 (non_fatal): Likewise.
2400 * objdump.c (objdump_sprintf): Likewise.
2401 * readelf.c (error): Likewise.
2402 (warn): Likewise.
2403
d974e256
JJ
24042001-09-25 Jakub Jelinek <jakub@redhat.com>
2405
2406 * readelf.c (do_wide): New.
2407 (options): Add --wide.
2408 (usage, parse_args): Likewise.
2409 (process_program_headers): Put each segment on a single line if
2410 --wide is given.
2411 (process_section_headers): Put each section on a single line if
2412 --wide is given.
2413 * doc/binutils.texi: Document it.
2414 * NEWS: Likewise.
2415
2f11c261
AM
24162001-09-25 Alan Modra <amodra@bigpond.net.au>
2417
2418 * readelf.c (print_vma): Print 8 digits of low hex value.
2419
1d50f91e
AJ
24202001-09-24 Andreas Jaeger <aj@suse.de>
2421
2422 * nlmconv.c: Fix warnings about unused attributes and function
2423 prototypes.
2424
2425 * strings.c: Add prototype for get_char.
2426
38131e67
L
24272000-09-19 H.J. Lu <hjl@gnu.org>
2428
2429 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
2430 $(srcdir)/cxxfilt.man.
2431 * doc/Makefile.in: Rebuild.
2432
3bcfb3e4
AM
24332001-09-19 Alan Modra <amodra@bigpond.net.au>
2434
2435 * objcopy.c (copy_main): Correct rename-section string parsing.
2436 Consolidate new_name parsing, and error messages.
2437
3882b010
L
24382001-09-18 Bruno Haible <haible@clisp.cons.org>
2439
2440 * addr2line.c: Don't include <ctype.h>.
2441 (main): For gettext, also set the LC_CTYPE locate facet.
2442 * ar.c (main): Likewise.
2443 * coffdump.c (main): Likewise.
2444 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
2445 (main): For gettext, also set the LC_CTYPE locate facet.
2446 Use ISALNUM instead of isalpha/isdigit.
2447 * dllwrap.c: Don't include <ctype.h>.
2448 (main): For gettext, also set the LC_CTYPE locate facet.
2449 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
2450 (main): For gettext, also set the LC_CTYPE locate facet.
2451 Use TOUPPER instead of islower/toupper.
2452 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
2453 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
2454 Use TOUPPER instead of islower/toupper.
2455 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
2456 * objcopy.c (main): Likewise.
2457 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2458 (disassemble_bytes): Use ISPRINT instead of isprint.
2459 (dump_section_stabs): Use ISDIGIT instead of isdigit.
2460 (dump_data): Use ISPRINT instead of isprint.
2461 (main): For gettext, also set the LC_CTYPE locate facet.
2462 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
2463 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
2464 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
2465 Use TOUPPER instead of islower/toupper.
2466 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
2467 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
2468 (write_rc_accelerators): Use ISPRINT instead of isprint.
2469 (write_rc_rcdata): Likewise.
2470 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
2471 * srconv.c (main): Likewise.
2472 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2473 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
2474 isdigit/isupper/islower.
2475 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
2476 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
2477 stab_demangle_prefix, stab_demangle_qualified,
2478 stab_demangle_template, stab_demangle_type,
2479 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
2480 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
2481 (isgraphic): Use ISPRINT instead of isascii/isprint.
2482 (main): Remove HAVE_LC_MESSAGES dependency.
2483 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2484 (pbarray): Use ISPRINT instead of isprint.
2485 (main): For gettext, also set the LC_CTYPE locate facet.
2486 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
2487 (format_from_filename): Use ISPRINT instead of isprint.
2488 (main): For gettext, also set the LC_CTYPE locate facet.
2489 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
2490 (unicode_print): Use ISPRINT instead of isprint.
2491 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2492 (stab_variable): Use ISDIGIT instead of isdigit.
2493
e59b4dfb
AM
24942001-09-18 Alan Modra <amodra@bigpond.net.au>
2495
2496 * ar.c (print_contents): Cast args of bfd_seek to the right types.
2497 Replace bfd_read call with call to bfd_bread.
2498 (extract_file): Likewise.
2499
2500 * objdump.c (dump_section_header): Cast section->filepos to
2501 unsigned long to suit printf format string.
2502 * readelf.c (process_section_headers): Similarly for sh_offset.
2503 (process_unwind): Likewise.
2504
d132876a
NC
25052001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
2506
2507 * strings.c (encoding, encoding_bytes): New variables.
2508 (long_options): Add --encoding.
2509 (main): Accept -e and --encoding.
2510 (get_char): New function. Read a, possibly wide, character from
2511 the input stream.
2512 (print_strings): Use get_char().
2513 (usage): Document new command line option.
2514 * doc/binutils.texi: Document new command line option.
2515 * NEWS: Announce new command line option.
2516
7559e86e 25172001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
2518
2519 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2520 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2521 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2522 Removed EM_CYGNUS_ARC.
2523
7559e86e 25242001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
2525
2526 * readelf.c: Include elf/h8 for H8 series definitions.
2527 (guess_is_rela): H8 series if RELA.
2528 (dump_relocations): Handle H8 series relocations.
2529
0823fbca
EC
25302001-08-31 Eric Christopher <echristo@redhat.com>
2531
2532 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2533
8db76d70
PT
25342001-08-29 Peter Targett <peter.targett@arccores.com>
2535
2536 * MAINTAINERS: Include ARC Maintainer.
2537
d81d6584
BE
25382001-08-29 Ben Elliston <bje@redhat.com>
2539
2540 * stabs.c (stab_demangle_template): Initialise s4.
2541
25a1ff5b
AM
25422001-08-27 Alan Modra <amodra@bigpond.net.au>
2543
2544 * readelf.c (dump_relocations): Recognise EM_PPC64.
2545
a5d22d2a
TS
25462001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2547
2548 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2549
62a5a82d
L
25502001-08-25 H.J. Lu <hjl@gnu.org>
2551
2552 * nm.c (print_width): New.
2553 (display_rel_file): Set `print_width' according to
2554 bfd_sprintf_vma.
2555 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2556
1ae8b3d2
AO
25572001-08-24 Alexandre Oliva <aoliva@redhat.com>
2558
2559 * objcopy.c (use_alt_mach_code): New variable.
2560 (OPTION_ALT_MACH_CODE): Define.
2561 (copy_options): Added --alt-machine-code.
2562 (copy_main): Handle it.
2563 (copy_object): Switch to alternate machine code if requested.
2564 * doc/binutils.texi: Document new option.
2565 * NEWS: Likewise.
2566
d1bdd336
TS
25672001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2568
2569 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2570
410f7a12
L
25712001-08-21 H.J. Lu <hjl@gnu.org>
2572
2573 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2574 (display_debug_info): Cast for 64bit hosts.
2575 (display_debug_frames): Likewise.
2576 (process_mips_specific): Likewise.
2577
c32144ff
AJ
25782001-08-21 Andreas Jaeger <aj@suse.de>
2579
2580 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2581
2582 * sysdump.c: Add missing prototypes.
2583 * srconv.c: Likewise.
2584 * unwind-ia64.c: Likewise.
2585 * coffdump.c: Likewise.
2586
2587 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2588
2589 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2590 of declaring xcalloc.
2591
d8180c76
L
25922001-08-10 H.J. Lu <hjl@gnu.org>
2593
2594 * nm.c (print_value): Add one arg, bfd *.
2595 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2596 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2597 (print_symbol_info_sysv): Likewise.
2598 (print_symbol_info_posix): Likewise.
2599
2600 * objdump.c (dump_section_header): Replace printf_vma with
2601 bfd_printf_vma.
2602 (print_section_stabs): Likewise.
2603 (dump_bfd_header): Likewise.
2604 (objdump_print_value): Replace sprintf_vma with
2605 bfd_sprintf_vma.
2606 (disassemble_bytes): Likewise.
2607 (dump_reloc_set): Likewise.
2608
0218d1e4
AJ
26092001-08-10 Andreas Jaeger <aj@suse.de>
2610
2611 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2612 to build warnings.
2613 * configure: Regenerate.
2614
2863d58a
AM
26152001-08-09 Alan Modra <amodra@bigpond.net.au>
2616
2617 * readelf.c: Add missing prototypes.
2618 * objdump.c: Likewise. Format existing prototypes.
2619
c0e047e0
AO
26202001-08-08 Alexandre Oliva <aoliva@redhat.com>
2621
2622 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2623 of any RELA relocation for the abbrev_offset memory location that
2624 refers to the .debug_abbrev section symbol.
2625
ff78d6d6
L
26262001-08-07 H.J. Lu <hjl@gnu.org>
2627
2628 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2629 (main): Return process_file ().
2630
c36774d6
PB
26312001-08-05 Philip Blundell <philb@gnu.org>
2632
2633 * doc/binutils.texi: Use "Thumb" not "THUMB".
2634
8f9d9bd9
JH
26352001-08-03 John Healy <jhealy@redhat.com>
2636
bb279dc0
ZW
2637 Patch suggested by Frank Eigler <fche@redhat.com>.
2638 * objdump.c (disassemble_data): Fill in section member of the
2639 disasm_info structure.
8f9d9bd9 2640
c918cb96
DD
26412001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2642
2643 * configure.in: Added --with-windres option.
2644 * configure: Regenerated.
2645
c7c55b78
NC
26462001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2647
2648 * doc/binutils.texi: Use @command{name} for commands;
2649 use @option{-opt} for options; use @table @env for list of options;
2650 remove spaces arround [ | ] in synopsis.
2651
2652 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2653 center title.
2654
594ef5db
NC
26552001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2656
bb279dc0
ZW
2657 * objcopy.c: Fix formatting.
2658 (section_rename): New structure.
2659 (OPTION_RENAME_SECTION): New switch.
2660 (copy_usage): Document new switch.
2661 (add_section_rename): New function: Add a node to the section
2662 rename list.
2663 (find_section_rename): New function: Find the new name and
2664 flags for a section.
2665 (setup_section): Call find_section_name to determine the name
2666 of the output section.
2667 (copy_main): Handle OPTION_RENAME_SECTION.
2668 * binutils.texi: Document new switch.
594ef5db
NC
2669 * NEWS: Mention new switch.
2670
1f554c69
NC
26712001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2672
2673 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2674 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2675 bug-binutils@gcc.org.
2676
2f83960e
AM
26772001-07-28 Matthias Kramm <kramm@quiss.org>
2678
2679 * bucomm.c (list_supported_architectures): New function.
2680 * bucomm.h (list_supported_architectures): Declare.
2681 * objdump.c (usage): Call the above.
2682
20fe0649
DB
26832001-07-25 Dave Brolley <brolley@redhat.com>
2684
2685 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2686 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2687
1b577b00
NC
26882001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2689
2690 * README: Update for 2.11. Change bug reporting email address.
2691 * MAINTAINERS: Tidy up. Change bug reporting email address.
2692
95fd336c
DD
26932001-07-16 DJ Delorie <dj@redhat.com>
2694
5f16d855
DD
2695 * resres.c (write_res_header): Align header size.
2696 (res_align_file): Calculate alignment correctly.
2697
95fd336c
DD
2698 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2699 correct 10).
2700 * resrc.c (write_rc_resource): Likewise.
2701 * windres.h (SUBLANG_SHIFT): Define - as 10.
2702
ed8fee27
NC
27032001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2704
2705 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2706
90ab7e9a
NC
27072001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2708
2709 * MAINTAINERS: Add notes about branch checkins.
2710
e0c60db2
NC
27112001-07-05 Daniel Berlin <dan@cgsoftware.com>
2712
2713 * readelf.c (display_debug_macinfo): New function, display
2714 .debug_macinfo section.
2715 (do_debug_macinfo): New variable.
2716 (parse_args): Handle "-w[mM]" to mean display macro info.
2717 (process_section_headers): Handle debug_macinfo.
2718 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2719 function for .debug_macinfo display.
e0c60db2
NC
2720 * doc/binutils.texi: Document new command line switch.
2721 * NEWS: Document new feature of readelf.
0218d1e4 2722
24e01a36
L
27232001-07-05 H.J. Lu <hjl@gnu.org>
2724
2725 * objcopy.c (filter_symbols): Don't turn undefined symbols
2726 into local.
2727
4258bf4d
L
27282001-07-03 H.J. Lu <hjl@gnu.org>
2729
2730 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2731 $@.pod.
2732 (ar.1): Likewise.
2733 (dlltool.1): Likewise.
2734 (nlmconv.1): Likewise.
2735 (nm.1): Likewise.
2736 (objcopy.1): Likewise.
2737 (objdump.1): Likewise.
2738 (ranlib.1): Likewise.
2739 (readelf.1): Likewise.
2740 (size.1): Likewise.
2741 (strings.1): Likewise.
2742 (strip.1): Likewise.
2743 (windres.1): Likewise.
2744 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2745 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2746 $(DEMANGLER_NAME).
2747 (as.1): Removed.
2748 * doc/Makefile.in: Regenerated.
2749
7014bc31
NC
27502001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2751
2752 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2753
b811889f
NC
27542001-07-01 Daniel Berlin <dan@cgsoftware.com>
2755
2756 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2757
12ab83a9
NC
27582001-06-29 James Cownie <jcownie@etnus.com>
2759
2760 * readelf.c: Support DWARF 2.1 attributes.
2761
a6e9f9df
AM
27622001-06-28 Alan Modra <amodra@bigpond.net.au>
2763
2764 * readelf.c (GET_DATA_ALLOC): Remove.
2765 (GET_DATA): Remove.
2766 (get_data): New function combining above macros, with an extra
2767 test for zero size.
2768 (slurp_rela_relocs): Use get_data, and catch error return.
2769 (slurp_rel_relocs): Likewise.
2770 (get_32bit_program_headers): Likewise.
2771 (get_64bit_program_headers): Likewise.
2772 (get_32bit_section_headers): Likewise.
2773 (get_64bit_section_headers): Likewise.
2774 (get_32bit_elf_symbols): Likewise.
2775 (get_64bit_elf_symbols): Likewise.
2776 (process_section_headers): Likewise.
2777 (process_relocs): Likewise.
2778 (slurp_ia64_unwind_table): Likewise.
2779 (process_unwind): Likewise.
2780 (get_32bit_dynamic_segment): Likewise.
2781 (get_64bit_dynamic_segment): Likewise.
2782 (process_dynamic_segment): Likewise.
2783 (process_version_sections): Likewise.
2784 (process_symbol_table): Likewise.
2785 (dump_section): Likewise.
2786 (display_debug_info): Likewise.
2787 (display_debug_section): Likewise.
2788 (process_section_contents): Likewise.
2789 (process_corefile_note_segment): Likewise.
2790 (process_mips_specific): Likewise. Also free econf32, econf64.
2791
af3fc3bc
AM
27922001-06-25 Alan Modra <amodra@bigpond.net.au>
2793
2794 * readelf.c (dump_relocations): Print "bad symbol index" if
2795 symtab == NULL with non-zero symtab_index.
2796 (process_relocs): Don't bomb if reloc section has no symsec.
2797
6d900bf6
L
27982001-06-24 H.J. Lu <hjl@gnu.org>
2799
2800 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2801 by accident.
2802 (copy_main): Apply the the change made to strip_main on
2803 2001-05-30 by accident.
2804
49b4e386
AJ
28052001-06-23 Andreas Jaeger <aj@suse.de>
2806
2807 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2808 parameter 'code'.
2809 (unw_decode_x2): Likewise.
2810 (unw_decode_x3): Likewise.
2811 (unw_decode_x4): Likewise.
2812
d8dc71e3
BE
28132001-06-23 Ben Elliston <bje@redhat.com>
2814
2815 * MAINTAINERS: Add myself as M88k maintainer.
2816
af3bdff7
NC
28172001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2818
2819 * objcopy.c (strip_main): Support -o or --output-file command lien
2820 switch.
2821
105e7211
L
28222001-06-19 H.J. Lu <hjl@gnu.org>
2823
2824 * doc/Makefile.in: Regenerated.
2825
c45021f2
NC
28262001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2827
2828 * readelf.c: Restore formatting.
2829
28302001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2831
bb279dc0
ZW
2832 * Makefile.am: Move documentation into doc subdirectory.
2833 * Makefile.in: Regenerated.
c45021f2 2834 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2835 * addr2line.1: Removed.
2836 * ar.1: Likewise.
2837 * dlltool.1: Likewise.
2838 * nlmconv.1: Likewise.
2839 * nm.1: Likewise.
2840 * objcopy.1: Likewise.
2841 * objdump.1: Likewise.
2842 * ranlib.1: Likewise.
2843 * readelf.1: Likewise.
2844 * size.1: Likewise.
2845 * strings.1: Likewise.
2846 * strip.1: Likewise.
2847 * windres.1: Likewise.
2848 * cxxfilt.man: Likewise.
c45021f2
NC
2849 * doc: New Directory.
2850 * doc/Makefile.am: New file.
2851 * doc/Makefile.in: Generate.
2852
09ad7db3
AM
28532001-06-09 Alan Modra <amodra@bigpond.net.au>
2854
2855 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2856
936260fe
AM
28572001-06-01 Alan Modra <amodra@bigpond.net.au>
2858
2859 * MAINTAINERS: Update my email address.
2860
16b2b71c
NC
28612001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2862
2863 * objcopy.c: Add new switches: --keep-global-symbol,
2864 --keep-symbols, --localize-symbols, --keep-global-symbols and
2865 --weaken-symbols.
2866 * binutils.texi: Document new switches.
2867 * objcopy.1: Regenerate.
2868 * NEWS: Announce new feature.
2869
7036c0e1
AJ
28702001-05-28 Andreas Jaeger <aj@suse.de>
2871
2872 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2873 variables, fix format strings.
2874
76a406e5
NC
28752001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2876
2877 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2878 when computing the address of the line to show.
2879
31b6fca6
RH
28802001-05-16 Richard Henderson <rth@redhat.com>
2881
2882 * readelf.c (do_debug_frames_interp): New.
2883 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2884 (byte_get_big_endian): Likewise.
2885 (parse_args) ['F']: Set do_debug_frames_interp.
2886 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2887 (frame_display_row): Don't trunc pc_begin to int.
2888 (size_of_encoded_value): New.
2889 (display_debug_frames): Handle 64-bit targets. Print raw data
2890 unless do_debug_frames_interp.
2891 (debug_displays): Remove duplicate .debug_frame.
2892
4fe85591
NC
28932001-05-15 Ralf Baechle <ralf@gnu.org>
2894
2895 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2896 The former constant was never in active use and is used otherwise
2897 by the ABI.
2898
579f31ac
JJ
28992001-05-11 Jakub Jelinek <jakub@redhat.com>
2900
2901 * readelf.c (process_unwind): Print all unwind sections, not just
2902 one.
2903
78f4a3f7
AM
29042001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2905
2906 * readelf.c (process_unwind): Remove const specifier.
2907
1c529ca6
NC
29082001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2909
2910 * strings.c (isgraphic): Do not use isascii() unless it is needed
2911 for isprint() to work.
2912 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2913
87e6d782
NC
29142001-04-27 Johan Rydberg <jrydberg@opencores.org>
2915
bb279dc0 2916 * NEWS: Announce support for OpenRISC.
87e6d782 2917
4bd3d870 29182001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2919
2920 * dlltool.c (do_default_excludes): Initialise to true.
2921
21211521
AM
29222001-04-10 Alan Modra <amodra@one.net.au>
2923
2924 * MAINTAINERS: Update my email address
2925 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2926
0c66b61e 29272001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2928
2929 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2930
e58d53af
L
29312001-03-30 H.J. Lu <hjl@gnu.org>
2932
2933 * readelf.c (process_unwind): Just return if do_unwind is 0.
2934
bee72332
DD
29352001-03-28 Roger Sayle <roger@metaphorics.com>
2936
2937 * dlltool.c (make_one_lib_file): Fix section flags for
2938 .text, .data and .bss in stub ds*.o files to match those
2939 generated by gas.
2940
f1467e33
L
29412001-03-29 H.J. Lu <hjl@gnu.org>
2942
2943 * readelf.c (process_unwind): Only do unwind sections for
2944 IA64.
2945
1c6fb4fe
L
29462001-03-28 H.J. Lu <hjl@gnu.org>
2947
2948 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2949 * Makefile.in: Regenerate.
2950
0879a67a
AJ
29512001-03-26 Andreas Jaeger <aj@suse.de>
2952
2953 * binutils.texi (nm): Fix texi syntax.
2954
0285c67d
NC
29552001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2956
2957 * binutils.texi: Put @c man begin and @c man end indications
2958 to generate man pages using texi2pod and pod2man. Put @c man title
2959 to identify each man. Add SEEALSO entries.
2960 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2961 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2962 sort the list.
2963 (*.1): Build the man pages from binutils.texi.
2964 * Makefile.in: Regenerate.
2965
04847a4d
CF
29662001-03-13 Eric Kohl <ekohl@rz-online.de>
2967
2968 * defparse.y (opt_equal_name): allow "." in name.
2969 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2970 (gen_exp_file): Likewise.
2971
43a0748c
NC
29722001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2973
2974 * NEWS: Document addition of -B switch to objcopy.
2975 * binutils.texi: Document addition of -B switch to objcopy.
2976 * objcopy.c: (copy_options): Add --binary-architecture.
2977 (copy_usage): Document -B/--binary-architecture.
2978 (copy_main): Support -B/--binary-architecture. Set
2979 bfd_external_binary_architecture.
0879a67a 2980
b7498e0e
NC
29812001-03-11 Andreas Jaeger <aj@suse.de>
2982
2983 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2984 (dump_relocations): Likewise.
2985 (get_machine_name): Likewise.
2986
a59e3bd7
NC
29872001-02-28 Nick Clifton <nickc@redhat.com>
2988
2989 * readelf.c: (struct unw_aux_info): Remove const modifier for
2990 'strtab' field.
2991 (process_unwind): Remove non-K&R compliant LHS type cast in call
2992 to GET_DATA_ALLOC macro.
2993
a5bcd848
PB
29942001-02-28 Philip Blundell <pb@futuretv.com>
2995
2996 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2997 ABI is in use; remove ambiguity between the "unknown" EABI and
2998 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2999 renamed EF_xx constants.
3000
27b7e12d
AM
30012001-02-27 Alan Modra <alan@linuxcare.com.au>
3002
3003 * configure.in (BFD_VERSION): New.
3004 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3005 * configure: Regenerate.
3006 * Makefile.am: Run "make dep-am"
3007 * Makefile.in: Regenerate.
3008
a9f10786
NC
30092001-02-14 Nick Clifton <nickc@redhat.com>
3010
3011 * MAINTAINERS: Add "Obvious Fix" rule.
3012
3c44da9a
MS
30132001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3014
3015 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
3016 literal concatenation.
3017
ecd03389
MS
30182001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3019
3020 * readelf.c (struct unw_aux_info): Remove const from the info member.
3021 (process_unwind): Don't type-cast the third argument to the
3022 GET_DATA_ALLOC macro.
3023
88ec60c7
NC
30242001-02-11 Nick Clifton <nickc@redhat.com>
3025
3026 * readelf.c (dump_relocations): Free corrected allocated
3027 array.
3028 (process_unwind): Fix compile time warning.
3029
f5e21966
NC
30302001-02-10 Nick Clifton <nickc@redhat.com>
3031
3032 * binutils.texi: Document new --unwind option to readelf.
3033
a85d7ed0
NC
30342001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3035
3036 * readelf.c: Add linux target for S/390.
3037
7bb10502
AM
30382001-02-10 Alan Modra <alan@linuxcare.com.au>
3039
3040 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
3041 printf is a macro.
3042
8ca8f343
HPN
30432001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
3044
3045 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
3046 * aclocal.m4: Regenerate.
3047 * configure: Regenerate.
3048
7340082d
NC
30492001-02-07 Todd Vierling <tv@wasabisystems.com>
3050
3051 * bucomm.c (bfd_target_vector): Change extern array to pointer.
3052 * objdump.c (bfd_target_vector): Likewise.
3053
4d6ed7c8
NC
30542001-02-07 David Mosberger <davidm@hpl.hp.com>
3055
3056 * readelf.c (process_unwind): New function.
3057 (slurp_ia64_unwind_table): Ditto.
3058 (dump_ia64_unwind): Ditto.
3059 (find_symbol_for_address): Ditto.
3060 (slurp_rela_relocs): New function (split off from dump_relocations()).
3061 (slurp_rel_relocs): Ditto.
3062 (parse_args): Handle '-u' option.
3063
3064 * unwind-ia64.c: New file.
3065 * unwind-ia64.h: New file.
3066 * Makefile.am: Include unwind-ia64.c in readelf build.
3067 * Makefile.in: Regenerate.
7340082d 3068 * po/binutils.pot: Regenerate.
4d6ed7c8 3069
c7217458
PB
30702001-02-04 Philip Blundell <philb@gnu.org>
3071
3072 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
3073 * configure: Regenerate.
3074
956eedd4
AM
30752001-01-31 Steve deRosier <sderosier@vari-lite.com>
3076
3077 * ieee.c (ieee_add_bb11): Don't check for backslashes
3078 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
3079
8855cbca
AM
30802001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
3081
c7f2731e
AM
3082 * ieee.c: Update copyright.
3083 (ieee_start_compilation_unit): Don't check for backslashes
3084 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
3085
8855cbca
AM
3086 * stabs.c: Update copyright. Include "filenames.h".
3087 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
3088
329de803 30892001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
3090
3091 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
3092 sections are present before using them. Remove code duplication.
3093 (process_symbol_table): Check if VERDEF or VERNEED sections are
3094 present before using them.
3095
23719f39
NC
30962001-01-17 Nick Clifton <nickc@redhat.com>
3097
3098 * objcopy.c (copy_object): Fail if attempting to convert the
3099 endianness of the input object file.
3100
3101 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 3102
f726e849
NC
31032001-01-16 Nick Clifton <nickc@redhat.com>
3104
3105 * readelf.c (string_table_length): New variable.
3106 (SECTION_NAME): Catch out of range indices and missing section
3107 pointers.
3108 (process_section_headers): Delete useless local variable
3109 string_table_offset. Set the value of string_table_length
3110 after loading the string table.
3111 (process_mips_specific): Use SECTION_NAME macro.
3112 (process_file): Set string_table_length to 0 when it is freed.
3113
d0398d6a
NC
31142001-01-12 Nick Clifton <nickc@redhat.com>
3115
3116 * version.c (print_version): Update copyright date.
3117
0d2bcfaf
NC
31182001-01-11 Peter Targett <peter.targett@arccores.com>
3119
3120 * readelf.c (dump_relocations): Include selection with EM_ARC.
3121 (get_machine_name) Update name to "ARC".
3122
8b1e6df3
NC
31232001-01-09 Nick Clifton <nickc@redhat.com>
3124
3125 * Makefile.am: Add rule to build objdump.o from objdump.c and
3126 using OBJDUMP_DEFS.
3127 * Makefile.in: Regenerate.
3128
3129 * configure.in: Define OBJDUMP_DEFS. Default to empty.
3130 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
3131 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 3132 * configure: Regenerate.
8b1e6df3
NC
3133
3134 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
3135 is defined read in the relocs even if dump_reloc_info is
3136 false.
3137
2f952d20
PB
31382001-01-07 Philip Blundell <philb@gnu.org>
3139
3140 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
3141 `bug-binutils'.
3142 * README: Likewise.
3143
a8c548cb
NC
31442000-12-19 Nick Clifton <nickc@redhat.com>
3145
3146 * dlltool.c: Add missing support for arm-epoc-pe.
3147 * configure.in: Add missing support for arm-epoc-pe.
3148 * configure: Regenerate.
3149
cc5fda35
NC
31502000-12-15 Nick Clifton <nickc@redhat.com>
3151
3152 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
3153 Mode parts of the x86 port.
3154
bcedfee6
NC
31552000-12-04 Andreas Jaeger <aj@suse.de>
3156
3157 * readelf.c (guess_is_rela): Add EM_X86_64.
3158 (dump_relocations): Add EM_X86_64.
3159 (get_machine_name): Add EM_X86_64.
3160 Include "elf/x86-64.h".
3161
584da044
NC
31622000-12-12 Nick Clifton <nickc@redhat.com>
3163
3164 * readelf.c: Fix formatting.
3165
7559e86e 31662000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
3167
3168 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
3169
a98cc2b2
AH
31702000-12-07 Andrew Haley <aph@redhat.com>
3171
3172 * readelf.c (display_debug_frames): Only display columns that are
3173 referenced by the frame debug info.
3174
c7987a69
NC
31752000-12-05 Nick Clifton <nickc@redhat.com>
3176
3177 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
3178
09fd7e38
JM
31792000-12-04 Jason Merrill <jason@redhat.com>
3180
3181 * readelf.c (process_section_headers): Handle linkonce.wi sections.
3182 (display_debug_section): Likewise.
3183 (display_debug_info): Display CU header before bailing.
3184
e7af610e
NC
31852000-12-01 Chris Demetriou <cgd@sibyte.com>
3186
09fd7e38
JM
3187 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
3188 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
3189 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 3190
09fd7e38
JM
3191 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
3192 and E_MIPS_ARCH_64.
84ea6cf2 3193
09fd7e38
JM
3194 * readelf.c (get_machine_flags): Add case for
3195 E_MIPS_MACH_SB1.
c6c98b38 3196
75066968
DD
31972000-11-30 Richard Earnshaw <rearnsha@arm.com>
3198
3199 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
3200
5c4666ea
HPN
32012000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3202