2004-12-05 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
2
3 * MAINTAINERS: Remove mention of config.if.
4
5 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
6
7 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
8 * Makefile.in: Regenerate.
9
10 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
11
12 PR binutils/536
13 * stabs.c (stab_demangle_template): Call stab_demangle_count
14 rather than stab_demangle_get_count to get the length of a pointer
15 target.
16
17 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
18
19 * defparse.y: Remove unnecessary commas from token list.
20
21 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
22
23 * doc/binutils.texi (nm): Update description of weak symbols.
24
25 2004-11-03 Nick Clifton <nickc@redhat.com>
26
27 * readelf.c (do_debug_ranges): New variable.
28 (usage): Document new switch: -wR or --debug-dump=Ranges.
29 (parse_args): Handle new switch. Replace switch statement for the
30 long options with a more compact table structure.
31 (process_section_headers): Allow the dumping of .debug_ranges
32 sections if so requested.
33 (debug_displays): Likewise.
34 (load_debug_range): New function: Grabs the contents of a
35 .debug_ranges section.
36 (free_debug_range): New function: Releases the grabbed
37 .debug_ranges section.
38 (decode_64bit_range): New function: Displays a 64-bit range in a
39 .debug_ranges section.
40 (decode_range): New function: Displays a 32-bit range in a
41 .debug_ranges section.
42 (read_and_display_attr_value): Record the value of DW_AT_low_pc
43 attributes. Use decode_ranges() to display a DW_AT_ranges
44 attribute.
45 (display_debug_info): Use load_debug_range() and
46 free_debug_range().
47 (display_64bit_debug_ranges): New function. Displays the contents
48 of a 64-bit format .debug_ranges section.
49 (display_debug_ranges): New function: Displays the contents of a
50 32-bit .debug_ranges section.
51
52 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
53 global scope.
54 (process_object): Initialise the dump_sects array from the
55 cmdline_dump_sects array before processing each object file.
56
57 (streq, strneq): New macros. Use them to replace occurrences of
58 strcmp() and strncmp().
59
60 (debug_information): New structure array to replace
61 debug_line_pointer_sizes array.
62 (num_debug_info_entries): New variable to replace
63 num_debug_line_pointers.
64 (get_pointer_size_of_comp_unit): New function: Returns the pointer
65 size of a given compilation unit.
66 (get_debug_info): New function to replace
67 get_debug_line_pointer_sizes.
68 (display_debug_lines): Use the new functions.
69 (display_debug_loc): Likewise.
70
71 (disassemble_section): Change return type to int.
72 (display_debug_lines): Move local variables to their
73 innermost scope.
74 (display_debug_section): Likewise. Also record the return value
75 of functions called and pass this back to the parent. Also only
76 warn about undumped sections when the user explicitly requested
77 their dumping.
78
79 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
80 types as well.
81
82 * NEWS: Mention the support for decoding .debug_ranges sections.
83 * doc/binutils.texi: Document the new command line switch to
84 readelf.
85
86 2004-11-03 Randolph Chung <tausq@debian.org>
87
88 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
89 unw_aux_info and unw_table_entry.
90 (find_symbol_for_address): Pass symtab and strtab info explicitly.
91 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
92 prefix.
93 (slurp_ia64_unwind_table): Likewise.
94 (ia64_process_unwind): Rename from old process_unwind.
95 (hppa_unw_aux_info): New.
96 (dump_hppa_unwind): New.
97 (slurp_hppa_unwind_table): New.
98 (hppa_process_unwind): New.
99 (process_unwind): Factor out common unwinding checks; dispatch to
100 unwind handler based on machine type.
101
102 2004-11-02 Nick Clifton <nickc@redhat.com>
103
104 * readelf.c (display_debug_lines): Fix typo in error message.
105
106 2004-10-26 Mark Mitchell <mark@codesourcery.com>
107
108 * readelf.c (get_note_type): Handle notes not in core files.
109 (process_note_sections): New function.
110 (process_corefile_contents): Rename to ...
111 (process_notes): ... this.
112 (process_object): Call process_notes, not
113 process_corefile_contents.
114 * doc/binutils.texi: Update readelf -n documentation.
115
116 2004-10-26 Jakub Jelinek <jakub@redhat.com>
117
118 * ar.c (extract_file): Set atime to mtime for ar xo.
119
120 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
121
122 * stabs.c (stab_demangle_v3_arglist): New static function, broken
123 out of stab_demangle_v3_argtypes.
124 (stab_demangle_v3_argtypes): Call it.
125 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
126 If we find an unrecognized component, print out its number.
127
128 2004-10-25 David Mosberger <davidm@hpl.hp.com>
129
130 * readelf.c (slurp_ia64_unwind_table): Support relocations against
131 non-section symbols by adding in the symbol value.
132
133 2004-10-25 Nick Clifton <nickc@redhat.com>
134
135 PR 465
136 * readelf.c (dynamic_strings_length): New global variable.
137 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
138 strings in the dynamic string table.
139 (process_section_headers): Initialise dynamic_strings_length.
140 (process_dynamic_section): Likewise.
141 (process_object): Reset dynamic_string_length when the buffer is freed.
142 (dynamic_sections_mips_val): Use the new macros.
143 (process_dynamic_section): Likewise.
144 (process_version_sections): Likewise.
145 (process_symbol_table): Likewise.
146 (process_syminfo): Likewise.
147 (process_mips_specific): Likewise.
148 (dump_relocations): Add a new parameter 'strtablen' and use this
149 to verify that string offset in a given reloc is valid. Print a
150 suitable error message otherwise.
151 (process_relocs): Pass the new argument to dump_relocations.
152
153 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
154
155 * dlltool.c: Include <assert.h>.
156 (PREFIX_ALIAS_BASE): Define.
157 (struct export): Add member import_name;
158 (def_exports): Set import_name.
159 (make_one_lib_file): Remove prefix alias code, use import_name
160 in .idata$6.
161 (gen_lib_file): Create and delete aliases.
162
163 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
164
165 * readelf.c (process_section_groups): Free symtab after use.
166
167 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
168 Nick Clifton <nickc@redhat.com>
169
170 * strings.c (usage): Place radix values for -t option into the
171 correct order.
172
173 * objcopy.c (add_redefine_syms_file): Change error messages to use
174 <filename>:<linenumber>: format for easier parsing by automatic
175 tools.
176
177 * srconv.c (show_usage): Fix spelling typo.
178
179 * windres.c (format_from_filename): Suggest the use of -J instead
180 of -I if the file type cannot be determined.
181
182 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
183
184 * strings.c: Include <sys/stat.h>.
185
186 2004-10-18 Alan Modra <amodra@bigpond.net.au>
187
188 * budemang.c (demangle): Fix thinko.
189
190 * budemang.c (demangle): Handle "@plt" suffix.
191
192 2004-10-14 Nick Clifton <nickc@redhat.com>
193
194 * nm.c (usage): Fix description of --special-syms switch.
195
196 2004-10-13 Jakub Jelinek <jakub@redhat.com>
197
198 * strings.c (statbuf): New typedef.
199 (file_stat): Define.
200 (strings_object_file): Avoid using get_file_size, instead do the
201 checks here, using file_stat.
202 * configure.in (HAVE_STAT64): New test.
203 * configure: Rebuilt.
204 * config.in: Rebuilt.
205
206 2004-10-12 Paul Brook <paul@codesourcery.com>
207
208 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
209
210 2004-10-11 Alan Modra <amodra@bigpond.net.au>
211
212 * objdump.c (dump_symbols): Fix thinko last change. Improve error
213 messages.
214
215 2004-10-08 Nick Clifton <nickc@redhat.com>
216
217 * nm.c: Add a new switch --special-syms which, if enabled, will
218 include the ARM Mapping symbols in nm's output.
219 (usage): Mention the switch.
220 (filter_symbols): Handle the switch.
221 * objdump.c: Add a similar switch.
222 (usage): Mention the switch.
223 (dump_symbols): Handle the switch.
224 * doc/binutils.texi: Document the new switches.
225 * NEWS: Mention the new switches.
226
227 2004-10-08 Daniel Jacobowitz <dan@debian.org>
228
229 * readelf.c (get_x86_64_section_type_name): New function.
230 (get_section_type_name): Use it.
231
232 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
233
234 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
235 patches.
236 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
237
238 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
239
240 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
241 types.
242
243 2004-10-01 Paul Brook <paul@codesourcery.com>
244
245 * readelf.c (get_arm_section_type_name): New function.
246 (get_section_type_name): Use it.
247
248 2004-09-28 Nick Clifton <nickc@redhat.com>
249
250 * nm.c: Reorder functions to eliminate most of the static function
251 prototypes.
252
253 2004-09-22 Alan Modra <amodra@bigpond.net.au>
254
255 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
256 segments.
257
258 2004-09-17 Alan Modra <amodra@bigpond.net.au>
259
260 * Makefile.am: Run "make dep-am".
261 * Makefile.in: Regenerate.
262 * config.in: Regenerate.
263 * configure: Regenerate.
264 * doc/Makefile.in: Regenerate.
265 * po/binutils.pot: Regenerate.
266
267 2004-09-12 Alan Modra <amodra@bigpond.net.au>
268
269 * readelf.c (decode_location_expression): Sign extend value for
270 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
271
272 2004-09-09 Nick Clifton <nickc@redhat.com>
273
274 PR 363
275 * ar.c (replace_members): Do not use get_file_size as
276 ar_emul_append correctly handles missing files.
277
278 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
279
280 * configure: Regenerated with autconfig 2.13.
281
282 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
283
284 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
285 documentation.
286
287 2004-09-06 Michael Wardle <mbw@endbracket.net>
288
289 * doc/binutils.texi (objdump): Document that the -x switch includes
290 the effect of the -p switch.
291
292 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
293
294 * dlltool.c (make_one_lib_file): Test if internal_name was
295 specified by user before using it.
296
297 2004-09-02 Carlo Wood <carlo@alinoe.com>
298
299 PR binutils/351
300 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
301 exp->internal_name if it is present.
302
303 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
304
305 * MAINTAINERS: Add self as co-maintainer of FR-V.
306 * readelf.c (get_machine_flags): Print FR-V cpu types.
307
308 2004-08-28 Alan Modra <amodra@bigpond.net.au>
309
310 * nm.c (show_synthetic): New var.
311 (long_options): Add "synthetic".
312 (usage): Here too.
313 (display_rel_file): Handle show_synthetic.
314
315 2004-08-28 Alan Modra <amodra@bigpond.net.au>
316
317 * objdump.c (dump_bfd): Pass both symbol tables to
318 bfd_get_synthetic_symtab.
319
320 2004-08-17 Jakub Jelinek <jakub@redhat.com>
321
322 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
323 of dynsyms to bfd_get_synthetic_symtab.
324
325 2004-08-16 Alan Modra <amodra@bigpond.net.au>
326
327 * readelf.c (debug_apply_rela_addends): New function, extracted from..
328 (display_debug_info): ..here.
329 (display_debug_frames): Call debug_apply_rela_addends. Don't do
330 DW_EH_PE_pcrel adjustment for ET_REL.
331
332 2004-08-06 Andreas Schwab <schwab@suse.de>
333
334 * readelf.c (dump_relocations): Fix typo when calculating
335 sec_index.
336
337 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
338
339 * dllwrap.c (deduce_name): Fix typos introduced when program_name
340 was renamed to prog_name.
341
342 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
343
344 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
345 EF_SH2A_NOFPU.
346
347 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
348
349 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
350 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
351 EF_SH4A_NOFPU.
352 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
353 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
354
355 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
356
357 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
358 to access comdat.
359 * objdump.c (dump_section_header): Likewise.
360
361 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
362
363 * nlmconv.c (main): Pass map_file argument to link_inputs.
364 (link_inputs): Use map_file argument if it is defined.
365
366 2004-07-13 Nick Clifton <nickc@redhat.com>
367
368 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
369 conflicts with exported global defined in bucomm.h.
370 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
371 shadowing the global defined in bucomm.h.
372
373 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
374
375 * dlltool.c (ext_prefix_alias): New global variable.
376 (make_one_lib_file): Add aliases with prefixes for external
377 and import definitions.
378 (usage): Document -p option.
379 (long_options): Add --ext-prefix-alias option.
380 (main): Handle -p.
381 * doc/binutils.texi: Document new switch.
382 * NEWS: Mention new switch.
383
384 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
385
386 * binutils/dlltool.c (asm_prefix): Add parameter: name.
387 No underscore for symbols beginning with ?.
388 (ASM_PREFIX): Add parameter: NAME.
389 (gen_exp_file): Use new parameter.
390 (make_label): Likewise.
391 (make_imp_label): Likewise.
392 (make_one_lib_file): Likewise.
393
394 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
395
396 * MAINTAINERS: Added myself to the list.
397 * readelf.c: Include "elf/crx.h".
398 (guess_is_rela): Handle EM_CRX.
399 (get_machine_name): Likewise.
400 (dump_relocations): Likewise.
401
402 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
403
404 * doc/binutils.texi (nm): Clarify weak symbol description.
405
406 2004-06-24 Ben Elliston <bje@au.ibm.com>
407
408 * readelf.c (get_segment_type): Display "GNU_STACK", not just
409 "STACK", when a PT_GNU_STACK segment is encountered.
410
411 2004-06-24 Alan Modra <amodra@bigpond.net.au>
412
413 * objcopy.c (copy_section): Don't set _cooked_size.
414
415 2004-06-22 Alan Modra <amodra@bigpond.net.au>
416
417 * readelf.c (Elf32_Word): Delete.
418 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
419 (get_64bit_dynamic_section): Likewise.
420
421 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
422 (get_64bit_dynamic_section): Likewise.
423
424 * readelf.c (dynamic_nent): New variable.
425 (get_32bit_dynamic_section): Set it.
426 (get_64bit_dynamic_section): Here too.
427 (process_dynamic_section): Use it instead of dynamic_size.
428 (process_syminfo): Likewise.
429
430 * readelf.c (get_32bit_dynamic_section): Correct number of entries
431 translated from external to internal form.
432 (get_64bit_dynamic_section): Likewise.
433
434 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
435
436 * readelf.c (process_program_headers): When locating the dynamic
437 section use the section table if it is present.
438 (dynamic_segment): Renamed to dynamic_section.
439 Replace references to dynamic segment with references to dynamic
440 section, except where appropriate.
441 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
442 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
443 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
444 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
445 Remove tag counting code as it is no longer needed.
446 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
447 Remove tag counting code as it is no longer needed.
448 (process_dynamic_segment): Rename to process_dynamic_section.
449
450 2004-06-15 Alan Modra <amodra@bigpond.net.au>
451
452 * objcopy.c (copy_section): Use bfd_get_section_size instead of
453 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
454 (compare_section_lma): Likewise.
455 * addr2line.c (find_address_in_section): Likewise.
456 * coffgrok.c (do_sections_p1): Likewise.
457 * dlltool.c (scan_drectve_symbols): Likewise.
458 * nlmconv.c (main): Likewise.
459 (copy_sections): Likewise.
460 (powerpc_mangle_relocs): Likewise.
461 * objdump.c (disassemble_section): Likewise.
462 * prdbg.c (find_address_in_section): Likewise.
463 * size.c (berkeley_sum): Likewise.
464 * srconv.c (wr_ob): Likewise.
465 * strings.c (strings_a_section): Likewise.
466
467 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
468
469 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
470
471 2004-05-17 David Heine <dlheine@tensilica.com>
472
473 * objcopy.c (setup_bfd_headers): New function.
474 (copy_object): Call setup_bfd_headers.
475
476 2004-05-13 Paul Brook <paul@codesourcery.com>
477
478 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
479 entries.
480
481 2004-05-13 Nick Clifton <nickc@redhat.com>
482
483 * po/fr.po: Updated French translation.
484
485 2004-05-11 Jakub Jelinek <jakub@redhat.com>
486
487 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
488
489 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
490
491 * readelf.c (section_groups): New.
492 (group_count): New.
493 (section_headers_groups): New.
494 (process_section_groups): Populate group_count, section_groups
495 and section_headers_groups.
496 (process_unwind): Support section group.
497 (process_object): Always call process_section_groups. Free
498 section_groups and section_headers_groups.
499
500 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
501
502 * readelf.c (process_section_headers): Use %3lu on sh_info.
503
504 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
505
506 * ranlib.sh: Quote $1 argument in case it contains spaces.
507
508 2004-04-27 John Paul Wallington <jpw@gnu.org>
509
510 * objcopy.c (copy_usage, strip_usage): Fix spelling.
511
512 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
513
514 * readelf.c (do_section_groups): New.
515 (options): Add --section-groups/-g.
516 (usage): Mention --section-groups/-g.
517 (parse_args): Support --section-groups/-g.
518 (get_group_flags): New.
519 (process_section_groups): New.
520 (process_object): Call process_section_groups.
521
522 2004-04-24 Alan Modra <amodra@bigpond.net.au>
523
524 * objdump.c (disassemble_section): Don't disassemble sections
525 without SEC_HAS_CONTENTS.
526
527 2004-04-22 Jakub Jelinek <jakub@redhat.com>
528
529 * objdump.c (synthsyms, synthcount): New variables.
530 (disassemble_data): Use dynsyms for stripped binaries or libraries.
531 Add synthetized symbols.
532 (dump_bfd): For disassemble, initialize dynsyms always and
533 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
534 before returning.
535
536 2004-04-14 Alan Modra <amodra@bigpond.net.au>
537
538 * strings.c (print_strings): Cast file_off to unsigned long in
539 printf arg list.
540
541 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
542
543 PR 86
544 * arsup.c (ar_save): Use smart_rename.
545
546 2004-04-01 Dean Luick <luick@cray.com>
547
548 * readelf.c (display_debug_pubnames): Align offset and data
549 columns.
550 (read_and_display_attr_value): Add missing break;
551 (debug_displays): Enable the display of the .debug_pubtypes
552 section.
553
554 2004-03-30 Stan Shebs <shebs@apple.com>
555
556 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
557 support files, no longer used.
558
559 2004-03-23 Paul Brook <paul@codesourcery.com>
560
561 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
562
563 2004-03-21 Richard Henderson <rth@redhat.com>
564
565 * readelf.c (display_debug_frames): Don't crash for mismatched
566 DW_CFA_restore_state.
567
568 2004-03-19 Alan Modra <amodra@bigpond.net.au>
569
570 * Makefile.am: Run "make dep-am".
571 * Makefile.in: Regenerate.
572 * aclocal.m4: Regenerate.
573 * config.in: Regenerate.
574 * configure: Regenerate.
575 * po/binutils.pot: Regenerate.
576
577 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
578
579 * objdump.c (struct SFILE): Replace current pointer with pos
580 offset, rename size to alloc.
581 (objdump_sprintf): Avoid unnecessary copies in the common case
582 (disassemble_bytes): Keep sfile live throughout the
583 function. Adjust usage appropriately.
584
585 2004-03-10 Ben Elliston <bje@gnu.org>
586
587 * MAINTAINERS: Update my mail address.
588
589 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
590
591 * deflex.l: Handle "PRIVATE" string.
592 * defparse.y (%token): Add PRIVATE.
593 (%type): Add opt_PRIVATE.
594 (expline): Pass opt_PRIVATE to def_exports.
595 (opt_PRIVATE): Handle PRIVATE token.
596 * dlltool.h (def_exports): Add 7th param for private flag to
597 declaration.
598 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
599 (struct export): Add 'private' field.
600 (def_exports): Set 'private' field of struct exports.
601 (scan_drectve_symbols): Adjust calls to def_exports.
602 (scan_filtered_symbols): Likewise.
603 (dump_def_info): Print 'private' field.
604 (gen_def_file): Likewise.
605 (gen_lib_file): Skip generation of lib object if private.
606 Delete tmp object files in same order as they were generated.
607 Don't delete non-existent private object files.
608
609 2004-02-27 Andreas Schwab <schwab@suse.de>
610
611 * ar.c (main): Support POSIX-compatible argument parsing.
612
613 2004-02-23 Daniel Lucq <daniel@lucq.org>
614
615 * readelf.c (process_mips_specific): Print conflictsno as an
616 unsigned long.
617
618 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
619
620 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
621
622 2004-02-19 Jakub Jelinek <jakub@redhat.com>
623
624 * objcopy.c (copy_section): Avoid warnings.
625
626 2004-02-14 Andrew Cagney <cagney@redhat.com>
627
628 * ar.c (remove_output): Use bfd_cache_close.
629 * arsup.c (ar_end): Ditto.
630
631 2004-01-21 Roland McGrath <roland@redhat.com>
632
633 * readelf.c (get_note_type): Match NT_AUXV.
634
635 2004-01-20 Nick Clifton <nickc@redhat.com>
636
637 * version.c (print_version): Update copyright year to 2004.
638
639 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
640
641 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
642 throughout.
643 * aclocal.m4: Regenerate.
644 * configure: Regenerate.
645
646 2004-01-12 Jakub Jelinek <jakub@redhat.com>
647
648 * objcopy.c: Include elf-bfd.h.
649 (is_strip_section): Don't strip debugging sections if
650 STRIP_NONDEBUG.
651 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
652 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
653
654 * objcopy.c (copy_section): Free relpp if relcount == 0.
655
656 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
657
658 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
659 (stab_demangle_argtypes): Likewise.
660 (stab_demangle_v3_argtypes): New static function.
661 (stab_demangle_v3_arg): New static function.
662
663 2004-01-12 Nick Clifton <nickc@redhat.com>
664
665 * objcopy.c (copy_object): Make the function boolean, returning
666 FALSE upon failure.
667 (copy_archive): Handle the return value from copy_object.
668 (copy_file): Likewise.
669
670 2004-01-07 Nick Clifton <nickc@redhat.com>
671
672 * readelf.c (find_section): New function. Locates a named
673 section.
674 (get_debug_line_pointer_sizes): New function: Initialises the
675 debug_line_pointer_sizes array.
676 (display_debug_lines): Call get_debug_line_pointer_sizes.
677 (display_debug_loc): Likewise.
678 (load_debug_loc): Use find_section.
679 (load_debug_str): Likewise.
680 (display_debug_info): Likewise.
681 (prescan_debug_info): Delete.
682 (debug_displays): Remove prescan field.
683 (process_section_contents): Do not perform prescans.
684
685 2004-01-03 Alan Modra <amodra@bigpond.net.au>
686
687 * objcopy.c (filter_bytes): Delete. Move code to..
688 (copy_section): ..here. Simplify size adjustment. Divide
689 section lma by interleave.
690
691 2004-01-02 Nick Clifton <nickc@redhat.com>
692
693 * po/ru.po: New file: Russian translation.
694 * configure.in (ALL_LINGUAS): Add ru
695 * configure: Regenerate.
696
697 For older changes see ChangeLog-0203
698 \f
699 Local Variables:
700 mode: change-log
701 left-margin: 8
702 fill-column: 74
703 version-control: never
704 End:
This page took 0.043901 seconds and 4 git commands to generate.