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