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