Set the machine number as well as the architecture when converting from a
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b749473b
NC
12003-10-14 Anil Paranjpe <anilp1@KPITCummins.com>
2
3 * objcopy.c (copy_main): Reads machine flags from arch_info
4 structure.
5
198beae2
AC
62003-10-20 Andrew Cagney <cagney@redhat.com>
7
8 * coffgrok.h (coff_section): Replace 'struct sec" with "struct
9 bfd_section".
10
29ca8dc5
NS
112003-10-07 Nathan Sidwell <nathan@codesourcery.com>
12
13 * objdump.c (read_section_stabs): Just read one section, return
14 pointer to it. Add size parameter.
15 (print_section_stabs): Add string offset parameter. Adjust.
16 (struct stab_section_names): Add string offset member.
17 (find_stabs_sections): Correct check for split section suffix,
18 adjust read_section_stabs and print_section_stabs calls.
19 (dump_stabs_section): Clear string_offset, free string table.
20
b95f6b0c
CF
212003-10-01 Martin Fuchs <martin-fuchs@gmx.net>
22
23 * resrc.c (define_icon): Fix storage of color attributes 'planes' and
24 'bit count' in icon groups.
25
43c58ae6
CD
262003-09-30 Chris Demetriou <cgd@broadcom.com>
27
28 * NEWS: Add an indication of the cutoff for 2.14.
29
5f74bc13
CD
302003-09-30 Chris Demetriou <cgd@broadcom.com>
31
32 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2.
33
9ce701e2
L
342003-09-29 H.J. Lu <hongjiu.lu@intel.com>
35
36 * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON.
37 (get_symbol_index_type): Likewise.
38
ecc2063b
L
392003-09-25 H.J. Lu <hongjiu.lu@intel.com>
40
41 * readelf.c (process_version_sections): Indent version names.
42
739fea7b
AG
432003-09-15 Anthony Green <green@redhat.com>
44
45 * dlltool.c (prefix_encode): Fix ISO C90 conversion.
46 (dlltmp): Ditto.
47 (dtab): Ditto.
48
2da42df6
AJ
492003-09-14 Andreas Jaeger <aj@suse.de>
50
51 * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
52 unneeded (void *) casts.
53 * ar.c: Likewise.
54 * arlex.l: Likewise.
55 * arparse.y: Likewise.
56 * arsup.c: Likewise.
57 * binemul.c: Likewise.
58 * binemul.h: Likewise.
59 * bucomm.c: Likewise.
60 * bucomm.h: Likewise.
61 * budbg.h: Likewise.
62 * budemang.c: Likewise.
63 * budemang.h: Likewise.
64 * coffdump.c: Likewise.
65 * coffgrok.c: Likewise.
66 * cxxfilt.c: Likewise.
67 * debug.c: Likewise.
68 * debug.h: Likewise.
69 * deflex.l: Likewise.
70 * dlltool.c: Likewise.
71 * dlltool.h: Likewise.
72 * dllwrap.c: Likewise.
73 * emul_aix.c: Likewise.
74 * filemode.c: Likewise.
75 * ieee.c: Likewise.
76 * nlmconv.c: Likewise.
77 * nlmconv.h: Likewise.
78 * nlmheader.y: Likewise.
79 * nm.c: Likewise.
80 * prdbg.c: Likewise.
81 * rclex.l: Likewise.
82 * rcparse.y: Likewise.
83 * rdcoff.c: Likewise.
84 * rddbg.c: Likewise.
85 * rename.c: Likewise.
86 * resbin.c: Likewise.
87 * rescoff.c: Likewise.
88 * resrc.c: Likewise.
89 * size.c: Likewise.
90 * srconv.c: Likewise.
91 * stabs.c: Likewise.
92 * strings.c: Likewise.
93 * sysdump.c: Likewise.
94 * sysinfo.y: Likewise.
95 * syslex.l: Likewise.
96 * unwind-ia64.c: Likewise.
97 * unwind-ia64.h: Likewise.
98 * version.c: Likewise.
99 * windres.c: Likewise.
100 * windres.h: Likewise.
101 * winduni.c: Likewise.
102 * wrstabs.c: Likewise.
103
e831786b
JW
1042003-09-10 James E Wilson <wilson@specifixinc.com>
105
106 * MAINTAINERS: Update my e-mail address.
107
afa7d0b2
ILT
1082003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
109
110 * MAINTAINERS: Update my e-mail address.
111
04fbe429
NC
1122003-09-04 Nick Clifton <nickc@redhat.com>
113
114 * MAINTAINERS: Make it clear what should be done with patches to
115 the top level configure files (other than config.guess and
116 config.sub). Add binutils@sources.redhat.com as an address to
117 which patches can be sent.
118
8ad30312
NC
1192003-09-04 Nick Clifton <nickc@redhat.com>
120
121 * readelf.c (get_machine_flags): Recognise V850E1 machine type.
122
92c2346c
AC
1232003-09-03 Andrew Cagney <cagney@redhat.com>
124
125 * objdump.c: Refer to init_disassemble_info in comments.
126 (disassemble_data): Replace INIT_DISASSEMBLE_INFO with
127 init_disassemble_info.
128
155e0d23
NC
1292003-09-03 Nick Clifton <nickc@redhat.com>
130
131 * objdump.c (struct objdump_disasm_info): Add new fields
132 'dynrelbuf', 'dynrelcount' and 'disassemble_fn'.
133 (process_section_p): New function: Returns TRUE if a section
134 can be dumped.
135 (disassemble_section): New function: Contains the body of
136 disassemble_data(), but just for one section.
137 (disassemble_data): Use bfd_map_over_sections to walk section
138 chain.
139 (find_stabs_section): New function: Find a stabs containing
140 section and then dump it.
141 (dump_stabs_section): New function: Use bfd_map_over_sections
142 to find the section to dump.
143 (dump_stabs): Use dump_stabs_section.
144 (dump_section): New function: Display the contents of a
145 section.
146 (dump_data): Use bfd_map_over_sections to display section
147 contents.
148 (dump_relocs_in_section): Display the relocs in a given section.
149 (dump_relocs): Use bfd_map_over_sections to display relocs.
150 (adjust_addresses): New function: Adjust the vma and lma of
151 sections.
152 (dump_bfd): Use bfd_map_over_sections.
153 * doc/binutils.texi: Document the "objdump -s" (no longer)
154 dumps empty sections.
155
1562003-08-24 Jonathan R. Grant <jg-binutils@jguk.org>
157
158 * objdump.c: Improve comments/documentation.
159 dump_data: Eliminate duplicate function calls to bfd_section_size.
160
6b10f68d
AM
1612003-09-02 Alan Modra <amodra@bigpond.net.au>
162
163 * MAINTAINERS: Move Dave Anglin's entry to where it belongs.
164
3673a93e
NC
1652003-08-21 Nick Clifton <nickc@redhat.com>
166
167 * po/tr.po: Updated Turkish translation.
168
51f7282a
AM
1692003-08-14 Alan Modra <amodra@bigpond.net.au>
170
55bb4be3 171 * dep-in.sed: Remove libintl.h.
51f7282a 172 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
55bb4be3 173 Run "make dep-am".
51f7282a
AM
174 * Makefile.in: Regenerate.
175
d989285c
ILT
1762003-08-11 Ian Lance Taylor <ian@airs.com>
177
178 * readelf.c (process_archive): Fix error handling. Remove memory
179 leak.
fb52b2f4
NC
180
181 * readelf.c: Add ability to read archives.
182 (archive_file_offset): New variable.
183 (archive_file_size): New variable.
184 (get_data): Include archive_file_offset in file offset
185 calculation when fseeking.
186 (process_program_headers): Likewise.
187 (process_symbol_table): Likewise.
188 (process_dynamic_segment): Handle computation of end of file
189 position when the file is in an archive.
190 (process_object): New function. Contains the body of
191 process_file().
192 (process_archive): New function. Call process_object on each
193 member of an archive.
194 (process_file): Detect archives and handle appropriately.
195 * Makefile.am: Add dependency on aout/ar.h for readelf.c
196 * Makefile.in: Regenerate.
197 * NEWS: Document readelf's new ability.
198 * doc/binutils: Alter text to say that readelf supports archives
199 and 64-bit ELF files.
200
ff85ab24
NC
2012003-08-08 Nick Clifton <nickc@redhat.com>
202
203 * po/fr.po: Updated French translation.
204
d3ba0551
AM
2052003-08-05 Alan Modra <amodra@bigpond.net.au>
206
207 * objcopy.c: Remove unnecessary prototypes and casts.
208 * objdump.c: Remove unnecessary casts.
209 * readelf.c: Convert to C90. Remove unnecessary prototypes and casts.
210 (get_osabi_name): Move so we don't need a forward declaration.
211
43ac9881
AM
2122003-08-04 Bradley Harrington <bharring@us.ibm.com>
213 Alan Modra <amodra@bigpond.net.au>
214
215 * objdump.c (include_paths, include_path_count): New vars.
216 (usage): Describe --include.
217 (long_options): Add "include".
218 (add_include_path): New function.
219 (struct print_file_list): Make filename const. Add modname.
220 (try_print_file_open, update_source_path): New functions.
221 (show_line): Use them.
222 (main): Handle 'I' option. Don't check for NULL xrealloc arg.
223
fd7bb956
AM
2242003-07-30 Alan Modra <amodra@bigpond.net.au>
225
226 * objdump.c: Remove unnecessary prototypes.
227 (disassemble_bytes): Add rel_offset parameter. Simplify reloc skipping
228 code, and print relocs when dump_dynamic_reloc_info.
229 (disassemble_data): Read and handle dynamic relocs. Correct reloc
230 skip code. Formatting.
231 (dump_bfd): Don't dump dynamic relocs when disassembling.
232
1e7e751f
BE
2332003-07-29 Ben Elliston <bje@wasabisystems.com>
234
235 * MAINTAINERS: Remove self as M88k maintainer. Future M88k
236 maintenance defaults to the blanket write privilege maintainers.
237
2445335e
MM
2382003-07-29 Michael Meissner <gnu@the-meissners.org>
239
240 * MAINTAINERS: Updated my email address.
241
46dca2e0
NC
2422003-07-29 Nick Clifton <nickc@redhat.com>
243
1e7e751f 244 * objdump.c: Update to ISO C.
46dca2e0 245
834d807b
NC
2462003-07-24 Nick Clifton <nickc@redhat.com>
247
f1e2bc62
NC
248 * objdump.c (disassemble_data): Do not ignore sections without the
249 LOAD flag when disassemble_all is true. Only print a message
250 about disassembling a section if it contains some data.
251
834d807b
NC
252 * po/fr.po: Updated French translation.
253
84e2f313
NC
2542003-07-23 Nick Clifton <nickc@redhat.com>
255
256 * objcopy.c: Switch to ISO C. Remove debugging code accidentally
257 left in. Some formatting tidy ups.
258
51cdc6e0
NC
2592003-07-22 Salvador Eduardo Tropea <set@computer.org>
260
261 * objdump.c: New command line option --debugging-tags.
262 * doc/binutils.texi: Document new command line option.
263 * prdbg.c: Code to print the debug info as tags compatible
264 with ctags.
265 * budbg.h: Adjust prototype.
266 * NEWS: Mention new switch
267
31e0f3cd
NC
2682003-07-18 Nick Clifton <nickc@redhat.com>
269
270 * objdump.c (main) :Accept multiple -M switch.
271 * doc/binutils.texi: Document that multiple -M switches are
272 accepted and that a single -M switch can contain comma
273 separated options.
274
073fbac6
NC
2752003-07-17 Nick Clifton <nickc@redhat.com>
276
277 * objdump.c (main): Issue a warning message if multiple -M
278 switches are used.
279
280 * doc/binutils.texi (objdump): Update documentation about -M
281 option.
282
6c37ac4d
NC
2832003-07-17 Nick Clifton <nickc@redhat.com>
284
285 * po/es.po: New Spanish translation.
286
fce00800
AM
2872003-07-11 Alan Modra <amodra@bigpond.net.au>
288
289 * po/binutils.pot: Regenerate.
290
ff6b6222
CF
2912003-07-05 Christopher Faylor <cgf@redhat.com>
292
293 * dlltool.c (prefix_encode): Use a fixed length for alpha.
294
bf7a6389
CF
2952003-07-04 Christopher Faylor <cgf@redhat.com>
296
297 * dlltool.c (prefix_encode): New function. Encode temp file prefix
298 from pid.
299 (dlltmp): Pass address of pointer being alloced or suffer neverending
300 mallocs.
301 (make_one_lib_file): Allocate enough space for new longer stub names.
302 (gen_lib_file): Ditto.
303 (main): Generate the temp file prefix from the pid if prefix was not
304 specified on the command line.
305
96c223ce
NC
3062003-07-04 Nick Clifton <nickc@redhat.com>
307
308 * readelf.c (get_data): Print (unsigned) hex values for size and
309 offset in error messages.
310 (process_section_headers): If the string table could not be
311 allocated, do not continue.
312
bdf4d63a
JJ
3132003-07-01 Jakub Jelinek <jakub@redhat.com>
314
315 * readelf.c (dynamic_segment_ia64_val): Print address and newline
316 for sections by default. Comment fix.
317
b9ae0492
DS
3182003-06-28 Danny Smith <dannysmith@users.sourceforge.net>
319
320 * rcparse.y (res_text_field): New res_id variable.
321 (res_null_text): New static const struct res_id object,
322 with empty unicode name field.
323 (control): Pop parsing of optresidc up one level. Set
324 res_text_field to $2 except for controls which do not accept
325 a text field. Set res_text_field to res_null_text for the
326 special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR).
327 (control_params): Adjust to use res_text_field rather
328 than optresidc.
329 (COMBOBOX): Add comment about discrepency between documented
330 vs. observed default style.
331 * resrc.c (define_control): Make first param const.
332 * windres.h (define_control): Adjust prototype.
333
e7c81c25
NC
3342003-06-27 Nick Clifton <nickc@redhat.com>
335
336 * objcopy.c (copy_object): Replace call to
337 bfd_create_gnu_debuglink_section with seperate calls to
338 bfd_add_gnu_debuglink_section and
339 bfd_fill_in_gnu_debuglink_section, seperated by a walk over the
340 symbol tables.
341
d93f0186
NC
3422003-06-26 Roland McGrath <roland@redhat.com>
343
344 * readelf.c (loadaddr): Variable removed.
345 (dynamic_info, version_info): Fix type long -> bfd_vma.
346 (program_headers): New variable.
347 (get_program_headers): New function, broken out of
348 process_program_headers.
349 (process_program_headers): Call it. Don't set `loadaddr'.
350 (slurp_ia64_unwind_table): Use get_program_headers.
351 (process_corefile_note_segments): Likewise.
352 (offset_from_vma): New function.
353 (process_relocs, process_dynamic_segment): Call that instead of
354 subtracting `loadaddr'.
355 (process_version_sections, process_symbol_table): Likewise.
356 (process_mips_specific): Likewise.
357
ed1653a7
NC
3582003-06-26 Nick Clifton <nickc@redhat.com>
359
360 * objcopy (enum strip_action): Add STRIP_NONDEBUG.
361 (OPTION_ONLY_KEEP_DEBUG): New.
362 (strip_options): Add --only-keep-debug.
363 (copy_options): Likewise.
364 (is_strip_section): Invert return value if STRIP_NONDEBUG is
365 active.
366 (copy_object): Do not copy private data when STRIP_NONDEBUG is
367 active.
368 (setup_section): Likewise.
369 (strip_main): Handle --only-keep-debug.
370 (copy_main): Likewise.
371 * NEWS: Mention new switch
372 * doc/binutils.texi: Document new switch.
373
1049f94e
AM
3742003-06-25 Alan Modra <amodra@bigpond.net.au>
375
376 * NEWS: Correct spelling of "relocatable".
377 * objdump.c: Likewise.
378 * sysroff.info: Likewise.
379
b19aac67
NC
3802003-06-19 Nick Clifton <nickc@redhat.com>
381
382 * readelf.c (print_vma): When printing DEC_5 values, if the
383 number is bigger than 99999 switch to using hexadecimal
384 notation.
385
2593f09a
NC
3862003-06-11 Nick Clifton <nickc@redhat.com>
387
388 * objcopy.c (gnu_debuglink_filename): New variable.
389 (OPTION_ADD_GNU_DEBUGLINK): New switch
390 (copy_options): Describe --add-gnu-debuglink switch.
391 Mention that --strip-debug removes sections as well.
392 (is_strip_section): Process the sections removed and kept
393 lists before checking for debugging sections.
394 (add_redefine_syms_file): Make function static.
395 (copy_object): Use is_strip_section.
396 Check to see if a .gnu_debuglink section should be added. If
397 so, call bfd_add_gnu_debuglink.
398 (setup_section): Use is_strip_section.
399 (copy_section): Use is_strip_section.
400 (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK.
401 * NEWS: Mention new objcopy switch.
402 * doc/binutils.texi: Document new switch.
403
3b443373
L
4042003-06-11 H.J. Lu <hongjiu.lu@intel.com>
405
406 * po/Make-in (DESTDIR): New.
407 (install-data-yes): Support $(DESTDIR).
408 (uninstall): Likewise.
409
795bb480
AM
4102003-06-11 Alan Modra <amodra@bigpond.net.au>
411
412 * Makefile.in: Regenerate.
413
9ee5e499
JJ
4142003-05-23 Jakub Jelinek <jakub@redhat.com>
415
416 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
417
a3b6428f
NC
4182003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
419
420 * NEWS: Document the new BSD/POSIX single-character mapping for
421 .comment/.note sections.
422
92991082
JT
4232003-06-02 Chris Demetriou <cgd@broadcom.com>
424 Jason Thorpe <thorpej@wasabisystems.com>
425
426 * objcopy.c (redefine_list_append): Add an argument that
427 indicates the context from which this function is being
428 called. Change all callers.
429 (copy_options): Add a new option, --redefine-syms.
430 (copy_usage): Document new option.
431 (copy_main): Handle the --redefine-syms option.
432 * doc/binutils.text (objcopy): Document new option.
433
38fafa6d
RH
4342003-05-31 Richard Henderson <rth@redhat.com>
435
436 * readelf.c (byte_get_signed): New.
437 (get_encoded_value): New.
438 (display_debug_frames): Use it. Always pre-process opcodes.
439
636fc387
ML
4402003-05-20 Michal Ludvig <mludvig@suse.cz>
441
442 * readelf.c (display_debug_frames): Print both registers
443 for DW_CFA_register.
444
80c7c40a
NC
4452003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
446
447 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
448 i[3-7]86-*-interix.
449 * configure.in: Regenerate.
450
0fcdcb91
NC
4512003-05-13 Michael Eager <eager@mvista.com>
452
453 * objcopy.c: Treat identical src/dst file names as if only one
454 entered. One Windows creating an output file of the same name as
455 the input file will delete the input file before it is read.
456
7ab5f2ed
NC
4572003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
458
459 * debug.c (debug_get_real_type): Extend test for circular debug
460 references.
461
3c92310f
NC
4622003-05-12 Nick Clifton <nickc@redhat.com>
463
464 * configure.in (ALL_LINGUAS): Add zh_CN.
465 * configure: Regenerate.
466 * po/zh_CN.po: New file: Chinese (simplified) translation.
467
d68c07bb
JE
4682003-05-11 Jason Eckhardt <jle@rice.edu>
469
470 * MAINTAINERS: Update my mail address.
471
8beeaeb7
L
4722003-05-07 H.J. Lu <hongjiu.lu@intel.com>
473
474 * readelf.c (dump_relocations): Enlarge the type field in wide
475 mode by one character.
476
63044634
RH
4772003-05-03 Richard Henderson <rth@redhat.com>
478
479 * readelf.c (struct Frame_Chunk): Add cfa_exp.
480 (frame_display_row): Just print "exp" for cfa or register
481 defined by a location expression.
482 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
483 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
484
6e50c90c
L
4852003-04-30 H.J. Lu <hjl@gnu.org>
486
487 * objdump.c (only): Change it to char **.
488 (only_size): New.
489 (only_used): New.
490 (disassemble_data): Check only as an array.
491 (dump_data): Likewise.
492 (dump_relocs): Likewise.
493 (main): Treat only as an array.
494
edbedb71
NC
4952003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
496
497 * doc/binutils.texi: Fix the documentation for the -fo option.
498
3f7de0e7
NC
4992003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
500
ef230218
JR
501 * readelf.c (get_machine_name) <EM_SH>: Amend return value
502 to refer to SuperH.
503
3f7de0e7
NC
504 * readelf.c (decode_location_expression): Don't add a trailing ';'.
505
32df8966
NC
5062003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
507 Nick Clifton <nickc@redhat.com>
508
509 * windres.c (long_options): Move close to main, where it is used.
510 Add 'input' and 'output' long options.
511 (main): Accept "-fo" as an alias for "-o". This is for rc
512 comptibility.
513 * doc/binutils.texi: Mention that -fo is accepted as an alias for
514 -o, but discourage its use.
515
85eb5110
NC
5162003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
517
518 * windres.c (format_from_name): Make the exit on error
519 behaviour optional.
520 (main): Rename the -I option to -J. Introduce -I as a synonym
521 for --include-dir. For backwards compatibility also support the
522 old -I behaviour, but issue a deprecation warning.
523 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
524 of the -I option.
525
26597c86
NC
5262003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
527
528 * readelf.c: Replace references to Mitsubishi M32R with
529 references to Renesas M32R.
530
c2dcd04e
NC
5312003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
532
533 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
534
c1124b23
AO
5352003-04-09 Alexandre Oliva <aoliva@redhat.com>
536
537 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
538 for debugging information types not supported by objdump.
539
e5076347
AM
5402003-04-09 Bernd Jendrissek <berndj@prism.co.za>
541
542 * configure.in: Recognize canonical form of i[3-6]86-pe*.
543 * configure: Regenerate.
544
adab8cdc
AO
5452003-04-09 Alexandre Oliva <aoliva@redhat.com>
546
547 * readelf.c (display_debug_info): Apply RELA relocations on the
548 entire section.
549 (byte_put_little_endian, byte_put_big_endian): New functions.
550 (byte_put): New variable.
551 (get_file_header): Initialize it.
552
3077f5d8
NC
5532003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
554
555 * windres.c: Add -l for compatibility with wrc, and rc.
556 Use the short option as a key for long options that have
557 a synonymous short option.
558 * doc/binutils.texi: Added -l to the list of options.
559
29b058f1
NC
5602003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
561
3077f5d8
NC
562 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
563 (main): Just pass the -U option down to the preprocessor.
564 * doc/binutils.texi: Added -U to the list of options.
29b058f1 565
3126d709
CF
5662003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
567
568 * windres.c (usage): Report -r option.
569 (main): Ignore the -r option.
570 * doc/binutils.texi: Add -r to the list of options.
571
c46ac711
BW
5722003-04-01 Bob Wilson <bob.wilson@acm.org>
573
574 * MAINTAINERS: Add myself as Xtensa maintainer.
575
88da6820
NC
5762003-04-01 Bob Wilson <bob.wilson@acm.org>
577
3077f5d8
NC
578 * readelf.c: Include "elf/xtensa.h".
579 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
580 targets that use RELA relocations.
581 (dump_relocations): Call elf_xtensa_reloc_type for
582 EM_XTENSA and EM_XTENSA_OLD.
583 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 584
27a710e5
NC
5852003-04-01 Nick Clifton <nickc@redhat.com>
586
587 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
588 thumb-pe*, mcore-pe and mcore-*elf.
589 * configure: Regenerate.
590
335a1869
AO
5912003-03-31 Alexandre Oliva <aoliva@redhat.com>
592
593 * objdump.c (dump_data): Don't truncate the address to long; make
594 the width large enough, and uniform for all entries in a section.
595
566b0d53
L
5962003-03-31 H.J. Lu <hjl@gnu.org>
597
598 * readelf.c: Include "libiberty.h".
599 (dynamic_relocations): New.
600 (process_relocs): Properly handle dynamic relocation.
601 (process_dynamic_segment): Fill relocation elements in
602 dynamic_info.
603
ee42cf8c
NC
6042003-03-31 Kevin Buettner <kevinb@redhat.com>
605
606 * readelf.c (read_and_display_attr, read_and_display_attr_value):
607 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
608 all callers.
609 (display_debug_lines, display_debug_pubnames, display_debug_info)
610 (display_debug_aranges, display_debug_frames, read_and_display_attr)
611 (read_and_display_attr_value): Add 64-bit DWARF support.
612
7adbf450
NC
6132003-03-31 Ian Lance Taylor <ian@airs.com>
614
615 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
616 (optresid): Handle a resource id that can be a string or a number.
617 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
618 struct res_id.
619 (define_icon_control): Pass a struct res_id to define_control.
620 * windres.h (define_control): Change prototype.
621
06d86cf7
NC
6222003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
623
7c29036b
NC
624 * objcopy (OPTION_FORMATS_INFO): Define.
625 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
626 (copy_options): Likewise.
627 (strip_usage): Add "--info" to usage.
628 (copy_usage): Likewise.
629 (strip_main): Declare formats_info. Iniatilize it to FALSE.
630 Handle "info".
631 (copy_main). Likewise.
632 * doc/binutils.texi. Document the "--info" option for
633 objcopy/strip.
634 * NEWS: Mention the new command line switch.
635
06d86cf7
NC
636 * objdump.c (endian_string): Move to bucomm.c.
637 (display_info): Likewise.
638 (display_target_list): Likewise.
639 (display_info_table): Likewise.
640 (display_target_tables): Likewise.
641 (main): Assign the return value of display_info to exit_status.
642 * bucomm.c: Include bfdver.h and libbfd.h
643 (display_target_list): Call bfd_nonfatal instead of nonfatal and
644 return 0 on a non-fatal error, 1 on success.
645 (display_info_table): Likewise.
646 * bucomm.h (display_info): Provide a prototype.
647 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
648 libbfd.h.
649 * Makefile.in: Regenerate.
650
7adbf450 6512003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
652
653 * dlltool.c (gen_def_file): Put demangled name comments on
654 own line preceding export name.
655
98a91d6a
NC
6562003-03-17 Nick Clifton <nickc@redhat.com>
657
658 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
659 printf for emitting new lines.
660
06a30c77
NC
6612003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
662
663 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
664 the symbol's value when --size-sort is used, unless -S is used.
665 doc/binutils.texi (--size-sort): For non-bsd formats both the
666 value and size of the symbols are displayed.
667
ab829d36
NC
6682003-03-13 Nick Clifton <nickc@redhat.com>
669
670 * po/da.po: Update.
671
634847c9
NC
6722003-03-12 Nick Clifton <nickc@redhat.com>
673
674 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
675
3889f9eb
BE
6762003-03-10 Ben Elliston <bje@wasabisystems.com>
677
678 * MAINTAINERS: Update my mail address.
679
7eb5191a
NC
6802003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
681
682 * stabs.c (BYTES_IN_WORD): Remove definition.
683 * wrstabs.c (BYTES_IN_WORD): Likewise.
684
e3b83c8f
NC
6852003-03-04 Nick Clifton <nickc@redhat.com>
686
687 * nm.c (main): Print a warning message if --size-sort and
688 --undefined-only are used together.
689
6902003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
691
692 * nm.c (print_symbol): Remove check for undefined_only.
693
a9d68a1e
NC
6942003-03-03 Nick Clifton <nickc@redhat.com>
695
696 * po/da.po: Installed latest translation.
697
a99996bb
NC
6982003-02-24 Nick Clifton <nickc@redhat.com>
699
700 * README: Update binutils references to 2.13.
701 Add paragraph about using --disable-nls.
702
76ed1927
NC
7032003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
704
705 * doc/binutils.texi (nm --size-sort): Update.
706
0100f33b
JW
7072003-02-21 James E Wilson <wilson@tuliptree.org>
708
709 * MAINTAINERS: Update email address.
710
ecc51f48
NC
7112003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
712
713 * readelf.c (get_ia64_dynamic_type): New function.
714 (dynamic_segment_ia64_val): New function.
715 (get_dynamic_type): If machine type is EM_IA_64 call
716 get_ia64_dynamic_val.
717 (get_ia64_section_type_name): Handle sections with types in the
718 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
719 (get_dynamic_flags): If machine type is EM_IA_64 call
720 dynamic_segment_ia64_val.
721
947ed062
NC
7222003-02-21 Bob Wilson <bob.wilson@acm.org>
723
724 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
725 section title capitalization more consistent. Update descriptions
726 of various options to be consistent with the code. Fix errors and
727 incomplete list in the description of c++filt format options. Remove
728 information about the linker. Change to be more polite about poor
729 bug reports. Replace FDL appendix with include of fdl.texi.
730 * doc/fdl.texi: New file.
731
66491ebc
AM
7322003-02-21 Roger Sayle <roger@eyesopen.com>
733
734 * objcopy.c (filter_symbols): Fix compilation problems with
735 HP-UX's C compiler.
736
0e11a9e9
CF
7372003-02-19 Christopher Faylor <cgf@redhat.com>
738
739 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
740 previous change.
741
6e5f5201
CF
7422003-02-19 Mark Blackburn <marklist@fangorn.ca>
743
0e11a9e9 744 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 745
f0c8c24a
NC
7462003-02-12 Bob Wilson <bob.wilson@acm.org>
747
748 * nm.c (usage): Add `java' and `gnat' demangle styles and make
749 quotes consistent.
750 * objdump.c (usage): Ditto. Also fix some typos.
751
d3c543fd
NC
752 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
753
fe2c4142
NC
754 * debug.c (debug_record_variable): Handle global register variables.
755
6de15b9e
NC
756 * stabs.c (parse_stab): For N_SLINE only include
757 function_start_offset if the symbol is within a function;
758 otherwise, the value is absolute.
759
fde78edd
NC
7602003-02-10 Nick Clifton <nickc@redhat.com>
761
762 * readelf.c (decode_ARM_machine_flags): Handle the
763 EF_ARM_MAVERICK_FLOAT flag.
764
22d82235
AS
7652003-02-04 Andreas Schwab <schwab@suse.de>
766
767 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
768 long and use %ld in printf format.
769
1a677ea8
RS
7702003-01-28 Richard Sandiford <rsandifo@redhat.com>
771
772 * readelf.c (dump_relocations): Reorder the r_info field for
773 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
774
8dde85fc
NC
7752003-01-21 Daniel Berlin <dan@dberlin.org>
776
777 * readelf.c (display_debug_loc): Skip address base changes.
778
c6f8bb1e
AM
7792003-01-17 Fabio Alemagna <falemagn@aros.org>
780
781 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
782 and ELFOSABI_NSK.
783
c833c019
AM
7842003-01-16 Alan Modra <amodra@bigpond.net.au>
785
786 * readelf.c: Include elf/ppc64.h.
787 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
788 * Makefile.am: Run "make dep-am".
789 * Makefile.in: Regenerate.
790
3b36097d
SC
7912003-01-02 Ben Elliston <bje@redhat.com>
792
793 * readelf.c (guess_is_rela): Handle EM_IQ2000.
794 (get_machine_name): Likewise.
795 (dump_relocations): Likewise.
796 * NEWS: Mention IQ2000 support.
797
cb44e358
RS
7982003-01-02 Richard Sandiford <rsandifo@redhat.com>
799
800 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
801
af7ee8bf
CD
8022002-12-30 Chris Demetriou <cgd@broadcom.com>
803
804 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
805 changes in MIPS -M options.
806
2469cfa2
NC
8072002-12-30 Dmitry Diky <diwil@mail.ru>
808
809 * Makefile.am: Add msp430 target.
810 * Makefile.in: Regenerate.
811 * readelf.c: Add support for msp430 target.
812
640c0ccd
CD
8132002-12-27 Chris Demetriou <cgd@broadcom.com>
814
815 * doc/binutils.texi (objdump): Document MIPS -M options.
816
59f14fc0
AS
8172002-12-23 Andreas Schwab <schwab@suse.de>
818
819 * readelf.c (main): Reset dump request after each file.
820
312b768e
NC
8212002-12-23 Nick Clifton <nickc@redhat.com>
822
823 * nlmconv.c (main): Pass TRUE as third argument to
824 bfd_arch_get_compatible.
825
8745eafa
NC
8262002-12-23 Nick Clifton <nickc@redhat.com>
827
828 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
829 macro. Handle 'S' encoding, accepting 8-bit characters.
830 (main): Parse 'S' encoding.
831 (get_char): Accept 'S' encoding.
832 (print_strings): Use STRING_ISGRAPHIC.
833 (usage): Document support of 'S' encoding.
834 * doc/binutils.texi: Document support of 'S' encoding/
835 * NEWS: Mention new feature.
836
08213ebb
AM
8372002-12-20 Alan Modra <amodra@bigpond.net.au>
838
839 * README <building ar>: Don't use libibery's needed_list or
840 required_list, instead link libiberty/*.o.
841
b9e5d8e5
KH
8422002-12-19 Kazu Hirata <kazu@cs.umass.edu>
843
844 * doc/binutils.texi: Fix typos.
845
c51238bc
DA
8462002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
847
848 * doc/binutils.texi: Add missing parenthesis.
849
d7fb0dd2
NC
8502002-12-15 Nick Kelsey <nickk@ubicom.com>
851
852 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
853 symbols by adding the given prefix to the begining of the symbol
854 name. This is useful to provide name space seperation regardless
855 of how the object file was created. Added --prefix-sections=
856 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
857 sections (or all sections with the alloc flag set) by adding the given
858 prefix to the begining of the symbol name.
859 * NEWS: Mention this new feature.
860 * doc/binutils.texi: Document this new feature.
861
55b9cdf1
AM
8622002-12-13 Alan Modra <amodra@bigpond.net.au>
863
864 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
865 dyn_string_append with dyn_string_append_cstr.
866
867 * emul_aix.c (ar_emul_aix_create): Remove unused function.
868
84ad6ede
NC
8692002-12-10 James Cownie <jcownie@etnus.com>
870
871 * readelf.h (get_TAG_name, get_AT_name,
704afb58 872 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
873 DWARF2 spec.
874 * NEWS: Mention this new support.
875
7d036af2
AM
8762002-12-08 Alan Modra <amodra@bigpond.net.au>
877
878 * NEWS: Mention that bfd no longer declares a "boolean" type.
879
3e8bba36
AM
8802002-12-07 Alan Modra <amodra@bigpond.net.au>
881
882 * readelf.c (process_program_headers): When setting loadaddr, don't
883 assume segment size is 4k. Use p_align instead.
884 (loadaddr): Change from int to long.
885 (dynamic_addr, dynamic_info, version_info): Likewise.
886 (process_dynamic_segment <syminsz>): Likewise.
887 (process_dynamic_segment): Adjust print format string.
888 (rela_addr, rela_size): Delete.
889 (process_relocs): Formatting.
890
d070dab9
JW
8912002-12-05 Jim Wilson <wilson@redhat.com>
892
893 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
894 * configure: Regenerate.
895
45bcbdb1
ILT
8962002-12-04 Ian Lance Taylor <ian@airs.com>
897
898 * MAINTAINERS: Change e-mail address back to airs.com.
899
42ea8716
AH
9002002-12-04 Aldy Hernandez <aldyh@redhat.com>
901
902 * MAINTAINERS: Add self.
903
b34976b6
AM
9042002-11-30 Alan Modra <amodra@bigpond.net.au>
905
906 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
907 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
908 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
909 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
910 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
911 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
912 with TRUE/FALSE. Formatting.
913
c8286bd1
JJ
9142002-11-29 Jakub Jelinek <jakub@redhat.com>
915
916 * readelf.c Replace occurrences of Elf32_Internal_* and
917 Elf64_Internal_* with Elf_Internal_*.
918 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
919 Zero r_addend fields.
920 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
921 Elf_Internal_Rela.
922
92acdfaf
NC
9232002-11-23 Nick Clifton <nickc@redhat.com>
924
925 * size.c (usage): Fix typo describing switch for hex format.
926
48c5eb8a
SS
9272002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
928
929 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
930 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
931 testcase
932
2f62977e
NC
9332002-11-14 Nick Clifton <nickc@redhat.com>
934
935 * readelf.c (process_program_headers): Add comment about return
936 value. Ensure that 0 is returned if the headers are not loaded.
937 (process_file): If process_section_headers failed to load the
938 headers disable any tests that rely upon them. Similarly for
939 process_program_headers.
940
cd24c222
NC
9412002-11-12 Nick Clifton <nickc@redhat.com>
942
943 * po/da.po: Updated Danish translation.
944
f3931575
AM
9452002-11-12 Klee Dienes <kdienes@apple.com>
946
947 * rddbg.c (read_section_stabs_debugging_info): Also recognize
948 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
949
b54e7460
CF
9502002-11-11 Christopher Faylor <cgf@redhat.com>
951
952 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
953 cgf maintainership.
954
4f17cc13
CF
9552002-11-11 Christopher Faylor <cgf@redhat.com>
956
957 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
958
232e7cb8
NC
9592002-11-07 Nick Clifton <nickc@redhat.com>
960
cd24c222 961 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
962 * configure: Regenerate.
963 * po/da.po: New Danish translation.
964
232e7cb8
NC
965 * readelf.c (get_symbol_index_type): Revert part of previous
966 patch: Display unknown symbol types in decimal, not hex.
967
c9e38879
NC
9682002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
969
970 * dlltool.c (add_excludes): Don't prefix excluded fastcall
971 symbols with underscore.
972 (xlate): Ignore add_underscore for decorated fastcall symbols.
973
9742002-11-07 Eric Kohl <ekohl@rz-online.de>
975
976 * deflex.l: Accept '@' as first character of an ID.
977 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
978 ASM_PREFIX for fastcall symbols.
979 (scan_drectve_symbols): Handle fastcall symbols when generating
980 undecorated aliases for symbols in drectve section.
981 (scan_filtered_symbols): Likewise, with export-all.
982 (xlate): Likewise, with --kill-at.
983 (make_imp_label): New function to handle fastcall symbols
984 correctly.
985 (make_one_lib_file): Use make_imp_label instead of make_label
986 for imp symbols.
987
a700dc3b
SS
9882002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
989
990 * MAINTAINERS: Add self as TIC4X maintainer.
991
5cf1065c
NC
9922002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
993
994 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
995 PROCESSOR-specific, OS-specific, reserved and unknown symbol
996 types.
5cf1065c 997
f1ef08cb
AM
9982002-11-04 Alan Modra <amodra@bigpond.net.au>
999
1000 * readelf.c (byte_get_little_endian): Comment typo fix.
1001 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
1002 as the format string.
1003 (dump_relocations): Correct section sym names.
1004 (process_section_headers): Clear symtab_shndx_hdr.
1005 (read_and_display_attr_value): Don't pass indirect string to printf
1006 as the format string.
1007 (display_debug_frames): Indicate when zero terminator found. Decode
1008 DW_EH_PE_pcrel addresses.
1009
1a09a22c
NC
10102002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
1011
1012 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
1013 order to ensure proper disassembly of the valid 0-value opcode.
1014 * configure: Regenerate.
1015 * aclocal.m4: Regenerate.
1016 * config.in: Regenerate.
1017 * configure.in: Regenerate.
1018 * doc/Makefile.in: Regenerate.
1019 * po/binutils.pot: Regenerate.
1020
c254c557
KK
10212002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1022
1023 * MAINTAINERS: Add self as SH maintainer.
1024
aefbdd67
BE
10252002-10-23 Ben Elliston <bje@redhat.com>
1026
1027 * doc/binutils.texi (objdump): Document -z and move the entry for
1028 --disassemble-zeroes to the end of the options section (for `z').
1029
ab9bcc01
NC
10302002-10-21 Nick Clifton <nickc@redhat.com>
1031
1032 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
1033
8ab56b6f
AM
10342002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
1035
1036 * objdump.c (dump_data): Correct addr_offset for opb != 1.
1037
49c12576
AM
10382002-10-15 Alan Modra <amodra@bigpond.net.au>
1039
48417c1a
AM
1040 * bucomm.c (list_supported_targets): Use bfd_target_list.
1041
49c12576
AM
1042 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
1043 other object errors in preference to bfd_core errors.
1044
6e1a7e9a
AM
10452002-10-14 Alan Modra <amodra@bigpond.net.au>
1046
1047 * Makefile.am: Run "make dep-am".
1048 * objdump.c: #include "bfdver.h".
1049 * version.c: Likewise.
1050 * Makefile.in: Regenerate.
1051 * config.in: Regenerate.
1052 * configure: Regenerate.
1053 * po/POTFILES.in: Regenerate.
1054
09fc3b02
DJ
10552002-10-09 Daniel Jacobowitz <drow@mvista.com>
1056
1057 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
1058 sections. Allow relocations against the absolute symbol. Don't
1059 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 1060 relocation.
09fc3b02 1061
f309035a
NC
10622002-10-07 Gordon Chaffee <chaffee@netvmg.com>
1063
1064 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
1065 ordinary ones are available.
1066
810dfa6e
L
10672002-09-30 H.J. Lu <hjl@gnu.org>
1068
1069 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
1070 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
1071
bb279dc0
ZW
10722002-09-17 Zack Weinberg <zack@codesourcery.com>
1073
1074 * Makefile.am (CFILES): Add cxxfilt.c.
1075 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
1076 (cxxfilt_LDADD): Delete.
1077 Remove all references to underscore.c.
1078 Regen dependencies.
1079 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
1080 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
1081 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
1082 adjustments to fit into binutils framework.
1083 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
1084
065c959b
NC
10852002-09-12 Roland McGrath <roland@redhat.com>
1086
1087 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
1088 Handle DW_OP_GNU_push_tls_address.
1089
e09f4395
NC
10902002-09-11 Nick Clifton <nickc@redhat.com>
1091
1092 * po/tr.po: Updated Turkish translation.
1093
873e0588
NC
10942002-09-10 Nick Clifton <nickc@redhat.com>
1095
1096 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
1097 testsuite changes. Add paragraphs about testsuite and config
1098 patches.
1099
069fe61f
NC
11002002-08-29 Nick Clifton <nickc@redhat.com>
1101
1102 * readelf.c (get_machine_flags): Remove redundant reference to
1103 E_V850EA_ARCH.
1104
fe0507eb
AM
11052002-08-28 Alan Modra <amodra@bigpond.net.au>
1106
1107 * objdump.c (dump_bfd): Restore lines accidentally deleted in
1108 last commit.
1109
026df7c5
NC
11102002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1111
bb279dc0 1112 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
1113 (dump_bfd_header): Likewise.
1114
68a4c073
AM
11152002-08-27 Alan Modra <amodra@bigpond.net.au>
1116
1117 * nm.c: Revert last change.
1118
a1df01d1
AM
11192002-08-26 Alan Modra <amodra@bigpond.net.au>
1120
1121 * nm.c (display_rel_file): Don't report "no symbols" as an error.
1122 * objdump.c (slurp_symtab): Likewise.
1123 (slurp_dynamic_symtab): Likewise.
1124 (dump_symbols): Likewise. Do print "no symbols" to stdout.
1125
a926ab2f
GK
11262002-08-24 Geoffrey Keating <geoffk@redhat.com>
1127
1128 * MAINTAINERS: Change my mailing address.
1129
fcf62380
DA
11302002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1131
1132 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
1133
51e28791
NC
11342002-08-22 Nick Clifton <nickc@redhat.com>
1135
1136 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
1137 HPPA.
1138
c5b060ad
AM
11392002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1140
1141 * readelf.c (parse_args): Change debug_dump_opt to static.
1142
4b73ca92
NC
11432002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
1144
1145 * stabs.c (parse_stab_argtype): Pass length of physname to
1146 stab_demangle_argtypes.
1147 (stab_demangle_argtypes): Add new parameter - length of physname.
1148 Pass length of physname on to stab_demangle_prefix.
1149 (stab_demangle_prefix): Add new parameter - length of physname.
1150 Use length of physname (if supplied) to compute end of function
1151 name.
1152
35b1837e
AM
11532002-08-15 Alan Modra <amodra@bigpond.net.au>
1154
1155 * readelf.c: Include elf/i370.h.
1156 (dump_relocations): Handle EM_S370.
1157 (dynamic_segment_parisc_val): Print \n.
1158 (process_dynamic_segment <DT_BIND_NOW>): Here too.
1159
762baac5
NC
11602002-08-14 Nick Clifton <nickc@redhat.com>
1161
1162 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
1163 * objdump.c (usage): Likewise.
1164 * doc/binutils.texi: Likewise.
1165
85c09e8a
NC
11662002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
1167
1168 * rcparse.y (acc_entry): Don't warn about ALT use with
1169 non-VIRTKEY.
1170
212a3c4d
L
11712002-08-13 H.J. Lu <hjl@gnu.org>
1172
1173 * objcopy.c (copy_object): Don't warn about the unsupported
1174 architecture unless the input target is defaulted or the
1175 output architecture is different from the input.
1176
2b692c59
NC
11772002-08-09 Nick Clifton <nickc@redhat.com>
1178
1179 * po/sv.po: Updated Swedish translation.
1180
09de7a73
AM
11812002-08-05 Alan Modra <amodra@bigpond.net.au>
1182
1183 * prdbg.c (pr_fix_visibility): Remove assert.
1184
47badb7b
NC
11852002-07-31 Nick Clifton <nickc@redhat.com>
1186
1187 * addr2line.c (process_file): Rename parameter 'filename' to
1188 'file_name' in order to avoid shadowing global symbol of the
1189 same name.
1190 (main): Likewise.
1191
2979dc34
JJ
11922002-07-30 Jakub Jelinek <jakub@redhat.com>
1193
1194 * readelf.c (OPTION_DEBUG_DUMP): Define.
1195 (options): Use it.
1196 (usage): Update help.
1197 (parse_args): Handle --debug-dump separately from -w.
1198 * doc/binutils.texi (readelf): Update documentation.
1199
219576a4
NC
12002002-07-25 Nick Clifton <nickc@redhat.com>
1201
1202 * po/es.po: Updated Spanish translation.
1203 * po/fr.po: Updated French translation.
1204
bf4f22e6 12052002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 1206
bf4f22e6
NC
1207 * po/es.po: Updated Spanish translation.
1208
c5b3a82a
AM
12092002-07-23 Alan Modra <amodra@bigpond.net.au>
1210
1211 * Makefile.am: Run "make dep-am".
1212 * Makefile.in: Regenerate.
1213
0461a601
NC
12142002-07-23 Nick Clifton <nickc@redhat.com>
1215
bf4f22e6 1216 * po/fr.po: Updated French translation.
0461a601 1217
bf44dd74
AM
12182002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
1219
1220 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
1221
2c205ff2
AM
12222002-07-20 Alan Modra <amodra@bigpond.net.au>
1223
63eb0809 1224 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 1225
1e4cf259
NC
12262002-07-18 Denis Chertykov <denisc@overta.ru>
1227 Frank Ch. Eigler <fche@redhat.com>
1228
1229 * readelf.c: Include "elf/ip2k.h".
1230 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
1231 (dump_relocations): Likewise.
1232 (get_machine_name): Likewise.
1233 * NEWS: Mention IP2K support.
1234
2cbb2eef
NC
12352002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1236
1237 * NEWS: Add 'Changes in 2.13'.
1238
047b2264
JJ
12392002-07-10 Jakub Jelinek <jakub@redhat.com>
1240
1241 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
1242 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
1243 (get_section_type_name): Handle SHT_GNU_LIBLIST.
1244 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
1245 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
1246 (process_gnu_liblist): New.
1247 (process_file): Call it.
1248
97230b15
AM
12492002-07-03 Alan Modra <amodra@bigpond.net.au>
1250
1251 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1252 * Makefile.in: Regenerate.
1253
a6637ec0
AM
12542002-07-02 Alan Modra <amodra@bigpond.net.au>
1255
1256 * budemang.c: New file, "demangle" function.
1257 * budemang.h: New file.
1258 * addr2line.c (translate_addresses): Use "demangle".
1259 * nm.c (print_symname): Likewise.
1260 * objdump.c (objdump_print_symname): Likewise.
1261 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
1262 here since that obfuscates.
1263 * rdcoff.c: Don't #include demangle.h.
1264 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
1265 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
1266 (HFILES): Add budemang.h. Sort.
1267 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
1268 Run "make dep-am".
1269 * Makefile.in: Regenerate.
1270
179d3252
JT
12712002-07-01 Matt Thomas <matt@3am-software.com>
1272
1273 * readelf.c: Include "elf/vax.h".
1274 (guess_is_rela): Move EM_VAX from unknown to RELA case.
1275 (dump_relocations): Handle VAX relocations.
1276 (get_machine_flags): Handle VAX machine flags.
1277
75751cd9
SC
12782002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1279
1280 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
1281
e5851ab8
NC
12822002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
1283
1284 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
1285
eb3f2f5c
AM
12862002-06-26 Alan Modra <amodra@bigpond.net.au>
1287
1288 * nm.c (print_symname): When demangling, strip leading dots from
1289 symbol names to avoid confusing the demangler.
1290
a13a0de8
L
12912002-06-25 H.J. Lu <hjl@gnu.org>
1292
1293 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1294 * Makefile.in: Regenerated.
1295
6db7a086
AM
12962002-06-21 Igor Schein <igor@txc.com>
1297
1298 * configure.in: Quote bu_cv_have_fopen64.
1299 * configure: Regenerate.
1300
9710509e
AM
13012002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
1302
1303 * configure.in: Check for strcoll.
1304 * configure: Regenerate.
1305 * config.in: Regenerate.
1306 * nm.c (main): Set locale for LC_COLLATE category.
1307 (non_numeric_forward): Use strcoll if available.
1308
a9f0b5e7
DB
13092002-06-20 Dave Brolley <brolley@redhat.com>
1310
1311 * MAINTAINERS: Add self as fr30 and frv maintainer.
1312
33f5f537
L
13132002-06-18 H.J. Lu (hjl@gnu.org)
1314
1315 * nm.c: Include "elf/common.h".
1316 (extended_symbol_info): Add elfinfo, a pointer to
1317 elf_symbol_type.
1318 (SYM_SIZE): Use elfinfo if it is not NULL.
1319 (get_symbol_type): New function.
1320 (display_archive): Set print_width for each archive member.
1321 (display_file): Likewise.
1322 (display_rel_file): Don't set print_width here.
1323 (print_object_filename_sysv): Handle print_width.
1324 (print_archive_member_sysv): Likewise.
1325 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
1326 (print_symbol): Set the elfinfo field in extended_symbol_info
1327 for ELF.
1328 (print_object_filename_sysv): Fix the output format.
1329 (print_symbol_info_sysv): Print type and section for ELF.
1330
13312002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
1332
1333 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 1334 the symbol's size equal to its value when --size-sort is
33f5f537
L
1335 used.
1336
5c70f934
DB
13372002-06-18 Dave Brolley <brolley@redhat.com>
1338
1339 From Catherine Moore:
1340 * readelf.c (elf/frv.h): #include it.
1341 (guess_is_rela): Support EM_CYGNUS_FRV.
1342 (dump_relocations): Ditto.
1343 (get_machine_name): Ditto.
1344 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
1345
7ece0d85
JJ
13462002-06-18 Jakub Jelinek <jakub@redhat.com>
1347
1348 * readelf.c (get_file_header): Only read the first section header if
1349 e_shoff is non-zero.
1350
72797995
L
13512002-06-15 H.J. Lu (hjl@gnu.org)
1352
1353 * nm.c (print_size): New variable. Initialize to 0.
1354 (long_options): Add 'S'/"print-size".
1355 (main): Handle 'S'.
1356 (print_symbol_info_bsd): Print size only if print_size is not
1357 0.
1358
1359 * doc/binutils.texi: Document -S/--print-size.
1360
977f7911
NC
13612002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
1362
1363 * nm.c (struct extended_symbol_info): New strcuture: Add the size
1364 of the symbols to the information provided by the symbol_info
1365 structure.
1366 (print_symbols): Pass the symbol size to print_symbol.
1367 (print_size_symbols): Pass the symbol size to print_symbol.
1368 (print_symbol): Extra argument: The size of the symbol. Store
1369 this in the extended_symbol_info structure.
1370 (print_symbol_info): Change type of info parameter to
1371 extended_symbol_info. Display the size, if known.
1372 (print_symbol_info_posix): Likewise.
1373 (print_symbol_info_sysv): Likewise.
1374
b1f88ebe
AM
13752002-06-08 Alan Modra <amodra@bigpond.net.au>
1376
fa449227
AM
1377 * Makefile.am: Run "make dep-am".
1378 * Makefile.in: Regenerate.
1379 * doc/Makefile.in: Regnerate.
1380
b1f88ebe
AM
1381 * bucomm.c: Replace CONST with const.
1382 * nm.c: Likewise.
1383 * objdump.c: Likewise.
1384
91a106e6
L
13852002-06-07 H.J. Lu <hjl@gnu.org>
1386
1387 * readelf.c (DW_CFA_GNU_args_size): Don't define.
1388 (DW_CFA_GNU_negative_offset_extended): Likewise.
1389 (DW_CFA_GNU_window_save): Likewise.
1390 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
1391 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
1392
6ab6b380 13932002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 1394
6ab6b380
NC
1395 * nm.c: When computing size of symbols for an ELF target use the
1396 internal size field.
1397
e28e05a3
JL
13982002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1399
1400 * testsuite/binutils-all/objcopy.exp: clear xfail for
1401 "hppa*64*-*-hpux*".
1402 * testsuite/binutils-all/hppa/objdump.exp: Return if
1403 "*64*-*-*".
1404
dc156bc0
AM
14052002-06-05 Alan Modra <amodra@bigpond.net.au>
1406
1407 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
1408
14092002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
1410
1411 * objdump.c: Fix formatting.
1412
d79e4ea3
BE
14132002-05-29 Ben Elliston <bje@redhat.com>
1414
1415 * MAINTAINERS: Add self as M68k maintainer.
1416
d172d4ba
NC
14172002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1418
1419 * readelf.c: Modified/Added DLX elf support.
1420
7edb8f29
NC
14212002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1422
3a1a2036
NC
1423 * arsup.c: Fix formatting.
1424 * debug.c (debug_record_label): Add missing colon to error
1425 message.
1426 * ieee.c (parse_ieee_ty): Fix spelling typo.
1427 * readelf.c (process_program_headers): Remove English assumption
1428 about making a plural word.
1429 (process_section_headers): Likewise.
1430 (process_relocs): Allow quotes to be translated.
1431 (process_unwind): Likewise,
1432 (process_mips_specific): Improve error message.
1433 (get_note_type): Fix spelling typo.
1434
7edb8f29
NC
1435 * configure.in (ALL_LINGUAS): Add sv
1436 * po/sv.po: New file.
1437
3eee1e9d
AM
14382002-05-27 Alan Modra <amodra@bigpond.net.au>
1439
1440 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1441 (unw_print_grmask): Likewise.
1442 (unw_print_frmask): Likewise.
1443
d43efbe3
KH
14442002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1445
1446 * arsup.c: Remove ARGSUSED.
1447 * debug.c: Likewise.
1448 * ieee.c: Likewise.
1449 * nlmconv.c: Likewise.
1450 * prdbg.c: Likewise.
1451 * stabs.c: Likewise.
1452 * wrstabs.c: Likewise.
1453
e9792343
AM
14542002-05-25 Alan Modra <amodra@bigpond.net.au>
1455
1456 * arlex.l: Use #include "" instead of <> for local header files.
1457 * coffdump.c: Likewise.
1458 * coffgrok.c: Likewise.
1459 * nlmconv.c: Likewise.
1460 * nlmheader.y: Likewise.
1461 * srconv.c: Likewise.
1462 * strings.c: Likewise.
1463 * sysdump.c: Likewise.
1464 * unwind-ia64.h: Likewise.
1465 * windres.h: Likewise.
1466 * winduni.h: Likewise.
1467
d7e53452
TR
14682002-05-24 Tom Rix <trix@redhat.com>
1469
1470 * MAINTAINERS: Add self as the d10v maintainer.
1471
436e8db0
NC
14722002-05-24 TAMURA Kent <kent@netbsd.org>
1473
1474 * configure.in: Builds dlltool for i386-netbsdpe.
1475 * configure: Regenerate.
1476
9f66665a
KH
14772002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1478
1479 * size.c: Fix formatting.
1480 * srconv.c: Likewise.
1481 * stabs.c: Likewise.
1482 * sysdump.c: Likewise.
1483 * unwind-ia64.c: Likewise.
1484 * wrstabs.c: Likewise.
1485
13ae64f3
JJ
14862002-05-23 Jakub Jelinek <jakub@redhat.com>
1487
1488 * readelf.c (get_segment_type): Add PT_TLS.
1489 (get_elf_section_flags): Add SHF_TLS.
1490 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1491 (process_dynamic_segment): Use puts instead of printf.
1492 (get_symbol_type): Support STT_TLS.
1493 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1494 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1495 Add SEC_THREAD_LOCAL.
1496
53c7db4b
KH
14972002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1498
1499 * rdcoff.c: Fix formatting.
1500 * rddbg.c: Likewise.
1501 * readelf.c: Likewise.
1502 * rename.c: Likewise.
1503 * resbin.c: Likewise.
1504 * resrc.c: Likewise.
1505 * resres.c: Likewise.
1506
0af11b59
KH
15072002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1508
1509 * filemode.c: Fix formatting.
1510 * ieee.c: Likewise.
1511 * is-ranlib.c: Likewise.
1512 * is-strip.c: Likewise.
1513 * maybe-ranlib.c: Likewise.
1514 * maybe-strip.c: Likewise.
1515 * nlmconv.c: Likewise.
1516 * nm.c: Likewise.
1517 * not-ranlib.c: Likewise.
1518 * not-strip.c: Likewise.
1519 * objcopy.c: Likewise.
1520 * objdump.c: Likewise.
1521
21611032
TS
15222002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1523
1524 * objdump.c (dump_headers): Fix output formatting for ELF32
1525 architectures in a BFD64 enabled toolchain.
1526
26044998
KH
15272002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1528
1529 * debug.c: Fix formatting.
1530 * debug.h: Likewise.
1531 * dlltool.c: Likewise.
1532 * dllwrap.c: Likewise.
1533 * emul_aix.c: Likewise.
1534 * emul_vanilla.c: Likewise.
1535
f462a9ea
KH
15362002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1537
1538 * addr2line.c: Fix formatting.
1539 * ar.c: Likewise.
1540 * arsup.c: Likewise.
1541 * arsup.h: Likewise.
1542 * binemul.c: Likewise.
1543 * binemul.h: Likewise.
1544 * bucomm.c: Likewise.
1545 * coffdump.c: Likewise.
1546 * coffgrok.c: Likewise.
1547 * coffgrok.h: Likewise.
1548
e0159aa9
MM
15492002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1550
1551 * MAINTAINERS: Add myself as the second AVR port maintainer.
1552
074b403e
SC
15532002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1554
1555 * MAINTAINERS: Update my email address.
1556
2b9c8201
NC
15572002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1558
1559 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1560
e1d5b1e7
AM
15612002-05-09 Alan Modra <amodra@bigpond.net.au>
1562
1563 * configure.in: Replace `*pe' with `pe' throughout.
1564 * configure: Regenerate.
1565
d3d8a9ee
NC
15662002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1567
1568 * Makefile.am: Honour DESTDIR.
1569 * Makefile.in: Regenerate.
1570
405c98a4
AM
15712002-05-06 Alan Modra <amodra@bigpond.net.au>
1572
a02d5965
AM
1573 * dlltool.c (process_def_file): Add missing prototype.
1574 (new_directive, assemble_file, main): Likewise.
1575 (process_def_file, new_directive): Make static.
1576 (inform): Rewrite using VA_FIXEDARG.
1577 * dllwrap.c (mybasename): Add missing prototype.
1578 (strhash, main): Likewise.
1579 (inform): Rewrite using VA_FIXEDARG.
1580 (warn): Likewise.
1581 (cleanup_and_exit): Use old style function definition.
1582 (strhash): Likewise.
1583 * windres.c (define_resource): Use one memset to clear all of
1584 struct res_resource.
1585
405c98a4 1586 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1587 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1588
15892002-05-06 Borut Razem <borut.razem@siol.net>
1590
1591 * rclex.l (get_string): Correct "strings" list handling.
1592 * resrc.c (read_rc_file): Discard strings.
1593
91593c9d
AM
15942002-05-04 Alan Modra <amodra@bigpond.net.au>
1595
e58a75dc
AM
1596 * ar.c (replace_members): Remove unused var. Formatting fix.
1597 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1598
91593c9d
AM
1599 * MAINTAINERS: Sort port maintainers by CPU.
1600
6b52b824
AM
16012002-05-04 Bob Byrnes <byrnes@curl.com>
1602
1603 * size.c (display_archive): Add last_arfile and code to close archives.
1604
dd70071f
AM
16052002-05-01 Alan Modra <amodra@bigpond.net.au>
1606
1607 * nm.c (print_symbol): Check returned filename from
1608 bfd_find_nearest_line is non-NULL.
1609
6c95717a 16102002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1611
1612 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1613
3c25c5f6
NC
16142002-04-24 Christian Groessler <chris@groessler.org>
1615
1616 * MAINTAINERS: Changed my email address.
1617
944cd72c
TS
16182002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1619
1620 * arparse.y: Fix syntax warning.
1621
ea91f8bb
NC
16222002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1623
3e55a963
NC
1624 * readelf.c (fetch_location_list): Remove unused function.
1625
1626 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1627 and display a warning message, then exit the loop.
1628
ea91f8bb
NC
1629 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1630
45b99827
NC
16312002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1632
1633 * resrc.c (write_rc_dialog): If charset is non-default value
1634 display all of the DIALOGEX parameters.
1635
16362002-04-15 Eric Kohl <ekohl@rz-online.de>
1637
bb279dc0 1638 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1639 DIALOGEX resources.
1640 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1641 resource data.
bb279dc0 1642 (res_to_bin_dialog): Likewise.
45b99827
NC
1643 * windres.h: Added misssing charset variable to dialog_ex
1644 structure.
1645
acfbab8a
NC
16462002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1647
1648 * rcparse.y: Set MEMFLAG_PURE by default.
1649
df3baf66
NC
16502002-04-09 Bernd Herd <info@herdsoft.com>
1651
bb279dc0 1652 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1653 are quoted.
4c30641a 1654 Fix typo in BEDIT warning.
91eafb40 1655 Don't add default dialog style when explicit style specified.
b62a12ca 1656 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1657
b24eb5ac
NC
1658 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1659 (handle_quotes) "\a" escape (used for right justified key
1660 definitions in menus) is encodes as binary 8.
df3baf66 1661
b24eb5ac
NC
1662 * resrc.c (write_rc_dialog): Print style even if it is 0.
1663 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1664 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1665
b24eb5ac
NC
1666 * resbin.c (bin_to_res_dialog): Use signature to identify
1667 DIALOGEX.
f7d63484 1668
b24eb5ac 1669 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1670
df3baf66
NC
16712002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1672
1673 * resrc.c: print CLASS names in quotes
1674
16752002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1676
1677 * MAINTAINERS: Update my email address.
1678
8e42bcb6
AM
16792002-04-04 Alan Modra <amodra@bigpond.net.au>
1680
1681 * dep-in.sed: Cope with absolute paths.
1682 * Makefile.am (dep.sed): Subst TOPDIR.
1683 Run "make dep-am".
1684 * Makefile.in: Regenerate.
1685
96f959e5
PT
16862002-03-27 Peter Targett <peter.targett@arc.com>
1687
1688 * MAINTAINERS: Update my email address.
1689
1ea788ee
AM
16902002-03-21 Alan Modra <amodra@bigpond.net.au>
1691
1692 * Makefile.am: Run "make dep-am".
1693 * Makefile.in: Regenerate.
1694 * doc/Makefile.in: Regenerate.
1695 * po/POTFILES.in: Regenerate.
1696 * aclocal.m4: Regenerate.
1697 * config.in: Regenerate.
1698 * configure: Regenerate.
1699
a2f14207
DB
17002002-03-20 Daniel Berlin <dan@dberlin.org>
1701
1702 * readelf.c: Add support for displaying dwarf2 location lists.
1703 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1704 (parse_args): Use 'O' as shorthand for displaying location list
1705 section.
1706 (process_section_headers): Handle debug_loc as well.
1707 (load_debug_loc): New.
1708 (free_debug_loc): New.
1709 (fetch_location_list): New.
1710 (display_debug_loc): New.
1711 (display_debug_info): Call load_debug_loc and free_debug_loc.
1712 (debug_displays): We can display .debug_loc now, too.
1713 (usage): Update usage string.
1714 (read_and_display_attr_value): Note location lists, but don't
1715 display them inline.
1716
eb1e0e80
NC
17172002-03-18 Tom Rix <trix@redhat.com>
1718
1719 * Makefile.am: Add binutils emulation support.
1720 * configure.in: Same.
1721 * configure.tgt: New file. Same.
1722 * ar.c (main): Use ar_emul_parse_arg.
1723 (usage): Use ar_emul_usage.
1724 (replace_members): Use ar_emul_replace, ar_emul_append.
1725 * binemul.c: New file. Define the binutils emulation
1726 layer. Define default methods.
1727 * binemul.h: New file. Binutils emulation layer header file.
1728 * emul_aix.c: New file. AIX binutils emulation.
1729 * emul_vanilla.c: New file. Default binutils emulation.
1730 * Makefile.in: Regenerate.
1731 * configure: Same.
1732
a1c259a1
NC
17332002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1734
1735 * po/fr.po: Updated version.
1736
9ce88e60
NC
17372002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1738
1739 * po/fr.po: Updated version.
1740
effb0601
DJ
17412002-03-07 Daniel Jacobowitz <drow@mvista.com>
1742
1743 * README: Update some version numbers.
1744
a65688ab
DJ
17452002-03-07 Daniel Jacobowitz <drow@mvista.com>
1746
1747 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1748 (Architecture Selection): Likewise.
1749
f3f7fbb2
NC
17502002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1751
1752 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1753 generating .exp file.
1754
25345be5
NC
17552002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1756
1757 * readelf.c (dump_relocations): Fix typo.
1758
9a66911f
NC
17592002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1760
1761 * NEWS: Mark 2.12 branch.
1762
2c71103e
NC
17632002-02-18 Timothy Daly <remote_bob@yahoo.com>
1764
bb279dc0
ZW
1765 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1766 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1767 output.
bb279dc0 1768 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1769 to 'unrecognized'.
1770 (decode_ARM_machine_flags): Likewise.
1771 (parse_args): Likewise.
1772 (read_and_display_attr_value): Likewise.
1773 (display_debug_section): Likewise.
1774
49fda6c8
HPN
17752002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1776
1777 * NEWS: Mention support for MMIX.
1778
76f57f3a
JT
17792002-02-13 Matt Fredette <fredette@netbsd.org>
1780
1781 * readelf.c (get_machine_flags): Recognize EF_M68000.
1782
d36ca9c2
AO
17832002-02-12 Alexandre Oliva <aoliva@redhat.com>
1784
1785 * MAINTAINERS: Added self as MN10300 co-maintainer.
1786
19397422
AM
17872002-02-12 Alan Modra <amodra@bigpond.net.au>
1788
1789 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1790 DT_PPC64_OPDSZ.
1791
d434e574
DJ
17922002-02-11 Daniel Jacobowitz <drow@mvista.com>
1793
1794 * MAINTAINERS: List myself as branch maintainer.
1795
12b87c89
AM
17962002-02-11 Alan Modra <amodra@bigpond.net.au>
1797
1798 * configure: Regenerate.
1799 * objcopy.c: Update copyright date.
1800 * doc/Makefile.in: Regenerate.
1801
8d037c5c
DJ
18022002-02-10 Daniel Jacobowitz <drow@mvista.com>
1803
1804 * nlmconv.c: Back out localtime PARAMS change.
1805
4c168fa3
AM
18062002-02-11 Alan Modra <amodra@bigpond.net.au>
1807
1808 * objcopy.c (MKDIR): Define.
1809 (copy_archive): Make name_list.name const. Use MKDIR.
1810 Handle duplicate files in archives by making more temp dirs.
1811
408f8db1
DJ
18122002-02-10 Daniel Jacobowitz <drow@mvista.com>
1813
1814 * coffdump.c: Include "getopt.h" after "bucomm.h"
1815 so that macros are defined correctly.
1816 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1817 prototype. Prototype main.
1818 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1819
9f77fa06
AO
18202002-02-06 Alexandre Oliva <aoliva@redhat.com>
1821
1822 * MAINTAINERS: Added self as SH co-maintainer.
1823
82f6addb
NC
18242002-02-05 Nick Clifton <nickc@redhat.com>
1825
1826 * po/tr.po: Updated translation.
1827
ba323545
AM
18282002-02-01 Alan Modra <amodra@bigpond.net.au>
1829
1830 * Makefile.am: Run "make dep-am"
1831 * Makefile.in: Regenerate.
1832
3deb89d3
DJ
18332002-01-29 Daniel Jacobowitz <drow@mvista.com>
1834
1835 * nm.c (print_value): Mark abfd unused.
1836
a0e9c55f
DJ
18372002-01-29 Daniel Jacobowitz <drow@mvista.com>
1838
1839 * unwind-ia64.c (unw_decoder): Change second argument
1840 to unsigned int, to match function prototypes.
1841
d7a283d4
DJ
18422002-01-29 Daniel Jacobowitz <drow@mvista.com>
1843
1844 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1845 __GNU_LIBRARY__ will be defined.
1846 * size.c: Likewise.
1847
4867be41
DJ
18482002-01-27 Daniel Jacobowitz <drow@mvista.com>
1849
1850 * configure: Regenerated.
1851
7562a296
HPN
18522002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1853
1854 * doc/Makefile.am (install): Depend on install-info.
1855 * doc/Makefile.in: Regenerate.
1856
15c82623
NC
18572002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1858
1859 * objcopy.c (strip_usage): Document -d as an alias
1860 --strip-debug.
1861
1862 * size.c (usage): Document [-t | --totals] options.
1863 (long_options): Add --totals option.
1864 (main): If the [-t | --totals] option is specified and
1865 the output format is Berkeley-style, print the total
1866 text, data, and bss sizes of all objects listed.
1867 (print_berkeley_format): If the [-t | --totals] option
1868 is specified, track the total text, data, and bss
1869 sizes.
1870 * doc/binutils.texi (size): Document [-t | --totals] options.
1871 (strip): Document -d as an alias for --strip-debug.
1872 * NEWS: Mention new feature of size.
1873
00ea8601 18742002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1875
1ddbd152
NC
1876 * po/fr.po: Updated version.
1877 * po/es.po: Updated version.
b85cedd7 1878
8b53311e
NC
18792002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1880
1881 * addr2line.c (usage): Update text to provide verbose
1882 description of the command line options.
1883 * ar.c (usage): Update text to provide verbose
1884 description of the command line options.
1885 (main): Accept -h and -H when running as ranlib.
1886 * coffdump.c (show_usage): Update text to provide verbose
1887 description of the command line options.
1888 * dlltool.c (main): Accept -H as an alias for --help.
1889 * nlmconv.c (show_usage): Update text to provide verbose
1890 description of the command line options.
1891 * nm.c (usage): Replace OPTIONS with option(s).
1892 (main): Accept -H as an alias for --help.
1893 * objcopy.c (strip_main): Accept -H as an alias for --help.
1894 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1895 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1896 other binutils.
1897 * size.c (usage): Update text to provide verbose description
1898 of the command line options.
1899 (main): Accept -v, -h and -H as command line options.
1900 * srconv.c (show_usage): Update text to provide verbose
1901 description of the command line options.
1902 * strings.c (main): Accept -H and -v as command line options.
1903 (usage): Update text to provide verbose description of the
1904 command line options.
1905 * sysdump.c (show_usage): Update text to provide verbose
1906 description of the command line options.
1907 * windres.c (usage): Adjust format to match style used in
1908 other binutils.
1909
1910 * coffdump.c: Fix formatting.
1911 * nlmconv.c: Fix formatting.
1912 * srconv.c: Fix formatting.
1913 * sysdump.c: Fix formatting.
1914
c46f0c34
AM
19152002-01-22 Alan Modra <amodra@bigpond.net.au>
1916
1917 * Makefile.am: Run "make dep-am".
1918 * Makefile.in: Regenerate.
1919
2a538ba5
AJ
19202002-01-18 Andreas Jaeger <aj@suse.de>
1921
1922 * version.c (print_version): Update year.
1923
285d1771
AM
19242002-01-17 Alan Modra <amodra@bigpond.net.au>
1925
1926 * readelf.c (get_machine_name): Handle EM_PPC64.
1927 (guess_is_rela): Here too.
1928
328577ad
NC
19292002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1930
1931 * po/binutils.pot: Regenerate.
1932 * po/fr.po: Regenerate.
1933 * po/tr.po: Regenerate.
1934
af3ae48d
NC
19352002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1936
1937 * po/tr.po: Import new version.
1938
f1cb7e17
AM
19392002-01-16 Alan Modra <amodra@bigpond.net.au>
1940
1941 * readelf.c (get_ppc64_dynamic_type): New.
1942 (get_dynamic_type): Call it.
1943
6364e0b4
NC
19442002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1945
3ab9460d 1946 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1947 (strip_usage): Use "options" instead of "switches".
3ab9460d 1948 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1949 "switches".
6364e0b4 1950
3a7e524e
RE
19512002-01-14 Richard Earnshaw <rearnsha@arm.com>
1952
1953 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1954
1209e219
NC
19552001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1956
1957 * po/es.po: Import from translation project.
1958 * configure.in (ALL_LINGUAS): Add es.
1959 * configure: Regenerate.
1960
b4db1224
JT
19612002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1962
1963 * readelf.c (get_netbsd_elfcore_note_type): Use
1964 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1965
9437c45b
JT
19662002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1967
1968 * readelf.c: Update copyright years.
1969 (get_note_type): Return a const char *.
1970 (get_netbsd_elfcore_note_type): New function.
1971 (process_note): Use get_netbsd_elfcore_note_type to get
1972 the note type string for NetBSD ELF core files.
1973
00428cca
AM
19742002-01-06 Steve Ellcey <sje@cup.hp.com>
1975
1976 * readelf.c (get_ia64_segment_type): Add support for macros.
1977 (get_segment_type): Add support for IA64 specific macros.
1978
31104126
NC
19792001-12-20 Julian v. Bock <julian@wongr.net>
1980
1981 * readelf.c (print_symbol): New function: Print a formatted symbol
1982 name. If --wide is specified do not truncate it.
1983 (dump_relocations): Use print_symbol() to print symbol names.
1984 (process_symbol_table): Likewise.
1985 (process_syminfo): Likewise.
1986 (process_mips_specific): Likewise.
1987 (usage): Document new feature of --wide switch.
1988 * doc/binutils.texi (objdump): Document additional behaviour of
1989 --wide.
2a538ba5 1990
4dd67f29
MS
19912001-12-18 Michael Snyder <msnyder@redhat.com>
1992
1993 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1994 (copy_object): Don't set the start address or flags of a core file.
1995 (copy_section): Don't relocate a core file. Don't copy contents
1996 if the input section has the contents flag set, but the output
1997 section does not (which happens with the fake 'note' pseudo-
1998 sections that BFD creates for corefiles).
1999
43521d43
TS
20002001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2001
2002 * readelf.c (get_machine_flags): Recognize header flags for ABI and
2003 ASE extensions. More robust code for ISA checking. Ignore empty fields
2004 in header flags for GNU extensions.
2005
b667df2e
AM
20062001-12-18 Alan Modra <amodra@bigpond.net.au>
2007
2008 * objcopy.c (copy_archive): Set output bfd format outside the loop.
2009
17a5a5c3
NC
20102001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2011
2012 * po/ja.po: Import from translation project.
2013 * configure.in (ALL_LINGUAS): Add ja.
2014 * configure: Regenerate.
2015
65de42c0
TS
20162001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2017
2018 * addr2line.c (main): Protoype.
2019 * ar.c (main): Protoype.
2020 * nm.c (main): Protoype.
2021 * objcopy.c (main): Protoype.
2022 * objdump.c (main): Protoype.
2023 * size.c (main): Protoype.
2024 * strings.c (main): Protoype.
2025
9ad5cbcf
AM
20262001-12-17 Alan Modra <amodra@bigpond.net.au>
2027
2028 * readelf.c (symtab_shndx_hdr): New global.
2029 (SECTION_HEADER_INDEX): Define.
2030 (SECTION_HEADER_NUM): Define.
2031 (SECTION_HEADER): Define.
2032 (GET_ELF_SYMBOLS): Pass two params rather than three.
2033 (get_32bit_elf_symbols): Take file and section args. Read and
2034 use SHT_SYMTAB_SHNDX.
2035 (get_64bit_elf_symbols): Likewise.
2036 (dump_relocations): Use SECTION_HEADER to index "section_headers".
2037 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
2038 Remember symtab_shdx_hdr.
2039 (process_program_headers): Scan from index 1 for segment map.
2040 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
2041 "section_headers".
2042 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
2043 (process_unwind): Likewise.
2044 (process_version_sections): Likewise.
2045 (process_symbol_table): Likewise.
2046 (display_debug_info): Likewise.
2047 (process_dynamic_segment): Fake up a symtab section for changed
2048 GET_ELF_SYMBOLS.
2049 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
2050 (process_program_headers): Kill signed/unsigned warning.
2051 (load_debug_str): Likewise.
2052 (display_debug_info): Likewise.
2053
65765700
JJ
20542001-12-13 Jakub Jelinek <jakub@redhat.com>
2055
2056 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
2057
560f3c1c
AM
20582001-12-11 Alan Modra <amodra@bigpond.net.au>
2059
2060 * readelf.c (process_file_header): Print extended e_shnum and
2061 e_shdtrndx values. Set elf_header values for same.
2062 (get_32bit_section_headers): Add "num" arg to read "num" headers.
2063 (get_64bit_section_headers): Likewise.
2064 (process_section_headers): Update calls.
2065 (get_file_header): Call get_32bit_section_headers or 64bit variant.
2066
bc408b8a
JJ
20672001-12-10 Jakub Jelinek <jakub@redhat.com>
2068
2069 * objcopy.c (setup_section): Copy entsize.
2070
93fbbb04
GK
20712001-12-07 Geoffrey Keating <geoffk@redhat.com>
2072
2073 * readelf.c (guess_is_rela): Add support for stormy16.
2074 (dump_relocations): Likewise.
2075 (get_machine_name): Likewise.
2076
e3c8793a
NC
20772001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2078
2079 * dllwrap.c (main) Replace multiple strings describing a
2080 single error with a single, newline escaped sentence to permit
2081 better translation into foreign languages.
2082
2083 * readelf.c (get_elf_class): Remove internalionalisation of ELF
2084 class names.
2085
956cd1d6
TS
20862001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2087
2088 * strings.c (get_char): Initialize value.
2089
956c53ee
TS
20902001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2091
2092 * arlex.l: Silence compile warnings.
2093 * arsup.h: Likewise. Fix formatting.
2094
cedd9a58
JJ
20952001-12-04 Jakub Jelinek <jakub@redhat.com>
2096
2097 * strings.c: Include config.h before bfd.h.
2098 (file_off): New type.
2099 (file_open): Define.
2100 (print_strings): Use file_off instead of file_ptr. Print addresses
2101 which don't fit into long correctly.
2102 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
2103 available.
2104 (strings_file): Use file_off instead of file_ptr. Use file_open.
2105 * configure.in: Check for getc_unlocked.
2106 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
2107 be defined for it.
2108 * configure: Rebuilt.
2109 * config.h.in: Rebuilt.
2110
af667503
L
21112001-11-29 H.J. Lu <hjl@gnu.org>
2112
2113 * bucomm.c (make_tempname): Revert the changes made on
2114 2001-11-14 and 2001-11-12. They won't work with directories.
2115
16474668
NC
21162001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
2117
2118 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
2119 CFLAGS_FOR_TARGET to runtest in environment.
2120 * Makefile.in: Rebuild.
2121 * doc/Makefile.in: Rebuild.
2122
17978339
MS
21232001-11-28 Mike Stump <mrs@wrs.com>
2124
2125 * objcopy.c (setup_section): Preserve SEC_RELOC when
2126 --set-section-flags is used.
2127
261a45ad
NC
21282001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
2129
2130 * readelf.c (do_debug_str): New variable.
2131 (display_debug_str): New function: Display the contents of a
2132 .debug_str section.
2133 (load_debug_str): New function: Load in the contents of a
2134 .debug_str section.
2135 (free_debug_str): New function: Free the memory used by
2136 load_debug_str().
2137 (fetch_indirect_string): Retrieve a string from the .debug_str
2138 section.
2139 (usage): Add -ws.
2140 (parse_args): Accept -ws.
2141 (process_section_headers): Allow the display of the .debug_str
2142 section.
2143 (read_and_display_attr_value): Use fetch_indirect_string. Show
2144 offset into .debug_str section.
2145 (display_debug_info): Use load_debug_str and free_debug_str.
2146 (debug_displays): Add .debug_str.
2147 * doc/binutils.texi: Document -ws.
2148
b8908f93
AJ
21492001-11-19 Andreas Jaeger <aj@suse.de>
2150
2151 * testsuite/binutils-all/objdump.exp: Add x86-64.
2152
e5fb9629
AS
21532001-11-15 Andreas Schwab <schwab@suse.de>
2154
2155 * readelf.c: Fix warnings without terminating newline.
2156
802a735e
AM
21572001-11-15 Alan Modra <amodra@bigpond.net.au>
2158
2159 * doc/binutils.texi (objdump): Document ppc -M options.
2160
b89e9eae
AJ
21612001-11-14 Andreas Jaeger <aj@suse.de>
2162
2163 * doc/binutils.texi (objdump): Fix description to use x86-64.
2164
a6a25652
NC
21652001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
2166
2167 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
2168 not all systems provide mkstemp.
2169
e396998b
AM
21702001-11-14 Alan Modra <amodra@bigpond.net.au>
2171
2172 * doc/binutils.texi (objdump): Document x86 -M options.
2173
81766fca
RH
21742001-11-13 Keith Walker <keith.walker@arm.com>
2175
2176 * readelf.c (read_and_display_attr_value): New function to
2177 handle DW_FORM_indirect.
2178 (read_and_display_attr): Use it.
2179
1a509dcc
GK
21802001-11-13 Geoffrey Keating <geoffk@redhat.com>
2181
2182 * readelf.c (display_debug_lines): Deal with unknown standard
2183 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
2184 DW_LNS_set_isa.
2185
6e917903 21862001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 2187
6e917903
TW
2188 * MAINTAINERS: Add self as tic54x maintainer. This target
2189 includes the IBM C54XDSP clone.
7559e86e 2190
6e917903 21912001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 2192
7559e86e
NC
2193 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
2194
21952001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 2196
ecdadc4a
JL
2197 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
2198 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
2199 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
2200 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
2201 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
2202 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
2203 (unw_decode_b2, unw_decode_b3_b4): Likewise.
2204
91770270
JL
2205 * readelf.c (get_elf_class): Fix ISO portability glitch.
2206 (get_data_encoding, get_osabi_name, request_dump): Likewise.
2207
ef5cdfc7
JJ
22082001-11-07 Jakub Jelinek <jakub@redhat.com>
2209
2210 * readelf.c (debug_str, debug_str_size): New.
2211 (display_debug_abbrev): If no abbrevs were read, skip the CU.
2212 Call free_abbrevs.
2213 (read_and_display_addr): Handle DW_FORM_strp.
2214 (display_debug_info): Read .debug_str section if present,
2215 so that DW_FORM_strp can be handled.
2216 Fix test for non-existant .debug_abbrev section.
2217
5e9520c8
JJ
22182001-11-05 Jakub Jelinek <jakub@redhat.com>
2219
2220 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
2221
2222 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
2223
54589086
MS
22242001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
2225
2226 * MAINTAINERS: Add self as s390/s390x maintainer.
2227
c05b685b
TR
22282001-11-02 Tom Rix <trix@bluey.cygnus.com>
2229
2230 * MAINTAINERS: Add self as PPC XCOFF maintainer.
2231
3c62831e
NC
22322001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2233
2234 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
2235 * configure: Regernate.
2236 * po/fr.po: New file.
2237 * po/tr.po: New file.
2238
3c3bdf30
NC
22392001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2240
9b19141a 2241 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
2242 * readelf.c: Include elf/mmix.h.
2243 (guess_is_rela): MMIX is RELA.
2244 (dump_relocations): Handle MMIX relocations.
2245 * Makefile.am: Regenerate dependencies.
2246 * Makefile.in: Regenerate.
2247
f662939a
NC
22482001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
2249
2250 * readelf.c (parse_args): Handle multiple options to the -w
2251 switch.
2252
c91d0dfb
JJ
22532001-10-12 Jakub Jelinek <jakub@redhat.com>
2254
2255 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
2256 LOPROC, LOOS and LOUSER.
2257
7559e86e 22582001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
2259
2260 * MAINTAINERS: Update my email address.
2261
fcd8210c
AM
22622001-10-03 Alan Modra <amodra@bigpond.net.au>
2263
2264 * doc/Makefile.in: Regenerate.
2265 * configure: Regenerate.
2266
428409d5
NC
22672001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
2268
2269 * readelf.c (display_debug_line, display_debug_pubnames,
2270 display_debug_info, display_debug_frames): Detect and warn
2271 about 64-bit format entries.
2272 (display_debug_aranges): Reword 64-bit warning.
2273 (debug_displays): Add .debug_pubtypes as a known, but not yet
2274 supported, debug section.
2275
6a8c2b0d
AM
22762001-10-02 Alan Modra <amodra@bigpond.net.au>
2277
2278 * coffdump.c (PROGRAM_VERSION): Delete.
2279 (main <'V'>): Call print_version.
2280 * srconv.c: Likewise.
2281 * sysdump.c: Likewise.
2282 * version.c (program_version): Remove.
2283 (print_version): Use BFD_VERSION_STRING. Just print the current
2284 year in copyright message.
2285 * addr2line.c (program_version): Remove unused declaration.
2286 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
2287 place of BFD_VERSION.
2288 * Makefile.am (Makefile): Depend on bfd/configure.in.
2289 (cplus-dem.o): Depend on Makefile.
2290 Run "make dep-am".
2291 * Makefile.in: Regenerate.
2292
e414a165
NC
22932001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
2294
2295 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
2296 format .debug_arange sections.
2297 (main): Add missing prototype.
b8908f93 2298
efc3ee7f
HPN
22992001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2300
2301 * Makefile.am: Update dependencies with "make dep-am".
2302 * Makefile.in: Regenerate.
2303
9e85c2a0
RH
23042001-09-28 Richard Henderson <rth@redhat.com>
2305
2306 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
2307
451dad9c
AM
23082001-09-26 Alan Modra <amodra@bigpond.net.au>
2309
2310 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
2311 VA_CLOSE.
2312 (non_fatal): Likewise.
2313 * objdump.c (objdump_sprintf): Likewise.
2314 * readelf.c (error): Likewise.
2315 (warn): Likewise.
2316
d974e256
JJ
23172001-09-25 Jakub Jelinek <jakub@redhat.com>
2318
2319 * readelf.c (do_wide): New.
2320 (options): Add --wide.
2321 (usage, parse_args): Likewise.
2322 (process_program_headers): Put each segment on a single line if
2323 --wide is given.
2324 (process_section_headers): Put each section on a single line if
2325 --wide is given.
2326 * doc/binutils.texi: Document it.
2327 * NEWS: Likewise.
2328
2f11c261
AM
23292001-09-25 Alan Modra <amodra@bigpond.net.au>
2330
2331 * readelf.c (print_vma): Print 8 digits of low hex value.
2332
1d50f91e
AJ
23332001-09-24 Andreas Jaeger <aj@suse.de>
2334
2335 * nlmconv.c: Fix warnings about unused attributes and function
2336 prototypes.
2337
2338 * strings.c: Add prototype for get_char.
2339
38131e67
L
23402000-09-19 H.J. Lu <hjl@gnu.org>
2341
2342 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
2343 $(srcdir)/cxxfilt.man.
2344 * doc/Makefile.in: Rebuild.
2345
3bcfb3e4
AM
23462001-09-19 Alan Modra <amodra@bigpond.net.au>
2347
2348 * objcopy.c (copy_main): Correct rename-section string parsing.
2349 Consolidate new_name parsing, and error messages.
2350
3882b010
L
23512001-09-18 Bruno Haible <haible@clisp.cons.org>
2352
2353 * addr2line.c: Don't include <ctype.h>.
2354 (main): For gettext, also set the LC_CTYPE locate facet.
2355 * ar.c (main): Likewise.
2356 * coffdump.c (main): Likewise.
2357 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
2358 (main): For gettext, also set the LC_CTYPE locate facet.
2359 Use ISALNUM instead of isalpha/isdigit.
2360 * dllwrap.c: Don't include <ctype.h>.
2361 (main): For gettext, also set the LC_CTYPE locate facet.
2362 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
2363 (main): For gettext, also set the LC_CTYPE locate facet.
2364 Use TOUPPER instead of islower/toupper.
2365 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
2366 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
2367 Use TOUPPER instead of islower/toupper.
2368 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
2369 * objcopy.c (main): Likewise.
2370 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2371 (disassemble_bytes): Use ISPRINT instead of isprint.
2372 (dump_section_stabs): Use ISDIGIT instead of isdigit.
2373 (dump_data): Use ISPRINT instead of isprint.
2374 (main): For gettext, also set the LC_CTYPE locate facet.
2375 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
2376 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
2377 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
2378 Use TOUPPER instead of islower/toupper.
2379 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
2380 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
2381 (write_rc_accelerators): Use ISPRINT instead of isprint.
2382 (write_rc_rcdata): Likewise.
2383 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
2384 * srconv.c (main): Likewise.
2385 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2386 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
2387 isdigit/isupper/islower.
2388 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
2389 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
2390 stab_demangle_prefix, stab_demangle_qualified,
2391 stab_demangle_template, stab_demangle_type,
2392 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
2393 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
2394 (isgraphic): Use ISPRINT instead of isascii/isprint.
2395 (main): Remove HAVE_LC_MESSAGES dependency.
2396 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2397 (pbarray): Use ISPRINT instead of isprint.
2398 (main): For gettext, also set the LC_CTYPE locate facet.
2399 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
2400 (format_from_filename): Use ISPRINT instead of isprint.
2401 (main): For gettext, also set the LC_CTYPE locate facet.
2402 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
2403 (unicode_print): Use ISPRINT instead of isprint.
2404 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2405 (stab_variable): Use ISDIGIT instead of isdigit.
2406
e59b4dfb
AM
24072001-09-18 Alan Modra <amodra@bigpond.net.au>
2408
2409 * ar.c (print_contents): Cast args of bfd_seek to the right types.
2410 Replace bfd_read call with call to bfd_bread.
2411 (extract_file): Likewise.
2412
2413 * objdump.c (dump_section_header): Cast section->filepos to
2414 unsigned long to suit printf format string.
2415 * readelf.c (process_section_headers): Similarly for sh_offset.
2416 (process_unwind): Likewise.
2417
d132876a
NC
24182001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
2419
2420 * strings.c (encoding, encoding_bytes): New variables.
2421 (long_options): Add --encoding.
2422 (main): Accept -e and --encoding.
2423 (get_char): New function. Read a, possibly wide, character from
2424 the input stream.
2425 (print_strings): Use get_char().
2426 (usage): Document new command line option.
2427 * doc/binutils.texi: Document new command line option.
2428 * NEWS: Announce new command line option.
2429
7559e86e 24302001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
2431
2432 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2433 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2434 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2435 Removed EM_CYGNUS_ARC.
2436
7559e86e 24372001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
2438
2439 * readelf.c: Include elf/h8 for H8 series definitions.
2440 (guess_is_rela): H8 series if RELA.
2441 (dump_relocations): Handle H8 series relocations.
2442
0823fbca
EC
24432001-08-31 Eric Christopher <echristo@redhat.com>
2444
2445 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2446
8db76d70
PT
24472001-08-29 Peter Targett <peter.targett@arccores.com>
2448
2449 * MAINTAINERS: Include ARC Maintainer.
2450
d81d6584
BE
24512001-08-29 Ben Elliston <bje@redhat.com>
2452
2453 * stabs.c (stab_demangle_template): Initialise s4.
2454
25a1ff5b
AM
24552001-08-27 Alan Modra <amodra@bigpond.net.au>
2456
2457 * readelf.c (dump_relocations): Recognise EM_PPC64.
2458
a5d22d2a
TS
24592001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2460
2461 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2462
62a5a82d
L
24632001-08-25 H.J. Lu <hjl@gnu.org>
2464
2465 * nm.c (print_width): New.
2466 (display_rel_file): Set `print_width' according to
2467 bfd_sprintf_vma.
2468 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2469
1ae8b3d2
AO
24702001-08-24 Alexandre Oliva <aoliva@redhat.com>
2471
2472 * objcopy.c (use_alt_mach_code): New variable.
2473 (OPTION_ALT_MACH_CODE): Define.
2474 (copy_options): Added --alt-machine-code.
2475 (copy_main): Handle it.
2476 (copy_object): Switch to alternate machine code if requested.
2477 * doc/binutils.texi: Document new option.
2478 * NEWS: Likewise.
2479
d1bdd336
TS
24802001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2481
2482 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2483
410f7a12
L
24842001-08-21 H.J. Lu <hjl@gnu.org>
2485
2486 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2487 (display_debug_info): Cast for 64bit hosts.
2488 (display_debug_frames): Likewise.
2489 (process_mips_specific): Likewise.
2490
c32144ff
AJ
24912001-08-21 Andreas Jaeger <aj@suse.de>
2492
2493 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2494
2495 * sysdump.c: Add missing prototypes.
2496 * srconv.c: Likewise.
2497 * unwind-ia64.c: Likewise.
2498 * coffdump.c: Likewise.
2499
2500 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2501
2502 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2503 of declaring xcalloc.
2504
d8180c76
L
25052001-08-10 H.J. Lu <hjl@gnu.org>
2506
2507 * nm.c (print_value): Add one arg, bfd *.
2508 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2509 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2510 (print_symbol_info_sysv): Likewise.
2511 (print_symbol_info_posix): Likewise.
2512
2513 * objdump.c (dump_section_header): Replace printf_vma with
2514 bfd_printf_vma.
2515 (print_section_stabs): Likewise.
2516 (dump_bfd_header): Likewise.
2517 (objdump_print_value): Replace sprintf_vma with
2518 bfd_sprintf_vma.
2519 (disassemble_bytes): Likewise.
2520 (dump_reloc_set): Likewise.
2521
0218d1e4
AJ
25222001-08-10 Andreas Jaeger <aj@suse.de>
2523
2524 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2525 to build warnings.
2526 * configure: Regenerate.
2527
2863d58a
AM
25282001-08-09 Alan Modra <amodra@bigpond.net.au>
2529
2530 * readelf.c: Add missing prototypes.
2531 * objdump.c: Likewise. Format existing prototypes.
2532
c0e047e0
AO
25332001-08-08 Alexandre Oliva <aoliva@redhat.com>
2534
2535 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2536 of any RELA relocation for the abbrev_offset memory location that
2537 refers to the .debug_abbrev section symbol.
2538
ff78d6d6
L
25392001-08-07 H.J. Lu <hjl@gnu.org>
2540
2541 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2542 (main): Return process_file ().
2543
c36774d6
PB
25442001-08-05 Philip Blundell <philb@gnu.org>
2545
2546 * doc/binutils.texi: Use "Thumb" not "THUMB".
2547
8f9d9bd9
JH
25482001-08-03 John Healy <jhealy@redhat.com>
2549
bb279dc0
ZW
2550 Patch suggested by Frank Eigler <fche@redhat.com>.
2551 * objdump.c (disassemble_data): Fill in section member of the
2552 disasm_info structure.
8f9d9bd9 2553
c918cb96
DD
25542001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2555
2556 * configure.in: Added --with-windres option.
2557 * configure: Regenerated.
2558
c7c55b78
NC
25592001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2560
2561 * doc/binutils.texi: Use @command{name} for commands;
2562 use @option{-opt} for options; use @table @env for list of options;
2563 remove spaces arround [ | ] in synopsis.
2564
2565 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2566 center title.
2567
594ef5db
NC
25682001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2569
bb279dc0
ZW
2570 * objcopy.c: Fix formatting.
2571 (section_rename): New structure.
2572 (OPTION_RENAME_SECTION): New switch.
2573 (copy_usage): Document new switch.
2574 (add_section_rename): New function: Add a node to the section
2575 rename list.
2576 (find_section_rename): New function: Find the new name and
2577 flags for a section.
2578 (setup_section): Call find_section_name to determine the name
2579 of the output section.
2580 (copy_main): Handle OPTION_RENAME_SECTION.
2581 * binutils.texi: Document new switch.
594ef5db
NC
2582 * NEWS: Mention new switch.
2583
1f554c69
NC
25842001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2585
2586 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2587 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2588 bug-binutils@gcc.org.
2589
2f83960e
AM
25902001-07-28 Matthias Kramm <kramm@quiss.org>
2591
2592 * bucomm.c (list_supported_architectures): New function.
2593 * bucomm.h (list_supported_architectures): Declare.
2594 * objdump.c (usage): Call the above.
2595
20fe0649
DB
25962001-07-25 Dave Brolley <brolley@redhat.com>
2597
2598 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2599 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2600
1b577b00
NC
26012001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2602
2603 * README: Update for 2.11. Change bug reporting email address.
2604 * MAINTAINERS: Tidy up. Change bug reporting email address.
2605
95fd336c
DD
26062001-07-16 DJ Delorie <dj@redhat.com>
2607
5f16d855
DD
2608 * resres.c (write_res_header): Align header size.
2609 (res_align_file): Calculate alignment correctly.
2610
95fd336c
DD
2611 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2612 correct 10).
2613 * resrc.c (write_rc_resource): Likewise.
2614 * windres.h (SUBLANG_SHIFT): Define - as 10.
2615
ed8fee27
NC
26162001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2617
2618 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2619
90ab7e9a
NC
26202001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2621
2622 * MAINTAINERS: Add notes about branch checkins.
2623
e0c60db2
NC
26242001-07-05 Daniel Berlin <dan@cgsoftware.com>
2625
2626 * readelf.c (display_debug_macinfo): New function, display
2627 .debug_macinfo section.
2628 (do_debug_macinfo): New variable.
2629 (parse_args): Handle "-w[mM]" to mean display macro info.
2630 (process_section_headers): Handle debug_macinfo.
2631 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2632 function for .debug_macinfo display.
e0c60db2
NC
2633 * doc/binutils.texi: Document new command line switch.
2634 * NEWS: Document new feature of readelf.
0218d1e4 2635
24e01a36
L
26362001-07-05 H.J. Lu <hjl@gnu.org>
2637
2638 * objcopy.c (filter_symbols): Don't turn undefined symbols
2639 into local.
2640
4258bf4d
L
26412001-07-03 H.J. Lu <hjl@gnu.org>
2642
2643 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2644 $@.pod.
2645 (ar.1): Likewise.
2646 (dlltool.1): Likewise.
2647 (nlmconv.1): Likewise.
2648 (nm.1): Likewise.
2649 (objcopy.1): Likewise.
2650 (objdump.1): Likewise.
2651 (ranlib.1): Likewise.
2652 (readelf.1): Likewise.
2653 (size.1): Likewise.
2654 (strings.1): Likewise.
2655 (strip.1): Likewise.
2656 (windres.1): Likewise.
2657 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2658 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2659 $(DEMANGLER_NAME).
2660 (as.1): Removed.
2661 * doc/Makefile.in: Regenerated.
2662
7014bc31
NC
26632001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2664
2665 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2666
b811889f
NC
26672001-07-01 Daniel Berlin <dan@cgsoftware.com>
2668
2669 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2670
12ab83a9
NC
26712001-06-29 James Cownie <jcownie@etnus.com>
2672
2673 * readelf.c: Support DWARF 2.1 attributes.
2674
a6e9f9df
AM
26752001-06-28 Alan Modra <amodra@bigpond.net.au>
2676
2677 * readelf.c (GET_DATA_ALLOC): Remove.
2678 (GET_DATA): Remove.
2679 (get_data): New function combining above macros, with an extra
2680 test for zero size.
2681 (slurp_rela_relocs): Use get_data, and catch error return.
2682 (slurp_rel_relocs): Likewise.
2683 (get_32bit_program_headers): Likewise.
2684 (get_64bit_program_headers): Likewise.
2685 (get_32bit_section_headers): Likewise.
2686 (get_64bit_section_headers): Likewise.
2687 (get_32bit_elf_symbols): Likewise.
2688 (get_64bit_elf_symbols): Likewise.
2689 (process_section_headers): Likewise.
2690 (process_relocs): Likewise.
2691 (slurp_ia64_unwind_table): Likewise.
2692 (process_unwind): Likewise.
2693 (get_32bit_dynamic_segment): Likewise.
2694 (get_64bit_dynamic_segment): Likewise.
2695 (process_dynamic_segment): Likewise.
2696 (process_version_sections): Likewise.
2697 (process_symbol_table): Likewise.
2698 (dump_section): Likewise.
2699 (display_debug_info): Likewise.
2700 (display_debug_section): Likewise.
2701 (process_section_contents): Likewise.
2702 (process_corefile_note_segment): Likewise.
2703 (process_mips_specific): Likewise. Also free econf32, econf64.
2704
af3fc3bc
AM
27052001-06-25 Alan Modra <amodra@bigpond.net.au>
2706
2707 * readelf.c (dump_relocations): Print "bad symbol index" if
2708 symtab == NULL with non-zero symtab_index.
2709 (process_relocs): Don't bomb if reloc section has no symsec.
2710
6d900bf6
L
27112001-06-24 H.J. Lu <hjl@gnu.org>
2712
2713 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2714 by accident.
2715 (copy_main): Apply the the change made to strip_main on
2716 2001-05-30 by accident.
2717
49b4e386
AJ
27182001-06-23 Andreas Jaeger <aj@suse.de>
2719
2720 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2721 parameter 'code'.
2722 (unw_decode_x2): Likewise.
2723 (unw_decode_x3): Likewise.
2724 (unw_decode_x4): Likewise.
2725
d8dc71e3
BE
27262001-06-23 Ben Elliston <bje@redhat.com>
2727
2728 * MAINTAINERS: Add myself as M88k maintainer.
2729
af3bdff7
NC
27302001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2731
2732 * objcopy.c (strip_main): Support -o or --output-file command lien
2733 switch.
2734
105e7211
L
27352001-06-19 H.J. Lu <hjl@gnu.org>
2736
2737 * doc/Makefile.in: Regenerated.
2738
c45021f2
NC
27392001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2740
2741 * readelf.c: Restore formatting.
2742
27432001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2744
bb279dc0
ZW
2745 * Makefile.am: Move documentation into doc subdirectory.
2746 * Makefile.in: Regenerated.
c45021f2 2747 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2748 * addr2line.1: Removed.
2749 * ar.1: Likewise.
2750 * dlltool.1: Likewise.
2751 * nlmconv.1: Likewise.
2752 * nm.1: Likewise.
2753 * objcopy.1: Likewise.
2754 * objdump.1: Likewise.
2755 * ranlib.1: Likewise.
2756 * readelf.1: Likewise.
2757 * size.1: Likewise.
2758 * strings.1: Likewise.
2759 * strip.1: Likewise.
2760 * windres.1: Likewise.
2761 * cxxfilt.man: Likewise.
c45021f2
NC
2762 * doc: New Directory.
2763 * doc/Makefile.am: New file.
2764 * doc/Makefile.in: Generate.
2765
09ad7db3
AM
27662001-06-09 Alan Modra <amodra@bigpond.net.au>
2767
2768 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2769
936260fe
AM
27702001-06-01 Alan Modra <amodra@bigpond.net.au>
2771
2772 * MAINTAINERS: Update my email address.
2773
16b2b71c
NC
27742001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2775
2776 * objcopy.c: Add new switches: --keep-global-symbol,
2777 --keep-symbols, --localize-symbols, --keep-global-symbols and
2778 --weaken-symbols.
2779 * binutils.texi: Document new switches.
2780 * objcopy.1: Regenerate.
2781 * NEWS: Announce new feature.
2782
7036c0e1
AJ
27832001-05-28 Andreas Jaeger <aj@suse.de>
2784
2785 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2786 variables, fix format strings.
2787
76a406e5
NC
27882001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2789
2790 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2791 when computing the address of the line to show.
2792
31b6fca6
RH
27932001-05-16 Richard Henderson <rth@redhat.com>
2794
2795 * readelf.c (do_debug_frames_interp): New.
2796 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2797 (byte_get_big_endian): Likewise.
2798 (parse_args) ['F']: Set do_debug_frames_interp.
2799 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2800 (frame_display_row): Don't trunc pc_begin to int.
2801 (size_of_encoded_value): New.
2802 (display_debug_frames): Handle 64-bit targets. Print raw data
2803 unless do_debug_frames_interp.
2804 (debug_displays): Remove duplicate .debug_frame.
2805
4fe85591
NC
28062001-05-15 Ralf Baechle <ralf@gnu.org>
2807
2808 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2809 The former constant was never in active use and is used otherwise
2810 by the ABI.
2811
579f31ac
JJ
28122001-05-11 Jakub Jelinek <jakub@redhat.com>
2813
2814 * readelf.c (process_unwind): Print all unwind sections, not just
2815 one.
2816
78f4a3f7
AM
28172001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2818
2819 * readelf.c (process_unwind): Remove const specifier.
2820
1c529ca6
NC
28212001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2822
2823 * strings.c (isgraphic): Do not use isascii() unless it is needed
2824 for isprint() to work.
2825 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2826
87e6d782
NC
28272001-04-27 Johan Rydberg <jrydberg@opencores.org>
2828
bb279dc0 2829 * NEWS: Announce support for OpenRISC.
87e6d782 2830
4bd3d870 28312001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2832
2833 * dlltool.c (do_default_excludes): Initialise to true.
2834
21211521
AM
28352001-04-10 Alan Modra <amodra@one.net.au>
2836
2837 * MAINTAINERS: Update my email address
2838 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2839
0c66b61e 28402001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2841
2842 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2843
e58d53af
L
28442001-03-30 H.J. Lu <hjl@gnu.org>
2845
2846 * readelf.c (process_unwind): Just return if do_unwind is 0.
2847
bee72332
DD
28482001-03-28 Roger Sayle <roger@metaphorics.com>
2849
2850 * dlltool.c (make_one_lib_file): Fix section flags for
2851 .text, .data and .bss in stub ds*.o files to match those
2852 generated by gas.
2853
f1467e33
L
28542001-03-29 H.J. Lu <hjl@gnu.org>
2855
2856 * readelf.c (process_unwind): Only do unwind sections for
2857 IA64.
2858
1c6fb4fe
L
28592001-03-28 H.J. Lu <hjl@gnu.org>
2860
2861 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2862 * Makefile.in: Regenerate.
2863
0879a67a
AJ
28642001-03-26 Andreas Jaeger <aj@suse.de>
2865
2866 * binutils.texi (nm): Fix texi syntax.
2867
0285c67d
NC
28682001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2869
2870 * binutils.texi: Put @c man begin and @c man end indications
2871 to generate man pages using texi2pod and pod2man. Put @c man title
2872 to identify each man. Add SEEALSO entries.
2873 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2874 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2875 sort the list.
2876 (*.1): Build the man pages from binutils.texi.
2877 * Makefile.in: Regenerate.
2878
04847a4d
CF
28792001-03-13 Eric Kohl <ekohl@rz-online.de>
2880
2881 * defparse.y (opt_equal_name): allow "." in name.
2882 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2883 (gen_exp_file): Likewise.
2884
43a0748c
NC
28852001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2886
2887 * NEWS: Document addition of -B switch to objcopy.
2888 * binutils.texi: Document addition of -B switch to objcopy.
2889 * objcopy.c: (copy_options): Add --binary-architecture.
2890 (copy_usage): Document -B/--binary-architecture.
2891 (copy_main): Support -B/--binary-architecture. Set
2892 bfd_external_binary_architecture.
0879a67a 2893
b7498e0e
NC
28942001-03-11 Andreas Jaeger <aj@suse.de>
2895
2896 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2897 (dump_relocations): Likewise.
2898 (get_machine_name): Likewise.
2899
a59e3bd7
NC
29002001-02-28 Nick Clifton <nickc@redhat.com>
2901
2902 * readelf.c: (struct unw_aux_info): Remove const modifier for
2903 'strtab' field.
2904 (process_unwind): Remove non-K&R compliant LHS type cast in call
2905 to GET_DATA_ALLOC macro.
2906
a5bcd848
PB
29072001-02-28 Philip Blundell <pb@futuretv.com>
2908
2909 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2910 ABI is in use; remove ambiguity between the "unknown" EABI and
2911 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2912 renamed EF_xx constants.
2913
27b7e12d
AM
29142001-02-27 Alan Modra <alan@linuxcare.com.au>
2915
2916 * configure.in (BFD_VERSION): New.
2917 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2918 * configure: Regenerate.
2919 * Makefile.am: Run "make dep-am"
2920 * Makefile.in: Regenerate.
2921
a9f10786
NC
29222001-02-14 Nick Clifton <nickc@redhat.com>
2923
2924 * MAINTAINERS: Add "Obvious Fix" rule.
2925
3c44da9a
MS
29262001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2927
2928 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2929 literal concatenation.
2930
ecd03389
MS
29312001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2932
2933 * readelf.c (struct unw_aux_info): Remove const from the info member.
2934 (process_unwind): Don't type-cast the third argument to the
2935 GET_DATA_ALLOC macro.
2936
88ec60c7
NC
29372001-02-11 Nick Clifton <nickc@redhat.com>
2938
2939 * readelf.c (dump_relocations): Free corrected allocated
2940 array.
2941 (process_unwind): Fix compile time warning.
2942
f5e21966
NC
29432001-02-10 Nick Clifton <nickc@redhat.com>
2944
2945 * binutils.texi: Document new --unwind option to readelf.
2946
a85d7ed0
NC
29472001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2948
2949 * readelf.c: Add linux target for S/390.
2950
7bb10502
AM
29512001-02-10 Alan Modra <alan@linuxcare.com.au>
2952
2953 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2954 printf is a macro.
2955
8ca8f343
HPN
29562001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2957
2958 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2959 * aclocal.m4: Regenerate.
2960 * configure: Regenerate.
2961
7340082d
NC
29622001-02-07 Todd Vierling <tv@wasabisystems.com>
2963
2964 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2965 * objdump.c (bfd_target_vector): Likewise.
2966
4d6ed7c8
NC
29672001-02-07 David Mosberger <davidm@hpl.hp.com>
2968
2969 * readelf.c (process_unwind): New function.
2970 (slurp_ia64_unwind_table): Ditto.
2971 (dump_ia64_unwind): Ditto.
2972 (find_symbol_for_address): Ditto.
2973 (slurp_rela_relocs): New function (split off from dump_relocations()).
2974 (slurp_rel_relocs): Ditto.
2975 (parse_args): Handle '-u' option.
2976
2977 * unwind-ia64.c: New file.
2978 * unwind-ia64.h: New file.
2979 * Makefile.am: Include unwind-ia64.c in readelf build.
2980 * Makefile.in: Regenerate.
7340082d 2981 * po/binutils.pot: Regenerate.
4d6ed7c8 2982
c7217458
PB
29832001-02-04 Philip Blundell <philb@gnu.org>
2984
2985 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2986 * configure: Regenerate.
2987
956eedd4
AM
29882001-01-31 Steve deRosier <sderosier@vari-lite.com>
2989
2990 * ieee.c (ieee_add_bb11): Don't check for backslashes
2991 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2992
8855cbca
AM
29932001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2994
c7f2731e
AM
2995 * ieee.c: Update copyright.
2996 (ieee_start_compilation_unit): Don't check for backslashes
2997 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2998
8855cbca
AM
2999 * stabs.c: Update copyright. Include "filenames.h".
3000 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
3001
329de803 30022001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
3003
3004 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
3005 sections are present before using them. Remove code duplication.
3006 (process_symbol_table): Check if VERDEF or VERNEED sections are
3007 present before using them.
3008
23719f39
NC
30092001-01-17 Nick Clifton <nickc@redhat.com>
3010
3011 * objcopy.c (copy_object): Fail if attempting to convert the
3012 endianness of the input object file.
3013
3014 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 3015
f726e849
NC
30162001-01-16 Nick Clifton <nickc@redhat.com>
3017
3018 * readelf.c (string_table_length): New variable.
3019 (SECTION_NAME): Catch out of range indices and missing section
3020 pointers.
3021 (process_section_headers): Delete useless local variable
3022 string_table_offset. Set the value of string_table_length
3023 after loading the string table.
3024 (process_mips_specific): Use SECTION_NAME macro.
3025 (process_file): Set string_table_length to 0 when it is freed.
3026
d0398d6a
NC
30272001-01-12 Nick Clifton <nickc@redhat.com>
3028
3029 * version.c (print_version): Update copyright date.
3030
0d2bcfaf
NC
30312001-01-11 Peter Targett <peter.targett@arccores.com>
3032
3033 * readelf.c (dump_relocations): Include selection with EM_ARC.
3034 (get_machine_name) Update name to "ARC".
3035
8b1e6df3
NC
30362001-01-09 Nick Clifton <nickc@redhat.com>
3037
3038 * Makefile.am: Add rule to build objdump.o from objdump.c and
3039 using OBJDUMP_DEFS.
3040 * Makefile.in: Regenerate.
3041
3042 * configure.in: Define OBJDUMP_DEFS. Default to empty.
3043 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
3044 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 3045 * configure: Regenerate.
8b1e6df3
NC
3046
3047 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
3048 is defined read in the relocs even if dump_reloc_info is
3049 false.
3050
2f952d20
PB
30512001-01-07 Philip Blundell <philb@gnu.org>
3052
3053 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
3054 `bug-binutils'.
3055 * README: Likewise.
3056
a8c548cb
NC
30572000-12-19 Nick Clifton <nickc@redhat.com>
3058
3059 * dlltool.c: Add missing support for arm-epoc-pe.
3060 * configure.in: Add missing support for arm-epoc-pe.
3061 * configure: Regenerate.
3062
cc5fda35
NC
30632000-12-15 Nick Clifton <nickc@redhat.com>
3064
3065 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
3066 Mode parts of the x86 port.
3067
bcedfee6
NC
30682000-12-04 Andreas Jaeger <aj@suse.de>
3069
3070 * readelf.c (guess_is_rela): Add EM_X86_64.
3071 (dump_relocations): Add EM_X86_64.
3072 (get_machine_name): Add EM_X86_64.
3073 Include "elf/x86-64.h".
3074
584da044
NC
30752000-12-12 Nick Clifton <nickc@redhat.com>
3076
3077 * readelf.c: Fix formatting.
3078
7559e86e 30792000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
3080
3081 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
3082
a98cc2b2
AH
30832000-12-07 Andrew Haley <aph@redhat.com>
3084
3085 * readelf.c (display_debug_frames): Only display columns that are
3086 referenced by the frame debug info.
3087
c7987a69
NC
30882000-12-05 Nick Clifton <nickc@redhat.com>
3089
3090 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
3091
09fd7e38
JM
30922000-12-04 Jason Merrill <jason@redhat.com>
3093
3094 * readelf.c (process_section_headers): Handle linkonce.wi sections.
3095 (display_debug_section): Likewise.
3096 (display_debug_info): Display CU header before bailing.
3097
e7af610e
NC
30982000-12-01 Chris Demetriou <cgd@sibyte.com>
3099
09fd7e38
JM
3100 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
3101 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
3102 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 3103
09fd7e38
JM
3104 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
3105 and E_MIPS_ARCH_64.
84ea6cf2 3106
09fd7e38
JM
3107 * readelf.c (get_machine_flags): Add case for
3108 E_MIPS_MACH_SB1.
c6c98b38 3109
75066968
DD
31102000-11-30 Richard Earnshaw <rearnsha@arm.com>
3111
3112 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
3113
5c4666ea
HPN
31142000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3115