* readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
90e01f86
ILT
12004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
2
3 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
4
80fccad2
BW
52004-05-17 David Heine <dlheine@tensilica.com>
6
7 * objcopy.c (setup_bfd_headers): New function.
8 (copy_object): Call setup_bfd_headers.
9
0da76f83
NC
102004-05-13 Paul Brook <paul@codesourcery.com>
11
12 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
13 entries.
14
9598fbe5
NC
152004-05-13 Nick Clifton <nickc@redhat.com>
16
17 * po/fr.po: Updated French translation.
18
8c37241b
JJ
192004-05-11 Jakub Jelinek <jakub@redhat.com>
20
21 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
22
e4b17d5c
L
232004-05-07 H.J. Lu <hongjiu.lu@intel.com>
24
25 * readelf.c (section_groups): New.
26 (group_count): New.
27 (section_headers_groups): New.
28 (process_section_groups): Populate group_count, section_groups
29 and section_headers_groups.
30 (process_unwind): Support section group.
31 (process_object): Always call process_section_groups. Free
32 section_groups and section_headers_groups.
33
f2da459f
L
342004-04-30 H.J. Lu <hongjiu.lu@intel.com>
35
36 * readelf.c (process_section_headers): Use %3lu on sh_info.
37
f8935895
NC
382004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
39
40 * ranlib.sh: Quote $1 argument in case it contains spaces.
41
422004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
43
44 * objcopy.c (copy_usage, strip_usage): Fix spelling.
45
f5842774
L
462004-04-26 H.J. Lu <hongjiu.lu@intel.com>
47
48 * readelf.c (do_section_groups): New.
49 (options): Add --section-groups/-g.
50 (usage): Mention --section-groups/-g.
51 (parse_args): Support --section-groups/-g.
52 (get_group_flags): New.
53 (process_section_groups): New.
54 (process_object): Call process_section_groups.
55
46212538
AM
562004-04-24 Alan Modra <amodra@bigpond.net.au>
57
58 * objdump.c (disassemble_section): Don't disassemble sections
59 without SEC_HAS_CONTENTS.
60
4c45e5c9
JJ
612004-04-22 Jakub Jelinek <jakub@redhat.com>
62
63 * objdump.c (synthsyms, synthcount): New variables.
64 (disassemble_data): Use dynsyms for stripped binaries or libraries.
65 Add synthetized symbols.
66 (dump_bfd): For disassemble, initialize dynsyms always and
67 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
68 before returning.
69
e9f87780
AM
702004-04-14 Alan Modra <amodra@bigpond.net.au>
71
72 * strings.c (print_strings): Cast file_off to unsigned long in
73 printf arg list.
74
1ba93119
AM
752004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
76
77 PR 86
78 * arsup.c (ar_save): Use smart_rename.
79
935a41f5
NC
802004-04-01 Dean Luick <luick@cray.com>
81
82 * readelf.c (display_debug_pubnames): Align offset and data
83 columns.
84 (read_and_display_attr_value): Add missing break;
85 (debug_displays): Enable the display of the .debug_pubtypes
86 section.
87
92e25cf8
SS
882004-03-30 Stan Shebs <shebs@apple.com>
89
90 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
91 support files, no longer used.
92
d507cf36
PB
932004-03-23 Paul Brook <paul@codesourcery.com>
94
95 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
96
8c9a9879
RH
972004-03-21 Richard Henderson <rth@redhat.com>
98
99 * readelf.c (display_debug_frames): Don't crash for mismatched
100 DW_CFA_restore_state.
101
6ece5c52
AM
1022004-03-19 Alan Modra <amodra@bigpond.net.au>
103
104 * Makefile.am: Run "make dep-am".
105 * Makefile.in: Regenerate.
106 * aclocal.m4: Regenerate.
107 * config.in: Regenerate.
108 * configure: Regenerate.
109 * po/binutils.pot: Regenerate.
110
6f104306
NS
1112004-03-15 Nathan Sidwell <nathan@codesourcery.com>
112
113 * objdump.c (struct SFILE): Replace current pointer with pos
114 offset, rename size to alloc.
115 (objdump_sprintf): Avoid unnecessary copies in the common case
116 (disassemble_bytes): Keep sfile live throughout the
117 function. Adjust usage appropriately.
118
523f6a27
BE
1192004-03-10 Ben Elliston <bje@gnu.org>
120
121 * MAINTAINERS: Update my mail address.
122
7aa52b1f
NC
1232004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
124
125 * deflex.l: Handle "PRIVATE" string.
126 * defparse.y (%token): Add PRIVATE.
127 (%type): Add opt_PRIVATE.
128 (expline): Pass opt_PRIVATE to def_exports.
129 (opt_PRIVATE): Handle PRIVATE token.
130 * dlltool.h (def_exports): Add 7th param for private flag to
131 declaration.
132 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
133 (struct export): Add 'private' field.
134 (def_exports): Set 'private' field of struct exports.
135 (scan_drectve_symbols): Adjust calls to def_exports.
136 (scan_filtered_symbols): Likewise.
137 (dump_def_info): Print 'private' field.
138 (gen_def_file): Likewise.
139 (gen_lib_file): Skip generation of lib object if private.
140 Delete tmp object files in same order as they were generated.
141 Don't delete non-existent private object files.
142
af865222
AS
1432004-02-27 Andreas Schwab <schwab@suse.de>
144
145 * ar.c (main): Support POSIX-compatible argument parsing.
146
c7e7ca54
NC
1472004-02-23 Daniel Lucq <daniel@lucq.org>
148
149 * readelf.c (process_mips_specific): Print conflictsno as an
150 unsigned long.
151
eff21b8e
CF
1522004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
153
154 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
155
2f01ffbf
JJ
1562004-02-19 Jakub Jelinek <jakub@redhat.com>
157
158 * objcopy.c (copy_section): Avoid warnings.
159
c92c35e7
AC
1602004-02-14 Andrew Cagney <cagney@redhat.com>
161
162 * ar.c (remove_output): Use bfd_cache_close.
163 * arsup.c (ar_end): Ditto.
164
9d241085
RM
1652004-01-21 Roland McGrath <roland@redhat.com>
166
167 * readelf.c (get_note_type): Match NT_AUXV.
168
d99e9f4d
NC
1692004-01-20 Nick Clifton <nickc@redhat.com>
170
171 * version.c (print_version): Update copyright year to 2004.
172
f8b73030
MR
1732004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
174
175 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
176 throughout.
177 * aclocal.m4: Regenerate.
178 * configure: Regenerate.
179
f0312d39
JJ
1802004-01-12 Jakub Jelinek <jakub@redhat.com>
181
182 * objcopy.c: Include elf-bfd.h.
183 (is_strip_section): Don't strip debugging sections if
184 STRIP_NONDEBUG.
185 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
186 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
187
188 * objcopy.c (copy_section): Free relpp if relcount == 0.
189
041821e6
ILT
1902004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
191
192 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
193 (stab_demangle_argtypes): Likewise.
194 (stab_demangle_v3_argtypes): New static function.
195 (stab_demangle_v3_arg): New static function.
196
950d48e7
NC
1972004-01-12 Nick Clifton <nickc@redhat.com>
198
199 * objcopy.c (copy_object): Make the function boolean, returning
200 FALSE upon failure.
201 (copy_archive): Handle the return value from copy_object.
202 (copy_file): Likewise.
203
d9296b18
NC
2042004-01-07 Nick Clifton <nickc@redhat.com>
205
206 * readelf.c (find_section): New function. Locates a named
207 section.
208 (get_debug_line_pointer_sizes): New function: Initialises the
209 debug_line_pointer_sizes array.
210 (display_debug_lines): Call get_debug_line_pointer_sizes.
211 (display_debug_loc): Likewise.
212 (load_debug_loc): Use find_section.
213 (load_debug_str): Likewise.
214 (display_debug_info): Likewise.
215 (prescan_debug_info): Delete.
216 (debug_displays): Remove prescan field.
217 (process_section_contents): Do not perform prescans.
218
5e675b72
AM
2192004-01-03 Alan Modra <amodra@bigpond.net.au>
220
221 * objcopy.c (filter_bytes): Delete. Move code to..
222 (copy_section): ..here. Simplify size adjustment. Divide
223 section lma by interleave.
224
f0660b73
NC
2252004-01-02 Nick Clifton <nickc@redhat.com>
226
227 * po/ru.po: New file: Russian translation.
228 * configure.in (ALL_LINGUAS): Add ru
229 * configure: Regenerate.
eb18fd22 230
c9e214e5 231For older changes see ChangeLog-0203
252b5132
RH
232\f
233Local Variables:
234mode: change-log
235left-margin: 8
236fill-column: 74
237version-control: never
238End:
This page took 0.233851 seconds and 4 git commands to generate.