469c5b6ecd9a9be19ca3414866db6de02797e63f
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
2
3 * objdump.c (struct SFILE): Replace current pointer with pos
4 offset, rename size to alloc.
5 (objdump_sprintf): Avoid unnecessary copies in the common case
6 (disassemble_bytes): Keep sfile live throughout the
7 function. Adjust usage appropriately.
8
9 2004-03-10 Ben Elliston <bje@gnu.org>
10
11 * MAINTAINERS: Update my mail address.
12
13 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
14
15 * deflex.l: Handle "PRIVATE" string.
16 * defparse.y (%token): Add PRIVATE.
17 (%type): Add opt_PRIVATE.
18 (expline): Pass opt_PRIVATE to def_exports.
19 (opt_PRIVATE): Handle PRIVATE token.
20 * dlltool.h (def_exports): Add 7th param for private flag to
21 declaration.
22 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
23 (struct export): Add 'private' field.
24 (def_exports): Set 'private' field of struct exports.
25 (scan_drectve_symbols): Adjust calls to def_exports.
26 (scan_filtered_symbols): Likewise.
27 (dump_def_info): Print 'private' field.
28 (gen_def_file): Likewise.
29 (gen_lib_file): Skip generation of lib object if private.
30 Delete tmp object files in same order as they were generated.
31 Don't delete non-existent private object files.
32
33 2004-02-27 Andreas Schwab <schwab@suse.de>
34
35 * ar.c (main): Support POSIX-compatible argument parsing.
36
37 2004-02-23 Daniel Lucq <daniel@lucq.org>
38
39 * readelf.c (process_mips_specific): Print conflictsno as an
40 unsigned long.
41
42 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
43
44 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
45
46 2004-02-19 Jakub Jelinek <jakub@redhat.com>
47
48 * objcopy.c (copy_section): Avoid warnings.
49
50 2004-02-14 Andrew Cagney <cagney@redhat.com>
51
52 * ar.c (remove_output): Use bfd_cache_close.
53 * arsup.c (ar_end): Ditto.
54
55 2004-01-21 Roland McGrath <roland@redhat.com>
56
57 * readelf.c (get_note_type): Match NT_AUXV.
58
59 2004-01-20 Nick Clifton <nickc@redhat.com>
60
61 * version.c (print_version): Update copyright year to 2004.
62
63 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
64
65 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
66 throughout.
67 * aclocal.m4: Regenerate.
68 * configure: Regenerate.
69
70 2004-01-12 Jakub Jelinek <jakub@redhat.com>
71
72 * objcopy.c: Include elf-bfd.h.
73 (is_strip_section): Don't strip debugging sections if
74 STRIP_NONDEBUG.
75 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
76 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
77
78 * objcopy.c (copy_section): Free relpp if relcount == 0.
79
80 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
81
82 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
83 (stab_demangle_argtypes): Likewise.
84 (stab_demangle_v3_argtypes): New static function.
85 (stab_demangle_v3_arg): New static function.
86
87 2004-01-12 Nick Clifton <nickc@redhat.com>
88
89 * objcopy.c (copy_object): Make the function boolean, returning
90 FALSE upon failure.
91 (copy_archive): Handle the return value from copy_object.
92 (copy_file): Likewise.
93
94 2004-01-07 Nick Clifton <nickc@redhat.com>
95
96 * readelf.c (find_section): New function. Locates a named
97 section.
98 (get_debug_line_pointer_sizes): New function: Initialises the
99 debug_line_pointer_sizes array.
100 (display_debug_lines): Call get_debug_line_pointer_sizes.
101 (display_debug_loc): Likewise.
102 (load_debug_loc): Use find_section.
103 (load_debug_str): Likewise.
104 (display_debug_info): Likewise.
105 (prescan_debug_info): Delete.
106 (debug_displays): Remove prescan field.
107 (process_section_contents): Do not perform prescans.
108
109 2004-01-03 Alan Modra <amodra@bigpond.net.au>
110
111 * objcopy.c (filter_bytes): Delete. Move code to..
112 (copy_section): ..here. Simplify size adjustment. Divide
113 section lma by interleave.
114
115 2004-01-02 Nick Clifton <nickc@redhat.com>
116
117 * po/ru.po: New file: Russian translation.
118 * configure.in (ALL_LINGUAS): Add ru
119 * configure: Regenerate.
120
121 For older changes see ChangeLog-0203
122 \f
123 Local Variables:
124 mode: change-log
125 left-margin: 8
126 fill-column: 74
127 version-control: never
128 End:
This page took 0.032718 seconds and 4 git commands to generate.