* emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
cbaa0dc5
AM
12004-09-22 Alan Modra <amodra@bigpond.net.au>
2
3 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
4 segments.
5
3443c1ae
AM
62004-09-17 Alan Modra <amodra@bigpond.net.au>
7
8 * Makefile.am: Run "make dep-am".
9 * Makefile.in: Regenerate.
10 * config.in: Regenerate.
11 * configure: Regenerate.
12 * doc/Makefile.in: Regenerate.
13 * po/binutils.pot: Regenerate.
14
74013231
AM
152004-09-12 Alan Modra <amodra@bigpond.net.au>
16
17 * readelf.c (decode_location_expression): Sign extend value for
18 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
19
360589e8
NC
202004-09-09 Nick Clifton <nickc@redhat.com>
21
22 PR 363
23 * ar.c (replace_members): Do not use get_file_size as
24 ar_emul_append correctly handles missing files.
25
d15b04bd
L
262004-09-07 H.J. Lu <hongjiu.lu@intel.com>
27
28 * configure: Regenerated with autconfig 2.13.
29
d597aff7
DS
302004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
31
74013231
AM
32 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
33 documentation.
d597aff7 34
04c34128
NC
352004-09-06 Michael Wardle <mbw@endbracket.net>
36
3023b782 37 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
38 the effect of the -p switch.
39
d597aff7 402004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 41
6cef8f72
DS
42 * dlltool.c (make_one_lib_file): Test if internal_name was
43 specified by user before using it.
5df31fad 44
74013231 452004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
46
47 PR binutils/351
48 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
49 exp->internal_name if it is present.
50
ec2dfb42
AO
512004-09-02 Alexandre Oliva <aoliva@redhat.com>
52
53 * MAINTAINERS: Add self as co-maintainer of FR-V.
54 * readelf.c (get_machine_flags): Print FR-V cpu types.
55
0873df2a
AM
562004-08-28 Alan Modra <amodra@bigpond.net.au>
57
58 * nm.c (show_synthetic): New var.
59 (long_options): Add "synthetic".
60 (usage): Here too.
61 (display_rel_file): Handle show_synthetic.
62
c9727e01
AM
632004-08-28 Alan Modra <amodra@bigpond.net.au>
64
65 * objdump.c (dump_bfd): Pass both symbol tables to
66 bfd_get_synthetic_symtab.
67
90e3cdf2
JJ
682004-08-17 Jakub Jelinek <jakub@redhat.com>
69
70 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
71 of dynsyms to bfd_get_synthetic_symtab.
72
d84de024
AM
732004-08-16 Alan Modra <amodra@bigpond.net.au>
74
75 * readelf.c (debug_apply_rela_addends): New function, extracted from..
76 (display_debug_info): ..here.
77 (display_debug_frames): Call debug_apply_rela_addends. Don't do
78 DW_EH_PE_pcrel adjustment for ET_REL.
79
efcb5b0e
AS
802004-08-06 Andreas Schwab <schwab@suse.de>
81
82 * readelf.c (dump_relocations): Fix typo when calculating
83 sec_index.
84
d3cde3af
NC
852004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
86
87 * dllwrap.c (deduce_name): Fix typos introduced when program_name
88 was renamed to prog_name.
89
1d70c7fb
AO
902004-07-29 Alexandre Oliva <aoliva@redhat.com>
91
92 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
93 EF_SH2A_NOFPU.
94
ccde1100
AO
952004-07-28 Alexandre Oliva <aoliva@redhat.com>
96
97 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
98 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
99 EF_SH4A_NOFPU.
100 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
101 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
102
082b7297
L
1032004-07-21 H.J. Lu <hongjiu.lu@intel.com>
104
105 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
106 to access comdat.
107 * objdump.c (dump_section_header): Likewise.
108
44a6d974
NC
1092004-07-15 Aravinda PR <aravindapr@rediffmail.com>
110
111 * nlmconv.c (main): Pass map_file argument to link_inputs.
112 (link_inputs): Use map_file argument if it is defined.
113
61513dc1
NC
1142004-07-13 Nick Clifton <nickc@redhat.com>
115
116 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
117 conflicts with exported global defined in bucomm.h.
118 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
119 shadowing the global defined in bucomm.h.
120
607dea97
NC
1212004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
122
123 * dlltool.c (ext_prefix_alias): New global variable.
124 (make_one_lib_file): Add aliases with prefixes for external
125 and import definitions.
126 (usage): Document -p option.
127 (long_options): Add --ext-prefix-alias option.
128 (main): Handle -p.
129 * doc/binutils.texi: Document new switch.
130 * NEWS: Mention new switch.
131
2758961a
NC
1322004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
133
134 * binutils/dlltool.c (asm_prefix): Add parameter: name.
135 No underscore for symbols beginning with ?.
136 (ASM_PREFIX): Add parameter: NAME.
137 (gen_exp_file): Use new parameter.
138 (make_label): Likewise.
139 (make_imp_label): Likewise.
140 (make_one_lib_file): Likewise.
141
1fe1f39c
NC
1422004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
143
144 * MAINTAINERS: Added myself to the list.
145 * readelf.c: Include "elf/crx.h".
146 (guess_is_rela): Handle EM_CRX.
147 (get_machine_name): Likewise.
148 (dump_relocations): Likewise.
149
c87db184
CF
1502004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
151
152 * doc/binutils.texi (nm): Clarify weak symbol description.
153
fb7b006e
BE
1542004-06-24 Ben Elliston <bje@au.ibm.com>
155
156 * readelf.c (get_segment_type): Display "GNU_STACK", not just
157 "STACK", when a PT_GNU_STACK segment is encountered.
158
eea6121a
AM
1592004-06-24 Alan Modra <amodra@bigpond.net.au>
160
161 * objcopy.c (copy_section): Don't set _cooked_size.
162
fb514b26
AM
1632004-06-22 Alan Modra <amodra@bigpond.net.au>
164
ba2685cc
AM
165 * readelf.c (Elf32_Word): Delete.
166 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
167 (get_64bit_dynamic_section): Likewise.
168
169 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
170 (get_64bit_dynamic_section): Likewise.
171
86dba8ee
AM
172 * readelf.c (dynamic_nent): New variable.
173 (get_32bit_dynamic_section): Set it.
174 (get_64bit_dynamic_section): Here too.
175 (process_dynamic_section): Use it instead of dynamic_size.
176 (process_syminfo): Likewise.
177
fb514b26
AM
178 * readelf.c (get_32bit_dynamic_section): Correct number of entries
179 translated from external to internal form.
180 (get_64bit_dynamic_section): Likewise.
181
b2d38a17
NC
1822004-06-18 Jie Zhang <zhangjie@magima.com.cn>
183
184 * readelf.c (process_program_headers): When locating the dynamic
185 section use the section table if it is present.
186 (dynamic_segment): Renamed to dynamic_section.
187 Replace references to dynamic segment with references to dynamic
188 section, except where appropriate.
189 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
190 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
191 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
192 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
193 Remove tag counting code as it is no longer needed.
194 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
195 Remove tag counting code as it is no longer needed.
196 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 197
135dfb4a
AM
1982004-06-15 Alan Modra <amodra@bigpond.net.au>
199
200 * objcopy.c (copy_section): Use bfd_get_section_size instead of
201 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
202 (compare_section_lma): Likewise.
203 * addr2line.c (find_address_in_section): Likewise.
204 * coffgrok.c (do_sections_p1): Likewise.
205 * dlltool.c (scan_drectve_symbols): Likewise.
206 * nlmconv.c (main): Likewise.
207 (copy_sections): Likewise.
208 (powerpc_mangle_relocs): Likewise.
209 * objdump.c (disassemble_section): Likewise.
210 * prdbg.c (find_address_in_section): Likewise.
211 * size.c (berkeley_sum): Likewise.
212 * srconv.c (wr_ob): Likewise.
213 * strings.c (strings_a_section): Likewise.
214
90e01f86
ILT
2152004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
216
217 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
218
80fccad2
BW
2192004-05-17 David Heine <dlheine@tensilica.com>
220
eea6121a 221 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
222 (copy_object): Call setup_bfd_headers.
223
0da76f83
NC
2242004-05-13 Paul Brook <paul@codesourcery.com>
225
226 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
227 entries.
228
9598fbe5
NC
2292004-05-13 Nick Clifton <nickc@redhat.com>
230
231 * po/fr.po: Updated French translation.
232
8c37241b
JJ
2332004-05-11 Jakub Jelinek <jakub@redhat.com>
234
235 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
236
e4b17d5c
L
2372004-05-07 H.J. Lu <hongjiu.lu@intel.com>
238
239 * readelf.c (section_groups): New.
240 (group_count): New.
241 (section_headers_groups): New.
242 (process_section_groups): Populate group_count, section_groups
243 and section_headers_groups.
244 (process_unwind): Support section group.
245 (process_object): Always call process_section_groups. Free
246 section_groups and section_headers_groups.
247
f2da459f
L
2482004-04-30 H.J. Lu <hongjiu.lu@intel.com>
249
250 * readelf.c (process_section_headers): Use %3lu on sh_info.
251
f8935895
NC
2522004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
253
254 * ranlib.sh: Quote $1 argument in case it contains spaces.
255
2562004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
257
258 * objcopy.c (copy_usage, strip_usage): Fix spelling.
259
f5842774
L
2602004-04-26 H.J. Lu <hongjiu.lu@intel.com>
261
262 * readelf.c (do_section_groups): New.
263 (options): Add --section-groups/-g.
264 (usage): Mention --section-groups/-g.
265 (parse_args): Support --section-groups/-g.
266 (get_group_flags): New.
267 (process_section_groups): New.
268 (process_object): Call process_section_groups.
269
46212538
AM
2702004-04-24 Alan Modra <amodra@bigpond.net.au>
271
272 * objdump.c (disassemble_section): Don't disassemble sections
273 without SEC_HAS_CONTENTS.
274
4c45e5c9
JJ
2752004-04-22 Jakub Jelinek <jakub@redhat.com>
276
277 * objdump.c (synthsyms, synthcount): New variables.
278 (disassemble_data): Use dynsyms for stripped binaries or libraries.
279 Add synthetized symbols.
280 (dump_bfd): For disassemble, initialize dynsyms always and
281 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
282 before returning.
283
e9f87780
AM
2842004-04-14 Alan Modra <amodra@bigpond.net.au>
285
286 * strings.c (print_strings): Cast file_off to unsigned long in
287 printf arg list.
288
1ba93119
AM
2892004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
290
291 PR 86
292 * arsup.c (ar_save): Use smart_rename.
293
935a41f5
NC
2942004-04-01 Dean Luick <luick@cray.com>
295
296 * readelf.c (display_debug_pubnames): Align offset and data
297 columns.
298 (read_and_display_attr_value): Add missing break;
299 (debug_displays): Enable the display of the .debug_pubtypes
300 section.
301
92e25cf8
SS
3022004-03-30 Stan Shebs <shebs@apple.com>
303
304 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
305 support files, no longer used.
306
d507cf36
PB
3072004-03-23 Paul Brook <paul@codesourcery.com>
308
309 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
310
8c9a9879
RH
3112004-03-21 Richard Henderson <rth@redhat.com>
312
313 * readelf.c (display_debug_frames): Don't crash for mismatched
314 DW_CFA_restore_state.
315
6ece5c52
AM
3162004-03-19 Alan Modra <amodra@bigpond.net.au>
317
318 * Makefile.am: Run "make dep-am".
319 * Makefile.in: Regenerate.
320 * aclocal.m4: Regenerate.
321 * config.in: Regenerate.
322 * configure: Regenerate.
323 * po/binutils.pot: Regenerate.
324
6f104306
NS
3252004-03-15 Nathan Sidwell <nathan@codesourcery.com>
326
327 * objdump.c (struct SFILE): Replace current pointer with pos
328 offset, rename size to alloc.
329 (objdump_sprintf): Avoid unnecessary copies in the common case
330 (disassemble_bytes): Keep sfile live throughout the
331 function. Adjust usage appropriately.
332
523f6a27
BE
3332004-03-10 Ben Elliston <bje@gnu.org>
334
335 * MAINTAINERS: Update my mail address.
336
7aa52b1f
NC
3372004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
338
339 * deflex.l: Handle "PRIVATE" string.
340 * defparse.y (%token): Add PRIVATE.
341 (%type): Add opt_PRIVATE.
342 (expline): Pass opt_PRIVATE to def_exports.
343 (opt_PRIVATE): Handle PRIVATE token.
344 * dlltool.h (def_exports): Add 7th param for private flag to
345 declaration.
346 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
347 (struct export): Add 'private' field.
348 (def_exports): Set 'private' field of struct exports.
349 (scan_drectve_symbols): Adjust calls to def_exports.
350 (scan_filtered_symbols): Likewise.
351 (dump_def_info): Print 'private' field.
352 (gen_def_file): Likewise.
353 (gen_lib_file): Skip generation of lib object if private.
354 Delete tmp object files in same order as they were generated.
355 Don't delete non-existent private object files.
356
af865222
AS
3572004-02-27 Andreas Schwab <schwab@suse.de>
358
359 * ar.c (main): Support POSIX-compatible argument parsing.
360
c7e7ca54
NC
3612004-02-23 Daniel Lucq <daniel@lucq.org>
362
363 * readelf.c (process_mips_specific): Print conflictsno as an
364 unsigned long.
365
eff21b8e
CF
3662004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
367
368 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
369
2f01ffbf
JJ
3702004-02-19 Jakub Jelinek <jakub@redhat.com>
371
372 * objcopy.c (copy_section): Avoid warnings.
373
c92c35e7
AC
3742004-02-14 Andrew Cagney <cagney@redhat.com>
375
376 * ar.c (remove_output): Use bfd_cache_close.
377 * arsup.c (ar_end): Ditto.
378
9d241085
RM
3792004-01-21 Roland McGrath <roland@redhat.com>
380
381 * readelf.c (get_note_type): Match NT_AUXV.
382
d99e9f4d
NC
3832004-01-20 Nick Clifton <nickc@redhat.com>
384
385 * version.c (print_version): Update copyright year to 2004.
386
f8b73030
MR
3872004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
388
389 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
390 throughout.
391 * aclocal.m4: Regenerate.
392 * configure: Regenerate.
393
f0312d39
JJ
3942004-01-12 Jakub Jelinek <jakub@redhat.com>
395
396 * objcopy.c: Include elf-bfd.h.
397 (is_strip_section): Don't strip debugging sections if
398 STRIP_NONDEBUG.
399 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
400 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
401
402 * objcopy.c (copy_section): Free relpp if relcount == 0.
403
041821e6
ILT
4042004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
405
406 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
407 (stab_demangle_argtypes): Likewise.
408 (stab_demangle_v3_argtypes): New static function.
409 (stab_demangle_v3_arg): New static function.
410
950d48e7
NC
4112004-01-12 Nick Clifton <nickc@redhat.com>
412
413 * objcopy.c (copy_object): Make the function boolean, returning
414 FALSE upon failure.
eea6121a
AM
415 (copy_archive): Handle the return value from copy_object.
416 (copy_file): Likewise.
950d48e7 417
d9296b18
NC
4182004-01-07 Nick Clifton <nickc@redhat.com>
419
420 * readelf.c (find_section): New function. Locates a named
421 section.
422 (get_debug_line_pointer_sizes): New function: Initialises the
423 debug_line_pointer_sizes array.
eea6121a
AM
424 (display_debug_lines): Call get_debug_line_pointer_sizes.
425 (display_debug_loc): Likewise.
426 (load_debug_loc): Use find_section.
427 (load_debug_str): Likewise.
428 (display_debug_info): Likewise.
429 (prescan_debug_info): Delete.
430 (debug_displays): Remove prescan field.
431 (process_section_contents): Do not perform prescans.
d9296b18 432
5e675b72
AM
4332004-01-03 Alan Modra <amodra@bigpond.net.au>
434
435 * objcopy.c (filter_bytes): Delete. Move code to..
436 (copy_section): ..here. Simplify size adjustment. Divide
437 section lma by interleave.
438
f0660b73
NC
4392004-01-02 Nick Clifton <nickc@redhat.com>
440
441 * po/ru.po: New file: Russian translation.
442 * configure.in (ALL_LINGUAS): Add ru
443 * configure: Regenerate.
eb18fd22 444
c9e214e5 445For older changes see ChangeLog-0203
252b5132
RH
446\f
447Local Variables:
448mode: change-log
449left-margin: 8
450fill-column: 74
451version-control: never
452End:
This page took 0.250733 seconds and 4 git commands to generate.