Commit | Line | Data |
---|---|---|
8181c403 AM |
1 | 2000-05-08 Alan Modra <alan@linuxcare.com.au> |
2 | ||
bfde9f99 AM |
3 | * versados.c (versados_scan): Init stringlen and pass_2_done. |
4 | ||
b35efbcd AM |
5 | * trad-core.c (trad_unix_core_file_p): Return |
6 | bfd_error_wrong_format rather than bfd_error_file_truncated. | |
7 | ||
8181c403 AM |
8 | * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to |
9 | add_data_entry. DataDirectory virtual address is relative. | |
10 | (pe_print_idata): Account for relative DataDirectory virtual | |
11 | addresses. Don't trash datasize inside POWERPC_LE_PE code. | |
12 | (pe_print_edata): Similarly. | |
13 | ||
14 | From Szabolcs Szakacsits <szaka@F-Secure.com> | |
15 | * peigen.c (dir_names): Add Delay Import Directory. | |
16 | (pe_print_idata): Always search for bfd section containing | |
17 | idata address rather than looking up section name. Print this | |
18 | section name rather than .idata. | |
19 | (pe_print_edata): Similarly. Also print some fields as %08lx. | |
20 | (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as | |
21 | Win32Version. | |
22 | ||
2c38bc20 CP |
23 | Fri May 5 20:44:40 2000 Clinton Popetz <cpopetz@cygnus.com> |
24 | ||
25 | * xcoff.h: Rename to xcoff-target.h | |
26 | * Makefile.am: Change all instances of xcoff.h to xcoff-target.h | |
27 | * coff-rs6000.c: Ditto. | |
28 | * coff64-rs6000.c: Ditto. | |
29 | * coff-pmac.c: Ditto. | |
30 | * Makefile.in: Regenerate. | |
31 | ||
c6664dfb CP |
32 | Fri May 5 16:51:03 2000 Clinton Popetz <cpopetz@cygnus.com> |
33 | ||
34 | * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): | |
35 | Change U802TOC64MAGIC to U803XTOCMAGIC. | |
36 | ||
3425c182 MS |
37 | 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com> |
38 | ||
39 | * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1. | |
40 | * bfd-in.h: Prototype bfd_elf_get_arch_size. | |
41 | * bfd-in2.h: Prototype bfd_elf_get_arch_size. | |
42 | ||
7c30ac37 AM |
43 | 2000-05-04 Alan Modra <alan@linuxcare.com.au> |
44 | ||
45 | * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma. | |
46 | ||
0444bdd4 L |
47 |