00ffe8ba1727954cc2fa7e6125c8ea1a00bf5b05
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2005-05-12 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (display_debug_lines): If pointer_size has not been
4 found then assume that it is 4 in order to prevent a seg fault
5 when process_extend_line_op attempts to read the line data.
6
7 2005-05-11 Alan Modra <amodra@bigpond.net.au>
8
9 * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
10 (get_dynamic_type): Call the above.
11
12 2005-05-07 Nick Clifton <nickc@redhat.com>
13
14 * Update the address and phone number of the FSF organization in
15 the GPL notices in the following files:
16 aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
17 arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
18 budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
19 cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
20 dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
21 ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
22 objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
23 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
24 size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
25 syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
26 windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
27
28 2005-05-06 Jan Beulich <jbeulich@novell.com>
29
30 * objcopy.c (copy_file): Don't delete output upon error here.
31 (copy_main): Delete output upon error.
32
33 2005-05-02 Ben Elliston <bje@au.ibm.com>
34
35 * dlltool.c (dtab): Remove empty function.
36 (process_duplicates): Remove calls to dtab().
37
38 2005-05-01 Maciej W. Rozycki <macro@linux-mips.org>
39
40 * doc/binutils.texi (strip, objcopy): Clarify the description of
41 the "--strip-debug" option. Fix a typo.
42
43 2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
44
45 * bucomm.c: Undo the last change.
46 * bucomm.h: Likewise.
47
48 2005-04-29 Ben Elliston <bje@au.ibm.com>
49
50 * syslex.l (word, number, unit): Remove unused variables.
51 * nlmheader.y (keyword_tokens): Make static.
52 * coffdump.c (dump_coff_symbol, coff_dump): Make static.
53 * coffgrok.c (lofile, last_function_symbol, last_function_type,
54 last_struct, last_enum, cur_sfile): Make variables static.
55 * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
56 sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
57 * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
58 names, pnames): Likewise.
59
60 2005-04-29 Ben Elliston <bje@au.ibm.com>
61
62 * ar.c (mri_mode): Make static.
63 * arsup.c (obfd, real_name, outfile): Likewise.
64 * binemul.c (ar_emul_create): Remove unused function.
65 (ar_emul_default_create): Likewise.
66 * binemul.h (ar_emul_create): Remove declaration.
67 (ar_emul_default_create): Likewise.
68 (struct bin_emulation_xfer_struct): Remove ar_create member.
69 * bucomm.c (report): Make static.
70 * bucomm.h (report): Remove declaration.
71 * cxxfilt.c (mbuffer): Make static.
72 (main): Use unsigned ints for some loop control variables.
73 * readelf.c: Make many global variables static.
74 * size.c (berkeley_format): Make static.
75 (long_options): Likewise.
76 * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
77 structure initialiser.
78 (bin_aix5_emulation): Likewise.
79 * emul_vanilla.c (bin_vanilla_emulation): Likewise.
80
81 2005-04-27 Ben Elliston <bje@au.ibm.com>
82
83 * syslex.l: Adjust top-of-file comment: this file is part of GNU
84 binutils, not GNU ld.
85
86 2005-04-25 Nick Clifton <nickc@redhat.com>
87
88 PR872
89 * objcopy.c (copy_archive): Initialise 'obfd' field of new
90 name_list structure.
91
92 * objcopy.c (copy_usage): Fix description of -K switch.
93
94 * doc/binutils.texi (strip, objcopy): Fix description of -K
95 switch.
96
97 2005-04-20 Daniel Jacobowitz <dan@codesourcery.com>
98
99 * readelf.c (display_debug_frames): Use data factor for
100 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
101
102 2005-04-19 H.J. Lu <hongjiu.lu@intel.com>
103
104 * objdump.c (dump_section_header): Skip linker created section.
105
106 2005-04-17 H.J. Lu <hongjiu.lu@intel.com>
107
108 * objdump.c (dump_section_header): Support SEC_GROUP.
109
110 2005-04-16 Nick Clifton <nickc@redhat.com>
111
112 * readelf.c (debug_apply_rela_addends): Remove redundant %s from
113 printf string.
114
115 2005-04-15 Nick Clifton <nickc@redhat.com>
116
117 * objcopy.c (copy_file): Issue an error message when attmepting to
118 copy an empty input file.
119
120 2005-04-14 Alan Modra <amodra@bigpond.net.au>
121
122 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
123 * configure.in: Include ../bfd/warning.m4 contents.
124 * Makefile.in: Regenerate.
125 * configure: Regenerate.
126 * doc/Makefile.in: Regenerate.
127
128 2005-04-12 Alan Modra <amodra@bigpond.net.au>
129
130 * Makefile.am: Run "make dep-am".
131 (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
132 (sysroff.o, defparse.o, deflex.o): Likewise.
133 (nlmheader.o, rcparse.o, rclex.o): Likewise.
134 * Makefile.in: Regenerate.
135 * aclocal.m4: Regenerate.
136 * config.in: Regenerate.
137 * configure: Regenerate.
138
139 2005-04-11 Jan Beulich <jbeulich@novell.com>
140
141 * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
142
143 2005-04-06 Nick Clifton <nickc@redhat.com>
144 H.J. Lu <hongjiu.lu@intel.com>
145
146 * po/rw.po: New translation: Kinyarwanda.
147 * configure.in (ALL_LINGUAS): Add rw.
148 * configure: Regenerate.
149
150 2005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
151
152 * readelf.c (debug_apply_rela_addends): Reorder r_info as
153 necessary for 64-bit MIPS.
154
155 2005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
156
157 * doc/binutils.texi (readelf): Remove a duplicate paragraph.
158
159 2005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
160
161 PR binutils/813
162 * objdump.c (dump_symbols): Add a check to see if the section for
163 the symbol is chosen using process_section_p.
164
165 2005-04-01 H.J. Lu <hongjiu.lu@intel.com>
166
167 * NEWS: Mention new readelf options, "-N/--full-section-name"
168 and "-g/--section-groups".
169
170 * doc/binutils.texi: Document new readelf options,
171 "-N/--full-section-name" and "-g/--section-groups".
172
173 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
174
175 * readelf.c (do_full_section_name): New.
176 (options): Add "--full-section-name"/'N'.
177 (usage): Add -N/--full-section-name.
178 (parse_args): Handle 'N'.
179 (process_section_headers): Print out the full section name if
180 do_full_section_name isn't 0.
181
182 2005-03-31 Nick Clifton <nickc@redhat.com>
183
184 * configure.in: Add a check for <unistd.h> providing a prototype
185 for getopt() which is compatible with the one in
186 include/getopt.h. If so then define HAVE_DECL_GETOPT.
187 * configure: Regenerate.
188 * config.in (HAVE_DECL_GETOPT): Add.
189 * aclocal.m4: Regenerate.
190 * addr2line.c: Include "config.h" before "bfd.h" so that
191 HAVE_DECL_GETOPT is defined before getopt.h is included.
192
193 2005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
194
195 * doc/binutils.texi: Document new VAX disassembler-specific option
196 -M entry:0xfooba8.
197 * NEWS: Mention the new option.
198
199 2005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
200
201 * MAINTAINERS: Add myself as H8300 maintainer.
202
203 2005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
204
205 * objdump.c (disassemble_bytes): Remove cast.
206
207 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
208
209 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
210 binutils-2_16-branch.
211
212 2005-03-25 Mark Kettenis <kettenis@gnu.org>
213
214 * MAINTAINERS: Add myself as M88k maintainer.
215
216 2005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
217
218 * winduni.c (unicode_from_ascii): Don't declare variables
219 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
220 string len.
221
222 2005-03-24 Dmitry Diky <diwil@spec.ru>
223
224 * MAINTAINERS: Add myself as MSP430 maintainer.
225
226 2005-03-23 Nick Clifton <nickc@redhat.com>
227
228 * po/fr.po: Updated translation.
229
230 2005-03-22 Nick Clifton <nickc@redhat.com>
231
232 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
233 privileges list.
234
235 2005-03-17 Paul Brook <paul@codesourcery.com>
236 Dan Jacobowitz <dan@codesourcery.com>
237 Mark Mitchell <mark@codesourcery.com>
238
239 * binutils/readelf.c (get_arm_segment_type): New function.
240 (get_segment_type): Use it.
241
242 2005-03-18 Paul Brook <paul@codesourcery.com>
243
244 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
245
246 2005-03-17 Diego Novillo <dnovillo@redhat.com>
247
248 * MAINTAINERS: Remove self as maintainer of x86 intel
249 mode.
250
251 2005-03-16 Nick Clifton <nickc@redhat.com>
252 Ben Elliston <bje@au.ibm.com>
253
254 * configure.in (werror): New switch: Add -Werror to the
255 compiler command line. Enabled by default. Disable via
256 --disable-werror.
257 * configure: Regenerate.
258
259 2005-03-15 Daniel Marques <marques@cs.cornell.edu>
260 Nick Clifton <nickc@redhat.com>
261
262 * objcopy.c (globalize_specific_list): New linked list of symbols
263 to convert from local binding into global binding.
264 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
265 OPTION_GLOBALIZE_SYMBOLS.
266 (copy_options): Add "globalize-symbol" and "globalize-symbols".
267 (copy_usage): Document the new switches.
268 (filter_symbols): Convert defined local symbols mentioned on the
269 globalize_specific_list into global symbols.
270 (copy_object): Perform actions if the globalize_specific_list is
271 not empty.
272 (copy_main): Handle new switches.
273 * NEWS: Mention new feature.
274 * doc/binutils.texi: Document new switches.
275
276 2005-03-15 Alan Modra <amodra@bigpond.net.au>
277
278 * po/es.po: Commit new Spanish translation.
279
280 * po/fr.po: Commit new French translation.
281
282 2005-03-14 Alan Modra <amodra@bigpond.net.au>
283
284 * po/tr.po: Commit new Turkish translation.
285
286 2005-03-11 Nick Clifton <nickc@redhat.com>
287
288 * po/fr.po: Updated French translation.
289
290 2005-03-10 Nick Clifton <nickc@redhat.com>
291
292 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
293 * configure: Regenerate.
294 * po/ro.po: New file.
295
296 * po/ru.po: Updated file.
297
298 2005-03-05 Alan Modra <amodra@bigpond.net.au>
299
300 * po/binutils.pot: Regenerate.
301
302 2005-03-02 Jan Beulich <jbeulich@novell.com>
303
304 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
305 * objcopy.c (copy_file): Likewise.
306 (strip_main): Likewise.
307
308 2005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
309 Nick Clifton <nickc@redhat.com>
310
311 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
312 (struct objdump_disasm_info): Add 'reloc' field.
313 (disassemble_bytes): Fix check for when an insn has a reloc
314 associated with it. Improve comment explaining why the use of
315 octets is wrong. Set the 'reloc' field in objdump_disasm_info
316 structure.
317 (objdump_print_addr): Use new 'reloc' field to lookup the correct
318 address for the symbol associated with the current instruction's
319 relocation.
320 (disassemble_info): Initialise 'reloc' field.
321
322 2005-02-28 Jakub Jelinek <jakub@redhat.com>
323
324 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
325 get_segment_type, get_section_type_name, get_elf_class,
326 get_data_encoding, get_group_flags, dynamic_section_mips_val,
327 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
328 get_AT_name, process_mips_specific, process_gnu_liblist,
329 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
330 sprintf where needed.
331 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
332 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
333 using strcat.
334 (get_dynamic_flags): Renamed to...
335 (print_dynamic_flags): ... this. Print the flags to stdout instead
336 of returning them as string.
337 (process_dynamic_section): Adjust caller.
338
339 2005-02-25 H.J. Lu <hongjiu.lu@intel.com>
340
341 * readelf.c (display_debug_ranges): Print out offset for end of
342 list.
343
344 2005-02-23 Alan Modra <amodra@bigpond.net.au>
345
346 * dlltool.c: Warning fixes.
347 * objdump.c: Likewise.
348
349 2005-02-22 Alan Modra <amodra@bigpond.net.au>
350
351 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
352 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
353 dependencies. Run "make dep-am".
354 * nlmconv.c: Warning fixes.
355 * readelf.c: Likewise.
356 * srconv.c: Likewise.
357 * sysdump.c: Likewise.
358 * sysinfo.y: Likewise.
359 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
360 of strcpy.
361 * Makefile.in: Regenerate.
362
363 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
364
365 * objcopy.c (parse_flags): Replace SEC_SHARED with
366 SEC_COFF_SHARED.
367
368 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
369 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
370 SEC_COFF_SHARED for COFF only.
371
372 2005-02-21 Alan Modra <amodra@bigpond.net.au>
373
374 * Makefile.am: Run "make dep-am"
375 * Makefile.in: Regenerate.
376 * doc/Makefile.in: Regenerate.
377
378 2005-02-21 Alan Modra <amodra@bigpond.net.au>
379
380 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
381 (byte_get_little_endian): Don't handle size of -8.
382 (byte_get_signed, byte_get_big_endian): Likewise.
383 (print_dec_vma, print_hex_vma): New functions.
384 (print_vma): Use them. Return chars output.
385 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
386 (process_symbol_table): Handle alpha and s390 .hash.
387
388 2005-02-18 H.J. Lu <hongjiu.lu@intel.com>
389
390 * readelf.c (display_debug_loc): Print out offset for end of
391 list.
392
393 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
394
395 * Makefile.am (TOOL_PROGS): Add objdump.
396 * Makefile.in: Regenerate.
397
398 2005-02-17 Alan Modra <amodra@bigpond.net.au>
399
400 * deflex.l (YY_NO_UNPUT): Define.
401 * rclex.l (YY_NO_UNPUT): Define.
402 * rcparse.y (null_unichar): New static var.
403 (res_null_text): Use it rather than attempting to init from wchar_t.
404 * windres.c: Include assert.h and time.h before getopt.h.
405 Include config.h and unistd.h too.
406
407 2005-02-15 Nick Clifton <nickc@redhat.com>
408
409 * nlmconv.c: Provide a full prototype for the localtime() function
410 in order to avoid a compile time warning.
411
412 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
413
414 * readelf.c (group_count): Don't initialize it.
415 (process_section_groups): Reurn 1 if we won't do unwind nor
416 section groups. Set group_count to 0 before counting group
417 sections and return 1 if there are no group sections. Reread
418 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
419 section 0.
420 (process_object): Only set do_unwind to 0 if
421 process_section_groups return 0.
422
423 2005-02-10 Ian Lance Taylor <ian@airs.com>
424
425 * MAINTAINERS: Update my e-mail address.
426
427 2005-02-10 Mark Mitchell <mark@codesourcery.com>
428
429 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
430 maintainers.
431
432 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
433
434 * MAINTAINERS: Add self as maintainer of MAXQ.
435
436 2005-01-31 Richard Sandiford <rsandifo@redhat.com>
437
438 * readelf.c (eh_addr_size): New variable.
439 (find_section): Move earlier in file. Return empty sections too.
440 (process_program_headers): Use find_section to find .dynamic.
441 (process_section_headers): Initialize eh_addr_size.
442 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
443 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
444 (display_debug_frames): Use it instead of local addr_size variable.
445 (size_of_encoded_value): Get pointer size from eh_addr_size rather
446 than is_32bit_elf.
447
448 2005-01-31 Andrew Cagney <cagney@gnu.org>
449
450 * configure: Regenerate to track ../gettext.m4.
451
452 2005-01-31 Nick Clifton <nickc@redhat.com>
453
454 * version.c (print_version): Bump the copyright date to 2005.
455
456 2005-01-25 Alan Modra <amodra@bigpond.net.au>
457
458 * nm.c (display_rel_file): Read dynamic syms before calling
459 bfd_get_synthetic_symtab.
460
461 2005-01-21 Ben Elliston <bje@au.ibm.com>
462
463 * dlltool.c (dump_iat): Remove unused function.
464 (gen_exp_file): Remove #if 0'd code.
465 (make_one_lib_file): Likewise.
466 * srconv.c: Remove #if 0'd code throughout.
467 * size.c (lprint_number): Remove.
468 (print_berkeley_format): Remove #if 0'd code.
469 * ar.c (do_quick_append): Remove declaration and definiton.
470 (main): Remove #if 0'd code.
471 * filemode.c (filemodestring): Remove #if 0'd function.
472 * sysdump.c (unit_info_list): Remove function.
473 (object_body_list): Likewise.
474 (program_structure): Likewise.
475 (debug_list): Likewise.
476 (module): Remove #if 0'd code.
477
478 2005-01-20 Mark Mitchell <mark@codesourcery.com>
479
480 * BRANCHES: Add binutils-2_15-branch.
481
482 * MAINTAINERS: Document branch policy.
483 * BRANCHES: New file.
484
485 2005-01-19 Fred Fish <fnf@specifixinc.com>
486
487 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
488 * doc/binutils.texi (objdump): Document the "no-aliases"
489 disassembly option.
490
491 2005-01-17 Eugene Kotlyarov <ekot@narod.ru>
492
493 PR binutils/647
494 * rcparse.y (RCDATA): Allow a filename to be supplied as the
495 parameter. Parse it with define_rcdata_file().
496 * resrc.c (define_rcdata_file): New function.
497 * windres.h: Provide a prototype for the new function.
498
499 * resrc.c (define_user_file): Fix typo by replacing "font file"
500 with "file".
501
502 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
503
504 * MAINTAINERS: Update my email address.
505
506 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
507
508 * dlltool.c (set_dll_name_from_def): New function. Strip name
509 to basename, with warning.
510 (def_name): Use it.
511 (def_library): Likwise.
512 (main): Strip arg of --dllname to basename, with warning.
513 Only use basename of exp_name when inferring dll_name.
514
515 2005-01-11 Nick Clifton <nickc@redhat.com>
516
517 PR binutils/637
518 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
519 footnote in order to prevent the sed script in the Makefile from
520 converting it into c++filt.
521
522 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
523
524 BZ 635
525 readelf.c (saved_base_address): Removed.
526 (decode_64bit_range): Likewise.
527 (decode_range): Likewise.
528 (display_64bit_debug_ranges): Likewise.
529 (debug_info): Add range_lists, num_range_lists and
530 max_range_lists.
531 (read_and_display_attr_value): Handle do_debug_ranges.
532 (process_debug_info): Likewise.
533 (display_debug_ranges): Rewrite.
534 (process_object): Free range_lists.
535
536 2005-01-10 Andreas Schwab <schwab@suse.de>
537
538 * configure.in: Don't define SKIP_ZEROES.
539 * configure: Regenerate.
540 * objdump.c (disassemble_data): Set skip_zeroes and
541 skip_zeroes_at_end in disasm_info to defaults.
542 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
543 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
544 always define.
545 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
546 objdump_disasm_info.
547
548 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
549
550 * readelf.c (display_debug_loc): Display base address
551 specifiers. Always output <End of list>.
552
553 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
554
555 * readelf.c (have_frame_base): New.
556 (need_base_address): Likewise.
557 (saved_base_address): Likewise.
558 (decode_location_expression): Return 1 if DW_AT_frame_base is
559 needed.
560 (debug_info): Add base_address and a have_frame_base pointer.
561 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
562 saved_base_address. Record base address. Set have_frame_base.
563 Record if a location list has DW_AT_frame_base. Display if a
564 location expression has no DW_AT_frame_base but needs one. Set
565 saved_base_address only if needed.
566 (process_debug_info): Clear have_frame_base, saved_base_address
567 and set need_base_address.
568 (display_debug_loc): Display if a location expression has no
569 DW_AT_frame_base but needs one. Display if start >= end. Don't
570 adjust for section address. Properly handle base address.
571 (process_object): Free the have_frame_base pointer in
572 debug_info.
573
574 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
575
576 * readelf.c (display_debug_loc): Display offsets for hole and
577 overlap.
578 (display_debug_str): Add a newline at the end.
579
580 2005-01-04 Armin Diehl <diehl@nordrhein.de>
581
582 PR binutils/630
583 * nlmconv.c (main): Only store the basename of the output filename
584 in the module table.
585
586 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
587
588 BZ 615
589 * readelf.c (process_debug_info): New.
590 (debug_info): Add num_loc_offsets, loc_offsets and
591 last_loc_offset_p.
592 (get_debug_info): Use process_debug_info.
593 (display_debug_loc): Properly handle location list. Warn if bad
594 location lists are encoutnered.
595 (read_and_process_attr_value): New.
596 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
597 (display_debug_info): Use process_debug_info.
598 (process_object): Also free loc_offsets in debug_information.
599
600 2004-12-31 Alan Modra <amodra@bigpond.net.au>
601
602 * objdump.c (remove_useless_symbols): Discard section symbols.
603
604 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
605
606 * readelf.c (read_leb128): Support 64bit host.
607
608 2004-12-23 Nick Clifton <nickc@redhat.com>
609
610 PR binutils/616
611 * readelf.c (debug_info): Add 'cu_offset' field.
612 (get+pointer_size_of_comp_unit): Rename to
613 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
614 the offset of the comp_unit if requested.
615 (get_debug_info): Record comp_unit offsets as well.
616 (display_debug_lines): Call get_pointer_size_of_comp_unit.
617 (decode_location_expression): Add an extra parameter - the offset
618 of the current comp-unit. Use this when decoding the DW_OP_call2
619 and DW_OP_call4 operators.
620 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
621 comp_unit offset on the decode_location_expression.
622 (read_and_display_attr_value): Pass the comp_unit offset on the
623 decode_location_expression.
624 (display_debug_frames): Pass 0 as the comp_unit offset to
625 decode_location_expression.
626
627 2004-12-22 Nick Clifton <nickc@redhat.com>
628
629 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
630 New variables associated with obtaining the pointer size for a
631 comp_unit.
632 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
633 of the section requesting the pointer size. Use this name in
634 error messages. If there are not enough comp_units available
635 produce a warning message, but return the last known pointer size
636 so that section dumping can continue.
637 (get_debug_info): Reset the new variables.
638 (display_debug_lines): Add extra parameter to invocation of
639 get_pointer_size_of_comp_unit and remove error message when it
640 returns 0.
641 (display_debug_loc): Likewise.
642
643 2004-12-15 Jan Beulich <jbeulich@novell.com>
644
645 * doc/binutils.texi: Document --strip-unneeded-symbol and
646 --strip-unneeded-symbols.
647 * objcopy.c (strip_unneeded_list): New.
648 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
649 and OPTION_STRIP_UNNEEDED_SYMBOLS.
650 (copy_options): Add --strip-unneeded-symbol and
651 --strip-unneeded-symbols.
652 (copy_usage): Likewise.
653 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
654 and the symbol is not needed.
655 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
656 OPTION_STRIP_UNNEEDED_SYMBOLS.
657
658 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
659
660 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
661
662 2004-12-08 Ben Elliston <bje@au.ibm.com>
663
664 * arlex.l: Fix formatting.
665
666 2004-12-08 Ben Elliston <bje@au.ibm.com>
667
668 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
669 config.texi whose value is the current month and year.
670 * doc/Makefile.in: Rebuild.
671 * doc/binutils.texi: Set the document subtitle to be the value of
672 the Texinfo UPDATED variable (obtained from config.texi).
673
674 2004-12-07 Ben Elliston <bje@au.ibm.com>
675
676 PR binutils/249
677 * doc/binutils.texi (def file format): New node.
678 (dlltool): Use the tool name as the @chapter name, like all the
679 other binutils. Use @file{.def} throughout for consistency.
680
681 2004-12-06 Ben Elliston <bje@au.ibm.com>
682
683 * dlltool.c: Comment fix.
684
685 2004-12-06 Ben Elliston <bje@au.ibm.com>
686
687 * doc/binutils.texi: Update copyright years.
688
689 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
690
691 * MAINTAINERS: Remove mention of config.if.
692
693 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
694
695 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
696 * Makefile.in: Regenerate.
697
698 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
699
700 PR binutils/536
701 * stabs.c (stab_demangle_template): Call stab_demangle_count
702 rather than stab_demangle_get_count to get the length of a pointer
703 target.
704
705 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
706
707 * defparse.y: Remove unnecessary commas from token list.
708
709 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
710
711 * doc/binutils.texi (nm): Update description of weak symbols.
712
713 2004-11-03 Nick Clifton <nickc@redhat.com>
714
715 * readelf.c (do_debug_ranges): New variable.
716 (usage): Document new switch: -wR or --debug-dump=Ranges.
717 (parse_args): Handle new switch. Replace switch statement for the
718 long options with a more compact table structure.
719 (process_section_headers): Allow the dumping of .debug_ranges
720 sections if so requested.
721 (debug_displays): Likewise.
722 (load_debug_range): New function: Grabs the contents of a
723 .debug_ranges section.
724 (free_debug_range): New function: Releases the grabbed
725 .debug_ranges section.
726 (decode_64bit_range): New function: Displays a 64-bit range in a
727 .debug_ranges section.
728 (decode_range): New function: Displays a 32-bit range in a
729 .debug_ranges section.
730 (read_and_display_attr_value): Record the value of DW_AT_low_pc
731 attributes. Use decode_ranges() to display a DW_AT_ranges
732 attribute.
733 (display_debug_info): Use load_debug_range() and
734 free_debug_range().
735 (display_64bit_debug_ranges): New function. Displays the contents
736 of a 64-bit format .debug_ranges section.
737 (display_debug_ranges): New function: Displays the contents of a
738 32-bit .debug_ranges section.
739
740 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
741 global scope.
742 (process_object): Initialise the dump_sects array from the
743 cmdline_dump_sects array before processing each object file.
744
745 (streq, strneq): New macros. Use them to replace occurrences of
746 strcmp() and strncmp().
747
748 (debug_information): New structure array to replace
749 debug_line_pointer_sizes array.
750 (num_debug_info_entries): New variable to replace
751 num_debug_line_pointers.
752 (get_pointer_size_of_comp_unit): New function: Returns the pointer
753 size of a given compilation unit.
754 (get_debug_info): New function to replace
755 get_debug_line_pointer_sizes.
756 (display_debug_lines): Use the new functions.
757 (display_debug_loc): Likewise.
758
759 (disassemble_section): Change return type to int.
760 (display_debug_lines): Move local variables to their
761 innermost scope.
762 (display_debug_section): Likewise. Also record the return value
763 of functions called and pass this back to the parent. Also only
764 warn about undumped sections when the user explicitly requested
765 their dumping.
766
767 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
768 types as well.
769
770 * NEWS: Mention the support for decoding .debug_ranges sections.
771 * doc/binutils.texi: Document the new command line switch to
772 readelf.
773
774 2004-11-03 Randolph Chung <tausq@debian.org>
775
776 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
777 unw_aux_info and unw_table_entry.
778 (find_symbol_for_address): Pass symtab and strtab info explicitly.
779 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
780 prefix.
781 (slurp_ia64_unwind_table): Likewise.
782 (ia64_process_unwind): Rename from old process_unwind.
783 (hppa_unw_aux_info): New.
784 (dump_hppa_unwind): New.
785 (slurp_hppa_unwind_table): New.
786 (hppa_process_unwind): New.
787 (process_unwind): Factor out common unwinding checks; dispatch to
788 unwind handler based on machine type.
789
790 2004-11-02 Nick Clifton <nickc@redhat.com>
791
792 * readelf.c (display_debug_lines): Fix typo in error message.
793
794 2004-10-26 Mark Mitchell <mark@codesourcery.com>
795
796 * readelf.c (get_note_type): Handle notes not in core files.
797 (process_note_sections): New function.
798 (process_corefile_contents): Rename to ...
799 (process_notes): ... this.
800 (process_object): Call process_notes, not
801 process_corefile_contents.
802 * doc/binutils.texi: Update readelf -n documentation.
803
804 2004-10-26 Jakub Jelinek <jakub@redhat.com>
805
806 * ar.c (extract_file): Set atime to mtime for ar xo.
807
808 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
809
810 * stabs.c (stab_demangle_v3_arglist): New static function, broken
811 out of stab_demangle_v3_argtypes.
812 (stab_demangle_v3_argtypes): Call it.
813 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
814 If we find an unrecognized component, print out its number.
815
816 2004-10-25 David Mosberger <davidm@hpl.hp.com>
817
818 * readelf.c (slurp_ia64_unwind_table): Support relocations against
819 non-section symbols by adding in the symbol value.
820
821 2004-10-25 Nick Clifton <nickc@redhat.com>
822
823 PR 465
824 * readelf.c (dynamic_strings_length): New global variable.
825 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
826 strings in the dynamic string table.
827 (process_section_headers): Initialise dynamic_strings_length.
828 (process_dynamic_section): Likewise.
829 (process_object): Reset dynamic_string_length when the buffer is freed.
830 (dynamic_sections_mips_val): Use the new macros.
831 (process_dynamic_section): Likewise.
832 (process_version_sections): Likewise.
833 (process_symbol_table): Likewise.
834 (process_syminfo): Likewise.
835 (process_mips_specific): Likewise.
836 (dump_relocations): Add a new parameter 'strtablen' and use this
837 to verify that string offset in a given reloc is valid. Print a
838 suitable error message otherwise.
839 (process_relocs): Pass the new argument to dump_relocations.
840
841 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
842
843 * dlltool.c: Include <assert.h>.
844 (PREFIX_ALIAS_BASE): Define.
845 (struct export): Add member import_name;
846 (def_exports): Set import_name.
847 (make_one_lib_file): Remove prefix alias code, use import_name
848 in .idata$6.
849 (gen_lib_file): Create and delete aliases.
850
851 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
852
853 * readelf.c (process_section_groups): Free symtab after use.
854
855 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
856 Nick Clifton <nickc@redhat.com>
857
858 * strings.c (usage): Place radix values for -t option into the
859 correct order.
860
861 * objcopy.c (add_redefine_syms_file): Change error messages to use
862 <filename>:<linenumber>: format for easier parsing by automatic
863 tools.
864
865 * srconv.c (show_usage): Fix spelling typo.
866
867 * windres.c (format_from_filename): Suggest the use of -J instead
868 of -I if the file type cannot be determined.
869
870 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
871
872 * strings.c: Include <sys/stat.h>.
873
874 2004-10-18 Alan Modra <amodra@bigpond.net.au>
875
876 * budemang.c (demangle): Fix thinko.
877
878 * budemang.c (demangle): Handle "@plt" suffix.
879
880 2004-10-14 Nick Clifton <nickc@redhat.com>
881
882 * nm.c (usage): Fix description of --special-syms switch.
883
884 2004-10-13 Jakub Jelinek <jakub@redhat.com>
885
886 * strings.c (statbuf): New typedef.
887 (file_stat): Define.
888 (strings_object_file): Avoid using get_file_size, instead do the
889 checks here, using file_stat.
890 * configure.in (HAVE_STAT64): New test.
891 * configure: Rebuilt.
892 * config.in: Rebuilt.
893
894 2004-10-12 Paul Brook <paul@codesourcery.com>
895
896 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
897
898 2004-10-11 Alan Modra <amodra@bigpond.net.au>
899
900 * objdump.c (dump_symbols): Fix thinko last change. Improve error
901 messages.
902
903 2004-10-08 Nick Clifton <nickc@redhat.com>
904
905 * nm.c: Add a new switch --special-syms which, if enabled, will
906 include the ARM Mapping symbols in nm's output.
907 (usage): Mention the switch.
908 (filter_symbols): Handle the switch.
909 * objdump.c: Add a similar switch.
910 (usage): Mention the switch.
911 (dump_symbols): Handle the switch.
912 * doc/binutils.texi: Document the new switches.
913 * NEWS: Mention the new switches.
914
915 2004-10-08 Daniel Jacobowitz <dan@debian.org>
916
917 * readelf.c (get_x86_64_section_type_name): New function.
918 (get_section_type_name): Use it.
919
920 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
921
922 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
923 patches.
924 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
925
926 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
927
928 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
929 types.
930
931 2004-10-01 Paul Brook <paul@codesourcery.com>
932
933 * readelf.c (get_arm_section_type_name): New function.
934 (get_section_type_name): Use it.
935
936 2004-09-28 Nick Clifton <nickc@redhat.com>
937
938 * nm.c: Reorder functions to eliminate most of the static function
939 prototypes.
940
941 2004-09-22 Alan Modra <amodra@bigpond.net.au>
942
943 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
944 segments.
945
946 2004-09-17 Alan Modra <amodra@bigpond.net.au>
947
948 * Makefile.am: Run "make dep-am".
949 * Makefile.in: Regenerate.
950 * config.in: Regenerate.
951 * configure: Regenerate.
952 * doc/Makefile.in: Regenerate.
953 * po/binutils.pot: Regenerate.
954
955 2004-09-12 Alan Modra <amodra@bigpond.net.au>
956
957 * readelf.c (decode_location_expression): Sign extend value for
958 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
959
960 2004-09-09 Nick Clifton <nickc@redhat.com>
961
962 PR 363
963 * ar.c (replace_members): Do not use get_file_size as
964 ar_emul_append correctly handles missing files.
965
966 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
967
968 * configure: Regenerated with autconfig 2.13.
969
970 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
971
972 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
973 documentation.
974
975 2004-09-06 Michael Wardle <mbw@endbracket.net>
976
977 * doc/binutils.texi (objdump): Document that the -x switch includes
978 the effect of the -p switch.
979
980 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
981
982 * dlltool.c (make_one_lib_file): Test if internal_name was
983 specified by user before using it.
984
985 2004-09-02 Carlo Wood <carlo@alinoe.com>
986
987 PR binutils/351
988 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
989 exp->internal_name if it is present.
990
991 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
992
993 * MAINTAINERS: Add self as co-maintainer of FR-V.
994 * readelf.c (get_machine_flags): Print FR-V cpu types.
995
996 2004-08-28 Alan Modra <amodra@bigpond.net.au>
997
998 * nm.c (show_synthetic): New var.
999 (long_options): Add "synthetic".
1000 (usage): Here too.
1001 (display_rel_file): Handle show_synthetic.
1002
1003 2004-08-28 Alan Modra <amodra@bigpond.net.au>
1004
1005 * objdump.c (dump_bfd): Pass both symbol tables to
1006 bfd_get_synthetic_symtab.
1007
1008 2004-08-17 Jakub Jelinek <jakub@redhat.com>
1009
1010 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1011 of dynsyms to bfd_get_synthetic_symtab.
1012
1013 2004-08-16 Alan Modra <amodra@bigpond.net.au>
1014
1015 * readelf.c (debug_apply_rela_addends): New function, extracted from..
1016 (display_debug_info): ..here.
1017 (display_debug_frames): Call debug_apply_rela_addends. Don't do
1018 DW_EH_PE_pcrel adjustment for ET_REL.
1019
1020 2004-08-06 Andreas Schwab <schwab@suse.de>
1021
1022 * readelf.c (dump_relocations): Fix typo when calculating
1023 sec_index.
1024
1025 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
1026
1027 * dllwrap.c (deduce_name): Fix typos introduced when program_name
1028 was renamed to prog_name.
1029
1030 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
1031
1032 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1033 EF_SH2A_NOFPU.
1034
1035 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
1036
1037 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
1038 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1039 EF_SH4A_NOFPU.
1040 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
1041 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1042
1043 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1044
1045 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1046 to access comdat.
1047 * objdump.c (dump_section_header): Likewise.
1048
1049 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
1050
1051 * nlmconv.c (main): Pass map_file argument to link_inputs.
1052 (link_inputs): Use map_file argument if it is defined.
1053
1054 2004-07-13 Nick Clifton <nickc@redhat.com>
1055
1056 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1057 conflicts with exported global defined in bucomm.h.
1058 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1059 shadowing the global defined in bucomm.h.
1060
1061 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1062
1063 * dlltool.c (ext_prefix_alias): New global variable.
1064 (make_one_lib_file): Add aliases with prefixes for external
1065 and import definitions.
1066 (usage): Document -p option.
1067 (long_options): Add --ext-prefix-alias option.
1068 (main): Handle -p.
1069 * doc/binutils.texi: Document new switch.
1070 * NEWS: Mention new switch.
1071
1072 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1073
1074 * binutils/dlltool.c (asm_prefix): Add parameter: name.
1075 No underscore for symbols beginning with ?.
1076 (ASM_PREFIX): Add parameter: NAME.
1077 (gen_exp_file): Use new parameter.
1078 (make_label): Likewise.
1079 (make_imp_label): Likewise.
1080 (make_one_lib_file): Likewise.
1081
1082 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1083
1084 * MAINTAINERS: Added myself to the list.
1085 * readelf.c: Include "elf/crx.h".
1086 (guess_is_rela): Handle EM_CRX.
1087 (get_machine_name): Likewise.
1088 (dump_relocations): Likewise.
1089
1090 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1091
1092 * doc/binutils.texi (nm): Clarify weak symbol description.
1093
1094 2004-06-24 Ben Elliston <bje@au.ibm.com>
1095
1096 * readelf.c (get_segment_type): Display "GNU_STACK", not just
1097 "STACK", when a PT_GNU_STACK segment is encountered.
1098
1099 2004-06-24 Alan Modra <amodra@bigpond.net.au>
1100
1101 * objcopy.c (copy_section): Don't set _cooked_size.
1102
1103 2004-06-22 Alan Modra <amodra@bigpond.net.au>
1104
1105 * readelf.c (Elf32_Word): Delete.
1106 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1107 (get_64bit_dynamic_section): Likewise.
1108
1109 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1110 (get_64bit_dynamic_section): Likewise.
1111
1112 * readelf.c (dynamic_nent): New variable.
1113 (get_32bit_dynamic_section): Set it.
1114 (get_64bit_dynamic_section): Here too.
1115 (process_dynamic_section): Use it instead of dynamic_size.
1116 (process_syminfo): Likewise.
1117
1118 * readelf.c (get_32bit_dynamic_section): Correct number of entries
1119 translated from external to internal form.
1120 (get_64bit_dynamic_section): Likewise.
1121
1122 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
1123
1124 * readelf.c (process_program_headers): When locating the dynamic
1125 section use the section table if it is present.
1126 (dynamic_segment): Renamed to dynamic_section.
1127 Replace references to dynamic segment with references to dynamic
1128 section, except where appropriate.
1129 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1130 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1131 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1132 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1133 Remove tag counting code as it is no longer needed.
1134 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1135 Remove tag counting code as it is no longer needed.
1136 (process_dynamic_segment): Rename to process_dynamic_section.
1137
1138 2004-06-15 Alan Modra <amodra@bigpond.net.au>
1139
1140 * objcopy.c (copy_section): Use bfd_get_section_size instead of
1141 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
1142 (compare_section_lma): Likewise.
1143 * addr2line.c (find_address_in_section): Likewise.
1144 * coffgrok.c (do_sections_p1): Likewise.
1145 * dlltool.c (scan_drectve_symbols): Likewise.
1146 * nlmconv.c (main): Likewise.
1147 (copy_sections): Likewise.
1148 (powerpc_mangle_relocs): Likewise.
1149 * objdump.c (disassemble_section): Likewise.
1150 * prdbg.c (find_address_in_section): Likewise.
1151 * size.c (berkeley_sum): Likewise.
1152 * srconv.c (wr_ob): Likewise.
1153 * strings.c (strings_a_section): Likewise.
1154
1155 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
1156
1157 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1158
1159 2004-05-17 David Heine <dlheine@tensilica.com>
1160
1161 * objcopy.c (setup_bfd_headers): New function.
1162 (copy_object): Call setup_bfd_headers.
1163
1164 2004-05-13 Paul Brook <paul@codesourcery.com>
1165
1166 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1167 entries.
1168
1169 2004-05-13 Nick Clifton <nickc@redhat.com>
1170
1171 * po/fr.po: Updated French translation.
1172
1173 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1174
1175 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1176
1177 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 * readelf.c (section_groups): New.
1180 (group_count): New.
1181 (section_headers_groups): New.
1182 (process_section_groups): Populate group_count, section_groups
1183 and section_headers_groups.
1184 (process_unwind): Support section group.
1185 (process_object): Always call process_section_groups. Free
1186 section_groups and section_headers_groups.
1187
1188 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1189
1190 * readelf.c (process_section_headers): Use %3lu on sh_info.
1191
1192 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1193
1194 * ranlib.sh: Quote $1 argument in case it contains spaces.
1195
1196 2004-04-27 John Paul Wallington <jpw@gnu.org>
1197
1198 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1199
1200 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1201
1202 * readelf.c (do_section_groups): New.
1203 (options): Add --section-groups/-g.
1204 (usage): Mention --section-groups/-g.
1205 (parse_args): Support --section-groups/-g.
1206 (get_group_flags): New.
1207 (process_section_groups): New.
1208 (process_object): Call process_section_groups.
1209
1210 2004-04-24 Alan Modra <amodra@bigpond.net.au>
1211
1212 * objdump.c (disassemble_section): Don't disassemble sections
1213 without SEC_HAS_CONTENTS.
1214
1215 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1216
1217 * objdump.c (synthsyms, synthcount): New variables.
1218 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1219 Add synthetized symbols.
1220 (dump_bfd): For disassemble, initialize dynsyms always and
1221 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1222 before returning.
1223
1224 2004-04-14 Alan Modra <amodra@bigpond.net.au>
1225
1226 * strings.c (print_strings): Cast file_off to unsigned long in
1227 printf arg list.
1228
1229 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1230
1231 PR 86
1232 * arsup.c (ar_save): Use smart_rename.
1233
1234 2004-04-01 Dean Luick <luick@cray.com>
1235
1236 * readelf.c (display_debug_pubnames): Align offset and data
1237 columns.
1238 (read_and_display_attr_value): Add missing break;
1239 (debug_displays): Enable the display of the .debug_pubtypes
1240 section.
1241
1242 2004-03-30 Stan Shebs <shebs@apple.com>
1243
1244 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1245 support files, no longer used.
1246
1247 2004-03-23 Paul Brook <paul@codesourcery.com>
1248
1249 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1250
1251 2004-03-21 Richard Henderson <rth@redhat.com>
1252
1253 * readelf.c (display_debug_frames): Don't crash for mismatched
1254 DW_CFA_restore_state.
1255
1256 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1257
1258 * Makefile.am: Run "make dep-am".
1259 * Makefile.in: Regenerate.
1260 * aclocal.m4: Regenerate.
1261 * config.in: Regenerate.
1262 * configure: Regenerate.
1263 * po/binutils.pot: Regenerate.
1264
1265 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1266
1267 * objdump.c (struct SFILE): Replace current pointer with pos
1268 offset, rename size to alloc.
1269 (objdump_sprintf): Avoid unnecessary copies in the common case
1270 (disassemble_bytes): Keep sfile live throughout the
1271 function. Adjust usage appropriately.
1272
1273 2004-03-10 Ben Elliston <bje@gnu.org>
1274
1275 * MAINTAINERS: Update my mail address.
1276
1277 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1278
1279 * deflex.l: Handle "PRIVATE" string.
1280 * defparse.y (%token): Add PRIVATE.
1281 (%type): Add opt_PRIVATE.
1282 (expline): Pass opt_PRIVATE to def_exports.
1283 (opt_PRIVATE): Handle PRIVATE token.
1284 * dlltool.h (def_exports): Add 7th param for private flag to
1285 declaration.
1286 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1287 (struct export): Add 'private' field.
1288 (def_exports): Set 'private' field of struct exports.
1289 (scan_drectve_symbols): Adjust calls to def_exports.
1290 (scan_filtered_symbols): Likewise.
1291 (dump_def_info): Print 'private' field.
1292 (gen_def_file): Likewise.
1293 (gen_lib_file): Skip generation of lib object if private.
1294 Delete tmp object files in same order as they were generated.
1295 Don't delete non-existent private object files.
1296
1297 2004-02-27 Andreas Schwab <schwab@suse.de>
1298
1299 * ar.c (main): Support POSIX-compatible argument parsing.
1300
1301 2004-02-23 Daniel Lucq <daniel@lucq.org>
1302
1303 * readelf.c (process_mips_specific): Print conflictsno as an
1304 unsigned long.
1305
1306 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1307
1308 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1309
1310 2004-02-19 Jakub Jelinek <jakub@redhat.com>
1311
1312 * objcopy.c (copy_section): Avoid warnings.
1313
1314 2004-02-14 Andrew Cagney <cagney@redhat.com>
1315
1316 * ar.c (remove_output): Use bfd_cache_close.
1317 * arsup.c (ar_end): Ditto.
1318
1319 2004-01-21 Roland McGrath <roland@redhat.com>
1320
1321 * readelf.c (get_note_type): Match NT_AUXV.
1322
1323 2004-01-20 Nick Clifton <nickc@redhat.com>
1324
1325 * version.c (print_version): Update copyright year to 2004.
1326
1327 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1328
1329 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1330 throughout.
1331 * aclocal.m4: Regenerate.
1332 * configure: Regenerate.
1333
1334 2004-01-12 Jakub Jelinek <jakub@redhat.com>
1335
1336 * objcopy.c: Include elf-bfd.h.
1337 (is_strip_section): Don't strip debugging sections if
1338 STRIP_NONDEBUG.
1339 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1340 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1341
1342 * objcopy.c (copy_section): Free relpp if relcount == 0.
1343
1344 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1345
1346 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1347 (stab_demangle_argtypes): Likewise.
1348 (stab_demangle_v3_argtypes): New static function.
1349 (stab_demangle_v3_arg): New static function.
1350
1351 2004-01-12 Nick Clifton <nickc@redhat.com>
1352
1353 * objcopy.c (copy_object): Make the function boolean, returning
1354 FALSE upon failure.
1355 (copy_archive): Handle the return value from copy_object.
1356 (copy_file): Likewise.
1357
1358 2004-01-07 Nick Clifton <nickc@redhat.com>
1359
1360 * readelf.c (find_section): New function. Locates a named
1361 section.
1362 (get_debug_line_pointer_sizes): New function: Initialises the
1363 debug_line_pointer_sizes array.
1364 (display_debug_lines): Call get_debug_line_pointer_sizes.
1365 (display_debug_loc): Likewise.
1366 (load_debug_loc): Use find_section.
1367 (load_debug_str): Likewise.
1368 (display_debug_info): Likewise.
1369 (prescan_debug_info): Delete.
1370 (debug_displays): Remove prescan field.
1371 (process_section_contents): Do not perform prescans.
1372
1373 2004-01-03 Alan Modra <amodra@bigpond.net.au>
1374
1375 * objcopy.c (filter_bytes): Delete. Move code to..
1376 (copy_section): ..here. Simplify size adjustment. Divide
1377 section lma by interleave.
1378
1379 2004-01-02 Nick Clifton <nickc@redhat.com>
1380
1381 * po/ru.po: New file: Russian translation.
1382 * configure.in (ALL_LINGUAS): Add ru
1383 * configure: Regenerate.
1384
1385 For older changes see ChangeLog-0203
1386 \f
1387 Local Variables:
1388 mode: change-log
1389 left-margin: 8
1390 fill-column: 74
1391 version-control: never
1392 End:
This page took 0.057813 seconds and 4 git commands to generate.