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