* sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 Thu Sep 7 12:48:01 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
4
5 * config.in: Rename from config.h.in.
6 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
7 Check for config.h:config.in when creating stamp-h.
8 * configure: Rebuild.
9 * Makefile.in (stamp-h): Depend upon config.in rather than
10 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
11 calling config.status.
12
13 * Makefile.in (do_distclean): Remove config.h and stamp-h.
14 (Makefile): Just rebuild Makefile.
15 (config.h, stamp-h): New targets.
16 * configure.in: Create stamp-h when rebuilding config.h.
17 * configure: Rebuild.
18
19 Wed Sep 6 15:00:33 1995 Ian Lance Taylor <ian@cygnus.com>
20
21 * configure.in: Call AC_CONFIG_HEADER. Substitute
22 HOST_64BIT_LONG. Check that various header files exist. Check
23 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
24 and/or free need to be declared. Don't make a link to sysdep.h.
25 Define TRAD_HEADER for various hosts.
26 * configure: Rebuild.
27 * configure.host: Don't set my_host. Add definitions taken from
28 host header files for various entries. Remove entries which now
29 do nothing.
30 * acconfig.h: New file.
31 * config.h.in: New file, built by autoheader.
32 * sysdep.h: New file.
33 * Makefile.in (do_distclean): Don't remove sysdep.h.
34 (RECONFIG): Remove.
35 (LOCAL_H_DEPS): New variable.
36 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
37 $(RECONFIG).
38 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
39 ($(OPTIONAL_BACKENDS)): Likewise.
40 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
41 looking through sysdep.h.
42 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
43 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
44 (fprintf_vma, sprintf_vma): Likewise.
45 (int64_type, uint64_type): Don't define.
46 * bfd-in2.h: Rebuild.
47 * archures.c, bfd.c, srec.c: Include <ctype.h>.
48 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
49 * lynx-core.c: Include stuff from old hosts/lynx.h.
50 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
51 rather than NO_FCNTL.
52 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
53 rather than NATIVE_HPPAHPUX_COMPILER.
54 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
55 is defined.
56 * hosts/*.h: Remove all header files which merely include,
57 declare, and define things. Leave header files which define
58 information needed by trad-core.c.
59
60 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
61 (BFD_CC_FOR_BUILD): Define.
62 * configure.in: Use BFD_CC_FOR_BUILD.
63 * configure: Rebuild.
64
65 Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
66
67 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
68 * configure: Rebuild.
69
70 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
71 a global symbol.
72
73 Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
74
75 * config.bfd: i386pe_ve -> i386pe_vec.
76
77 Mon Sep 4 14:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
78
79 * configure.host: Incorporate host Makefile fragments by setting
80 shell variables.
81 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
82 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
83 value based on whether the code is being compiled by a cross
84 compiler. Don't substitute host_makefile_frag or frags.
85 * aclocal.m4: New file to define local AC_PROG_CC.
86 * configure: Rebuild.
87 * Makefile.in (INSTALL): Set to @INSTALL@.
88 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
89 (INSTALL_DATA): Set to @INSTALL_DATA@.
90 (AR): Set to @AR@.
91 (CC): Define as @CC@.
92 (CFLAGS): Set to @CFLAGS@.
93 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
94 (@host_makefile_frag@): Remove.
95 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
96 after other options.
97 (config.status): Remove dependency upon @frags@.
98 * config/*.mh, config/README: Remove.
99
100 * config.bfd: Rewrite to incorporate the contents of the Makefile
101 fragments by setting shell variables, rather than merely returning
102 the name of a Makefile fragment.
103 * configure.in: Use shell variables set by config.bfd rather than
104 looking at the target Makefile fragment files. Don't substitute
105 target_makefile_frag. Do substitute TDEFINES.
106 * configure: Rebuild.
107 * Makefile.in (@target_makefile_frag@): Remove.
108 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
109 * config/*.mt: Remove.
110
111 Mon Sep 4 03:13:28 1995 Ken Raeburn <raeburn@cygnus.com>
112
113 * configure.in: Put changequote lines around "i[345]86" patterns
114 section of core file support.
115
116 Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
117
118 * som.c (som_bfd_print_private_bfd_data): Define to use the
119 generic version.
120
121 Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
122
123 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
124 entry, text_start and data_start.
125
126 Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
127
128 * Makefile.in (OFILES): Remove $(TDEPFILES).
129 * config/apollo.mt (TDEPFILES): Remove.
130 * config/README: Update.
131
132 * configure.in: For a native configuration, set COREFILE and
133 COREFLAG based on the canonical host name.
134 * configure: Rebuild.
135 * Makefile.in: Rebuild dependencies.
136 (ALL_CFLAGS): Add @COREFLAG@.
137 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
138 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
139 support routines. Check LYNX_CORE rather than HOST_LYNX.
140 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
141 * i386lynx.c: Likewise.
142 * m68klynx.c: Likewise.
143 * sparclynx.c: Likewise.
144 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
145 * *-core.c: Comment changes.
146 * config/decstation.mh (HDEPFILES): Remove.
147 (HDEFINES): Remove -DTRAD_CORE.
148 * config/irix3.mh (RANLIB): Remove.
149 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
150 (HDEFINES): Remove -DIRIX_CORE.
151 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
152 (HDEFINES): Remove -DTRAD_CORE.
153 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
154 * config/ultra3.mh (RANLIB): Remove.
155 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
156 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
157 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
158 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
159 * config/hppahpux.mh, config/hppaosf.mh: Remove.
160 * config/i386aix.mh, config/i386bsd.mh: Remove.
161 * config/i386linux.mh, config/i386mach3.mh: Remove.
162 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
163 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
164 * config/mipsmach3.mh, config/news-mips.mh: Remove.
165 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
166 * config/rs600.mh, config/rs6000lynx.mh: Remove.
167 * config/solaris2.mh, config/stratus.mh: Remove.
168 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
169 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
170
171 Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
172
173 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
174 DT_FINI entry if the appropriate symbol is not in the hash table.
175
176 * libelf.h (struct elf_backend_data): Add create_program_headers
177 and want_hdr_in_seg fields.
178 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
179 defined.
180 (elf_backend_create_program_headers): Likewise.
181 (elfNN_bed): Initialize create_program_headers and
182 want_hdr_in_seg.
183 * elf.c (get_program_header_size): Call create_program_headers
184 backend routine.
185 (map_program_segments): Check want_hdr_in_seg backend field. Call
186 create_program_headers backend routine.
187
188 * elf.c (assign_file_positions_except_relocs): Align non allocated
189 sections when creating an executable.
190
191 * elfcode.h (elf_swap_phdr_in): Make non static.
192 (elf_swap_phdr_out): Make non static.
193 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
194 (bfd_elf32_swap_phdr_out): Declare.
195 (bfd_elf64_swap_phdr_in): Declare.
196 (bfd_elf64_swap_phdr_out): Declare.
197
198 * ecofflink.c (ecoff_collect_shuffle): New static function.
199 (_bfd_ecoff_get_accumulated_pdr): New function.
200 (_bfd_ecoff_get_accumulated_sym): New function.
201 (_bfd_ecoff_get_accumulated_ss): New function.
202 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
203 (_bfd_ecoff_get_accumulated_sym): Declare.
204 (_bfd_ecoff_get_accumulated_ss): Declare.
205 * libbfd.h: Rebuild.
206
207 Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
208
209 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
210
211 * elflink.h (elf_link_add_object_symbols): Handle indirect and
212 warning symbols. If any section is named .gnu.warning.XXX, treat
213 the contents as a warning to be issued if the symbol XXX is
214 referenced.
215 (elf_link_output_extsym): For an indirect or warning symbol, just
216 output the symbol it points to.
217
218 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
219 if bfd_hash_allocate fails, since it will already be set.
220 (generic_link_hash_newfunc): Likewise.
221 (archive_hash_newfunc): Likewise.
222 (hash_entry_bfd): New static function.
223 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
224 callback. Allocate a new warning using the hash table newfunc.
225 Use bfd_hash_replace to update the entry in the hash table, rather
226 than assuming we can copy the fields with structure assignment.
227
228 * hash.c (bfd_hash_replace): New function.
229 * bfd-in.h (bfd_hash_replace): Declare.
230 * bfd-in2.h: Rebuild.
231
232 Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
233
234 * config.bfd: Add mips*vr4300-*-elf* target.
235 * config/mipsbvr4300.mt: Added.
236
237 See file ChangeLog.2
238
239 \f
240 Local Variables:
241 mode: indented-text
242 left-margin: 8
243 fill-column: 74
244 version-control: never
245 End:
This page took 0.042061 seconds and 5 git commands to generate.