* som.c (som_bfd_print_private_bfd_data): Define to use the
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
2
3 * som.c (som_bfd_print_private_bfd_data): Define to use the
4 generic version.
5
6 Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
7
8 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
9 entry, text_start and data_start.
10
11 Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
12
13 * Makefile.in (OFILES): Remove $(TDEPFILES).
14 * config/apollo.mt (TDEPFILES): Remove.
15 * config/README: Update.
16
17 * configure.in: For a native configuration, set COREFILE and
18 COREFLAG based on the canonical host name.
19 * configure: Rebuild.
20 * Makefile.in: Rebuild dependencies.
21 (ALL_CFLAGS): Add @COREFLAG@.
22 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
23 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
24 support routines. Check LYNX_CORE rather than HOST_LYNX.
25 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
26 * i386lynx.c: Likewise.
27 * m68klynx.c: Likewise.
28 * sparclynx.c: Likewise.
29 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
30 * *-core.c: Comment changes.
31 * config/decstation.mh (HDEPFILES): Remove.
32 (HDEFINES): Remove -DTRAD_CORE.
33 * config/irix3.mh (RANLIB): Remove.
34 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
35 (HDEFINES): Remove -DIRIX_CORE.
36 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
37 (HDEFINES): Remove -DTRAD_CORE.
38 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
39 * config/ultra3.mh (RANLIB): Remove.
40 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
41 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
42 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
43 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
44 * config/hppahpux.mh, config/hppaosf.mh: Remove.
45 * config/i386aix.mh, config/i386bsd.mh: Remove.
46 * config/i386linux.mh, config/i386mach3.mh: Remove.
47 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
48 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
49 * config/mipsmach3.mh, config/news-mips.mh: Remove.
50 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
51 * config/rs600.mh, config/rs6000lynx.mh: Remove.
52 * config/solaris2.mh, config/stratus.mh: Remove.
53 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
54 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
55
56 Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
57
58 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
59 DT_FINI entry if the appropriate symbol is not in the hash table.
60
61 * libelf.h (struct elf_backend_data): Add create_program_headers
62 and want_hdr_in_seg fields.
63 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
64 defined.
65 (elf_backend_create_program_headers): Likewise.
66 (elfNN_bed): Initialize create_program_headers and
67 want_hdr_in_seg.
68 * elf.c (get_program_header_size): Call create_program_headers
69 backend routine.
70 (map_program_segments): Check want_hdr_in_seg backend field. Call
71 create_program_headers backend routine.
72
73 * elf.c (assign_file_positions_except_relocs): Align non allocated
74 sections when creating an executable.
75
76 * elfcode.h (elf_swap_phdr_in): Make non static.
77 (elf_swap_phdr_out): Make non static.
78 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
79 (bfd_elf32_swap_phdr_out): Declare.
80 (bfd_elf64_swap_phdr_in): Declare.
81 (bfd_elf64_swap_phdr_out): Declare.
82
83 * ecofflink.c (ecoff_collect_shuffle): New static function.
84 (_bfd_ecoff_get_accumulated_pdr): New function.
85 (_bfd_ecoff_get_accumulated_sym): New function.
86 (_bfd_ecoff_get_accumulated_ss): New function.
87 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
88 (_bfd_ecoff_get_accumulated_sym): Declare.
89 (_bfd_ecoff_get_accumulated_ss): Declare.
90 * libbfd.h: Rebuild.
91
92 Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
93
94 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
95
96 * elflink.h (elf_link_add_object_symbols): Handle indirect and
97 warning symbols. If any section is named .gnu.warning.XXX, treat
98 the contents as a warning to be issued if the symbol XXX is
99 referenced.
100 (elf_link_output_extsym): For an indirect or warning symbol, just
101 output the symbol it points to.
102
103 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
104 if bfd_hash_allocate fails, since it will already be set.
105 (generic_link_hash_newfunc): Likewise.
106 (archive_hash_newfunc): Likewise.
107 (hash_entry_bfd): New static function.
108 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
109 callback. Allocate a new warning using the hash table newfunc.
110 Use bfd_hash_replace to update the entry in the hash table, rather
111 than assuming we can copy the fields with structure assignment.
112
113 * hash.c (bfd_hash_replace): New function.
114 * bfd-in.h (bfd_hash_replace): Declare.
115 * bfd-in2.h: Rebuild.
116
117 Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
118
119 * config.bfd: Add mips*vr4300-*-elf* target.
120 * config/mipsbvr4300.mt: Added.
121
122 See file ChangeLog.2
123
124 \f
125 Local Variables:
126 mode: indented-text
127 left-margin: 8
128 fill-column: 74
129 version-control: never
130 End:
This page took 0.049352 seconds and 5 git commands to generate.