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