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