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