* configure.in: Substitute SHLIB_LIBS.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
418d5b05
ILT
1Mon Apr 7 16:47:09 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * configure.host: Set SHLIB_LIBS.
4 * configure.in: Substitute SHLIB_LIBS.
5 * configure: Rebuild.
6 * Makefile.in (SHLIB_LIBS): New variable.
7 ($(SHLIB)): Use $(SHLIB_LIBS).
8
d9654a71
MS
9Mon Apr 7 10:53:52 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10
11 * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
12 with bfd_section_vma.
13
5641f23e
ILT
14Fri Apr 4 11:37:15 1997 Ian Lance Taylor <ian@cygnus.com>
15
b872076e
ILT
16 * configure.in: Update file names for bfd_elf32_mn10[23]00_vec.
17 Correct CPU file names for mn10[23]00.
18 * configure: Rebuild.
19
ac664747
ILT
20 * bfd.c (bfd_record_phdr): Cast count to size_t before
21 subtraction.
22
44fe6ab1
ILT
23 * coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
24 * coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
25 (xcoff_write_archive_contents): LIkewise.
26 * elf32-mips.c (_bfd_mips_elf_set_section_contents): Likewise.
27 (mips_elf_create_procedure_table): Likewise.
28 * peicode.h (pe_print_idata): Likewise.
29 (pe_print_edata, pe_print_pdata, pe_print_reloc): Likewise.
30 * xcofflink.c (xcoff_get_section_contents): Likewise.
31 (_bfd_xcoff_canonicalize_dynamic_symtab): Likewise.
32 (xcoff_link_add_symbols): Likewise.
33 (xcoff_link_add_symbols): Likewise.
34
0cea98f0
ILT
35 * ppcboot.c (ppcboot_set_arch_mach): Make static.
36 (ppcboot_bfd_print_private_bfd_data): Likewise.
37
5641f23e
ILT
38 * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
39 to complain_overflow_signed.
40
58b4a8f3
ILT
41Thu Apr 3 11:51:54 1997 Ian Lance Taylor <ian@cygnus.com>
42
43 * VERSION: Set to 2.8.1.
44
45 * Branched binutils 2.8.
46
47 * elf32-ppc.c (ppc_elf_check_relocs): Don't check SEC_ALLOC when
48 deciding whether to copy a reloc into a shared object.
49 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE
50 relocs in unallocated sections.
51 * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
52 R_SPARC_RELATIVE relocs in unallocated sections.
53
acba322e
MM
54Wed Apr 2 16:19:41 1997 Mike Meissner <meissner@cygnus.com>
55
56 * elf32-ppc.c (ppc_elf_check_relocs): Undo March 26 change and
57 always create got section so that the _GLOBAL_OFFSET_TABLE_ label
58 is always created.
59
ab66cc8d
ILT
60Wed Apr 2 10:49:07 1997 Ian Lance Taylor <ian@cygnus.com>
61
ba254dc5
ILT
62 * elflink.h (elf_link_add_object_symbols): Let a common symbol
63 override an uninitialized symbol from a shared library with a
64 smaller size.
f74e2365 65
7a68d1f7
ILT
66 * elf-m10200.c: Rename from elf32-mn10200.c.
67 * elf-m10300.c: Rename from elf32-mn10300.c.
68 * cpu-m10200.c: Rename from cpu-mn10200.c
69 * cpu-m10300.c: Rename from cpu-mn10300.c
70 * Makefile.in: Update accordingly.
71
3072dce9
ILT
72 * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
73 (elf_mips_isa): Move to earlier in file.
74 (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
75 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
76 specially.
77
ab66cc8d
ILT
78 * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
79 calling abort.
80
0f854557
ILT
81Tue Apr 1 16:18:05 1997 Klaus Kaempf <kkaempf@progis.de>
82
83 * configure.com: New file.
84 * config.h-vms: Remove file.
85 * makefile.vms: Update for new configure scheme.
86
8faaff9e
ILT
87Mon Mar 31 23:28:39 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
88
0f854557
ILT
89 * libcoff-in.h (ppc_allocate_toc_section): Declare.
90 (ppc_process_before_allocation): Declare.
91 * libcoff.h: Rebuild.
92
8faaff9e
ILT
93 * coffcode.h (coff_mkobject_hook): Declare if not a macro.
94
5cfc9987
ILT
95Mon Mar 31 16:29:50 1997 Joel Sherrill <joel@oarcorp.com>
96
3418d8c4 97 * config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.
5cfc9987 98
34c68301
ILT
99Mon Mar 31 16:11:35 1997 Ian Lance Taylor <ian@cygnus.com>
100
101 * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
102 symbol index for a R_IHCONST reloc.
103
774dc17c
ILT
104Mon Mar 31 15:40:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
105
106 * targmatch.sed: Do not use \(\) recursively.
107
9e55b695
ILT
108Fri Mar 28 14:44:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
109
110 * m68klinux.c (MACHTYPE_OK): Define.
111 * i386linux.c (MACHTYPE_OK): Define.
112
f3f3b475
ILT
113Fri Mar 28 11:56:15 1997 Ian Lance Taylor <ian@cygnus.com>
114
5f792743
ILT
115 From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
116 <hjl@gnu.ai.mit.edu>:
117 * sparclinux.c: New file.
774dc17c
ILT
118 * bfd-in.h (bfd_sparclinux_size_dynamic_sections): Declare.
119 * bfd-in2.h: Rebuild.
5f792743
ILT
120 * config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
121 * configure.in (sparclinux_vec): Add to list of vectors.
122 * configure: Rebuild.
123 * targets.c (sparclinux_vec): Declare.
124 (bfd_target_vector): Add sparclinux_vec.
125 * Makefile.in: Rebuild dependencies.
126 (BFD32_BACKENDS): Add sparclinux.o.
127 (BFD32_BACKENDS_CFILES): Add sparclinux.c.
128
bebe5fbf
ILT
129 * coff-mips.c (mips_ecoff_backend_data): Initialize new
130 bfd_coff_backend_data field.
131 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
132
f0315e65
ILT
133 * config.bfd: Add bfd_elf64_{big,little}mips_vec to targ_selvecs
134 for mips*el*-*-linux* and mips*-*-linux*. From H.J. Lu
135 <hjl@lucon.org> and Ralf Baechle <ralf@gnu.ai.mit.edu>.
136
f3f3b475
ILT
137 * bfd.c: Include "libiberty.h".
138 (strerror): Don't declare.
139 (bfd_errmsg): Call xstrerror rather than strerror.
140
013b249f
ILT
141Thu Mar 27 12:55:42 1997 Ian Lance Taylor <ian@cygnus.com>
142
eb80d52a
ILT
143 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
144 reloc even if the symbol is in the .bss section.
145 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
146 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
147 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
148
f89adeb7
ILT
149 * coffcode.h (bfd_coff_backend_data): Add new field
150 _bfd_coff_default_section_alignment_power.
151 (bfd_coff_default_section_alignment_power): Define.
152 (bfd_coff_std_swap_table): Initialize new field.
153 * libcoff.h: Rebuild.
154 * cofflink.c (coff_link_add_symbols): Limit alignment of a common
155 symbol to the default section alignment.
156
013b249f
ILT
157 * COPYING: Update FSF address.
158
0e9c4377
MH
159start-sanitize-d30v
160Thu Mar 27 00:45:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
161
162 * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
163 21-bit absolute that made it act as a relative.
164
165end-sanitize-d30v
537327bc
ILT
166Wed Mar 26 14:50:20 1997 Ian Lance Taylor <ian@cygnus.com>
167
0e9c4377
MH
168 * elflink.c (_bfd_elf_create_linker_section): Don't set
169 bss_section and rel_section from existing sections.
170
537327bc
ILT
171 * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
172 if it is needed.
173
60d1227a
SG
174Tue Mar 25 22:26:56 1997 Stu Grossman (grossman@critters.cygnus.com)
175
176 * aoutx.h (some_aout_object_p): Change executable test to fix
177 problems with embedded a.out systems.
178
3cd5cf3d
ILT
179Tue Mar 25 14:35:37 1997 Ian Lance Taylor <ian@cygnus.com>
180
6717fb0d
ILT
181 * stabs.c (_bfd_stab_section_offset): New function.
182 * libbfd-in.h (_bfd_stab_section_offset): Declare.
183 * libbfd.h: Rebuild.
184 * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
185 stab reloc.
186 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
187 * elf32-mips.c (mips_elf_relocate_section): Likewise.
188 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
189 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
190 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
191
3cd5cf3d
ILT
192 * stabs.c (_bfd_link_section_stabs): Copy over the first header
193 symbol. Check for memory allocation failure of *psinfo.
194 (_bfd_write_section_stabs): Add psinfo parameter. Change all
195 callers. Set the value of the header symbol.
196 * libbfd-in.h (_bfd_write_section_stabs): Update declaration.
197 * libbfd.h: Rebuild.
198
67e87a1d
FF
199start-sanitize-tic80
200Mon Mar 24 20:07:29 1997 Fred Fish <fnf@cygnus.com>
201
202 * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
203 (rtype2howto): Handle R_ABS reloc type. Also abort on unhandled
204 reloc types, rather than silently failing to generate an output file.
205
206end-sanitize-tic80
e9148724
ILT
207Mon Mar 24 13:41:00 1997 Ian Lance Taylor <ian@cygnus.com>
208
e1ea3dd5
ILT
209 * targmatch.sed: Use the hold space to put the #ifdef around the
210 the string constant.
211 * targets.c (UNSUPPORTED_TARGET): Don't define.
212 (find_target): Don't check for UNSUPPORTED_TARGET.
213 (bfd_set_default_target): Don't try to optimize by checking for
214 default.
215
032dc9ed
ILT
216 * Makefile.in: Rebuild dependencies.
217 (ALL_MACHINES_CFILES): Add cpu-m32r.c.
218 (BFD32_BACKENDS_CFILES): Add elf32-m32r.c.
219 (elf32-m32r.o): Remove explicit target.
220
19d02576
ILT
221 * config.bfd: Don't set targ_underscore for i[3456]86-*-gnu* or
222 i[3456]86-*-linux*.
223
e9148724
ILT
224 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Don't
225 count section symbols for sections that were created by the
226 linker, or are not allocatable or not loadable.
227 (elf32_sparc_finish_dynamic_sections): Output output section
228 symbols for section for which we made space for them.
229
0727fe10
ILT
230Fri Mar 21 13:08:26 1997 Ian Lance Taylor <ian@cygnus.com>
231
232 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): If there is
233 no .rela.plt section, don't output a DT_PLTGOT dynamic entry.
234
ff22a9db
DE
235Fri Mar 21 12:36:46 1997 Doug Evans <dje@canuck.cygnus.com>
236
237 * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
238 (m32r_hi16_list): New static local.
239 (m32r_elf_hi16_reloc): Don't perform reloc, just queue it up.
240 (m32r_elf_do_hi16_reloc): Delete.
241 (m32r_elf_relocate_hi16): New function.
242 (m32r_elf_lo16_reloc): New function.
243 (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding
244 LO16 reloc.
245
246 Mon Mar 10 16:03:31 1997 Doug Evans <dje@seba.cygnus.com>
247
248 * elf32-m32r.c (m32r_elf_create_linker_section): Delete.
249 (m32r_elf_add_symbol_hook): Rewrite _SDA_BASE_ support.
250 (m32r_elf_final_sda_base): New function.
251 (m32r_elf_relocate_section): Rewrite sdata support.
252 (m32r_elf_finish_dynamic_sections): Delete.
253
34bc6ffc
ILT
254Thu Mar 20 12:39:02 1997 Ian Lance Taylor <ian@cygnus.com>
255
ac388f2a
ILT
256 Based on patches from Philippe De Muyter <phdm@info.ucl.ac.be>.
257 * coff-svm68k.c: New file. Just defines some macros and includes
258 coff-m68k.c.
259 * coff-m68k.c: Add functions to handle common addends, moved in
260 from cf-m68klynx.c. Control them using COFF_COMMON_ADDEND macro.
261 Control whether relocs are visible using STATIC_RELOCS.
262 * cf-m68klynx.c: Simplify greatly: just define macros to control
263 coff-m68k.c.
264 * coff-aux.c: Likewise. Just leave add_one_symbol routine.
265 * targets. (m68ksysvcoff_vec): Declare.
266 (bfd_target_vector): Add m68ksysvcoff_vec.
267 * config.bfd (m68*-motorola-sysv*): New target.
268 * configure.in (m68ksysvcoff_vec): New vector.
269 * configure: Rebuild.
270 * Makefile.in: Rebuild dependencies.
271 (BFD32_BACKENDS): Add coff-svm68k.o.
272 (BFD32_BACKENDS_CFILES): Add coff-svm68k.c.
273
b9576d75
ILT
274 * binary.c (binary_set_section_contents): Don't get misled if the
275 first section is not loadable. From Matthew L. Martin
276 <mlm@xedia.com>.
277
34bc6ffc
ILT
278 * elflink.h (elf_bfd_final_link): Set the value of a section
279 symbol to the section address unless doing a relocateable link.
280
281Tue Mar 18 23:03:17 1997 Richard Henderson <rth@tamu.edu>
282
283 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't create
284 .plt entry if we've taken the function's address.
285 (elf64_alpha_merge_gots): Merge collected flags info as well.
286
303e7257
ILT
287Tue Mar 18 22:40:09 1997 H.J. Lu <hjl@lucon.org>
288
289 * Many files: Add function prototypes.
290 * cpu-m68k.c (bfd_default_scan_num_mach): Don't declare.
291 * ecofflink.c: Include "libcoff.h" and "libecoff.h".
292 * elf32-ppc.c (ppc_elf_fake_sections): Make static.
293 * opncls.c (bfd_openstreamr): Change stream parameter to PTR.
294 * peicode.h: Change several void * parameters to PTR.
295 * srec.c (srec_get_symbol_info): Make static.
296 * syms.c (bfd_symbol_is_absolute): Remove.
7197adc4 297 * Makefile.in: Rebuild dependencies.
303e7257 298
939b2169
ILT
299Tue Mar 18 12:58:08 1997 Ian Lance Taylor <ian@cygnus.com>
300
e76386d2
ILT
301 * elf32-m32r.c (m32r_elf_is_local_label_name): Remove.
302 (bfd_elf32_bfd_is_local_label): Don't define.
303
939b2169
ILT
304 * xcofflink.c (_bfd_xcoff_bfd_final_link): Call bfd_malloc rather
305 than malloc.
306
50ede03d
ILT
307Mon Mar 17 11:32:53 1997 Ian Lance Taylor <ian@cygnus.com>
308
508539ab
ILT
309 * bfd-in.h: Don't include obstack.h.
310 (struct bfd_hash_table): Change memory field to PTR.
311 * bfd.c (struct _bfd): Change memory field to PTR.
312 * bfd-in2.h: Rebuild.
313 * libbfd-in.h (bfd_release): Declare as function, don't define as
314 macro.
315 * libbfd.h: Rebuild.
316 * opncls.c: Include "objalloc.h" rather than "obstack.h". Use
317 objalloc routines rather than obstack routines.
318 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
319 (getpagesize): Don't define.
320 (_bfd_new_bfd): Don't set _bfd_chunksize.
321 (bfd_openr): Free new bfd and objalloc on failure.
322 (bfd_fdopenr, bfd_openstreamr, bfd_openw): Likewise.
323 (bfd_alloc_size): Remove.
324 (bfd_release): New function.
325 * hash.c: Include "objalloc.h" rather than "obstack.h". Use
326 objalloc routines rather than obstack routines.
327 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
328 * ecofflink.c: Include "objalloc.h" rather than "obstack.h". Use
329 objalloc routines rather than obstack routines.
330 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
331 (struct accumulate): Change memory to struct objalloc *.
332 * liboasys.h (oasys_data_type): Remove oasys_obstack field.
333 * dep-in.sed: Don't remove obstack.h from dependency list.
334 * Makefile.in: Rebuild dependencies.
335 (BFD_H_DEPS): Remove obstack.h.
336 (install): Don't install obstack.h.
337 * Many files: Don't include "obstack.h".
338 * VERSION: Bump.
339
062a1b96
ILT
340 * opncls.c (bfd_alloc_grow, bfd_alloc_finish): Remove.
341 * libbfd-in.h (bfd_alloc_grow, bfd_alloc_finish): Don't declare.
342 * libbfd.h: Rebuild.
343 * ieee.c (ieee_archive_p): Rewrite to not use bfd_alloc_grow.
344 * sunos.c (sunos_add_dynamic_symbols): Likewise.
0103b447 345 * srec.c (srec_scan): Rewrite to not use obstack_1grow.
062a1b96 346
50ede03d
ILT
347 * opncls.c (bfd_alloc): Rename from bfd_alloc_by_size_t. Remove
348 old version of bfd_alloc.
349 * libbfd-in.h (bfd_alloc_by_size_t): Don't declare.
350 * libbfd.h: Rebuild.
351 * Several files: Call bfd_alloc rather than bfd_alloc_by_size_t.
352
5e67a3c6
ILT
353Sat Mar 15 15:24:18 1997 Ian Lance Taylor <ian@cygnus.com>
354
355 * elf32-mips.c (mips_elf_is_local_label_name): Accept the generic
356 ELF local label syntax as well.
357
7305cacd
FF
358Sat Mar 15 10:16:42 1997 Fred Fish <fnf@cygnus.com>
359
360 * config.bfd (powerpc-*-beos*): New target.
361 * configure.in (powerpc-*-beos*): Add case that explicitly
362 does not set COREFILE for now. A future BeOS version is
363 expected to support core files.
364 * configure: Regenerate with autoconf.
365
f56d634e
ILT
366Fri Mar 14 16:43:22 1997 Ian Lance Taylor <ian@cygnus.com>
367
4813bbed
ILT
368 * elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 is
369 seen with a local symbol, rather than crashing.
370
f56d634e
ILT
371 * elfcode.h (elf_slurp_symbol_table): Don't try to read the
372 version symbols if there aren't any.
373
4507d858
FF
374start-sanitize-tic80
375Thu Mar 13 16:38:30 1997 Fred Fish <fnf@cygnus.com>
376
377 * coff-tic80.c (coff_rtype_to_howto): Define
378 (coff_tic80_rtype_to_howto): Clone generic coff version and
379 add code to handle the funky TI "internal relocations".
380
381end-sanitize-tic80
94ba939a
ILT
382Thu Mar 13 14:08:53 1997 Ian Lance Taylor <ian@cygnus.com>
383
37897db0
ILT
384 * elflink.h (elf_link_add_object_symbols): Don't warn about type
385 or size changes because of a weak symbol.
386
94ba939a
ILT
387 * cisco-core.c (SIGEMT): Define if not defined.
388
e549b1d2
ILT
389Wed Mar 12 21:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
390
391 * elflink.h (elf_link_add_object_symbols): Use extsymoff when
392 setting ever. Sanity check the version number. Sort out copying
393 flags and other information when adding an indirect symbol.
394 (NAME(bfd_elf,size_dynamic_sections)): Preserve any dynamic
395 symbols added by the backend. Clear the entire contents of the
396 versym section.
397 (elf_export_symbol): Ignore indirect symbols.
398 (elf_link_output_extsym): Accept a section without an owner in an
399 assert.
400 * elfcode.h (elf_slurp_symbol_table): Add a sanity check on the
401 version count. Correct the allocation of x_versymp.
402
403 * elf32-mips.c (mips_elf_add_symbol_hook): Don't set the owner of
404 the magic sections used for SHN_MIPS_TEXT and SHN_MIPS_DATA.
405 Don't return bfd_und_section_ptr when info->shared.
406 (mips_elf_final_link): Set the alignment of .rtproc to 4, not 12.
407 (mips_elf_create_dynamic_sections): Correct type: ^= for &=.
408 (mips_elf_check_relocs): Resolve an indirect symbol in
409 sym_hashes.
410 (mips_elf_finish_dynamic_symbol): Don't change SHN_ABS into
411 SHN_MIPS_TEXT or SHN_MIPS_DATA.
412
413 * elf.c (bfd_elf_print_symbol): Tweak version output slightly.
414
415Tue Mar 11 01:38:36 1997 Ian Lance Taylor <ian@cygnus.com>
416
417 From Eric Youngdale <eric@andante.jic.com>:
418 * elf-bfd.h (ELF_LINK_FORCED_LOCAL): Define.
419 * elf.c (bfd_elf_print_symbol): Correct errors in last change.
420 * elflink.h (elf_link_add_object_symbols): Handle cases in which a
421 versioned symbol appears in both a regular and a shared object.
422 (elf_link_assign_sym_version): Set ELF_LINK_FORCED_LOCAL when
423 appropriate. Improve error message.
424 (struct elf_outext_info): Rename from elf_finfo_failed. Change
425 all uses. Add localsyms field.
426 (elf_bfd_final_link): When generating a shared library, call
427 elf_link_output_extsym to output all local symbols.
428 (elf_link_output_extsym): Handle symbols which were forced to
429 become local.
430
d6bfcdb5
ILT
431Sun Mar 9 23:08:49 1997 Ian Lance Taylor <ian@cygnus.com>
432
433 From Eric Youngdale <eric@andante.jic.com>:
434 * elf-bfd.h (elf_symbol_type): Add version field.
435 * elfcode.h (elf_slurp_symbol_table): Set version field.
436 * elflink.h (elf_link_add_object_symbols): When creating an
437 indirect symbol for a default version symbol, set DEF_DYNAMIC if
438 appropriate. Set up an indirection from the nondefault version of
439 the symbol as well.
440 (NAME(bfd_elf,size_dynamic_sections)): Call
441 elf_link_assign_sym_version before checking whether there are any
442 versions. Always record the version name as a dynamic symbol.
443 Initialize counters.
444 (elf_link_assign_sym_version): After finding a version, see if a
445 symbol should be forced to local scope. Create a new version
446 definition if appropriate.
447 (elf_link_output_extsym): Correct indirect symbol handling.
448 * elf.c (bfd_elf_print_symbol): Print version information.
449 (bfd_section_from_shdr): Turn version sections into BFD sections.
450 (elf_fake_sections): Only copy cverdefs and cverrefs into sh_info
451 if sh_info is not already set.
452 (_bfd_elf_copy_private_section_data): Copy sh_info for version
453 sections.
454 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Tell
455 _bfd_stringtab_add to copy the name into permanent memory if
456 appropriate.
457
7debe20c
ILT
458Fri Mar 7 11:55:31 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
459
460 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Fully parenthesize.
461
358bb592
ILT
462Fri Mar 7 10:37:30 1997 Ian Lance Taylor <ian@cygnus.com>
463
ccd0e5e2
ILT
464 * coffcode.h (bfd_coff_backend_data): Change
465 _bfd_coff_compute_section_file_positions to return a boolean
466 value. Change all callers.
467 (coff_compute_section_file_positions): Change return type to
468 boolean. If the size of the last section changed, then output a
469 zero byte at the end of the file.
470 * libcoff.h: Rebuild.
471
e8c4696e
ILT
472 * xcofflink.c (_bfd_xcoff_bfd_final_link): Always allocate space
473 for at least 6 output symbols.
474 (xcoff_write_global_symbol): When emitting TOC entry relocs, also
475 emit a TC csect to represent the space they take up. For an XO
476 symbol, just emit a reference, not a csect.
477
4104dff6
ILT
478 * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
479 Solaris doesn't like the combined options, and the -f is
480 unnecessary.
5bd7c941 481 (stamp-tshlink, install): Likewise.
4104dff6 482
358bb592
ILT
483 * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
484 handling when little endian.
485
77bf22e6
JL
486Thu Mar 6 13:51:51 1997 Jeffrey A Law (law@cygnus.com)
487
5847e6dd
JL
488 * elf32-mn10300.c (mn10300_elf_final_link_relocate): New function.
489 (mn10300_elf_relocate_section): Likewise.
490 (elf_backend_relocate_section): Define.
491
77bf22e6
JL
492 * elf32-mn10300.c (reloc_type): Remove PCREL{8,16,32}_{1,2}BYTE
493 relocs. Replace them with generic PCREL_{8,16,32} relocs.
494 (elf32_mn10300_howto_table): Likewise.
495 (elf32_mn10300_reloc_map): Likewise.
496 (bfd_elf32_mn10300_reloc): Delete unused function.
497
13b58694
FF
498Thu Mar 6 12:19:59 1997 Fred Fish <fnf@cygnus.com>
499
500start-sanitize-tic80
501 * coff-tic80.c (rtype2howto): If passed a relocation type we don't
502 understand, just set the howto field to NULL, and the caller will
503 print an appropriate error message.
504end-sanitize-tic80
505 * coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and
506 code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif
507 block. Use NULL for initializations of "ptr" rather than bare 0.
508 * coff-h8300.c: Fix typo in comment.
509 * coff-h8500.c: Ditto.
510 * coff-w65.c: Ditto
511 * coff-z8k.c: Ditto.
512
da171461
DE
513Wed Mar 5 13:59:09 1997 Doug Evans <dje@seba.cygnus.com>
514
515 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
516 (m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
517 m32r_elf_get_relocated_section_contents): First pass at relax support.
518
da171461
DE
519Mon Mar 3 13:27:09 1997 Ulrich Drepper <drepper@rtl.cygnus.com>
520
521 * elflink.h (elf_link_add_object_symbols): Use correct sh_size
522 entry for reading verdef records.
523 Use correct braces for computing increments of extverdaux and
524 exteverdef record pointers.
525
4b4ac3ae
FF
526start-sanitize-tic80
527Sun Mar 2 22:47:54 1997 Fred Fish <fnf@cygnus.com>
528
529 * coff-tic80.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set this to 2
530 instead of 4.
531
532end-sanitize-tic80
a48ef404
ILT
533Sun Mar 2 16:25:35 1997 Ian Lance Taylor <ian@cygnus.com>
534
535 * elflink.h (elf_link_find_version_dependencies): Check that
536 DEF_REGULAR is not set as well as checking that DEF_DYNAMIC is
537 set.
538
84fd6e7e
FF
539start-sanitize-tic80
540Fri Feb 28 16:52:40 1997 Fred Fish <fnf@cygnus.com>
541
542 * coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
543
544end-sanitize-tic80
af4dffff
ILT
545Fri Feb 28 15:06:45 1997 Ian Lance Taylor <ian@cygnus.com>
546
73769e1f
ILT
547 * targets.c (bfd_default_vector): Make non-const.
548 (find_target): New static function, broken out of
549 bfd_find_target.
550 (bfd_set_default_target): New function.
551 (bfd_find_target): Call find_target. When defaulting, use
552 bfd_default_vector[0] if it is not NULL.
553 * libbfd-in.h (bfd_default_vector): Adjust declaration.
554 * bfd-in2.h, libbfd.h: Rebuild.
555
af4dffff
ILT
556 * syms.c (bfd_is_local_label): Return false if the symbol has no
557 name.
558 * coff-i960.c (coff_i960_is_local_label_name): New function.
559 (coff_bfd_is_local_label_name): Define.
560 * coff-m68k.c (m68k_coff_is_local_label_name): New function.
561 (coff_bfd_is_local_label_name): Define.
562 * coff-rs6000.c (xcoff_is_local_label_name): New function.
563 (coff_bfd_is_local_label_name): Define.
564 * elf.c (_bfd_elf_is_local_label_name): Treat symbols beginning
565 with .. or _.L_ as local.
566 * elf32-i386.c (elf_i386_is_local_label_name): New function.
567 (bfd_elf32_bfd_is_local_label_name): Define.
568 * evax-alpha.c (evax_bfd_is_local_label_name): Treat symbols
569 beginning with $ as local.
570
85d6f0b4
ILT
571Thu Feb 27 18:36:23 1997 Ian Lance Taylor <ian@cygnus.com>
572
e316f514
ILT
573 * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name
574 rather than comparing against info->lprefix.
575 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
576 * elflink.h (elf_link_input_bfd): Likewise.
577 * linker.c (_bfd_generic_link_output_symbols): Likewise.
578 * xcofflink.c (xcoff_link_input_bfd): Likewise.
579
580 * elfxx-target.h (bfd_elfNN_bfd_is_local_label_name): Define as
581 _bfd_elf_is_local_label_name if not already defined.
582 * elf.c (_bfd_elf_is_local_label_name): New function.
583 * elf-bfd.h (_bfd_elf_is_local_label_name): Declare.
584
585 * coff-m88k.c (coff_bfd_is_local_label_name): Define.
586 (m88k_is_local_label_name): New static function.
587
588 * coffcode.h (coff_bfd_is_local_label_name): Define as
589 _bfd_coff_is_local_label_name if not already defined.
590 * coffgen.c (_bfd_coff_is_local_label_name): New function.
591 * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
592 * libcoff.h: Rebuild.
593
35a3e78e
ILT
594 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Change _bfd_is_local_label
595 to _bfd_is_local_label_name.
596 (bfd_target): Likewise.
597 * syms.c (bfd_is_local_label): Define as function, not macro.
598 (bfd_is_local_name): Define.
599 * libbfd.c (bfd_generic_is_local_label_name): Rename from
600 bfd_generic_is_local_label, and take a string rather than a
601 symbol.
602 * libbfd-in.h (_bfd_nosymbols_bfd_is_local_label): Don't define.
603 (_bfd_nosymbols_bfd_is_local_label_name): Define.
604 (bfd_generic_is_local_label): Don't declare.
605 (bfd_generic_is_local_label_name): Declare.
606 * bfd-in2.h, libbfd.h: Rebuild.
607 * All backends: Change local_label to local_label_name.
608
85d6f0b4
ILT
609 * elf32-mips.c (struct mips_got_info): Add assigned_gotno field.
610 (mips_elf_relocate_got_local): Change return type to boolean.
611 Don't assume that the first zero entry is unassigned; instead, use
612 assigned_gotno.
613 (mips_elf_relocate_section): Check return value of
614 mips_elf_relocate_got_local.
615 (mips_elf_create_got_section): Initialize assigned_gotno field.
616
56819c99
MH
617start-sanitize-d30v
618Wed Feb 26 15:19:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
619
620 * elf32-d30v.c (bfd_elf_d30v_reloc): Add code to do 32-bit
621 relocations.
622
623end-sanitize-d30v
fa802cb0
ILT
624Wed Feb 26 13:33:03 1997 Ian Lance Taylor <ian@cygnus.com>
625
626 * elflink.h (elf_link_input_bfd): Don't skip symbols from sections
627 that have no contents merely because linker_mark is not set.
628
629Tue Feb 25 18:51:35 1997 Stan Shebs <shebs@andros.cygnus.com>
630
631 * config.bfd (mips*-*-lnews*): New target.
632 * coff-mips.c (mips_relocate_section): Make assert compare
633 content byteorder instead of header byteorder.
634 (ecoff_biglittle_vec): New BFD, big-endian headers, little-endian
635 data.
55ef0d90 636 * targets.c (bfd_target_vector): Add ecoff_biglittle_vec.
fa802cb0
ILT
637 * configure.in (ecoff_biglittle_vec): Add case.
638 * configure: Update.
639
7b4be668
ILT
640Tue Feb 25 00:32:49 1997 Ian Lance Taylor <ian@cygnus.com>
641
b08f5ac2
ILT
642 * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
643 name begins with ".note".
644 (map_sections_to_segments): Add a PT_NOTE segment for any loadable
645 section whose name begins with ".note".
646 (get_program_header_size): Corresponding change.
647
7b4be668
ILT
648 * elf32-mips.c (mips_elf_relocate_section): Check for misaligned
649 jal and for jal overflow.
650
651Mon Feb 24 17:53:14 1997 Ian Lance Taylor <ian@cygnus.com>
652
653 From Eric Youngdale <eric@andante.jic.com>:
654 * elflink.h (elf_link_add_archive_symbols): If a default symbol is
655 not found, try looking it up again without the version name.
656 (elf_link_add_object_symbols): Always link against the dynamic
657 symbol table of a dynamic object. When linking against a dynamic
658 object, include version strings in symbol names, and set up
659 version information. Add indirect symbols for default versions.
660 (elf_link_create_dynamic_sections): Add special version sections.
661 (struct elf_assign_sym_version_info): Define.
662 (struct elf_find_verdep_info): Define.
663 (NAME(bfd_elf,size_dynamic_sections)): Add verdefs parameter. Set
664 up version sections.
665 (elf_adjust_dynamic_symbol): Ignore indirect symbols.
666 (elf_link_find_version_dependencies): New static function.
667 (elf_link_assign_sym_version): New static function.
668 (elf_link_renumber_dynsyms): New static function.
669 (struct elf_final_link_info): Add symver_sec field.
670 (elf_bfd_final_link): Initialize finfo.symver_sec. Don't count
671 local symbols of a dynamic object. Handle DT_VER* constants.
672 (elf_link_output_extsym): Simplify BFD_ASSERT checking for a
673 dynamic object. Skip indirect symbols from ELF objects. Remove
674 the version name before choosing a hash bucket. Write out the
675 version information if appropriate.
676 (elf_link_input_bfd): Check for DYNAMIC, not ET_DYN.
677 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
678 (bfd_elf64_size_dynamic_sections): Likewise.
679 * bfd-in2.h: Rebuild.
680 * elf-bfd.h (struct elf_link_hash_entry): Add verinfo field.
681 Change elf_link_hash_flags to unsigned short.
682 (ELF_LINK_HIDDEN): Define.
683 (struct elf_obj_tdata): Add fields dynversym_hdr, dynverref_hdr,
684 dynverdef_hdr, dynversym_section, dynverdef_section,
685 dynverref_section, cverdefs, cverrefs, verdef, verref.
686 (elf_dynversym, elf_dynverdef, elf_dynverref): Define.
687 (_bfd_elf_swap_verdef_in, _bfd_elf_swap_verdef_out): Declare.
688 (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Declare.
689 (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Declare.
690 (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Declare.
691 (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Declare.
692 (_bfd_elf_slurp_version_tables): Declare.
693 * elf.c (_bfd_elf_swap_verdef_in): New function.
694 (_bfd_elf_swap_verdef_out): Likewise.
695 (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Likewise.
696 (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Likewise.
697 (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Likewise.
698 (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Likewise.
699 (_bfd_elf_print_private_bfd_data): Add DT_VER* constants. Print
700 version information if there is any.
701 (_bfd_elf_link_hash_newfunc): Initialize verinfo field.
702 (bfd_section_from_shdr): Handle SHT_GNU_ver* section types.
703 (elf_fake_sections): Handle .gnu.version* section names.
704 (assign_section_numbers): Handle SHT_GNU_ver* section types.
705 (_bfd_elf_slurp_version_tables): New function.
706 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't include
707 version name in string entered in dynamic hash table.
708 * elfcode.h: Include fnmatch.h.
709 * elf32-i386.c (elf_i386_relocate_section): Handle a dynamic
710 symbol which was forced to become local.
711 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
712 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
713 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
714 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
715
7b951eed
JL
716Fri Feb 21 16:15:18 1997 Jeffrey A Law (law@cygnus.com)
717
718 * elf32-mn10200.c (mn10200_elf_final_link_relocate): Simplify
719 somewhat.
720 (mn10200_elf_relax_section): Correctly compute a symbol's value
721 when the symbol is local, but not in the same section as we are
722 relaxing. Implement abs24 -> abs16, imm24 -> imm16 and d24 -> d16
723 relaxing.
724
77dd1a25
DE
725Fri Feb 21 13:55:14 1997 Doug Evans <dje@seba.cygnus.com>
726
727 * elf32-m32r.c: Rewrite to use ELF backend linker.
728 Store lower 16 bits of addend in R_M32R_HI16_[SU]LO insns.
729 Add small data area support (R_M32R_SDA16).
730 * reloc.c: Document BFD_RELOC_M32R_SDA16.
731 * bfd-in2.h,libbfd.h: Regenerated.
732
fd395661
JL
733Thu Feb 20 23:50:31 1997 Jeffrey A Law (law@cygnus.com)
734
735 * elf32-mn10200.c (mn10200_elf_relax_section): New function.
736 (mn10200_elf_relax_delete_bytes): Likewise.
737 (mn10200_elf_symbol_address_p): Likewise.
738 (mn10200_elf_get_relocated_section_contents): Likewise.
739 (bfd_elf32_bfd_relax_section): Define.
740 (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
64af6679
JL
741
742 * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
743 (mn10200_elf_relocate_section): Likewise.
744 (elf_backend_relocate_section): Define.
745
fd8d7c31
MH
746start-sanitize-d30v
747Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
748
749 * Makefile.in, archures.c, config.bfd, configure.in, elf.c,
750 reloc.c, targets.c: New target, elf-*-D30V.
751
752 * bfd-in2.h, configure, libbfd.h: Rebuilt.
753
754 * cpu-d30v.c, elf32-d30v.c: New files.
755
756end-sanitize-d30v
92a956e8
FF
757Tue Feb 18 15:31:48 1997 Fred Fish <fnf@cygnus.com>
758
759 * reloc.c (struct reloc_howto_struct): Fix typo in comment.
760 * bfd-in2.h: Regenerated.
761start-sanitize-tic80
762 * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
763 (rtype2howto): Add function.
764 (tic80_howto_table): Add.
765end-sanitize-tic80
766
767Tue Feb 18 11:41:00 1996 Dawn Perchik <dawn@cygnus.com>
768
769 * sysdep.h: Don't define errno in MSVC if error.h is included.
770
8d1ba96e
JL
771start-sanitize-v850
772Tue Feb 18 10:04:13 1997 Jeffrey A Law (law@cygnus.com)
773
774 * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx
775 is initialized before it is used.
776
777end-sanitize-v850
8ceca983
ILT
778Mon Feb 17 11:28:40 1997 Ian Lance Taylor <ian@cygnus.com>
779
780 * hp300hpux.c (convert_sym_type): Don't convert a secondary common
781 symbol into a weak undefined symbol; leave it as a common symbol.
782
54626f1a
ILT
783Fri Feb 14 19:08:03 1997 Ian Lance Taylor <ian@cygnus.com>
784
785 * elflink.h (elf_link_add_object_symbols): Don't issue a warning
786 about a symbol defined in a dynamic object if it has already been
787 defined in a regular object.
788
236969ac
ILT
789Thu Feb 13 20:53:22 1997 Klaus Kaempf (kkaempf@progis.de)
790
791 * makefile.vms: Add gcc flags to allow compiling with current gcc
792 snapshot
793 (targmatch.h): New dependency.
794
54626f1a
ILT
795 * reloc.c (BFD_RELOC_ALPHA_CODEADDR): New relocation for
796 openVMS/Alpha.
797 * evax.h (ALPHA_R_CODEADDR): New relocation.
798 * evax-alpha.c (ALPHA_R_CODEADDR): 64 bit procedure relocation for
799 openVMS/Alpha.
800 * evax-etir.c (ALPHA_R_CODEADDR): Output object code for this
801 relocation.
802 * bfd-in2.h, libbfd.h: Rebuild.
803
804 Restrict symbol length to 64 bytes, case preserving:
805 * evax-emh.c (_bfd_evax_write_emh): Remove case hacking.
806 * evax-misc.c (_bfd_evax_case_hack_symbol): Remove.
807 (_bfd_evax_length_hash_symbol): Added.
808 * evax-etir.c (_bfd_evax_write_etir): Call
809 _bfd_evax_length_hash_symbol before output of symbol.
810 * evax-egsd.c (_bfd_evax_write_egsd): Likewise.
811 * evax.h (flag_hash_long_names, flag_show_after_trunc): Remove.
812
813 * evax-emh.c: Output filename to object file without path.
814
815 * evax-egsd.c: New sections for local and global commons.
816
817 * evax-alpha.c, evax-emh.c, evax-egsd.c, evax-etir.c,
818 evax-misc.c, evax.h: Remove 8 bit characters from copyright
819 notices. Replace AXP with Alpha.
820
62332d05
ILT
821Wed Feb 12 18:10:30 1997 Ian Lance Taylor <ian@cygnus.com>
822
823 * sunos.c (sunos_create_dynamic_sections): We need the dynamic
824 sections if we are creating a shared library.
825
3883007e
DE
826Tue Feb 11 15:45:43 1997 Doug Evans <dje@canuck.cygnus.com>
827
828 * configure.host (i386-windows): Don't set host64=true.
829
a4183ba5
ILT
830Tue Feb 11 15:27:32 1997 Ian Lance Taylor <ian@cygnus.com>
831
832 * elf32-mips.c (reloc_type): Add R_MIPS16_GPREL.
833 (elf_mips16_gprel_howto): New static variable.
834 (mips16_gprel_reloc): New static function.
835 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_GPREL.
836 (mips_info_to_howto_rel): Handle R_MIPS16_GPREL.
837 (mips_elf_relocate_section): Handle R_MIPS16_GPREL.
838 * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
839 * bfd-in2.h, libbfd.h: Rebuild.
840
b9c5ee68
DE
841Mon Feb 10 23:25:00 1997 Doug Evans <dje@seba.ricochet.net>
842
843 * elf32-m32r.c (elf_m32r_howto_table): Change partial_inplace to true
844 for R_M32R_{16,32,24,HI16_ULO,HI16_SLO,LO16}.
845
276c2d7d
GRK
846start-sanitize-r5900
847 Fri Feb 7 16:20:17 1997 Gavin Koch <gavin@cygnus.com>
848
849 * config.bfd: add r5900
850
851end-sanitize-r5900
ba4a4594
ILT
852Fri Feb 7 12:39:11 1997 Ian Lance Taylor <ian@cygnus.com>
853
854 * elflink.h (elf_link_input_bfd): If we've discarded a section,
855 the output section will be the absolute section; don't print an
856 assertion message for that case when doing a relocateable link.
857
e900e695
ILT
858Thu Feb 6 16:55:43 1997 Ian Lance Taylor <ian@cygnus.com>
859
860 * elf32-mips.c (FN_STUB, CALL_STUB, CALL_FP_STUB): Define.
861 (struct mips_elf_link_hash_entry): Add new fields fn_stub,
862 need_fn_sub, call_stub, and call_fp_stub.
863 (struct mips_elf_link_hash_table): Add field mips16_stubs_seen.
864 (mips_elf_link_hash_newfunc): Initialize new fields.
865 (mips_elf_link_hash_table_create): Likewise.
866 (mips_elf_relocate_section): Redirect relocations to use mips16
867 stubs when appropriate.
868 (mips_elf_check_relocs): Attach stub sections to the appropriate
869 symbol. Set need_fn_stub when appropriate.
870 (mips_elf_always_size_sections): New static function.
871 (mips_elf_check_mips16_stubs): New static function.
872 (elf_backend_always_size_sections): Define.
873 * elf-bfd.h (struct elf_obj_tdata): Add local_stubs field.
874
875 * elflink.h (elf_link_input_bfd): Discard local symbols that are
876 attached to sections which are not being included in the link.
877
5b61a02a
ILT
878Wed Feb 5 13:20:17 1997 Ian Lance Taylor <ian@cygnus.com>
879
880 * cofflink.c (_bfd_coff_generic_relocate_section): Ignore the
881 symbol value when computing the addend for a pc_relative
882 pcrel_offset reloc.
883
bcb686ca
ILT
884Mon Feb 3 11:54:06 1997 Ian Lance Taylor <ian@cygnus.com>
885
5a50eec6
ILT
886 * cofflink.c (_bfd_coff_generic_relocate_section): If doing a
887 relocateable link, just skip pc_relative pcrel_offset relocs.
888 * coff-arm.c (coff_arm_rtype_to_howto): Return a different howto
889 structure for an ARM26 reloc which can be resolved.
890 (coff_arm_adjust_symndx): Only convert ARM26 to ARM26D if the
891 reloc can be resolved.
892
bcb686ca
ILT
893 * coff-h8300.c (h8300_reloc16_extra_cases): Correct off by one
894 error in overflow check for R_RELBYTE.
895
167dc907
ILT
896Fri Jan 31 14:07:27 1997 Ian Lance Taylor <ian@cygnus.com>
897
6c58561e
ILT
898 * ieee.c (ieee_slurp_section_data): Pick up the start address.
899 From Mark Rasin <mark.rasin@telrad.co.il>.
900
167dc907
ILT
901 * aoutx.h (aout_link_write_symbols): Don't apply discard_l to
902 debugging symbols.
903
1a2faf1f
JL
904Wed Jan 29 00:00:49 1997 Jeffrey A Law (law@cygnus.com)
905
906 * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
907 (elf_mn10200_howto_table): Likewise.
908 (mn10200_reloc_map): Likewise.
909
1d5c6cfd
DE
910Mon Jan 27 12:07:35 1997 Doug Evans <dje@seba.cygnus.com>
911
912 * reloc.c: Add relocs BFD_RELOC_M32R_{HI16_[US]LO,LO16}.
913 * bfd-in2.h, libbfd.h: Regenerated.
914 * elf32-m32r.c: Add support for them.
915
9950f925
ILT
916Mon Jan 27 12:25:02 1997 Ian Lance Taylor <ian@cygnus.com>
917
54aa1dea
ILT
918 * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
919 * elf32-ppc.c (ppc_elf_check_relocs): Remove unused plt.
920start-sanitize-v850
921 * elf32-v850.c (v850_elf_final_link_relocate): Remove used
922 r_format and r_pcrel. Always return a value.
923end-sanitize-v850
924 * riscix.c (MY_final_link_callback): Define to dummy value.
925
9950f925
ILT
926 * elf32-i386.c (elf_i386_size_dynamic_sections): When checking for
927 relocations against the text segment, look up the output name of
928 the reloc section.
929 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
930 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
931 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
932 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
933 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
934
0716c2e9 935start-sanitize-tic80
8c00b01d
FF
936Wed Jan 22 15:40:28 1997 Fred Fish <fnf@cygnus.com>
937
938 * coff-tic80.c (tic80coff_vec): Use correct data put/get
939 routines for little endian data.
940 * coffcode.h (coff_write_object_contents): Set magic to
941 TIC80_ARCH_MAGIC for TIc80.
942
0716c2e9
FF
943Tue Jan 21 12:32:43 1997 Fred Fish <fnf@cygnus.com>
944
945 * coff-tic80.c (tic80coff_vec): Change to little endian data
946 as the default.
947
948end-sanitize-tic80
db109ca2
ILT
949Thu Jan 16 17:45:57 1997 Ian Lance Taylor <ian@cygnus.com>
950
951 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Change type of
952 auxiliary_filters parameter to be const char * const *. Accept a
953 NULL terminated array.
954 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
955 (bfd_elf32_size_dynamic_sections): Update declaration.
956 * bfd-in2.h: Rebuild.
957
958Wed Jan 15 11:21:32 1997 Ian Lance Taylor <ian@cygnus.com>
959
960 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Treat a
961 NOTYPE symbol in a text section as a FUNC symbol.
962
963 * coffcode.h (coff_compute_section_file_positions): Force
964 relocbase to be aligned to COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
965
e1616e16
DE
966Tue Jan 14 08:46:33 1997 Doug Evans <dje@canuck.cygnus.com>
967
968 * libaout.h (machine_type): Reserve several values for sparclet.
969
4af93ad0
MM
970start-sanitize-tic80
971Mon Jan 13 22:39:08 1997 Michael Meissner <meissner@tiktok.cygnus.com>
972
973 * config.bfd (tic80-*-*): Don't require 'coff'.
974
91eb4378 975end-sanitize-tic80
0ce71ebd
MM
976start-sanitize-v850
977Mon Jan 13 19:36:25 1997 Michael Meissner <meissner@tiktok.cygnus.com>
978
979 * elf32-v850.c (v850_elf_howto_table): Set the special_function
980 table to v850_elf_reloc for all non-standard relocations.
981 (v850_elf_check_relocs): Add check for h being non-null.
982 (v850_elf_reloc): Add R_V850_ZDA_OFFSET support. Use switch
983 statement instead of multiple ifs.
984 (v850_elf_relocate_section): Fix up error message, don't just call
985 abort.
986
987end-sanitize-v850
483e1b91
JL
988Mon Jan 6 13:28:35 1997 Jeffrey A Law (law@cygnus.com)
989
09a7bde3 990 * elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.
40131692
JL
991 Use bfd_elf_generic_reloc as special function for all relocs.
992 (bfd_elf32_mn10200_reloc): Remove unnecessary function.
993
994 * elf32-mn10200.c (elf_mn10200_howto): Set pcrel_offset for
483e1b91
JL
995 24bit pc-relative reloc.
996
28eb95aa
FF
997start-sanitize-tic80
998Fri Jan 3 16:33:00 1997 Fred Fish <fnf@cygnus.com>
999
1000 * Makefile.in (coff-tic80.o): Add coffcode.h to dependency list.
1001 * coff-tic80.c (tic80coff_vec): Data byte order is big endian and
1002 header byte order is little endian. Use correct bfd_get and
1003 bfd_put routines for little endian headers.
1004 * coffcode.h (coff_set_arch_mach_hook): Set arch to
1005 bfd_arch_tic80 for TIC80_ARCH_MAGIC number.
1006
1007end-sanitize-tic80
b3ef3894
JL
1008Fri Jan 3 16:54:08 1997 Jeffrey A Law (law@cygnus.com)
1009
1010 * reloc.c: Add BFD_RELOC_24.
1011 * elf32-mn10200.c (enum reloc_type): Add 24bit and pcrel relocs.
1012 (elf_mn10200_howto, mn10200_reloc_map): Corresponding changes.
1013 * bfd-in2.h, libbfd.h: Rebuilt.
1014
ff12f303
ILT
1015Fri Jan 3 16:58:31 1997 Richard Henderson <rth@tamu.edu>
1016
1017 elf64-alpha multiple .got rewrite:
1018
1019 * elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
1020 (bfd_elf*_mkobject): Don't define here ...
1021 * elfxx-target.h: ... but rather here. Default always_size_sections
1022 hook to NULL.
1023 * elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
1024 what the #defines in elf-bfd.h transmuted it to anyway.
1025
1026 * section.c: Add SEC_LINKER_CREATED flag.
1027 * bfd-in2.h: Rebuild.
1028 * elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
1029 relocation section flags.
1030 (elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
1031 SEC_IN_MEMORY to recognize generated bits.
1032 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
1033 Likewise.
1034 * elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
1035 mips_elf_create_compact_rel_section, mips_elf_create_got_section,
1036 mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
1037 * elf32-ppc.c (ppc_elf_create_linker_section,
1038 ppc_elf_size_dynamic_sections): Likewise.
1039 * elf32-sparc.c (elf32_sparc_check_relocs,
1040 elf32_sparc_size_dynamic_sections): Likewise.
1041 * elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
1042 section flags.
1043 (_bfd_elf_create_dynamic_sections): Likewise.
1044 (_bfd_elf_make_linker_section_rela): Likewise.
1045 * elflink.h (elf_link_create_dynamic_sections): Likewise.
1046 (bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
1047 (elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
1048 to identify generated bits.
1049 (elf_link_input_bfd): Likewise.
1050
1051 * elf64-alpha.c: Rewrite everything touching relocations.
1052
afaed5e9 1053start-sanitize-v850
de224d6a
MM
1054Fri Jan 3 11:42:53 1997 Michael Meissner <meissner@tiktok.cygnus.com>
1055
1056 * elf32-v850.c (all functions and static variables): Go through
1057 and regularize names to be of the form v850_elf_<xxx>.
1058 (toplevel): Include <elf/v850.h>.
1059 (enum reloc_type): Move to include/elf/v850.h.
1060 (v850_elf_check_relocs): For common variables, if the variable is
1061 referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable
1062 into the appropriate section.
1063 (elf_backend_check_relocs): Define.
1064
afaed5e9
MM
1065Tue Dec 31 15:15:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1066
1067 * elf32-v850.c (elf_v850_howto_table): Fix some spacing.
1068
1069end-sanitize-v850
148437ec
ILT
1070Tue Dec 31 14:44:50 1996 Ian Lance Taylor <ian@cygnus.com>
1071
7c342fc5
ILT
1072 * config.bfd (mips*el-*-linux*): New target.
1073 (mips*-*-linux*): New target.
1074
1075 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Clean up.
1076 Return a useful value.
1077
6ded6615
ILT
1078 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
1079
dda7af9f
ILT
1080 * configure.in: Check ac_cv_func_mmap_fixed_mapped, not
1081 ac_cv_func_mmap.
1082 * configure: Rebuild.
ab98712a
ILT
1083 * configure.host: Use ac_cv_func_mmap_fixed_mapped instead of
1084 ac_cv_func_mmap in bfd/configure.host.
dda7af9f 1085
148437ec
ILT
1086 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Add
1087 filter_shlib and auxiliary_filter_shlib parameters.
1088 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_AUXILIARY and
1089 DT_FILTER.
1090 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
1091 (bfd_elf64_size_dynamic_sections): Likewise.
1092 * bfd-in2.h: Rebuild.
1093
1eeccb22
ILT
1094Mon Dec 30 18:48:52 1996 Ian Lance Taylor <ian@cygnus.com>
1095
1096 * xcofflink.c (xcoff_build_ldsyms): When exporting all defined
1097 symbols, don't export a symbol which is defined by an object in an
1098 archive which contains shared objects.
1099
60b26712 1100start-sanitize-tic80
fc46a9ec
FF
1101Mon Dec 30 16:12:58 1996 Fred Fish <fnf@cygnus.com>
1102
1103 * archures.c (enum bfd_architecture): Add bfd_arch_tic80
1104 for TI TMS320c80 (MVP).
1105 (bfd_archures_list): Add bfd_tic80_arch.
1106 * bfd-in2.h: Regenerate by running "make headers".
1107
60b26712
FF
1108Sun Dec 29 16:18:52 1996 Fred Fish <fnf@cygnus.com>
1109
1110 * cpu-tic80.c (bfd_tic80_arch): Add struct.
1111 * configure.in (case $vec): Correct typo, "tb" not "tp".
1112 Also add cofflink.o for tic80coff_vec.
1113 * configure: Regenerate with autoconf.
1114
1115end-sanitize-tic80
412f8c93
ILT
1116Mon Dec 30 11:54:56 1996 Ian Lance Taylor <ian@cygnus.com>
1117
1118 * libbfd.c: Patch up the mmap code so that it is only built if BFD
1119 is configured with --with-mmap.
1120
5a608f5b 1121start-sanitize-tic80
fc46a9ec 1122Sun Dec 29 10:48:57 1996 Fred Fish <fnf@cygnus.com>
5a608f5b
FF
1123
1124 * Makefile.in (BFD32_BACKENDS): Add coff-tic80.o
1125 (ALL_MACHINES): Add cpu-tic80.o
1126 (cpu-tic80.o, coff-tic80.o): Add dependencies.
1127 * coff-tic80.c: Add skeleton, cloned from another coff config.
1128 * coffcode.h (coff_write_object_contents): Set magic to TIC80MAGIC
1129 for TIc80.
1130
1131end-sanitize-tic80
60b26712 1132Fri Dec 27 20:56:41 1996 Fred Fish <fnf@cygnus.com>
cd6213ff
FF
1133
1134 * TODO: Correct a misspelling.
1135start-sanitize-tic80
1136 * coff-tic80.c: New file for TI TMS320C80 (MVP).
1137 * cpu-tic80.c: New file for TI TMS320C80 (MVP).
1138 * configure.in (case $vec): Add tic80coff_vec entry.
1139 * configure: Regenerate with autoconf.
1140 * archures.c (bfd_tic80_arch): Declare.
1141 * bfd-in2.h (enum bfd_architecture): Add bfd_arch_tic80.
1142 * config.bfd (case ${targ}): Add tic80*-*-coff* target.
1143 * targets.c (tic80coff_vec): Add decl as extern bfd_target.
1144 (bfd_target_vector): Add tic80coff_vec entry.
1145end-sanitize-tic80
1146
6b8ec6f3
ILT
1147Fri Dec 27 11:48:12 1996 H.J. Lu <hjl@lucon.org>
1148
1149 * elflink.h (elf_buckets): Add some more values for larger
1150 binaries.
1151
78650abd
ILT
1152Thu Dec 26 18:36:54 1996 Ian Lance Taylor <ian@cygnus.com>
1153
1154 * Makefile.in (install): Move subdir_do out of conditional. From
1155 Fred Fish <fnf@cygnus.com>.
1156
8d16fe5c
JL
1157Wed Dec 18 10:04:30 1996 Jeffrey A Law (law@cygnus.com)
1158
1159 * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
1160 32 bit relocs.
1161 (elf_mn10200_howto_table): Likewise.
1162 (mn10200_reloc_map): Likewise.
1163
69e2ff18
ILT
1164Tue Dec 17 11:09:36 1996 Ian Lance Taylor <ian@cygnus.com>
1165
e4f4813f
ILT
1166 * elf32-mips.c (mips_elf_add_symbol_hook): Add 1 to the value of a
1167 mips16 symbol during the link.
1168 (mips_elf_finish_dynamic_symbol): Subtract 1 from the value of a
1169 mips16 symbol.
1170 (mips_elf_link_output_symbol_hook): New static function.
1171 (elf_backend_link_output_symbol_hook): Define.
1172
69e2ff18
ILT
1173 * elf.c (bfd_elf_print_symbol): Print the st_other field if it is
1174 not zero.
1175
e85f2fbd
ILT
1176Mon Dec 16 14:38:39 1996 Ian Lance Taylor <ian@cygnus.com>
1177
1178 * elf.c (bfd_section_from_shdr): Don't check for reloc sections
1179 against SEC_DEBUGGING sections here (revert patch of December 5).
1180 * elfcode.h (elf_object_p): Check for them here, instead.
1181
e35765a9
ILT
1182Sun Dec 15 14:46:06 1996 Ian Lance Taylor <ian@cygnus.com>
1183
1184 * elfcode.h (elf_slurp_reloc_table): Add dynamic parameter.
1185 * elf.c (_bfd_elf_canonicalize_reloc): Pass new argument to
1186 slurp_reloc_table.
1187 (_bfd_elf_get_dynamic_reloc_upper_bound): New function.
1188 (_bfd_elf_canonicalize_dynamic_reloc): New function.
1189 * elf-bfd.h (struct elf_size_info): Update declaration of
1190 slurp_reloc_table.
1191 (_bfd_elf_get_dynamic_reloc_upper_bound): Declare.
1192 (_bfd_elf_canonicalize_dynamic_reloc): Declare.
1193 * elfxx-target.h: Use new dynamic reloc routines by default.
1194 * elf64-mips.c (mips_elf64_slurp_reloc_table): Add dynamic
1195 parameter.
1196
6270adfb
ILT
1197Fri Dec 13 13:18:49 1996 Dan Wilder <dan@gasboy.com>
1198
1199 * coffcode.h (coff_set_flags): Use MC68KBCSMAGIC for bfd_arch_m68k
1200 if NAMES_HAVE_UNDERSCORE is defined.
1201
21e45f82
DE
1202Fri Dec 13 11:13:23 1996 Doug Evans <dje@canuck.cygnus.com>
1203
1204 * libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
1205
e7bab9df
MM
1206Thu Dec 12 15:07:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1207
1208 * elf32-ppc.c (ppc_elf_check_relocs): Move R_PPC_PLTREL24 into the
1209 supported relocs.
1210
a5147005
ILT
1211Thu Dec 12 14:55:41 1996 Ian Lance Taylor <ian@cygnus.com>
1212
440f3914
ILT
1213 * elflink.h (elf_link_add_object_symbols): Only add a weak
1214 symbol if the real definition is in the dynamic symbol table.
1215 After finding the real definition, then, if it is dynamic, add the
1216 weak symbol to the dynamic symbol table.
1217
e5c3708d
ILT
1218 * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Make static.
1219
a5147005
ILT
1220 * ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a
1221 function.
1222 (ppcboot_bfd_print_private_bfd_data): Don't take the address of an
1223 array.
1224
1225Tue Dec 10 23:23:52 1996 Jeffrey A Law (law@cygnus.com)
1226
1227 * elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
1228 variants.
1229 (elf32_mn10300_howto_table, mn10300_reloc_map): Likewise.
1230 (bfd_elf32_mn10300_reloc): Write data in little endian format.
1231 * reloc.c: Remove mn10300 big endian relocs.
1232 * bfd-in2.h, libbfd.h: Rebuilt.
1233
1234 * elf32-mn10200.c: Update from elf32-mn10300.c.
1235
207e944c
JL
1236Fri Dec 6 15:18:05 1996 Jeffrey A Law (law@cygnus.com)
1237
31cffd2e
JL
1238 * elf32-mn10300.c (elf_symbol_leading_char): Define.
1239
207e944c
JL
1240 * elf32-mn10300.c: Add some comments.
1241
6dcf1ef5
ILT
1242Fri Dec 6 17:16:43 1996 Ian Lance Taylor <ian@cygnus.com>
1243
1244 * ihex.c (ihex_scan): Always initialize buf before jumping to
1245 error_return.
1246 (ihex_read_section): Likewise.
1247
d28f058e
JL
1248Thu Dec 5 22:29:18 1996 Jeffrey A Law (law@cygnus.com)
1249
1250 * elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
1251 inplace for most relocs.
1252
80be821d
ILT
1253Thu Dec 5 13:24:46 1996 Ian Lance Taylor <ian@cygnus.com>
1254
1255 * elflink.h (elf_link_add_object_symbols): Calling check_relocs
1256 even if SEC_ALLOC is not set.
1257 * elf32-i386.c (elf_i386_check_relocs): Don't check SEC_ALLOC
1258 when deciding whether to copy a reloc into a shared object.
1259 (elf_i386_relocate_section): Likewise.
1260 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
1261 (elf32_sparc_relocate_section): Likewise.
1262 * elf32-i386.c (elf_i386_check_relocs): Don't set SEC_ALLOC in a
1263 reloc section if it is not set in the source section.
1264 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
1265 * elf.c (bfd_section_from_shdr): Mark a reloc section associated
1266 with a SEC_DEBUGGING section as SEC_DEBUGGING.
1267
e5c4495c
MM
1268Wed Dec 4 14:18:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1269
1270 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): #if 0 code that
1271 expects a .got.plt until we actually create it.
1272
179b58d9
ILT
1273Mon Dec 2 12:13:51 1996 Ian Lance Taylor <ian@cygnus.com>
1274
e5c4495c
MM
1275 * cofflink.c (_bfd_coff_generic_relocate_section): Print an error
1276 message for bfd_reloc_outofrange, rather than aborting. From
1277 Philippe De Muyter <phdm@info.ucl.ac.be>.
1278
179b58d9
ILT
1279 * cofflink.c (_bfd_coff_final_link): If there aren't any relocs in
1280 a relocateable link, don't try to process them. From Heinz Wrobel
1281 <wrobel@lpr.e-technik.tu-muenchen.de>.
1282
943686fa
JL
1283Mon Dec 2 00:39:24 1996 Jeffrey A Law (law@cygnus.com)
1284
1285 * elf32-mn10300.c (mn10300_info_howto): Renamed from
a5147005 1286 mn10300_info_howto_rel. Tweak reloc argument to be an
943686fa
JL
1287 Elf32_Internal_Rela.
1288 (USE_RELA): Define instead of USE_REL.
1289 (elf_info_to_howto, elf_info_howto_rel): Corresponding changes.
1290
0e0f4106
PS
1291Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1292
1293 * configure.in, configure: Handle mips*-sgi-irix6*.
1294 * irix-core.c (irix_core_core_file_p): Accept CORE_MAGICN32
1295 core files.
1296
15aafe49
ILT
1297Wed Nov 27 12:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
1298
1299 * elf32-i386.c (elf_i386_relocate_section): Warn about a
1300 relocation against a symbol defined in a section with no output
1301 section.
1302
6c02f1a0
ILT
1303Tue Nov 26 11:07:31 1996 Ian Lance Taylor <ian@cygnus.com>
1304
dfc7020d
ILT
1305 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.
1306 * configure, config.in: Rebuild with autoconf 2.12.
1307
6c02f1a0
ILT
1308 * elf-bfd.h (struct elf_link_hash_entry): Add other field.
1309 * elf.c (_bfd_elf_link_hash_newfunc): Initialize other field.
1310 (swap_out_syms): Set st_other from existing st_other field.
1311 * elflink.h (elf_link_add_object_symbols): Store st_other in hash
1312 table other field.
1313 (elf_link_output_extsym): Set the other field from the global hash
1314 table entry.
1315 * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
1316 (elf_mips16_jump_howto): New static variable.
1317 (mips16_jump_reloc): New static function.
1318 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_JMP.
1319 (mips_info_to_howto_rel): Handle R_MIPS16_26.
1320 (mips_elf_relocate_section): Handle R_MIPS16_26. Handle R_MIPS_26
1321 to a mips16 symbol.
1322 * reloc.c (BFD_RELOC_MIPS16_JMP): Add to list of relocs.
1323 * bfd-in2.h, libbfd.h: Rebuild.
1324 * cpu-mips.c (arch_info_struct): Add mips:16 entry.
1325
f082b5ea
ILT
1326Mon Nov 25 11:23:32 1996 Ian Lance Taylor <ian@cygnus.com>
1327
1328 * configure.host: Use long long for mips-sgi-irix6*.
1329
1330 * coffswap.h (coff_swap_scnhdr_out): Make line number overflow
1331 only a warning. From Philippe De Muyter <phdemuyt@ulb.ac.be>.
1332
12fdaaf8
JL
1333Mon Nov 25 08:52:29 1996 Jeffrey A Law (law@cygnus.com)
1334
1335 * elf32-mn10300.c (bfd_elf32_mn10300_reloc): New function.
1336 (enum reloc_type): Add more reloc types.
1337 (elf32_mn10300_howto_table): Update for new reloc types.
1338 (elf32_mn10300_reloc_map): Update for new reloc types.
1339 * reloc.c: Add some new relocs for the mn10300 series.
1340 * bfd-in2.h, libbfd.h: Rebuilt.
1341
23def276
JL
1342Sat Nov 23 13:26:18 1996 Jeffrey A Law (law@cygnus.com)
1343
1344 * som.c (setup_sections): Don't lose for a space which has
1345 no data, but some symbols.
1346
a600a89e
ILT
1347Fri Nov 22 11:32:13 1996 Ian Lance Taylor <ian@cygnus.com>
1348
1349 * sunos.c (struct sunos_link_hash_table): Add got_needed field.
1350 (sunos_link_hash_table_create): Initialize got_needed.
1351 (sunos_create_dynamic_sections): Only set .got section size if it
1352 is not already set. Set got_needed.
1353 (bfd_sunos_size_dynamic_sections): Check got_needed. Only set
1354 sdynptr, and only handle dynamic sections, if dynamic sections are
1355 needed.
1356 (sunos_scan_std_relocs): Pass false to create_dynamic_sections.
1357 Initialize .got section.
1358 (sunos_scan_ext_relocs): Likewise.
1359 (sunos_write_dynamic_symbol): Set up PLT entry even if this is not
1360 a dynamic symbol.
1361 (sunos_finish_dynamic_link): Check got_needed. Only set up
1362 dynamic linking information if needed.
1363
aa09d6b2
RS
1364Thu Nov 21 10:31:31 1996 Rob Savoye (rob@cygnus.com)
1365
1366 * config.bfd: Added VersaDOS format to the Ericsson configuration.
1367
c3239e66
JL
1368Wed Nov 20 16:31:31 1996 Jeffrey A Law (law@cygnus.com)
1369
1370 * elf32-mn10300.c: Rough cut at relocs for the mn10300.
1371
c3239e66
JL
1372Wed Nov 13 08:12:38 1996 Jeffrey A Law (law@cygnus.com)
1373
1374 * Makefile.in (elf32-d10v.o): Don't depend on elf/d10v.h
1375 anymore.
1376
c3239e66
JL
1377Tue Nov 12 13:30:00 1996 Dawn Perchik <dawn@cygnus.com>
1378
1379 * filemode.c: Include sysdep.h.
1380 * ihex.c: Add casts to eliminate compiler warnings.
1381 * sunos.c: Add casts to eliminate compiler warnings.
1382
9e23db76
MM
1383Mon Nov 11 10:37:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1384
1385 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Create .got.plt
1386 section.
1387 (ppc_elf_check_relocs): Add support for R_PPC_LOCAL24PC. Make
1388 appropriate relocations in the .so file if shared.
1389 (ppc_elf_relocate_section): Ditto.
1390
affcfcf9
DE
1391Tue Oct 29 15:03:02 1996 Doug Evans <dje@canuck.cygnus.com>
1392
1393 * elf32-m32r.c (elf_m32r_howto_table, R_M32R_24): Use
1394 complain_overflow_unsigned.
1395
421a2956
MH
1396Tue Oct 29 12:53:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1397
1398 * elf32-d10v.c (elf_d10v_howto_table): Don't complain on
1399 overflows for R_D10V_16 and R_D10V_18.
1400
061cc10b
ILT
1401Tue Oct 29 13:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
1402
1403 * ieee.c (ieee_write_section_part): Use LMA rather than VMA.
1404 (do_with_relocs): Likewise.
1405 (do_as_repeat): Likewise.
1406 (copy_expression): Likewise.
1407
1408Fri Oct 25 16:56:40 1996 Ian Lance Taylor <ian@cygnus.com>
1409
1410 * ieee.c (ieee_write_external_part): Correctly record whether
1411 there is an external part.
1412
1413start-sanitize-v850
1414Thu Oct 24 14:32:52 1996 Jeffrey A Law (law@cygnus.com)
1415
1416 * elf32-v850.c (elf32_v850_bfd_final_link_relocate): Correctly
1417 handle tda offsets for sld.w and sst.w instructions.
1418 Fix alignment check in sld.w and sst.w tda reloc handling.
1419
1420end-sanitize-v850
27c7e907
SG
1421Thu Oct 24 09:08:47 1996 Stu Grossman (grossman@critters.cygnus.com)
1422
1423 * aclocal.m4, configure: Set USE_BINARY_FOPEN for *-*-windows.
1424
90ffe48b
JL
1425start-sanitize-v850
1426Wed Oct 23 00:53:16 1996 Jeffrey A Law (law@cygnus.com)
1427
1428 * elf32-v850.c: Add comments about assumptions about
1429 char, short & long sizes.
1430 (elf32_v850_bfd_final_link_relocate): Fix sign extension
1431 problems for several relocs.
1432
1433 * elf32-v850.c (elf32_v850_howto_table): Fix typo in
1434 R_V850_SDA_OFFSET entry.
1435
c0e8bfc0 1436end-sanitize-v850
84be2a8f
ILT
1437Wed Oct 23 00:20:34 1996 Ian Lance Taylor <ian@cygnus.com>
1438
1439 * xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
1440 Store import file index in ldindx.
1441 (xcoff_build_ldsyms): Assume that ldsym was not previously
1442 allocated. For an imported symbol, copy ldindx into l_ifile.
1443
725b96f5
JL
1444start-sanitize-v850
1445Tue Oct 22 19:20:38 1996 Jeffrey A Law (law@cygnus.com)
1446
c322f1b5 1447 * elf32-v850.c (elf_v850_howto_table): Fix ordering of
90ffe48b
JL
1448 R_V850_ZDA_OFFSET and R_V850_TDA_OFFSET. Fix various
1449 fields in R_V850_TDA_OFFSET.
c322f1b5 1450 (elf32_v850_bfd_final_link_relocate): Tweak pc-relative
90ffe48b 1451 relocs to work more like other relocs. Handle R_V850_TDA_OFFSET
c322f1b5
JL
1452 relocations.
1453
725b96f5
JL
1454 * elf32-v850.c: Include bfdlink.h.
1455 (bfd_elf32_v850_reloc): Return an error if we get a reloc
1456 we can't handle.
1457 (elf32_v850_bfd_final_link_relocate): New function.
1458 (v850_elf_relocation_section): Likewise.
1459 (elf_backend_relocate_section): Define.
1460
1461end-sanitize-v850
40c0ea5a
ILT
1462Tue Oct 22 17:22:43 1996 Ian Lance Taylor <ian@cygnus.com>
1463
1464 * binary.c (binary_set_section_contents): Ignore sections which
1465 don't have SEC_LOAD and SEC_ALLOC set.
1466
9c52f4b2
JL
1467Mon Oct 21 12:13:05 1996 Jeffrey A Law (law@cygnus.com)
1468
1469 * linker.c (_bfd_generic_final_link): Avoid losing static
1470 symbols in the .bss section.
1471
bd4dd3d0
ILT
1472Mon Oct 21 10:54:58 1996 Ian Lance Taylor <ian@cygnus.com>
1473
68553b63
ILT
1474 * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
1475 (mips32_64bit_reloc): New static function.
1476 (mips_reloc_map): Add entry for BFD_RELOC_64.
1477 (mips_elf_relocate_section): Handle R_MIPS_64.
1478
bd4dd3d0
ILT
1479 * linker.c (default_indirect_link_order): Print an error message
1480 when attempting to do a relocateable link with different object
1481 file formats, rather than calling abort.
1482
56910544
DE
1483Thu Oct 17 10:43:29 1996 Doug Evans <dje@canuck.cygnus.com>
1484
1485 * reloc.c (m32r relocs): Rename them.
1486 * bfd-in2.h, libbfd.h: Regenerated.
1487 * elf32-m32r.c: Update.
1488 (m32r_elf_10_pcrel_reloc): New function.
1489 (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it.
1490 (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks.
1491
e1d98a0a
JL
1492Wed Oct 16 11:24:35 1996 Jeffrey A Law (law@cygnus.com)
1493
4948949e
JL
1494 * linker.c (_bfd_generic_final_link): Set "linker_mark" for
1495 all sections that will be included in the output file.
1496 (_bfd_generic_link_output_symbols): Discard symbols in sections
1497 which are being discarded.
1498
1499start-sanitize-v850
b6d08fce
JL
1500
1501 * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
1502 R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET.
1503 (elf_v850_howto_table): Corresponding changes.
1504 (elf_v850_reloc_map): Corresponding changes.
1505 * reloc.c: Add additional V850 relocations.
1506 * bfd-in2.h, libbfd.h: Rebuilt.
1507
e1d98a0a
JL
1508 * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits we
1509 no longer want in pc-relative relocs.
1510
05f1baaa
JL
1511Tue Oct 15 22:17:37 1996 Jeffrey A Law (law@cygnus.com)
1512
1513 * elf32-v850.c (bfd_elf32_v850_reloc): Don't silently
1514 accept a reloc against an undefined sybmol!
1515
1336da39
SG
1516Tue Oct 15 16:17:28 1996 Stu Grossman (grossman@critters.cygnus.com)
1517
1518 * elf32-v850.c: Define elf_symbol_leading_char to be '_'.
1519
1520end-sanitize-v850
c24453fe
ILT
1521Tue Oct 15 12:40:41 1996 Ian Lance Taylor <ian@cygnus.com>
1522
ede836b9
ILT
1523 * VERSION: Bump for new relocation.
1524
c24453fe
ILT
1525 * hosts/i386bsd.h: If NBPG is not defined, define it as
1526 PAGE_SIZE, for recent versions of FreeBSD.
1527
e7a50458
ILT
1528Mon Oct 14 12:37:26 1996 Ian Lance Taylor <ian@cygnus.com>
1529
1530 * configure.host: Use `long long' as the 64 bit type on a Solaris
1531 host, since both gcc and the SunPRO compilers support it.
1532
6b31fd3a
ILT
1533Mon Oct 14 11:17:24 1996 Richard Henderson <rth@tamu.edu>
1534
1535 * reloc.c: Create a new BFD_RELOC_ALPHA_ELF_LITERAL. It was a
1536 mistake to have reused the ECOFF LITERAL for ELF since they have
1537 different semantics.
1538 * elf64-alpha.c (elf_reloc_map): Map from ELF_LITERAL.
1539 * bfd-in2.h, libbfd.h: Rebuild.
1540
1541 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Trap .got
1542 section overflow.
1543
1544 * elf64-alpha.c (elf64_alpha_relocate_section): Do not emit a
1545 dynamic relocation for an undefweak symbol when we are building
1546 a static executable.
1547
f20f2474
SS
1548Thu Oct 10 11:15:06 1996 Stan Shebs <shebs@andros.cygnus.com>
1549
1550 * mpw-make.sed (config.bfd, targmatch.sed): Edit references to
1551 point explicitly to srcdir.
1552 (targmatch.h): Edit references to point explicitly to objdir.
1553
3e222a5a
ILT
1554Thu Oct 10 14:14:23 1996 Ian Lance Taylor <ian@cygnus.com>
1555
1556 * config.bfd: When setting targ_cpu, don't get confused by
1557 linux-gnu.
1558
81501797
SG
1559Tue Oct 8 08:51:19 1996 Stu Grossman (grossman@critters.cygnus.com)
1560
1561 * configure.host: Add support for windows host (a build done
1562 under the Microsoft build environment).
1563
fe4ff515
ILT
1564Tue Oct 8 11:40:16 1996 Ian Lance Taylor <ian@cygnus.com>
1565
1c4794f5
ILT
1566 * elflink.h (elf_link_add_object_symbols): If a symbol is a weak
1567 definition in a dynamic object, add it to the dynamic symbol table
1568 if any dynamic object mentions it. Reverts part of last patch.
1569
9d81de19
ILT
1570 * sunos.c (struct sunos_link_hash_table): Add got_base field.
1571 (sunos_link_hash_table_create): Initialize got_base.
1572 (bfd_sunos_size_dynamic_sections): If the .got section is more
1573 than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to
1574 0x1000.
1575 (sunos_check_dynamic_reloc): Subtract got_base from a base
1576 relative relocation.
1577
fe4ff515
ILT
1578 * elf32-mips.c (elf_mips_isa): New static function.
1579 (_bfd_mips_elf_merge_private_bfd_data): Don't warn about linking
1580 -mips1 and -mips2 code together, or -mips3 and -mips4 code.
1581
1233f74b
ILT
1582Mon Oct 7 11:44:17 1996 Ian Lance Taylor <ian@cygnus.com>
1583
1584 * archive.c (do_slurp_coff_armap): Only treat archive as little
1585 endian for i960 COFF.
1586
a3d5a706
ILT
1587Fri Oct 4 13:49:01 1996 Ian Lance Taylor <ian@cygnus.com>
1588
65f56a58
ILT
1589 * coffcode.h (coff_compute_section_file_positions): Adjust sofar
1590 by the change in size of the section when EXEC_P is not set.
1591
a9dd34a9
ILT
1592 * coff-m68k.c (coff_rtype_to_howto): Define if not defined.
1593 (m68kcoff_rtype_to_howto): New static function.
1594 * cf-m68klynx.c (coff_m68k_lynx_rtype_to_howto): Add the section
1595 VMA to the addend for a PC relative reloc.
1596
05a68c24
ILT
1597 * dep-in.sed: Rework backslash loop a bit to avoid bug in sed on
1598 HP/UX 10.20.
1599 * Makefile.in: Rebuild dependencies.
1600
a3d5a706
ILT
1601 * dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
1602 som.h is included.
1603
c00ae065
JL
1604Fri Oct 4 11:41:39 1996 Jeffrey A Law (law@cygnus.com)
1605
1606 * Makefile.in: Remove explicit dependencies for mn10200 and
1607 mn10300 files.
1608 (ALL_MACHINE_CFILES): Add cpu-mn10200.c and cpu-mn10300.c.
1609 (BFD32_BACKENDS_CFILES): Add elf32-mn10200.c and elf32-mn10300.c
1610 (dependencies): Rebuilt.
1611
dee99794
ILT
1612Thu Oct 3 16:57:51 1996 Ian Lance Taylor <ian@cygnus.com>
1613
1d871eb7
ILT
1614 * cofflink.c (coff_link_add_symbols): Set obj_coff_keep_syms
1615 during this function.
1616
6b5af55c
ILT
1617 * elflink.c (_bfd_elf_create_linker_section): Only use an existing
1618 section if the flags are compatible.
1619
dee99794
ILT
1620 * configure.in: Add havevecs, and put it in tdefaults.
1621 * mpw-config.in: Likewise.
1622 * configure: Rebuild.
1623 * targmatch.sed: New file; a sed script to build targmatch.h from
1624 config.bfd.
1625 * config.bfd: Add #if, #endif, and comments for targmatch.h.
1626 * targets.c: Include "fnmatch.h".
1627 (struct targmatch): Define.
1628 (bfd_target_match): Define by including targmatch.h.
1629 (bfd_find_target): If the target is not found by name, search for
1630 it as a configuration triplet.
1631 * Makefile.in: Rebuild dependencies.
1632 (BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
1633 i386dynix.o, m68k4knetbsd.o, and riscix.o.
1634 (BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
1635 hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
1636 (HFILES): Add targmatch.h. Also, alphabetize and reindent.
1637 (CFILES): Remove i386dynix.c and hp300bsd.c.
1638 (targmatch.h): New target.
1639 (do_clean): Remove targmatch.h.
1640
1641 * configure.in: Add BFD_NEED_DECLARATION(getenv).
1642 * acconfig.h: Add NEED_DECLARATION_GETENV.
1643 * configure, config.in: Rebuild.
1644 * sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
1645 * aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1646
ae1b99e4
JL
1647Thu Oct 3 09:29:09 1996 Jeffrey A Law (law@cygnus.com)
1648
1649 * cpu-mn10x00.c, elf32-mn10x00: Removed.
1650 * cpu-mn10200.c, cpu-mn10300.c: New files.
1651 * elf32-mn10200.c, elf32-mn10300.c: New files.
1652 * Makefile.in: Break mn10x00 support into two separate
1653 configurations, mn10200 and mn10300.
1654 * archures.c, config.bfd, configure.in, elf.c, targets.c: Likewise.
1655 * bfd-in2.h, configure: Rebuilt.
1656
4c7f3fde
JM
1657Thu Oct 3 15:38:19 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1658
1659 * Makefile.in (do_clean): Move config.log to do_distclean.
1660
efc2b064
JL
1661Wed Oct 2 21:40:55 1996 Jeffrey A Law (law@cygnus.com)
1662
1663 * cpu-mn10x00.c, elf32-mn10x00.c: New files.
1664 * Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
1665 (BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
1666 (elf32-mn10x00.o): Add dependencies.
1667 * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
1668 (bfd_mn10x00_arch): Declare.
1669 (bfd_archures_list): Add bfd_mn10x00_arch.
1670 * config.bfd: Add mn10x00-*-*.
1671 * configure.in: Add bfd_elf32_mn10x00_vec.
1672 * elf.c (prep_headers): Handle bfd_arch_mn10x00.
1673 * targets.c (bfd_elf32_mn10x00_vec): Declare.
1674 (bfd_target_vector): Add bfd_elf32_mn10x00_vec.
1675 * bfd-in2.h, configure: Rebuilt.
1676
bf53bd9f
ILT
1677Wed Oct 2 15:46:45 1996 Klaus Kaempf <kkaempf@progis.de>
1678
1679 openVMS/Alpha: Provide filename and case_hack flags via
1680 symbol table from gas.
1681 Add case_hack code for symbol output from vax/vms.
1682 * evax-alpha.c (evax_initialize): Remove filename handling,
1683 filename is provided via symbol table.
1684 (evax_get_symtab): Use local symbol count when setting up table.
1685 * evax-egsd.c (_bfd_evax_slurp_egsd): Print correct name when
1686 debugging.
1687 (_bfd_evax_write_egsd): Skip file name symbol.
1688 * evax-emh.c (get_vms_time_string): Local function now.
1689 (_bfd_evax_write_emh): Extract source filename and case_hack flags
1690 from symbol table.
1691 * evax_write_etir (_bfd_evax_write_etir): Pass all symbol names
1692 through _bfd_evax_case_hack_symbol.
1693 * evax-misc.c (hash_string, _bfd_evax_case_hack_symbol): New
1694 functions.
1695 (_bfd_evax_basename): Removed.
1696 (_bfd_get_vms_time_string): Moved to evax-emh.c.
1697 * evax.h (evax_private_data_struct): Remove filename.
1698 (flag_hash_long_names, flag_show_after_trunc,
1699 flag_no_hash_mixed_case, vms_name_mapping): New flags for
1700 vms_case_hack.
1701
263d4a62
ILT
1702Wed Oct 2 12:02:02 1996 Ian Lance Taylor <ian@cygnus.com>
1703
a0fe6c2d
ILT
1704 * freebsd.h (N_GET_MAGIC_NET): Don't use ntohl.
1705 (N_GETMID_NET, N_GETFLAG_NET): Likewise.
1706 (NO_SWAP_MAGIC): Don't define.
1707 (SWAP_MAGIC): Define.
1708
263d4a62
ILT
1709 * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there is
1710 no hash table entry for a global symbol.
1711
161ac690
ILT
1712Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>
1713
1714 * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
1715
0db6249c
ILT
1716Tue Oct 1 12:31:39 1996 Ian Lance Taylor <ian@cygnus.com>
1717
8dd53b5c
ILT
1718 * cofflink.c (coff_link_add_symbols): Don't override a meaningful
1719 symbol type with T_NULL. Warn if symbol type changes. Based on
e5c4495c 1720 patch from Philippe De Muyter <phdm@info.ucl.ac.be>.
8dd53b5c 1721
0db6249c
ILT
1722 * elflink.h (elf_link_add_object_symbols): Only put a symbol from
1723 a dynamic object in the dynamic symbol table if it is referenced
1724 or defined by a regular object.
1725
1726start-sanitize-v850
1727Fri Sep 27 18:41:07 1996 Stu Grossman (grossman@critters.cygnus.com)
1728
1729 * elf32-v850.c (bfd_elf32_v850_is_local_label): New function to
1730 remove dwarf local labels. Shrinks binaries by a factor of 3!
1731
1732end-sanitize-v850
1733Mon Sep 23 13:33:00 1996 Ian Lance Taylor <ian@cygnus.com>
1734
1735 * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
1736 by hand, rather than by calling bfd_make_section.
1737
80675684
DE
1738Mon Sep 23 09:23:41 1996 Doug Evans <dje@seba.cygnus.com>
1739
1740 * reloc.c: Rename m32r relocs.
1741 * bfd-in2.h, libbfd.h: Rebuilt.
1742 * elf32-m32r.c: Update.
80675684 1743
a5a43df1
ILT
1744Fri Sep 20 11:43:43 1996 Ian Lance Taylor <ian@cygnus.com>
1745
e12ab364
ILT
1746 * aoutx.h (aout_link_input_section_ext): When doing a relocateable
1747 link, adjust the symbol index of a base relative reloc. Don't
1748 change the addend of a PC relative reloc if pcrel_offset is set.
1749 * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
1750 a relocateable link.
1751
a5a43df1
ILT
1752 * reloc.c (bfd_perform_relocation): Apply the relocation even if
1753 it is zero, in case src_mask matters.
1754 (bfd_install_relocation): Likewise.
1755
e425358f
ILT
1756Thu Sep 19 11:03:06 1996 Ian Lance Taylor <ian@cygnus.com>
1757
1758 * xcofflink.c (xcoff_link_add_symbols): Always initialize
1759 keep_syms.
1760 (_bfd_xcoff_bfd_final_link): Don't set target_index
1761 to an uninitialized value.
1762
7f21c97c
ILT
1763Tue Sep 17 14:18:31 1996 Ian Lance Taylor <ian@cygnus.com>
1764
1765 * coffcode.h (coff_slurp_line_table): Warn about illegal symbol
1766 indices, rather than crashing.
1767 (coff_slurp_reloc_table): Likewise. Check whether the howto field
1768 is NULL.
8d784abe
ILT
1769 * coff-sh.c (sh_relocate_section): Check for an illegal symbol
1770 index.
7f21c97c 1771
9859bc31
ILT
1772Mon Sep 16 12:39:36 1996 Ian Lance Taylor <ian@cygnus.com>
1773
1153e84b
ILT
1774 * coff-arm.c (aoutarm_std_reloc_howto): Change dst_mask for ARM26D
1775 reloc to 0.
1776 (coff_arm_adjust_symndx): New static function.
1777 (coff_adjust_symndx): Define.
1778
9859bc31
ILT
1779 * srec.c (srec_scan): Accept multiple symbols on a single line.
1780 From Pascal Martin <pmartin@alsys.com>.
1781
1782 * README: New file.
1783
f8b82e49
DE
1784Fri Sep 13 14:32:42 1996 Doug Evans <dje@canuck.cygnus.com>
1785
1786 * aoutf1.h (MY_bfd_merge_private_bfd_data): Define.
1787 (sunos_merge_private_bfd_data): New function.
1788
0a7b8735
ILT
1789Fri Sep 13 15:50:57 1996 Ian Lance Taylor <ian@cygnus.com>
1790
76d30c3f
ILT
1791 * bfd.c (bfd_copy_private_bfd_data): Switch on output BFD rather
1792 than input BFD.
1793 (bfd_merge_private_bfd_data): Likewise.
1794 * section.c (bfd_copy_private_section_data): Likewise.
1795 * syms.c (bfd_copy_private_symbol_data): Likewise.
1796 * bfd-in2.h: Rebuild.
1797 * aout-target.h (MY_bfd_copy_private_section_data): Check that
1798 both BFD's are the right flavour.
1799 * ecoff.c (_bfd_ecoff_bfd_copy_private_bfd_data): Likewise.
1800 * elf.c (_bfd_elf_copy_private_symbol_data): Likewise.
1801 * elf32-mips.c (_bfd_mips_elf_copy_private_bfd_data): Likewise.
1802 (_bfd_mips_elf_merge_private_bfd_data): Likewise.
1803 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Likewise.
1804 (ppc_elf_merge_private_bfd_data): Likewise.
1805 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
1806 * peicode.h (pe_bfd_copy_private_section_data): Likewise.
1807
0a7b8735
ILT
1808 * elf32-hppa.c (elf_hppa_howto_table): Fill in some fields for
1809 R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
1810 its sanity check.
1811
3ebefb07
DE
1812Thu Sep 12 11:45:57 1996 Doug Evans <dje@seba.cygnus.com>
1813
1814 * reloc.c: Add m32r relocs.
1815 * bfd-in2.h, libbfd.h: Rebuilt.
6cb9c903 1816 * cpu-m32r.c,elf32-m32r.c: New files.
3ebefb07 1817
cacfb845
ILT
1818Thu Sep 12 11:10:05 1996 Ian Lance Taylor <ian@cygnus.com>
1819
1820 * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
1821
d7775b43
ILT
1822Wed Sep 11 11:57:56 1996 Ian Lance Taylor <ian@cygnus.com>
1823
e461da9b
ILT
1824 * tekhex.c (first_phase): Change type parameter from char to int.
1825 (out): Likewise.
1826 (pass_over): Change func to expect int, not char.
1827
d7775b43
ILT
1828 * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC
1829 rather than SEC_LOAD when aligning the file offset for the first
1830 section in a segment.
1831
ea3f0585
FF
1832Tue Sep 10 16:18:30 1996 Fred Fish <fnf@cygnus.com>
1833
1834 * syms.c (coff_section_type): Make arg const.
1835 * irix-core.c (irix_core_core_file_p): Remove extraneous extra arg
1836 to make_bfd_asection().
1837 * elf-bfd.h (bfd_section_from_phdr): Add prototype.
1838 * elfcode.h (bfd_section_from_phdr): Remove prototype.
1839 (_bfd_elf_stringtab_init): Remove prototype.
1840
1841 * netbsd-core.c (swap_abort): Add prototype.
1842 * aix386-core.c (swap_abort): Ditto & make static
1843 * hpux-core.c (swap_abort): Ditto & make static.
1844 * irix-core.c (swap_abort): Ditto & make static.
1845 * ptrace-core.c (swap_abort): Ditto & make static.
1846 * trad-core.c (swap_abort): Ditto & make static.
1847 * coffswap.h (coff_swap_reloc_in): Ditto.
1848 (coff_swap_reloc_out): Ditto.
1849 (coff_swap_filehdr_in): Ditto.
1850 (coff_swap_filehdr_out): Ditto.
1851 (coff_swap_sym_in): Ditto.
1852 (coff_swap_sym_out): Ditto.
1853 (coff_swap_aux_in): Ditto.
1854 (coff_swap_aux_out): Ditto.
1855 (coff_swap_lineno_in): Ditto.
1856 (coff_swap_lineno_out): Ditto.
1857 (coff_swap_aouthdr_in): Ditto.
1858 (coff_swap_aouthdr_out): Ditto.
1859 (coff_swap_scnhdr_in): Ditto.
1860 (coff_swap_scnhdr_out): Ditto.
1861 * ihex.c (ihex_sizeof_headers): Ditto.
1862 * tekhex.c (getsym): Ditto.
1863 (find_chunk): Ditto & make static.
1864 (insert_byte): Ditto.
1865 (first_phase): Ditto.
1866 (pass_over): Ditto.
1867 (tekhex_get_symtab): Ditto & make static.
1868 (tekhex_get_symtab_upper_bound): Ditto & make static.
1869 (tekhex_mkobject): Ditto.
1870 (tekhex_object_p): Ditto.
1871 (move_section_contents): Ditto.
1872 (tekhex_get_section_contents): Ditto.
1873 (tekhex_set_arch_mach): Ditto & make static.
1874 (tekhex_set_section_contents): Ditto.
1875 (writevalue): Ditto.
1876 (writesym): Ditto.
1877 (out): Ditto.
1878 (tekhex_write_object_contents): Ditto.
1879 (tekhex_sizeof_headers): Ditto.
1880 (tekhex_make_empty_symbol): Ditto.
1881 (tekhex_get_symbol_info): Ditto.
1882 (tekhex_print_symbol): Ditto.
1883 * irix-core.c (make_bfd_asection): Ditto.
1884 (irix_core_core_file_p): Ditto.
1885 (irix_core_core_file_failing_command): Ditto.
1886 (irix_core_core_file_failing_signal): Ditto.
1887 (irix_core_core_file_matches_executable_p): Ditto.
1888 (irix_core_make_empty_symbol): Ditto.
1889 * coff-mips.c (mips_bfd_reloc_type_lookup): Ditto.
1890 * srec.c (srec_new_symbol): Ditto.
1891 (srec_get_section_contents): Ditto.
1892 (srec_set_arch_mach): Ditto.
1893 (srec_set_section_contents): Ditto.
1894 (internal_srec_write_object_contents): Ditto.
1895 (srec_write_object_contents): Ditto.
1896 (symbolsrec_write_object_contents): Ditto.
1897 (srec_sizeof_headers): Ditto.
1898 (srec_make_empty_symbol): Ditto.
1899 (srec_get_symtab_upper_bound): Ditto.
1900 (srec_get_symtab): Ditto.
1901 (srec_print_symbol): Ditto and make static.
1902 * elf.c (elf_read): Ditto
1903 (assign_section_numbers): Ditto.
1904 (elf_fake_sections): Ditto.
1905 (sym_is_global): Ditto.
1906 (elf_map_symbols): Ditto.
1907 (get_program_header_size): Ditto.
1908 * coffgen.c (make_a_section_from_file): Ditto.
1909 (coff_real_object_p): Ditto.
1910 (fixup_symbol_value): Ditto.
1911 (build_debug_section): Ditto.
1912 (copy_name): Ditto.
1913 * syms.c (coff_section_type): Ditto.
1914
00d7a64b
JL
1915Mon Sep 9 22:36:01 1996 Jeffrey A Law (law@cygnus.com)
1916
1917 * bfd-in2.h: Rebuilt after m32r changes.
1918
71d7d44f
DE
1919Mon Sep 9 12:31:22 1996 Doug Evans <dje@canuck.cygnus.com>
1920
66e4c229 1921 * config.bfd,configure.in,configure: Add m32r support.
f0c12b73 1922 * Makefile.in,archures.c,elf.c,targets.c: Likewise.
71d7d44f
DE
1923 * config.bfd: Keep target list alphabetically sorted.
1924
629f776a
JL
1925start-sanitize-v850
1926Mon Sep 9 11:48:41 1996 Jeffrey A Law (law@cygnus.com)
1927
1928 * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
1929 to add in the constant part found in the instruction itself.
1930 (case R_V850_HI16_S): Likewise.
1931
1932end-sanitize-v850
9c85b19d
MH
1933Fri Sep 6 17:04:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1934
1935 * elf32-d10v.c (elf_d10v_howto_table): Modify the size of R_D10V_16
1936 and R_D10V_18 to be 1 (word).
1937
4be2140e
ILT
1938Thu Sep 5 15:23:08 1996 Ian Lance Taylor <ian@cygnus.com>
1939
1940 * stabs.c (_bfd_link_section_stabs): If the output_section field
1941 of either section is bfd_abs_section, then the linker is
1942 discarding the section and we should not optimize it.
1943
0cd98b92
DE
1944Tue Sep 3 12:16:20 1996 Doug Evans <dje@canuck.cygnus.com>
1945
1946 * Makefile.in (aout-sparcle.o): New target.
1947 * aoutf1.h (TARGET_IS_BIG_ENDIAN_P): Don't define if little endian.
1948 * config.bfd (sparclet-*-aout*): Add case.
1949 * configure.in (sparcle_aout_vec): Add case.
1950 * configure: Regenerated.
0cd98b92
DE
1951 * targets.c (sparcle_aout_vec): Declare.
1952 (bfd_target_vector): Add sparcle_aout_vec.
1953 * aout-sparcle.c: New file.
1954
b5ef63c4 1955start-sanitize-v850
7b0af209 1956Tue Sep 3 00:57:02 1996 Jeffrey A Law (law@cygnus.com)
b5ef63c4 1957
e73b6ae6
JL
1958 * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
1959 low order sign bit propogation for R_V850_HI16_S.
1960
1961 * elf32-v850.c (bfd_elf32_v850_reloc): New function for
7b0af209
JL
1962 handling V850 specific relocs.
1963 (elf_v850_howto_table): Use the new function for some
1964 relocations. Twiddle masks & shifts for some relocs.
1965 Set partial_inplace where needed.
1966
1967end-sanitize-v850
1968Mon Sep 2 12:12:34 1996 Ian Lance Taylor <ian@cygnus.com>
1969
1970 * cpu-mips.c: Add an explicit mips:3000 entry, and change the
1971 default architecture to a machine number of 0.
1972 * elf32-mips.c (_bfd_mips_elf_object_p): Set the machine number
1973 for E_MIPS_ARCH_1.
1974 (_bfd_mips_elf_merge_private_bfd_data): If the machine number of
1975 the output BFD is the default, set it from the first input BFD.
1976
1977start-sanitize-v850
1978Sun Sep 1 18:38:01 1996 Jeffrey A Law (law@cygnus.com)
1979
1980 * elf32-v850.c (elf_v850_howto_table): All the 16bit relocs
1981 insert at bitpos zero. The HI16 relocs are shifted right
1982 by 16 bits. Fix src_mask for all relocs.
1983 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Define. The V850 is
1984 little endian!
1985 (TARGET_BIG_SYM, TARGET_BIG_NAME): Remove. The V850 is little
1986 endian!
b5ef63c4
MA
1987
1988end-sanitize-v850
bde9d875
ILT
1989Sun Sep 1 15:41:08 1996 Ian Lance Taylor <ian@cygnus.com>
1990
1991 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
1992 Rewrite to use BFD file read routines and to avoid using a fixed
1993 length for the file name.
1994
01b49cb3 1995start-sanitize-v850
237b5c4c
JL
1996Sat Aug 31 10:22:25 1996 Jeffrey A Law (law@cygnus.com)
1997
1998 * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
1999 (elf_v850_howto_table): Add support for R_V850_{32,16,8}.
2000 (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
2001 to R_V850_{32,16,8}.
2002
01b49cb3
C
2003Fri Aug 30 18:06:04 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2004
2005 * elf32-v850.c (reloc_type): Add R_V850_HI16_S.
2006 (elf_v850_howto_table): Add info for HI16_S reloc.
2007 (v850_reloc_map): Add HI_16_S reloc.
2008 * reloc.c: Define BFD_RELOC_V850_* relocs.
2009
2010end-sanitize-v850
492cfc71
ILT
2011Fri Aug 30 11:49:19 1996 Ian Lance Taylor <ian@cygnus.com>
2012
c86158e5
ILT
2013 Add SH ELF support.
2014 * elf32-sh.c: New file.
2015 * elf.c (prep_headers): Handle bfd_arch_sh.
2016 * elfcode.h (write_relocs): Handle absolute symbol.
2017 * elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
2018 (_bfd_elf64_link_read_relocs): Declare.
2019 * elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
2020 elf_link_read_relocs. Make globally visible. Change all
2021 callers.
2022 (elf_link_input_bfd): Get external symbols from cache in
2023 symtab_hdr->contents. Get contents from cache in
2024 elf_section_data.
2025 * elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
2026 already defined.
2027 * reloc.c: Define BFD_RELOC_SH_* relocs.
2028 * libbfd-in.h (_bfd_sh_align_load_span): Declare.
2029 * coff-sh.c (sh_insns_conflict): Fix a return value.
2030 (_bfd_sh_align_load_span): New globally visible function, broken
2031 out of sh_align_load.
2032 (sh_align_load): Call _bfd_sh_align_load_span.
2033 (sh_swap_insns): Change relocs parameter to PTR.
2034 * bfd-in2.h, libbfd.h: Rebuild.
2035 * targets.c (bfd_elf32_sh_vec): Declare.
2036 (bfd_elf32_shl_vec): Declare.
2037 * config.bfd (sh-*-elf*): New target.
2038 * configure.in (bfd_elf32_sh_vec): New target vector.
2039 (bfd_elf32_shl_vec): New target vector.
2040 * configure: Rebuild.
2041 * Makefile.in: Rebuild dependencies.
2042 (BFD32_BACKENDS): Add elf32-sh.o.
2043 (BFD32_BACKENDS_CFILES): Add elf32-sh.c.
2044
2045 * elf.c (map_sections_to_segments): Check that LMA does not skip a
2046 page before checking D_PAGED.
2047
492cfc71
ILT
2048 * ihex.c (ihex_scan): Removed unnecessary extbase variable.
2049 (ihex_write_object_contents): Remove extbase; always use segbase
2050 instead.
2051
f7954d86
MM
2052Thu Aug 29 16:52:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2053
2054 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
2055 * configure.host (i[345]86-*-*): Ditto.
2056 * config.bfd (i[345]86-*-*): Ditto.
2057 * configure: Regenerate.
2058
2059 * config.bfd (i[3456]86-*-dgux*): Recognize as a synonym for x86
2060 elf.
2061
2062Tue Aug 27 09:18:18 1996 Jeffrey A Law (law@cygnus.com)
2063
2064 * elf32-hppa.c (hppa_elf_gen_reloc_type): Add new argument.
2065 * elf32-hppa.h (hppa_elf_gen_reloc_type): Update prototype.
2066 * som.c (hppa_som_gen_reloc_type): Add new argument. If
2067 we encounter an R_DATA_ONE_SYMBOL reloc against a symbol that
2068 will have an ST_CODE type, change the symbol's type to ST_DATA.
2069 * som.c (hppa_som_gen_reloc_type): Update prototype.
2070
4da624dd
ILT
2071Tue Aug 27 00:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
2072
2073 * elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
2074 R_MIPS_32 and R_MIPS_REL32. Set sgot and g as soon as possible.
2075 (mips_elf_size_dynamic_sections): Don't require .got to exist.
2076 (mips_elf_finish_dynamic_sections): Likewise.
2077
9461513b
ILT
2078Thu Aug 22 10:54:38 1996 Ian Lance Taylor <ian@cygnus.com>
2079
1c952df6
ILT
2080 * configure.host (HLDENV): New variable to set. Set it for
2081 *-*-sysv4*, since those linkers may not support -R but they always
2082 support LD_RUN_PATH.
2083
9461513b
ILT
2084 * libieee.h (NSECTIONS): Don't define.
2085 (ieee_data_struct): Change section_table to asection **. Add
2086 section_table_size.
2087 * ieee.c (get_section_entry): If the table isn't big enough, make
2088 it bigger.
2089 (ieee_slurp_sections): Remove assertion about number of sections.
2090 (ieee_object_p): Adjust initialization of ieee to match changes to
2091 the structure.
2092
2093 * xcofflink.c (xcoff_mark): Don't copy relocs for undefined
2094 symbols merely because we are generating a shared library.
2095 (xcoff_build_ldsyms): Don't set up global linkage code for an
2096 undefined symbol merely because we are generating a shared
2097 library.
2098
0c1d95c7
C
2099start-sanitize-v850
2100Tue Aug 20 15:06:05 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2101
2102 * Makefile.in (ALL_MACHINES): Add cpu-v850.o.
2103 (BFD32_BACKENDS) Add elf32-v850.o.
2104 * archures.c: Add bfd_v850_arch.
2105 * bfd-in2.h: Add bfd_v850_arch.
2106 * config.bfd (v850-*-*): New target.
2107 * configure: (bfd_elf32_v850_vec) New vector.
2108 * configure.in: (bfd_elf32_v850_vec) New vector.
2109 * cpu-v850.c: New file.
2110 * elf.c (prep_headers): Added case bfd_arch_v850.
2111 * elf32-v850.c: New file.
2112 * targets.c (bfd_elf32_v850_vec): New vector.
2113
2114end-sanitize-v850
2115Fri Aug 16 16:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
2116
2117 * xcofflink.c (xcoff_link_add_dynamic_symbols): Create and define
2118 a function code symbol for an XMC_XO symbol.
2119
22edd547
SS
2120Thu Aug 15 12:33:29 1996 Stan Shebs <shebs@andros.cygnus.com>
2121
2122 * mpw-config.in: Update editing of autoconf vars to reflect
2123 Jul 18 configure.in change.
2124 * mpw-make.sed: Update editing of include pathnames to be
2125 more general, add @DASH_C_FLAG@ to explicit compile rule edit.
2126
2127Thu Aug 15 10:35:13 1996 Richard Henderson <rth@tamu.edu>
2128
2129 * elf64-alpha.c (elf64_alpha_output_extsym): The section from
2130 which to offset to get the .plt entry address is ".plt".
2131
53ef6e60
JSC
2132Thu Aug 15 16:40:30 1996 James G. Smith <jsmith@cygnus.co.uk>
2133
2134 * reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
2135 BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
2136 Added, for internal use by the ARM gas.
2137 * libbfd.h: Rebuilt
2138 * bfd-in2.h: Rebuilt
2139
37d7888d
ILT
2140Wed Aug 14 17:02:09 1996 Richard Henderson <rth@tamu.edu>
2141
2142 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
2143 in section dynidx start.
2144
e38d6d36
ILT
2145Tue Aug 13 14:35:38 1996 Ian Lance Taylor <ian@cygnus.com>
2146
2147 * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
2148 name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an
2149 optimization for g++.
2150
ae20860e
MM
2151Tue Aug 13 17:04:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2152
2153 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
2154 the -mrelocatable-lib bit set and the other doesn't, clear the
2155 -mrelocatable-lib bit in the header.
2156
4596421b
ILT
2157Sat Aug 10 22:59:17 1996 Ian Lance Taylor <ian@cygnus.com>
2158
2159 * elflink.h (elf_link_add_object_symbols): Do not resolve a common
2160 symbol against a STT_FUNC symbol in a shared library.
2161
f11e3f62
ILT
2162Fri Aug 9 12:44:57 1996 Ian Lance Taylor <ian@cygnus.com>
2163
410bc61d
ILT
2164 * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
2165 symbol is found, automatically define the corresponding function
2166 code.
2167
d92099f1
ILT
2168 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
2169 if sym.n_numaux is not zero.
2170 (_bfd_coff_link_input_bfd): Permit the symbol and the hash table
2171 entry to disagree about the number of aux entries if the symbol
2172 has zero.
2173
f11e3f62
ILT
2174 * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
2175 section if it might be needed, not just if info->shared.
2176 (mips_elf_adjust_dynamic_symbol): Make room for a null element at
2177 the start of .rel.dyn if we are going to use it.
2178 (mips_elf_finish_dynamic_sections): Only clear the first element
2179 of .rel.dyn if the size is greater than zero.
2180
fbc4ed7d
ILT
2181Thu Aug 8 16:24:55 1996 Ian Lance Taylor <ian@cygnus.com>
2182
b2a05baf
ILT
2183 * xcofflink.c (xcoff_link_input_bfd): If we already called the
2184 undefined_symbol callback for a symbol, then don't issue any more
2185 warnings about loader relocs.
2186 (_bfd_ppc_xcoff_relocate_section): Don't do any further processing
2187 after calling the undefined_symbol callback.
2188
fbc4ed7d
ILT
2189 * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
2190 (xcoff_link_add_symbols): Permit multiple definitions of a symbol
2191 as the AIX linker seems to do.
2192
8612a388
ILT
2193Thu Aug 8 12:21:56 1996 Klaus Kaempf <kkaempf@progis.de>
2194
2195 * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
2196 (evax_initialize): Remove evax_reloc_table.
2197 (evax_close_and_cleanup): Ditto.
2198 (reloc_nil): Ditto.
2199 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
2200 entries.
2201 (evax_bfd_reloc_type_lookup): Ditto.
2202 * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
2203 cooked_size == raw_size.
2204 * evax-emh.c (_bfd_evax_register_filename): Remove.
2205 * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
2206 * evax-misc.c (add_new_contents): Malloc section at full size.
2207 (_bfd_save_evax_section): Memcpy section contents directly.
2208 * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
2209 (evax_reloc_table): Remove.
2210
2211 * hosts/alphavms.h (O_ACCMODE): Define if needed.
2212
2213 * makefile.vms: Add better support for DEC C compilation
2214 Add evax.h dependencies
2215
2216 * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
2217 (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
2218 (BFD_RELOC_ALPHA_BASEREG): Remove.
2219 * bfd-in2.h, libbfd.h: Rebuild.
2220
320a5c6b
SG
2221Thu Aug 8 08:17:32 1996 Stu Grossman (grossman@critters.cygnus.com)
2222
2223 * archive.c (bsd_write_armap): Ifdef around calls to getuid and
2224 getgid if _WIN32 is defined.
2225 * opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef.
2226
2055bf85
SG
2227Wed Aug 7 23:19:00 1996 Stu Grossman (grossman@critters.cygnus.com)
2228
2229 * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
2230 Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
2231 include file.
2232 * libbfd.c: Create dummy getpagesize() macro if HAVE_GETPAGESIZE
2233 isn't defined.
2234
85fe9d3e
ILT
2235Wed Aug 7 14:11:44 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
2236
2237 * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
2238 realloc.
2239 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
2240 (NEED_DECLARATION_REALLOC): New macro.
2241 * configure, config.in: Rebuild.
2242 * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
2243 (realloc): Declare if NEED_DECLARATION_REALLOC.
2244
2245 * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
2246 <strings.h> if they exist.
2247
2248 * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
2249
9b3307b0
ILT
2250Wed Aug 7 12:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
2251
cc425b55
ILT
2252 * cpu-i386.c (i8086_arch): Architecture info for the i8086.
2253
9b3307b0
ILT
2254 Based on patches from Eric Valette <valette@crf.canon.fr>:
2255 * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
2256 LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
2257 (elf_howto_table): Add entries for new relocs.
2258 (elf_i386_reloc_type_lookup): Handle new relocs.
2259 (elf_i386_info_to_howto): Just call abort.
2260 (elf_i386_info_to_howto_rel): Check that the reloc type is valid.
2261 (elf_i386_relocate_section): Likewise.
2262
75e3a45a
MH
2263Tue Aug 6 12:54:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2264
2265 * elf32-d10v.c (elf_d10v_howto_table): Added R_D10V_32.
2266
191d910c
ILT
2267Mon Aug 5 13:42:41 1996 Ian Lance Taylor <ian@cygnus.com>
2268
b944e7e8
ILT
2269 * elf.c (_bfd_elf_make_section_from_shdr): For a loadable section,
2270 only get the LMA from the phdr if they are in the same part of the
2271 file.
2272
191d910c
ILT
2273 * elf.c (map_sections_to_segments): Rewrite tests for starting a
2274 new segment to make them more comprehensible. If the relationship
2275 between the LMA and the VMA changed, start a new segment. Don't
2276 check dynsec when deciding whether to start a new segment for a
2277 writeable section; -N will now handle this.
2278
e751d506
JL
2279Thu Aug 1 22:43:08 1996 Jeffrey A Law (law@cygnus.com)
2280
2281 * libhppa.h: Remove "esel" changes. Not the right approach.
2282 * som.c: Corresponding changes.
2283 (som_bfd_derive_misc_symbol_info): Use ST_DATA for symbols
2284 which don't have a SOM symbol type associated with them.
2285 Reverses a 1994 change.
2286
cdb88e87
ILT
2287Wed Jul 31 15:50:55 1996 Ian Lance Taylor <ian@cygnus.com>
2288
2289 Make ld -N more reasonable for ELF:
2290 * elf.c (map_sections_to_segments): If D_PAGED is not set, set
2291 phdr_in_section to false, and always use a single load segment.
2292 (elf_sort_sections): Sort sections by LMA after VMA.
2293 (assign_file_positions_for_segments): If D_PAGED is not set, don't
2294 align to maxpagesize.
2295 (assign_file_positions_except_relocs): Likewise.
2296 * elfcode.h (elf_object_p): If a section is loaded but not page
2297 aligned, clear D_PAGED.
2298
d1b40d8e
JSC
2299Wed Jul 31 15:00:12 1996 James G. Smith <jsmith@cygnus.co.uk>
2300
2301 * reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
2302 Added, for internal use by the ARM gas.
2303 * libbfd.h: Rebuilt
2304 * bfd-in2.h: Rebuilt
2305
ad240a82
JL
2306Tue Jul 30 14:14:57 1996 Jeffrey A Law (law@cygnus.com)
2307
2308 * libhppa.h (R_HPPA_ESEL): New field selector.
2309 (e_esel): Similarly.
2310 * som.c (hppa_som_gen_reloc_type): If we encounter an e_esel,
2311 then generate R_COMP2 (PUSH_SYM), R_DATA_EXPR fixup stream.
2312 (som_write_fixups): Handle R_DATA_EXPR just like R_CODE_EXPR.
2313
fb4dc1eb
ILT
2314Tue Jul 30 13:31:27 1996 Ian Lance Taylor <ian@cygnus.com>
2315
2316 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Do the regular
2317 archive search before looking for stripped dynamic objects.
2318
b223f950
ILT
2319Fri Jul 26 17:51:39 1996 Ian Lance Taylor <ian@cygnus.com>
2320
2321 * xcofflink.c (xcoff_build_ldsyms): Make exporting an undefined
2322 symbol a warning rather than an error.
2323
64f808f9
ILT
2324Wed Jul 24 12:02:53 1996 Ian Lance Taylor <ian@cygnus.com>
2325
2326 * elf.c (assign_file_positions_for_segments): Track the virtual
2327 memory position separately from the file position, and use it to
2328 compute the alignment adjustment.
2329
11609502
MH
2330Tue Jul 23 10:43:31 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2331
2332 * elf32-d10v.c (elf_d10v_howto_table): Changed all relocs to "long"
2333 and fixed mask on R_D10V_10_PCREL_L.
2334
9bd65136
ILT
2335Mon Jul 22 15:30:30 1996 Ian Lance Taylor <ian@cygnus.com>
2336
bf9884d4
ILT
2337 * elf64-mips.c: Include "aout/ar.h".
2338 (mips_elf64_slurp_armap): New static function.
2339 (mips_elf64_write_armap): New static function.
2340 (bfd_elf64_archive_*): Define.
2341 * elfxx-target.h (bfd_elfNN_archive_p): Define if not defined.
2342 Use instead of bfd_generic_archive_p.
2343 (bfd_elfNN_write_archive_contents): Define if not defined. Use
2344 instead of _bfd_write_archive_contents.
2345 (bfd_elfNN_mkdarchive): Define if not defined. Use instead of
2346 _bfd_generic_mkarchive.
2347 (TARGET_BIG_SYM): If bfd_elfNN_archive_functions is defined, use
2348 bfd_elfNN_archive in BFD_JUMP_TABLE_ARCHIVE rather than
2349 _bfd_archive_coff.
2350 (TARGET_LITTLE_SYM): Likewise.
2351 * archive.c (bfd_slurp_armap): Check for and reject an archive map
2352 name of /SYM64/.
2353 * Makefile.in: Rebuild dependencies.
2354
2355 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle
2356 SHT_MIPS_LIBLIST, SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and
2357 SHT_MIPS_EVENTS sections.
2358 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_IFACE,
2359 SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and SHT_MIPS_EVENTS
2360 sections.
2361 (_bfd_mips_elf_fake_sections): Likewise.
2362
9bd65136
ILT
2363 * libecoff.h (ecoff_data_type): Add rdata_in_text field.
2364 * ecoff.c (ecoff_compute_section_file_positions): Copy
2365 rdata_in_text from backend info to tdata. Clear it if any data
2366 section comes before .rdata.
2367 (_bfd_ecoff_write_object_contents): Use rdata_in_text field in
2368 tdata rather than backend info.
2369
194141a9
ILT
2370Fri Jul 19 18:15:51 1996 Ian Lance Taylor <ian@cygnus.com>
2371
2372 * configure.in: Fix test for whether a compiler has a 64 bit
2373 type. From Jim Wilson <wilson@cygnus.com>.
2374
a8a3d83a
ILT
2375Thu Jul 18 15:39:10 1996 Ian Lance Taylor <ian@cygnus.com>
2376
f4e14cb9
ILT
2377 * configure.host (mips-sgi-irix6*): New host.
2378
2379 * configure.in: Set and substitute VERSION, BFD_HOST_64BIT_LONG
2380 (replacing HOST_64BITLONG), BFD_HOST_64_BIT_DEFINED,
2381 BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT. Add bfd-in2.h:bfd-in2.h
2382 to AC_OUTPUT call.
2383 * configure: Rebuild.
2384 * bfd-in.h (BFD_ARCH_SIZE): Define as @wordsize@, not @WORDSIZE@.
2385 (BFD_HOST_64_BIT): Define conditionally.
2386 (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
2387 (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
2388 (symvalue, bfd_size_type): Likewise.
2389 * bfd-in2.h: Rebuild.
2390 * Makefile.in (do_clean): Remove bfd-tmp.h.
2391 (do_distclean): Remove bfd-in3.h.
2392 (stmp-bfd.h): Just do copy-if-change bfd-in3.h bfd.h.
2393 (bfd-in3.h): New target.
2394
74556b94
ILT
2395 * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec. From
2396 Andrew Gierth <ANDREWG@microlise.co.uk>.
2397
ab659fd6
ILT
2398 * configure.host: Set INSTALL_SHLIB.
2399 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
2400 * configure: Rebuild.
2401 * Makefile.in (install): Use @INSTALL_SHLIB@.
2402
e8c249cb
ILT
2403 * config.bfd (mips*-*-irix6*): New target.
2404 * configure.host: Handle Irix 6 shared library like Irix 5.
2405
a8a3d83a
ILT
2406 * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TD
2407 symbol for a magic name.
2408 (xcoff_link_input_bfd): Don't change the reloc symbol for an
2409 XMC_TD symbol.
2410 (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an
2411 XMC_TD symbol.
2412
b576c7b3
SS
2413Thu Jul 18 11:36:31 1996 Stan Shebs <shebs@andros.cygnus.com>
2414
2415 * mpw-config.in: Add ELF support to mips config, create the
2416 elf32-target.h file in the object dir.
2417 * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
2418
2ba0d82d
KK
2419Wed Jul 17 18:02:32 1996 Kim Knuttila <krk@cygnus.com>
2420
2421 * coff-ppc.c: Redid debug scheme - numerous fprintf's gone.
2422 Also removed most abort calls, in favor of using bfd reporting.
2423
b576c7b3 2424Wed Jul 17 14:51:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
50bd50d4 2425
b576c7b3
SS
2426 * Makefile.in (ALL_MACHINES): Add cpu-d10v.o.
2427 (BFD32_BACKENDS) Add elf32-d10v.o.
50bd50d4
MH
2428 * archures.c: Add bfd_d10v_arch.
2429 * bfd-in2.h: Add bfd_d10v_arch.
2430 * config.bfd (d10v-*-*): New target.
2431 * configure: (bfd_elf32_d10v_vec) New vector.
2432 * configure.in: (bfd_elf32_d10v_vec) New vector.
2433 * cpu-d10v.c: New file.
2434 * elf.c (prep_headers): Added case bfd_arch_d10v.
2435 * elf32-d10v.c: New file.
2436 * libbfd.h: Rebuild.
b576c7b3
SS
2437 * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L,
2438 BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define.
50bd50d4 2439 * targets.c (bfd_elf32_d10v_vec): New vector.
50bd50d4 2440
2ce9802e
KK
2441Wed Jul 17 10:58:55 1996 Kim Knuttila <krk@cygnus.com>
2442
2443 * coff-ppc.c (coff_ppc_relocate_section): Removed bogus fprintf
2444
9676e446 2445Tue Jul 16 23:49:02 1996 Stu Grossman (grossman@critters.cygnus.com)
3cc21bf6 2446
9676e446
SG
2447 * archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
2448 bfd_mach_i386_i8086 machine types.
3cc21bf6 2449
f7171978
ILT
2450Wed Jul 10 12:42:56 1996 Ian Lance Taylor <ian@cygnus.com>
2451
2452 * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
2453 and _FINI sections.
2454
74e2ab38
ILT
2455Wed Jul 10 11:18:21 1996 Richard Henderson <rth@tamu.edu>
2456
2457 * coffcode.h (coff_set_section_contents): A/UX does not require
2458 special handling of the _LIB section.
2459
01cfaa6b
JL
2460Tue Jul 9 15:52:20 1996 Jeffrey A Law (law@cygnus.com)
2461
2462 * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
2463 value for R_RELBYTE.
2464
2465 * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
2466 array if one was allocated.
2467
eb52b9dc
ILT
2468Tue Jul 9 12:21:54 1996 Ian Lance Taylor <ian@cygnus.com>
2469
2470 From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
2471 * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
2472 use_rld_obj_head and rld_value.
2473 (mips_elf_link_hash_table_create): Initialize new fields.
2474 (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
2475 dynamic.
2476 (mips_elf_create_dynamic_sections): Create .rld_map section. If
2477 __rld_obj_head symbol not seen, create an __rld_map symbol.
2478 (mips_elf_size_dynamic_sections): Make space in .rld_map section.
2479 Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
2480 (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
2481 __rld_obj_head symbol.
2482 (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
2483
56b4cbaa
ILT
2484Mon Jul 8 16:18:03 1996 Ian Lance Taylor <ian@cygnus.com>
2485
9b292d4c
ILT
2486 * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
2487
dab45734
ILT
2488 * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
2489 ppc_elf_addr16_ha_reloc.
2490 (ppc_elf_addr16_ha_reloc): New static function.
2491
56b4cbaa
ILT
2492 * coff-mips.c (struct mips_hi): Define.
2493 (mips_refhi_list): New static variable.
2494 (mips_refhi_addr, mips_refhi_addend): Remove.
2495 (mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
2496 (mips_reflo_reloc): Process mips_refhi_list.
2497 (mips_relhi_list): New static variable.
2498 (mips_relhi_addr, mips_relhi_addend): Remove.
2499 (mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
2500 (mips_rello_reloc): Process mips_relhi_list.
2501 (mips_relocate_section): Permit an arbitrary number of REFHI or
2502 RELHI relocs before the associated REFLO or RELLO reloc.
2503
b777c6a7
ILT
2504Fri Jul 5 19:27:49 1996 Ian Lance Taylor <ian@cygnus.com>
2505
2506 * aout-target.h (MY(callback)): Set reloc_count fields.
2507
100b65dd
ILT
2508Thu Jul 4 12:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
2509
48f3aaf3
ILT
2510 * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
2511 sections unless this is a SunOS link.
2512
100b65dd
ILT
2513 * VERSION: Set to 2.7.1.
2514
2515 * Released binutils 2.7.
2516
a31e14f4
ILT
2517Wed Jul 3 14:59:47 1996 Ian Lance Taylor <ian@cygnus.com>
2518
4d3daf4f
ILT
2519 * i386aout.c: Include "aout/aout64.h".
2520 (i386aout_write_object_contents): New static function.
2521 (MY_write_object_contents): Define.
2522
a31e14f4
ILT
2523 * netbsd.h (MY(write_object_contents)): Make sure that
2524 adjust_sizes_and_vmas is called before fiddling with the magic
2525 number.
2526
d2d04f7a
ILT
2527Tue Jul 2 23:30:39 1996 Ian Lance Taylor <ian@cygnus.com>
2528
2529 * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
2530
4f6ee760
ILT
2531Sun Jun 30 13:34:33 1996 Ian Lance Taylor <ian@cygnus.com>
2532
2533 * libbfd-in.h (itos, stoi): Don't define.
2534 * libbfd.h: Rebuild.
2535 * i386lynx.c (KEEPIT): Define as udata.i.
2536 (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
2537 (NAME(lynx,swap_ext_reloc_out)): Likewise.
2538 * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
2539 flags. Don't use stoi.
2540
2541 * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
2542
2543 * elf.c (map_sections_to_segments): Don't start a new segment for
2544 a writable section if it's on the same page as the previous
2545 segment. Reset the writable variable for a readonly section.
2546
dfb89b82
KK
2547Sat Jun 29 16:18:51 1996 Kim Knuttila <krk@cygnus.com>
2548
2549 * peicode.h (coff_swap_aouthdr_in): Missing initializations of
2550 first_thunk_address, thunk_size, and import_table_size.
2551 * peicode.h: Improved some diagnostics regarding edata sections.
2552
2553 * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
2554 on IMGLUE relocs.
2555 (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
2556 (TARGET_LITTLE_SYM): Added missing D_PAGED.
2557
8e80606f
ILT
2558Fri Jun 28 13:48:45 1996 Ian Lance Taylor <ian@cygnus.com>
2559
f93fb275
ILT
2560 * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
2561 with XCOFF_DEF_DYNAMIC set is really defined.
2562 (xcoff_link_check_dynamic_ar_symbols): Likewise.
2563 (xcoff_link_add_symbols): Only create special sections if using an
2564 XCOFF hash table.
2565
8e80606f
ILT
2566 * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
2567 aixcoff-rs6000.
2568 (bfd_install_relocation): Likewise.
2569
eec2f824
ILT
2570Fri Jun 28 11:17:00 1996 Richard Henderson <rth@tamu.edu>
2571
2572 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
2573 field.
2574 (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
2575 (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
2576 (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
2577 (elf64_alpha_link_hash_newfunc): Initialize flags field.
2578 (elf64_alpha_check_relocs): Record types of LITUSE entries that
2579 are found for LITERAL relocs.
2580 (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
2581 taken, we cannot generate a .plt entry for the symbol.
2582
5304aea9
ILT
2583Thu Jun 27 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
2584
2585 * configure.in: Add AC_ISC_POSIX, and check for setitimer and
2586 sysconf functions (for gprof).
2587 * configure, config.in: Rebuild.
2588
017047d4
ILT
2589Wed Jun 26 16:29:02 1996 Ian Lance Taylor <ian@cygnus.com>
2590
f292bbe9
ILT
2591 * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
2592 an archive if it has a map. If the object file has the wrong
2593 xvec, reject it.
2594
566e2325
ILT
2595 * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
2596 BRADDR, SREL16, SREL32, or SREL64 reloc against an external
2597 symbol.
2598 (alpha_relocate_section): Likewise.
2599
017047d4
ILT
2600 * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
2601 (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
2602 (coff_swap_sym_out): Use SYMESZ, not sizeof.
2603 (coff_swap_aux_out): Use AUXESZ, not sizeof.
2604 (coff_swap_lineno_out): Use LINESZ, not sizeof.
2605 (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
2606 (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
2607 * peicode.h: Corresponding changes.
2608
cb73f5d7
MM
2609Tue Jun 25 15:28:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2610
2611 * elflink.h (elf_create_pointer_linker_section): Comment out code
2612 dealing with making GOT pointers negative of the GOT symbol for
2613 now.
2614
297a4f1a
ILT
2615Tue Jun 25 11:41:24 1996 Richard Henderson <rth@tamu.edu>
2616
2617 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
2618 increment the .rela.plt size until after we're done creating the
2619 .plt entry.
2620 (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
2621 .rela.plt offset directly rather than calculating it.
2622
dbbfec07
JM
2623Mon Jun 24 17:15:10 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2624
01e58ff6
JM
2625 * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir):
2626 Use autoconf-set values.
2627 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2628 includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set
2629 values.
dbbfec07
JM
2630 (docdir): Deleted.
2631 * configure.in (AC_PREREQ): autoconf v2.5 or higher.
2632 * configure: Rebuilt.
2633
50004d8d
JL
2634Mon Jun 24 22:50:35 1996 Jeffrey A Law (law@cygnus.com)
2635
2636 * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
2637 handling code > 1k away.
2638
2639Mon Jun 24 18:41:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2640
2641 * elflink.h (elf_create_pointer_linker_section): If DEBUG is
2642 defined, output whenever the symbol is updated.
2643
2e0567eb
ILT
2644Mon Jun 24 17:58:12 1996 Jouke Numan <jnuman@bazis.nl>
2645
2646 * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
2647 section to 0 if user_set_vma is set.
2648 * elflink.h (elf_bfd_final_link): Likewise.
2649
2650Sun Jun 23 20:42:51 1996 Doug Evans <dje@canuck.cygnus.com>
2651
2652 Partially undo patch of Jun 20.
2653 * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
2654 (coff_compute_section_file_positions): Likewise.
2655 (coff_write_object_contents): Likewise. Re-add deleted code, but
2656 use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
2657 * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
2658
bff4a496
ILT
2659Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
2660
2661 * config.bfd: Add support for *-*-rtems* configurations.
2662
7ae6550f
ILT
2663Fri Jun 21 15:19:59 1996 Ian Lance Taylor <ian@cygnus.com>
2664
2665 * elf.c (prep_headers): Add bfd_arch_alpha case.
2666
e8f46717
ILT
2667Fri Jun 21 12:35:27 1996 Richard Henderson <rth@tamu.edu>
2668
2669 * elf64-alpha.c: New file.
2670 * config.bfd (alpha-*-linuxecoff*): New target.
2671 (alpha-*-linux*, alpha-*-elf*): New targets.
2672 * configure.in (bfd_elf64_alpha_vec): New vector.
2673 * configure: Rebuild.
2674 * targets.c (bfd_elf64_alpha_vec): Declare.
2675 (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
2676 * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
2677 * bfd-in2.h, libbfd.h: Rebuild.
2678 * Makefile.in: Rebuild dependencies.
2679 (BFD64_BACKENDS): Add elf64-alpha.o.
2680 (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
2681
bacecac8
ILT
2682Thu Jun 20 18:14:25 1996 Ian Lance Taylor <ian@cygnus.com>
2683
2684 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
2685 than relying on a right shift of 32.
2686
9ca108cd
DE
2687Thu Jun 20 11:00:57 1996 Doug Evans <dje@canuck.cygnus.com>
2688
b9110a3c
DE
2689 * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
2690 ifdef to COFF_WITH_PE.
2691 (coff_compute_section_file_positions): Likewise.
2692 (coff_write_object_contents): Likewise. Delete COFF_OBJ_WITH_PE.
2693 * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
2694 * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
2695 COFF_IMAGE_WITH_PE, always include.
2696
9ca108cd
DE
2697 * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
2698
c2073f05
ILT
2699Wed Jun 19 11:37:52 1996 Ian Lance Taylor <ian@cygnus.com>
2700
7fc6a16a
ILT
2701 * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
2702 approximate the correct answer if SIZEOF_HEADERS was not used.
2703
c2073f05
ILT
2704 * binary.c (binary_set_section_contents): Set section file
2705 position based on LMA rather than VMA.
2706
4838929e
ILT
2707Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de>
2708
2709 * linker.c (_bfd_generic_link_output_symbols): Don't output any
2710 symbols if info->strip == strip_all.
2711
2712Tue Jun 18 15:17:36 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2713
2714 * coff-h8300.c: Remove #if 0 code.
2715 (compatable): Don't allow mixing/matching of different architectures.
2716
4838929e
ILT
2717 * archures.c (bfd_mach_h8300s): Add.
2718 * bfd-in2.h: Rebuilt.
2719 * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
2720 (BADMAG): Likewise.
2721 (h8300_reloc16_estimate): Likewise.
2722 (h8300_reloc16_extra_cases): Likewise.
2723 (h8300_bfd_link_add_symbols): Likewise.
2724 * coffcode.h (coff_set_arch_mach_hook): Likewise.
2725 (coff_set_flags): Likewise.
2726 * cpu-h8300.c (h8300_scan): Likewise.
2727 Add H8/S to bfd_h8300_arch list.
2728
c3d8e071
ILT
2729Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>
2730
2731 Added support for Alpha OpenVMS:
2732 * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
2733 * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
2734 * config.h-vms, makefile.vms: New files.
2735 * config.bfd (alpha-*-*vms*): New target.
2736 * configure.in (evax_alpha_vec): New target vector.
2737 * configure: Rebuild.
2738 * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
2739 (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
2740 * targets.c (bfd_target_evax_flavour): Define.
2741 (evax_alpha_vec): Declare.
2742 (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
2743 if BFD64 is defined.
2744 * bfd-in2.h, libbfd.h: Rebuild.
2745 * Makefile.in: Rebuild dependencies.
2746 (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
2747 evax-emh.o, and evax-misc.o.
2748 (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
2749 evax-etir.c, evax-emh.c, and evax-misc.c.
2750 (HFILES): Add evax.h.
2751
142aa7d9
ILT
2752Tue Jun 18 13:54:18 1996 Ian Lance Taylor <ian@cygnus.com>
2753
2754 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
2755 pointer.
2756 (h8300_bfd_link_add_symbols): Likewise.
2757
b658d64d
JL
2758Mon Jun 17 10:06:50 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2759
2760 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
2761 * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
2762
2df1e84b
ILT
2763Mon Jun 17 12:49:11 1996 Ian Lance Taylor <ian@cygnus.com>
2764
2765 * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
2766 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
2767 created.
2768 (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
2769 R_MIPS_32 relocs if creating a shared library.
2770
2771Thu Jun 13 20:14:51 1996 Doug Evans <dje@canuck.cygnus.com>
2772
2773 * peicode.h (add_data_entry): Use pei_section_data rather than
2774 _cooked_size. Corresponds to May 13 change in coffcode.h.
2775
8100e72c
ILT
2776Thu Jun 13 10:23:40 1996 Ian Lance Taylor <ian@cygnus.com>
2777
51bc9642
ILT
2778 * cofflink.c (_bfd_coff_final_link): Handle long section names.
2779 * coffcode.h (coff_write_object_contents): If there are long
2780 section names, always set the f_symptr field, even if there are no
2781 symbols.
2782 * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
2783 if there are no symbols.
2784
8100e72c
ILT
2785 * coffgen.c (make_a_section_from_file): Check return value of
2786 _bfd_coff_read_string_table.
2787 (coff_real_object_p): Check return value of
2788 make_a_section_from_file.
2789 (_bfd_coff_read_string_table): Check that there are some symbols
2790 before trying to read the string table size.
2791
0e3bd85e
ILT
2792Wed Jun 12 11:16:37 1996 Ian Lance Taylor <ian@cygnus.com>
2793
ed675a04
ILT
2794 * xcofflink.c (xcoff_link_add_symbols): When considering whether
2795 to replace a symbol in a dynamic object with a symbol from another
2796 dynamic object, do the replacement if the existing symbol is
2797 global linkage code.
2798
49144784
ILT
2799 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
2800 for _ptrgl, and treat it as global linkage code.
2801
0e3bd85e
ILT
2802 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
2803 filename or N_SO symbol past the offset, and use it to indicate
2804 that there is no line number or function when appropriate.
2805
a5c7acea
ILT
2806Tue Jun 11 15:24:48 1996 Ian Lance Taylor <ian@cygnus.com>
2807
2808 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
2809 common symbol defined by the linker. Don't export function code
2810 even if export_defineds is set.
2811
2812Mon Jun 10 11:57:27 1996 Jeffrey A Law (law@cygnus.com)
2813
2814 * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
2815 and R_JMP_DEL.
2816 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
2817 (h8300_symbol_address_p): New function.
2818 (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
2819 relaxing.
2820
890f5b7f
JL
2821Sun Jun 9 16:30:20 1996 Jeffrey A Law (law@cygnus.com)
2822
2823 * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
2824 problems.
2825 (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
2826 correctly for the two variants. Allow relaxing if the target
2827 is 128 bytes away since after relaxation it'll be 126 bytes away.
2828 (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
2829 "dot" and "value". Allow relaxing if the target is 128 bytes
2830 away since after relaxation it'll be 126 bytes away.
2831 * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
2832 the given section until nothing changes.
2833
0593fc16
ILT
2834Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu>
2835
2836 * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
2837 alignment hack--we can get the lnnoptr info another way without
2838 suddenly increasing the alignment requirements. Set the flags for
2839 the _PDATA section.
2840 (ecoff_compute_section_file_positions): Do so.
2841
9b263b79
ILT
2842Thu Jun 6 11:24:37 1996 Ian Lance Taylor <ian@cygnus.com>
2843
bbf7c335
ILT
2844 * ieee.c (ieee_write_object_contents): Put a timestamp in the file
2845 to keep the HP emulator database happy.
2846
9b263b79
ILT
2847 * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
2848 From Kevin Buettner <kev@primenet.com>.
2849
2850Wed Jun 5 15:16:04 1996 Ian Lance Taylor <ian@cygnus.com>
2851
2852 * aoutx.h (translate_to_native_sym_flags): Don't try to print the
2853 name of a NULL section.
2854
26145b15
ILT
2855Tue Jun 4 18:53:58 1996 Ian Lance Taylor <ian@cygnus.com>
2856
2857 * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
2858 set, always call the notice callback.
2859
2860 * VERSION: Increment for bfdlink.h change.
2861
3a2080d8
ILT
2862Mon Jun 3 11:01:53 1996 Ian Lance Taylor <ian@cygnus.com>
2863
9d175198
ILT
2864 * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
2865 (sh_relax_delete_bytes): Correct handling of differently sized
2866 trailing alignment reloc.
2867
5a04f1bd
ILT
2868 * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
2869 * bfd-in2.h: Rebuild.
2870 * configure.in: Warn if there is no known 64 bit type.
2871 * configure: Rebuild.
2872
60c8b04f
ILT
2873 * Makefile.in: Rebuild dependencies.
2874 (BFD32_BACKENDS): Add ppcboot.o.
2875 (BFD32_BACKENDS_CFILES): Add ppcboot.c.
2876
3a2080d8
ILT
2877 * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
2878 From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
2879
903612a2
ILT
2880Sat Jun 1 21:49:58 1996 Ian Lance Taylor <ian@cygnus.com>
2881
2882 * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
2883 (bfd_mips_elf64_swap_reginfo_out): Move from here...
2884 * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
2885 (bfd_mips_elf64_swap_reginfo_out): ...to here.
2886
38893c8c
ILT
2887Fri May 31 13:51:28 1996 Ian Lance Taylor <ian@cygnus.com>
2888
bc05732b
ILT
2889 * elf64-mips.c: Improve reloc special_functions and handling of
2890 SHT_MIPS_OPTIONS section.
2891 * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
2892 mips_elf_hi16_reloc and make globally visible.
2893 (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
2894 make globally visible.
2895 (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
2896 make globally visible.
2897 (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
2898 and make globally visible.
2899 (gprel16_with_gp): Check howto->src_mask before using value in
2900 insn.
2901 (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
2902 and make globally visible.
2903 (gprel32_with_gp): Check howto->src_mask before fetching value.
2904 (bfd_mips_elf_swap_options_in): New function.
2905 (bfd_mips_elf_swap_options_out): New function.
2906 (_bfd_mips_elf_set_private_flags): Rename from
2907 mips_elf_set_private_flags and make globally visible.
2908 (_bfd_mips_elf_copy_private_bfd_data): Rename from
2909 mips_elf_copy_private_bfd_data and make globally visible.
2910 (_bfd_mips_elf_merge_private_bfd_data): Rename from
2911 mips_elf_merge_private_bfd_data and make globally visible.
2912 (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
2913 for a SHT_MIPS_OPTIONS section.
2914 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
2915 (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
2916 name of a SHT_MIPS_OPTIONS section.
2917 (_bfd_mips_elf_set_section_contents): New function.
2918 (mips_elf32_section_processing): Set the GP value in a
2919 SHT_MIPS_OPTIONS section.
2920 (_bfd_mips_elf_find_nearest_line): Rename from
2921 mips_elf_find_nearest_line and make globally visible.
2922 (bfd_elf32_set_section_contents): Define.
2923 * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
2924 (_bfd_mips_elf_lo16_reloc): Declare.
2925 (_bfd_mips_elf_gprel16_reloc): Declare.
2926 (_bfd_mips_elf_got16_reloc): Declare.
2927 (_bfd_mips_elf_gprel32_reloc): Declare.
2928 (_bfd_mips_elf_set_private_flags): Declare.
2929 (_bfd_mips_elf_copy_private_bfd_data): Declare.
2930 (_bfd_mips_elf_merge_private_bfd_data): Declare.
2931 (_bfd_mips_elf_find_nearest_line): Declare.
2932 (_bfd_mips_elf_set_section_contents): Declare.
2933
38893c8c
ILT
2934 * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
2935 elf_info_to_howto.
2936 (elf_info_to_howto): Define.
2937 * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
2938 elf_info_to_howto.
2939 (elf_info_to_howto): Define.
2940 * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
2941 elf_info_to_howto.
2942 (elf_info_to_howto): Define.
2943
2944 * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
2945 R_MOV16B[12], to match change in coff/internal.h.
2946
cabd8fa0
ILT
2947Thu May 30 12:38:49 1996 Ian Lance Taylor <ian@cygnus.com>
2948
00176555
ILT
2949 * elf64-mips.c: Extensive additions to provide better support for
2950 writing files and for gas.
2951 * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
2952 of mips_elf_object_p.
2953 (mips_elf32_object_p): Rename from mips_elf_object_p; call
2954 _bfd_mips_elf_object_p.
2955 (_bfd_mips_elf_final_write_processing): Rename from
2956 mips_elf_final_write_processing and make globally visible.
2957 (_bfd_mips_elf_fake_sections): Rename from
2958 mips_elf_fake_sections and make globally visible.
2959 (_bfd_mips_elf_section_from_bfd_section): Rename from
2960 mips_elf_section_from_bfd_section and make globally visible.
2961 (_bfd_mips_elf_section_processing): New function, broken out of
2962 mips_elf_section_processing.
2963 (mips_elf32_section_processing): Rename from
2964 mips_elf_section_processing; call
2965 _bfd_mips_elf_section_processing.
2966 (_bfd_mips_elf_symbol_processing): Rename from
2967 mips_elf_symbol_processing and make globally visible.
2968 (_bfd_mips_elf_read_ecoff_info): Rename from
2969 mips_elf_read_ecoff_info and make globally visible.
2970 (mips_elf32_ecoff_debug_swap): Rename from
2971 mips_elf_ecoff_debug_swap.
2972 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
2973 struct symbol_cache_entry.
2974 (_bfd_elf_validate_reloc): New function, moved in from
2975 elfcode.h:validate_reloc.
2976 * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
2977 to _bfd_elf_validate_reloc. Change all callers.
2978 * elf-bfd.h (bfd_section_from_shdr): Declare.
2979 (_bfd_elf_symbol_from_bfd_symbol): Declare.
2980 (_bfd_elf_validate_reloc): Declare.
2981 (_bfd_mips_elf_object_p): Declare.
2982 (_bfd_mips_elf_fake_sections): Declare.
2983 (_bfd_mips_elf_section_from_bfd_section): Declare.
2984 (_bfd_mips_elf_section_processing): Declare.
2985 (_bfd_mips_elf_symbol_processing): Declare.
2986 (_bfd_mips_elf_read_ecoff_info): Declare.
2987 (_bfd_mips_elf_final_write_processing): Declare.
2988 * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
2989 if already defined.
2990
cabd8fa0
ILT
2991 * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
2992 (mips_elf_final_write_processing): Likewise.
2993
d1bf45aa
ILT
2994Wed May 29 16:15:29 1996 Ian Lance Taylor <ian@cygnus.com>
2995
2996 64-bit MIPS ELF ABI objdump support:
2997 * elf64-mips.c: New file.
2998 * Makefile.in: Rebuild dependencies.
2999 (BFD64_BACKENDS): Add elf64-mips.o.
3000 (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
3001 * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
3002 bfd_elf64_littlemips_vec to targ_selvecs.
3003 (mips*-*-elf*): Likewise.
3004 * confingure.in: Add bfd_elf64_bigmips_vec and
3005 bfd_elf64_littlemips_vec to vector switch.
3006 * configure: Rebuild.
3007 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
3008 broken out of mips_elf_section_from_shdr.
3009 (mips_elf32_section_from_shdr): Rename from
3010 mips_elf_section_from_shdr. Call new function.
3011 (elf_backend_section_from_shdr): Update name of renamed function.
3012 * elf-bfd.h (struct elf_size_info): Change second parameter of
3013 write_out_phdrs to be const. Likewise for second parameter of
3014 swap_symbol_out.
3015 (struct bfd_elf_section_data): Add rel_hdr2 field.
3016 (bfd_elf32_swap_symbol_in): Change second parameter to be const.
3017 (bfd_elf32_swap_symbol_out): Likewise.
3018 (bfd_elf32_swap_reloc_in): Likewise.
3019 (bfd_elf32_swap_reloc_out): Likewise.
3020 (bfd_elf32_swap_reloca_in): Likewise.
3021 (bfd_elf32_swap_reloca_out): Likewise.
3022 (bfd_elf32_swap_phdr_in): Likewise.
3023 (bfd_elf32_swap_phdr_out): Likewise.
3024 (bfd_elf32_swap_dyn_in): Likewise.
3025 (bfd_elf32_swap_dyn_out): Likewise.
3026 (bfd_elf32_slurp_symbol_table): Declare.
3027 (bfd_elf32_write_shdrs_and_ehdr): Declare.
3028 (bfd_elf32_write_out_phdrs): Declare.
3029 (bfd_elf64_swap_symbol_in): Change second parameter to be const.
3030 (bfd_elf64_swap_symbol_out): Likewise.
3031 (bfd_elf64_swap_reloc_in): Likewise.
3032 (bfd_elf64_swap_reloc_out): Likewise.
3033 (bfd_elf64_swap_reloca_in): Likewise.
3034 (bfd_elf64_swap_reloca_out): Likewise.
3035 (bfd_elf64_swap_phdr_in): Likewise.
3036 (bfd_elf64_swap_phdr_out): Likewise.
3037 (bfd_elf64_swap_dyn_in): Likewise.
3038 (bfd_elf64_swap_dyn_out): Likewise.
3039 (bfd_elf64_slurp_symbol_table): Declare.
3040 (bfd_elf64_write_shdrs_and_ehdr): Declare.
3041 (bfd_elf64_write_out_phdrs): Declare.
3042 (_bfd_mips_elf_section_from_shdr): Declare.
3043 * elf.c (bfd_section_from_shdr): Remove assertion requiring
3044 SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
3045 section for the section, add the new one to rel_hdr2. Increment
3046 reloc_count rather than setting it.
3047 * elfcode.h (elf_slurp_symbol_table): Define name as macro.
3048 Remove static declaration.
3049 (elf_write_shdrs_and_ehdr): Define name as macro.
3050 (elf_write_out_phdrs): Likewise.
3051 (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
3052 (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
3053 (elf_swap_symbol_in): Change second parameter to be const.
3054 (elf_swap_symbol_out): Likewise.
3055 (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
3056 (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
3057 (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
3058 (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
3059 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
3060 (elf_write_out_phdrs): Rename from write_out_phdrs. Change second
3061 parameter to be const. Make non-static.
3062 (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
3063 Make non-static.
3064 (elf_slurp_symbol_table): Make non-static.
3065 (NAME(_bfd_elf,size_info)): Update names of renamed functions.
3066 * elfxx-target.h (elf_info_to_howto): Define if not defined.
3067 (elf_backend_size_info): Likewise.
3068 (elfNN_bed): Use elf_backend_size_info.
3069 * targets.c (bfd_elf64_bigmips_vec): Declare.
3070 (bfd_elf64_littlemips_vec): Declare.
3071 (bfd_target_vector): Add bfd_elf64_bigmips_vec and
3072 bfd_elf64_littlemips_vec if BFD64 is defined.
3073
3074 * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
3075
7dd3d45a
ILT
3076Tue May 28 11:42:08 1996 Ian Lance Taylor <ian@cygnus.com>
3077
07692951
ILT
3078 * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
3079 zeroes, in alignment holes.
3080
a4322a77
ILT
3081 * configure: Rebuild with autoconf 2.10.
3082
7dd3d45a
ILT
3083 * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
3084 potential leading underscore in the allocated buffer.
3085
0293d5b0
MM
3086Fri May 24 14:28:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3087
3088 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
3089 symbols into .sbss if this is a relocatable link.
3090
a5d0cd50
ILT
3091Thu May 23 12:26:24 1996 Ian Lance Taylor <ian@cygnus.com>
3092
3093 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
3094 undefined symbols when creating a shared library.
3095
3096Fri May 17 13:54:15 1996 Ian Lance Taylor <ian@cygnus.com>
3097
3098 * coff-sh.c: Add a bunch of new code and static const arrays to
3099 support aligning loads and stores on four byte memory boundaries.
3100 Also:
3101 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
3102 R_SH_LABEL.
3103 (sh_relax_section): Look for R_SH_CODE relocs. If we find one,
3104 call sh_align_loads.
3105 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
3106 as unused.
3107
c403d358
ILT
3108Thu May 16 16:34:13 1996 Ian Lance Taylor <ian@cygnus.com>
3109
3110 * cache.c (bfd_open_file): Unlink the file before opening it for
3111 write. From Marty Leisner <leisner@sdsp.mc.xerox.com>.
3112
3113 * opncls.c (bfd_fdopenr): Set opened_once.
3114
2f710e17
ILT
3115Tue May 14 12:35:32 1996 Ian Lance Taylor <ian@cygnus.com>
3116
ff60fc3a
ILT
3117 * som.c (som_slurp_reloc_table): Clear external_relocs cache after
3118 freeing it.
3119
2f710e17
ILT
3120 * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
3121 the code unconditionally.
3122
efb33f6b
ILT
3123Mon May 13 19:51:37 1996 Ian Lance Taylor <ian@cygnus.com>
3124
3125 * libcoff-in.h (struct pei_section_tdata): Define structure.
3126 (pei_section_data): Define macro.
3127 * libcoff.h: Rebuild.
3128 * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
3129 store s_paddr field in pei_section_data.
3130 (coff_compute_section_file_positions): Use pei_section_data rather
3131 than _cooked_size, and don't overwrite an existing value.
3132 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
3133 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
3134 * peicode.h (coff_bfd_copy_private_section_data): Define if
3135 COFF_IMAGE_WITH_PE.
3136 (pe_bfd_copy_private_section_data): New static function if
3137 COFF_IMAGE_WITH_PE.
3138
5ecd6d7f
ILT
3139Wed May 8 16:10:38 1996 Ian Lance Taylor <ian@cygnus.com>
3140
db1e2aa7
ILT
3141 * srec.c (srec_set_arch_mach): Write as a function rather than a
3142 macro definition.
3143
5ecd6d7f
ILT
3144 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
3145 no map, just check each member in turn to see whether it is
3146 required.
3147
aefee5c8
MM
3148Wed May 8 09:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3149
3150 * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
3151 table. Call BFD_ASSERT to validate header size, instead of
3152 calling fatal.
3153 (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
3154 name.
3155
0d1fcbbb
MM
3156Tue May 7 16:10:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3157
3158 * ppcboot.c: New target for looking at PPCbug boot records.
3159
3160 * config{ure.in,.bfd}: Add support for ppcboot target.
3161 * targets.c: Ditto.
3162 * configure: Regenerate.
3163
f4597f8c
JL
3164Tue May 7 11:15:19 1996 Jeffrey A Law (law@cygnus.com)
3165
3166 * coff-h8300.c (howto_table): Update names to match recent
3167 changes to include/coff/internal.h. Fix minor errors in the
3168 existing relocs. Add R_MOVL1 and R_MOVL2.
3169 (rtype2howto): Similarly.
3170 (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
3171 existing relaxing code and peform more relaxing.
3172 (h8300_reloc16_extra_cases): Likewise.
3173
0dc70e1a
JL
3174Mon May 6 18:24:09 1996 Jeffrey A Law (law@cygnus.com)
3175
3176 * reloc16.c (bfd_coff_reloc16_get_value): Handle common
3177 symbols correctly.
3178
d1b8ccb0
PS
3179Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3180
3181 * elfcode.h (elf_object_p): Reject generic ELF target if
3182 e_machine matches an alternate machine code in a specific backend.
3183
3184 * netbsd-core.c (netbsd_core_vec): Remove initializer for
3185 obsolete align_power_min field.
3186
c9f5444e
JL
3187Fri May 3 13:07:35 1996 Jeffrey A Law (law@cygnus.com)
3188
3189 * coff-h8300.c (reloc_howto_type): Add howto entry for
3190 R_PCRWORD_B.
3191 (rtype2howto): Handle R_PCRWORD_B.
3192 (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
3193 (h8300_reloc_16_estimate): Likewise. Try to turn a 16bit
3194 pc-relative branch (R_PCRWORD) into an 8bit pc-relative
3195 branch (R_PCWORD_B).
3196
4ad842aa
ILT
3197Fri May 3 10:47:41 1996 Ian Lance Taylor <ian@cygnus.com>
3198
340d654f
ILT
3199 * aoutx.h (translate_from_native_sym_flags): Set the section for
3200 BSF_CONSTRUCTOR symbols.
3201
4ad842aa
ILT
3202 * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
3203 last_bf_index.
3204
9c7a5748
DE
3205Wed May 1 18:39:32 1996 Doug Evans <dje@canuck.cygnus.com>
3206
3207 * coffcode.h (coff_write_object_contents): In comdat section lookup,
3208 stop looking when section is found.
3209
622c93a3
ILT
3210Wed May 1 14:17:57 1996 Ian Lance Taylor <ian@cygnus.com>
3211
e8f3bb64 3212 * coffcode.h (STRING_SIZE_SIZE): Define.
9aac8e83
ILT
3213 (styp_to_sec_flags): Handle long symbol names when looking for the
3214 section symbol.
e8f3bb64
ILT
3215 (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
3216 (bfd_coff_long_section_names): Define.
3217 (coff_write_object_contents): Handle long section names.
3218 (bfd_coff_std_swap_table): Initialize new field.
3219 * libcoff.h: Rebuild.
3220 * coffgen.c (make_a_section_from_file): Handle long section
3221 names.
3222 (coff_write_symbols): Handle long section names.
3223 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
3224 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3225 * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
3226 * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
3227 * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
3228 * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
3229 * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
3230 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
3231
622c93a3
ILT
3232 * bout.c (b_out_callback): Set lma of sections.
3233 (b_out_bfd_get_relocated_section_contents): Rename in_abfd
3234 parameter to output_bfd. Used input_bfd instead of output_bfd in
3235 several places.
3236
6b725f83
ILT
3237Tue Apr 30 17:56:39 1996 Ian Lance Taylor <ian@cygnus.com>
3238
b7d1158a
ILT
3239 * aoutx.h (translate_from_native_sym_flags): Don't create
3240 SEC_CONSTRUCTOR sections.
3241 * ecoff.c (ecoff_set_symbol_info): Likewise.
3242
6b725f83
ILT
3243 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
3244 From Don Bowman <bowman@waterloo.hp.com>.
3245
e28a1e77
DE
3246Tue Apr 30 17:06:32 1996 Doug Evans <dje@canuck.cygnus.com>
3247
3248 * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
3249 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
3250
abec70b9
ILT
3251Mon Apr 29 13:15:17 1996 Ian Lance Taylor <ian@cygnus.com>
3252
3253 * elf32-mips.c (struct mips_elf_link_hash_entry): Add
3254 mips_32_relocs field.
3255 (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
3256 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
3257 relocs against a global symbol which is not defined in a regular
3258 file.
3259 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
3260 against a global symbol, increment mips_32_relocs.
3261 (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
3262 the symbol is not defined in a regular file, make room in the
3263 .rel.dyn section.
3264
ecba7a3a
ILT
3265Fri Apr 26 18:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
3266
656c5b6d
ILT
3267 * ecoff.c (ecoff_compute_section_file_positions): Track the real
3268 file position and the virtual file position separately. Set
3269 filepos information bsaed on the real file position.
3270 (_bfd_ecoff_set_section_contents): Handle .lib sections like the
3271 Jan 23 change to coffcode.h.
3272
ecba7a3a
ILT
3273 * som.c (som_slurp_symbol_table): Set the symbol count to the
3274 number of BFD symbols created.
3275
e25a7988
MM
3276Fri Apr 26 12:34:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3277
3278 * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
3279 output file if linking shared objects. Loop to check all relocs,
3280 rather than returning false on first error.
3281
5c28a96e
MM
3282Thu Apr 25 13:25:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3283
3f7ca26b
MM
3284 * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
3285 (ppc_elf_additional_program_headers): If .interp section, bump #
3286 of program headers by 1.
3287 (ppc_elf_adjust_dynamic_symbol): Flesh out support.
3288 (ppc_elf_size_dynamic_sections): Add support for .plt section.
3289 (ppc_elf_check_relocs): Print out filename in debug code. Enable
3290 PLT support.
3291 (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
3292 debug output.
3293 (ppc_elf_relocate_section): If the output section isn't defined,
3294 don't abort, just give an error message.
3295
5c28a96e
MM
3296 * elflink.c (_bfd_elf_create_dynamic_sections): If the section
3297 being created is .sdata or .sdata2, don't make the symbol dynamic.
3298
f5d65485
ILT
3299Wed Apr 24 14:04:07 1996 Ian Lance Taylor <ian@cygnus.com>
3300
3301 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
3302 members of an archive for dynamic objects with no symbols, and
3303 pass them directly to check_archive_element.
3304 (xcoff_link_check_ar_symbols): Pass dynamic objects to
3305 xcoff_link_check_dynamic_ar_symbols.
3306 (xcoff_link_check_dynamic_ar_symbols): New static function.
3307
3308 * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
3309 from _bfd_nodynamic to _bfd_xcoff.
3310 * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
3311 Declare.
3312 (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
3313 (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
3314 (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
3315 * libcoff.h: Rebuild.
3316 * xcofflink.c (xcoff_swap_ldrel_in): New static function.
3317 (xcoff_get_section_contents): New static function.
3318 (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
3319 (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
3320 (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
3321 (xcoff_dynamic_reloc): New static variable.
3322 (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
3323 (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
3324
3325Tue Apr 23 12:48:42 1996 Ian Lance Taylor <ian@cygnus.com>
3326
3327 * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
3328 if reloc_entry->addend is not 0.
3329 (CALC_ADDEND): Just set the addend to reloc.r_offset.
3330
34249b2f
DE
3331Mon Apr 22 18:29:01 1996 Doug Evans <dje@canuck.cygnus.com>
3332
3333 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
3334 R_SPARC_GLOB_JMP.
3335 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
3336 Add entries for R_SPARC_[56].
3337 (sparc_reloc_map): Add entries for R_SPARC_[56].
3338
af50cd91
ILT
3339Mon Apr 22 15:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
3340
1726b8f0
ILT
3341 Optimize linking of stabs in sections as used in ELF and COFF.
3342 * stabs.c: New file.
3343 * libbfd-in.h (_bfd_link_section_stabs): Declare.
3344 (_bfd_write_section_stabs): Declare.
3345 (_bfd_write_stab_strings): Declare.
3346 * libbfd.h: Rebuild.
3347 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
3348 (struct coff_link_hash_table): Add stab_info field.
3349 * libcoff.h: Rebuild.
3350 * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
3351 stab_info field.
3352 (coff_link_add_symbols): Call _bfd_link_section_stabs if
3353 appropriate.
3354 (_bfd_coff_final_link): Write out stab strings hash table.
3355 (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
3356 * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
3357 hash table.
3358 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
3359 (struct bfd_elf_section_data): Add stab_info field.
3360 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
3361 field.
3362 * elflink.h (elf_link_add_object_symbols): If appropriate, call
3363 _bfd_link_section_stabs.
3364 (elf_bfd_final_link): Write out stab strings hash table.
3365 (elf_link_input_bfd): Handle optimized stabs sections.
3366 * reloc.c (_bfd_final_link_relocate): Check address against
3367 _raw_size rather than _cooked_size.
3368 * Makefile.in: Rebuild dependencies.
3369 (BFD_LIBS): Add stabs.o
3370 (BFD_LIBS_CFILES): Add stabs.c.
3371
3372 * VERSION: Increment for bfdlink.h change.
3373
af50cd91
ILT
3374 * coffgen.c (coff_renumber_symbols): Correct handling of
3375 BSF_NOT_AT_END common symbols.
3376
f9fa5df3
ILT
3377Fri Apr 19 19:21:56 1996 Ian Lance Taylor <ian@cygnus.com>
3378
3379 * coff-ppc.c (record_toc): Add cast to avoid warning.
3380 (ppc_allocate_toc_section): Likewise.
3381 (coff_ppc_relocate_section): Remove ANSI C string concatenation.
3382 (ppc_coff_reloc_type_lookup): Remove unreached code.
3383 * coffcode.h (coff_write_object_contents): Don't take the address
3384 of an array.
3385 * peicode.h (pe_print_idata): Add casts to avoid warning.
3386 (pe_print_edata): Likewise.
3387 (pe_print_reloc): Remove ANSI C string concatenation.
3388
d6e0e2f7
ILT
3389Thu Apr 18 18:51:18 1996 Ian Lance Taylor <ian@cygnus.com>
3390
3391 * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
3392 and last_bf fields.
3393 * libcoff.h: Rebuild.
3394 * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
3395 symbols.
3396 (coff_swap_aux_out): Likewise.
3397 * peicode.h (coff_swap_aux_in): Likewise.
3398 (coff_swap_aux_out): Likewise.
3399 * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
3400 symbols.
3401 * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
3402 field.
3403 (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
3404 Fix up .bf endndx link fields.
3405 * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
3406 field.
3407 * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
3408 symbols.
3409
221d1e19
MM
3410Wed Apr 17 12:08:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3411
3412 * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
3413 on Solaris PowerPC systems doesn't get confused.
3414
3415 * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
3416 #ifdef PPC.
3417
3418 * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
3419 (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
3420 update did_reg and did_reg2.
3421
8f9a56c6
ILT
3422Wed Apr 17 13:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
3423
f97fca78
ILT
3424 * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
3425
8f9a56c6
ILT
3426 * linker.c (_bfd_generic_link_add_one_symbol): When calling the
3427 callback routines, pass h->root.string rather than name, in case
3428 copy is true and name is transient.
3429
603fdf16
SG
3430Tue Apr 16 16:36:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
3431
3432 * elfcore.h: Add support for core files with multiple threads.
3433 (Primarily for Solaris.)
3434
a2d914e1
ILT
3435Tue Apr 16 13:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
3436
cdf23557
ILT
3437 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
3438 section->orelocation is NULL.
3439
a2d914e1
ILT
3440 * coffgen.c (bfd_coff_get_syment): New function.
3441 (bfd_coff_get_auxent): New function.
3442 * bfd-in.h (bfd_coff_get_syment): Declare.
3443 (bfd_coff_get_auxent): Declare.
3444 * bfd-in2.h: Rebuild.
3445
5cf36a32
ILT
3446Mon Apr 15 19:06:59 1996 Ian Lance Taylor <ian@cygnus.com>
3447
3448 * elf32-mips.c (struct mips_hi16): Define.
3449 (mips_hi16_addr, mips_hi16_addend): Remove.
3450 (mips_hi16_list): New static variable.
3451 (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
3452 (mips_elf_lo16_reloc): Process mips_hi16_list.
3453 (mips_elf_relocate_section): Permit an arbitrary number of HI16
3454 relocs before the associated LO16 reloc.
3455
b7fce5be
ILT
3456Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
3457
176512da
ILT
3458 * versados.c (versados_scan): Check bfd_alloc return value.
3459 (versados_object_p): Check all bfd_read return values. Require
3460 that lang field be less than 10, to avoid confusion with Intel Hex
3461 files.
3462
18de3f19
ILT
3463 * libaout.h (WRITE_HEADERS): Write out the relocs even if there
3464 aren't any symbols.
3465 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
3466 not 0, for an absolute symbol.
3467 (NAME(aout,swap_ext_reloc_out)): Likewise.
3468
66ab4152
ILT
3469 * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
3470 (ihex_write_object_contents): For a large start address, output
3471 the full 32 bit address in record type 5.
3472
b7fce5be
ILT
3473 * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
3474 to int to avoid promotion problems in prototype.
3475
f1b45745
ILT
3476Tue Apr 9 11:44:21 1996 Ian Lance Taylor <ian@cygnus.com>
3477
f400f358
ILT
3478 * configure.host: Use ${srcdir} when looking for picfrag.
3479
3d9a5986
ILT
3480 * configure.host: Switch on ${libdir}, not $(libdir). From
3481 alan@spri.levels.unisa.edu.au (Alan Modra).
3482
f1b45745
ILT
3483 * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
3484 entry point, not just for DYNAMIC objects.
3485 * sunos.c (sunos_add_dynamic_symbols): Always call
3486 sunos_create_dynamic_sections. If called with a non DYNAMIC
3487 object, don't do anything else.
3488 (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
3489
6f21f2e3
ILT
3490Mon Apr 8 12:09:36 1996 Ian Lance Taylor <ian@cygnus.com>
3491
639b5a09
ILT
3492 * configure.in: Permit --enable-shared to specify a list of
3493 directories.
3494 * configure: Rebuild.
3495
6f21f2e3
ILT
3496 * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
3497 host when configuring with --enable-shard.
3498
3f5f565b
ILT
3499Fri Apr 5 12:24:13 1996 Ian Lance Taylor <ian@cygnus.com>
3500
1ac75f5c
ILT
3501 * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
3502 <jdp@polstra.com>.
3503
1a9951a9
ILT
3504 * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
3505 to avoid crashing in bfd_hash_replace.
3506
f1ac3acb 3507 * sysdep.h: Use #ifdef, not #if.
3f5f565b 3508
eb5f58e0
ILT
3509Thu Apr 4 23:32:23 1996 Ian Lance Taylor <ian@cygnus.com>
3510
3511 * config.in: Rebuild.
3512
ab1aa5cd
FF
3513Thu Apr 4 18:49:09 1996 Fred Fish <fnf@cygnus.com>
3514
3515 * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
3516 (AC_CHECK_HEADERS): Check for sys/time.h
3517 (AC_HEADER_TIME): Add macro.
3518 * configure: Rebuild.
3519 * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
3520 to control what combination of <time> and <sys/time.h>
3521 get included.
3522
d1f74cd2
DE
3523Tue Apr 2 13:11:53 1996 Doug Evans <dje@canuck.cygnus.com>
3524
3525 * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
3526 (aout_32_sunos4_write_object_contents): Likewise.
3527 * aoutx.h (NAME(aout,machine_type)): Handle
3528 bfd_mach_sparc_{sparclet,sparclite}.
3529 * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
3530 (bfd_mach_sparc_v9_p): Update.
3531 * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
3532 * libaout.h (enum machine_type): Add M_SPARCLET.
3533 * sunos.c (MACHTYPE_OK): Define.
3534 * bfd-in2.h: Regenerated.
3535
1dad72bd
ILT
3536Tue Apr 2 00:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
3537
19bfbcbe
ILT
3538 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
3539 * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
3540 * elflink.c (_bfd_elf_create_got_section): Store the
3541 _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
3542 * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
3543 global offset table goes over 0x1000, set the value of
3544 _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
3545 (elf32_sparc_relocate_section): Subtract the offset of
3546 _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
3547
1dad72bd
ILT
3548 * elfcode.h: Don't include <string.h>.
3549
ca4e2190
JL
3550Mon Apr 1 10:39:24 1996 Jeffrey A Law (law@cygnus.com)
3551
3552 * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
3553 generic_link_hash_newfunc. All references changed.
3554 * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
3555 moved here from libbfd-in.h.
3556 * libbfd-in.h: Corresponding changes.
3557 * libbfd.h: Regenerated.
3558
ce6a7731
ILT
3559Mon Apr 1 12:35:36 1996 Ian Lance Taylor <ian@cygnus.com>
3560
aad53b0d
ILT
3561 * aoutx.h (aout_link_input_section_std): When reporting an
3562 overflow error, use the name of the symbol in the hash table if
3563 available.
3564 (aout_link_input_section_ext): Likewise.
3565
ce6a7731
ILT
3566 * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
3567 defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
3568
323b430f
SC
3569Sun Mar 31 01:58:41 1996 steve chamberlain <sac@slash.cygnus.com>
3570
3571 * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
3572 * coffcode.h (coff_compute_section_file_positions): Likewise.
3573 (coff_write_object_contents): Likewise.
3574
7fc1cd16
ILT
3575Fri Mar 29 12:44:36 1996 Ian Lance Taylor <ian@cygnus.com>
3576
5a28331f
ILT
3577 * section.c (SEC_LINK_ONCE): Define.
3578 (SEC_LINK_DUPLICATES): Define.
3579 (SEC_LINK_DUPLICATES_DISCARD): Define.
3580 (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
3581 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
3582 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
3583 * bfd-in2.h: Rebuild.
3584 * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
3585 SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
3586 (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
3587 into SEC_EXCLUDE. If IMAGE_SCN_LNK_COMDAT is set, set
3588 SEC_LINK_ONCE, and look through the symbol table for the setting
3589 for SEC_LINK_DUPLICATES.
3590 (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
3591 set for a section, find the section symbol in the symbol table,
3592 and set the aux entry based on SEC_LINK_DUPLICATES.
3593 * coffgen.c (coff_print_symbol): Add a space before "checksum".
3594 * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
3595 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
3596 * coff-i386.c (i386coff_vec): Likewise.
3597 * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
3598
7fc1cd16
ILT
3599 * VERSION: Bump to 2.6.1.
3600 * Makefile.in (stamp-h): Depend upon VERSION.
3601
9399a257
JL
3602Thu Mar 28 23:48:49 1996 Jeffrey A Law (law@cygnus.com)
3603
3604 * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
3605 * libbfd.h: Rebuilt.
3606 * linker.c (generic_link_hash_newfunc): No longer static.
3607 * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
3608 to override.
3609 * coff-h8300.c: Add two derived hash tables and their associated
3610 funtions and #defines for use by the h8300 linker.
3611 (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
3612 the function vector as needed. Place the address of the function
3613 vector entry in the location specified by the R_MEM_INDIRECT reloc.
3614 Rewrite the vectors section contents as necessary.
3615 (h8300_bfd_link_add_symbols): New function for the h8300 linker.
3616 (coff_bfd_link_add_symbols): Define to use h8300 specific version.
3617 (coff_bfd_link_hash_table_create): Likewise.
3618
506f2bb4
ILT
3619Thu Mar 28 17:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
3620
3621 * libhppa.h: If gcc 2.7 or higher, declare all the functions with
3622 __attribute__ ((__unused__)) so that -Wall doesn't warn about
3623 them.
3624 (hppa_rebuild_insn): Pass pointer to correct type to
3625 low_sign_unext and dis_assemble_21.
3626
05a84ae1
DE
3627Thu Mar 28 11:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
3628
3629 * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
3630 Stick with sparc-*-{sysv4*,solaris2*}.
3631
919cf4b5
ILT
3632Wed Mar 27 10:43:34 1996 Ian Lance Taylor <ian@cygnus.com>
3633
8230f31c
ILT
3634 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
3635 (coff_swap_aux_out): Swap out extra PE x_scn fields.
3636 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
3637 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
3638 fields is non-zero, print them.
3639
9addd1d4
ILT
3640 * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
3641 ifdef. Remove unused variables.
3642 (ppc_record_data_in_toc_entry): Ifdef out. Removed unused
3643 variables.
3644 (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
3645 (get_symbol_value): Ifdef out.
3646 (pe_ppc_reloc): Ifdef out. Remove unused variables.
3647 (coff_ppc_relocate_section): Remove unused variables. Make
3648 fprintf strings and argument types correspond. Put before_addr in
3649 DEBUG_RELOC ifdef.
ff0e4a93
ILT
3650 (dump_toc): Make fprintf strings and argument types correspond.
3651 (ppc_process_before_allocation): Remove unused variables. Always
3652 return a value.
9addd1d4
ILT
3653 (ppc_reflo_reloc): Ifdef out.
3654 (ppc_addr32nb_reloc): Ifdef out.
3655 (ppc_coff_rtype2howto): Make fprintf strings and argument types
3656 correspond.
3657 (coff_ppc_rtype_to_howto): Likewise.
3658 (ppc_coff_swap_sym_in_hook): Remove unused variables.
3659
3660 * peicode.h (pe_print_idata): Move otherwise unused variables into
3661 the #ifdef where they are used. Always return a value.
ff0e4a93
ILT
3662 (pe_print_edata): Make fprintf strings and argument types
3663 correspond. Always return a value.
9addd1d4
ILT
3664 (pe_print_pdata): Removed unused variable addr_value. Always
3665 return a value.
3666 (pe_print_reloc): Remove unused variable onaline. Make fprintf
ff0e4a93 3667 strings and argument types correspond. Always return a value.
9addd1d4
ILT
3668
3669 * elf32-ppc.c (ppc_elf_fake_sections): Return true.
3670 (ppc_elf_finish_dynamic_symbol): Move definition of unused
3671 variable rela inside #if 0 section where it is used.
3672
c877bdf1
ILT
3673 * ns32k.h: New file.
3674 * cpu-ns32k.h: Include ns32k.h. Rename externally visible
3675 functions to start with _bfd_.
3676 * aout-ns32k.c: Include ns32k.h. Change references to renamed
3677 functions in cpu-ns32k.h.
3678 * Makefile.in: Rebuild dependencies.
3679 (HFILES): Add ns32k.h.
3680
ff0e4a93
ILT
3681 * section.c (struct sec): Add linker_mark field. Change
3682 user_set_vma and reloc_done to be single bit fields.
3683 (STD_SECTION): Update accordingly.
7ec49f91
ILT
3684 * bfd-in2.h: Rebuild.
3685 * aoutx.h (NAME(aout,final_link)): Mark sections included in the
3686 link.
3687 (aout_link_input_bfd): Don't link unmarked sections.
3688 * cofflink.c (_bfd_coff_final_link): Mark sections included in the
3689 link.
3690 (_bfd_coff_link_input_bfd): Don't link unmarked sections.
3691 * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
3692 the link.
3693 * elflink.h (elf_bfd_final_link): Mark sections included in the
3694 link.
3695 (elf_link_input_bfd): Don't link unmarked sections.
3696 * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
3697 in the link.
3698 (xcoff_link_input_bfd): Don't link unmarked sections.
3699
919cf4b5
ILT
3700 * coffswap.h (coff_swap_scnhdr_out): Include section name in
3701 overflow error messages.
3702
986cf3b8
ILT
3703Tue Mar 26 15:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
3704
fd681dcd
ILT
3705 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
3706 is not set, print "BFD: " before the error message.
3707
986cf3b8
ILT
3708 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
3709 Miles Bader <miles@gnu.ai.mit.edu>.
3710 * configure: Rebuild.
3711
3998d526
ILT
3712Fri Mar 22 12:17:00 1996 Ian Lance Taylor <ian@cygnus.com>
3713
c3dffbd7
ILT
3714 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
3715 symbols.
3716
3998d526
ILT
3717 * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
3718 m68k-aout, m68k-coff, and m68k-elf targets.
3719
e4d27380
ILT
3720Fri Mar 22 11:33:44 1996 Martin Anantharaman <martin@goofy.imech.uni-duisburg.de>
3721
3722 * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
3723 (ieee_generic_stat_arch_elt): Restructured to prevent
3724 ieee_object_p from being called repeatedly.
3725
51776a11
SC
3726Thu Mar 21 11:00:47 1996 steve chamberlain <sac@slash.cygnus.com>
3727
3728 * coffcode.h (coff_write_object_contents): Allocate
3729 buffers large enough for any FILEHDR or AOUTHDR.
3730
3731Thu Mar 21 16:28:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
3732
3733 * ecofflink.c (lookup_line): New static function, renamed and
3734 slighly changed from old _bfd_ecoff_locate_line.
3735 (_bfd_ecoff_locate_line): Cache line number information. Use
3736 lookup_line for actual lookup.
3737
9e4ebb1b
MM
3738Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3739
3740 * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
3741 multiple of 20 bytes.
3742
9e7427a4
ILT
3743Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com>
3744
51776a11
SC
3745 * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
3746 allocate ecoff_find_line, and don't initialize by hand.
3747 * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
3748 mips_elf_find_line, and don't call memset.
3749
9e7427a4
ILT
3750 * coffcode.h (coff_compute_section_file_positions): If not
3751 producing a final executable, don't consider sofar when aligning
3752 the section to the correct size.
3753
3754Wed Mar 20 16:53:12 1996 Ian Lance Taylor <ian@cygnus.com>
3755
3756 * coffcode.h (coff_add_missing_symbols): Ifdef out.
3757 (coff_write_object_contents): Don't call coff_add_missing_symbols.
3758 * coffgen.c (coff_section_symbol): Ifdef out.
3759
e7f9ba4f
ILT
3760Mon Mar 18 12:54:41 1996 Ian Lance Taylor <ian@cygnus.com>
3761
3762 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
3763 output_bfd is not NULL.
3764
34c4d647
DE
3765Thu Mar 14 17:12:06 1996 Doug Evans <dje@charmed.cygnus.com>
3766
3767 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
3768 of bfd_alloc (fixes fix_line not being initialized).
3769 Delete zeroing of fix_{value,tag,end,scnlen} fields.
3770
4e054247
JL
3771Thu Mar 14 16:06:06 1996 Jeffrey A Law (law@cygnus.com)
3772
57289b5c
JL
3773 * coffcode.h: Allow specific backends to override the
3774 bfd_link_add_symbols routine.
3775
4e054247
JL
3776 * coff-h8300.c: Include genlink.h.
3777 (howto_table): Add R_MEM_INDIRECT.
3778 (rtype2howto): Support R_MEM_INDIRECT.
3779 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
3780 for now.
3781
a10d3dec
ILT
3782Tue Mar 12 12:41:17 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>
3783
3784 * coff-alpha.c (alpha_relocate_section): Use
3785 info->callbacks_warning, rather than _bfd_error_handler, for
3786 "multiple gp" warning.
3787
ea2488ad
ILT
3788Tue Mar 12 12:10:55 1996 Ian Lance Taylor <ian@cygnus.com>
3789
8881b321
ILT
3790 * linker.c (bfd_wrapped_link_hash_lookup): New function.
3791 (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
3792 table string. Use bfd_wrapped_link_hash_lookup.
3793 (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
3794 table string.
3795 * aoutx.h (aout_link_write_symbols): Use the name from the hash
3796 table, if any, when writing out symbols.
3797 (aout_link_input_section_std): Use the name from the hash table,
3798 if any, when reporting undefined symbols.
3799 (aout_link_input_section_ext): Likewise.
3800 (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
3801 * bout.c (get_value): Likewise.
3802 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
3803 * ecoff.c (ecoff_reloc_link_order): Likewise.
3804 * elflink.h (elf_link_add_object_symbols): Likewise.
3805 (elf_reloc_link_order): Likewise.
3806 * linker.c (_bfd_generic_link_output_symbols): Likewise.
3807 (_bfd_generic_reloc_link_order): Likewise.
3808 (default_indirect_link_order): Likewise.
3809 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
3810 * sunos.c (sunos_add_one_symbol): Likewise.
3811 * xcofflink.c (xcoff_link_add_symbols): Likewise.
3812 (bfd_xcoff_link_count_reloc): Likewise.
3813 (xcoff_reloc_link_order): Likewise.
3814
3815 * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
3816 into -1 for intern->rss.
3817
ea2488ad
ILT
3818 * configure: Rebuild with autoconf 2.8.
3819
c189fdfb
ILT
3820Mon Mar 11 12:28:31 1996 Ian Lance Taylor <ian@cygnus.com>
3821
3822 * stab-syms.c (__define_stab_duplicate): Define.
3823 (bfd_get_stab_name): Rename from aout_stab_name. Rewrite to use a
3824 switch.
3825 * bfd-in.h (bfd_get_stab_name): Declare.
3826 * bfd-in2.h: Rebuild.
3827 * Makefile.in: Rebuild dependencies.
3828 (BFD_LIBS): Add stab-syms.o.
3829 (BFD_LIBS_CFILES): Add stab-syms.c.
3830 (BFD32_BACKENDS): Remove stab-syms.o.
3831 (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
3832 * configure.in: Don't list stab-syms.o in bfd_backends.
3833 * configure: Rebuild.
3834 * libaout.h (aout_stab_name): Don't declare.
3835 * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
3836 not aout_stab_name.
3837
3838Fri Mar 8 11:26:20 1996 Ian Lance Taylor <ian@cygnus.com>
3839
3840 * elf.c (assign_file_positions_for_segments): Adjust file offset
3841 for section alignment even if SEC_LOAD is not set.
3842
c5bde1ef
ILT
3843Tue Mar 5 12:02:23 1996 Ian Lance Taylor <ian@cygnus.com>
3844
8f218e05
ILT
3845 * configure.in: Don't set SHLIB or SHLINK to an empty string,
3846 since they appear as targets in Makefile.in.
3847 * configure: Rebuild.
3848
c5bde1ef
ILT
3849 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
3850 don't fiddle with a symbol which is not defined anywhere.
3851
cb84f028
ILT
3852Mon Mar 4 12:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
3853
4e59f523
ILT
3854 * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
3855 though they are defined in a shared library.
3856 (xcoff_build_ldsyms): Likewise.
3857
ea2504d5
ILT
3858 * coffgen.c (coff_find_nearest_line): Don't look at the line
3859 numbers for the section if section->lineno is NULL.
3860
cb84f028
ILT
3861 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
3862 message rather than calling BFD_ASSERT.
3863 * elfcode.h (write_relocs): Check return value of
3864 _bfd_elf_symbol_from_bfd_symbol.
3865
6e036cf7
MM
3866Fri Mar 1 09:42:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3867
3868 * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
3869 for .sbss section.
3870
d08435de
JL
3871Wed Feb 28 11:25:47 1996 Jeffrey A Law (law@cygnus.com)
3872
3873 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
3874 and R_HPPA_NLRSEL.
3875 (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
3876 hppa_reloc_field_selector_type_alt.
3877 (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
3878 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
3879 selectors.
3880 (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
3881
09609415
ILT
3882Wed Feb 28 11:00:24 1996 Ian Lance Taylor <ian@cygnus.com>
3883
3884 * elf.c (assign_file_positions_for_segments): Adjust the segment
3885 memory size for the alignment of a SEC_ALLOC section, not just a
3886 SEC_LOAD section.
3887
55626bf0
ILT
3888Tue Feb 27 14:17:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3889
3890 * m68klinux.c: New file.
3891 * hosts/m68klinux.h: New file.
3892 * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
3893 * configure.in (m68*-*-linux*): New native host.
3894 (m68klinux_vec): New vector.
3895 * configure: Rebuild.
3896 * targets.c (m68klinux_vec): Declare.
3897 * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
3898 bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
3899 * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
3900 declaration from bfd_linux_size_dynamic_sections.
3901 (bfd_m68klinux_size_dynamic_sections): Declare.
3902 * bfd-in2.h: Rebuild.
3903 * Makefile.in: Rebuild dependencies.
3904 (BFD32_BACKENDS): Add m68klinux.o.
3905 (BFD32_BACKENDS_CFILES): Add m68klinux.c.
3906
6c7b3090
JL
3907Tue Feb 27 11:31:34 1996 Jeffrey A Law (law@cygnus.com)
3908
3909 * libhppa.h (pa_arch): Add pa20.
3910 (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
3911 (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt.
3912 (hppa_field_adjust): Handle e_nsel.
3913 * som.c: Provide default definitions for many new relocs found only
3914 in hpux10 include files.
3915 (som_fixup_formats): Add several new relocs from hpux10.
3916 (som_hppa_howto_table): Add hpux10 relocs.
3917 (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
3918
14fd4616
SS
3919Mon Feb 26 12:52:48 1996 Stan Shebs <shebs@andros.cygnus.com>
3920
3921 * mpw-make.sed: Edit out recent shared library support, and
3922 rules to rebuild .h files using doc/chew.
3923
3d9f042c
ILT
3924Mon Feb 26 14:48:39 1996 David Mosberger-Tang <davidm@AZStarNet.com>
3925
3926 * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
3927 size even of sections with no contents.
3928
bdec6228
ILT
3929Mon Feb 26 14:01:13 1996 Ian Lance Taylor <ian@cygnus.com>
3930
88358469
ILT
3931 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
3932 starting with '$' the way we skip names starting with '.'. When
3933 updating x_endndx, don't be fooled by an index which has been
3934 merged.
3935
bdec6228
ILT
3936 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
3937 struct/union/enum type with no elements.
3938
053ae1d7
ILT
3939Sat Feb 24 11:38:58 1996 Ian Lance Taylor <ian@cygnus.com>
3940
15f4406c
ILT
3941 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
3942
c8435133
ILT
3943 * archive.c (bfd_generic_archive_p): If the first file in the
3944 archive can not be recognized as an object, don't assume that this
3945 is the wrong format.
3946
053ae1d7
ILT
3947 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
3948 format is not bfd_object.
3949 (bfd_elf_get_dt_soname): Likewise.
3950
ea74d979
ILT
3951Wed Feb 21 13:58:04 1996 Ian Lance Taylor <ian@cygnus.com>
3952
3953 * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
3954 reloc.
3955
871a3f3b
C
3956Tue Feb 20 16:22:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3957
3958 * bfd.c (tdata): Add netbsd_core_data.
3959 * bfd-in2.h: Regenerated.
3960
3961Tue Feb 20 16:50:02 1996 Ian Lance Taylor <ian@cygnus.com>
3962
fe6fc35f
ILT
3963 * sunos.c (SUNOS_CONSTRUCTOR): Define.
3964 (sunos_add_one_symbol): Don't let a symbol from a dynamic object
3965 override a constructor symbol. Set SUNOS_CONSTRUCTOR when
3966 appropriate.
3967
871a3f3b
C
3968 * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
3969 to get the symbol index, matching 14 Jul 95 change.
3970
d3785301
FF
3971Tue Feb 20 08:26:27 1996 Fred Fish <fnf@phydeaux.cygnus.com>
3972
3973 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
3974 Remove duplicate definition of gp.
3975
60a49e7f
ILT
3976Mon Feb 19 12:37:41 1996 Ian Lance Taylor <ian@cygnus.com>
3977
81bdcecf
ILT
3978 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
3979 assume that we can set the GP value and then get the same value,
3980 since it won't be true if the output file is neither ELF nor
3981 ECOFF.
3982 * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
3983 _bfd_get_gp_value here.
3984 (mips_gprel_reloc): Don't assume we can set and get the GP value.
3985 * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
3986 mips_elf_final_gp.
3987 (mips_elf_lo16_reloc): Likewise.
3988 (mips_elf_final_gp): Add pgp parameter. Set it to the GP value.
3989 Don't require that the BFD be ELF.
3990 (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
3991 (mips_elf_gprel32_reloc): Likewise.
3992 (mips_elf_relocate_section): Don't assume we can set and get the
3993 GP value.
3994 (mips_elf_finish_dynamic_symbol): Don't bother to use
3995 _bfd_get_gp_value here.
3996
3997 * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
3998 Don't change epdr between malloc and free. Be careful not to free
3999 NULL pointers. Zero out the first RPDR.
4000
7b61165a
ILT
4001 * configure.host: On Linux, only pass -rpath option if $(libdir)
4002 is neither /lib nor /usr/lib. From Alan Modra
4003 <alan@mullet.Levels.UniSA.Edu.Au>.
4004
60a49e7f
ILT
4005 * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
4006 dt_name.
4007 (elf_dt_name): Rename from elf_dt_needed_name.
4008 * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
4009 elf_dt_needed_name.
4010 (bfd_elf_get_dt_soname): New function.
4011 * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
4012 elf_dt_needed_name. Save the SONAME back in elf_dt_name.
4013 * bfd-in.h (bfd_elf_get_dt_soname): Declare.
4014 * bfd-in2.h: Rebuild.
4015
b268e261
DE
4016Mon Feb 19 02:50:23 1996 Doug Evans <dje@charmed.cygnus.com>
4017
4018 * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
4019 _bfd_sparc_elf_reloc_type_lookup.
4020 (bfd_elf32_bfd_reloc_type_lookup): Update.
4021 * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
4022 (sparc64_elf_howto_table): Define.
4023 (sparc_reloc_map): Define.
4024 (sparc64_elf_reloc_type_lookup): New function.
4025 (sparc_elf_wdisp16_reloc): New function.
4026 (elf_info_to_howto): Use sparc64_elf_howto_table.
4027 (sparc64_elf_relocate_section): Likewise.
4028 (bfd_elf64_bfd_reloc_type_lookup): Update.
4029
9e2ef098
ILT
4030Sun Feb 18 15:02:25 1996 Ian Lance Taylor <ian@cygnus.com>
4031
4032 * configure.host: Check for 'do not mix' from native linker before
4033 trying to use -rpath.
4034
4c70373f
ILT
4035Fri Feb 16 12:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
4036
cba3f8a9
ILT
4037 * bfd.c (_bfd_get_gp_value): New function.
4038 (_bfd_set_gp_value): New function.
4039 * libbfd-in.h (_bfd_get_gp_value): Declare.
4040 (_bfd_set_gp_value): Declare.
4041 * libbfd.h: Rebuild.
4042 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
4043 _bfd_get_gp_value and _bfd_set_gp_value rather than referring
4044 directly to the fields in the tdata information.
4045 (alpha_relocate_section): Likewise.
4046 * coff-mips.c (mips_adjust_reloc_in): Likewise.
4047 (mips_gprel_reloc): Likewise.
4048 (mips_relocate_section): Likewise.
4049 * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
4050 (mips_elf_lo16_reloc): Likewise.
4051 (mips_elf_final_gp): Likewise.
4052 (mips_elf_gprel16_reloc): Likewise.
4053 (mips_elf_gprel32_reloc): Likewise.
4054 (mips_elf_relocate_section): Likewise.
4055 (mips_elf_finish_dynamic_symbol): Likewise.
4056
4c70373f
ILT
4057 * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
4058
a0a2dd54
ILT
4059Thu Feb 15 11:29:13 1996 Ian Lance Taylor <ian@cygnus.com>
4060
f54c7482 4061 * configure.in: Call AC_PROG_CC before configure.host.
65eed095
ILT
4062 * configure: Rebuild.
4063 * configure.host: Don't set information which autoconf should
4064 figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
65eed095 4065
14293419
ILT
4066 * configure.host: Remove go32 and win32 host information, since it
4067 should no longer be needed.
4068
edf3fe48
ILT
4069 * elf.c (map_sections_to_segments): If we have a .dynamic section,
4070 then start a new segment rather than put a writable section in a
4071 readonly segment.
4072
b5e4f369
ILT
4073 * configure.host: Set RPATH_ENVVAR.
4074
f2e33e27
ILT
4075 * Makefile.in: Rebuild dependencies.
4076
a0a2dd54
ILT
4077 * elflink.c (_bfd_elf_create_linker_section): Remove unused
4078 zero_section variable.
4079
52c6bc4d
ILT
4080Thu Feb 15 10:39:17 1996 H.J. Lu <hjl@zoom.com>
4081
4082 * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
4083 ($(srcdir)/libbfd.h): Rename from libbfd.h.
4084 ($(srcdir)/libcoff.h): Rename from libcoff.h.
4085
c9e5279f
ILT
4086Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
4087
cb50baea
ILT
4088 * ieee.c (ieee_write_expression): Only use an R variable for a
4089 local symbol. Don't output a zero offset. Handle a zero address.
4090 (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
4091 (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
4092 PCREL_OFFSET.
4093 (parse_expression): Don't try to handle multiple occurrences of a
4094 P variable. Handle I variables differently from X variables. Fix
4095 the order of minus expressions.
4096 (ieee_slurp_external_symbols): Generate an I variable for an NN
4097 record. Fix handling of ATI and ATX records.
4098 (ieee_slurp_sections): Only set minimal section attributes.
4099 Adjust them later, based on the section contents.
4100 (ieee_object_p): Read in the file until just after the ME record.
4101 Call ieee_slurp_section_data to set the section flags.
4102 (do_one): Add iterations parameter. Only repeat the first load
4103 item. Set the section and file reloc flags.
4104 (ieee_slurp_section_data): Set section flags. Pass iterations to
4105 do_one.
4106 (ieee_canonicalize_reloc): Handle I variables.
4107 (do_with_relocs): Only emit relocation size when necessary.
4108 Increase MAXRUN to 127. Change ov to be assigned, and take
4109 src_mask and pcrel_offset into account.
4110 (ieee_write_data_part): Skip sections that are not loaded.
4111 (ieee_write_external_part): Don't output optional last entry of WX
4112 records.
4113 (ieee_write_me_part): Make setting of me_record neater.
4114 (ieee_generic_stat_arch_elt): Get the size of an archive element.
4115
c9e5279f
ILT
4116 * syms.c (stt): Add entries for zerovars, vars, and code.
4117
4118 * elfcode.h (validate_reloc): New static function.
4119 (write_relocs): Call validate_reloc for non ELF relocs.
4120
4121 * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
4122 (TARGET_BIG_SYM): Use elf_symbol_leading_char.
4123 (TARGET_LITTLE_SYM): Likewise.
4124
4125 * config.bfd (m68*-*-psos*): New target.
4126
d9d65be6
ILT
4127Tue Feb 13 15:56:22 1996 Bryan Ford <baford@snake.cs.utah.edu>
4128
4129 * i386msdos.c: Remove some #if 0 code.
4130 (msdos_write_object_contents): Don't include empty sections in the
4131 size computation, regardless of their address.
4132
4133Tue Feb 13 15:36:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4134
4135 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
4136 is NULL, ie, the -r switch is used.
4137
db5970c7
ILT
4138Tue Feb 13 14:35:15 1996 Ian Lance Taylor <ian@cygnus.com>
4139
e9f03cd4
ILT
4140 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
4141 (BFD_RELOC_MIPS_GOT_LO16): Define.
b7384d22 4142 (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
e9f03cd4
ILT
4143 * bfd-in2.h, libbfd.h: Rebuild.
4144 * elf32-mips.c (mips_reloc_map): Map new relocs.
4145
fe7c066a
ILT
4146 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
4147
1ab628e4
ILT
4148 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
4149 $(SHLINK).
4150
db5970c7
ILT
4151 * ieee.c (get_symbol): Set the section to bfd_abs_section.
4152 (do_with_relocs): If EXEC_P is set and there are no relocs, use a
4153 simple number for the section address, rather than an expression.
4154 Limit the number of bytes between relocs to MAXRUN.
4155 (ieee_write_me_part): Set me_record to the file offset after the
4156 start address.
4157 (ieee_write_processor): New static function.
4158 (ieee_write_object_contents): Use ieee_write_processor.
4159
318b7c18
ILT
4160Fri Feb 9 10:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
4161
db5970c7
ILT
4162 * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
4163
4164 * coff-aux.c: Change include of aux.h to aux-coff.h.
318b7c18 4165
56b64690
ILT
4166Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4167
4168 * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
4169 relocation put the addend both in the reloc entry and the data.
4170 (elf_m68k_finish_dynamic_symbol): Likewise. Mask out marker in
4171 GOT offset value.
4172
4173 * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
4174 a R_68K_PCxx reloc against a defined global symbol directly.
4175 (elf_m68k_check_relocs): Don't count such a reloc.
4176
4177 * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
4178 a PLTxx reloc as dynamic. Disallow PLTxxO reloc against a local
4179 symbol for now, otherwise always record the symbol as dynamic.
4180 (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
4181 is not referenced by a dynamic object, and we are not making a
4182 shared object, then don't make a PLT entry. If we do make a PLT
4183 entry, make sure the symbol has been recorded as dynamic.
4184
5d649ca8
ILT
4185Wed Feb 7 13:56:06 1996 Ian Lance Taylor <ian@cygnus.com>
4186
4187 * configure.host: When making a shared library, set HLDFLAGS to
4188 pass an appropriate -rpath option. Use the make variable SONAME
4189 as the shared library soname, rather than computing it here. On
4190 SunOS, build stamp-tshlink in place of $(SHLINK).
4191 * Makefile.in (SONAME): New variable.
4192 ($(SHLINK)): Make a link to the transformed name, as well.
4193 (stamp-tshlink): New target.
4194 (install): Skip stamp-tshlink during install.
4195
8cc98cd5
MM
4196Wed Feb 7 13:37:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4197
56b64690
ILT
4198 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
4199 linker sections have been set up yet.
4200
8cc98cd5
MM
4201 * elf.c (make_mapping): Add an additional argument to suppress
4202 making the first section include the program headers.
4203 (map_sections_to_segments): If the user used -Ttext such that the
4204 program headers are on a different page, do not set the flags
4205 saying that this section includes the program headers.
4206
fe16107d
C
4207Tue Feb 6 14:04:49 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4208
4209 * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
4210 don't define TRAD_HEADER.
4211 * configure: Rebuild.
4212
4213 * netbsd-core.c: New file, support for NetBSD core files.
4214 * hosts/*nbsd.h: Removed.
4215
f1783016
DE
4216Tue Feb 6 11:47:49 1996 Doug Evans <dje@charmed.cygnus.com>
4217
4218 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
4219 (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
4220 * libbfd.h, bfd-in2.h: Regenerated.
4221 * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
4222 bfd_elf32_bfd_reloc_type_lookup.
4223 (reloc_type{,_names}): Deleted.
4224 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
4225 Add sparc64 relocs.
4226 (sparc_reloc_map): Add sparc64 relocs.
4227 (sparc_elf_notsupported_reloc): New static function.
4228 (sparc_elf_wdisp16_reloc): New static function.
4229 (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
4230 (elf32_sparc_relocate_section): Likewise.
4231 (bfd_elf32_bfd_reloc_type_lookup): Define.
4232 * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
4233 (reloc_type{,_names}): Deleted.
4234 (elf_sparc_howto_table): Deleted.
4235 (sparc_reloc_map): Deleted.
4236 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
4237 (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
4238
48fd00b6
ILT
4239Tue Feb 6 12:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
4240
2300e217
ILT
4241 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
4242 *-*-hpux* host.
4243
48fd00b6
ILT
4244 * Makefile.in (program_transform_name): New variable.
4245 (install): Transform library name before installing it.
4246
8adca582
ILT
4247Mon Feb 5 10:38:27 1996 Ian Lance Taylor <ian@cygnus.com>
4248
cbe75cb6
ILT
4249 * archures.c (bfd_mach_i960_hx): Define.
4250 * bfd-in2.h: Rebuild.
4251 * cpu-i960.c (scan_960_mach): Accept machine "hx".
4252 (MATRIX): Expand entries for HX.
4253 (arch_info_struct): Add i960:hx entry.
4254 * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
4255 * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
4256 (coff_set_flags): Handle bfd_mach_i960_hx.
4257
44f795f7
ILT
4258 Support for building as a shared library, based on patches from
4259 Alan Modra <alan@spri.levels.unisa.edu.au>:
4260 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
4261 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
4262 SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
4263 * configure: Rebuild.
4264 * configure.host: If --enable-shared, adjust shared library stuff
4265 based on the host. If the host is SunOS, and the linker supports
4266 -rpath, set HLDFLAGS to use it.
4267 * Makefile.in (ALLLIBS): New variable.
4268 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
4269 (COMMON_SHLIB, SHLINK): New variables.
4270 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
4271 (STAGESTUFF): Remove variable.
4272 (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
4273 $(TARGETLIB).
4274 (stamp-ofiles): New target, like old ofiles target, but build
4275 using a temporary file and move-if-change, and touch stamp-ofiles
4276 when done.
4277 (ofiles): Just depend upon stamp-ofiles.
4278 (stamp-piclist, piclist): New targets.
4279 ($(SHLIB), $(SHLINK)): New targets.
4280 (targets.o, archures.o): Build twice if PICFLAG is set.
4281 (do_mostlyclean): Remove pic/*.o.
4282 (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
4283 stamp-piclist.
4284 (do_distclean): Remove pic and stamp-picdir.
4285 (install): Install shared libraries.
4286 ($(OFILES)): Depend upon stamp-picdir.
4287 (stamp-picdir): New target.
4288
cb62d2bc
ILT
4289 * libcoff-in.h: Add comment reminding people that libcoff.h is a
4290 generated file.
4291 * libcoff.h: Rebuild.
4292
8adca582
ILT
4293 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
4294 flavour of a section with no owner.
4295
4296 * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
4297 ELF_LINK_NON_ELF flag.
4298 (mips_elf_create_got_section): Likewise.
4299
4300 * elf.c: Revert last change, since it breaks dynamic linking.
4301 * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
4302 field.
4303 * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
4304 * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
4305 (elfNN_bed): Don't initialize want_hdr_in_seg field.
4306
4307Sun Feb 4 20:45:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4308
4309 * elf.c (assign_file_positions_for_segments): If the backend does
4310 not want the elf header or the program headers in the address
4311 space, do not include them in the calculations.
4312
4313 * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
4314 function to determine if we need additional program headers.
4315 (ppc_elf_modify_segment_map): Define as a NOP function for now.
4316 (ppc_elf_create_linker_section): .sdata2 is a read-only section.
4317
0f09ddd4
ILT
4318Sat Feb 3 23:00:03 1996 Ian Lance Taylor <ian@cygnus.com>
4319
4320 * coffcode.h: Move today's libcoff.h change into coffcode.h.
4321
b48f10ba
FF
4322Sat Feb 3 15:43:44 1996 Fred Fish <fnf@cygnus.com>
4323
0f09ddd4
ILT
4324 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
4325 back into one line. Some compilers (sunos 4.1.3 for example)
4326 won't accept args split across more than one line.
b48f10ba 4327
50761d3b
SC
4328Fri Feb 2 11:42:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
4329
4330 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
4331 * configure: Regenerate.
4332
9dce8260
JL
4333Fri Feb 2 12:12:16 1996 Jeffrey A Law (law@cygnus.com)
4334
4335 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
4336 try to do arithmetic on a void *, cast it to a unsigned char * first.
4337
6c55897c
ILT
4338Thu Feb 1 16:04:06 1996 Ian Lance Taylor <ian@cygnus.com>
4339
869b7d80
ILT
4340 * elf-bfd.h (ELF_LINK_NON_ELF): Define.
4341 * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
4342 ELF_LINK_NON_ELF.
4343 * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
4344 flag for a newly defined symbol.
4345 (NAME(bfd_elf,record_link_assignment)): Likewise.
4346 (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
4347 set the DEF or REF_REGULAR flags correctly.
4348
6f6956c6
ILT
4349 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
4350 (libbfd.h, libcoff.h): Corresponding change.
4351
6c55897c
ILT
4352 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
4353 a PLT32 reloc as dynamic.
4354 (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
4355 is not referenced by a dynamic object, and we are not making a
4356 shared object, then don't make a PLT entry. If we do make a PLT
4357 entry, make sure the symbol has been recorded as dynamic.
4358
b06136f2
SC
4359Wed Jan 31 17:23:32 1996 Steve Chamberlain <sac@slash.cygnus.com>
4360
4361 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
4362 * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
4363 (powerpcle-*-cygwin32): New.
4364 * peicode.h (add_data_entry): Get address from vma.
4365
5c867ecd
MM
4366Wed Jan 31 16:23:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4367
4368 * elflink.c (_bfd_elf_create_linker_section): If the symbol
4369 attached to the section has already been created as an undefined
4370 symbol, treat it as if it hasn't been created yet.
4371
28c16b55
ILT
4372Wed Jan 31 16:16:53 1996 Ian Lance Taylor <ian@cygnus.com>
4373
4374 * elflink.h (elf_bfd_final_link): Don't output initial dummy
4375 symbol or section symbols if stripping all symbols and this is not
4376 a relocateable link. Don't output the symbol string table if
4377 there are no symbols.
4378 (elf_link_flush_output_syms): Don't do anything if there are no
4379 symbols to flush.
4380
d19df9b5
ILT
4381Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
4382
4383 * coff-aux.c: New file.
4384 * hosts/m68kaux.h: New file.
4385 * config.bfd (m68*-apple-aux*): New target.
4386 * configure.in (m68*-apple-aux*): New native host.
4387 (m68kaux_coff_vec): New vector.
4388 * configure: Rebuild.
4389 * targets.c (m68kaux_coff_vec): Declare.
4390 * coffcode.h (bfd_coff_backend_data): Add field
4391 _bfd_coff_link_add_one_symbol.
4392 (bfd_coff_link_add_one_symbol): Define.
4393 (compare_arelent_ptr): New static function if TARG_AUX.
4394 (coff_write_relocs): If TARG_AUX, sort the relocs.
4395 (coff_write_object_contents): Set A/UX aouthdr magic number.
4396 (coff_link_add_one_symbol): Define if not defined.
4397 (bfd_coff_std_swap_table): Initialize new field.
4398 * libcoff.h: Rebuild.
4399 * cofflink.c (coff_link_add_symbols): Call
4400 bfd_coff_link_add_one_symbol rather than
4401 _bfd_generic_link_add_one_symbol.
4402 * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
4403 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
4404 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4405 * Makefile.in: Rebuild dependencies.
4406 (BFD32_BACKENDS): Add coff-aux.o.
4407 (BFD32_BACKENDS_CFILES): Add coff-aux.c.
4408
a796aafd
ILT
4409Wed Jan 31 11:37:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4410
4411 * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
4412 relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
4413
a8763553
ILT
4414Tue Jan 30 12:09:04 1996 Ian Lance Taylor <ian@cygnus.com>
4415
66761e59
ILT
4416 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
4417 $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
4418 (maintainer-clean): Warn about deleting special files.
4419 (bfd-in2.h, libbfd.h, libcoff.h): New targets.
4420
cf5138e3
ILT
4421 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
4422 warning symbols correctly.
4423 * elf32-i386.c (elf_i386_relocate_section): Likewise.
4424 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4425 * elf32-mips.c (mips_elf_relocate_section): Likewise.
4426 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4427 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4428 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4429
a8763553
ILT
4430 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
4431 warnings.
4432
bdd2e7f1
KK
4433Mon Jan 29 14:27:24 1996 Kim Knuttila <krk@cygnus.com>
4434
4435 * libcoff-in.h: aligned newly exported names with bfd naming
4436 conventions. Removed an erroneous define of POWERPC_LE_PE.
4437 * libcoff.h: Rebuild.
4438 * cofflink.c, coff-ppc.c: the above function name changes
4439
d2bb6c79
ILT
4440Mon Jan 29 13:06:28 1996 Ian Lance Taylor <ian@cygnus.com>
4441
eb5bc1f3
ILT
4442 From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
4443 * ecoff.c (struct extsym_info): Define.
4444 (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
4445 to ecoff_link_write_external.
4446 (ecoff_link_write_external): Accept a struct extsym_info pointer.
4447 Strip symbols when appropriate.
4448
052b35d2
ILT
4449 Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
4450 * syms.c (BSF_OBJECT): Define.
4451 (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
4452 * bfd-in2.h: Rebuild.
4453 * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
4454 STT_OBJECT symbol.
4455 * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
4456 is set.
4457
53787b23
ILT
4458 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
4459 copying relocs into a shared object, treat a defined global symbol
4460 as a local symbol.
4461 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4462 * elf32-mips.c (mips_elf_relocate_section): Likewise.
4463 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4464
d2bb6c79
ILT
4465 * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
4466 real defined symbol, not to a weak defined symbol.
4467
13d1a4dd
KK
4468Mon Jan 29 11:34:36 1996 Kim Knuttila <krk@cygnus.com>
4469
4470 * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
4471 and made a few static functions externs.
4472
4473 * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
4474 POWERPC_LE_PE hack in cofflink.
4475
4476 * libcoff-in.h: promoted the following from cofflink.c to allow
4477 _bfd_coff_final_link to be overridden - STRING_SIZE_SIZE,
4478 coff_debug_merge_element, struct coff_debug_merge_type,
4479 coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
4480 coff_debug_merge_hash_table_init, coff_debug_merge_hash_table_free,
4481 coff_debug_merge_hash_lookup, coff_link_section_info,
4482 coff_final_link_info, coff_debug_merge_hash_newfunc,
4483 coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
4484
4485 * libcoff.h: re-gen'd
4486
86aac8ea
ILT
4487Fri Jan 26 18:33:35 1996 Ian Lance Taylor <ian@cygnus.com>
4488
4489 * syms.c: Include "bfdlink.h".
4490 (struct stab_find_info): Define.
4491 (_bfd_stab_section_find_nearest_line): New function.
4492 * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
4493 * libbfd.h: Rebuild.
4494 * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
4495 * elf.c (_bfd_elf_find_nearest_line): Try calling
4496 _bfd_stab_section_find_nearest_line before searching the ELF
4497 symbol table. Find the closest STT_FUNC symbol, not the last one.
4498 * libcoff-in.h (coff_data_type): Add line_info field.
bdd2e7f1 4499 * libcoff.h: Rebuild.
86aac8ea
ILT
4500 * coffgen.c (coff_find_nearest_line): Try calling
4501 _bfd_stab_section_find_nearest_line before searching the COFF
4502 symbol table.
4503 * Makefile.in: Rebuild dependencies.
4504
4505Fri Jan 26 16:11:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4506
4507 * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
4508 4 bytes, so we get the correct value when updating the register
4509 field in little endian mode.
4510
43d36aad
ILT
4511Thu Jan 25 12:14:16 1996 Ian Lance Taylor <ian@cygnus.com>
4512
f0a97077
ILT
4513 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
4514 entry_section fields. Add sntoc and snentry fields.
4515 * libcoff.h: Rebuild.
4516 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
4517 not toc_section and entry_section (the COFF file does not have any
4518 sections at this point).
4519 (coff_write_object_contents): Set o_snentry and o_sntoc from
4520 snentry and sntoc rather than entry_section and toc_section.
4521 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
4522 snentry, not toc_section and entry_section.
4523 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
4524 entry_section from hentry.
4525 (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
ea2504d5 4526 set snenty.
f0a97077
ILT
4527 (xcoff_link_input_bfd): Set sntoc, not toc_section.
4528 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
4529 than using toc_section directly.
4530
9b4598d0
ILT
4531 * archures.c: Add missing `.' in enum bfd_architecture.
4532 * bfd-in2.h: Rebuild.
4533
43d36aad
ILT
4534 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
4535 Robert Lipe <robertl@arnet.com>.
4536
eb82bc60
MM
4537Thu Jan 25 12:08:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4538
4539 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
4540 to sections we allocate. Use bfd_zalloc to allocate initialial
4541 sections, not bfd_alloc.
4542 (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
4543 SDA{,2}I16 relocations.
4544 (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
4545 whether to put something in .sbss or not.
4546 (ppc_elf_relocate_section): Add support for more relocations. Add
c1e65e24
MM
4547 in sec->output_offset where appropriate. Make error messages
4548 include the symbol name.
eb82bc60
MM
4549
4550 * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
4551 trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
4552 doesn't get redefined messages if -shared.
4553
4554 * elflink.h (elf_create_pointer_linker_section) Only bump RELA
4555 section if the rel_section field has been set up.
4556
9d621c7d
MM
4557Wed Jan 24 20:40:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4558
4559 * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
4560 relocations.
4561
75c9ddc9
DE
4562Wed Jan 24 10:38:34 1996 Doug Evans <dje@charmed.cygnus.com>
4563
4564 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
4565 of flags, only flags used are controlled by mach number. Bump up
4566 output file mach number to highest of input file mach numbers.
4567 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
4568 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
4569
72c513bc
DE
4570 * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
4571 bfd_elf64_sparc_vec support.
4572
3cbe19d2
MM
4573Tue Jan 23 14:33:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4574
4575 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
4576 the embedded bit is set on some objects and not on others. Just
4577 or it together.
d8fd85ad
MM
4578 (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
4579 relocations.
3cbe19d2 4580
5eb83ede
ILT
4581Tue Jan 23 14:22:45 1996 Ian Lance Taylor <ian@cygnus.com>
4582
4a3d3b42
ILT
4583 * coffcode.h (coff_new_section_hook): Don't try to align the
4584 .stabstr section.
4585
5eb83ede
ILT
4586 * coffcode.h (coff_set_section_contents): Fix the handling of the
4587 .lib section to work even if the entire section contents are
4588 written at once. From Gvran Uddeborg <gvran@uddeborg.pp.se> and
4589 Robert Lipe <robertl@arnet.com>.
4590
05f927dd
MM
4591Mon Jan 22 18:45:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4592
4593 * elflink.h (elf_finish_pointer_linker_section): Don't allocate
4594 memory here for contents.
4595
4596 * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
4597 _SDA2_BASE_ by 32768.
4598 (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
4599 started using. Allocate contents for .sdata and .sdata2 sections
4600 also.
4601 (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
4602 rather than _name.
4603 (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
4604 size _SDA{,2}_BASE_.
4605 (ppc_elf_relocate_section): Change how sdata{,2} relocations are
4606 done.
4607
5bc513b4
DE
4608Mon Jan 22 08:52:04 1996 Doug Evans <dje@charmed.cygnus.com>
4609
5a5bac64
DE
4610 * elflink.h (elf_finish_pointer_linker_section): Fix typo.
4611
5bc513b4 4612 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
5bc513b4 4613 (bfd_mach_sparc_{v8plus,v8plusa}): Define.
5bc513b4 4614 (bfd_mach_sparc_v9a): Define.
049f3d4c 4615 (bfd_mach_sparc_v9_p): Define.
5bc513b4
DE
4616 * bfd-in2.h: Regenerated.
4617 * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
4618 bfd_mach_sparc_v9.
d3366d23 4619 * elf64-sparc.c (sparc64_elf_object_p): Likewise.
5bc513b4
DE
4620 * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
4621 to bfd_elf32_sparc_vec.
4622 * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
5bc513b4 4623 Add v8plus{,a} support.
5bc513b4 4624 Add v9a support.
768b8ade 4625 (sparc_compatible): New function.
5bc513b4 4626 * elf32-sparc.h: #include "elf/sparc.h".
75c9ddc9 4627 (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
5bc513b4 4628 elf32_sparc_final_write_processing): New functions.
75c9ddc9 4629 (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
5bc513b4 4630 elf_backend_final_write_processing): Define.
5bc513b4 4631
3b3753b8
MM
4632Mon Jan 22 11:21:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4633
4634 * elf-bfd.h (struct elf_link_hash_entry): Add
4635 linker_section_pointer field.
4636 (enum elf_linker_section_enum): Enumeration for new way of
4637 creating linker dynamic sections and symbols.
4638 (elf_linker_section{,_pointers}): New structures for creating
4639 dynamic sections and symbols.
4640 (elf_obj_tdata): Add linker_section_pointers and linker_section
4641 fields.
4642 (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
4643 (_bfd_elf_create_linker_section): New declarations.
4644 (_bfd_elf_find_pointer_linker_section): Ditto.
4645 (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
4646 (_bfd_elf_make_linker_section_rela): Ditto.
4647
4648 * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
4649
4650 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
4651 (ppc_elf_create_linker_section): New function to create the
4652 sections .got, .sdata, and .sdata2.
4653 (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
4654 needed.
4655 (ppc_elf_check_relocs): Support more of the eabi relocations.
4656 (ppc_elf_relocate_section): Ditto.
4657 (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
4658 if the .sdata{,2} + .sbss{,2} section size is > 32k.
4659
4660 * elflink.h (elf_create_pointer_linker_section): New function to
4661 create initialized pointers in dynamic linker sections.
4662 (elf_finish_pointer_linker_section): Actually intialize the
4663 pointers created above.
4664
4665 * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
4666 macros to provide both 32 and 64 bit versions of
4667 elf_create_pointer_linker_section.
4668 (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
4669 provide both 32 and 64 bit versions of
4670 elf_finish_pointer_linker_section.
4671
4672 * elflink.c (_bfd_elf_create_linker_section): New function to
4673 create a linker section.
4674 (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
4675 given address in the linker pointer offsets created for a given
4676 symbol.
4677 (_bfd_elf_make_linker_section_rela): Make a RELA section
4678 corresponding to the generated linker section.
4679
6b3eb07e
DE
4680Sat Jan 20 08:36:10 1996 Doug Evans <dje@canuck.cygnus.com>
4681
4682 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
4683
e7894f6b
KK
4684Thu Jan 18 18:25:34 1996 Kim Knuttila <krk@cygnus.com>
4685
4686 * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
4687 (coff_ppc_relocate_section): Handle special values for gcc built dlls.
4688 (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
4689 Also begin the toc at 4 as an eye catcher ('31313131' marks the first
4690 toc entry in an objdump) for now.
4691 (ppc_do_last, ppc_get_last): New function - needed to save processing
4692 the toc owner to the end.
4693 (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
4694 toc owner last.
4695
4696 * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
4697 toc owner from being done till last. Must define POWERPC_LE_PC
4698 to enable it.
4699
4700 * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
4701
4702 * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
4703 to INFO.
4704 (coff_swap_aouthdr_out): Removed a non-working hack for computing the
4705 SizeOfImage for PowerPC. Ignore the size of the .junk section.
4706
80b99ca0
ILT
4707Thu Jan 18 17:42:12 1996 Ian Lance Taylor <ian@cygnus.com>
4708
4709 * elfcore.h: Include <signal.h> before <sys/procfs.h>.
4710
df96df4c
ILT
4711Wed Jan 17 12:40:14 1996 Ian Lance Taylor <ian@cygnus.com>
4712
4713 * cpu-powerpc.c (arch_info_struct): Change last entry to not point
4714 back to first.
4715 (bfd_powerpc_arch): Point at first entry in arch_info_struct.
4716
d49ddb85
ILT
4717Tue Jan 16 15:10:49 1996 Ian Lance Taylor <ian@cygnus.com>
4718
4719 * elf.c (assign_file_positions_for_segments): Don't increment file
4720 offset for a segment which contains no loadable sections.
4721
4500a112
MM
4722Mon Jan 15 17:46:27 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4723
4724 * reloc.c: Add new PowerPC relocations.
4725 * {bfd-in2,libbfd}.h: Regenerate.
4726
4727 * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
4728 (ppc_elf_reloc_type_lookup): Lookup new relocations.
4729
252239f8
ILT
4730Mon Jan 15 14:29:44 1996 Ian Lance Taylor <ian@cygnus.com>
4731
20ab764e
ILT
4732 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
4733 entries.
4734
0a4ffa2d
ILT
4735 * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
4736 info->shared.
4737
45ca3195
ILT
4738 * coffgen.c (coff_find_nearest_line): Don't try to cache
4739 information in sections that are not owned by a BFD. From Richard
4740 Henderson <richard@atheist.tamu.edu>.
4741
252239f8
ILT
4742 * elf32-mips.c: Numerous changes to dynamic linking code, mostly
4743 from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
4744 * elflink.h (elf_link_output_extsym): Remove special check for
4745 _rld_new_interface.
4746
4747 * ecoffswap.h: Add prototypes for static functions.
4748
bd2d10c0
MM
4749Sun Jan 14 21:36:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4750
4751 * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
4752 (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
4753 references.
4754 (ppc_elf_relocate_section): No longer allow .sdata/.sbss sections
4755 to satisfy a TOC16 relocation. Rewrite unsupported relocation
4756 support. Begin support for R_PPC_SDA{2,}REL.
4757
1c3a295b
MM
4758Sat Jan 13 09:36:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4759
4760 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
4761 create the .got and .got.neg sections.
4762 (ppc_elf_size_dynamic_sections): Call it.
4763 (ppc_elf_check_relocs): Call it.
4764 (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
4765 (ppc_elf_check_relocs): Add error messages for relocations we
4766 don't yet support. Do not include R_PPC_SDAREL16 like a GOT
4767 relocation.
4768
57081126
MM
4769Fri Jan 12 15:27:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4770
4771 * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
4772 section flags for V.4 and eabi.
4773
3c38b3df
ILT
4774Fri Jan 12 13:59:16 1996 Ian Lance Taylor <ian@cygnus.com>
4775
14899eb7
ILT
4776 * elf.c (assign_file_positions_for_segments): If a segment
4777 contains no sections, don't mark it as readable.
4778
98bb57ad
ILT
4779 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
4780 * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
4781
02fcd126
ILT
4782 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
4783 dynamic section, if there is one.
4784 * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
4785 (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
4786 (bfd_elf64_swap_dyn_in): Likewise.
4787 * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
4788 PTR.
4789 (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
4790
3c38b3df
ILT
4791 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
4792 DT_TEXTREL entry because of .rel.plt. From Martin Pirker
4793 <pirker@eiunix.tuwien.ac.at>.
4794
83f4323e
MM
4795Thu Jan 11 17:06:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4796
4797 * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
4798 PowerPC V.4 and eabi.
4799 * bfd-in2.h: Regenerate.
4800 * libfd.h: Regenerate.
4801
4802 * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
4803
4804 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
4805 section type and SHF_EXCLUDE section flag, turning them into the
4806 appropriate bfd section flag.
4807
a0271667
ILT
4808Thu Jan 11 11:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
4809
c9746fb6
ILT
4810 * xcofflink.c (xcoff_link_add_symbols): Create the special
4811 sections if we see a DYNAMIC object, in case that is the only
4812 XCOFF input object we see.
4813
5b3b9ff6
ILT
4814 * elf32-mips.c: Extensive changes for a start at dynamic linking
4815 support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
4816
4817 * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
4818 (struct elf_backend_data): Remove
4819 elf_backend_create_program_headers field. Add
4820 elf_backend_additional_program_headers and
4821 elf_backend_modify_segment_map fields.
4822 * elfxx-target.h (elf_backend_type_change_ok): Define if not
4823 defined.
4824 (elf_backend_additional_program_headers): Likewise.
4825 (elf_backend_modify_segment_map): Likewise.
4826 (elf_backend_create_program_headers): Don't define.
4827 (elfNN_bed): Change to account for field changes.
4828 * elf.c (assign_file_positions_for_segments): Call new
4829 modify_segment_map backend function. Don't call old
4830 create_program_headers backend function.
4831 (get_program_header_size): Call additional_program_headers rather
4832 than create_program_headers.
4833 * elflink.h (elf_link_add_object_symbols): Initialize
4834 type_change_ok from new backend field.
4835 (elf_link_output_extsym): Don't warn if _rld_new_interface is
4836 defined.
4837 (elf_reloc_link_order): Treat a reloc against a defined symbol as
4838 a reloc against the appropriate section.
4839
761f377f
ILT
4840 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
4841 (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
4842 (elf_flags_init): Rename from elf_ppc_flags_init.
4843 * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
4844 elf_ppc_flags_init.
4845 (ppc_elf_copy_private_bfd_data): Likewise.
4846 (ppc_elf_merge_private_bfd_data): Likewise.
4847
a0271667
ILT
4848 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
4849 relocation entries.
4850
64d5f5d0
ILT
4851Tue Jan 9 15:22:53 1996 David Mosberger-Tang <davidm@azstarnet.com>
4852
4853 * coff-alpha.c (alpha_relocate_section): During final link, allow
4854 output .lita section to be bigger than 64k by adjusting gp value
4855 on a per-input section basis.
4856 * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
4857 field.
4858 (struct ecoff_section_tdata): Add gp field.
4859
c40d9c77
ILT
4860Tue Jan 9 12:00:36 1996 Ian Lance Taylor <ian@cygnus.com>
4861
64d5f5d0
ILT
4862 Handle Alpha ECOFF changes in OSF/1 3.2.
4863 * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
4864 field.
4865 * coff-alpha.c: Include "aout/ar.h".
4866 (alpha_ecoff_get_relocated_section_contents): Don't require an
4867 ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
4868 3.2 doesn't generate one.
4869 (alpha_relocate_section): Likewise.
4870 (alpha_ecoff_slurp_armap): Define.
4871 (alpha_ecoff_slurp_extended_name_table): Define.
4872 (alpha_ecoff_construct_extended_name_table): Define.
4873 (alpha_ecoff_truncate_arname): Define.
4874 (alpha_ecoff_write_armap): Define.
4875 (alpha_ecoff_generic_stat_arch_elt): Define.
4876 (alpha_ecoff_update_armap_timestamp): Define.
4877 (ARFZMAG): Define.
4878 (alpha_ecoff_read_ar_hdr): New static function.
4879 (alpha_ecoff_get_elt_at_filepos): New static function.
4880 (alpha_ecoff_openr_next_archived_file): New static function.
4881 (alpha_ecoff_get_elt_at_index): New static function.
4882 (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
4883 (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
4884 _bfd_ecoff to alpha_ecoff.
4885 * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
4886 field from backend structure, rather than always calling
4887 _bfd_get_elt_at_filepos.
4888 * coff-mips.c (mips_ecoff_backend_data): Initialize
4889 get_elt_at_filepos field.
4890 * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
4891 from _bfd_generic_read_ar_hdr with minor changes.
4892 (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
4893 * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
4894 * libbfd.h: Rebuild.
4895
4896 * bfd-in.h (BFD_IN_MEMORY): Define.
4897 * libbfd-in.h (struct bfd_in_memory): Define.
4898 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
4899 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
4900 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
4901 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
4902 * bfd.c (struct _bfd): Change iostream field from char * to PTR.
4903 (bfd_get_size): Handle BFD_IN_MEMORY flag.
4904 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
4905 (bfd_open_file): Cast to PTR, not char *, when setting iostream.
4906 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
4907 * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
4908 iostream.
4909 (bfd_openstreamr): Likewise.
4910 * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
4911 BFD_IN_MEMORY is not set.
4912 * riscix.c (riscix_some_aout_object_p): Likewise.
4913 * bfd-in2.h, libbfd.h: Rebuild.
4914
4915 * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
4916 (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
4917 (bfd_get_elt_at_index): Define.
4918 * archive.c (_bfd_generic_get_elt_at_index): Rename from
4919 bfd_get_elt_at_index. Change index parameter from int to
4920 symindex.
4921 * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
4922 (_bfd_noarchive_get_elt_at_index): Define.
4923 (_bfd_archive_bsd_get_elt_at_index): Define.
4924 (_bfd_archive_coff_get_elt_at_index): Define.
4925 * bfd-in2.h, libbfd.h: Rebuild.
4926 * aout-target.h (MY_get_elt_at_index): Define if not defined.
4927 * coff-rs6000.c (xcoff_get_elt_at_index): Define.
4928 * ieee.c (ieee_get_elt_at_index): Define.
4929 * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
4930 * oasys.c (oasys_get_elt_at_index): Define.
4931 * som.c (som_get_elt_at_index): Define.
4932
c40d9c77
ILT
4933 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
4934 numbers to the .text section.
4935
efa77952
ILT
4936Mon Jan 8 17:00:57 1996 Ian Lance Taylor <ian@cygnus.com>
4937
4938 * ieee.c (ieee_write_debug_part): Change return type to boolean.
4939 If there is a SEC_DEBUGGING section, get the contents of the debug
4940 information part from it.
4941 (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
4942 section in memory.
4943 (ieee_write_object_contents): Check ieee_write_debug_part return.
4944
767f22d5
FF
4945Thu Jan 4 17:12:37 1996 Fred Fish <fnf@cygnus.com>
4946
4947 * config.bfd (i[345]86-*-freebsd*): Add target.
4948 * configure.in (i386freebsd_vec): Add vec.
4949 * configure: Regenerate.
4950 * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
4951 (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
4952 Rebuild dependencies..
4953 * freebsd.h: New file.
4954 * i386freebsd.c: New file.
4955 * targets.c (i386freebsd_vec): Declare.
4956 (bfd_target_vector): Add i386freebsd_vec.
4957 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
4958 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
4959
f8254a3c
ILT
4960Thu Jan 4 16:27:46 1996 Ian Lance Taylor <ian@cygnus.com>
4961
4962 * ieee.c (ieee_slurp_debug): New static function.
4963 (ieee_object_p): Call it.
4964 (ieee_slurp_section_data): Skip debugging sections.
4965 (ieee_get_reloc_upper_bound): Likewise.
4966 (ieee_get_section_contents): Likewise.
4967 (ieee_canonicalize_reloc): Likewise.
4968 (ieee_write_section_part): Likewise.
4969 (ieee_write_debug_part): Likewise.
4970 (ieee_write_data_part): Likewise.
4971 (init_for_output): Likewise.
4972
07a159db
MM
4973Wed Jan 3 19:42:47 1996 Michael Meissner <meissner@wogglebug.tiac.net>
4974
4975 * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
4976 work.
4977 (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
4978 relocs, since ppc_elf_relocate_section handles the linker case.
4979 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
4980 used.
4981 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
4982 ppc_elf_relocate_section since that is now the only caller.
4983 (ppc_elf_relocate_section): Ditto.
4984
d812945a
ILT
4985Wed Jan 3 15:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
4986
4987 * coffcode.h (coff_write_object_contents): If we don't know the
4988 section of the entry point for an XCOFF executable, always set the
4989 entry address to -1.
4990
3a56d0b4
MM
4991Tue Jan 2 14:17:15 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4992
4993 * elf.c (bfd_section_from_shdr): Add support for note sections.
4994
c4406e50
ILT
4995Tue Jan 2 13:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
4996
d812945a
ILT
4997 * bfd-in.h (struct _symbol_info): Add stab_type field.
4998 * bfd-in2.h: Rebuild.
4999 * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
5000
c4406e50
ILT
5001 * elf32-ppc.c: Remove trailing newline from calls to
5002 _bfd_error_handler.
5003 (ppc_elf_merge_private_bfd_data): Only warn about endianness
5004 difference if target endianness is known.
5005
08556813
MM
5006Thu Dec 21 12:43:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5007
5008 * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
5009 old style TOC16 references without using R_PPC_GOT.
5010 (ppc_reloc_type): Ditto.
5011 (ppc_elf_reloc_type_lookup): Add support for TOC16.
5012 (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
5013 (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
5014 (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
5015 (ppc_elf_check_relocs): New function for GOT/PLT support that is
5016 work in progress.
5017 (ppc_elf_adjust_dynamic_symbol): Ditto.
5018 (ppc_elf_adjust_dynindx): Ditto.
5019 (ppc_elf_size_dynamic_sections): Ditto.
5020 (ppc_elf_finish_dynamic_symbol): Ditto.
5021 (ppc_elf_finish_dynamic_sections): Ditto.
5022 (ELF_DYNAMIC_INTERPRETER): Define.
5023
86587dd4
KR
5024Wed Dec 20 19:14:18 1995 Ken Raeburn <raeburn@cygnus.com>
5025
5026 * elf.c (copy_private_bfd_data): When attaching sections to
5027 segments ignore sections that won't be allocated. Patch from
5028 Andreas Schwab.
5029
bf7f243f
KR
5030Tue Dec 19 20:01:43 1995 Ken Raeburn <raeburn@cygnus.com>
5031
5032 * config.bfd: Match on m68k-cbm-* only if OS doesn't match
5033 anything else.
5034
d9518e2e
ILT
5035Tue Dec 19 16:38:59 1995 Ian Lance Taylor <ian@cygnus.com>
5036
5037 * coff-i960.c (CALC_ADDEND): Define.
5038 (coff_i960_relocate_section): Add the input section VMA to the
5039 addend for PC relative relocs.
5040
5041Sun Dec 17 20:11:55 1995 Kim Knuttila <krk@cygnus.com>
5042
5043 * peicode.h (pe_print_pdata): Must test the entire entry for zero
5044 to correctly terminate.
5045
010a405a
ILT
5046Fri Dec 15 12:05:57 1995 Ian Lance Taylor <ian@cygnus.com>
5047
dc092b6b
ILT
5048 * targets.c (enum bfd_endian): Define.
5049 (bfd_target): Rename byteorder_big_p to byteorder, and change it
5050 from boolean to enum bfd_endian. Change header_byteorder_big_p
5051 correspondingly.
5052 * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
5053 (bfd_header_big_endian, bfd_header_little_endian): New macros.
5054 * bfd-in2.h: Rebuild.
5055 * All targets: Change initialization of byteorder and
5056 header_byteorder to use enum bfd_endian values rather than
5057 booleans.
5058 * All files: Change all references to byteorder_big_p and
5059 header_byteorder_big_p to use new bfd_*_endian macros.
5060
010a405a
ILT
5061 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
5062 s_vaddr.
5063 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
5064 vma.
5065 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
5066
fcb43906
SC
5067Fri Dec 15 07:32:09 1995 steve chamberlain <sac@slash.cygnus.com>
5068
5069 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
5070
0d709d31
ILT
5071Thu Dec 14 13:45:37 1995 Ian Lance Taylor <ian@cygnus.com>
5072
14578105
ILT
5073 * ieee.c: Lots of minor cleanups. Make many functions return
5074 errors rather than calling abort. Also:
5075 (ieee_write_twobyte): Remove; change callers to call existing
5076 ieee_write_2bytes function.
5077 (ieee_write_expression): Don't output the section twice when
5078 outputting a local symbol. Don't emit an extraneous zero if there
5079 is only one term.
5080 (ieee_slurp_sections): Set the lma as well as the vma.
5081 (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
5082
0d709d31
ILT
5083 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
5084 a recognized one or bfd_arch_unknown.
5085 (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
5086 to succeed.
5087 (ihex_get_symtab): Likewise.
5088
14dc2f77
ILT
5089Wed Dec 13 15:44:06 1995 Ian Lance Taylor <ian@cygnus.com>
5090
5091 * aoutx.h: Include <ctype.h>.
5092 (struct aout_link_includes_table): Define.
5093 (struct aout_link_includes_totals): Define.
5094 (struct aout_link_includes_entry): Define.
5095 (aout_link_includes_lookup): Define macro.
5096 (struct aout_final_link_info): Add includes field.
5097 (aout_link_includes_newfunc): New static function.
5098 (NAME(aout,final_link)): Initialize includes hash table.
5099 (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
5100
480ccad5
SS
5101Wed Dec 13 10:52:14 1995 Stan Shebs <shebs@andros.cygnus.com>
5102
5103 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
5104
3920d9c9
KK
5105Wed Dec 13 11:07:45 1995 Kim Knuttila <krk@cygnus.com>
5106
5107 * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
5108
207345f2
KK
5109Tue Dec 12 17:42:06 1995 Kim Knuttila <krk@cygnus.com>
5110
5111 * peicode.h (pe_print_reloc): New function to dump the .reloc section.
5112 (pe_print_private_bfd_data): call pe_print_reloc.
5113 * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
5114 * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
5115 up some debugging as well.
5116
273c019e
ILT
5117Tue Dec 12 11:34:23 1995 Ian Lance Taylor <ian@cygnus.com>
5118
5119 * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
5120 <rfg@monkeys.com>.
5121
010d9f2d
ILT
5122Fri Dec 8 17:47:07 1995 Ian Lance Taylor <ian@cygnus.com>
5123
5124 * elflink.h (elf_link_add_object_symbols): Set section_count to 0
5125 when setting sections to NULL.
5126
4a4a66bd
ILT
5127Wed Dec 6 17:05:37 1995 Ian Lance Taylor <ian@cygnus.com>
5128
5129 * xcofflink.c (struct xcoff_loader_info): Add export_defineds
5130 field.
5131 (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
5132 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
5133 for all symbols.
5134 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
5135 * bfd-in2.h: Rebuild.
5136
545bf026
KK
5137Mon Dec 4 16:40:47 1995 Kim Knuttila <krk@cygnus.com>
5138
5139 * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
5140
1f4ae0d6
ILT
5141Mon Dec 4 11:25:39 1995 Ian Lance Taylor <ian@cygnus.com>
5142
55cac920
ILT
5143 * ihex.c (ihex_scan): Handle record types 4 and 5.
5144 (ihex_object_p): Permit types 4 and 5.
5145 (ihex_set_section_contents): Remove check for out of range
5146 addresses.
5147 (ihex_write_object_contents): Generate types 4 and 5.
5148
1f4ae0d6
ILT
5149 * elflink.h (elf_link_output_extsym): Just ignore warning and
5150 indirect references to symbols which don't really exist.
5151
53d45489
KK
5152Sun Dec 3 19:00:27 1995 Kim Knuttila <krk@cygnus.com>
5153
5154 * peicode.h (pe_print_idata): Minor format fixes
5155 (pe_print_edata): New function. Under private printing, this formats
5156 the edata section of a PE file.
5157 (pe_print_private_bfd_data): Added call to pe_print_edata.
5158
361e8876
DE
5159Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
5160
5161 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
5162 index, don't call stoi.
5163
58142f10
ILT
5164Fri Dec 1 14:46:51 1995 Ian Lance Taylor <ian@cygnus.com>
5165
ffd15489
ILT
5166 * srec.c (srec_scan): Set lma as well as vma.
5167
5168 * ihex.c: New file; support for Intel Hex format.
5169 * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
5170 (ihex_vec): Declare.
5171 (bfd_target_vector): Always include ihex_vec.
5172 * bfd.c (struct _bfd): Add ihex_data field to tdata union.
5173 * Makefile.in: Rebuild dependencies.
5174 (BFD_LIBS): Add ihex.o
5175 (BFD_LIBS_CFILES): Add ihex.c.
5176 * bfd-in2.h: Rebuild.
5177
ae0a6bea
ILT
5178 * elf.c (assign_file_positions_for_segments): Sort the sections in
5179 each segment.
5180 (get_program_header_size): Return the right size if segment_map is
5181 not NULL.
5182 (copy_private_bfd_data): Don't bother to sort the sections.
5183
5184 * bfd.c (bfd_record_phdr): New function.
5185 * bfd-in.h (bfd_record_phdr): Declare.
5186 * bfd_in2.h: Rebuild.
5187
ce0ee4bf
ILT
5188 * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
5189 BFD_ASSERT.
5190
58142f10
ILT
5191 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
5192 (bfd_zmalloc): Return PTR, not char *. Take size_t, not
5193 bfd_size_type.
5194 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
5195 (bfd_zmalloc): Change declaration.
5196 * libbfd.h: Rebuild.
5197 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
5198 and realloc. Don't set bfd_error_no_memory if they fail.
5199
59066248
KK
5200Thu Nov 30 19:32:26 1995 Kim Knuttila <krk@cygnus.com>
5201
5202 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
5203 uses as well. Added a new howto to deal with TOCREL16 relocs that
5204 are TOCDEFN as well.
5205 (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
5206 to handle RVA relocs from dlltool.
5207 (ppc_coff_rtype2howto): TOCDEFN reloc addition.
5208 (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
5209 (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
5210
5211 * coffcode.h (coff_set_alignment_hook): check idata$X sections
5212 to get the right section alignment.
5213
6933148a
ILT
5214Thu Nov 30 16:48:18 1995 Ian Lance Taylor <ian@cygnus.com>
5215
5216 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
5217 p_paddr if p_paddr is zero.
5218 (make_mapping): Set includes_filehdr and includes_phdrs for first
5219 PT_LOAD segment.
5220 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
5221 segment.
5222 (assign_file_positions_for_segments): Handle includes_filehdr and
5223 includes_phdrs. Remove special handling of PT_PHDR and first
5224 PT_LOAD segments.
5225 (copy_private_bfd_data): Set includes_filehdr and includes_phdr
5226 when appropriate. Remove special handling of PT_PHDR segment.
5227 Use a more complex condition for when a section is included in a
5228 segment to handle Solaris linker oddities.
5229
f62fed1c
ILT
5230Thu Nov 30 11:17:33 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
5231
5232 * coff-m88k.c (howto_table): Reformatted for easier reading;
5233 special_function now points to new function m88k_special_reloc.
5234 (howto_hvrt16): Function previously used for handling HVRT16 relocs
5235 removed.
5236 (rtype2howto): Do not add reloc's r_offset to the addend, this will
5237 be done correctly by m88k_special_reloc.
5238 (reloc_processing): New function to be used by RELOC_PROCESSING.
5239 (RELOC_PROCESSING): Define to call reloc_processing.
5240
64ecde46
ILT
5241Wed Nov 29 12:42:36 1995 Ian Lance Taylor <ian@cygnus.com>
5242
b00c57ec
ILT
5243 * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
5244 (pe_print_pdata): Likewise.
5245
a9713b91
ILT
5246 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
5247 obstack_alloc fails.
5248 (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
5249 fails.
5250 * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
5251 * Many files: don't set bfd_error_no_memory if one of the above
5252 routines fails.
5253
3dbf33ee
ILT
5254 * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
5255 if p_paddr_valid is set.
5256 (copy_private_bfd_data): New static function.
5257 (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
5258
44ef8897
ILT
5259 * elf.c (assign_file_positions_for_segments): Fix case where extra
5260 program headers were allocated.
5261
27fb8f29
ILT
5262 * elf.c (_bfd_elf_print_private_bfd_data): New function.
5263 * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
5264 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
5265 _bfd_elf_print_private_bfd_data.
5266
64ecde46
ILT
5267 * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
5268 r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
5269 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
5270 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
5271 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
5272 (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
5273 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
5274
fd0198f0
ILT
5275Tue Nov 28 16:59:50 1995 Ian Lance Taylor <ian@cygnus.com>
5276
5277 * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
5278 * elf.c (make_mapping): New static function.
5279 (map_sections_to_segments): New static function.
5280 (elf_sort_sections): New static function.
5281 (assign_file_positions_for_segments): New static function.
5282 (map_program_segments): Remove.
5283 (get_program_header_size): Remove sorted_hdrs, count, and
5284 maxpagesize parameters. Simplify.
5285 (assign_file_positions_except_relocs): When generating an
5286 executable, use assign_file_positions_for_segments.
5287 (elf_sort_hdrs): Remove.
5288 (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
5289 to get_program_header_size.
5290
3b3f7625
ILT
5291Mon Nov 27 12:27:46 1995 Ian Lance Taylor <ian@cygnus.com>
5292
1ff0461b
ILT
5293 * hp300hpux.c (MY(callback)): Set lma as well as vma.
5294
80c8485c
ILT
5295 * configure, config.in: Regenerate with autoconf 2.7.
5296
3b3f7625
ILT
5297 * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
5298 * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
5299
fa63d1ef
ILT
5300Wed Nov 22 12:02:09 1995 Ian Lance Taylor <ian@cygnus.com>
5301
a877f591
ILT
5302 * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
5303 (ecoff_sec_to_styp_flags): Likewise.
5304 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
5305 (ecoff_set_symbol_info): Handle scRConst.
5306 (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
5307 (ecoff_compute_section_file_positions): Handle .rconst section.
5308 (_bfd_ecoff_write_object_contents): Likewise.
5309 (ecoff_link_check_archive_element): Handle scRConst.
5310 (ecoff_link_add_externals): Likewise.
5311 (ecoff_link_write_external): Handle .rconst section.
5312 (ecoff_reloc_link_order): Likewise.
5313 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
5314 * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
5315 section.
5316 (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
5317
fa63d1ef
ILT
5318 * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
5319 DEF_DYNAMIC flag is set.
5320
25bada65
KR
5321Tue Nov 21 13:25:29 1995 Ken Raeburn <raeburn@cygnus.com>
5322
5323 * host-aout.c: If TRAD_HEADER is defined, include it.
5324
7938b4cb
ILT
5325Tue Nov 21 13:03:57 1995 Ian Lance Taylor <ian@cygnus.com>
5326
85e493f0
ILT
5327 * aclocal.m4 (AC_PROG_CC): Remove local definition.
5328 (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
5329 (BFD_NEED_DECLARATION): New function.
5330 * configure.in: Use BFD_NEED_DECLARATION.
bd77213b
ILT
5331 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
5332 * configure, config.in: Rebuild with autoconf 2.6.
85e493f0 5333
83dcdc61
ILT
5334 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
5335 special_sections before returning when called with a non XCOFF
5336 BFD.
5337
7938b4cb
ILT
5338 * coffgen.c (coff_renumber_symbols): Sort common symbols with
5339 global symbols.
5340
5341 * coffcode.h (coff_compute_section_file_positions): Only pad the
5342 previous section to force file alignment when creating an
5343 executable.
5344
b5403ad7
ILT
5345Mon Nov 20 14:54:09 1995 Ian Lance Taylor <ian@cygnus.com>
5346
a418e05d
ILT
5347 * coffcode.h (coff_compute_section_file_positions): If
5348 RS6000COFF_C, set up the .debug section.
5349
b5403ad7
ILT
5350 * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
5351 if it is not large enough to accomodate the entire TOC area with
5352 signed 16 bit offsets.
5353 (xcoff_write_global_symbol): Handle negative TOC offsets in global
5354 linkage code.
5355 (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
5356 TOC anchor to use the TOC value used in the output file.
5357
90a7abbc
ILT
5358Sat Nov 18 18:01:41 1995 Ian Lance Taylor <ian@cygnus.com>
5359
5360 * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
5361 (_bfd_coff_read_string_table): Likewise.
5362
177b1932
DE
5363Sat Nov 18 19:43:04 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
5364
5365 * pe-arm.c: Fix typos.
5366 * coff-arm.c: Likewise.
5367
5368Fri Nov 17 16:22:04 1995 Kim Knuttila <krk@cygnus.com>
5369
5370 * coff-ppc.c (list_ele): Added "cat"egory member.
5371 (record_toc): New category parameter (priv or pub).
5372 (ppc_record_toc_entry): Check to see if toc bounds exceeded.
5373 (ppc_process_before_allocation): Removed embrionic data-in-toc from
5374 the mainline. It addes extra toc cells in error.
5375 (ppc_coff_swap_sym_in_hook): Added some documentation.
5376 (dump_toc): Can now diagnose "virtual toc" chicanery.
5377
e34314c4
ILT
5378Fri Nov 17 10:41:25 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
5379
5380 * elf-bfd.h (struct elf_link_hash_table): Change type of
5381 dynsymcount and bucketcount fields from size_t to bfd_size_type.
5382
73a68447
ILT
5383Fri Nov 17 10:02:58 1995 Ian Lance Taylor <ian@cygnus.com>
5384
535e9e29
ILT
5385 * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
5386 pointerize C_LEAFSTAT or C_LEAFEXT entries.
5387
73a68447
ILT
5388 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
5389 DT_INIT and DT_FINI entries if the _init or _fini symbol is
5390 defined or mentioned in a regular file.
5391
cd2b2402
KK
5392Thu Nov 16 15:16:42 1995 Kim Knuttila <krk@cygnus.com>
5393
5394 * coff-ppc.c (ppc_record_data_in_toc_entry): new function
5395 (coff_ppc_relocate_section): Handle TOCDEFN attribute
5396 (coff_ppc_relocate_section): Correct REL24 handling
5397 (ppc_process_before_allocation): Correct TOCDEFN handling
5398
5399 * peicode.h (dir_names): Added name descriptions
5400
b218076e
KR
5401Thu Nov 16 03:38:03 1995 Ken Raeburn <raeburn@cygnus.com>
5402
5403 * VERSION: Updated to cygnus-2.6.
5404
5405Wed Nov 15 19:30:07 1995 Ken Raeburn <raeburn@cygnus.com>
5406
5407 * targets.c (m68k4knetbsd_vec): Declare.
5408
e9f30616
ILT
5409Wed Nov 15 18:05:52 1995 Ian Lance Taylor <ian@cygnus.com>
5410
5411 * targets.c (bfd_target): Change type of second argument to
5412 _bfd_print_private_bfd_data from void * to PTR.
5413 * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
5414 using PTR rather than void *.
5415 * bfd-in2, libbfd.h: Rebuild.
5416 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
5417 to PTR.
5418 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
5419 _bfd_generic_bfd_print_private_bfd_data rather than casting
5420 bfd_true.
5421
ae75c4a4
KR
5422Wed Nov 15 04:09:14 1995 Ken Raeburn <raeburn@cygnus.com>
5423
5424 * Makefile.in (.dep1): Fix stupid typo in last change. Remove any
5425 "DO NOT DELETE" lines or blank lines that mkdep writes on some
5426 systems.
5427 (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
5428 BFD64_BACKENDS_CFILES): New variables.
5429 (CFILES): Use them.
5430
bebcd3db
ILT
5431Tue Nov 14 11:52:23 1995 Ian Lance Taylor <ian@cygnus.com>
5432
4b71e164
ILT
5433 * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
5434 not at the file position of the first section.
5435 * coffcode.h (coff_compute_section_file_positions): Avoid using
5436 unportable #elif.
5437 (coff_write_object_contents): When generating a PPC PE executable
5438 with no symbols, round up the file size to a COFF_PAGE_SIZE
5439 boundary.
5440 * cofflink.c (_bfd_coff_final_link): If there are no symbols,
5441 don't write out a string table.
5442
631b10f4
ILT
5443 * elf.c (bfd_section_from_shdr): When using a different section
5444 header, pass the new one to _bfd_elf_make_section_from_shdr.
5445 (elf_fake_sections): Don't set sh_info and sh_entsize fields.
5446 (elf_map_symbols): Add section VMA to symbol value when comparing
5447 against 0.
5448 (_bfd_elf_compute_section_file_positions): Only build symbol table
5449 if there are some symbols. Set file offset of symtab and strtab
5450 sections.
5451 (assign_file_positions_except_relocs): Remove dosyms parameter.
5452 Change all callers. Never set file offset of symtab and strtab
5453 sections.
5454 (_bfd_elf_copy_private_section_data): New function.
5455 (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
5456 (_bfd_elf_copy_private_symbol_data): New function.
5457 (swap_out_syms): Check for special mapping of st_shndx created by
5458 copy_private_symbol_data.
5459 * elfxx-target.h: Use new copy routines.
5460 * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
5461 (_bfd_elf_copy_private_section_data): Declare.
5462
5463 * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
5464
5465 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
5466 C_NT_WEAK.
5467
bebcd3db
ILT
5468 * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
5469 _bfd_dummy_target, matching the recent change to archive
5470 recognition.
5471
7ad4ba81
ILT
5472Mon Nov 13 13:24:38 1995 Ian Lance Taylor <ian@cygnus.com>
5473
afa67334
ILT
5474 * libbfd.c (bfd_get_file_window): Use casts to avoid doing
5475 arithmetic on PTR types.
5476
f2bd8915
ILT
5477 * aout-target.h (MY(callback)): Set the lma of the sections.
5478
7ad4ba81
ILT
5479 * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
5480 symbol into a reloc against the section.
5481
93b6a3f8
KK
5482Mon Nov 13 07:31:35 1995 Kim Knuttila <krk@cygnus.com>
5483
5484 * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
5485 glue for the relocs: IMGLUE and IFGLUE.
5486 (record_toc): new function - tracks toc contents
5487 (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
5488 (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
5489 (ppc_coff_rtype2howto): removed invalid IMGLUE hack
5490 (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
125d37c4 5491 (ppc_record_toc_entry): Removed a debug define (duh)
93b6a3f8
KK
5492
5493 * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
5494 (pe_print_idata): New function - formats the idata section data
5495 (pe_print_pdata): New function - formats the pdata section data
5496 (pe_print_private_bfd_data): calls to above
5497
c769947b
SS
5498Sun Nov 12 12:23:24 1995 Stan Shebs <shebs@andros.cygnus.com>
5499
5500 * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
5501 * coff-rs6000.c (rs6000coff_vec): Add conditional defines
5502 TARGET_SYM and TARGET_NAME for vector and BFD name.
5503 * coff-pmac.c (pmac_xcoff_vec): Remove.
5504 (TARGET_SYM, TARGET_NAME): Define.
5505 * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
5506 machine to 0, not all PowerMacs are 601s.
5507
5508Fri Nov 10 12:10:14 1995 Ian Lance Taylor <ian@cygnus.com>
5509
5510 * elfcode.h (elf_object_p): Read in any program headers.
5511 * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
5512 based on the program headers, if any.
5513 (elf_fake_sections): Set sh_addr from the vma, not the lma.
5514 (map_program_segments): Set p_paddr of program headers based on
5515 the lma.
5516
ee174815
ILT
5517Thu Nov 9 13:01:31 1995 Ian Lance Taylor <ian@cygnus.com>
5518
839087b7
ILT
5519 * archive.c (bfd_generic_archive_p): Preserve tdata in case of
5520 failure.
5521
922530a6
ILT
5522 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
5523 trying to do a relocateable link with a non-a.out object file.
5524
5525 * archive.c (bfd_generic_archive_p): Check the first object file
5526 in an archive even if target_defaulted is set. If the object file
5527 has the wrong xvec, reject it.
5528
a1774c51
ILT
5529 * aoutx.h (NAME(aout,set_section_contents)): If a section can not
5530 be represented, report the name via _bfd_error_handler.
5531 (translate_to_native_sym_flags): Likewise.
5532 * elf32-mips.c (mips_elf_final_link): Likewise.
5533 * oasys.c (oasys_write_sections): Likewise.
5534
4a378b13
ILT
5535 * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
5536 which checks for STYP_OVRFLO sections.
5537 (coff_compute_section_file_positions): If RS6000COFF_C, handle
5538 reloc and lineno count overflows.
5539 (coff_write_object_contents): Call coff_count_linenumbers before
5540 coff_compute_section_file_positions. If RS6000COFF_C, handle
5541 reloc and lineno count overflows.
5542 * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
5543 relocs before dealing with .pad sections. Count overflow section
5544 headers when handling .pad sections.
5545
7906bf87
ILT
5546 * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
5547 if RS6000COFF_C.
5548
ee174815
ILT
5549 * xcofflink.c (XCOFF_DESCRIPTOR): Define.
5550 (struct xcoff_link_hash_table): Add descriptor_section and
5551 special_sections fields.
5552 (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
5553 (xcoff_link_add_symbols): Set linkage section alignment. Create
5554 descriptor section. Check for magic symbol names (_text, etc.),
5555 and record them in special_sections if found. Set
5556 XCOFF_DESCRIPTOR flag for a function descriptor, and set its
5557 descriptor field to point back to the function code symbol.
5558 (xcoff_sweep): Always mark the special descriptor_section.
5559 (bfd_xcoff_export_symbol): Check whether the symbol might be a
5560 function descriptor, and mark it if it is.
5561 (bfd_xcoff_size_dynamic_sections): Add new special_sections
5562 parameter, and fill it in. Allocate space for the descriptor
5563 section.
5564 (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
5565 global linkage code. If an undefined function descriptor is
5566 exported, arrange to define it. Warn about any other undefined
5567 exported symbol.
5568 (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
5569 (xcoff_write_global_symbol): Create a function descriptor when
5570 necessary.
5571 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
5572 * bfd-in2.h: Rebuild.
5573
0e829f18
KK
5574Thu Nov 9 08:40:23 1995 Kim Knuttila <krk@cygnus.com>
5575
5576 * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
5577 (ppc_coff_link_hash_table): new types for hashing
5578 (ppc_coff_link_hash_newfunc): hash entry constructor
5579 (ppc_coff_link_hash_table_init): hash table initializer
5580 (ppc_coff_link_hash_table_create): hash table constructor
5581 (ppc_record_toc_entry): changed references to hash table
5582 (coff_ppc_relocate_section): changed references to hash table
5583
5584 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
5585 * libcoff.h: Rebuild
5586
5587 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
5588 (coff_link_add_symbols): removed toc_offset init
5589
7ac84736
KR
5590Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com>
5591
b27cc4bc
KR
5592 * Makefile.in (.dep1): Make sure the file mkdep is to write exists
5593 first.
5594
7ac84736
KR
5595 * configure.in: Added new option --with[out]-mmap. Set USE_MMAP
5596 if it is given and mmep is available.
5597 * acconfig.h: Undef USE_MMAP.
5598 * configure, config.in: Regenerated.
5599 * aoutx.h: If USE_MMAP is not defined, do all symbol and string
5600 table handling the old way.
5601 (aout_get_external_symbols): Don't complain if last byte of string
5602 table is nonzero.
5603 * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
5604 (bfd_free_window) [! USE_MMAP]: Don't define.
5605 (bfd_get_file_window,
5606 _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
5607
1b3b0c03
ILT
5608Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu>
5609
5610 * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
5611 0xffff0000.
5612
092abcdf
ILT
5613Wed Nov 8 11:31:11 1995 Ian Lance Taylor <ian@cygnus.com>
5614
33698029
ILT
5615 * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
5616 compatible with AMD generated COFF files. Try to support both AMD
5617 and GNU formats simultaneously.
5618 (coff_a29k_relocate_section): Likewise.
5619
0bb8ff19
ILT
5620 * libbfd.c (bfd_get_file_window): Change writable parameter from
5621 int to boolean; update all callers. Pass MAP_SHARED if not
5622 writable--it's required on Solaris. Cast fprintf argument to
5623 avoid warning.
5624 * bfd-in.h (bfd_get_file_window): Update declaration.
5625 * bfd-in2.h: Rebuild.
5626 * aoutx.h: Update calls to bfd_get_file_window.
5627
0634a431
ILT
5628 * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
5629 Change all uses.
5630 (xcoff_swap_ldhdr_in): New static function.
5631 (xcoff_swap_ldsym_in): New static function.
7812bf9c 5632 (xcoff_find_reloc): Handle the case of a single reloc correctly.
0634a431
ILT
5633 (xcoff_link_add_symbols): If we just created a descriptor, pass it
5634 to _bfd_generic_link_add_one_symbol, to save a hash lookup.
417acf22 5635 Handle XTY_ER/XMC_XO symbols correctly.
0634a431
ILT
5636 (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
5637 rather than normal symbol table.
417acf22
ILT
5638 (bfd_xcoff_import_symbol): It's not an error if the symbol is
5639 already defined with the same absolute value.
0634a431
ILT
5640 (xcoff_mark): When considering called symbols, check whether the
5641 descriptor is from a dynamic object, rather than the symbol
5642 itself.
5643 (xcoff_build_ldsyms): Likewise.
5644
092abcdf
ILT
5645 * libbfd.c (bfd_get_file_window): Change return type to boolean.
5646 Cast realloc and malloc return values. If malloc or realloc fail,
5647 set bfd_error_no_memory.
5648 * bfd-in.h (bfd_get_file_window): Change type to boolean.
5649 * bfd-in2.h: Rebuild.
5650
d6f41a7d
KK
5651Tue Nov 7 11:53:48 1995 Kim Knuttila <krk@cygnus.com>
5652
5653 * coff-ppc.c (ppc_record_toc_entry): new function.
5654 (in_reloc_p): changed return value.
5655 (coff_ppc_relocate_section): much rework.
5656 (ppc_allocate_toc_section): new function.
5657 (ppc_process_before_allocation): new function.
5658 (ppc_coff_swap_sym_in_hook): new function.
5659
5660 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
5661 (coff_link_add_symbols): initialize toc_offset.
5662
5663 * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
5664 (coff_swap_aouthdr_out): Added more sections to the data
5665 dictionary for the pe file header. Also changed linker version
5666 number on the ppc side.
5667 (dir_names): small improvements to the dictionary printing.
5668 (pe_mkobject_hook): save the file level flags.
5669
5670 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
5671 (pe_tdata): added real_flags field
5672 (coff_tdata): added local_toc_sym_map and access macro
5673
5674 * libcoff.h (coff_link_hash_entry): added toc_offset field
5675 (pe_tdata): added real_flags field
5676 (coff_tdata): added local_toc_sym_map and access macro
5677
5678 * coffcode.h (coff_set_alignment_hook): added hook for PE.
5679 (coff_mkobject): init for local_toc_sym_map
5680 (coff_write_object_contents): set the internal_a.magic to
5681 IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
5682 ppc compilers use.
5683
6bc200f2
ILT
5684Tue Nov 7 13:48:58 1995 Ian Lance Taylor <ian@cygnus.com>
5685
c0971298
ILT
5686 * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
5687 entries until both the line number address and the function name
5688 address are too large.
5689
6a468850
ILT
5690 * configure.in: Call AC_CHECK_PROG to find and cache AR.
5691 * configure: Rebuilt.
5692
6bc200f2
ILT
5693 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
5694 is defined in the environment.
5695
c44bf94c
JL
5696Tue Nov 7 10:57:24 1995 Jeffrey A Law (law@cygnus.com)
5697
5698 * som.c (som_get_section_contents_in_window): Define to use
5699 generic version.
5700
cf587de8
ILT
5701Mon Nov 6 17:13:15 1995 Harry Dolan <dolan@ssd.intel.com>
5702
5703 * coff-i860.c: New file, based on coff-i386.c.
5704 * cpu-i860.c: New file, based on cpu-i386.c.
5705 * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
5706 * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
5707 targets, using i860coff_vec.
5708 * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
5709 trad-core.o and hosts/i860mach3.h.
5710 (i860coff_vec): Use coff-i860.o and cofflink.o.
5711 * configure: Rebuild.
5712 * Makefile.in: Rebuild dependencies.
5713 (ALL_MACHINES): Add cpu-i860.o.
5714 (BFD32_BACKENDS): Add coff-i860.o.
5715 (CFILES): Add cpu-i860.c and coff-i860.c.
5716 * targets.c (i860coff_vec): Declare.
5717 (bfd_target_vector): Add &i860coff_vec.
5718 * archures.c (bfd_i860_arch): Declare.
5719 (bfd_archures_list): Add &bfd_i860_arch.
5720 * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
5721 (coff_set_flags): Handle bfd_arch_i860.
5722 (coff_write_object_contents): Handle I860 a.out magic number.
5723
83c23fca
ILT
5724Mon Nov 6 14:34:07 1995 Ian Lance Taylor <ian@cygnus.com>
5725
5726 * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
5727 the created .tc section to 2.
5728 (xcoff_mark): Don't keep a .loader reloc for a call to an
5729 undefined symbol when creating a shared library.
5730 (xcoff_build_ldsyms): When creating a shared library, generate
5731 global linkage code for a call to an undefined symbol.
5732
5d9eb9c3
KR
5733Sun Nov 5 21:44:13 1995 Ken Raeburn <raeburn@cygnus.com>
5734
5735 * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
5736 BFD32_BACKENDS, BFD64_BACKENDS.
5737 (.dep1): Put mkdep output in a separate file.
5738 Rebuilt dependencies.
5739
ffacb892
KR
5740 * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
5741 value.
5742
4fe6d901
KR
5743 Permit use of mmap when available:
5744
5745 * configure.in: Check for mmap, madvise, mprotect.
5746 * config.in, configure: Regenerated.
5747
5748 * libbfd.c (struct _bfd_window_internal): Define type.
5749 (bfd_init_window, bfd_free_window, bfd_get_file_window): New
5750 functions.
5751 (ok_to_map): New static variable for debugging.
5752 (_bfd_generic_get_section_contents_in_window): New function.
5753 * bfd-in.h (bfd_window_internal): Declare type.
5754 (bfd_window): Define type.
5755 (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
5756 * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
5757 Declare.
5758
5759 * libaout.h (struct aoutdata): Add two window fields.
5760 (obj_aout_sym_window, obj_aout_string_window): New macros.
5761 * aoutx.h (some_aout_object_p): Initialize windows.
5762 (aout_get_external_symbols): Get symbol data and strings in
5763 windows instead of explicitly allocated buffers.
5764 (slurp_symbol_table): Free window instead of memory.
5765 (bfd_free_cached_info): Release windows instead of freeing storage
5766 directly.
5767 (aout_link_free_symbols): Ditto.
5768
5769 * targets.c (bfd_target): Add new field for
5770 get_section_contents_in_window.
5771 (BFD_JUMP_TABLE_GENERIC): Updated.
5772 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
5773 coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
5774 libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
5775 macros for get_section_contents_in_window field.
5776
d9e771e3
FF
5777Sat Nov 4 12:23:26 1995 Fred Fish <fnf@cygnus.com>
5778
5779 * core.c: Renamed to corefile.c
5780 * makefile.dos (OBJS): Change core.o to corefile.o
5781 * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
5782
bf917766
SG
5783start-sanitize-gm
5784Sat Nov 4 10:16:54 1995 Stu Grossman (grossman@cygnus.com)
5785
5786 * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
5787 targ_selvecs to allow debugging under Irix-5 native.
5788
5789end-sanitize-gm
583db7a8
ILT
5790Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com>
5791
5792 * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
5793 to o. Clobber and restore the list of new csects around the call
5794 to _bfd_generic_link_add_one_symbol, in case it wants to report a
5795 linker error and the linker wants to read the symbol table. Reset
5796 the line number count of a real section even if it has no relocs.
5797 (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
5798
5799 * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
5800 is too small.
5801
68aed7db
ILT
5802Thu Nov 2 23:16:39 1995 Ian Lance Taylor <ian@cygnus.com>
5803
18a9609c
ILT
5804 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
5805 an undefined symbol in a shared link.
5806
68aed7db
ILT
5807 * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
5808 oldtype from bfd_link_order_type to bfd_link_hash_type. From
5809 phdm@info.ucl.ac.be (Philippe De Muyter).
5810
7f82c7e1
ILT
5811Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
5812
5813 * coff-m88k.c (rtype2howto): New static function.
5814 (RTYPE2HOWTO): Use it rather than a macro definition.
5815
5816 * coffcode.h (coff_write_object_contents): set internal_a.magic
5817 to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
5818
4c8b9746 5819 * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
7f82c7e1
ILT
5820 define TRAD_HEADER to new file hosts/delta68.h.
5821 m88*-motorola-sysv*, however, does use ptrace-core.o.
5822 * hosts/delta68.h: New file.
5823
5824 * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
5825 bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
5826
619c7730
KR
5827Wed Nov 1 13:51:54 1995 Ken Raeburn <raeburn@cygnus.com>
5828
5829 * i386linux.c (MY(vec)): Declare before use.
5830
73246ff8
ILT
5831Wed Nov 1 11:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
5832
e8d6d5d0
ILT
5833 * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
5834 Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
5835
b2193cc5
ILT
5836 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
5837 BFD is not of the right type.
5838 (bfd_elf_get_needed_list): Likewise.
5839 * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
5840 * sunos.c (bfd_sunos_get_needed_list): Likewise.
5841 * xcofflink.c (XCOFF_XVECP): Define.
5842 (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
5843 of the right type.
5844 (bfd_xcoff_import_symbol): Likewise.
5845 (bfd_xcoff_export_symbol): Likewise.
5846 (bfd_xcoff_link_count_reloc): Likewise.
5847 (bfd_xcoff_record_link_assignment): Likewise.
5848 (bfd_xcoff_size_dynamic_sections): Likewise.
5849
baabeb74
ILT
5850 * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
5851 table index against the number of symbols for a base relative
5852 reloc.
5853
73246ff8
ILT
5854 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
5855 static function.
5856 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
5857 full_aouthdr flag here...
5858 (_bfd_xcoff_bfd_final_link): ...not here.
5859
6ab826bd
FF
5860Tue Oct 31 12:52:02 1995 Fred Fish <fnf@cygnus.com>
5861
5862 * libelf.h: Rename to elf-bfd.h to avoid conflict with
5863 systems that have a system <libelf.h>.
5864 * Makefile.in: Globally replace libelf.h with elf-bfd.h.
5865 * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
5866 elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
5867 elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
5868 elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
5869 elfxx-target.h: Include elf-bfd.h rather than libelf.h.
5870 * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
5871
999cc186
ILT
5872Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com>
5873
0652d579
ILT
5874 * ecoff.c (ecoff_set_symbol_info): Add new parameter weak. If
5875 set, set BSF_WEAK in symbol. Change all callers.
5876 (ecoff_get_extr): Set weakext based on BSF_WEAK.
5877 (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
5878 _bfd_generic_link_add_one_symbol.
5879 (ecoff_indirect_link_order): Check that the section tdata relocs
5880 are not NULL before using them.
5881
999cc186
ILT
5882 * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
5883 define TRAD_HEADER as hosts/alphalinux.h.
5884 * configure: Rebuild.
5885 * hosts/alphalinux.h: New file.
5886 * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
5887 not int.
5888
e6080520
ILT
5889Tue Oct 31 12:34:11 1995 Ian Lance Taylor <ian@cygnus.com>
5890
2bd0aeb9
ILT
5891 * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
5892 C_ECOMM storage classes.
5893
e6080520
ILT
5894 * xcofflink.c (xcoff_mark_symbol): New static function, broken out
5895 of xcoff_mark.
5896 (xcoff_mark): Call xcoff_mark_symbol.
5897 (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
5898 (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
5899 doing it by hand.
5900 (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
5901
5fe14a9f
ILT
5902Mon Oct 30 14:53:48 1995 Ian Lance Taylor <ian@cygnus.com>
5903
f630a0a4
ILT
5904 * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
5905 field.
5906 (xcoff_find_reloc): New static function.
5907 (xcoff_link_add_symbols): Use it.
5908 (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
5909 (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL. Don't
5910 relocate the value of C_DECL.
5911
5fe14a9f
ILT
5912 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
5913
dff77ed7
SC
5914Sat Oct 28 01:25:34 1995 steve chamberlain <sac@slash.cygnus.com>
5915
5916 * cofflink.c (_bfd_coff_generic_relocate_section): Make
5917 callback decide what goes in .relocs.
5918 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
5919 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
5920 there is one.
5921
697a8fe8
ILT
5922Sat Oct 28 01:51:02 1995 Ian Lance Taylor <ian@cygnus.com>
5923
5924 * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
5925 absolute section.
5926
2d7de17d
ILT
5927Fri Oct 27 18:14:39 1995 Ian Lance Taylor <ian@cygnus.com>
5928
5929 * xcofflink.c: More improvements, mostly to fix handling of
5930 constructors and a few other special cases.
5931 * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
5932 zero, reverting yesterday's change.
5933 * bfd-in.h (bfd_xcoff_link_record_set): Declare.
5934 (bfd_xcoff_link_count_reloc): Declare.
5935 (bfd_xcoff_record_link_assignment): Declare.
5936 * bfd-in2.h: Rebuild.
5937
f552f751
NH
5938Fri Oct 27 14:42:15 1995 Niklas Hallqvist <niklas@appli.se>
5939
4906b2a3 5940 * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
f552f751
NH
5941 aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
5942 i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
5943 i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
5944 ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
5945 Change PAGE_SIZE to TARGET_PAGE_SIZE.
5946
5947 * m68knetbsd.c: Ditto as well as add support for the m68k4k object
5948 format.
5949
5950 * netbsd.h: Double ditto (incl. m68k4k support). NetBSD's text
5951 segments includes the a.out header. See to that the magic number
5952 *always* is big-endian.
5953
5954 * config.bfd: Add m68*-hp*-netbsd* case. Cross-pollinate m68k and
5955 m68k4k NetBSD configurations.
5956
5957 * configure.in, configure: Separate i386 & mips NetBSD
5958 configurations from other BSD ones. Don't assume DEC is the only
5959 thing NetBSD/mips run on. Add {m68k,ns32k,sparc}-*-netbsd*
5960 configurations. Add support for m68k4k NetBSD object format.
5961
5962 * libaout.h: Added M_68K4K_NETBSD magic.
6fd1f40d
NH
5963
5964 * m68k4knetbsd.c: New file.
f552f751
NH
5965
5966 * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
5967
5968 * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
5969 <machine/endian.h>.
5970
6fd1f40d
NH
5971 * hosts/mipsnbsd.h: New file.
5972
d6d44ef9
SG
5973start-sanitize-gm
5974Fri Oct 27 09:41:51 1995 Stu Grossman (grossman@cygnus.com)
5975
5976 * config.bfd: Add config stuff for mips*-*-magic* to set
5977 targ_defvec to ecoff_big_vec.
5978
5979end-sanitize-gm
867d923d
ILT
5980Thu Oct 26 14:16:47 1995 Ian Lance Taylor <ian@cygnus.com>
5981
5982 * xcofflink.c: Numerous changes to get closer to a working XCOFF
5983 linker.
5984 * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
5985 toc_section, and entry_section fields.
5986 (struct xcoff_section_tdata): Remove ldrel_count field.
5987 * libcoff.h: Rebuild.
5988 * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
5989 fields.
5990 (coff_compute_section_file_positions): If RS6000COFF_C, generate
5991 full a.out header if full_aouthdr is set in xcoff_data.
5992 (coff_write_object_contents): Likewise. Set o_snentry and o_sntoc
5993 based on sections stored in xcoff_data.
5994 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
5995 fields.
aad2c618
ILT
5996 (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
5997 (rs6000coff_vec): Set symbol_leading_char to '.'.
867d923d
ILT
5998 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
5999 value stored in ret rather than returning a pointer value.
6000
6bd9ffdb
MM
6001Wed Oct 25 23:10:39 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6002
6003 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
6004 format for now.
6005
9d14250f
JL
6006Wed Oct 25 16:19:27 1995 Jeffrey A Law (law@cygnus.com)
6007
6008 * som.c (som_slurp_string_table): Allocate the strings with malloc
6009 since they're free'd by free_cached_info.
6010 (som_slurp_symbol_table): Similarly for the symbol table.
6011
a2bd0529
PB
6012Wed Oct 25 14:59:22 1995 Per Bothner <bothner@kalessin.cygnus.com>
6013
6014 * Makefile.in (diststuff): Don't make headers.
6015
28a0c103
ILT
6016Wed Oct 25 11:32:54 1995 Ian Lance Taylor <ian@cygnus.com>
6017
356cd465
ILT
6018 * Makefile.in: Rebuild dependencies.
6019
1edd3a7b
ILT
6020 * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
6021 output_bfd is not SunOS.
6022 (bfd_sunos_size_dynamic_sections): Likewise. Don't scan relocs of
6023 non-SunOS input files.
6024
28a0c103
ILT
6025 * xcofflink.c: Extensive changes to support linking shared objects
6026 and generating a .loader section.
6027 * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
b73322d9
ILT
6028 (struct xcoff_section_tdata): Add lineno_count, first_symndx,
6029 last_symndx, and ldrel_count fields.
28a0c103
ILT
6030 * libcoff.h: Rebuild.
6031 * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
6032 * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
6033 is set.
6034 * bfd-in.h (bfd_xcoff_import_symbol): Declare.
6035 (bfd_xcoff_export_symbol): Declare.
6036 (bfd_xcoff_size_dynamic_sections): Declare.
6037 * bfd-in2.h: Rebuild.
6038
aadf04f7
SS
6039Tue Oct 24 17:44:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6040
6041 * configure.in: Add xcofflink.o to pmac_xcoff_vec.
6042 * configure: Rebuild.
6043 * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
6044 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
6045 contents.
6046 (pmac_xcoff_vec): Update to use new xcoff support.
6047 * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
6048 (xcoff_write_armap): Declare buf as unsigned char.
6049 * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
6050
6051 * mpw-make.sed: Generalize subdir_do edit.
6052
ddf4639b
JL
6053Tue Oct 24 10:25:01 1995 Jeffrey A Law (law@cygnus.com)
6054
6055 * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
6056 correctly. Don't initialize asect->vma.
6057
e7bedf65
KR
6058Fri Oct 20 13:23:48 1995 Ken Raeburn <raeburn@cygnus.com>
6059
6060 * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
6061 something a little less than the page size.
6062
6063Thu Oct 19 13:06:09 1995 Ian Lance Taylor <ian@cygnus.com>
6064
6065 * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
6066
3a70e298
SC
6067Wed Oct 18 16:20:08 1995 steve chamberlain <sac@slash.cygnus.com>
6068
6069 * coff-i386.c (coff_i386_reloc_type_lookup): New.
6070 * coffcode.h (coff_write_object_contents): If .bss is before
6071 .data us that as data_start.
6072 * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
6073 calc correct.
6074 * peicode.h (add_data_entry): Use _cooked_size of data directory.
6075 (coff_swap_outhdr_out): Hardwire in version number.
6076
5a2846e3
KR
6077Wed Oct 18 16:50:54 1995 Ken Raeburn <raeburn@cygnus.com>
6078
3c3a5268
KR
6079 * sunos.c (sunos_add_dynamic_symbols): Rename local variables
6080 major and minor to *_vno, since the former are also macros in
6081 SunOS header files. Cast result of bfd_alloc to appropriate
6082 type.
6083
5a2846e3
KR
6084 * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
6085 before assigning to sec_data.
6086
0f6c885e
ILT
6087Wed Oct 18 13:25:17 1995 Ian Lance Taylor <ian@cygnus.com>
6088
6089 * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
6090 now relative to the section, not absolute.
6091 * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
6092 get the file name when there is a N_SO directory name. When
6093 handling stabs, remember that section->vma was added to the
6094 offset.
6095
11fa6636
ILT
6096Tue Oct 17 18:24:54 1995 Ian Lance Taylor <ian@cygnus.com>
6097
6098 * sunos.c (struct sunos_link_hash_table): Add needed field.
6099 (sunos_link_hash_table_create): Call bfd_release, not free.
6100 (sunos_link_hash_table_create): Initialize needed field.
6101 (sunos_add_dynamic_symbols): Record needed objects.
6102 (bfd_sunos_get_needed_list): New function.
6103 * bfd-in.h (bfd_sunos_get_needed_list): Declare.
6104 * bfd-in2.h: Rebuild.
6105
c974e19e
SC
6106Mon Oct 16 14:43:59 1995 steve chamberlain <sac@slash.cygnus.com>
6107
6108 * libcoff-in.h (pe_data_type.in_reloc_p): New.
6109
22a35f0b
ILT
6110Mon Oct 16 10:52:50 1995 Ian Lance Taylor <ian@cygnus.com>
6111
54406786
ILT
6112 * bfd-in.h (struct bfd_link_needed_list): Rename from
6113 bfd_elf_link_needed_list.
6114 * bfd-in2.h: Rebuild.
6115 * elf.c, elflink.h, libelf.h: Corresponding changes.
6116
dd984644
ILT
6117 Add start at AIX linker support; no shared libraries yet.
6118 * xcofflink.c: New file.
6119 * configure.in (rs600coff_vec): Use xcofflink.o.
6120 * configure: Rebuild.
6121 * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
6122 fields.
6123 (struct xcoff_section_tdata): Define.
6124 (xcoff_section_data): Define macro.
6125 (_bfd_xcoff_bfd_link_hash_table_create): Declare.
6126 (_bfd_xcoff_bfd_link_add_symbols): Declare.
6127 (_bfd_xcoff_bfd_final_link): Declare.
6128 (_bfd_ppc_xcoff_relocate_section): Declare.
6129 * libcoff.h: Rebuild.
6130 * coff-rs6000.c: Clean up a bit.
6131 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
6132 cputype, csects, and debug_indices.
6133 (xcoff_copy_private_bfd_data): Copy cputype.
6134 (xcoff_howto_table): Rename from rs6000coff_howto_table.
6135 (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
6136 (xcoff_reloc_type_lookup): Rename from
6137 rs6000coff_reloc_type_lookup.
6138 (coff_relocate_section): Define.
6139 (_bfd_xcoff_sizeof_headers): Define.
6140 (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
6141 (_bfd_xcoff_bfd_relax_section): Define.
6142 (_bfd_xcoff_bfd_link_split_section): Define.
6143 (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
6144 coff.
6145 * coffcode.h (coff_compute_section_file_positions): If AIX,
6146 increment sofar by SMALL_AOUTSZ if not executable.
6147 (coff_write_object_contents): If AIX, always output an a.out
6148 header; if not executable, header size of SMALL_AOUTSZ.
6149 * hash.c (struct bfd_strtab_hash): Add xcoff field.
6150 (_bfd_stringtab_init): Initialize xcoff field.
6151 (_bfd_xcoff_stringtab_init): New function.
6152 (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
6153 (_bfd_stringtab_emit): In XCOFF mode, write out length.
6154 * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
6155 * libbfd.h: Rebuild.
6156 * Makefile.in: Rebuild dependencies.
6157 (BFD32_BACKENDS): Add xcofflink.o.
6158 (CFILES): Add xcofflink.c.
6159
22a35f0b
ILT
6160 * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
6161 SEC_NO_FLAGS, for .acommon section. From Peter Schauer
6162 <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
6163
fb417a21
MM
6164Sat Oct 14 21:36:02 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6165
6166 * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
6167
6168Fri Oct 13 17:48:43 1995 Ken Raeburn <raeburn@cygnus.com>
6169
6170 * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
6171 * config.in: Regenerated.
6172
6173 * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
6174 (_bfd_chunksize): New variable.
6175 (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
6176 for obstack chunk size.
6177 * configure.in: Check for getpagesize.
6178 * configure: Regenerated.
6179
6180 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6181
6182 * trad-core.c (rawptr): Make it a local variable of
6183 ptrace_unix_core_file_p.
6184
b1e46369
SC
6185Fri Oct 13 11:22:01 1995 steve chamberlain <sac@slash.cygnus.com>
6186
6187 * coff-arm.c (in_reloc_p): New.
6188 * coff-i386.c (in_reloc_p): New.
6189 * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
6190 (coff_write_object_contents): Only set has_reloc_section
6191 if PE_IMAGE.
6192 * cofflink.c (_bfd_coff_generic_relocate_section): Call
6193 in_reloc_p to decide if reloc should be emitted.
6194 * libcoff.h (pe_data_type.in_reloc_p): New.
6195 * peicode.h (pe_mkobject): Initialize in_reloc_p.
6196
ee9f09cd
ILT
6197Wed Oct 11 00:49:29 1995 Ian Lance Taylor <ian@cygnus.com>
6198
b1e46369
SC
6199 * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
6200 (_bfd_coff_read_internal_relocs): Likewise.
6201 * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
6202 (_bfd_coff_read_internal_relocs): Likewise.
6203
ee9f09cd
ILT
6204 * elflink.h (elf_link_add_object_symbols): Correct conditions
6205 under which type and size change warnings are issued.
6206
78b31b6b
ILT
6207Tue Oct 10 18:32:46 1995 Ian Lance Taylor <ian@cygnus.com>
6208
6209 * coffgen.c (coff_count_linenumbers): Don't count line numbers for
6210 a symbol which is not in a real section.
6211 (coff_write_native_symbol): Corresponding change.
6212
6213 * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
6214 coff_link_hash_newfunc and make non-static.
6215 (_bfd_coff_link_hash_table_init): New function, broken out of
6216 _bfd_coff_link_hash_table_create.
6217 (_bfd_coff_link_hash_table_create): Use it.
6218 (process_embedded_commands): Make static.
6219 * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
6220 (_bfd_coff_link_hash_table_init): Declare.
6221 * libcoff.h: Rebuild.
6222
6223 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
6224 field in XCOFF tdata.
6225 (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
6226 U802ROMAGIC, for clarity. Try to set arch and machine correctly
6227 based on cputype stored in a.out header, or in n_type of initial
6228 .file symbol.
6229 (coff_write_object_contents): Set cputype correctly in a.out
6230 header.
6231 (coff_slurp_symbol_table): Add casts to file_ptr to avoid
6232 warnings.
6233 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
6234 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear
6235 old resv1 field.
6236 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
6237 * libcoff.h: Rebuild.
6238
6239 * cpu-rs6000.c (rs6000_compatible): New static function.
6240 (bfd_rs6000_arch): Use it.
6241 * cpu-powerpc.c (powerpc_compatible): New static function.
6242 (arch_info_struct): Define various flavours of PowerPC.
6243 (bfd_powerpc_arch): Use powerpc_compatible. Point at
6244 arch_info_struct.
6245
9dd7e56f
FF
6246Tue Oct 10 10:50:46 1995 Fred Fish <fnf@cygnus.com>
6247
78b31b6b 6248 * Makefile.in (FLAGS_TO_PASS): Remove BISON.
9dd7e56f 6249
8235c112
ILT
6250Tue Oct 10 01:28:29 1995 Ian Lance Taylor <ian@cygnus.com>
6251
6252 * elflink.h (elf_link_add_object_symbols): Don't warn about
6253 changing the size or type if the old definition was weak.
6254
0322af0d
ILT
6255Mon Oct 9 11:24:08 1995 Ian Lance Taylor <ian@cygnus.com>
6256
49488f2b
ILT
6257 * coffcode.h (combined_entry_type): Add fix_line field.
6258 (coff_slurp_line_table): Warn if we try to set the lineno field of
6259 a symbol twice.
6260 (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
6261 C_EINCL by setting fix_line. Fix C_BSTAT symbol value.
6262 * coffgen.c (coff_mangle_symbols): Handle fix_line.
6263 (coff_write_symbol): Only use N_DEBUG if the symbol is in the
6264 absolute section.
6265 (coff_print_symbol): Print fix_value symbols in a useful fashion.
6266 * libcoff.h: Rebuild.
6267
5f710a3a
ILT
6268 * libcoff-in.h (struct xcoff_tdata): Define.
6269 (xcoff_data): Define.
6270 * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
6271 * bfd-in2.h, libcoff.h: Rebuild.
6272 * coff-rs6000.c (xcoff_mkobject): New static function.
6273 (coff_mkobject): Define.
6274 (xcoff_copy_private_bfd_data): New static function.
6275 (coff_bfd_copy_private_bfd_data): Define.
6276 (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
6277 signed to bitfield.
6278 (rs6000coff_vec): Add DYNAMIC to object_flags.
6279 * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
6280 .loader sections specially.
6281 (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
6282 section alignment from the XCOFF tdata information.
6283 (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
6284 F_SHROBJ, and copy the extra a.out header information into the
6285 XCOFF tdata structure.
6286 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
6287 F_DYNLOAD and the extra a.out header information.
6288 (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
6289 C_HIDEXT symbol with attached csect information.
6290 * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
6291 in the o_maxdata field.
6292 (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
6293 * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
6294 end if BSF_NOT_AT_END is set.
3f2c5b2d 6295
0322af0d
ILT
6296 * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
6297 _bfd_read_ar_hdr_fn.
6298 * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
6299 * bfd-in2.h, libbfd.h: Rebuild.
6300 * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
6301 return value.
6302 (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
6303 (bfd_slurp_bsd_armap_f2): Likewise.
6304 (_bfd_slurp_extended_name_table): Likewise.
6305
3266eaff
KR
6306Fri Oct 6 16:18:35 1995 Ken Raeburn <raeburn@cygnus.com>
6307
6308 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6309
6310 * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
6311 when the symbol table is empty.
6312
6313 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
6314 space for section symbols, since we don't output them either.
6315 (elf_m68k_adjust_dynindx): Removed.
6316
6317 * ptrace-core.c (rawptr): Make it a local variable of
6318 ptrace_unix_core_file_p.
3266eaff 6319
249479fa
MM
6320Fri Oct 6 12:24:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6321
45b5d2f0
MM
6322 * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
6323 NULL.
6324
249479fa
MM
6325 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
6326 Mac object file formats.
6327
c53fac12
ILT
6328Fri Oct 6 12:04:02 1995 Ian Lance Taylor <ian@cygnus.com>
6329
4372f33f
ILT
6330 * coffgen.c (coff_fix_symbol_name): Don't try to set up file
6331 auxent if there isn't one.
6332 (coff_write_symbols): If there is no file auxent, use SYMNMLEN
6333 rather than FILNMLEN as the maximum name length.
6334
0fc9ada9
ILT
6335 * coffcode.h (bfd_coff_backend_data): Add new field
6336 _bfd_coff_print_aux.
6337 (bfd_coff_print_aux): New static function.
6338 (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
6339 scnlen field of an XTY_LD csect aux entry.
6340 (coff_print_aux): New static function.
6341 (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
6342 in coff_pointerize_aux_hook.
6343 (bfd_coff_std_swap_table): Initialize new field.
6344 * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
6345 * libcoff.h: Rebuild.
6346 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
6347 * coff-mips.c (mips_ecoff_backend_data): Likewise.
6348
7860fe38
ILT
6349 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
6350 if there are symbols, for native AIX ld compatibility.
6351
c80cc833
ILT
6352 * coffcode.h (bfd_coff_backend_data): Add new field
6353 _bfd_coff_pointerize_aux_hook.
6354 (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
6355 or I960, and as 0 otherwise.
6356 (bfd_coff_std_swap_table): Initialize new field.
6357 * libcoff.h: Rebuild.
6358 * coffgen.c (coff_pointerize_aux): Change parameters to take
6359 symbol pointer instead of type and class, and to take aux index.
6360 Call _bfd_coff_pointerize_aux_hook if it is defined.
6361 (coff_get_normalized_symtab): Always call coff_pointerize_aux.
6362 * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
6363 * coff-mips.c (mips_ecoff_backend_data): Likewise.
6364
c53fac12
ILT
6365 * coff-rs6000.c: Add full support for AIX archives. Rewrite old
6366 read-only/host-only support.
6367
6368 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
6369 BSF_LOCAL.
d11e6b52
ILT
6370 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
6371 RS6000COFF_C.
c53fac12
ILT
6372
6373 * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
6374 BFD_JUMP_TABLE_ARCHIVE accordingly.
6375 * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
6376 (_bfd_compute_and_write_armap): Declare.
6377 (_bfd_generic_read_ar_hdr): Declare.
6378 (_bfd_read_ar_hdr): Define.
6379 (_bfd_noarchive_read_ar_hdr): Define.
6380 (_bfd_archive_bsd_read_ar_hdr): Define.
6381 (_bfd_archive_coff_read_ar_hdr): Define.
6382 * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
6383 _bfd_read_ar_hdr instead.
6384 (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
6385 (_bfd_compute_and_write_armap): Rename from
6386 compute_and_write_armap. Make non-static. Change all callers.
6387 * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
6388 than _bfd_snarf_ar_hdr.
6389 * aout-target.h (MY_read_ar_hdr): Define if not defined.
6390 * ieee.c (ieee_read_ar_hdr): Define.
6391 * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
6392 * oasys.c (oasys_read_ar_hdr): Define.
6393 * som.c (som_read_ar_hdr): Define.
6394 * bfd-in2.h, libbfd.h: Rebuild.
6395
f8e47484
SC
6396Thu Oct 5 14:04:07 1995 steve chamberlain <sac@slash.cygnus.com>
6397
6398 * peicode.c (coff_swap_filehdr_in): If symptr is
6399 zero, there aren't any symbols, even if nsyms is set.
6400
2b874a2d
ILT
6401Thu Oct 5 11:45:02 1995 Ian Lance Taylor <ian@cygnus.com>
6402
aca73687
ILT
6403 * libecoff.h (struct ecoff_backend_data): Add adjust_headers
6404 field.
6405 * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
6406 sections, and set styp correctly for them: .got, .hash, .dynamic,
6407 .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
6408 (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
6409 types.
6410 (ecoff_sort_hdrs): New static function.
6411 (ecoff_compute_section_file_positions): Return boolean, not void.
6412 Sort the sections by VMA before looking through them. Put the
6413 first non SEC_ALLOC section on a new page. Put every SEC_ALLOC
6414 section on an appropriate boundary within the page.
6415 (ecoff_compute_reloc_file_positions): Check return value of
6416 ecoff_compute_section_file_positions.
6417 (_bfd_ecoff_set_section_contents): Likewise.
6418 (_bfd_ecoff_write_object_contents): Check for various Alpha
6419 section types when incrementing text_size and data_size. Call
6420 adjust_headers backend function if it exists.
6421 * coff-alpha.c (alpha_adjust_headers): New static function.
6422 (alpha_ecoff_backend_data): Initialize adjust_headers field.
6423 * coff-mips.c (mips_ecoff_backend_data): Likewise.
6424
2b874a2d
ILT
6425 * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
6426
c780e5db
JL
6427Wed Oct 4 18:15:02 1995 Jeff Law (law@hurl.cygnus.com)
6428
6429 * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
6430 of ALTERNATE_AIX_CORE_FORMAT.
6431 * configure.in (aix4): No longer need CORE_FLAGS.
6432 * configure: Updated.
6433
2a01c351
KR
6434Wed Oct 4 15:36:36 1995 Ken Raeburn <raeburn@cygnus.com>
6435
6436 NS32k changes from Ian Dall:
6437 * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
6438 macros.
6439 (aout_link_input_section_std, aout_link_input_section_ext,
6440 aout_link_reloc_link_order): Call them instead of _bfd_*
6441 versions.
6442 * aout-target.h (MY_exec_header_not_counted): New macro, defaults
6443 to zero.
6444 (backend_data): Use it instead of hardcoded zero.
6445
6446 * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
6447 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
6448
6449 * ns32knetbsd.c: Include bfd.h.
6450 (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
6451 (MY_bfd_reloc_type_lookup): Declare function too.
6452 * pc532-mach.c (set_sizes): Don't declare.
6453 (MY_text_includes_header, MY_exec_header_not_counted): Define.
6454 (backend_data, MY_backend_data): Don't define.
6455
6456 * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
6457 ns32k-*-lites* like ns32k-*-netbsd*.
6458
6459 * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
6460 compile on lites.
6461
5944d75b
ILT
6462Wed Oct 4 14:15:52 1995 Ian Lance Taylor <ian@cygnus.com>
6463
6464 * coffcode.h (coff_write_object_contents): Restore setting
6465 f_timdat to 0, deleted on August 22.
6466
db344f82
SC
6467Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
6468
6469 * coffcode.h (coff_bfd_copy_private_symbol_data,
6470 coff_bfd_copy_private_section_data,
6471 coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
6472 * peicode.h (coff_bfd_copy_private_bfd_data): New
6473 (pe_bfd_copy_private_bfd_data): New.
6474 (coff_swap_scnhdr_in): Swap bss size into the right place.
6475 (pe_print_private_bfd_data): Add some newlines.
5944d75b 6476
c780e5db 6477Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl.cygnus.com)
97f1feda
JL
6478
6479 * som.c (setup_sections): Don't die if a space has no subspaces.
6480
3d7c42c9
ILT
6481Mon Oct 2 14:08:55 1995 Ian Lance Taylor <ian@cygnus.com>
6482
6483 * elflink.h (elf_link_add_object_symbols): Don't let a weak
6484 dynamic symbol override a common symbol. Don't change the size or
6485 type if they have been set and the new symbol is not a definition.
6486 Warn if the size or type changes.
6487
c780e5db 6488Sun Oct 1 01:34:41 1995 Jeff Law (law@hurl.cygnus.com)
709af562
JL
6489
6490 * som.c (som_begin_writing): Don't write the symbol table or
6491 symbol strings.
6492 (som_finish_writing): Write them here. Place them after the
6493 subspace data, but before the relocs.
6494
6495Fri Sep 29 11:01:55 1995 Ian Lance Taylor <ian@cygnus.com>
6496
6497 * sunos.c (sunos_add_one_symbol): Just pass false, not
6498 info->shared_library, to sunos_create_dynamic_sections.
6499 (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
6500 section.
6501 (sunos_check_dynamic_reloc): Remove .text section assertion.
6502
7009e451
SS
6503Thu Sep 28 18:48:47 1995 Stan Shebs <shebs@andros.cygnus.com>
6504
6505 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
6506 * configure, configure.in: Add pmac_xcoff_vec case.
6507 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
6508 * coff-pmac.c: New file, PowerMac XCOFF support.
6509 * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
6510 * targets.c (pmac_xcoff_vec): Declare.
6511
6512 * mpw-config.in: Various changes to be compatible with the
6513 autoconf-based configury.
6514 * mpw-make.sed: New file, sed commands to translate Unix
6515 makefile into MPW syntax.
6516 * mpw-make.in: Remove.
6517 * hosts/mpw.h: Remove.
6518 * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
6519 true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
6520
b91537be
SC
6521Thu Sep 28 17:06:23 1995 steve chamberlain <sac@slash.cygnus.com>
6522
6523 * binary.c (binary_get_symtab): Return an empty string on error.
6524 * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
6525
30360a6f
KK
6526Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
6527
6528 * coff-ppc.c: Reformatted according to gnu conventions
6529 Removed irrelevant "if 0" code
6530
20d1e233
ILT
6531Thu Sep 28 11:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
6532
69fd4fdd
ILT
6533 * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
6534 symbols rather than as indirect symbols.
6535 (MY(slurp_symbol_table)): Don't do anything special about
6536 secondary symbols.
6537
46b5a892
ILT
6538 * coffcode.h (coff_new_section_hook): Make sure that the alignment
6539 of .ctors and .dtors sections is no larger than 2.
6540
9db59230
ILT
6541 * sunos.c (sunos_add_one_symbol): Don't change
6542 bfd_link_hash_common to bfd_link_hash_new, since it may be on the
6543 undef list.
6544 (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
6545 dynamic symbols when creating a shared library.
6546 (sunos_scan_ext_relocs): Handle relocs correctly when creating a
6547 shared library.
6548 (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
6549 written even if it is not defined in a regular object.
6550 (sunos_write_dynamic_symbol): Use plt_offset for the address of
6551 the jump table reloc. Add an assertion. Use RELOC_JMP_SLOT
6552 rather than the constant 22.
6553 (sunos_check_dynamic_reloc): Handle creating a shared library.
6554 (sunos_finish_dynamic_link): Set the first entry in the GOT to
6555 zero when creating a shared library.
6556 * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
6557 write it out at the start of the symbol table.
6558
20d1e233
ILT
6559 * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
6560
a11e10fe
DE
6561Thu Sep 28 00:58:05 1995 Doug Evans <dje@deneb.cygnus.com>
6562
6563 * config.bfd: Add arm-*-coff.
6564 * configure.in, configure: Add armcoff_{little,big}_vec.
6565 * targets.c (armcoff_{little,big}_vec): Declare.
6566 (bfd_target_vector): Add armcoff_{little,big}_vec.
6567 * coff-arm.c (armcoff_{little,big}_vec): Always define.
6568
99062cfc
ILT
6569Wed Sep 27 10:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
6570
6571 * targets.c (bfd_find_target): Remove debugging code.
6572
deacbe0f
KK
6573Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
6574
6575 * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
6576 support on powerpc.
6577 * Makefile.in: added *-ppc files
6578 * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
6579 allow pe based .o's to be shared with other tools on ppc/NT
6580 * config.bfd: added powerpc[le]-[pe|winnt] config support
6581 * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
6582 * peicode.h: Added more section flags for PE on ppc
6583 Added coff_swap_filehdr_out to allow peicode.h to be
6584 used for non-image PE files on ppc.
6585 Check for image, or not, before copying pe_opthdr
6586 * targets.c: Added new bfd's
30360a6f
KK
6587 * targets.c: Removed two inactive bfds that shouldn't have made it this
6588 far.
deacbe0f 6589
d22b02e0
MM
6590Tue Sep 26 14:06:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6591
6592 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
6593 explicit values to initialize all relocs. Change all users.
6594 (ppc_elf_brtaken_inner): New function to handle branch predicition
6595 relocs.
6596 (ppc_elf_brtaken_reloc): Ditto.
6597 (ppc_elf_howto_raw): Use new functions. Make sure all unsupported
6598 relocs use ppc_elf_unsupported_reloc.
6599 (ppc_elf_merge_private_bfd_data): Keep track of whether an error
6600 needs to be reported.
6601 (ppc_elf_relocate_section): Support branch prediction relocs.
6602
fcf490c0
ILT
6603Tue Sep 26 12:48:05 1995 Ian Lance Taylor <ian@cygnus.com>
6604
e6cb7b41
ILT
6605 * bfd.c (bfd_assert): Remove \n from string passed to
6606 _bfd_error_handler.
6607
1af85fbb
ILT
6608 * coff-i386.c: (TWO_DATA_SECS): Don't define.
6609 * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
6610 (bfd_coff_make_section_hook): Don't define.
6611 (coff_make_section_hook): Remove.
6612 (sec_to_styp_flags): Remove TWO_DATA_SECS case.
6613 (styp_to_sec_flags): Likewise.
6614 (coff_write_object_contents): Likewise.
6615 (bfd_coff_std_swap_table): Don't initialize make_section_hook
6616 field.
6617 * libcoff.h: Rebuild.
6618 * coffgen.c (make_a_section_from_file): Just call
6619 bfd_make_section_anyway, not bfd_make_section or
6620 bfd_coff_make_section_hook.
6621 * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
6622 * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
6623 * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
6624 make_section_hook field.
6625 * coff-mips.c (mips_ecoff_backend_data): Likewise.
6626
fcf490c0
ILT
6627 * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
6628 pointers into value field for warning and indirect symbols; just
6629 leave the value field alone.
6630 * linker.c (generic_link_add_symbol_list): Use next symbol for
6631 warning and indirect symbols, rather than looking in symbol value.
6632 * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
6633 parameter. Change all callers. Remove support for indirect
6634 symbols; it didn't work anyhow.
6635 (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
6636 * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
6637 * bfd-in2.h: Rebuild.
6638
cc47d19a
MM
6639Mon Sep 25 16:04:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6640
6641 * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
6642 go back to telling the tools this reloc operates on 32 bits.
6643
81449d47
ILT
6644Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com>
6645
7a7fbffb
ILT
6646 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
6647 rather than a direct fprintf.
6648 * archive.c (_bfd_write_archive_contents): Likewise.
6649 * coffcode.h (coff_slurp_symbol_table): Likewise.
6650 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
6651 (ppc_elf_unsupported_reloc): Likewise.
6652 (ppc_elf_relocate_section): Likewise.
6653 * i386linux.c (linux_tally_symbols): Likewise.
6654 (linux_finish_dynamic_link): Likewise.
6655 * osf-core.c (osf_core_core_file_p): Likewise.
6656 * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
6657 * som.c (som_sizeof_headers): Likewise.
6658 * srec.c (srec_bad_byte): Likewise.
6659 * bfd.c (bfd_assert): Likewise. Also change file to be const.
6660 * libbfd-in.h (bfd_assert): Declare first parameter const.
6661 * libbfd.h: Rebuild.
6662 * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
6663 bfd_reloc_overflow is enough.
6664 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
6665 * coff-h8500.c (rtype2howto): Likewise.
6666 * coff-z8k.c (rtype2howto): Likewise.
6667 * coffcode.h (dummy_reloc16_extra_cases): Likewise.
6668 * elf.c (_bfd_elf_get_lineno): Likewise.
6669 (_bfd_elf_no_info_to_howto): Likewise.
6670 (_bfd_elf_no_info_to_howto_rel): Likewise.
6671 * hp300hpux.c (convert_sym_type): Likewise.
6672 (MY(swap_std_reloc_in)): Likewise.
6673 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
6674
f1c6dd5d
ILT
6675 * libaout.h (struct aoutdata): Add line_buf field.
6676 * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
6677 and filename_buffer. Instead, use a malloc buffer stored in the
6678 new line_buf field. Remove length restrictions.
6679
f0500a41
ILT
6680 * coffgen.c (string_size): Remove static variable.
6681 (debug_string_size, debug_string_section): Likewise.
6682 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
6683 and debug_string_size_p parameters. Use them instead of the
6684 global variables. Change all callers.
6685 (coff_write_symbol): Likewise.
6686 (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
6687 (coff_write_symbols): Add local variables to replace removed
6688 global variables.
6689
25b5a53d
ILT
6690 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
6691 function, and line_base fields.
6692 * libcoff.h: Rebuild.
6693 * coffgen.c (coff_find_nearest_line): Use section tdata to cache
6694 information, rather than using static variables.
6695
641ac26a
ILT
6696 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
6697 file. From Peter DeWolf <pld@amt.tay1.dec.com>.
6698
81449d47
ILT
6699 * init.c (initialized): Remove static variable.
6700 (bfd_init): Don't bother setting initialized.
6701 (bfd_check_init): Remove.
6702 * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
6703 * libbfd.h: Rebuild.
6704
138b9b81
PS
6705Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6706
6707 * rs6000-core.c (rs6000coff_core_p): Don't check the core file
6708 size for full core dumps. Copy core file header to private data.
6709 (rs6000coff_core_file_failing_command,
6710 rs6000coff_core_file_failing_signal): New functions to extract
6711 the file name and terminating signal from the core file.
6712 * coff-rs6000.c: Use them.
6713
2ffbb79a
ILT
6714Fri Sep 22 17:44:47 1995 Ian Lance Taylor <ian@cygnus.com>
6715
6716 Change arch info to be const, initialized at compile time.
6717 * archures.c: Reindent many functions. Change CONST to const.
6718 (bfd_arch_info_type): Make arch_name const. Remove disassemble;
6719 nothing set it anyhow. Make next const.
6720 (bfd_arch_info_list): Remove.
6721 (bfd_archures_list): Rename from archures_init_table. Change from
6722 a table of function pointers to a table of bfd_arch_info_type
6723 structure addresses.
6724 (bfd_scan_arch): Rewrite accordingly. Return a const pointer.
6725 (bfd_lookup_arch): Likewise.
6726 (bfd_set_arch_info): Rewrite accordingly. Change argument to be a
6727 const pointer.
6728 (bfd_default_arch_struct): Make const.
6729 (bfd_arch_init, bfd_arch_linkin): Remove.
6730 (bfd_get_arch_info): Return a const pointer.
6731 * init.c (bfd_init): Don't call bfd_arch_init.
6732 * bfd.c (struct _bfd): Make arch_info const.
6733 * bfd-in2.h: Rebuild.
6734 * libbfd.h: Rebuild.
6735 * configure.in: Put & before everything in $selarchs.
6736 * configure: Rebuild.
6737 * cpu-*.c: Change bfd_*_arch from a function which calls
6738 bfd_arch_linkin to a const structure.
6739 * ieee.c (ieee_object_p): Make arch const.
6740
02f85cda
MM
6741Fri Sep 22 16:23:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6742
6743 * reloc.c (bfd_reloc_code_type): Add relocations to support all of
6744 PowerPC V.4.
6745 * bfd-in2.h: Regenerate.
6746 * libbfd.h: Regenerate.
6747
6748 * elf32-ppc.c (reloc_type): Update names to match current draft.
6749 (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
6750 relative. Update names to current V.4 draft.
6751 (ppc_elf_reloc_type_lookup): Add support for more relocations.
6752 (ppc_elf_relocate_section): Rename relocations to match draft.
6753
dd82c578
MM
6754Thu Sep 21 21:53:18 1995 Michael Meissner <meissner@cygnus.com>
6755
6756 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
6757 compiled with -mrelocatable-lib to be linked with either normal
6758 modules or -mrelocatable modules.
6759
f69e888e
ILT
6760Wed Sep 20 12:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
6761
e18c4e8f
ILT
6762 * coffcode.h (coff_write_object_contents): Clear the vstamp field
6763 in the a.out header.
6764
f69e888e
ILT
6765 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
6766 a reloc against a local symbol, even if it's not a section.
6767
a5655244
ILT
6768Tue Sep 19 17:02:26 1995 Ian Lance Taylor <ian@cygnus.com>
6769
6770 * targets.c (bfd_target): Remove unused align_power_min field.
6771 * bfd-in2.h: Rebuild.
6772 * All backends: Remove initialization of align_power_min.
6773
500d7394
SC
6774Tue Sep 19 14:02:21 1995 steve chamberlain <sac@slash.cygnus.com>
6775
6776 * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
500d7394 6777
049df0a8
ILT
6778Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
6779
6780 * config.bfd (mips-dec-netbsd*): New target.
6781 * configure.host (mips-dec-netbsd*): New host.
6782 * configure.in (mips-dec-netbsd*): New native.
6783 * configure: Rebuild.
6784
1862bbd8
ILT
6785Fri Sep 15 10:24:36 1995 Ian Lance Taylor <ian@cygnus.com>
6786
6787 Make the COFF backend linker merge common types:
6788 * cofflink.c (struct coff_debug_merge_element): Define.
6789 (struct coff_debug_merge_type): Define.
6790 (struct coff_debug_merge_hash_entry): Define.
6791 (struct coff_debug_merge_hash_table): Define.
6792 (coff_debug_merge_hash_table_init): Define.
6793 (coff_debug_merge_hash_table_free): Define.
6794 (coff_debug_merge_hash_lookup): Define.
6795 (struct coff_final_link_info): Add debug_merge field.
6796 (coff_debug_merge_hash_newfunc): New static function.
6797 (_bfd_coff_final_link): Allocate and free debug_merge table.
6798 (coff_link_input_bfd): Merge identical enum, struct and union
6799 types.
6800
a208a70f
ILT
6801Thu Sep 14 14:53:58 1995 Ian Lance Taylor <ian@cygnus.com>
6802
6803 Convert i960 COFF to use COFF backend linker.
6804 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
6805 structure to store the symbol being used.
6806 (coff_i960_start_final_link): New static function.
6807 (coff_i960_relocate_section): New static function.
6808 (coff_i960_adjust_symndx): New static function.
6809 (coff_start_final_link): Define.
6810 (coff_relocate_section): Define.
6811 (coff_adjust_symndx): Define.
6812 * coffcode.h (bfd_coff_backend_data): Add new callback function
6813 _bfd_coff_start_final_link.
6814 (bfd_coff_start_final_link): Define.
6815 (coff_start_final_link): Define if not defined.
6816 (bfd_coff_std_swap_table): Add coff_start_final_link.
6817 * cofflink.c (_bfd_coff_internal_syment_name): Make globally
6818 visible.
6819 (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
6820 function callback is not NULL.
6821 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
6822 (_bfd_coff_internal_syment_name): Declare.
6823 * libcoff.h: Rebuild.
6824 * configure.in (icoff_big_vec): Add cofflink.o.
6825 (icoff_little_vec): Likewise.
6826 * configure: Rebuild.
6827
f0abedbe
FF
6828Wed Sep 13 17:38:23 1995 Fred Fish <fnf@rtl.cygnus.com>
6829
6830 * Makefile.in (clean-info): Remove extraneous tab from line
6831 following action.
6832
aa4b3dc5
ILT
6833Wed Sep 13 13:27:53 1995 Ian Lance Taylor <ian@cygnus.com>
6834
6835 * cofflink.c (coff_link_input_bfd): Fail if a section with no
6836 contents has relocs.
6837
4ca63811 6838Thu Sep 12 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
beee31b1
SC
6839
6840 * coffcode.h (coff_compute_section_file_positions): Keep the
6841 raw size safe.
6842 (coff_write_object_contents): Remember if it's a relocatable
6843 file.
6844 * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
6845 * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
6846 if relocatable file. Swap out saved raw size.
6847
ae115e51
ILT
6848Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com>
6849
9521bac3
ILT
6850 * Makefile.in (do_maintainer_clean): Rename from do_realclean.
6851 (maintainer-clean): Rename from realclean, passing
6852 maintainer-clean down to subdirectories, but leave realclean as a
6853 synonym.
6854
4ca63811
ILT
6855 * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
6856 warning callback.
6857
5aa4c3ff
ILT
6858 * dep-in.sed: Remove config.h from generated dependencies.
6859
396aaeb2
ILT
6860 * sunos.c (sunos_slurp_dynamic_symtab): New static function,
6861 broken out of sunos_canonicalize_dynamic_symtab.
6862 (sunos_canonicalize_dynamic_symtab): Call new function
6863 sunos_slurp_dynamic_symtab.
6864 (sunos_add_dynamic_symbols): Add three new parameters. Return the
6865 dynamic symbol table to the caller.
6866 * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
6867 callback to override the symbols being read.
6868 * libaout.h (struct aout_backend_data): Add three new parameters
6869 to add_dynamic_symbols callback.
6870
ae115e51
ILT
6871 Extensive minor changes to avoid various gcc warnings. Also:
6872 * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
6873 * archures.c (bfd_arch_info_type): Change mach field from long to
6874 unsigned long.
6875 (bfd_lookup_arch): Change machine parameter from long to unsigned
6876 long.
6877
b088e4b2
ILT
6878Mon Sep 11 10:55:47 1995 Ian Lance Taylor <ian@cygnus.com>
6879
6880 * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
6881 a symbol with a non-zero plt_offset.
6882
1dff7902
ILT
6883Fri Sep 8 11:47:24 1995 Ian Lance Taylor <ian@cygnus.com>
6884
2b71e1e4
ILT
6885 * elfcode.h (align_file_position): Remove; not used.
6886
1dff7902
ILT
6887 * configure.in: Only check for <sys/procfs.h> on a native system,
6888 and make sure it defines prstatus_t.
6889 * configure: Rebuild.
6890
870015b1
ILT
6891Thu Sep 7 12:48:01 1995 Ian Lance Taylor <ian@cygnus.com>
6892
535c89f0
ILT
6893 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
6894
936b870c
ILT
6895 * config.in: Rename from config.h.in.
6896 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
a7873a6c 6897 Check for config.h:config.in when creating stamp-h.
936b870c 6898 * configure: Rebuild.
a7873a6c
ILT
6899 * Makefile.in (stamp-h): Depend upon config.in rather than
6900 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
6901 calling config.status.
936b870c 6902
870015b1
ILT
6903 * Makefile.in (do_distclean): Remove config.h and stamp-h.
6904 (Makefile): Just rebuild Makefile.
6905 (config.h, stamp-h): New targets.
6906 * configure.in: Create stamp-h when rebuilding config.h.
6907 * configure: Rebuild.
6908
b7577823
ILT
6909Wed Sep 6 15:00:33 1995 Ian Lance Taylor <ian@cygnus.com>
6910
6911 * configure.in: Call AC_CONFIG_HEADER. Substitute
6912 HOST_64BIT_LONG. Check that various header files exist. Check
6913 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
6914 and/or free need to be declared. Don't make a link to sysdep.h.
6915 Define TRAD_HEADER for various hosts.
6916 * configure: Rebuild.
6917 * configure.host: Don't set my_host. Add definitions taken from
6918 host header files for various entries. Remove entries which now
6919 do nothing.
6920 * acconfig.h: New file.
6921 * config.h.in: New file, built by autoheader.
6922 * sysdep.h: New file.
6923 * Makefile.in (do_distclean): Don't remove sysdep.h.
6924 (RECONFIG): Remove.
6925 (LOCAL_H_DEPS): New variable.
6926 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
6927 $(RECONFIG).
6928 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
6929 ($(OPTIONAL_BACKENDS)): Likewise.
6930 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
6931 looking through sysdep.h.
6932 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
6933 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
6934 (fprintf_vma, sprintf_vma): Likewise.
6935 (int64_type, uint64_type): Don't define.
6936 * bfd-in2.h: Rebuild.
6937 * archures.c, bfd.c, srec.c: Include <ctype.h>.
6938 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
6939 * lynx-core.c: Include stuff from old hosts/lynx.h.
6940 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
6941 rather than NO_FCNTL.
6942 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
6943 rather than NATIVE_HPPAHPUX_COMPILER.
6944 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
6945 is defined.
6946 * hosts/*.h: Remove all header files which merely include,
6947 declare, and define things. Leave header files which define
6948 information needed by trad-core.c.
6949
6950 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
6951 (BFD_CC_FOR_BUILD): Define.
6952 * configure.in: Use BFD_CC_FOR_BUILD.
6953 * configure: Rebuild.
6954
7a93ebdd
ILT
6955Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
6956
4c2e4d0e
ILT
6957 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
6958 * configure: Rebuild.
6959
7a93ebdd
ILT
6960 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
6961 a global symbol.
6962
866bb9e5
JM
6963Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6964
6965 * config.bfd: i386pe_ve -> i386pe_vec.
6966
2b79a104
ILT
6967Mon Sep 4 14:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
6968
f515fb2f
ILT
6969 * configure.host: Incorporate host Makefile fragments by setting
6970 shell variables.
6971 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
6972 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
6973 value based on whether the code is being compiled by a cross
6974 compiler. Don't substitute host_makefile_frag or frags.
6975 * aclocal.m4: New file to define local AC_PROG_CC.
6976 * configure: Rebuild.
6977 * Makefile.in (INSTALL): Set to @INSTALL@.
6978 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
6979 (INSTALL_DATA): Set to @INSTALL_DATA@.
6980 (AR): Set to @AR@.
6981 (CC): Define as @CC@.
6982 (CFLAGS): Set to @CFLAGS@.
6983 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
6984 (@host_makefile_frag@): Remove.
6985 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
6986 after other options.
6987 (config.status): Remove dependency upon @frags@.
6988 * config/*.mh, config/README: Remove.
6989
2b79a104
ILT
6990 * config.bfd: Rewrite to incorporate the contents of the Makefile
6991 fragments by setting shell variables, rather than merely returning
6992 the name of a Makefile fragment.
6993 * configure.in: Use shell variables set by config.bfd rather than
6994 looking at the target Makefile fragment files. Don't substitute
6995 target_makefile_frag. Do substitute TDEFINES.
6996 * configure: Rebuild.
6997 * Makefile.in (@target_makefile_frag@): Remove.
6998 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
6999 * config/*.mt: Remove.
7000
2cb159a5
KR
7001Mon Sep 4 03:13:28 1995 Ken Raeburn <raeburn@cygnus.com>
7002
7003 * configure.in: Put changequote lines around "i[345]86" patterns
7004 section of core file support.
7005
ef07871c
JL
7006Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
7007
7008 * som.c (som_bfd_print_private_bfd_data): Define to use the
7009 generic version.
7010
1613e075
SC
7011Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
7012
7013 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
7014 entry, text_start and data_start.
7015
a52a3ce8
ILT
7016Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
7017
a21227ef
ILT
7018 * Makefile.in (OFILES): Remove $(TDEPFILES).
7019 * config/apollo.mt (TDEPFILES): Remove.
7020 * config/README: Update.
7021
a52a3ce8
ILT
7022 * configure.in: For a native configuration, set COREFILE and
7023 COREFLAG based on the canonical host name.
7024 * configure: Rebuild.
7025 * Makefile.in: Rebuild dependencies.
7026 (ALL_CFLAGS): Add @COREFLAG@.
7027 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
7028 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
7029 support routines. Check LYNX_CORE rather than HOST_LYNX.
7030 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
7031 * i386lynx.c: Likewise.
7032 * m68klynx.c: Likewise.
7033 * sparclynx.c: Likewise.
7034 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
7035 * *-core.c: Comment changes.
7036 * config/decstation.mh (HDEPFILES): Remove.
7037 (HDEFINES): Remove -DTRAD_CORE.
7038 * config/irix3.mh (RANLIB): Remove.
7039 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
7040 (HDEFINES): Remove -DIRIX_CORE.
7041 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
7042 (HDEFINES): Remove -DTRAD_CORE.
7043 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
7044 * config/ultra3.mh (RANLIB): Remove.
7045 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
7046 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
7047 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
7048 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
7049 * config/hppahpux.mh, config/hppaosf.mh: Remove.
7050 * config/i386aix.mh, config/i386bsd.mh: Remove.
7051 * config/i386linux.mh, config/i386mach3.mh: Remove.
7052 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
7053 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
7054 * config/mipsmach3.mh, config/news-mips.mh: Remove.
7055 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
7056 * config/rs600.mh, config/rs6000lynx.mh: Remove.
7057 * config/solaris2.mh, config/stratus.mh: Remove.
7058 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
7059 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
7060
d6f672b8
ILT
7061Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
7062
7063 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
7064 DT_FINI entry if the appropriate symbol is not in the hash table.
7065
7066 * libelf.h (struct elf_backend_data): Add create_program_headers
7067 and want_hdr_in_seg fields.
7068 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
7069 defined.
7070 (elf_backend_create_program_headers): Likewise.
7071 (elfNN_bed): Initialize create_program_headers and
7072 want_hdr_in_seg.
7073 * elf.c (get_program_header_size): Call create_program_headers
7074 backend routine.
7075 (map_program_segments): Check want_hdr_in_seg backend field. Call
7076 create_program_headers backend routine.
7077
7078 * elf.c (assign_file_positions_except_relocs): Align non allocated
7079 sections when creating an executable.
7080
7081 * elfcode.h (elf_swap_phdr_in): Make non static.
7082 (elf_swap_phdr_out): Make non static.
7083 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
7084 (bfd_elf32_swap_phdr_out): Declare.
7085 (bfd_elf64_swap_phdr_in): Declare.
7086 (bfd_elf64_swap_phdr_out): Declare.
7087
7088 * ecofflink.c (ecoff_collect_shuffle): New static function.
7089 (_bfd_ecoff_get_accumulated_pdr): New function.
7090 (_bfd_ecoff_get_accumulated_sym): New function.
7091 (_bfd_ecoff_get_accumulated_ss): New function.
7092 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
7093 (_bfd_ecoff_get_accumulated_sym): Declare.
7094 (_bfd_ecoff_get_accumulated_ss): Declare.
7095 * libbfd.h: Rebuild.
7096
0cb70568
ILT
7097Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
7098
d6f672b8
ILT
7099 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
7100
0cb70568
ILT
7101 * elflink.h (elf_link_add_object_symbols): Handle indirect and
7102 warning symbols. If any section is named .gnu.warning.XXX, treat
7103 the contents as a warning to be issued if the symbol XXX is
7104 referenced.
7105 (elf_link_output_extsym): For an indirect or warning symbol, just
7106 output the symbol it points to.
7107
7108 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
7109 if bfd_hash_allocate fails, since it will already be set.
7110 (generic_link_hash_newfunc): Likewise.
7111 (archive_hash_newfunc): Likewise.
7112 (hash_entry_bfd): New static function.
7113 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
7114 callback. Allocate a new warning using the hash table newfunc.
7115 Use bfd_hash_replace to update the entry in the hash table, rather
7116 than assuming we can copy the fields with structure assignment.
7117
7118 * hash.c (bfd_hash_replace): New function.
7119 * bfd-in.h (bfd_hash_replace): Declare.
7120 * bfd-in2.h: Rebuild.
7121
f14db880
JSC
7122Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
7123
7124 * config.bfd: Add mips*vr4300-*-elf* target.
7125 * config/mipsbvr4300.mt: Added.
7126
1613e075 7127See file ChangeLog.2
e6d739eb 7128
41126f15
JK
7129\f
7130Local Variables:
c6c7035c 7131mode: change-log
41126f15 7132left-margin: 8
6ec3bb6a
ILT
7133fill-column: 74
7134version-control: never
7135End:
This page took 0.54996 seconds and 4 git commands to generate.