Add new port: crx-elf
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1fe1f39c
NC
12004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
2
3 * MAINTAINERS: Added myself to the list.
4 * readelf.c: Include "elf/crx.h".
5 (guess_is_rela): Handle EM_CRX.
6 (get_machine_name): Likewise.
7 (dump_relocations): Likewise.
8
c87db184
CF
92004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
10
11 * doc/binutils.texi (nm): Clarify weak symbol description.
12
fb7b006e
BE
132004-06-24 Ben Elliston <bje@au.ibm.com>
14
15 * readelf.c (get_segment_type): Display "GNU_STACK", not just
16 "STACK", when a PT_GNU_STACK segment is encountered.
17
eea6121a
AM
182004-06-24 Alan Modra <amodra@bigpond.net.au>
19
20 * objcopy.c (copy_section): Don't set _cooked_size.
21
fb514b26
AM
222004-06-22 Alan Modra <amodra@bigpond.net.au>
23
ba2685cc
AM
24 * readelf.c (Elf32_Word): Delete.
25 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
26 (get_64bit_dynamic_section): Likewise.
27
28 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
29 (get_64bit_dynamic_section): Likewise.
30
86dba8ee
AM
31 * readelf.c (dynamic_nent): New variable.
32 (get_32bit_dynamic_section): Set it.
33 (get_64bit_dynamic_section): Here too.
34 (process_dynamic_section): Use it instead of dynamic_size.
35 (process_syminfo): Likewise.
36
fb514b26
AM
37 * readelf.c (get_32bit_dynamic_section): Correct number of entries
38 translated from external to internal form.
39 (get_64bit_dynamic_section): Likewise.
40
b2d38a17
NC
412004-06-18 Jie Zhang <zhangjie@magima.com.cn>
42
43 * readelf.c (process_program_headers): When locating the dynamic
44 section use the section table if it is present.
45 (dynamic_segment): Renamed to dynamic_section.
46 Replace references to dynamic segment with references to dynamic
47 section, except where appropriate.
48 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
49 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
50 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
51 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
52 Remove tag counting code as it is no longer needed.
53 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
54 Remove tag counting code as it is no longer needed.
55 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 56
135dfb4a
AM
572004-06-15 Alan Modra <amodra@bigpond.net.au>
58
59 * objcopy.c (copy_section): Use bfd_get_section_size instead of
60 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
61 (compare_section_lma): Likewise.
62 * addr2line.c (find_address_in_section): Likewise.
63 * coffgrok.c (do_sections_p1): Likewise.
64 * dlltool.c (scan_drectve_symbols): Likewise.
65 * nlmconv.c (main): Likewise.
66 (copy_sections): Likewise.
67 (powerpc_mangle_relocs): Likewise.
68 * objdump.c (disassemble_section): Likewise.
69 * prdbg.c (find_address_in_section): Likewise.
70 * size.c (berkeley_sum): Likewise.
71 * srconv.c (wr_ob): Likewise.
72 * strings.c (strings_a_section): Likewise.
73
90e01f86
ILT
742004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
75
76 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
77
80fccad2
BW
782004-05-17 David Heine <dlheine@tensilica.com>
79
eea6121a 80 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
81 (copy_object): Call setup_bfd_headers.
82
0da76f83
NC
832004-05-13 Paul Brook <paul@codesourcery.com>
84
85 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
86 entries.
87
9598fbe5
NC
882004-05-13 Nick Clifton <nickc@redhat.com>
89
90 * po/fr.po: Updated French translation.
91
8c37241b
JJ
922004-05-11 Jakub Jelinek <jakub@redhat.com>
93
94 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
95
e4b17d5c
L
962004-05-07 H.J. Lu <hongjiu.lu@intel.com>
97
98 * readelf.c (section_groups): New.
99 (group_count): New.
100 (section_headers_groups): New.
101 (process_section_groups): Populate group_count, section_groups
102 and section_headers_groups.
103 (process_unwind): Support section group.
104 (process_object): Always call process_section_groups. Free
105 section_groups and section_headers_groups.
106
f2da459f
L
1072004-04-30 H.J. Lu <hongjiu.lu@intel.com>
108
109 * readelf.c (process_section_headers): Use %3lu on sh_info.
110
f8935895
NC
1112004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
112
113 * ranlib.sh: Quote $1 argument in case it contains spaces.
114
1152004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
116
117 * objcopy.c (copy_usage, strip_usage): Fix spelling.
118
f5842774
L
1192004-04-26 H.J. Lu <hongjiu.lu@intel.com>
120
121 * readelf.c (do_section_groups): New.
122 (options): Add --section-groups/-g.
123 (usage): Mention --section-groups/-g.
124 (parse_args): Support --section-groups/-g.
125 (get_group_flags): New.
126 (process_section_groups): New.
127 (process_object): Call process_section_groups.
128
46212538
AM
1292004-04-24 Alan Modra <amodra@bigpond.net.au>
130
131 * objdump.c (disassemble_section): Don't disassemble sections
132 without SEC_HAS_CONTENTS.
133
4c45e5c9
JJ
1342004-04-22 Jakub Jelinek <jakub@redhat.com>
135
136 * objdump.c (synthsyms, synthcount): New variables.
137 (disassemble_data): Use dynsyms for stripped binaries or libraries.
138 Add synthetized symbols.
139 (dump_bfd): For disassemble, initialize dynsyms always and
140 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
141 before returning.
142
e9f87780
AM
1432004-04-14 Alan Modra <amodra@bigpond.net.au>
144
145 * strings.c (print_strings): Cast file_off to unsigned long in
146 printf arg list.
147
1ba93119
AM
1482004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
149
150 PR 86
151 * arsup.c (ar_save): Use smart_rename.
152
935a41f5
NC
1532004-04-01 Dean Luick <luick@cray.com>
154
155 * readelf.c (display_debug_pubnames): Align offset and data
156 columns.
157 (read_and_display_attr_value): Add missing break;
158 (debug_displays): Enable the display of the .debug_pubtypes
159 section.
160
92e25cf8
SS
1612004-03-30 Stan Shebs <shebs@apple.com>
162
163 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
164 support files, no longer used.
165
d507cf36
PB
1662004-03-23 Paul Brook <paul@codesourcery.com>
167
168 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
169
8c9a9879
RH
1702004-03-21 Richard Henderson <rth@redhat.com>
171
172 * readelf.c (display_debug_frames): Don't crash for mismatched
173 DW_CFA_restore_state.
174
6ece5c52
AM
1752004-03-19 Alan Modra <amodra@bigpond.net.au>
176
177 * Makefile.am: Run "make dep-am".
178 * Makefile.in: Regenerate.
179 * aclocal.m4: Regenerate.
180 * config.in: Regenerate.
181 * configure: Regenerate.
182 * po/binutils.pot: Regenerate.
183
6f104306
NS
1842004-03-15 Nathan Sidwell <nathan@codesourcery.com>
185
186 * objdump.c (struct SFILE): Replace current pointer with pos
187 offset, rename size to alloc.
188 (objdump_sprintf): Avoid unnecessary copies in the common case
189 (disassemble_bytes): Keep sfile live throughout the
190 function. Adjust usage appropriately.
191
523f6a27
BE
1922004-03-10 Ben Elliston <bje@gnu.org>
193
194 * MAINTAINERS: Update my mail address.
195
7aa52b1f
NC
1962004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
197
198 * deflex.l: Handle "PRIVATE" string.
199 * defparse.y (%token): Add PRIVATE.
200 (%type): Add opt_PRIVATE.
201 (expline): Pass opt_PRIVATE to def_exports.
202 (opt_PRIVATE): Handle PRIVATE token.
203 * dlltool.h (def_exports): Add 7th param for private flag to
204 declaration.
205 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
206 (struct export): Add 'private' field.
207 (def_exports): Set 'private' field of struct exports.
208 (scan_drectve_symbols): Adjust calls to def_exports.
209 (scan_filtered_symbols): Likewise.
210 (dump_def_info): Print 'private' field.
211 (gen_def_file): Likewise.
212 (gen_lib_file): Skip generation of lib object if private.
213 Delete tmp object files in same order as they were generated.
214 Don't delete non-existent private object files.
215
af865222
AS
2162004-02-27 Andreas Schwab <schwab@suse.de>
217
218 * ar.c (main): Support POSIX-compatible argument parsing.
219
c7e7ca54
NC
2202004-02-23 Daniel Lucq <daniel@lucq.org>
221
222 * readelf.c (process_mips_specific): Print conflictsno as an
223 unsigned long.
224
eff21b8e
CF
2252004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
226
227 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
228
2f01ffbf
JJ
2292004-02-19 Jakub Jelinek <jakub@redhat.com>
230
231 * objcopy.c (copy_section): Avoid warnings.
232
c92c35e7
AC
2332004-02-14 Andrew Cagney <cagney@redhat.com>
234
235 * ar.c (remove_output): Use bfd_cache_close.
236 * arsup.c (ar_end): Ditto.
237
9d241085
RM
2382004-01-21 Roland McGrath <roland@redhat.com>
239
240 * readelf.c (get_note_type): Match NT_AUXV.
241
d99e9f4d
NC
2422004-01-20 Nick Clifton <nickc@redhat.com>
243
244 * version.c (print_version): Update copyright year to 2004.
245
f8b73030
MR
2462004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
247
248 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
249 throughout.
250 * aclocal.m4: Regenerate.
251 * configure: Regenerate.
252
f0312d39
JJ
2532004-01-12 Jakub Jelinek <jakub@redhat.com>
254
255 * objcopy.c: Include elf-bfd.h.
256 (is_strip_section): Don't strip debugging sections if
257 STRIP_NONDEBUG.
258 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
259 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
260
261 * objcopy.c (copy_section): Free relpp if relcount == 0.
262
041821e6
ILT
2632004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
264
265 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
266 (stab_demangle_argtypes): Likewise.
267 (stab_demangle_v3_argtypes): New static function.
268 (stab_demangle_v3_arg): New static function.
269
950d48e7
NC
2702004-01-12 Nick Clifton <nickc@redhat.com>
271
272 * objcopy.c (copy_object): Make the function boolean, returning
273 FALSE upon failure.
eea6121a
AM
274 (copy_archive): Handle the return value from copy_object.
275 (copy_file): Likewise.
950d48e7 276
d9296b18
NC
2772004-01-07 Nick Clifton <nickc@redhat.com>
278
279 * readelf.c (find_section): New function. Locates a named
280 section.
281 (get_debug_line_pointer_sizes): New function: Initialises the
282 debug_line_pointer_sizes array.
eea6121a
AM
283 (display_debug_lines): Call get_debug_line_pointer_sizes.
284 (display_debug_loc): Likewise.
285 (load_debug_loc): Use find_section.
286 (load_debug_str): Likewise.
287 (display_debug_info): Likewise.
288 (prescan_debug_info): Delete.
289 (debug_displays): Remove prescan field.
290 (process_section_contents): Do not perform prescans.
d9296b18 291
5e675b72
AM
2922004-01-03 Alan Modra <amodra@bigpond.net.au>
293
294 * objcopy.c (filter_bytes): Delete. Move code to..
295 (copy_section): ..here. Simplify size adjustment. Divide
296 section lma by interleave.
297
f0660b73
NC
2982004-01-02 Nick Clifton <nickc@redhat.com>
299
300 * po/ru.po: New file: Russian translation.
301 * configure.in (ALL_LINGUAS): Add ru
302 * configure: Regenerate.
eb18fd22 303
c9e214e5 304For older changes see ChangeLog-0203
252b5132
RH
305\f
306Local Variables:
307mode: change-log
308left-margin: 8
309fill-column: 74
310version-control: never
311End:
This page took 0.245999 seconds and 4 git commands to generate.