ChangeLog revision 130561
12004-05-13  Nick Clifton  <nickc@redhat.com>
2
3	* po/fr.po: Updated French translation.
4
52004-04-09  Daniel Jacobowitz  <drow@mvista.com>
6
7	Merge from mainline:
8	2004-04-07  Benjamin Monate  <benjamin.monate@cea.fr>
9	PR 86
10	* arsup.c (ar_save): Use smart_rename.
11
12	2004-04-01  Dean Luick <luick@cray.com>
13	* readelf.c (display_debug_pubnames): Align offset and data
14	columns.
15	(read_and_display_attr_value): Add missing break;
16	(debug_displays): Enable the display of the .debug_pubtypes
17	section.
18
19	2004-03-21  Richard Henderson  <rth@redhat.com>
20	* readelf.c (display_debug_frames): Don't crash for mismatched
21	DW_CFA_restore_state.
22
23	2004-03-10  Ben Elliston  <bje@gnu.org>
24	* MAINTAINERS: Update my mail address.
25
26	2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
27	* deflex.l: Handle "PRIVATE" string.
28	* defparse.y (%token): Add PRIVATE.
29	(%type): Add opt_PRIVATE.
30	(expline): Pass opt_PRIVATE to def_exports.
31	(opt_PRIVATE): Handle PRIVATE token.
32	* dlltool.h (def_exports): Add 7th param for private flag to
33	declaration.
34	* dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
35	(struct export): Add 'private' field.
36	(def_exports): Set 'private' field of struct exports.
37	(scan_drectve_symbols): Adjust calls to def_exports.
38	(scan_filtered_symbols): Likewise.
39	(dump_def_info): Print 'private' field.
40	(gen_def_file): Likewise.
41	(gen_lib_file): Skip generation of lib object if private.
42	Delete tmp object files in same order as they were generated.
43	Don't delete non-existent private object files.
44
45	2004-02-27  Andreas Schwab  <schwab@suse.de>
46	* ar.c (main): Support POSIX-compatible argument parsing.
47
48	2004-02-23  Daniel Lucq  <daniel@lucq.org>
49	* readelf.c (process_mips_specific): Print conflictsno as an
50	unsigned long.
51
52	2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
53	* dlltool.c (gen_exp_file): Always output names for forwarded symbols.
54
55	2004-02-19  Jakub Jelinek  <jakub@redhat.com>
56	* objcopy.c (copy_section): Avoid warnings.
57
582004-02-14  Andrew Cagney  <cagney@redhat.com>
59
60	* ar.c (remove_output): Use bfd_cache_close.
61	* arsup.c (ar_end): Ditto.
62
632004-01-21  Roland McGrath  <roland@redhat.com>
64
65	* readelf.c (get_note_type): Match NT_AUXV.
66
672004-01-20  Nick Clifton  <nickc@redhat.com>
68
69	* version.c (print_version): Update copyright year to 2004.
70
712004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
72
73	* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
74	throughout.
75	* aclocal.m4: Regenerate.
76	* configure: Regenerate.
77
782004-01-12  Jakub Jelinek  <jakub@redhat.com>
79
80	* objcopy.c: Include elf-bfd.h.
81	(is_strip_section): Don't strip debugging sections if
82	STRIP_NONDEBUG.
83	(setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
84	~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
85
86	* objcopy.c (copy_section): Free relpp if relcount == 0.
87
882004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
89
90	* stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
91	(stab_demangle_argtypes): Likewise.
92	(stab_demangle_v3_argtypes): New static function.
93	(stab_demangle_v3_arg): New static function.
94
952004-01-12  Nick Clifton  <nickc@redhat.com>
96
97	* objcopy.c (copy_object): Make the function boolean, returning
98	FALSE upon failure.
99        (copy_archive): Handle the return value from copy_object.
100        (copy_file): Likewise.
101
1022004-01-07  Nick Clifton  <nickc@redhat.com>
103
104	* readelf.c (find_section): New function.  Locates a named
105	section.
106	(get_debug_line_pointer_sizes): New function:  Initialises the
107	debug_line_pointer_sizes array.
108        (display_debug_lines): Call get_debug_line_pointer_sizes.
109        (display_debug_loc): Likewise.
110        (load_debug_loc): Use find_section.
111        (load_debug_str): Likewise.
112        (display_debug_info): Likewise.
113        (prescan_debug_info): Delete.
114        (debug_displays): Remove prescan field.
115        (process_section_contents): Do not perform prescans.
116
1172004-01-03  Alan Modra  <amodra@bigpond.net.au>
118
119	* objcopy.c (filter_bytes): Delete.  Move code to..
120	(copy_section): ..here.  Simplify size adjustment.  Divide
121	section lma by interleave.
122
1232004-01-02  Nick Clifton  <nickc@redhat.com>
124
125	* po/ru.po: New file: Russian translation.
126	* configure.in (ALL_LINGUAS): Add ru
127	* configure: Regenerate.
128
129For older changes see ChangeLog-0203
130
131Local Variables:
132mode: change-log
133left-margin: 8
134fill-column: 74
135version-control: never
136End:
137