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