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