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