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