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