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