Add a check for <unistd.h> providing a prototype for getopt() which is compatible
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
661f7c35
NC
12005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2
3 PR binutils/813
4 * objdump.c (dump_symbols): Add a check to see if the section for
5 the symbol is chosen using process_section_p.
6
81fc812e
L
72005-04-01 H.J. Lu <hongjiu.lu@intel.com>
8
9 * NEWS: Mention new readelf options, "-N/--full-section-name"
10 and "-g/--section-groups".
11
12 * doc/binutils.texi: Document new readelf options,
13 "-N/--full-section-name" and "-g/--section-groups".
14
595cf52e
L
152005-03-31 H.J. Lu <hongjiu.lu@intel.com>
16
17 * readelf.c (do_full_section_name): New.
18 (options): Add "--full-section-name"/'N'.
19 (usage): Add -N/--full-section-name.
20 (parse_args): Handle 'N'.
21 (process_section_headers): Print out the full section name if
22 do_full_section_name isn't 0.
23
e46eba98
NC
242005-03-31 Nick Clifton <nickc@redhat.com>
25
26 * configure.in: Add a check for <unistd.h> providing a prototype
27 for getopt() which is compatible with the one in
28 include/getopt.h. If so then define HAVE_DECL_GETOPT.
29 * configure: Regenerate.
30 * config.in (HAVE_DECL_GETOPT): Add.
31 * aclocal.m4: Regenerate.
32 * addr2line.c: Include "config.h" before "bfd.h" so that
33 HAVE_DECL_GETOPT is defined before getopt.h is included.
34
ec72cfe5
NC
352005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
36
37 * doc/binutils.texi: Document new VAX disassembler-specific option
38 -M entry:0xfooba8.
39 * NEWS: Mention the new option.
40
abd18680
AP
412005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
42
43 * MAINTAINERS: Add myself as H8300 maintainer.
44
5810296b
AL
452005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
46
47 * objdump.c (disassemble_bytes): Remove cast.
48
335a0d39
DJ
492005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
52 binutils-2_16-branch.
53
163730f0
MK
542005-03-25 Mark Kettenis <kettenis@gnu.org>
55
56 * MAINTAINERS: Add myself as M88k maintainer.
57
bcfb5d77
DS
582005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
59
60 * winduni.c (unicode_from_ascii): Don't declare variables
61 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
62 string len.
63
1acfb01b
DD
642005-03-24 Dmitry Diky <diwil@spec.ru>
65
66 * MAINTAINERS: Add myself as MSP430 maintainer.
67
fa0c5056
NC
682005-03-23 Nick Clifton <nickc@redhat.com>
69
70 * po/fr.po: Updated translation.
71
41772c33
NC
722005-03-22 Nick Clifton <nickc@redhat.com>
73
74 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
75 privileges list.
76
b294bdf8
MM
772005-03-17 Paul Brook <paul@codesourcery.com>
78 Dan Jacobowitz <dan@codesourcery.com>
79 Mark Mitchell <mark@codesourcery.com>
80
81 * binutils/readelf.c (get_arm_segment_type): New function.
82 (get_segment_type): Use it.
83
58450b3b
PB
842005-03-18 Paul Brook <paul@codesourcery.com>
85
86 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
87
2115ce97
DN
882005-03-17 Diego Novillo <dnovillo@redhat.com>
89
90 * MAINTAINERS: Remove self as maintainer of x86 intel
91 mode.
92
1ad12f97
NC
932005-03-16 Nick Clifton <nickc@redhat.com>
94 Ben Elliston <bje@au.ibm.com>
95
569acd2c 96 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 97 compiler command line. Enabled by default. Disable via
569acd2c 98 --disable-werror.
1ad12f97
NC
99 * configure: Regenerate.
100
7b4a0685
NC
1012005-03-15 Daniel Marques <marques@cs.cornell.edu>
102 Nick Clifton <nickc@redhat.com>
103
104 * objcopy.c (globalize_specific_list): New linked list of symbols
105 to convert from local binding into global binding.
106 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
107 OPTION_GLOBALIZE_SYMBOLS.
108 (copy_options): Add "globalize-symbol" and "globalize-symbols".
109 (copy_usage): Document the new switches.
110 (filter_symbols): Convert defined local symbols mentioned on the
111 globalize_specific_list into global symbols.
112 (copy_object): Perform actions if the globalize_specific_list is
113 not empty.
114 (copy_main): Handle new switches.
115 * NEWS: Mention new feature.
116 * doc/binutils.texi: Document new switches.
117
ea8409f7
AM
1182005-03-15 Alan Modra <amodra@bigpond.net.au>
119
729ae8d2
AM
120 * po/es.po: Commit new Spanish translation.
121
ea8409f7
AM
122 * po/fr.po: Commit new French translation.
123
248642ab
AM
1242005-03-14 Alan Modra <amodra@bigpond.net.au>
125
126 * po/tr.po: Commit new Turkish translation.
127
e8d46048
NC
1282005-03-11 Nick Clifton <nickc@redhat.com>
129
130 * po/fr.po: Updated French translation.
131
953130a5
NC
1322005-03-10 Nick Clifton <nickc@redhat.com>
133
134 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
953130a5 135 * configure: Regenerate.
af99dc6d
NC
136 * po/ro.po: New file.
137
138 * po/ru.po: Updated file.
953130a5 139
06647dfd
AM
1402005-03-05 Alan Modra <amodra@bigpond.net.au>
141
142 * po/binutils.pot: Regenerate.
143
bb14f524
JB
1442005-03-02 Jan Beulich <jbeulich@novell.com>
145
146 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
147 * objcopy.c (copy_file): Likewise.
148 (strip_main): Likewise.
149
ce04548a
NC
1502005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
151 Nick Clifton <nickc@redhat.com>
152
153 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
154 (struct objdump_disasm_info): Add 'reloc' field.
155 (disassemble_bytes): Fix check for when an insn has a reloc
156 associated with it. Improve comment explaining why the use of
157 octets is wrong. Set the 'reloc' field in objdump_disasm_info
158 structure.
159 (objdump_print_addr): Use new 'reloc' field to lookup the correct
160 address for the symbol associated with the current instruction's
161 relocation.
162 (disassemble_info): Initialise 'reloc' field.
163
e9e44622
JJ
1642005-02-28 Jakub Jelinek <jakub@redhat.com>
165
166 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
167 get_segment_type, get_section_type_name, get_elf_class,
168 get_data_encoding, get_group_flags, dynamic_section_mips_val,
169 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
170 get_AT_name, process_mips_specific, process_gnu_liblist,
171 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
172 sprintf where needed.
173 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
174 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
175 using strcat.
176 (get_dynamic_flags): Renamed to...
177 (print_dynamic_flags): ... this. Print the flags to stdout instead
178 of returning them as string.
179 (process_dynamic_section): Adjust caller.
180
35515c66
L
1812005-02-25 H.J. Lu <hongjiu.lu@intel.com>
182
183 * readelf.c (display_debug_ranges): Print out offset for end of
184 list.
185
9210d879
AM
1862005-02-23 Alan Modra <amodra@bigpond.net.au>
187
188 * dlltool.c: Warning fixes.
189 * objdump.c: Likewise.
190
dc3c06c2
AM
1912005-02-22 Alan Modra <amodra@bigpond.net.au>
192
193 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
194 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
195 dependencies. Run "make dep-am".
196 * nlmconv.c: Warning fixes.
197 * readelf.c: Likewise.
198 * srconv.c: Likewise.
199 * sysdump.c: Likewise.
200 * sysinfo.y: Likewise.
201 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
202 of strcpy.
203 * Makefile.in: Regenerate.
204
ebe372c1
L
2052005-02-21 H.J. Lu <hongjiu.lu@intel.com>
206
207 * objcopy.c (parse_flags): Replace SEC_SHARED with
208 SEC_COFF_SHARED.
209
210 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
211 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
212 SEC_COFF_SHARED for COFF only.
213
72f47744
AM
2142005-02-21 Alan Modra <amodra@bigpond.net.au>
215
216 * Makefile.am: Run "make dep-am"
217 * Makefile.in: Regenerate.
218 * doc/Makefile.in: Regenerate.
219
66543521
AM
2202005-02-21 Alan Modra <amodra@bigpond.net.au>
221
222 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
223 (byte_get_little_endian): Don't handle size of -8.
224 (byte_get_signed, byte_get_big_endian): Likewise.
225 (print_dec_vma, print_hex_vma): New functions.
226 (print_vma): Use them. Return chars output.
227 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
228 (process_symbol_table): Handle alpha and s390 .hash.
229
904c75ac
L
2302005-02-18 H.J. Lu <hongjiu.lu@intel.com>
231
232 * readelf.c (display_debug_loc): Print out offset for end of
233 list.
234
ac40b919
JM
2352005-02-18 Joseph S. Myers <joseph@codesourcery.com>
236
237 * Makefile.am (TOOL_PROGS): Add objdump.
238 * Makefile.in: Regenerate.
239
0af6db78
AM
2402005-02-17 Alan Modra <amodra@bigpond.net.au>
241
242 * deflex.l (YY_NO_UNPUT): Define.
243 * rclex.l (YY_NO_UNPUT): Define.
244 * rcparse.y (null_unichar): New static var.
245 (res_null_text): Use it rather than attempting to init from wchar_t.
246 * windres.c: Include assert.h and time.h before getopt.h.
247 Include config.h and unistd.h too.
248
b5e6aa63
NC
2492005-02-15 Nick Clifton <nickc@redhat.com>
250
251 * nlmconv.c: Provide a full prototype for the localtime() function
252 in order to avoid a compile time warning.
253
d1f5c6e3
L
2542005-02-11 H.J. Lu <hongjiu.lu@intel.com>
255
256 * readelf.c (group_count): Don't initialize it.
257 (process_section_groups): Reurn 1 if we won't do unwind nor
258 section groups. Set group_count to 0 before counting group
259 sections and return 1 if there are no group sections. Reread
260 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
261 section 0.
262 (process_object): Only set do_unwind to 0 if
263 process_section_groups return 0.
264
3517749c
ILT
2652005-02-10 Ian Lance Taylor <ian@airs.com>
266
267 * MAINTAINERS: Update my e-mail address.
268
0dffe982
MM
2692005-02-10 Mark Mitchell <mark@codesourcery.com>
270
271 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
272 maintainers.
273
c4cf3821
NC
2742005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
275
276 * MAINTAINERS: Add self as maintainer of MAXQ.
277
89fac5e3
RS
2782005-01-31 Richard Sandiford <rsandifo@redhat.com>
279
280 * readelf.c (eh_addr_size): New variable.
281 (find_section): Move earlier in file. Return empty sections too.
282 (process_program_headers): Use find_section to find .dynamic.
283 (process_section_headers): Initialize eh_addr_size.
284 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
285 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
286 (display_debug_frames): Use it instead of local addr_size variable.
287 (size_of_encoded_value): Get pointer size from eh_addr_size rather
288 than is_32bit_elf.
289
c46f8c51
AC
2902005-01-31 Andrew Cagney <cagney@gnu.org>
291
292 * configure: Regenerate to track ../gettext.m4.
293
d342277e
NC
2942005-01-31 Nick Clifton <nickc@redhat.com>
295
296 * version.c (print_version): Bump the copyright date to 2005.
297
8615f3f2
AM
2982005-01-25 Alan Modra <amodra@bigpond.net.au>
299
300 * nm.c (display_rel_file): Read dynamic syms before calling
301 bfd_get_synthetic_symtab.
302
84e43642
BE
3032005-01-21 Ben Elliston <bje@au.ibm.com>
304
305 * dlltool.c (dump_iat): Remove unused function.
306 (gen_exp_file): Remove #if 0'd code.
307 (make_one_lib_file): Likewise.
308 * srconv.c: Remove #if 0'd code throughout.
309 * size.c (lprint_number): Remove.
310 (print_berkeley_format): Remove #if 0'd code.
311 * ar.c (do_quick_append): Remove declaration and definiton.
312 (main): Remove #if 0'd code.
313 * filemode.c (filemodestring): Remove #if 0'd function.
314 * sysdump.c (unit_info_list): Remove function.
315 (object_body_list): Likewise.
316 (program_structure): Likewise.
317 (debug_list): Likewise.
318 (module): Remove #if 0'd code.
319
619b8b60
MM
3202005-01-20 Mark Mitchell <mark@codesourcery.com>
321
a332ee82
MM
322 * BRANCHES: Add binutils-2_15-branch.
323
619b8b60
MM
324 * MAINTAINERS: Document branch policy.
325 * BRANCHES: New file.
326
e39893d7
FF
3272005-01-19 Fred Fish <fnf@specifixinc.com>
328
329 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
330 * doc/binutils.texi (objdump): Document the "no-aliases"
331 disassembly option.
332
b09a7772
NC
3332005-01-17 Eugene Kotlyarov <ekot@narod.ru>
334
335 PR binutils/647
336 * rcparse.y (RCDATA): Allow a filename to be supplied as the
337 parameter. Parse it with define_rcdata_file().
338 * resrc.c (define_rcdata_file): New function.
339 * windres.h: Provide a prototype for the new function.
340
341 * resrc.c (define_user_file): Fix typo by replacing "font file"
342 with "file".
343
ccf33464
JT
3442005-01-16 Jason Thorpe <thorpej@netbsd.org>
345
346 * MAINTAINERS: Update my email address.
347
a0ce7f12
DS
3482005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
349
350 * dlltool.c (set_dll_name_from_def): New function. Strip name
351 to basename, with warning.
8615f3f2 352 (def_name): Use it.
a0ce7f12
DS
353 (def_library): Likwise.
354 (main): Strip arg of --dllname to basename, with warning.
355 Only use basename of exp_name when inferring dll_name.
356
195a97ce
NC
3572005-01-11 Nick Clifton <nickc@redhat.com>
358
359 PR binutils/637
360 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
361 footnote in order to prevent the sed script in the Makefile from
362 converting it into c++filt.
363
0853c092
L
3642005-01-10 H.J. Lu <hongjiu.lu@intel.com>
365
366 BZ 635
367 readelf.c (saved_base_address): Removed.
368 (decode_64bit_range): Likewise.
369 (decode_range): Likewise.
370 (display_64bit_debug_ranges): Likewise.
371 (debug_info): Add range_lists, num_range_lists and
372 max_range_lists.
373 (read_and_display_attr_value): Handle do_debug_ranges.
374 (process_debug_info): Likewise.
375 (display_debug_ranges): Rewrite.
376 (process_object): Free range_lists.
377
0bcb06d2
AS
3782005-01-10 Andreas Schwab <schwab@suse.de>
379
380 * configure.in: Don't define SKIP_ZEROES.
381 * configure: Regenerate.
382 * objdump.c (disassemble_data): Set skip_zeroes and
383 skip_zeroes_at_end in disasm_info to defaults.
384 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
385 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
386 always define.
387 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
388 objdump_disasm_info.
389
e54b12b7
L
3902005-01-05 H.J. Lu <hongjiu.lu@intel.com>
391
392 * readelf.c (display_debug_loc): Display base address
393 specifiers. Always output <End of list>.
394
b38c7015
L
3952005-01-05 H.J. Lu <hongjiu.lu@intel.com>
396
397 * readelf.c (have_frame_base): New.
398 (need_base_address): Likewise.
399 (saved_base_address): Likewise.
400 (decode_location_expression): Return 1 if DW_AT_frame_base is
401 needed.
402 (debug_info): Add base_address and a have_frame_base pointer.
403 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
404 saved_base_address. Record base address. Set have_frame_base.
405 Record if a location list has DW_AT_frame_base. Display if a
406 location expression has no DW_AT_frame_base but needs one. Set
407 saved_base_address only if needed.
408 (process_debug_info): Clear have_frame_base, saved_base_address
409 and set need_base_address.
410 (display_debug_loc): Display if a location expression has no
411 DW_AT_frame_base but needs one. Display if start >= end. Don't
412 adjust for section address. Properly handle base address.
413 (process_object): Free the have_frame_base pointer in
414 debug_info.
415
b0660586
L
4162005-01-04 H.J. Lu <hongjiu.lu@intel.com>
417
418 * readelf.c (display_debug_loc): Display offsets for hole and
419 overlap.
420 (display_debug_str): Add a newline at the end.
421
8b626bcf
NC
4222005-01-04 Armin Diehl <diehl@nordrhein.de>
423
424 PR binutils/630
425 * nlmconv.c (main): Only store the basename of the output filename
426 in the module table.
427
5b18a4bc
NC
4282005-01-04 H.J. Lu <hongjiu.lu@intel.com>
429
430 BZ 615
431 * readelf.c (process_debug_info): New.
432 (debug_info): Add num_loc_offsets, loc_offsets and
433 last_loc_offset_p.
434 (get_debug_info): Use process_debug_info.
435 (display_debug_loc): Properly handle location list. Warn if bad
436 location lists are encoutnered.
437 (read_and_process_attr_value): New.
438 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
439 (display_debug_info): Use process_debug_info.
440 (process_object): Also free loc_offsets in debug_information.
441
180e47e2
AM
4422004-12-31 Alan Modra <amodra@bigpond.net.au>
443
444 * objdump.c (remove_useless_symbols): Discard section symbols.
445
0c548fce
L
4462004-12-27 H.J. Lu <hongjiu.lu@intel.com>
447
448 * readelf.c (read_leb128): Support 64bit host.
449
5b18a4bc
NC
4502004-12-23 Nick Clifton <nickc@redhat.com>
451
452 PR binutils/616
453 * readelf.c (debug_info): Add 'cu_offset' field.
454 (get+pointer_size_of_comp_unit): Rename to
455 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
456 the offset of the comp_unit if requested.
457 (get_debug_info): Record comp_unit offsets as well.
458 (display_debug_lines): Call get_pointer_size_of_comp_unit.
459 (decode_location_expression): Add an extra parameter - the offset
460 of the current comp-unit. Use this when decoding the DW_OP_call2
461 and DW_OP_call4 operators.
462 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
463 comp_unit offset on the decode_location_expression.
464 (read_and_display_attr_value): Pass the comp_unit offset on the
465 decode_location_expression.
466 (display_debug_frames): Pass 0 as the comp_unit offset to
467 decode_location_expression.
8615f3f2 468
76a56260
NC
4692004-12-22 Nick Clifton <nickc@redhat.com>
470
471 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
472 New variables associated with obtaining the pointer size for a
473 comp_unit.
474 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
475 of the section requesting the pointer size. Use this name in
476 error messages. If there are not enough comp_units available
477 produce a warning message, but return the last known pointer size
478 so that section dumping can continue.
479 (get_debug_info): Reset the new variables.
480 (display_debug_lines): Add extra parameter to invocation of
481 get_pointer_size_of_comp_unit and remove error message when it
482 returns 0.
483 (display_debug_loc): Likewise.
484
bcf32829
JB
4852004-12-15 Jan Beulich <jbeulich@novell.com>
486
487 * doc/binutils.texi: Document --strip-unneeded-symbol and
488 --strip-unneeded-symbols.
489 * objcopy.c (strip_unneeded_list): New.
490 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
491 and OPTION_STRIP_UNNEEDED_SYMBOLS.
492 (copy_options): Add --strip-unneeded-symbol and
493 --strip-unneeded-symbols.
494 (copy_usage): Likewise.
495 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
496 and the symbol is not needed.
497 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
498 OPTION_STRIP_UNNEEDED_SYMBOLS.
499
ebcb91b7
ILT
5002004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
501
502 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
503
a2f33459
BE
5042004-12-08 Ben Elliston <bje@au.ibm.com>
505
506 * arlex.l: Fix formatting.
507
36607f99
BE
5082004-12-08 Ben Elliston <bje@au.ibm.com>
509
510 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
511 config.texi whose value is the current month and year.
512 * doc/Makefile.in: Rebuild.
513 * doc/binutils.texi: Set the document subtitle to be the value of
514 the Texinfo UPDATED variable (obtained from config.texi).
515
2aa9814e
BE
5162004-12-07 Ben Elliston <bje@au.ibm.com>
517
518 PR binutils/249
519 * doc/binutils.texi (def file format): New node.
520 (dlltool): Use the tool name as the @chapter name, like all the
521 other binutils. Use @file{.def} throughout for consistency.
522
c7de9216
BE
5232004-12-06 Ben Elliston <bje@au.ibm.com>
524
525 * dlltool.c: Comment fix.
526
2423fbe6
BE
5272004-12-06 Ben Elliston <bje@au.ibm.com>
528
529 * doc/binutils.texi: Update copyright years.
530
73fb7068
RS
5312004-12-03 Richard Sandiford <rsandifo@redhat.com>
532
533 * MAINTAINERS: Remove mention of config.if.
534
32118081
NC
5352004-11-30 Tero Niemela <tero_niemela@yahoo.com>
536
537 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
538 * Makefile.in: Regenerate.
539
2b25cacb
ILT
5402004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
541
542 PR binutils/536
543 * stabs.c (stab_demangle_template): Call stab_demangle_count
544 rather than stab_demangle_get_count to get the length of a pointer
545 target.
546
74aba8aa
DS
5472004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
548
549 * defparse.y: Remove unnecessary commas from token list.
550
977cdf5a
NC
5512004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
552
553 * doc/binutils.texi (nm): Update description of weak symbols.
554
18bd398b
NC
5552004-11-03 Nick Clifton <nickc@redhat.com>
556
557 * readelf.c (do_debug_ranges): New variable.
558 (usage): Document new switch: -wR or --debug-dump=Ranges.
559 (parse_args): Handle new switch. Replace switch statement for the
560 long options with a more compact table structure.
561 (process_section_headers): Allow the dumping of .debug_ranges
562 sections if so requested.
563 (debug_displays): Likewise.
564 (load_debug_range): New function: Grabs the contents of a
565 .debug_ranges section.
566 (free_debug_range): New function: Releases the grabbed
567 .debug_ranges section.
568 (decode_64bit_range): New function: Displays a 64-bit range in a
569 .debug_ranges section.
570 (decode_range): New function: Displays a 32-bit range in a
571 .debug_ranges section.
572 (read_and_display_attr_value): Record the value of DW_AT_low_pc
573 attributes. Use decode_ranges() to display a DW_AT_ranges
574 attribute.
575 (display_debug_info): Use load_debug_range() and
576 free_debug_range().
577 (display_64bit_debug_ranges): New function. Displays the contents
578 of a 64-bit format .debug_ranges section.
579 (display_debug_ranges): New function: Displays the contents of a
580 32-bit .debug_ranges section.
8615f3f2 581
18bd398b
NC
582 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
583 global scope.
584 (process_object): Initialise the dump_sects array from the
585 cmdline_dump_sects array before processing each object file.
586
587 (streq, strneq): New macros. Use them to replace occurrences of
588 strcmp() and strncmp().
589
590 (debug_information): New structure array to replace
591 debug_line_pointer_sizes array.
592 (num_debug_info_entries): New variable to replace
593 num_debug_line_pointers.
594 (get_pointer_size_of_comp_unit): New function: Returns the pointer
595 size of a given compilation unit.
596 (get_debug_info): New function to replace
597 get_debug_line_pointer_sizes.
598 (display_debug_lines): Use the new functions.
599 (display_debug_loc): Likewise.
8615f3f2 600
18bd398b
NC
601 (disassemble_section): Change return type to int.
602 (display_debug_lines): Move local variables to their
603 innermost scope.
604 (display_debug_section): Likewise. Also record the return value
605 of functions called and pass this back to the parent. Also only
606 warn about undumped sections when the user explicitly requested
607 their dumping.
608
609 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
610 types as well.
8615f3f2 611
18bd398b
NC
612 * NEWS: Mention the support for decoding .debug_ranges sections.
613 * doc/binutils.texi: Document the new command line switch to
614 readelf.
615
57346661
AM
6162004-11-03 Randolph Chung <tausq@debian.org>
617
618 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
619 unw_aux_info and unw_table_entry.
620 (find_symbol_for_address): Pass symtab and strtab info explicitly.
621 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
622 prefix.
623 (slurp_ia64_unwind_table): Likewise.
624 (ia64_process_unwind): Rename from old process_unwind.
625 (hppa_unw_aux_info): New.
626 (dump_hppa_unwind): New.
627 (slurp_hppa_unwind_table): New.
628 (hppa_process_unwind): New.
629 (process_unwind): Factor out common unwinding checks; dispatch to
630 unwind handler based on machine type.
631
935d0bca
NC
6322004-11-02 Nick Clifton <nickc@redhat.com>
633
634 * readelf.c (display_debug_lines): Fix typo in error message.
635
1ec5cd37
NC
6362004-10-26 Mark Mitchell <mark@codesourcery.com>
637
638 * readelf.c (get_note_type): Handle notes not in core files.
639 (process_note_sections): New function.
640 (process_corefile_contents): Rename to ...
641 (process_notes): ... this.
642 (process_object): Call process_notes, not
643 process_corefile_contents.
644 * doc/binutils.texi: Update readelf -n documentation.
645
b3f21e4a
JJ
6462004-10-26 Jakub Jelinek <jakub@redhat.com>
647
648 * ar.c (extract_file): Set atime to mtime for ar xo.
649
2b4c4cc4
ILT
6502004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
651
652 * stabs.c (stab_demangle_v3_arglist): New static function, broken
653 out of stab_demangle_v3_argtypes.
654 (stab_demangle_v3_argtypes): Call it.
655 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
656 If we find an unrecognized component, print out its number.
657
1ffa9a18
L
6582004-10-25 David Mosberger <davidm@hpl.hp.com>
659
660 * readelf.c (slurp_ia64_unwind_table): Support relocations against
661 non-section symbols by adding in the symbol value.
662
d79b3d50
NC
6632004-10-25 Nick Clifton <nickc@redhat.com>
664
665 PR 465
666 * readelf.c (dynamic_strings_length): New global variable.
667 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
668 strings in the dynamic string table.
669 (process_section_headers): Initialise dynamic_strings_length.
670 (process_dynamic_section): Likewise.
671 (process_object): Reset dynamic_string_length when the buffer is freed.
672 (dynamic_sections_mips_val): Use the new macros.
673 (process_dynamic_section): Likewise.
674 (process_version_sections): Likewise.
675 (process_symbol_table): Likewise.
676 (process_syminfo): Likewise.
677 (process_mips_specific): Likewise.
678 (dump_relocations): Add a new parameter 'strtablen' and use this
679 to verify that string offset in a given reloc is valid. Print a
680 suitable error message otherwise.
681 (process_relocs): Pass the new argument to dump_relocations.
682
0fd555c4
NC
6832004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
684
685 * dlltool.c: Include <assert.h>.
686 (PREFIX_ALIAS_BASE): Define.
687 (struct export): Add member import_name;
688 (def_exports): Set import_name.
689 (make_one_lib_file): Remove prefix alias code, use import_name
690 in .idata$6.
691 (gen_lib_file): Create and delete aliases.
692
5ab0c1a1
L
6932004-10-19 H.J. Lu <hongjiu.lu@intel.com>
694
695 * readelf.c (process_section_groups): Free symtab after use.
696
d412a550
NC
6972004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
698 Nick Clifton <nickc@redhat.com>
699
700 * strings.c (usage): Place radix values for -t option into the
701 correct order.
702
703 * objcopy.c (add_redefine_syms_file): Change error messages to use
704 <filename>:<linenumber>: format for easier parsing by automatic
705 tools.
706
707 * srconv.c (show_usage): Fix spelling typo.
708
709 * windres.c (format_from_filename): Suggest the use of -J instead
710 of -I if the file type cannot be determined.
711
fb608b92
NC
7122004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
713
714 * strings.c: Include <sys/stat.h>.
715
2bb2d727
AM
7162004-10-18 Alan Modra <amodra@bigpond.net.au>
717
7f67d4c9
AM
718 * budemang.c (demangle): Fix thinko.
719
2bb2d727
AM
720 * budemang.c (demangle): Handle "@plt" suffix.
721
61bbd35b
NC
7222004-10-14 Nick Clifton <nickc@redhat.com>
723
724 * nm.c (usage): Fix description of --special-syms switch.
725
fb5b5478
JJ
7262004-10-13 Jakub Jelinek <jakub@redhat.com>
727
728 * strings.c (statbuf): New typedef.
729 (file_stat): Define.
730 (strings_object_file): Avoid using get_file_size, instead do the
731 checks here, using file_stat.
732 * configure.in (HAVE_STAT64): New test.
733 * configure: Rebuilt.
734 * config.in: Rebuilt.
735
8cb51566
PB
7362004-10-12 Paul Brook <paul@codesourcery.com>
737
738 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
739
83ef0798
AM
7402004-10-11 Alan Modra <amodra@bigpond.net.au>
741
742 * objdump.c (dump_symbols): Fix thinko last change. Improve error
743 messages.
744
3c9458e9
NC
7452004-10-08 Nick Clifton <nickc@redhat.com>
746
747 * nm.c: Add a new switch --special-syms which, if enabled, will
748 include the ARM Mapping symbols in nm's output.
749 (usage): Mention the switch.
750 (filter_symbols): Handle the switch.
751 * objdump.c: Add a similar switch.
752 (usage): Mention the switch.
753 (dump_symbols): Handle the switch.
754 * doc/binutils.texi: Document the new switches.
755 * NEWS: Mention the new switches.
756
d2b2c203
DJ
7572004-10-08 Daniel Jacobowitz <dan@debian.org>
758
759 * readelf.c (get_x86_64_section_type_name): New function.
760 (get_section_type_name): Use it.
761
d67a454c
NC
7622004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
763
764 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
765 patches.
766 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
767
1c877e87
AO
7682004-10-07 Alexandre Oliva <aoliva@redhat.com>
769
770 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
771 types.
772
40a18ebd
NC
7732004-10-01 Paul Brook <paul@codesourcery.com>
774
775 * readelf.c (get_arm_section_type_name): New function.
776 (get_section_type_name): Use it.
777
382c1116
NC
7782004-09-28 Nick Clifton <nickc@redhat.com>
779
eb1ab0cf 780 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
781 prototypes.
782
cbaa0dc5
AM
7832004-09-22 Alan Modra <amodra@bigpond.net.au>
784
785 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
786 segments.
787
3443c1ae
AM
7882004-09-17 Alan Modra <amodra@bigpond.net.au>
789
790 * Makefile.am: Run "make dep-am".
791 * Makefile.in: Regenerate.
792 * config.in: Regenerate.
793 * configure: Regenerate.
794 * doc/Makefile.in: Regenerate.
795 * po/binutils.pot: Regenerate.
796
74013231
AM
7972004-09-12 Alan Modra <amodra@bigpond.net.au>
798
799 * readelf.c (decode_location_expression): Sign extend value for
800 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
801
360589e8
NC
8022004-09-09 Nick Clifton <nickc@redhat.com>
803
804 PR 363
805 * ar.c (replace_members): Do not use get_file_size as
806 ar_emul_append correctly handles missing files.
807
d15b04bd
L
8082004-09-07 H.J. Lu <hongjiu.lu@intel.com>
809
810 * configure: Regenerated with autconfig 2.13.
811
d597aff7
DS
8122004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
813
74013231
AM
814 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
815 documentation.
d597aff7 816
04c34128
NC
8172004-09-06 Michael Wardle <mbw@endbracket.net>
818
3023b782 819 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
820 the effect of the -p switch.
821
d597aff7 8222004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 823
6cef8f72
DS
824 * dlltool.c (make_one_lib_file): Test if internal_name was
825 specified by user before using it.
5df31fad 826
74013231 8272004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
828
829 PR binutils/351
830 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
831 exp->internal_name if it is present.
832
ec2dfb42
AO
8332004-09-02 Alexandre Oliva <aoliva@redhat.com>
834
835 * MAINTAINERS: Add self as co-maintainer of FR-V.
836 * readelf.c (get_machine_flags): Print FR-V cpu types.
837
0873df2a
AM
8382004-08-28 Alan Modra <amodra@bigpond.net.au>
839
840 * nm.c (show_synthetic): New var.
841 (long_options): Add "synthetic".
842 (usage): Here too.
843 (display_rel_file): Handle show_synthetic.
844
c9727e01
AM
8452004-08-28 Alan Modra <amodra@bigpond.net.au>
846
847 * objdump.c (dump_bfd): Pass both symbol tables to
848 bfd_get_synthetic_symtab.
849
90e3cdf2
JJ
8502004-08-17 Jakub Jelinek <jakub@redhat.com>
851
852 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
853 of dynsyms to bfd_get_synthetic_symtab.
854
d84de024
AM
8552004-08-16 Alan Modra <amodra@bigpond.net.au>
856
857 * readelf.c (debug_apply_rela_addends): New function, extracted from..
858 (display_debug_info): ..here.
859 (display_debug_frames): Call debug_apply_rela_addends. Don't do
860 DW_EH_PE_pcrel adjustment for ET_REL.
861
efcb5b0e
AS
8622004-08-06 Andreas Schwab <schwab@suse.de>
863
864 * readelf.c (dump_relocations): Fix typo when calculating
865 sec_index.
866
d3cde3af
NC
8672004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
868
869 * dllwrap.c (deduce_name): Fix typos introduced when program_name
870 was renamed to prog_name.
871
1d70c7fb
AO
8722004-07-29 Alexandre Oliva <aoliva@redhat.com>
873
874 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
875 EF_SH2A_NOFPU.
876
ccde1100
AO
8772004-07-28 Alexandre Oliva <aoliva@redhat.com>
878
879 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
880 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
881 EF_SH4A_NOFPU.
882 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
883 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
884
082b7297
L
8852004-07-21 H.J. Lu <hongjiu.lu@intel.com>
886
887 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
888 to access comdat.
889 * objdump.c (dump_section_header): Likewise.
890
44a6d974
NC
8912004-07-15 Aravinda PR <aravindapr@rediffmail.com>
892
893 * nlmconv.c (main): Pass map_file argument to link_inputs.
894 (link_inputs): Use map_file argument if it is defined.
895
61513dc1
NC
8962004-07-13 Nick Clifton <nickc@redhat.com>
897
898 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
899 conflicts with exported global defined in bucomm.h.
900 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
901 shadowing the global defined in bucomm.h.
902
607dea97
NC
9032004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
904
905 * dlltool.c (ext_prefix_alias): New global variable.
906 (make_one_lib_file): Add aliases with prefixes for external
907 and import definitions.
908 (usage): Document -p option.
909 (long_options): Add --ext-prefix-alias option.
910 (main): Handle -p.
911 * doc/binutils.texi: Document new switch.
912 * NEWS: Mention new switch.
913
2758961a
NC
9142004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
915
916 * binutils/dlltool.c (asm_prefix): Add parameter: name.
917 No underscore for symbols beginning with ?.
918 (ASM_PREFIX): Add parameter: NAME.
919 (gen_exp_file): Use new parameter.
920 (make_label): Likewise.
921 (make_imp_label): Likewise.
922 (make_one_lib_file): Likewise.
923
1fe1f39c
NC
9242004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
925
926 * MAINTAINERS: Added myself to the list.
927 * readelf.c: Include "elf/crx.h".
928 (guess_is_rela): Handle EM_CRX.
929 (get_machine_name): Likewise.
930 (dump_relocations): Likewise.
931
c87db184
CF
9322004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
933
934 * doc/binutils.texi (nm): Clarify weak symbol description.
935
fb7b006e
BE
9362004-06-24 Ben Elliston <bje@au.ibm.com>
937
938 * readelf.c (get_segment_type): Display "GNU_STACK", not just
939 "STACK", when a PT_GNU_STACK segment is encountered.
940
eea6121a
AM
9412004-06-24 Alan Modra <amodra@bigpond.net.au>
942
943 * objcopy.c (copy_section): Don't set _cooked_size.
944
fb514b26
AM
9452004-06-22 Alan Modra <amodra@bigpond.net.au>
946
ba2685cc
AM
947 * readelf.c (Elf32_Word): Delete.
948 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
949 (get_64bit_dynamic_section): Likewise.
950
951 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
952 (get_64bit_dynamic_section): Likewise.
953
86dba8ee
AM
954 * readelf.c (dynamic_nent): New variable.
955 (get_32bit_dynamic_section): Set it.
956 (get_64bit_dynamic_section): Here too.
957 (process_dynamic_section): Use it instead of dynamic_size.
958 (process_syminfo): Likewise.
959
fb514b26
AM
960 * readelf.c (get_32bit_dynamic_section): Correct number of entries
961 translated from external to internal form.
962 (get_64bit_dynamic_section): Likewise.
963
b2d38a17
NC
9642004-06-18 Jie Zhang <zhangjie@magima.com.cn>
965
966 * readelf.c (process_program_headers): When locating the dynamic
967 section use the section table if it is present.
968 (dynamic_segment): Renamed to dynamic_section.
969 Replace references to dynamic segment with references to dynamic
970 section, except where appropriate.
971 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
972 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
973 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
974 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
975 Remove tag counting code as it is no longer needed.
976 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
977 Remove tag counting code as it is no longer needed.
978 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 979
135dfb4a
AM
9802004-06-15 Alan Modra <amodra@bigpond.net.au>
981
982 * objcopy.c (copy_section): Use bfd_get_section_size instead of
983 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
984 (compare_section_lma): Likewise.
985 * addr2line.c (find_address_in_section): Likewise.
986 * coffgrok.c (do_sections_p1): Likewise.
987 * dlltool.c (scan_drectve_symbols): Likewise.
988 * nlmconv.c (main): Likewise.
989 (copy_sections): Likewise.
990 (powerpc_mangle_relocs): Likewise.
991 * objdump.c (disassemble_section): Likewise.
992 * prdbg.c (find_address_in_section): Likewise.
993 * size.c (berkeley_sum): Likewise.
994 * srconv.c (wr_ob): Likewise.
995 * strings.c (strings_a_section): Likewise.
996
90e01f86
ILT
9972004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
998
999 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1000
80fccad2
BW
10012004-05-17 David Heine <dlheine@tensilica.com>
1002
eea6121a 1003 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
1004 (copy_object): Call setup_bfd_headers.
1005
0da76f83
NC
10062004-05-13 Paul Brook <paul@codesourcery.com>
1007
1008 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1009 entries.
1010
9598fbe5
NC
10112004-05-13 Nick Clifton <nickc@redhat.com>
1012
1013 * po/fr.po: Updated French translation.
1014
8c37241b
JJ
10152004-05-11 Jakub Jelinek <jakub@redhat.com>
1016
1017 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1018
e4b17d5c
L
10192004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 * readelf.c (section_groups): New.
1022 (group_count): New.
1023 (section_headers_groups): New.
1024 (process_section_groups): Populate group_count, section_groups
1025 and section_headers_groups.
1026 (process_unwind): Support section group.
1027 (process_object): Always call process_section_groups. Free
1028 section_groups and section_headers_groups.
1029
f2da459f
L
10302004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1031
1032 * readelf.c (process_section_headers): Use %3lu on sh_info.
1033
f8935895
NC
10342004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1035
1036 * ranlib.sh: Quote $1 argument in case it contains spaces.
1037
10382004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
1039
1040 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1041
f5842774
L
10422004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1043
1044 * readelf.c (do_section_groups): New.
1045 (options): Add --section-groups/-g.
1046 (usage): Mention --section-groups/-g.
1047 (parse_args): Support --section-groups/-g.
1048 (get_group_flags): New.
1049 (process_section_groups): New.
1050 (process_object): Call process_section_groups.
1051
46212538
AM
10522004-04-24 Alan Modra <amodra@bigpond.net.au>
1053
1054 * objdump.c (disassemble_section): Don't disassemble sections
1055 without SEC_HAS_CONTENTS.
1056
4c45e5c9
JJ
10572004-04-22 Jakub Jelinek <jakub@redhat.com>
1058
1059 * objdump.c (synthsyms, synthcount): New variables.
1060 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1061 Add synthetized symbols.
1062 (dump_bfd): For disassemble, initialize dynsyms always and
1063 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1064 before returning.
1065
e9f87780
AM
10662004-04-14 Alan Modra <amodra@bigpond.net.au>
1067
1068 * strings.c (print_strings): Cast file_off to unsigned long in
1069 printf arg list.
1070
1ba93119
AM
10712004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1072
1073 PR 86
1074 * arsup.c (ar_save): Use smart_rename.
1075
935a41f5
NC
10762004-04-01 Dean Luick <luick@cray.com>
1077
1078 * readelf.c (display_debug_pubnames): Align offset and data
1079 columns.
1080 (read_and_display_attr_value): Add missing break;
1081 (debug_displays): Enable the display of the .debug_pubtypes
1082 section.
1083
92e25cf8
SS
10842004-03-30 Stan Shebs <shebs@apple.com>
1085
1086 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1087 support files, no longer used.
1088
d507cf36
PB
10892004-03-23 Paul Brook <paul@codesourcery.com>
1090
1091 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1092
8c9a9879
RH
10932004-03-21 Richard Henderson <rth@redhat.com>
1094
1095 * readelf.c (display_debug_frames): Don't crash for mismatched
1096 DW_CFA_restore_state.
1097
6ece5c52
AM
10982004-03-19 Alan Modra <amodra@bigpond.net.au>
1099
1100 * Makefile.am: Run "make dep-am".
1101 * Makefile.in: Regenerate.
1102 * aclocal.m4: Regenerate.
1103 * config.in: Regenerate.
1104 * configure: Regenerate.
1105 * po/binutils.pot: Regenerate.
1106
6f104306
NS
11072004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1108
1109 * objdump.c (struct SFILE): Replace current pointer with pos
1110 offset, rename size to alloc.
1111 (objdump_sprintf): Avoid unnecessary copies in the common case
1112 (disassemble_bytes): Keep sfile live throughout the
1113 function. Adjust usage appropriately.
1114
523f6a27
BE
11152004-03-10 Ben Elliston <bje@gnu.org>
1116
1117 * MAINTAINERS: Update my mail address.
1118
7aa52b1f
NC
11192004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1120
1121 * deflex.l: Handle "PRIVATE" string.
1122 * defparse.y (%token): Add PRIVATE.
1123 (%type): Add opt_PRIVATE.
1124 (expline): Pass opt_PRIVATE to def_exports.
1125 (opt_PRIVATE): Handle PRIVATE token.
1126 * dlltool.h (def_exports): Add 7th param for private flag to
1127 declaration.
1128 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1129 (struct export): Add 'private' field.
1130 (def_exports): Set 'private' field of struct exports.
1131 (scan_drectve_symbols): Adjust calls to def_exports.
1132 (scan_filtered_symbols): Likewise.
1133 (dump_def_info): Print 'private' field.
1134 (gen_def_file): Likewise.
1135 (gen_lib_file): Skip generation of lib object if private.
1136 Delete tmp object files in same order as they were generated.
1137 Don't delete non-existent private object files.
1138
af865222
AS
11392004-02-27 Andreas Schwab <schwab@suse.de>
1140
1141 * ar.c (main): Support POSIX-compatible argument parsing.
1142
c7e7ca54
NC
11432004-02-23 Daniel Lucq <daniel@lucq.org>
1144
1145 * readelf.c (process_mips_specific): Print conflictsno as an
1146 unsigned long.
1147
eff21b8e
CF
11482004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1149
1150 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1151
2f01ffbf
JJ
11522004-02-19 Jakub Jelinek <jakub@redhat.com>
1153
1154 * objcopy.c (copy_section): Avoid warnings.
1155
c92c35e7
AC
11562004-02-14 Andrew Cagney <cagney@redhat.com>
1157
1158 * ar.c (remove_output): Use bfd_cache_close.
1159 * arsup.c (ar_end): Ditto.
1160
9d241085
RM
11612004-01-21 Roland McGrath <roland@redhat.com>
1162
1163 * readelf.c (get_note_type): Match NT_AUXV.
1164
d99e9f4d
NC
11652004-01-20 Nick Clifton <nickc@redhat.com>
1166
1167 * version.c (print_version): Update copyright year to 2004.
1168
f8b73030
MR
11692004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1170
1171 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1172 throughout.
1173 * aclocal.m4: Regenerate.
1174 * configure: Regenerate.
1175
f0312d39
JJ
11762004-01-12 Jakub Jelinek <jakub@redhat.com>
1177
1178 * objcopy.c: Include elf-bfd.h.
1179 (is_strip_section): Don't strip debugging sections if
1180 STRIP_NONDEBUG.
1181 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1182 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1183
1184 * objcopy.c (copy_section): Free relpp if relcount == 0.
1185
041821e6
ILT
11862004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1187
1188 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1189 (stab_demangle_argtypes): Likewise.
1190 (stab_demangle_v3_argtypes): New static function.
1191 (stab_demangle_v3_arg): New static function.
1192
950d48e7
NC
11932004-01-12 Nick Clifton <nickc@redhat.com>
1194
1195 * objcopy.c (copy_object): Make the function boolean, returning
1196 FALSE upon failure.
eea6121a
AM
1197 (copy_archive): Handle the return value from copy_object.
1198 (copy_file): Likewise.
950d48e7 1199
d9296b18
NC
12002004-01-07 Nick Clifton <nickc@redhat.com>
1201
1202 * readelf.c (find_section): New function. Locates a named
1203 section.
1204 (get_debug_line_pointer_sizes): New function: Initialises the
1205 debug_line_pointer_sizes array.
eea6121a
AM
1206 (display_debug_lines): Call get_debug_line_pointer_sizes.
1207 (display_debug_loc): Likewise.
1208 (load_debug_loc): Use find_section.
1209 (load_debug_str): Likewise.
1210 (display_debug_info): Likewise.
1211 (prescan_debug_info): Delete.
1212 (debug_displays): Remove prescan field.
1213 (process_section_contents): Do not perform prescans.
d9296b18 1214
5e675b72
AM
12152004-01-03 Alan Modra <amodra@bigpond.net.au>
1216
1217 * objcopy.c (filter_bytes): Delete. Move code to..
1218 (copy_section): ..here. Simplify size adjustment. Divide
1219 section lma by interleave.
1220
f0660b73
NC
12212004-01-02 Nick Clifton <nickc@redhat.com>
1222
1223 * po/ru.po: New file: Russian translation.
1224 * configure.in (ALL_LINGUAS): Add ru
1225 * configure: Regenerate.
eb18fd22 1226
c9e214e5 1227For older changes see ChangeLog-0203
252b5132
RH
1228\f
1229Local Variables:
1230mode: change-log
1231left-margin: 8
1232fill-column: 74
1233version-control: never
1234End:
This page took 0.322472 seconds and 4 git commands to generate.