(struct stab_link_includes_totals): Add field 'symb' that keeps the characters
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
92e25cf8
SS
12004-03-30 Stan Shebs <shebs@apple.com>
2
3 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
4 support files, no longer used.
5
d507cf36
PB
62004-03-23 Paul Brook <paul@codesourcery.com>
7
8 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
9
8c9a9879
RH
102004-03-21 Richard Henderson <rth@redhat.com>
11
12 * readelf.c (display_debug_frames): Don't crash for mismatched
13 DW_CFA_restore_state.
14
6ece5c52
AM
152004-03-19 Alan Modra <amodra@bigpond.net.au>
16
17 * Makefile.am: Run "make dep-am".
18 * Makefile.in: Regenerate.
19 * aclocal.m4: Regenerate.
20 * config.in: Regenerate.
21 * configure: Regenerate.
22 * po/binutils.pot: Regenerate.
23
6f104306
NS
242004-03-15 Nathan Sidwell <nathan@codesourcery.com>
25
26 * objdump.c (struct SFILE): Replace current pointer with pos
27 offset, rename size to alloc.
28 (objdump_sprintf): Avoid unnecessary copies in the common case
29 (disassemble_bytes): Keep sfile live throughout the
30 function. Adjust usage appropriately.
31
523f6a27
BE
322004-03-10 Ben Elliston <bje@gnu.org>
33
34 * MAINTAINERS: Update my mail address.
35
7aa52b1f
NC
362004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
37
38 * deflex.l: Handle "PRIVATE" string.
39 * defparse.y (%token): Add PRIVATE.
40 (%type): Add opt_PRIVATE.
41 (expline): Pass opt_PRIVATE to def_exports.
42 (opt_PRIVATE): Handle PRIVATE token.
43 * dlltool.h (def_exports): Add 7th param for private flag to
44 declaration.
45 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
46 (struct export): Add 'private' field.
47 (def_exports): Set 'private' field of struct exports.
48 (scan_drectve_symbols): Adjust calls to def_exports.
49 (scan_filtered_symbols): Likewise.
50 (dump_def_info): Print 'private' field.
51 (gen_def_file): Likewise.
52 (gen_lib_file): Skip generation of lib object if private.
53 Delete tmp object files in same order as they were generated.
54 Don't delete non-existent private object files.
55
af865222
AS
562004-02-27 Andreas Schwab <schwab@suse.de>
57
58 * ar.c (main): Support POSIX-compatible argument parsing.
59
c7e7ca54
NC
602004-02-23 Daniel Lucq <daniel@lucq.org>
61
62 * readelf.c (process_mips_specific): Print conflictsno as an
63 unsigned long.
64
eff21b8e
CF
652004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
66
67 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
68
2f01ffbf
JJ
692004-02-19 Jakub Jelinek <jakub@redhat.com>
70
71 * objcopy.c (copy_section): Avoid warnings.
72
c92c35e7
AC
732004-02-14 Andrew Cagney <cagney@redhat.com>
74
75 * ar.c (remove_output): Use bfd_cache_close.
76 * arsup.c (ar_end): Ditto.
77
9d241085
RM
782004-01-21 Roland McGrath <roland@redhat.com>
79
80 * readelf.c (get_note_type): Match NT_AUXV.
81
d99e9f4d
NC
822004-01-20 Nick Clifton <nickc@redhat.com>
83
84 * version.c (print_version): Update copyright year to 2004.
85
f8b73030
MR
862004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
87
88 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
89 throughout.
90 * aclocal.m4: Regenerate.
91 * configure: Regenerate.
92
f0312d39
JJ
932004-01-12 Jakub Jelinek <jakub@redhat.com>
94
95 * objcopy.c: Include elf-bfd.h.
96 (is_strip_section): Don't strip debugging sections if
97 STRIP_NONDEBUG.
98 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
99 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
100
101 * objcopy.c (copy_section): Free relpp if relcount == 0.
102
041821e6
ILT
1032004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
104
105 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
106 (stab_demangle_argtypes): Likewise.
107 (stab_demangle_v3_argtypes): New static function.
108 (stab_demangle_v3_arg): New static function.
109
950d48e7
NC
1102004-01-12 Nick Clifton <nickc@redhat.com>
111
112 * objcopy.c (copy_object): Make the function boolean, returning
113 FALSE upon failure.
114 (copy_archive): Handle the return value from copy_object.
115 (copy_file): Likewise.
116
d9296b18
NC
1172004-01-07 Nick Clifton <nickc@redhat.com>
118
119 * readelf.c (find_section): New function. Locates a named
120 section.
121 (get_debug_line_pointer_sizes): New function: Initialises the
122 debug_line_pointer_sizes array.
123 (display_debug_lines): Call get_debug_line_pointer_sizes.
124 (display_debug_loc): Likewise.
125 (load_debug_loc): Use find_section.
126 (load_debug_str): Likewise.
127 (display_debug_info): Likewise.
128 (prescan_debug_info): Delete.
129 (debug_displays): Remove prescan field.
130 (process_section_contents): Do not perform prescans.
131
5e675b72
AM
1322004-01-03 Alan Modra <amodra@bigpond.net.au>
133
134 * objcopy.c (filter_bytes): Delete. Move code to..
135 (copy_section): ..here. Simplify size adjustment. Divide
136 section lma by interleave.
137
f0660b73
NC
1382004-01-02 Nick Clifton <nickc@redhat.com>
139
140 * po/ru.po: New file: Russian translation.
141 * configure.in (ALL_LINGUAS): Add ru
142 * configure: Regenerate.
eb18fd22 143
c9e214e5 144For older changes see ChangeLog-0203
252b5132
RH
145\f
146Local Variables:
147mode: change-log
148left-margin: 8
149fill-column: 74
150version-control: never
151End:
This page took 0.220758 seconds and 4 git commands to generate.