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