16def8ed82e5a33951105f954116f664ec1ea810
[binutils-gdb.git] / bfd / ChangeLog
1 Wed Mar 8 00:53:54 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * cpu-mips.c (arch_info_struct): Add mips:8000 entry.
4
5 * elfcode.h (swap_out_syms): Mark an undefined BSF_WEAK symbol as
6 STB_WEAK rather than STB_GLOBAL.
7
8 start-sanitize-arc
9 Tue Mar 7 20:34:43 1995 Doug Evans <dje@chestnut.cygnus.com>
10
11 * configure.in (SELECT_VECS): Split bfd_elf32_arc_vec into big/little.
12 * targets.c (bfd_target_vector): Likewise.
13 * elf32-arc.c (TARGET_BIG_SYM): Define.
14 (TARGET_BIG_NAME): Define.
15 * config/arc-elf.mt (DEFAULT_VECTOR): Set to bfd_elf32_littlearc_vec.
16 (SELECT_VECS): Add bfd_elf32_bigarc_vec.
17 end-sanitize-arc
18
19 Tue Mar 7 12:23:47 1995 Ian Lance Taylor <ian@cygnus.com>
20
21 * coffcode.h (bfd_coff_backend_data): Add new field
22 _bfd_coff_adjust_symndx.
23 (bfd_coff_adjust_symndx): Define.
24 (coff_adjust_symndx): Define as NULL if not already defined.
25 (bfd_coff_std_swap_table): Initialize new field to
26 coff_adjust_symndx.
27 * cofflink.c (coff_link_input_bfd): Call coff_adjust_symndx if it
28 is defined.
29 * coff-a29k.c (coff_a29k_adjust_symndx): New static function.
30 (coff_adjust_symndx): Define before including coffcode.h.
31 * libcoff.h: Rebuild.
32
33 * format.c (bfd_check_format_matches): Skip binary_vec when
34 searching through bfd_target_vector.
35
36 * elfcode.h (elf_sort_hdrs): Check SHT_NOBITS before checking
37 sh_size.
38
39 Mon Mar 6 23:31:36 1995 Doug Evans <dje@chestnut.cygnus.com>
40
41 * elfcode.h (elf_sort_hdrs): Keep SHT_NOBITS sections after
42 !SHT_NOBITS ones.
43
44 Mon Mar 6 09:53:08 1995 Jeff Law (law@snake.cs.utah.edu)
45
46 * cpu-hppa.c (arch_info_struct): Support both PA1.0 and PA1.1
47 machine types.
48 (bfd_hppa_arch): Link in both PA1.0 and PA1.1 architecture info
49 structures.
50 * libhppa.h (enum pa_arch): New enumeration to describe the
51 different variants of the PA architecture.
52 * som.c (som_object_setup): Use new enumeration to set machine
53 type.
54 (som_finish_writing): If the machine type is PA1.1, then use the
55 PA1.1 machine identifier in the output file.
56
57 Thu Mar 2 15:58:24 1995 Ian Lance Taylor <ian@cygnus.com>
58
59 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Treat the index of a
60 base relative reloc as an index into the symbol table, regardless
61 of the setting of r_extern.
62 (NAME(aout,swap_std_reloc_in)): Likewise.
63
64 * aoutx.h (NAME(aout,set_section_contents)): Double check that the
65 caller is writing to a valid section.
66
67 Thu Mar 2 14:37:57 1995 Bryan Ford <baford@cs.utah.edu>
68
69 * binary.c: Add support for reading binary files. Loads the raw
70 contents of the file into a data section and wraps some symbols
71 around it. The symbols `_binary_<filename>_start' and
72 `_binary_<filename>_end' indicate the start and end of the data,
73 while `_binary_<filename>_size' is an absolute symbol whose value
74 is the size of the data. <filename> is the name of the binary
75 input file, with all non-alphanumeric characters converted to
76 underscores.
77
78 * archures.c (bfd_arch_get_compatible): Assume users knows what
79 they're doing if one of the architectures is bfd_arch_unknown.
80
81 Wed Mar 1 17:30:46 1995 Michael Meissner <meissner@cygnus.com>
82
83 * elf32-ppc.c (elf_powerpc_howto_table): For relocation
84 R_PPC_GOT16, change complain_on_overflow to be
85 complain_overflow_signed.
86
87 Wed Mar 1 11:52:55 1995 Jason Molenda <crash@phydeaux.cygnus.com>
88
89 * configure.host: Recognize powerpc-*-aix*.
90
91 Wed Mar 1 11:57:39 1995 Ian Lance Taylor <ian@cygnus.com>
92
93 * coff-i960.c (COFF_PAGE_SIZE): Define.
94
95 * configure.in: Rewrite output of TDEFAULTS to avoid relying on
96 semantics of single quotes in parameter substitution.
97
98 Tue Feb 28 12:53:09 1995 Ian Lance Taylor <ian@cygnus.com>
99
100 * elfcode.h (elf_sort_hdrs): Sort empty sections before non-empty
101 sections, if they have the same VMA.
102
103 * config.bfd (i[345]86-*-linuxelf*): New target. Use i386-lelf.
104 (i[345]86-*-gnuelf*): New target. Use i386-gelf.
105 * config/i386-lelf.mt: New file.
106 * config/i386-gelf.mt: New file.
107
108 Mon Feb 27 12:58:25 1995 Kung Hsu <kung@mexican.cygnus.com>
109
110 * config.bfd: add a29k-*-vxworks configuration.
111
112 Wed Feb 22 14:40:26 1995 Ian Lance Taylor <ian@cygnus.com>
113
114 * libaout.h (NAME(aout,slurp_reloc_table)): Change declaration to
115 use reloc_howto_type rather than const struct reloc_howto_struct.
116
117 Tue Feb 21 18:19:22 1995 Ian Lance Taylor <ian@cygnus.com>
118
119 * bout.c (b_out_slurp_reloc_table): Don't return an error if asked
120 for relocations for the .bss section.
121
122 Tue Feb 21 15:13:05 1995 Jeff Law (law@snake.cs.utah.edu)
123
124 * som.c (som_bfd_ar_write_symbol_stuff): Handle objects with odd
125 lengths.
126
127 Fri Feb 17 12:34:36 1995 Michael Meissner <meissner@cygnus.com>
128
129 * elf32-ppc.c (ppc_elf_got16_reloc): Make GOT style relocs add
130 32768, so the GOT pointer can point to 16384 pointers, instead of
131 8192.
132
133 Fri Feb 17 11:45:38 1995 Ian Lance Taylor <ian@cygnus.com>
134
135 * hosts/sysv4.h: Include <unistd.h>, <stdlib.h>, and <time.h>.
136 Only define SEEK_SET and SEEK_CUR if they are not already defined.
137 Remove all external function declarations.
138
139 * syms.c (bfd_decode_symclass): Return 'W' for a weak symbol.
140
141 * coffgen.c (coff_real_object_p): Set start address and flags
142 before calling coff_mkobject_hook. Restore them on failure.
143 * ecoff.c (_bfd_ecoff_mkobject_hook): If not ECOFF_AOUT_ZMAGIC,
144 clear D_PAGED.
145
146 * coffgen.c: Reindented.
147
148 Thu Feb 16 14:37:23 1995 Doug Evans <dje@cygnus.com>
149
150 * reloc.c (bfd_perform_relocation): Don't use bitpos in overflow
151 calculations.
152 (bfd_install_relocation): Likewise.
153
154 Thu Feb 16 13:22:29 1995 Ian Lance Taylor <ian@cygnus.com>
155
156 * hosts/std-host.h: Remove all function declarations which return
157 int or void, except the one for free.
158
159 Wed Feb 15 14:54:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
160
161 * elf32-ppc.c (elf_powerpc_howto_table): Use a destination mask of
162 0xffffffff for R_PPC_REL32, not 0.
163 (powerpc_reloc_map): Add low 16 bit, high 16 bit, and high 16 bit
164 adjusted relocations.
165
166 Tue Feb 14 17:47:17 1995 Ian Lance Taylor <ian@cygnus.com>
167
168 * elf32-mips.c (struct mips_elf_find_line): Define.
169 (mips_elf_find_nearest_line): New static function.
170 (bfd_elf32_find_nearest_line): Define.
171 * libelf.h (struct elf_obj_tdata): Add find_line_info field.
172
173 * ecoff.c (_bfd_ecoff_swap_tir_in): Move to ecofflink.c.
174 (_bfd_ecoff_swap_tir_out): Likewise.
175 (_bfd_ecoff_swap_rndx_in): Likewise.
176 (_bfd_ecoff_swap_rndx_out): Likewise.
177 (cmp_fdrtab_entry): Likewise.
178 (mk_fdrtab): Likewise.
179 (lookup): Likewise.
180 (_bfd_ecoff_find_nearest_line): Just call _bfd_ecoff_locate_line
181 to do most of the work. Allocate find_line_info if necessary.
182 * ecofflink.c: Include "aout/stab_gnu.h".
183 (_bfd_ecoff_swap_tir_in): Move in from ecoff.c.
184 (_bfd_ecoff_swap_tir_out): Likewise.
185 (_bfd_ecoff_swap_rndx_in): Likewise.
186 (_bfd_ecoff_swap_rndx_out): Likewise.
187 (cmp_fdrtab_entry): Likewise. Use PTR instead of void *.
188 (mk_fdrtab): Move in from ecoff.c. Add debug_info, debug_swap,
189 and line_info arguments, and use them instead of ecoff_data.
190 (fdrtab_lookup): Move in from lookup in ecoff.c. Remove abfd
191 argument, add line_info argument. Use it instead of ecoff_data.
192 (_bfd_ecoff_locate_line): New function, mostly from the old
193 _bfd_ecoff_find_nearest_line in ecoff.c.
194 * libecoff.h (ecoff_data_type): Remove find_buffer, fdrtab_len and
195 fdrtab fields, replacing them find_line_info field.
196 (_bfd_ecoff_swap_tir_in): Declare.
197 (_bfd_ecoff_swap_tir_out): Declare.
198 (_bfd_ecoff_swap_rndx_in): Declare.
199 (_bfd_ecoff_swap_rndx_out): Declare.
200 * libbfd-in.h (_bfd_ecoff_locate_line): Declare.
201 * libbfd.h: Rebuild.
202 * configure.in: Don't use ecoff.o for bfd_elf32_bigmips_vec or
203 bfd_elf32_littlemips_vec.
204 * Makefile.in: Rebuild dependencies.
205
206 Tue Feb 14 14:04:22 1995 Michael Meissner <meissner@tiktok.cygnus.com>
207
208 * libelf.h (elf_backend_data): Add fields elf_machine_alt1 and
209 elf_machine_alt2 which provide alternate versions of the machine
210 code.
211
212 * elf32-ppc.c (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Define to
213 recognize old versions of the PowerPC machine code.
214
215 * elf32-target.h (elf32_bed): Initialize alternate machine code
216 fields defined by ELF_MACHINE_ALT1 and ELF_MACHINE_ALT2.
217
218 * elf64-target.h (elf64_bed): Initialize alternate machine code
219 fields defined by ELF_MACHINE_ALT1 and ELF_MACHINE_ALT2.
220
221 * elfcode.h (elf_object_p, elf_core_file_p): In addition to the
222 main machine code field, check the two alternate machine code
223 fields.
224
225 Tue Feb 14 12:46:48 1995 Ian Lance Taylor <ian@cygnus.com>
226
227 * aoutf1.h (MACHTYPE_OK): Don't define if already defined. Don't
228 accept M_SPARC if bfd_arch_sparc is not in the list of supported
229 architectures, and don't accept a 680x0 machine type if
230 bfd_arch_m68k is not in the list of supported architectures.
231 * aout0.c (MACHTYPE_OK): Define.
232
233 Mon Feb 13 23:25:38 1995 Ian Lance Taylor <ian@cygnus.com>
234
235 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Don't return a pointer
236 to garbage if the symbol index is out of range.
237 (NAME(aout,swap_std_reloc_in)): Likewise.
238
239 start-sanitize-arc
240 Mon Feb 13 09:35:30 1995 Doug Evans <dje@canuck.cygnus.com>
241
242 * elf32-arc.c (reloc_type): New type R_ARC_B26.
243 (elf_arc_howto_table): Likewise.
244 * reloc.c (BFD_RELOC_ARC_B26): Likewise.
245
246 Thu Feb 9 17:31:40 1995 Doug Evans <dje@canuck.cygnus.com>
247
248 * archures (bfd_mach_arc_base): #define.
249 (bfd_mach_arc_host, bfd_mach_arc_graphics, bfd_mach_arc_audio): Ditto.
250 * cpu-arc.c (arch_info_struct): Define entries for each cpu variant.
251 (bfd_arc_arch): Link each one in.
252 (arc_get_mach): New function.
253 * elf32-arc.c (arc_info_to_howto_rel): Renamed from arc_info_to_howto.
254 (elf_info_to_howto_rel): Update.
255 (arc_elf_object_p, arc_elf_final_write_processing): New functions.
256 (elf_backend_object_p): Define.
257 (elf_backend_final_write_processing): Define.
258 (USE_REL): Define.
259 end-sanitize-arc
260
261 Thu Feb 9 18:36:52 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
262
263 * Makefile.in (BFD32_BACKENDS): Add i386msdos.o.
264
265 Thu Feb 9 12:02:35 1995 Ian Lance Taylor <ian@cygnus.com>
266
267 * i386linux.c (NEEDS_SHRLIB): Define.
268 (linux_tally_symbols): Crash if a NEEDS_SHRLIB symbol is
269 undefined. From hjl@nynexst.com (H.J. Lu).
270
271 Wed Feb 8 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
272
273 * linker.c (generic_link_check_archive_element): Allocate common
274 symbol information structure. Don't bother to check for common
275 symbol size overflow.
276 (_bfd_generic_link_add_one_symbol): Likewise.
277 * aoutx.h (aout_link_check_ar_symbols): Likewise.
278 * linker.c (generic_link_check_archive_element): Adjust references
279 to common symbol information for new structure.
280 (_bfd_generic_link_add_one_symbol): Likewise.
281 * aoutx.h (aout_link_check_ar_symbols): Likewise.
282 (aout_link_add_symbols): Likewise.
283 * ecoff.c (ecoff_link_add_externals): Likewise.
284 * elfcode.h (elf_link_add_object_symbols): Likewise.
285 (elf_link_output_extsym): Likewise.
286 * sunos.c (sunos_add_one_symbol): Likewise.
287
288 Wed Feb 8 09:53:42 1995 Doug Evans <dje@canuck.cygnus.com>
289
290 * elfcode.h (elf_sort_hdrs): Put SHT_NOBITS sections after !SHT_NOBITS.
291
292 Tue Feb 7 16:27:33 1995 Jeff Law (law@snake.cs.utah.edu)
293
294 * som.c (som_bfd_find_nearest_line): Just return false, don't
295 abort.
296
297 Tue Feb 7 14:43:33 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
298
299 * ecoff.c: Reformatted some comments and brace constructs in
300 recent changes to GNU style.
301 (cmp_fdrtab_entry, mk_fdrtab, lookup): Use old-style function
302 definitions.
303
304 Tue Feb 7 14:21:28 1995 Ian Lance Taylor <ian@cygnus.com>
305
306 * ecoffswap.h (ecoff_swap_pdr_in): Zero out intern before setting
307 any of the fields.
308
309 Mon Feb 6 20:01:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
310
311 Sat Feb 4 14:20:24 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
312
313 * ecoffswap.h (ecoff_swap_pdr_in, ecoff_swap_pdr_out): added
314 internalizing/externalizing new "prof" field.
315
316 * libecoff.h (ecoff_tdata): added fdrtab.
317
318 * ecoff.c (_bfd_ecoff_find_nearest_line): Fixed.
319
320 Mon Feb 6 14:25:24 1995 Ian Lance Taylor <ian@cygnus.com>
321
322 * libelf.h (struct elf_link_hash_table): Add saw_needed field.
323 * elfcode.h (elf_link_add_object_symbols): Set saw_needed if
324 DT_NEEDED seen in .dynamic section.
325 (elf_link_output_extsym): Warn if an undefined symbol is
326 only referenced from a dynamic object, and not making a shared
327 object, and saw_needed is false.
328 * elf.c (_bfd_elf_link_hash_table_init): Initialize saw_needed.
329
330 * libelf.h (ELF_LINK_HASH_DEFINED_WEAK): Don't define.
331 * elfcode.h (elf_link_add_object_symbols): Don't clear or set
332 ELF_LINK_HASH_DEFINED_WEAK.
333 (elf_link_output_extsym): Don't check ELF_LINK_HASH_DEFINED_WEAK.
334
335 Distinguish a weak defined symbol from a regular defined symbol.
336 * linker.c (enum link_action): Add DEFW.
337 (link_action): Add bfd_link_hash_defweak column.
338 (_bfd_generic_link_add_one_symbol): Add DEFW case. Handle
339 bfd_link_hash_defweak in a few other cases.
340 * Many files (bfd_link_hash_undefweak): Renamed from
341 bfd_link_hash_weak.
342 * aoutx.h (aout_link_write_symbols): Handle bfd_link_hash_defweak.
343 (aout_link_write_other_symbol): Likewise.
344 (aout_link_input_section_std): Likewise.
345 (aout_link_input_section_ext): Likewise.
346 * bout.c (get_value): Likewise.
347 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
348 * coff-alpha.c (alpha_convert_external_reloc): Likewise.
349 (alpha_relocate_section): Likewise.
350 * coff-mips.c (mips_relocate_section): Likewise.
351 (mips_relax_section): Likewise.
352 (bfd_mips_ecoff_create_embedded_relocs): Likewise.
353 * cofflink.c (coff_write_global_sym): Likewise.
354 (_bfd_coff_generic_relocate_section): Likewise.
355 * ecoff.c (ecoff_link_add_externals): Likewise.
356 (ecoff_link_write_external): LIkewise.
357 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
358 (elf32_hppa_size_stubs): Likewise.
359 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Likewise.
360 (elf_i386_relocate_section): Likewise.
361 (elf_i386_finish_dynamic_symbol): Likewise.
362 * elf32-mips.c (mips_elf_output_extsym): Likewise.
363 (mips_elf_relocate_section): Likewise.
364 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
365 (elf32_sparc_relocate_section): Likewise.
366 * elfcode.h (elf_link_add_object_symbols): Likewise.
367 (elf_adjust_dynamic_symbol): Likewise.
368 (elf_bfd_final_link): Likewise.
369 (elf_link_output_extsym): Likewise.
370 * i386linux.c (linux_add_one_symbol): Likewise.
371 (linux_tally_symbols): Likewise.
372 (linux_finish_dynamic_link): Likewise.
373 * linker.c (_bfd_generic_link_output_symbols): Likewise.
374 (set_symbol_from_hash): Likewise.
375 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
376 (bfd_perform_slip): Likewise.
377 * sunos.c (sunos_add_one_symbol): Likewise.
378 (sunos_scan_std_relocs): Likewise.
379 (sunos_scan_ext_relocs): Likewise.
380 (sunos_scan_dynamic_symbol): Likewise.
381 (sunos_write_dynamic_symbol): Likewise.
382
383 Mon Feb 6 03:20:17 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
384
385 Changes from Bryan Ford, baford@schirf.cs.utah.edu:
386 * config.bfd (i[345]86-*-msdos*): New target.
387 * configure.in (i386msdos_vec): Handle it.
388 * i386msdos.c: New file.
389 * config/i386-msdos.mt: New file.
390 * bfd.c (enum bfd_error): Added new value bfd_error_file_too_big.
391 (bfd_errmsgs): Added string to table.
392 * libaout.h (reloc_type-lookup): Declare it.
393 * targets.c (enum bfd_flavour): Added bfd_target_msdos_flavour.
394 (i386msdos_vec): Declare.
395 (bfd_target_vector): Add it to the list.
396 * bfd-in2.h: Regenerated.
397
398 Wed Feb 1 01:32:14 1995 Jeff Law (law@snake.cs.utah.edu)
399
400 * som.c (som_set_reloc_info, case R_DATA_ONE_SYMBOL): If there's
401 nothing in R_DATA_OVERRIDE, then try to find the addend in the
402 section's contents.
403 (som_write_fixups): Ignore the addend in a R_DATA_ONE_SYMBOL fixup.
404
405 * som.c (som_object_setup): More heruistics to detect the
406 braindamaged HP OSF1 linker.
407 (setup_sections): Don't forget to free subspace_sections if we get
408 an error.
409 (som_slurp_string_table): Allocate strings on this bfd's obstack
410 rather than directly out of the heap.
411 (som_slurp_symbol_table): Likewise for the saved copy of the
412 canonical symbols.
413 (som_slurp_reloc_table): Likewise for the saved copy of the
414 canonical relocations. Free the native relocations when we're
415 done with them.
416
417 Tue Jan 31 21:53:28 1995 Doug Evans <dje@canuck.cygnus.com>
418
419 * libelf.h (struct elf_obj_tdata): New member program_header_size.
420 * elfcode.h (get_program_header_size): New parameters sorted_hdrs,
421 count, and maxpagesize. All callers updated.
422 If sorted_hdrs is non-NULL, use it to compute the number of segments.
423 Save result in case called again.
424 (assign_file_positions_except_relocs): Sort headers before calling
425 get_program_header_size.
426
427 Tue Jan 31 15:27:53 1995 Ian Lance Taylor <ian@cygnus.com>
428
429 * elfcode.h (map_program_segments): Add sorted_hdrs parameter.
430 Search through it rather than through unsorted section headers.
431 (assign_file_positions_except_relocs): Pass sorted_hdrs to
432 map_program_segments.
433
434 Mon Jan 30 22:04:53 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
435
436 * ecoff.c (_bfd_ecoff_find_nearest_line): Fix problems in range
437 checking. Expect argument OFFSET to be section-relative. From
438 David Mosberger-Tang, davidm@piston.cs.arizona.edu.
439
440 Mon Jan 30 11:22:11 1995 Ian Lance Taylor <ian@cygnus.com>
441
442 * elfcode.h (NAME(bfd_elf,record_link_assignment)): Don't do
443 anything if we are not linking an ELF file.
444 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
445
446 Sat Jan 28 12:48:57 1995 Jeff Law (law@snake.cs.utah.edu)
447
448 * som.c (compare_subspaces): New function to sort subspaces by
449 their location in the object file.
450 (setup_sections): When computing the index for each subspace,
451 handle case where setup_sections reads the subspaces in a
452 different order that they appear in the object file.
453 (som_is_space): Also examine the output section for the containing
454 section.
455 (som_is_subspace, som_is_container): Likewise.
456 (som_begin_writing): Don't prepare or write fixups here. When
457 writing the symbol strings, use the unsorted symbol table.
458 (som_write_object_contents): Don't write the symbol table here.
459 (som_finish_writing): Prepare and write the fixups here. Likewise
460 for the symbol table.
461 (som_bfd_derive_misc_symbol_info): Undefined symbols always have
462 type SS_UNSAT regardless of BSF_EXPORT.
463 (som_set_reloc_info): Unpack and attach argument location
464 information for R_PCREL_CALL and R_ABS_CALL relocations.
465
466 * som.c (som_object_setup): New heuristic to determine if the
467 entry and flags fields are switched in the exec header.
468
469 Sat Jan 28 00:16:01 1995 Ian Lance Taylor <ian@cygnus.com>
470
471 * elfcode.h (elf_link_add_object_symbols): Use *sym_hash instead
472 of h if we might not be doing an ELF link.
473
474 Fri Jan 27 16:13:42 1995 Ian Lance Taylor <ian@cygnus.com>
475
476 * elf32-mips.c (mips_elf_final_link): If the size of an input
477 .reginfo section is zero, force it to the correct size, since the
478 linker emulation code may have clobbered it.
479
480 * elfcode.h (elf_sort_hdrs): Correct SHF_ALLOC test.
481 (assign_file_positions_except_relocs): Free sorted_hdrs.
482
483 Thu Jan 26 09:00:12 1995 Steve Chamberlain <sac@splat>
484
485 * srec.c (srec_set_section_contents): Fix off by
486 one end address calculation.
487
488 * config.bfd: (m68*-est-coff): New configuration.
489
490 Thu Jan 26 11:39:21 1995 Ian Lance Taylor <ian@cygnus.com>
491
492 * elfcode.h (elf_link_add_object_symbols): Only examine weakdef if
493 we are using an ELF hash table.
494
495 * aoutx.h (NAME(aout,some_aout_object_p)): Always set EXEC_P if
496 the start address is in the .text section, even if STAT_FOR_EXEC
497 is set. Just use STAT_FOR_EXEC as an additional test.
498
499 Thu Jan 26 11:12:54 1995 Michael Meissner <meissner@cygnus.com>
500
501 * elfcode.h (prep_headers): Use EM_PPC instead of
502 EM_CYGNUS_POWERPC.
503
504 * elf32-ppc.c (reloc_type): Add all System V.4 and eABI
505 relocations currently defined.
506 (powerpc_reloc_map): Adjust to new relocation names.
507 (elf_powerpc_howto_table): Add most of the new relocations.
508 (ELF_MACHINE_CODE): Use EM_PPC instead of EM_CYGNUS_POWERPC.
509
510 * config.bfd: Add support for powerpc-*-eabi.
511
512 * config/ppc-elf.mt: Add rs6000 architecture support to the
513 PowerPC. Also add XCOFF support.
514
515 Wed Jan 25 23:26:13 1995 Ian Lance Taylor <ian@cygnus.com>
516
517 * coff-sh.c (CALC_ADDEND): Don't define.
518 (coff_sh_relocate_section): Remove.
519 (coff_relocate_section): Use _bfd_coff_generic_relocate_section.
520
521 Tue Jan 24 14:22:47 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
522
523 * elf32-mips.c (mips_elf_output_extsym): Set the value of the
524 ECOFF symbol from the hash table entry.
525
526 Mon Jan 23 14:53:35 1995 Steve Chamberlain <sac@splat>
527
528 * coff-sh.c (coff_sh_relocate_section): Don't subtract
529 vma twice.
530
531 Mon Jan 23 13:33:18 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
532
533 * coff-sh.c (sh_reloc): Don't ignore the previous contents of an
534 R_SH_IMM32 reloc.
535
536 * config.bfd (i[345]86-*-gnu*): Set bfd_name to i386-gnu.
537 * config/i386-gnu.mt: New file. Include ELF support.
538
539 * opncls.c (bfd_openstreamr): Call bfd_cache_init.
540
541 Fri Jan 20 11:44:45 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
542
543 * sunos.c (sunos_add_one_symbol): Only set the sunos specific
544 fields if we are doing a sunos link.
545
546 Wed Jan 18 12:28:17 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
547
548 * cpu-h8300.c (h8300_info_struct): Change name from "H8/300" to
549 "h8300" for consistency with other cpu-* files.
550 (h8300h_info_struct): Change name from "H8/300H" to "h8300h".
551 * coff-h8300.c (special): Remove unused variable diff.
552
553 Tue Jan 17 10:52:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
554
555 * bfd-in.h (bfd_byte, reloc_howto_type): Define here, not...
556 * reloc.c (bfd_byte, reloc_howto_type): here.
557 * Changed all occurrences of ``const struct reloc_howto_struct''
558 to be ``reloc_howto_type'' instead.
559 * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
560
561 * opncls.c (bfd_openstreamr): New function.
562 * bfd-in2.h: Rebuilt.
563
564 * elf32-mips.c (enum reloc_type): Define new relocs used on Irix.
565 (elf_mips_howto_table): Add entries for new relocs.
566 (mips_elf_section_from_shdr): Handle SHT_MIPS_MSYM,
567 SHT_MIPS_DWARF, and SHT_MIPS_EVENTS.
568 (mips_elf_fake_sections): Handle sections named .msym, .debug_*
569 and .MIPS.events.*.
570
571 * srec.c (srec_init): Remove unused local variable i.
572
573 Sat Jan 14 19:09:48 1995 Steve Chamberlain <sac@jonny>
574
575 * archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h,
576 config.bfd, configure.in, config/w65.mt: Initial support for the W65.
577
578 Sun Jan 15 13:57:45 1995 Steve Chamberlain <sac@splat>
579
580 * opncls.c (bfd_fdopenr): Configure for WIN32.
581
582 Thu Jan 12 16:30:47 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
583
584 * Makefile.in (diststuff): Include `headers'.
585
586 * sunos.c (m68k_plt_first_entry, sparc_plt_first_entry): Now
587 const.
588 * tekhex.c (digs): Ditto.
589 * elf32-i386.c (elf_i386_plt0_entry, elf_i386_plt_entry): Ditto.
590
591 * srec.c, tekhex.c: Include libiberty.h. Delete static array
592 hex_value and replace references to it with references to
593 hex_init, hex_p, and hex_value.
594 * Makefile.in: Updated dependencies.
595
596 * archures.c (archures_init_table): Now const.
597 (bfd_arch_init): Adjusted type of local var `ptable'.
598 start-sanitize-rce
599
600 * Makefile.in (ALL_MACHINES): Include cpu-rce.o.
601 (BFD32_BACKENDS): Include aout-rce.o.
602 end-sanitize-rce
603 start-sanitize-arc
604
605 * Makefile.in (ALL_MACHINES): Include cpu-arc.o.
606 (BFD32_BACKENDS): Include elf32-arc.o.
607 end-sanitize-arc
608
609 Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
610
611 * hosts/symmetry.h: Redefine `shared' to enable compilation
612 with the native Dynix cc compiler.
613 * i386dynix.c: Include aoutx.h instead of using routines
614 from aout32.c.
615
616 Wed Jan 11 21:31:41 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
617
618 * reloc.c (reloc_howto_type): Make typedef include `const'.
619 * aout-ns32k.c, aoutx.h, bout.c, cf-m68klynx.c, coff-i386.c,
620 coff-i960.c, coff-m68k.c, cofflink.c, cpu-ns32k.c, ecoff.c,
621 elf32-hppa.c, elf32-i386.c, elf32-mips.c, elf32-sparc.c,
622 elfcode.h, libbfd-in.h, linker.c, mipsbsd.c, nlm32-ppc.c, oasys.c,
623 reloc.c, som.c: Don't use `const' in combination with
624 `reloc_howto_type'.
625 start-sanitize-arc
626 * elf32-arc.c: Ditto.
627 end-sanitize-arc
628 * bfd-in2.h, libbfd.h: Regenerated.
629
630 * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't
631 need to be static.
632
633 Wed Jan 11 14:36:41 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
634
635 * sunos.c (sunos_add_one_symbol): Don't core dump if a multiple
636 definition of an absolute symbol is encountered.
637
638 * linker.c (_bfd_generic_link_add_one_symbol): Ignore
639 redefinitions of an absolute symbol to the same value.
640
641 Mon Jan 9 15:51:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
642
643 * elfcode.h (elf_link_add_object_symbols): It's reasonable for no
644 flags to be set, so don't insist otherwise.
645
646 Fri Jan 6 16:39:40 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
647
648 * elfcode.h (elf_slurp_symbol_table): Don't set BSF_GLOBAL for an
649 undefined or common symbol.
650 (elf_link_add_object_symbols): Likewise.
651
652 Wed Jan 4 14:14:05 1995 Jeff Law (law@snake.cs.utah.edu)
653
654 * som.c (bfd_section_from_som_symbol): Only return sections which
655 correspond to subspaces.
656
657 * som.c (som_begin_writing): Don't forget to bump the
658 total_subspaces when writing the unloadable subspaces.
659
660 Wed Dec 28 20:54:47 1994 Jeff Law (law@snake.cs.utah.edu)
661
662 * som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify
663 bss-like sections.
664 (som_get_section_contents): Likewise.
665 (som_set_section_contents): Likewise.
666
667 Tue Dec 27 14:03:47 1994 Jeff Law (law@snake.cs.utah.edu)
668
669 * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like
670 sections.
671
672 Tue Dec 20 15:30:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
673
674 * coffgen.c (bfd_debug_section): Deleted.
675 (coff_section_from_bfd_index): Return absolute section for debug
676 symbol.
677 (coff_write_symbol): Set BSF_DEBUGGING for C_FILE symbols. If
678 BSF_DEBUGGING is set, set section to N_DEBUG.
679 (coff_bfd_make_debug_symbol): Use absolute section.
680
681 * elfcode.h (assign_file_positions_except_relocs): In assertion,
682 force all values to the same type.
683
684 Tue Dec 20 11:11:58 1994 Steve Chamberlain (sac@jonny.cygnus.com)
685
686 * coff-h8300.c (howto_table): All relocs get a special function.
687 (special): Never do anything when linking -r.
688
689 Tue Dec 20 13:58:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
690
691 * i386linux.c (linux_add_one_symbol): Don't do anything Linux
692 specific if this is not a Linux hash table. From Eric Youngdale
693 <eric@aib.com>.
694
695 Patches from kkojima@mix.or.jp (Kazumoto Kojima):
696 * mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs
697 apply to from two bytes to four bytes.
698 * MY(reloc_howto_type_lookup): Handle BFD_RELOC_CTOR.
699
700 * elf32-i386.c (elf_i386_relocate_section): Correct and expand the
701 list of cases for which relocation need not be computed.
702 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
703
704 start-sanitize-arc
705 Tue Dec 20 09:01:01 1994 Doug Evans <dje@canuck.cygnus.com>
706
707 * elf32-arc.c (elf_arc_howto_table, R_ARC_B22_PCREL): Value is
708 right-shifted 2 bits. Fix dst_mask.
709 end-sanitize-arc
710
711 Mon Dec 19 23:09:16 1994 Jeff Law (law@snake.cs.utah.edu)
712
713 * elf32-hppa.c (elf32_hppa_read_symext_info): Delete do_locals and
714 do_globals arguments, always read symbol extension information for
715 globals and locals. All callers changed.
716 (elf32_hppa_size_stubs): Rework to only read symbol extension
717 information once for each input bfd. 10% improvement in linker
718 performance.
719
720 Fri Dec 16 12:28:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
721
722 * elfcode.h (elf_section_from_bfd_section): Check
723 bfd_is_abs_section, etc., only after checking for the section in
724 the BFD and after calling the backend routine.
725
726 Wed Dec 14 20:21:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
727
728 * elfcode.h (elf_map_symbols): Only use section symbols whose
729 value is the start of the section, checking output_offset when
730 using output_section. When creating a new symbol, set the value
731 to 0, since BFD symbol values are section relative.
732
733 Tue Dec 13 13:31:06 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
734
735 * cpu-z8k.c (arch_info_struct): Make z8002 the default
736 architecture.
737
738 Fri Dec 9 12:43:05 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
739
740 * elfcode.h (elf_bfd_link_add_symbols): If the first object in the
741 archive is not an ELF object, pass the archive to the add_symbols
742 entry point appropriate for the first object. From Eric Youngdale
743 <eric@aib.com>.
744 * aoutx.h (NAME(aout,link_add_symbols)): Similar change if the
745 first object is not an a.out object.
746
747 * elf32-i386.c (elf_i386_relocate_section): Don't compute
748 relocation in cases where we won't use it.
749 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
750
751 Thu Dec 8 14:19:41 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
752
753 * pc532-mach.c (NAME): Define to use ns32kaout prefix.
754 * ns32knetbsd.c (NAME): Ditto.
755 (ns32kaout_32_get_section_contents): Define to standard aout-32
756 version.
757
758 Fri Dec 2 13:56:49 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
759
760 * coff-mips.c (mips_read_relocs): New static function, broken out
761 of mips_relax_section.
762 (mips_relax_section): Call mips_read_relocs.
763 (bfd_mips_ecoff_create_embedded_relocs): New function.
764 * bfd-in.h (bfd_mnips_ecoff_create_embedded_relocs): Declare.
765 * bfd-in2.h: Rebuild.
766
767 Wed Nov 30 14:12:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
768
769 * coff-sh.c: Use _bfd_dummy_target instead of no_archive.
770
771 start-sanitize-arc
772 Tue Nov 29 17:14:21 1994 Doug Evans <dje@canuck.cygnus.com>
773
774 * archures.c: Initial support for the ARC.
775 * reloc.c, targets.c, config.bfd, configure.in, elfcode.h: Likewise.
776 * bfd-in2.h: Regenerated.
777 * libbfd.h: Likewise.
778 * config/arc-elf.mt: New file.
779 end-sanitize-arc
780
781 Tue Nov 29 14:00:19 1994 J.T. Conklin <jtc@.rtl.cygnus.com>
782
783 * config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
784 * configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
785
786 Mon Nov 28 15:36:04 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
787
788 * config/m68k-nbsd.mt (DEFAULT_VECTOR): set to m68knetbsd_vec.
789 * Makefile.in: Rebuilt dependancies.
790 (CFILES): Added m68knetbsd.c.
791 (HFILES): Added netbsd.h.
792
793 Wed Nov 23 19:21:41 1994 Steve Chamberlain (sac@jonny.cygnus.com)
794
795 * coff-sh.c (shlcoff_vec): New target vector.
796 (no_archive): New function.
797 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Handle
798 little endian SH.
799 * configure.in: Handle shl.
800 * targets.c (bfd_target_vector): Add shlcoff_vec.
801 * config/sh-coff.mt (SELECT_VECS): Handle shl_coff_vec.
802
803 Wed Nov 23 10:50:13 1994 Jeff Law (law@snake.cs.utah.edu)
804
805 * elfcode.h (write_relocs): Do not subtract the section's vma from
806 the reloc's offset when writing .o's. Instead add the section's
807 vma to the reloc's offset when writing an executable or shared
808 library.
809
810 Tue Nov 22 23:34:37 1994 Jeff Law (law@snake.cs.utah.edu)
811
812 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Do not add
813 input_section->vma to the relocation's offset.
814
815 Mon Nov 21 12:37:25 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
816
817 * srec.c (srec_get_reloc_upper_bound): Define.
818 (srec_canonicalize_reloc): Define.
819 (srec_bfd_reloc_type_lookup): Define.
820 (srec_vec, symbolsrec_vec): Use BFD_JUMP_TABLE_RELOCS (srec).
821
822 Sat Nov 19 03:10:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
823
824 * configure.host (i[345]86-*-solaris*): Use solaris2 to
825 enable extraction of procfs info from core file for GDB.
826
827 Thu Nov 17 17:37:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
828
829 * reloc.c (bfd_reloc_code_type): Add new value BFD_RELOC_12_PCREL.
830 * bfd-in2.h, libbfd.h: Rebuilt.
831
832 Thu Nov 17 13:12:08 1994 Jeff Law (law@snake.cs.utah.edu)
833
834 * bfd/elf32-hppa.c (elf32_hppa_bfd_final_link_relocated): Use the
835 vma from the output_section containing $global$ when computing
836 global_vlaue.
837
838 Thu Nov 17 14:29:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
839
840 * archive.c (_bfd_write_archive_contents): Round up the archive
841 header size of the extended name table to an even number.
842
843 Wed Nov 16 16:08:06 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
844
845 * coff-sh.c: Deleted some code that was commented out or inside
846 "#if 0".
847 (COFF_LONG_FILENAMES): Define.
848
849 * cpu-sh.c (arch_info_struct): Convert name to lowercase, for
850 consistency with other architectures.
851
852 Sat Nov 12 23:50:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
853
854 * elfcode.h (elf_export_symbol): Also export symbols which are
855 referenced by a regular file.
856
857 Fri Nov 11 14:29:31 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
858
859 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add
860 export_dynamic argument, and handle it.
861 (elf_export_symbol): New function.
862 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
863 (bfd_elf64_size_dynamic_sections): Update declaration.
864 * bfd-in2.h: Rebuild.
865
866 Fri Nov 11 10:35:33 1994 Jeff Law (law@snake.cs.utah.edu)
867
868 * hpux-core.c (hpux_core_struct): Delete handles for the
869 data, reg and stack sections. They're never used. Delete
870 accessor macros.
871 (make_bfd_asection): Use bfd_make_section_anyway since debugging
872 cores from dynamic executables may have several sections with the
873 same logical name.
874 (hpux_core_core_file_p): Don't save handles to data, reg and
875 stack sections. Handle CORE_TEXT, CORE_MMF and CORE_SHM.
876
877 Tue Nov 8 13:03:30 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
878
879 * bout.c (callj_callback): Add new argument shrinking. Change all
880 callers. Handle relocs against section symbols correctly. If not
881 shrinking, don't subtract out dstidx; the subtraction is already
882 in the object file.
883
884 Sun Nov 6 12:52:00 1994 Jeff Law (law@snake.cs.utah.edu)
885
886 * som.h: Conditionally include <shl.h> and <dl.h>.
887
888 Thu Nov 3 18:19:13 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
889
890 * Makefile.in (ALL_MACHINES): Include m68knetbsd.o.
891
892 * config/i386linux.mh (EXTRALIBS): Include -lm.
893
894 Patches from DJ Delorie:
895 * coff-go32.c: Replacement file, uses coff-i386.c with minor
896 changes.
897 * coff-i386.c (TARGET_UNDERSCORE): allow other files to override
898 underscore also
899 * makefile.dos: del ctor.o, add cofflink.o and elf32.o
900
901 * aoutx.h (adjust_o_magic): If user set data section vma, use it
902 to determine the default bss vma. Patch from Takada Hiroaki,
903 hiro@is.s.u-tokyo.ac.jp.
904 (machine_type, case bfd_arch_vax): Set *unknown to false. Patch
905 from John David Anglin <dave@hiauly1.hia.nrc.ca>.
906
907 * configure.in (tb): Rename ns32knetbsd_vec to pc532netbsd_vec,
908 since that's what it's called.
909
910 Wed Nov 2 15:24:51 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
911
912 * archive.c (normalize): Change to take a BFD as an argument.
913 Change VMS version to use bfd_alloc rather than malloc, so that we
914 don't lose the memory forever.
915 (_bfd_construct_extended_name_table): Check the name of an archive
916 entry which is not being extended, and correct it if it is wrong.
917 This is necessary in case the archive was constructed by another
918 program which put an entry in the extended name table which we
919 don't plan to put in ourselves. From jjc@jclark.com (James
920 Clark).
921 (bfd_dont_truncate_arname): Check return value of normalize.
922
923 Mon Oct 31 14:19:08 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
924
925 * elf32-hppa.c (ELF32_PARISC_SX_SIZE): Define.
926 (ELF32_PARISC_SX_GET, ELF32_PARISC_SX_PUT): Define.
927 (symextn_entry): Don't define.
928 (symext_chain_size): Change type to bfd_size_type.
929 (symextn_contents): Change type to bfd_byte *.
930 (elf32_hppa_backend_begin_write_processing): Use
931 ELF32_PARISC_SX_SIZE instead of sizeof (symext_entryS).
932 (elf32_hppa_size_symext): Likewise. Also, change type of sizep to
933 bfd_size_type *.
934 (elf_hppa_tc_make_sections): Cast symextn_contents assignment to
935 bfd_byte *. Use ELF32_PARISC_SX_PUT instead of direct assignment.
936 (elf32_hppa_backend_symbol_table_processing): Use
937 ELF32_PARISC_SX_SIZE instead of sizeof (symext_entryS). Use
938 ELF32_PARISC_SX_GET insetad of direct assignment.
939 (elf32_hppa_read_symext_info): Change type of contents, and its
940 assignment cast, to bfd_byte *. Use ELF32_PARISC_SX_SIZE instead
941 of sizeof (symextn_entry). Use symext_entryS instead of
942 symextn_entry. Use ELF32_PARISC_SX_GET instead of direct
943 assignment.
944
945 * archive.c (bfd_dont_truncate_arname): Add the ar padding
946 character, if there is room for it, even if the name is the
947 maximum length.
948
949 * elfcode.h (assign_file_positions_except_relocs): Sort the ELF
950 headers by section address when assigning file positions.
951 (elf_sort_hdrs): New static function.
952
953 Sun Oct 30 18:56:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
954
955 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT
956 and DT_FINI dynamic entries based on the existence of _init and
957 _fini symbols, not on the .init and .fini sections. This is
958 compatible with some SVR4 linkers.
959 (elf_bfd_final_link): Corresponding change.
960
961 Sat Oct 29 12:18:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
962
963 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't move a
964 symbol with a PLT entry into the .plt section if it is defined in
965 a regular file.
966 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
967
968 * linker.c (_bfd_generic_link_add_archive_symbols): It's not an
969 error if an empty archive has no symbol table.
970 * ecoff.c (ecoff_link_add_archive_symbols): Likewise.
971 * elfcode.h (elf_link_add_archive_symbols): Likewise.
972
973 Fri Oct 28 10:08:41 1994 J.T. Conklin (jtc@rtl.cygnus.com)
974
975 NetBSD/m68k support, based on work by mikeb@snow.datametrics.com:
976 * config.bfd (m68*-*-netbsd*): Use m68k-nbsd as bfd_name.
977 * configure.in (m68knetbsd_vec): Added.
978 * targets.c (bfd_m68knetbsd_vec): Added.
979 * hosts/m68knbsd.h, config/m68k-nbsd.mt, m68knetbsd.c: New files.
980 * Makefile.in (BFD32_BACKENDS, CFILES): Add m68knetbsd.c.
981
982 miscellaneous cleanup required by all netbsd targets, based on work
983 by Andrew Cagney <cagney@highland.com.au>:
984 * netbsd.h (N_MAGIC, N_SET_MAGIC, N_GETMAGIC, N_GETMAGIC2, N_TXTADDR,
985 N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out
986 definitions work.
987 * i386nbsd.c, ns32knbsd.c, sparcnbsd.c (__LDPGSZ): Removed.
988 (MY(write_object_contents)): Use NetBSD's magic numbers
989
990 Thu Oct 27 16:59:52 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
991
992 * libelf.h (struct bfd_elf_section_data): Add field dynindx.
993 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Don't finalize
994 the .dynsym, .dynstr or .hash sections until after the backend
995 size_dynamic_sections routine, so that it can add dynamic symbols
996 if it wants to.
997 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't define the
998 symbol to be in the .plt section when generating a shared library
999 if it is a defined symbol.
1000 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
1001 (elf32_sparc_size_dynamic_sections): When generating a shared
1002 library, allocate space for a dynamic symbol for each output
1003 section, storing the index in the dynindx field of the ELF section
1004 data. Adjust the other dynindx fields to account for this.
1005 (elf32_sparc_adjust_dynindx): New static function.
1006 (elf32_sparc_relocate_section): When copying a reloc into a shared
1007 library, use the original addend as appropriate. Convert an
1008 R_SPARC_32 reloc into an R_SPARC_RELATIVE reloc. Use the dynamic
1009 symbol index of the output section, not the normal symbol index.
1010 (elf32_sparc_finish_dynamic_sections): Don't die if a section does
1011 not exist when setting the value of the dynamic tags. Write out
1012 a dynamic symbol for each output section.
1013
1014 Wed Oct 26 01:15:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1015
1016 * aoutx.h (aout_link_input_section): Don't bother to read or write
1017 the relocs if there aren't any.
1018
1019 Tue Oct 25 11:44:38 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1020
1021 * Makefile.in (ALL_MACHINES): Add tekhex.o.
1022 * targets.c (bfd_target_vector): If SELECT_VECS is not defined,
1023 include tekhex_vec.
1024 * tekhex.c (NIBBLE, ISHEX): Cast array arguments to unsigned char.
1025 (getvalue, getsym, out): Likewise.
1026 (find_chunk): Remove unused variable s.
1027 (first_phase): Remove unused variable s.
1028 (pass_over): Remove unused variable address.
1029 (tekhex_object_p): Remove unused variable section.
1030 (move_section_contents): Change return type from boolean to void.
1031 (tekhex_write_object_contents): Remove unused variables tdata and
1032 list.
1033
1034 * linker.c (enum link_action): Add CIND.
1035 (link_action): Change COMMON_ROW\indr from MDEF to CREF. Change
1036 INDR_ROW\common from MDEF to CIND.
1037 (_bfd_generic_link_add_one_symbol): In CREF case, handle an
1038 existing symbol which is indirect rather than defined. Add new
1039 CIND case.
1040
1041 Mon Oct 24 15:33:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1042
1043 Change S-record backend to use multiple sections to handle gaps in
1044 file.
1045 * srec.c (srec_data_list_struct): Move field next from last place
1046 to first. Change type of data to bfd_byte *.
1047 (struct srec_symbol): Define.
1048 (tdata_type): Remove done_symbol_read, count, strings, symbol_idx,
1049 string_size, string_idx. Change type of symbols to struct
1050 srec_symbol *. Add symtail and csymbols.
1051 (low, high): Remove.
1052 (size_symbols, fillup_symbols, size_srec, fillup): Remove.
1053 (white, skipwhite, pass_over, object_p): Remove.
1054 (srec_mkobject): Call srec_init. Adjust tdata initialization for
1055 field changes.
1056 (srec_get_byte, srec_bad_byte): New static functions.
1057 (srec_new_symbol, srec_scan): New static functions.
1058 (srec_object_p): Change type of b to bfd_byte. Explicitly set
1059 wrong_format error. Call srec_mkobject and srec_scan instead of
1060 object_p.
1061 (symbolsrec_object_p): Likewise. Also, change b to be only two
1062 bytes.
1063 (srec_read_section): New static function.
1064 (srec_get_section_contents): Call srec_read_section rather than
1065 pass_over. Handle zero length section correctly.
1066 (set_set_arch_mach): Change from function to macro.
1067 (srec_set_section_contents): Change data to bfd_byte *.
1068 (srec_write_record): Change data, end and src to bfd_byte *.
1069 (srec_write_header): Change buffer and dst to bfd_byte *.
1070 (srec_write_section): Change location to bfd_byte *.
1071 (srec_write_terminator): Change buffer to bfd_byte *.
1072 (srec_get_symtab_upper_bound): Don't call
1073 srec_get_section_contents.
1074 (srec_get_symtab): Rewrite.
1075
1076 * ecoff.c (ecoff_set_symbol_info): Set udata.i to 0, not NULL.
1077
1078 Fri Oct 21 16:43:13 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1079
1080 * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD.
1081 * i386netbsd.c, ns32knetbsd.c, sparcnetbsd.c: removed RCS Id's.
1082 changed how PAGE_SIZE and SEGMENT_SIZE are defined so they are
1083 consistant with each other.
1084 * netbsd.h (N_HEADER_IN_TEXT, TEXT_START_ADDR): NetBSD fits its
1085 header into the start of its text segment.
1086
1087 Fri Oct 21 17:13:07 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1088
1089 * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add case for
1090 _construct_extended_name_table.
1091 (bfd_target): Add _bfd_construct_extended_name_table.
1092 * archive.c (_bfd_archive_bsd_construct_extended_name_table): New
1093 function.
1094 (_bfd_archive_coff_construct_extended_name_table): New function.
1095 (_bfd_construct_extended_name_table): Renamed by adding a leading
1096 underscore, and made externally visible. Added trailing_slash
1097 argument, and used it instead of elf_style. Changed type of
1098 tablen to bfd_size_type *.
1099 (_bfd_write_archive_contents): Use BFD_SEND to call
1100 construct_extended_name_table. Use the returned name.
1101 * libbfd-in.h (_bfd_construct_extended_name_table): Declare.
1102 (_bfd_noarchive_construct_extended_name_table): Define.
1103 (_bfd_archive_bsd_construct_extended_name_table): Declare.
1104 (_bfd_archive_coff_construct_extended_name_table): Declare.
1105 * bfd-in2.h: Rebuild.
1106 * libbfd.h: Rebuild.
1107 * som.c (som_construct_extended_name_table): New static function.
1108 * aout-target.h (MY_construct_extended_name_table): Define.
1109 * coff-rs6000.c (rs6000coff_construct_extended_name_table):
1110 Define.
1111 * ieee.c (ieee_construct_extended_name_table): Define.
1112 * libecoff.h (_bfd_ecoff_construct_extended_name_table): Define.
1113 * oasys.c (oasys_construct_extended_name_table): Define.
1114
1115 Fix the ELF linker to not require an interpreter if no dynamic
1116 objects were seen, even when linking PIC code.
1117 * libelf.h (ELF_LINK_HASH_NEEDS_PLT): Define.
1118 (struct elf_link_hash_table): Add field dynamic_sections_created.
1119 * elfcode.h (elf_link_record_dynamic_symbol): Create dynstr if it
1120 doesn't already exist.
1121 (elf_link_add_object_symbols): Create dynamic sections based on
1122 dynamic_sections_created field, not dynobj field. Don't bother to
1123 set dynobj.
1124 (elf_link_create_dynamic_sections): If dynamic sections were
1125 already created, don't do anything. If dynobj is already set, use
1126 it; otherwise, set it to the bfd argument. Don't initialize
1127 dynsymcount. Only create dynstr if it does not exist. Set
1128 dynamic_sections_created to true.
1129 (NAME(bfd_elf,size_dynamic_sections)): Skip most of this function
1130 if no dynamic objects were seen.
1131 (elf_adjust_dynamic_symbol): If a symbol has the
1132 ELF_LINK_HASH_NEEDS_PLT flag set, let the backend adjust it.
1133 (elf_bfd_final_link): Change most decisions based on dynobj to
1134 check dynamic_sections_created instead.
1135 (elf_link_output_extsym): Only handle dynamic symbols if a dynamic
1136 object was seen.
1137 * elf.c (_bfd_elf_link_hash_table_init): Initialize new field
1138 dynamic_sections_created. Set dynsymcount to 1, not 0.
1139 * elf32-i386.c (elf_i386_create_dynamic_sections): Call
1140 elf_i386_create_got_section rather than creating the .got and
1141 .got.plt sections.
1142 (elf_i386_create_got_section): New static function.
1143 (elf_i386_check_relocs): Just call elf_i386_create_got_section if
1144 a GOT table is needed, not bfd_elf32_link_create_dynamic_sections.
1145 Only create the .rel.got section, and only make space for a reloc,
1146 for a global symbol or when generating a shared object. For a
1147 R_386_PLT32 reloc, just set the ELF_LINK_HASH_NEEDS_PLT flag.
1148 (elf_i386_adjust_dynamic_symbol): Rework initial assertion to
1149 permit ELF_LINK_HASH_NEEDS_PLT non dynamic symbols. Create a
1150 procedure linkage table entry for such symbols. But, if no
1151 dynamic objects were seen, never create a PLT entry.
1152 (elf_i386_size_dynamic_sections): If no dynamic objects were seen,
1153 skip most of this function, and force the size of the .rel.got
1154 section to zero.
1155 (elf_i386_relocate_section): For a R_386_GOT32 reloc against a global
1156 symbol when no dynamic object was seen, initialize the contents of
1157 the .got section. For a R_386_GOT32 against a local symbol, only
1158 create a R_386_RELATIVE reloc when generating a shared object.
1159 Treat a R_386_PLT32 reloc against a symbol for which we did not
1160 create a PLT entry as a R_386_PC32 reloc.
1161 (elf_i386_finish_dynamic_sections): Only fiddle with the dynamic
1162 entries and the PLT if we saw a dynamic object.
1163 * elf32-sparc.c (elf_sparc_howto_table): Fix R_SPARC_PC22 by
1164 setting rightshift to 10. Fix R_SPARC_WPLT20 by setting
1165 rightshift to 2, size to 2, bitsize to 30, and dst_mask to
1166 0x3fffffff.
1167 (elf32_sparc_create_dynamic_sections): Don't set the size of the
1168 .plt section. Call elf32_sparc_create_got_section rather than
1169 creating the .got section.
1170 (elf32_sparc_check_relocs): Call elf32_sparc_create_got_section if
1171 a GOT table is needed, not bfd_elf32_link_create_dynamic_sections.
1172 Only create the .rela.got section, and only make space for a
1173 reloc, for a global symbol or when generating a shared object.
1174 Set the alignment of the .rela.got section to 2. For a
1175 R_SPARC_WPLT30 reloc, just set the ELF_LINK_HASH_NEEDS_PLT flag.
1176 (elf32_sparc_adjust_dynamic_symbol): Rework initial assertion to
1177 permit ELF_LINK_HASH_NEDS_PLT non dynamic symbols. Create a
1178 procedure linkage table for such symbols. But, if no dynamic
1179 objects were seen, never create a PLT entry. Initialize the size
1180 of the .plt section.
1181 (elf32_sparc_size_dynamic_sections): If no dynamic objects were
1182 seen, skip most of this function, and force the size of the
1183 .rela.got section to zero. Strip empty reloc sections, and strip
1184 an empty .plt section.
1185 (elf32_sparc_relocate_section): For a GOT reloc against a global
1186 symbol when no dynamic object was seen, initialize the contents of
1187 the .got section. For a GOT reloc against a local symbol, only
1188 create a R_SPARC_RELATIVE reloc when generating a shared object.
1189 Treat a R_SPARC_WPLT30 reloc against a symbol for which we did not
1190 create a PLT entry as a R_SPARC_WDISP30 reloc.
1191 (elf32_sparc_finish_dynamic_sections): Only fiddle with the
1192 dynamic entries and the PLT if we saw a dynamic object.
1193
1194 Thu Oct 20 13:28:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1195
1196 * elfcode.h (elf_map_symbols): Don't worry about section symbols
1197 in a section not owned by any BFD.
1198 (elf_section_from_bfd_section): Separate out loop which calls
1199 backend routine. Check bfd_section and call the backend routine
1200 even for a section not owned by any BFD.
1201 * elf32-mips.c (mips_elf_section_from_bfd_section): Handle
1202 .acommon section.
1203
1204 Wed Oct 19 13:28:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1205
1206 * coffgen.c (coff_print_symbol): Make names for section number and
1207 storage class slightly more verbose. It's not clear how many
1208 characters I can justify using up, but before this change they
1209 both were abbreviated "sc" which is (IMHO) clearly unacceptable.
1210
1211 Wed Oct 19 01:26:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1212
1213 * binary.c (binary_set_section_contents): Set the base file
1214 position from the lowest section VMA, not the start address.
1215
1216 * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error
1217 if there are no symbols.
1218 * coffgen.c (coff_get_normalized_symtab): Likewise.
1219 * hp300hpux.c (MY(slurp_symbol_table)): Likewise.
1220
1221 Tue Oct 18 12:56:43 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1222
1223 * aout-target.h (MY_bfd_copy_private_section_data): Only copy
1224 subformat to another bfd_target_aout_flavour file.
1225
1226 * binary.c: New file for raw binary output format.
1227 * Makefile.in (BFD_LIBS): Add binary.o.
1228 (CFILES): Add binary.c.
1229 * targets.c (binary_vec): Declare.
1230 (bfd_target_vector): Include binary_vec.
1231
1232 * srec.c (tdata_type): Add field tail.
1233 (srec_mkobject): Initialize tail.
1234 (srec_set_section_contents): Sort S record list by address.
1235
1236 Mon Oct 17 11:38:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1237
1238 * elfcode.h (elf_map_symbols): Sort the symbols into a new array,
1239 rather than messing with Elf_Sym_Extra. Store the symbol index in
1240 the udata.i field.
1241 (swap_out_syms): Use outbound_syms as a pointer rather than as an
1242 array. Don't worry about elf_sym_num.
1243 * libelf.h (struct elf_sym_extra): Don't define.
1244 (Elf_Sym_Extra): Don't define.
1245 (struct elf_obj_tdata): Remove sym_extra field.
1246 (elf_sym_extra): Don't define.
1247 * elf32-hppa.c (elf32_hppa_backend_final_write_processing): Use
1248 udata.i rather than elf_sym_extra array.
1249
1250 * syms.c (asymbol): Change udata field into a union.
1251 * bfd-in2.h: Rebuild.
1252 * aoutx.h (NAME(aout,translate_symbol_table)): Use udata.p rather
1253 than just udata.
1254 * bout.c (perform_slip): Likewise.
1255 * hp300hpux.c (MY(slurp_symbol_table)): Likewise.
1256 * ieee.c (ieee_slurp_external_symbols): Likewise.
1257 * linker.c (generic_link_add_symbol_list): Likewise.
1258 (default_indirect_link_order): Likewise.
1259 * oasys.c (oasys_slurp_symbol_table): Likewise.
1260 * reloc16.c (bfd_perform_slip): Likewise.
1261 * srec.c (fillup_symbols): Likewise.
1262 * coffcode.h (get_index): Use udata.i rather than just udata.
1263 (coff_slurp_symbol_table): Likewise.
1264 * coffgen.c (set_index): Likewise.
1265 * ecoff.c (ecoff_set_symbol_info): Likewise.
1266 * elfcode.h (elf_symbol_from_bfd_symbol): Likewise.
1267 * libecoff.h (ecoff_get_sym_index, ecoff_set_sym_index): Likewise.
1268 * som.c (compare_syms): Likewise.
1269 (som_prep_for_fixups): Likewise.
1270 (som_write_fixups): Likewise.
1271
1272 Use a hash table when writing out ELF symbol names.
1273 * elfcode.h (elf_stringtab_init): New static function.
1274 (bfd_new_strtab, bfd_add_to_strtab, bfd_add_2_to_strtab): Remove.
1275 Change all callers to use elf_stringtab_init or
1276 _bfd_stringtab_add, and get stringtab lengths using
1277 _bfd_stringtab_size.
1278 (elf_fake_sections): Change ignored argument to pointer to
1279 boolean, and set the boolean to true if an error occurs. If an
1280 error has already occurred, don't do anything.
1281 (assign_section_numbers): Just set sh_size, not contents.
1282 (elf_compute_section_file_positions): Pass the address of a
1283 boolean to elf_fake_sections. Pass the address of a
1284 bfd_strtab_hash to swap_out_syms. Write out the .strtab section.
1285 (prep_headers): Change shstrtab to bfd_strtab_hash.
1286 (swap_out_syms): Take a pointer to a bfd_strtab_hash as an
1287 argument. Set it to the symbol names.
1288 (NAME(bfd_elf,write_object_contents)): Write out the section
1289 header names using _bfd_stringtab_emit.
1290 (elf_debug_section): Remove first argument; get the section name
1291 via the bfd_section pointer. Change caller.
1292 (elf_bfd_final_link): Write out the symbol names using
1293 _bfd_stringtab_emit. Likewise for the .dynstr section contents.
1294 Free the symbol names at the end of the function.
1295 (elf_link_input_bfd): Remove the last argument, output_names,
1296 from relocate_section. Save the old symbol contents before
1297 calling elf_link_output_sym, and restore them afterward.
1298 * libelf.h (struct elf_link_hash_table): Change dynstr field to
1299 struct bfd_strtab_hash.
1300 (struct elf_backend_data): Remove last argument, output_names,
1301 from elf_backend_relocate_section field.
1302 (struct strtab): Don't define.
1303 (struct elf_obj_tdata): Change strtab_ptr field to struct
1304 bfd_strtab_hash.
1305 * elf32-hppa.c (elf32_hppa_relocate_section): Remove last
1306 argument, output_names.
1307 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1308 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1309 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1310
1311 * libbfd-in.h (DEFAULT_STRING_SPACE_SIZE): Don't define.
1312 (bfd_add_to_string_table): Don't declare.
1313 * libbfd.h: Rebuild.
1314 * libbfd.c (bfd_add_to_string_table): Remove.
1315
1316 * elfcode.h (elf_swap_shdr_in): Use bfd_section, not rawdata.
1317 Clear contents field.
1318 (bfd_section_from_shdr): In SHT_STRTAB case, check bfd_section,
1319 not rawdata. Don't set rawdata if e_shstrndx. Use bfd_section
1320 rather than rawdata in commented out code. In SHT_REL[A] case,
1321 don't bother to check elf_section_data of section returned by
1322 section_from_elf_index.
1323 (elf_fake_sections): Set bfd_section, not rawdata. Don't set
1324 size.
1325 (elf_map_symbols): Don't set elf_num_section_syms. Don't create
1326 section symbols that already exist.
1327 (assign_file_position_for_section): Use bfd_section, not rawdata.
1328 (section_from_elf_index): Just check bfd_section field.
1329 (elf_section_from_bfd_section): Likewise.
1330 (elf_debug_section): Don't print rawdata, contents, or size.
1331 (elf_link_add_object_symbols): Don't error out if
1332 section_from_elf_index returns NULL.
1333 (elf_bfd_final_link): Check return value from
1334 section_from_elf_index against NULL, not bfd_is_abs_section.
1335 (elf_link_input_bfd): Don't check section_from_elf_index return
1336 value.
1337 * libelf.h (struct elf_obj_tdata): Remove num_section_syms field.
1338 (elf_num_section_syms): Don't define.
1339 * elf.c (elf_get_str_section): Store section contents in contents
1340 field rather than rawdata field.
1341 (elf_string_from_elf_section): Likewise.
1342 (_bfd_elf_make_section_from_shdr): Store BFD section pointer in
1343 bfd_section field rather than rawdata field.
1344 * elf32-hppa.c (elf32_hppa_read_symext_info): Use bfd_section
1345 rather than rawdata.
1346 (elf32_hppa_size_stubs): Likewise.
1347 (elf32_hppa_backend_symbol_table_processing): Don't set
1348 symextn_hdr->size; just use sh_size.
1349 * elf32-mips.c (mips_elf_final_write_processing): Use bfd_section
1350 rathern than rawdata.
1351 (mips_elf_section_from_shdr): Likewise.
1352 (mips_elf_section_processing): Likewise.
1353 (mips_elf_section_from_bfd_section): Remove rawdata check.
1354
1355 * srec.c (pass_over): Set the start address for S7, S8 or S9.
1356
1357 Fri Oct 14 19:15:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1358
1359 * VERSION: Updated to 2.5.
1360
1361 Fri Oct 14 11:07:50 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1362
1363 * bfd.c (bfd_scan_vma): Cast end to be non const before passing it
1364 to strtoul.
1365
1366 Thu Oct 13 14:40:41 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1367
1368 * bfd.c (bfd_scan_vma): Pass end argument on to strtoul.
1369
1370 Wed Oct 12 16:46:43 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1371
1372 * opncls.c (bfd_realloc): Deleted, since it's broken and fixing it
1373 would make it slow. Besides, it isn't used much.
1374 * elfcode.h (elf_map_symbols): Always allocate new storage for the
1375 symbol table.
1376
1377 Wed Oct 12 11:54:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1378
1379 * ecoff.c (ecoff_set_symbol_info): Mark local stProc, stLabel or
1380 stabs symbols as BSF_DEBUGGING.
1381
1382 * rs6000-core.c (rs6000coff_core_file_matches_executable_p): Make
1383 str1 and str2 const pointers.
1384
1385 * Makefile.in (INSTALL): Use top level install.sh script.
1386 * config/README (INSTALL): Remove.
1387 * config/delta88.mh (INSTALL): Remove.
1388 * config/i386v4.mh (INSTALL): Remove.
1389 * config/irix4.mh (INSTALL): Remove.
1390 * config/irix5.mh (INSTALL): Remove.
1391 * config/ncrt3000.mh (INSTALL): Remove.
1392
1393 Tue Oct 11 13:57:56 1994 Eric Youngdale (eric@andante.aib.com)
1394
1395 * elf32-i386.c (elf_i386_check_relocs): Make sure that a symbol
1396 with a global offset table entry or a procedure linkage table
1397 entry is added to the dynamic symbol table.
1398 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
1399 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): If a symbol has
1400 already gotten a procedure linkage table entry, change the
1401 definition to the PLT entry.
1402 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
1403
1404 Tue Oct 11 17:12:00 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1405
1406 * lynx-core.c (lynx_core_file_p): SPARC Lynx appears to start
1407 dumping the .data section in a core file at a page boundary.
1408
1409 Mon Oct 10 16:24:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1410
1411 * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32
1412 to correct type.
1413 (coff_read_string_table): Cast argument to bfd_h_get_32 to correct
1414 type.
1415 * elfcode.h (elf_link_output_extsym): Cast argument to
1416 bfd_elf_hash to correct type.
1417
1418 * elf32-sparc.c (elf_sparc_howto_table): The PC10, PC22, and
1419 WPLT30 relocations are PC-relative.
1420
1421 Thu Oct 6 12:57:26 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
1422
1423 * aoutx.h (adjust_o_magic): Correctly initialize vma if the vma of
1424 the text section was user-defined.
1425
1426 Wed Oct 5 14:42:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1427
1428 * archive.c (bfd_construct_extended_name_table): SVR4 uses slash
1429 newline at the end of the file name, not just newline.
1430
1431 Tue Oct 4 11:23:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1432
1433 * ecoff.c (_bfd_ecoff_new_section_hook): Default section alignment
1434 power to 4, rather than using align_power_min.
1435
1436 * coffcode.h (coff_new_section_hook): Don't use align_power_min;
1437 use COFF_DEFAULT_SECTION_ALIGNMENT_POWER instead. Force the .stab
1438 and .stabstr sections to be aligned to no more than 2. Remove
1439 COFF_SPARC special cases.
1440 * coff-a29k.c: Define COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
1441 * coff-apollo.c, coff-go32.c, coff-h8300.c: Likewise.
1442 * coff-h8500.c, coff-i386.c, coff-i960.c, coff-m68k.c: Likewise.
1443 * coff-m88k.c, coff-rs6000.c, coff-sh.c, coff-sparc.c: Likewise.
1444 * coff-we32k.c, coff-z8k.c: Likewise.
1445
1446 * configure.in: Use ${config_shell} when running config.bfd.
1447
1448 * cofflink.c (coff_link_input_bfd): Don't try to convert a long
1449 filename if the offset field is zero.
1450
1451 * elfcode.h (swap_out_syms): If the alignment of a common symbol
1452 was not set, use a sensible default rather than zero.
1453
1454 Mon Oct 3 16:04:29 1994 H.J. Lu (hjl@nynexst.com)
1455
1456 * opncls.c (bfd_close): Honor umask when setting execution bits.
1457 (bfd_close_all_done): Likewise.
1458
1459 Mon Oct 3 04:41:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1460
1461 * rs6000-core.c (rs6000coff_core_p): Set SEC_HAS_CONTENTS flag
1462 for .stack and .ldinfo sections. Cast coredata.c_tab to a
1463 file_ptr to avoid warnings from gcc.
1464
1465 Fri Sep 30 13:11:38 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1466
1467 * elfcode.h (elf_bfd_final_link): Remove assertion when a non
1468 SEC_IN_MEMORY section is found in dynobj. This can happen when
1469 linking PIC compiled code.
1470
1471 Thu Sep 29 15:21:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1472
1473 * reloc.c (bfd_install_relocation): Change type of "data" to
1474 bfd_byte *, to go along with yesterday's change.
1475
1476 * elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol
1477 in elfcode.h. (case bfd_print_symbol_all): Print symbol's size
1478 field, except for common symbols; print their alignment.
1479 * elfcode.h (elf_print_symbol): Deleted.
1480 * libelf.h (bfd_elf_print_symbol): Declare.
1481 (bfd_elf{32,64}_print_symbol): Replace declarations with macros.
1482
1483 * syms.c (bfd_print_symbol_vandf): Show BSF_LOCAL and BSF_GLOBAL
1484 in one column. Use the column freed up to show BSF_FUNCTION and
1485 BSF_FILE.
1486
1487 Thu Sep 29 12:29:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1488
1489 * syms.c (stt): Add .rdata and .rodata.
1490
1491 Wed Sep 28 13:35:05 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1492
1493 * reloc.c (bfd_install_relocation): Cast data_start to bfd_byte *
1494 before trying to add values to it.
1495
1496 Tue Sep 27 16:47:58 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1497
1498 * elf32-hppa.c (elf32_hppa_backend_final_write_processing): Cast
1499 return value from elf_sym_extra.
1500 (elf32_hppa_build_stubs): Cast return value from bfd_zalloc.
1501 (elf32_hppa_size_stubs): Cast return value from malloc.
1502
1503 * gen-aout.c (main): Declare and initialize "arch".
1504
1505 * cofflink.c (coff_link_add_symbols): Cast return value of
1506 bfd_hash_allocate.
1507
1508 * riscix.c (riscix_callback): Use PARAMS macro in prototype.
1509
1510 * reloc.c (bfd_install_relocation): New function, mostly copied
1511 from bfd_perform_relocation, adjusted for the assembler's needs.
1512 * bfd-in2.h: Regenerated.
1513
1514 Mon Sep 26 11:00:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1515
1516 * elfcode.h (assign_file_positions_except_relocs): Align the
1517 section VMA and the file position even if D_PAGED is not set.
1518
1519 * bfd-in.h (bfd_seek): Change declaration to not mark fp const.
1520 * bfd-in2.h: Rebuild.
1521 * libbfd.c (bfd_seek): Don't mark parameters const, to avoid
1522 conflicts with declaration.
1523
1524 Fri Sep 23 15:15:31 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1525
1526 * elfcode.h (map_program_segments): Don't abort if we allocated
1527 too much space for the program header, only if we allocated too
1528 little.
1529 (assign_file_positions_except_relocs): Similar change.
1530
1531 Tue Sep 20 13:17:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1532
1533 * libaout.h: Fix comment.
1534 * ns32knbsd.h: Changed M_NS32K_NETBSD to M_532_NETBSD to match
1535 libaout.h.
1536
1537 Tue Sep 20 15:23:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1538
1539 * Makefile.in: Rebuilt dependencies.
1540 (BFD32_BACKENDS): Add sparcnetbsd.o.
1541 (CFILES): Add ns32knetbsd.c and sparcnetbsd.c.
1542 * targets.c: ns32knetbsd_vec was renamed to pc532netbsd_vec.
1543
1544 * coff-sh.c (rtype2howto): Remove; unused.
1545 (coff_sh_relocate_section): Remove unused local variable rstat.
1546 (reloc_processing): Comment out; unused.
1547
1548 Fri Sep 16 12:12:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1549
1550 * aoutx.h (aout_link_write_other_symbol): If h->indx is -2, then
1551 always write it out even if it would normally be stripped.
1552 (aout_link_input_section_std): If we find a reloc against a
1553 stripped global symbol, force it to be written out rather than
1554 merely calling unattached_reloc.
1555 (aout_link_input_section_ext): Likewise.
1556 (aout_link_reloc_link_order): Likewise.
1557
1558 Wed Sep 14 15:37:19 1994 Jeff Law (law@snake.cs.utah.edu)
1559
1560 * som.h (struct somdata): New field sorted_syms.
1561 (obj_som_sorted_syms): Accessor macro.
1562 * som.c (som_object_setup): Initialize sorted_syms to NULL.
1563 (som_prep_for_fixups): Sort a copy of the BFD's symbol table;
1564 store the sorted symbol table in sorted_syms.
1565 (som_write_fixups): Initalize tmp_reloc to NULL to make GCC happy.
1566 (som_begin_writing): Similarly for exec_header. Pass the sorted
1567 symbol table to som_write_symbol_strings.
1568 (som_build_and_write_symbol_table): Use the sorted symbols rather
1569 than the canonical symbol table.
1570
1571 * som.h (som_symbol_type): Add "stringtab_offset" field.
1572 * som.c (som_write_symbol_strings): Use "stringtab_offset"
1573 rather than destroying the "name" field in the BFD symbol.
1574 (som_build_and_write_symbol_table): Likewise.
1575
1576 Wed Sep 14 15:06:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1577
1578 * aoutx.h (aout_link_write_symbols): Rename skip_indirect to
1579 skip_next. If we find an N_WARNING symbol which has already been
1580 written out, set skip_next.
1581
1582 * libecoff.h (struct ecoff_tdata): Add field find_buffer.
1583 * ecoff.c: Include aout/stab_gnu.h.
1584 (ecoff_find_nearest_line): Handle stabs debugging information.
1585
1586 * elfcode.h (elf_link_output_extsym): Keep a symbol marked as weak
1587 even if it is referenced by another object.
1588
1589 Tue Sep 13 17:57:00 1994 Jeff Law (law@snake.cs.utah.edu)
1590
1591 * som.c (som_fixup_formats): Case R_ENTRY (0xb3), set both
1592 'T' and 'U' to grab all the unwind information.
1593 (som_set_reloc_info): Make 'U' unwind bits persist across
1594 multiple SOM relocations. Set the addend field of an R_ENTRY
1595 relocation to the value in 'T'; set the addend field on an
1596 R_EXIT relocation to the value in 'U'.
1597
1598 * som.h (som_symbol_type): Delete unwind field.
1599
1600 * som.c (som_write_fixups): For R_ENTRY fixups, get 32bits of
1601 unwind information from the addend field of the R_ENTRY, get the
1602 other 32bits from the addend field of the R_EXIT.
1603 (bfd_som_attach_unwind_info): Delete function and all references.
1604
1605 * som.h (som_symbol_type): Delete unused a.out-related fields.
1606
1607 * som.c (bfd_section_from_som_symbol): Use bfd_abs_section_ptr
1608 instead of &bfd_abs_section.
1609
1610 * som.c (som_object_setup): Handle exec_entry and exec_flags being
1611 switched in executables created by the OSF1 linker.
1612 (som_write_fixups): Handle R_EXIT just like the R_{F,L,R}SEL
1613 fixups. Support R_ALT_ENTRY (handle just like R_EXIT).
1614
1615 Tue Sep 13 16:04:07 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1616
1617 * cofflink.c (coff_link_input_bfd): syment_base is unsigned
1618 so can't compare -ve numbers with it.
1619
1620 Mon Sep 12 20:31:17 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1621
1622 * configure.in (shcoff_vec): Use cofflink.o now.
1623 * coff-sh.c: Rewritten to use new fast coff backend.
1624
1625 Tue Sep 13 16:23:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1626
1627 * aoutx.h (NAME(aout,final_link)): Don't assume that all the input
1628 files are a.out.
1629
1630 Tue Sep 13 11:09:39 1994 J.T. Conklin (jtc@rtl.cygnus.com)
1631
1632 * configure.host (sparc-*-netbsd): use sparcnbsd.
1633 (ns32k-*-netbsd): use ns32knbsd.
1634
1635 * hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
1636 host support.
1637
1638 * sparcnetbsd.c: New file, adds support for NetBSD/sparc.
1639 * config/sparc-nbsd.mt: Likewise.
1640
1641 * netbsd.h: New file, definitions common to all netbsd ports.
1642 * i386netbsd.c: Use it.
1643 * ns32knetbsd.c: Use it.
1644
1645 * Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
1646 config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
1647 file/variable naming conventions.
1648 * i386netbsd.c: New file, renamed from netbsd386.c.
1649 * ns32knetbsd.c: New file, renamed from netbsd532.c.
1650
1651 Mon Sep 12 21:56:20 1994 Jeff Law (law@snake.cs.utah.edu)
1652
1653 * som.c (som_reloc_skip): Correct off-by-one error for 4-byte
1654 R_NO_RELOCATION fixups.
1655 (bfd_section_from_som_symbol): Return the absolute section if the
1656 symbol isn't contained in any section in the output file.
1657 (som_slurp_symbol_table): ST_PRI_PROG and ST_SEC_PROG symbols are
1658 not function symbols (they are magic code labels which *can* be the
1659 targets of cross space branches). $START$ is not a section symbol.
1660
1661 Mon Sep 12 11:43:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1662
1663 * coff-alpha.c (ecoffalpha_little_vec): Add SEC_CODE and SEC_DATA
1664 to section_flags.
1665 * coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise.
1666
1667 * elfcode.h (swap_out_syms): Set the type of an undefined symbol
1668 to STT_FUNC if the BSF_FUNCTION flag is set.
1669
1670 * cofflink.c (coff_link_input_bfd): If r_symndx is -1, don't
1671 change it.
1672 (_bfd_coff_generic_relocate_section): If r_symndx is -1, it is an
1673 absolute reloc. Don't dump core using r_symndx as an array index.
1674 * cf-m68klynx.c (coff_bfd_link_add_symbols): Define.
1675 (lynx_link_add_symbols): New static function (copy of function in
1676 coff-i386.c).
1677 (coff_m68k_lynxrtype_to_howto): sym argument may be NULL.
1678 * coff-i386.c (coff_i386_rtype_to_howto): Likewise.
1679 * coff-a29k.c (coff_a29k_relocate_section): Handle an r_symndx
1680 value of -1, meaning an absolute reloc.
1681
1682 * ctor.c: Remove; obsolete.
1683 * Makefile.in: Rebuild dependencies.
1684 (BFD_LIBS): Remove ctor.o.
1685 (CFILES): Remove ctor.c.
1686 * libbfd.h: Rebuild.
1687
1688 Mon Sep 12 01:58:47 1994 Jeff Law (law@snake.cs.utah.edu)
1689
1690 * elf32-hppa.c (elf32_hppa_relocate_section): If there was a link
1691 error of some sort (for example, undefined symbols), then do not
1692 apply any relocs, just notify the user of the errors.
1693 (elf32_hppa_backend_begin_write_processing): Do not build a symbol
1694 extension section for an executable (it's useless).
1695 (elf32_hppa_link_output_symbol_hook): Do nothing if there was a
1696 link error of some sort (for example, undefined symbols).
1697 (elf32_hppa_read_symext_info): Kludge. Turn off SEC_HAS_CONTENTS
1698 for all the input symbol extension sections to keep the generic
1699 BFD code happy. Temporarily turn it on to read the contents of
1700 the symbol extension section.
1701
1702 Sun Sep 11 21:58:59 1994 Jeff Law (law@snake.cs.utah.edu)
1703
1704 * config/hppaosf.mh (RANLIB): Do not set.
1705 * config/hppabsd.mh (RANLIB): Likewise.
1706
1707 Sun Sep 11 22:50:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1708
1709 * cf-i386lynx.c: Remove #if 0 code.
1710 (i386_lynxos_coff_object_p): Remove unused function.
1711 (coff_bfd_link_add_symbols): Define.
1712 (lynx_link_add_symbols): New static function.
1713 * coffcode.h (coff_bfd_link_hash_table_create): If
1714 coff_relocate_section is defined, only define this if not already
1715 defined.
1716 (coff_bfd_link_add_symbols, coff_bfd_final_link): Likewise.
1717
1718 * linker.c (_bfd_generic_final_link): Handle
1719 bfd_indirect_link_order explicitly, rather than via
1720 _bfd_default_link_order.
1721 (set_symbol_from_hash): New static function, broken out of
1722 _bfd_generic_link_write_global_symbol.
1723 (_bfd_generic_link_write_global_symbol): Symbol setting code moved
1724 to set_symbol_from_hash; call it.
1725 (default_indirect_link_order): Add generic_linker argument.
1726 Change all callers. If false, set the generic symbols based on
1727 the hash table entries.
1728
1729 Fri Sep 9 11:51:49 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1730
1731 * coffgen.c (coff_get_symtab): Reindented. Removed commented out
1732 call to bfd_constructor_entry.
1733
1734 Convert m68k COFF to use new COFF backend linker.
1735 * coff-m68k.c (coff_relocate_section): Define.
1736 * cf-m68klynx.c (coff_rtype_to_howto): Define.
1737 (coff_m68k_lynx_rtype_to_howto): New static function.
1738 * configure.in (m68kcoff_vec): Build cofflink.o.
1739 (m68kcoffun_vec, m68klynx_coff_vec): Likewise.
1740
1741 Thu Sep 8 16:20:38 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1742
1743 * coff-h8300.c (h8300_reloc16_extra_cases, case RELBYTE): Flag
1744 overflows correctly.
1745
1746 Wed Sep 7 19:01:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1747
1748 * libelf.h (struct elf_backend_data): Change second argument of
1749 elf_backend_final_write_processing hook to boolean.
1750 (struct elf_obj_tdata): Add linker field.
1751 * elfcode.h (NAME(bfd_elf,write_object_contents)): Pass value of
1752 tdata linker field to final_write_processing, rather than NULL.
1753 (elf_bfd_final_link): Don't call final_write_processing hook. Set
1754 tdata linker field to true.
1755 * elf32-mips.c (mips_elf_final_write_processing): Change type of
1756 second argument to boolean.
1757 * elf32-hppa.c (elf32_hppa_backend_final_write_processing):
1758 Likewise.
1759
1760 * coff-go32.c (RTYPE2HOWTO): Fully parenthesize arguments.
1761 * coff-i960.c (RTYPE2HOWTO): Likewise.
1762 * coff-m88k.c (RTYPE2HOWTO): Likewise.
1763 * coff-we32k.c (RTYPE2HOWTO): Likewise.
1764
1765 Make i386 COFF use new COFF backend linker.
1766 * coff-i386.c (RTYPE2HOWTO): Fully parenthesize arguments.
1767 (coff_relocate_section): Define.
1768 (coff_i386_rtype_to_howto): New function.
1769 * configure.in (i386coff_vec): Use cofflink.o.
1770 (i386lynx_coff_vec): Likewise.
1771
1772 * coffcode.h (bfd_coff_backend_data): Add new field
1773 _bfd_coff_rtype_to_howto.
1774 (bfd_coff_rtype_to_howto): Define.
1775 (coff_rtype_to_howto): Define to use RTYPE2HOWTO, if not already
1776 defined.
1777 (bfd_coff_std_swap_table): Initialize new field.
1778 * cofflink.c (_bfd_coff_final_link): Allocate section_count + 1
1779 section_info structures, since the target_index is 1 based.
1780 (coff_link_input_bfd): Set *secpp to bfd_com_section_ptr for a
1781 common symbol. Adjust rel_hash by the output reloc count.
1782 (_bfd_coff_generic_relocate_section): New function.
1783 * libcoff-in.h (_bfd_coff_generic_relocate_section): Declare.
1784 * libcoff.h: Rebuild.
1785 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
1786 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1787
1788 Tue Sep 6 23:28:52 1994 Jeff Law (law@snake.cs.utah.edu)
1789
1790 * som.c (som_bfd_derive_misc_symbol_info): Treat undefined code
1791 symbols and undefined symbols which no type in the same manner
1792 if the associated BFD symbol has BSF_FUNCTION set. For a defined
1793 symbol which no type, select a SOM type based on the flags of the
1794 section containing the symbol.
1795 (som_slurp_symbol_type): Set BSF_FUNCTION for undefined ST_STUB
1796 or ST_CODE symbols (importing a non-function code symbol is
1797 meaningless in SOM).
1798 (som_set_reloc_info): Don't set "offset" to the section's vma; it
1799 should always start at zero.
1800
1801 Tue Sep 6 14:51:11 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1802
1803 Add new style linker support to COFF backend. a29k only for now.
1804 * cofflink.c: New file.
1805 * libcoff-in.h: Include bfdlink.h.
1806 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.
1807 (obj_coff_sym_hashes): Define accessor macro.
1808 (struct coff_tdata): Add fields external_syms, strings, and
1809 sym_hashes.
1810 (struct coff_link_hash_entry): Define.
1811 (struct coff_link_hash_table): Define.
1812 (coff_link_hash_lookup, coff_link_hash_traverse): Define.
1813 (coff_hash_table): Define.
1814 (_bfd_coff_link_hash_table_create): Declare.
1815 (_bfd_coff_link_add_symbols, _bfd_coff_final_link): Declare.
1816 * coffcode.h (bfd_coff_backend_data): Add fields _bfd_relsz,
1817 _bfd_coff_swap_reloc_in, _bfd_coff_sym_is_global,
1818 _bfd_coff_compute_section_file_positions,
1819 _bfd_coff_relocate_section.
1820 (bfd_coff_relsz, bfd_coff_swap_reloc_in): Define.
1821 (bfd_coff_sym_is_global): Define.
1822 (bfd_coff_compute_section_file_positions): Define.
1823 (bfd_coff_relocate_section): Define.
1824 (coff_mkobject_hook): Initialize obj_raw_syment_count and
1825 obj_conv_table_size.
1826 (coff_compute_section_file_positions): Set target_index of all
1827 sections. Set output_has_begun field.
1828 (coff_write_object_contents): Don't set target_index; now done by
1829 coff_compute_section_file_positions. Remove obsolete handling of
1830 scn_base and data_base. Don't bother to check that target_index
1831 is positive, since it always is. Remove use of pad, which is
1832 always zero. Check obj_raw_syment_count, not bfd_get_symcount,
1833 for the number of symbols, but only write them out if
1834 bfd_get_symcount is non-zero. Don't check obj_raw_syment_count
1835 until after coff_write_symbols is called.
1836 (coff_slurp_symbol_table): Use obj_raw_syment_count, not
1837 bfd_get_symcount for the number of symbols. Don't set
1838 obj_conv_table_size.
1839 (coff_sym_is_global): New static function or macro.
1840 (coff_slurp_reloc_table): Call coff_swap_reloc_in, not
1841 bfd_swap_reloc_in.
1842 (coff_bfd_link_hash_table_create): If coff_relocate_section is
1843 defined, define as _bfd_coff_link_hash_table_create.
1844 (coff_bfd_link_add_symbols): Similar change.
1845 (coff_bfd_final_link): Similar change.
1846 (coff_relocate_section): Define as NULL if not defined.
1847 (bfd_coff_std_swap_table): Initialize new fields.
1848 * coffgen.c (coff_real_object_p): Don't set obj_raw_syment_count
1849 and obj_conv_table_size here.
1850 (coff_count_linenumbers): Reindent. If bfd_get_symcount is zero,
1851 add up the line numbers from the sections.
1852 (coff_write_symbols): Set obj_raw_syment_count, not
1853 bfd_get_symcount.
1854 (coff_pointerize_aux): Don't pointerize a nonpositive x_endndx
1855 field.
1856 (coff_get_normalized_symtab): Use obj_raw_syment_count, not
1857 bfd_get_symcount.
1858 (coff_print_symbol): If auxp->fix_end, print x_endndx value.
1859 * coffswap.h (coff_swap_reloc_in): Rename from bfd_swap_reloc_in.
1860 Reindent. Change argument type to PTR.
1861 * coff-a29k.c (coff_a29k_relocate_section): New static function.
1862 (coff_relocate_section): Define.
1863 * configure.in (a29kcoff_big_vec): Compile cofflink.o.
1864 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new fields.
1865 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1866 * libcoff.h: Rebuilt.
1867 * Makefile.in: Rebuilt dependencies.
1868 (BFD32_BACKENDS): Add cofflink.o.
1869 (CFILES): Add cofflink.c.
1870
1871 Tue Sep 6 14:00:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1872
1873 * coffgen.c (coff_print_symbol, case bfd_symbol_print_all): Check
1874 for section symbol, and print its aux fields with appropriate
1875 labels.
1876
1877 * Makefile.in (ALL_MACHINES): Added cpu-arm.o.
1878
1879 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
1880
1881 * aoutx.h (NAME(aout,machine_type)): Recognize the ARM processor.
1882 * archures.c, config.bfd, configure.host, libaout.h, reloc.c,
1883 targets.c: Add support for the ARM.
1884 * cpu-arm.c, riscix.c, config/riscix.mh, config/riscix.mt: New files.
1885
1886 * aoutx.h (add_to_stringtable): Check that str isn't a NULL pointer.
1887
1888 Fri Sep 2 14:10:30 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1889
1890 * reloc.c (enum bfd_reloc_code_real): Rewrote definition to use
1891 new "chew" commands for simultaneous definition of enumerator and
1892 enumerator name table.
1893 (bfd_get_reloc_code_name): New function, for retrieving a symbolic
1894 name associated with an enumerator.
1895 * libbfd.h, bfd-in2.h: Regenerated.
1896
1897 Tue Aug 30 21:24:54 1994 Jeff Law (law@snake.cs.utah.edu)
1898
1899 * som.c (som_write_fixups, case R_ENTRY): Handle case where no
1900 unwind descriptor information is available.
1901
1902 Tue Aug 30 11:43:30 1994 Eric Youngdale (ericy@cais.cais.com)
1903
1904 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add soname
1905 argument, and use it to set DT_SONAME dynamic entry.
1906 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update prototype.
1907 (bfd_elf64_size_dynamic_sections): Update prototype.
1908 * bfd-in2.h: Rebuilt.
1909
1910 Fri Aug 26 15:47:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1911
1912 * coffgen.c (coff_real_object_p): Set obj_raw_syment_count.
1913 (coff_get_normalized_symtab): Verify obj_raw_syment_count, rather
1914 than setting it.
1915
1916 Thu Aug 25 10:44:53 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1917
1918 * archive.c (bsd_write_armap): Remove host dependencies.
1919
1920 * aoutx.h (add_to_stringtab): Check for _bfd_stringtab_add error
1921 before adding BYTES_IN_WORD.
1922
1923 * coffgen.c (coff_find_nearest_line): Look for the best C_FILE,
1924 not merely the first.
1925
1926 * coffgen.c (coff_write_alien_symbol): If we are not using the
1927 symbol, clear the name so that it is not put in the string table.
1928 From Antti.Miettinen@ntc.nokia.com.
1929
1930 Wed Aug 24 11:49:19 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1931
1932 * coffgen.c (coff_print_symbol): Cast pointer different to long
1933 and use %ld to print it.
1934 * osf-core.c (osf_core_core_file_p): Remove unused variable
1935 dseccnt.
1936 * ecoffswap.h (ecoff_swap_ext_out): If ECOFF_64, clear remaining
1937 bytes in bits2.
1938
1939 * configure.host, config.bfd: Change i[34]86 to i[345]86.
1940 * coffgen.c (coff_real_object_p): Set obj_conv_table_size here,
1941 rather than waiting until coff_slurp_symbol_table.
1942 (coff_write_alien_symbol): Just ignore BSF_DEBUGGING symbols.
1943 From Antti.Miettinen@ntc.nokia.com.
1944
1945 * section.c (bfd_make_section_anyway): Fix failure check of
1946 bfd_make_empty_symbol. From Antti.Miettinen@ntc.nokia.com.
1947
1948 * aoutx.h (translate_to_native_sym_flags): Use the output_section
1949 (and output_offset) if there is one.
1950
1951 * aoutx.h (aout_link_check_archive_element): Discard the symbols
1952 if the archive element was not needed.
1953
1954 * aoutx.h (aout_get_external_symbols): Ensure that a zero string
1955 index yields an empty string.
1956 (aout_link_write_symbols): If info->keep_memory is false, use name
1957 from original hash table entry, not from entry in *sym_hash.
1958
1959 * aoutx.h (struct aout_final_link_info): Add fields contents,
1960 relocs, symbol_map and output_syms.
1961 (NAME(aout,final_link)): Work out the largest section size, reloc
1962 size, and number of symbols. Use them to preallocate buffers that
1963 are large enough for all cases.
1964 (aout_link_input_bfd): Use preallocated symbol_map.
1965 (aout_link_write_symbols): Remove symbol_map argument; use
1966 preallocated symbol_map instead. Change all callers. Use
1967 preallocated output_syms.
1968 (aout_link_input_section): Remove symbol_map argument. Change all
1969 callers. Use preallocated contents and relocs.
1970 (aout_link_input_section_std): Remove symbol_map argument; use
1971 preallocated symbol_map instead. Change all callers.
1972 (aout_link_input_section_ext): Likewise.
1973
1974 Tue Aug 23 10:51:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1975
1976 * archive.c (_bfd_write_archive_contents): Don't update the
1977 symbol map timestamp if there is no symbol map. From
1978 schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
1979
1980 Mon Aug 22 12:26:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1981
1982 * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add _update_armap_timestamp.
1983 (bfd_target): Add field _bfd_update_armap_timestamp.
1984 * bfd.c (bfd_update_armap_timestamp): Define.
1985 * bfd-in2.h: Rebuilt.
1986 * libbfd-in.h (_bfd_noarchive_update_armap_timestamp): Define.
1987 (_bfd_archive_bsd_update_armap_timestamp): Declare.
1988 (_bfd_archive_coff_update_armap_timestamp): Define.
1989 * libbfd.h: Rebuilt.
1990 * archive.c (_bfd_write_archive_contents): Call
1991 bfd_update_armap_timestamp instead of checking for a BSD archive
1992 and calling bsd_update_armap_timestamp.
1993 (_bfd_archive_bsd_update_armap_timestamp): Rename from
1994 _bsd_update_armap_timestamp. Don't assume that armap_datepos is
1995 already set.
1996 * aout-target.h (MY_update_armap_timestamp): Define if not already
1997 defined.
1998 * coff-rs6000.c (rs6000coff_update_armap_timestamp): Define.
1999 * ieee.c (ieee_update_armap_timestamp): Define.
2000 * libecoff.h (_bfd_ecoff_update_armap_timestamp): Define.
2001 * oasys.c (oasys_update_armap_timestamp): Define.
2002 * som.c (som_update_armap_timestamp): Define.
2003
2004 * hash.c: Copy string hash functions from aoutx.h.
2005 * aoutx.h: String hash functions moved to hash.c. Retain
2006 simplified versions of add_to_stringtab and emit_stringtab.
2007 Change all callers to use new function and structure names.
2008 * libbfd-in.h (_bfd_stringtab_init, _bfd_stringtab_free): Declare.
2009 (_bfd_stringtab_size, _bfd_stringtab_add): Declare.
2010 (_bfd_stringtab_emit): Declare.
2011 * libbfd.h: Rebuilt.
2012
2013 Mon Aug 22 10:49:37 1994 Eric Youngdale (ericy@cais.cais.com)
2014
2015 * i386linux.c (linux_add_one_symbol): Create a fixup for any
2016 defined absolute symbol, not just GOT or PLT symbols.
2017 (linux_tally_symbols): Correct handling of references to defined
2018 symbols.
2019
2020 Thu Aug 18 16:29:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2021
2022 Get ld -x -r to handle a.out set symbols correctly.
2023 * aoutx.h (adjust_o_magic): If the .bss VMA was set outside of
2024 BFD, pad the .data section up to the VMA of the .bss section.
2025 (aout_link_add_symbols): If a set symbol does not get modified,
2026 treat it as a local symbol.
2027 (aout_link_write_symbols): Set the value of set symbols
2028 correctly. Don't discard set symbols even if discarding local
2029 symbols.
2030 (aout_link_write_other_symbol): Don't abort on bfd_link_hash_new,
2031 since it can now happen for set symbols.
2032
2033 * elfcode.h (elf_fake_sections): Just check for ".rela" and
2034 ".rel", not ".rela." and ".rel."; make this work by checking
2035 use_rela_p.
2036 * elf32-i386.c (elf_i386_check_relocs): Just check for ".rel", not
2037 ".rel."
2038 (elf_i386_size_dynamic_sections): Likewise.
2039 (elf_i386_relocate_section): Likewise.
2040 * elf32-sparc.c (elf32_sparc_check_relocs): Just check for
2041 ".rela", not ".rela."
2042 (elf32_sparc_size_dynamic_sections): Likewise.
2043 (elf32_sparc_relocate_section): Likewise.
2044
2045 Wed Aug 17 16:54:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2046
2047 * linker.c (_bfd_generic_link_add_archive_symbols): Initialize
2048 PASS to the old value + 1.
2049
2050 * coffgen.c (coff_get_normalized_symtab): If a C_FILE symbol has
2051 no aux entries, use the symbol name as the file name.
2052 (coff_find_nearest_line): Look for the right C_FILE symbol, rather
2053 than always using the first one. If there is a debugging symbol
2054 after a function symbol, skip it. Add the section VMA to the line
2055 offset, since it was subtracted out in coff_slurp_line_table.
2056
2057 Tue Aug 16 16:53:00 1994 Jeff Law (law@snake.cs.utah.edu)
2058
2059 * som.c (som_prep_headers): If writing some form of an executable,
2060 allocate and attach an exec header to the BFD private data.
2061 (som_begin_writing): Don't fill fields of the exec header based
2062 on BFD private data here (like the exec flags). Do not write
2063 the exec header here.
2064 (som_write_headers): Instead do it here.
2065 * som.h (struct somdata): New field "exec_hdr" for the executable
2066 file header.
2067 (obj_som_exec_hdr): New accessor macro.
2068
2069 Tue Aug 16 00:12:31 1994 Eric Youngdale (ericy@cais.cais.com)
2070
2071 * i386linux.c (linux_link_create_dynamic_sections): Create section
2072 named .linux-dynamic, not .dynamic.
2073 (linux_add_one_symbol): Use .linux-dynamic, not .dynamic.
2074 (bfd_linux_size_dynamic_sections): Likewise.
2075 (linux_finish_dynamic_link): Likewise.
2076
2077 Mon Aug 15 12:16:56 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2078
2079 * coffgen.c (STRING_SIZE_SIZE): Define.
2080 (coff_fix_symbol_name): Use STRING_SIZE_SIZE, not 4.
2081 (coff_write_symbols, build_string_table): Likewise.
2082 (coff_get_normalized_symtab): Likewise.
2083
2084 * libcoff-in.h (obj_symbol_slew): Don't define.
2085 (struct coff_tdata): Remove unused fields index_slew, raw_linenos,
2086 and flags.
2087 * libcoff.h: Rebuilt.
2088 * coffcode.h (coff_mkobject): Don't initialize raw_linenos.
2089 (coff_mkobject_hook): Don't initialize flags.
2090
2091 * aout-target.h (MY_zmagic_contiguous): Define as 0 if not already
2092 defined.
2093 (MY(backend_data)): Use MY_zmagic_contiguous, not hardcoded 0.
2094 * i386linux.c (MY_zmagic_contiguous): Define.
2095
2096 * elfcode.h (bfd_section_from_shdr): If a SHT_SYMTAB section in a
2097 shared object has SHF_ALLOC set, create a BFD section for it.
2098 (elf_section_from_bfd_section): There may be a BFD section for a
2099 SHT_SYMTAB section.
2100
2101 * coffcode.h (styp_to_sec_flags): Add name argument. If no flags
2102 are recognized, chose section flags based on the name.
2103 (bfd_coff_backend_data): _bfd_styp_to_sec_flags_hook field: Add
2104 name argument.
2105 (bfd_coff_styp_to_sec_flags_hook): Add name argument.
2106 (coff_compute_section_file_positions): Don't adjust the section
2107 position by COFF_PAGE_SIZE unless SEC_ALLOC is set.
2108 * libcoff.h: Rebuilt.
2109 * coffgen.c (make_a_section_from_file): Pass section name to
2110 bfd_coff_styp_to_sec_flags_hook.
2111 * ecoff.c (_bfd_ecoff_styp_to_sec_flags): Add unused name
2112 argument.
2113 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Add name argument to
2114 prototype.
2115
2116 Fri Aug 12 11:22:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2117
2118 * elfcode.h (section_from_elf_index): Correct check for invalid
2119 section index.
2120
2121 * elfcode.h (elf_link_add_object_symbols): If there is no symbol
2122 table, try using the dynamic symbol table. From Eric Youngdale
2123 <ericy@cais.cais.com>.
2124
2125 * configure.host (sparc-*-solaris2*): Use solaris2, not sysv4.
2126 The linker depends upon configuring for solaris2.
2127 * hosts/solaris2.h: New file; include hosts/sysv4.h.
2128 * config/solaris2.mh: New file; copy of config/sysv4.mh.
2129
2130 Wed Aug 10 13:09:38 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2131
2132 * aoutx.h (adjust_z_magic): Make sure data section is padded to
2133 page boundary when the VMA is set by the calling program. From
2134 Eric Youngdale <ericy@cais.cais.com>.
2135
2136 Mon Aug 8 17:18:49 1994 Stan Shebs (shebs@andros.cygnus.com)
2137
2138 Update to ns32k support, from Ian Dall (dall@hfrd.dsto.gov.au).
2139 * aout-ns32k.c: Add declarations that were in aout-ns32k.h, change
2140 declarations to traditional form.
2141 (MY_reloc_howto, MY_put_reloc): Change from macro to function.
2142 (ns32k_relocate_contents): New function.
2143 * aout-ns32k.h: Remove.
2144 * cpu-ns32k.c: Add declarations that were in aout-ns32k.h, change
2145 declarations to traditional form.
2146 (ns32k_final_link_relocate): Call ns32k_relocate_contents.
2147 * netbsd532.c: Reformat to standards, add copyright notice.
2148 (ARCH): Don't define.
2149 (aout-ns32k.h): Don't include.
2150 * pc532-mach.c: Ditto.
2151
2152 Mon Aug 8 17:55:52 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2153
2154 * coff-i960.c (coff_i960_relocate): Don't try to convert relocs
2155 against common symbols.
2156
2157 Sat Aug 6 22:27:30 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2158
2159 * irix-core.c (irix_core_core_file_p): Ignore sections that
2160 are not contained in the core file.
2161
2162 Thu Aug 4 11:32:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2163
2164 * coff-m68k.c (m68k_reloc_type_lookup): New function.
2165 (coff_bfd_reloc_type_lookup): Define.
2166 * cf-m68klynx.c (_bfd_m68kcoff_reloc_type_lookup): Define.
2167
2168 * elfcode.h (elf_bfd_final_link): Force the vma of sections which
2169 do not have SEC_ALLOC set to be 0. This is needed to handle
2170 relocs against debugging sections.
2171
2172 Wed Aug 3 16:45:41 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2173
2174 * coff-i960.c (coff_i960_relocate): Rewrote to change relocs
2175 against locally defined symbols into relocs against section
2176 symbols, for VxWorks 5.1.
2177
2178 Wed Aug 3 10:34:37 1994 Eric Youngdale (ericy@cais.cais.com)
2179
2180 * i386linux.c (linux_add_one_symbol): Only handle
2181 SHARABLE_CONFLICTS specially if BSF_CONSTRUCTOR is set. Set hashp
2182 for a GOT or PLT symbol. Set jump field of fixup for a PLT symbol.
2183 (linux_tally_symbols): Check section of real symbol. When looking
2184 for a builtin fixup, check builtin and jump flags. Create no more
2185 than one fixup, and always create one if the real symbol is in the
2186 absolute section. Only strip absolute symbols.
2187
2188 Wed Aug 3 05:08:24 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
2189
2190 * coffcode.h (coff_write_object_contents): set internal_a.magic to
2191 LYNXCOFFMAGIC whenever 68k, SPARC or i386 LynxOS
2192 (yes, they have the same magic number!)
2193
2194 Tue Aug 2 10:43:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2195
2196 * hp300hpux.c (BMAGIC): Define as HPUX_DOT_O_MAGIC, to make test
2197 in aoutx.h work correctly.
2198
2199 * coff-i960.c (coff_i960_relocate): New function.
2200 (howto_rellong, howto_iprmed): Use it as special_function.
2201
2202 * libbfd-in.h: Move declarations of bfd_read, bfd_write, bfd_seek,
2203 bfd_tell, bfd_flush, and bfd_stat from here...
2204 * bfd-in.h: ...to here, to make them visible to programs which
2205 know more about the object file format than BFD does.
2206 * libbfd.h, bfd-in2.h: Rebuilt.
2207
2208 Mon Aug 1 17:55:53 1994 Fred Fish (fnf@cygnus.com)
2209
2210 * ptrace-core.c (ptrace_unix_core_file_p): Convert zalloc usage
2211 to bfd_zalloc.
2212
2213 Mon Aug 1 12:04:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2214
2215 * elf64-sparc.c (ELF_MAXPAGESIZE): Define.
2216
2217 ELF linker patches from Eric Youngdale <ericy@cais.cais.com>.
2218 * elfcode.h (elf_link_create_dynamic_sections): Set type of
2219 _DYNAMIC to STT_OBJECT.
2220 (NAME(bfd_elf,record_link_assignment)): Always create hash table
2221 entry. Set type to STT_OBJECT.
2222 (elf_link_output_extsym): Don't set type of weak defined symbol to
2223 STB_WEAK if symbol was referenced.
2224 (map_program_segments): Check DYNAMIC as well as EXEC_P.
2225 (assign_file_positions_except_relocs): Likewise.
2226 * elf32-i386.c (elf_i386_create_dynamic_sections): Set type of
2227 _GLOBAL_OFFSET_TABLE to STT_OBJECT.
2228 (elf_i386_check_relocs): Ignore local PLT32 relocs.
2229 (elf_i386_relocate_section): Treat local PLT32 relocs as PC32.
2230
2231 * elfcode.h (elf_adjust_dynamic_symbol): Correct weak symbol
2232 handling again.
2233
2234 * elfcode.h (elf_slurp_reloc_table): Don't try to read the relocs
2235 if there aren't any.
2236
2237 * configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
2238 * hosts/solaris2.h: Remove.
2239 * config/solaris2.mh: Remove.
2240
2241 Sun Jul 31 14:27:04 1994 Jeff Law (law@snake.cs.utah.edu)
2242
2243 * elf32-hppa.c, elf32-hppa.h: Update comment reflecting which
2244 HPPA ELF spec the code implements.
2245
2246 Tue Jul 26 17:38:01 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2247
2248 * cpu-i960.c (MAX_ARCH): New macro.
2249 (compatible): Use it in computing array bounds. Put comma after
2250 last entry in array, for regularity.
2251 (arch_info_struct): Adjust spacing for easier reading.
2252
2253 * coff-i960.c (howto_rellong, howto_iprmed, howto_optcall): Use
2254 HOWTO macro.
2255
2256 start-sanitize-i960xl
2257 * cpu-i960.c (XL): Define as bfd_mach_i960_xl.
2258 (scan_960_mach): Recognize xl machine.
2259 (MAX_ARCH): Define to be XL.
2260 (compatible): Add XL row to array.
2261 (arch_info_struct): Add XL entry.
2262
2263 * archures.c (bfd_mach_i960_xl): New macro.
2264 * bfd-in2.h: Regenerated.
2265
2266 * coffcode.h (coff_set_arch_mach_hook): For F_I960XL, set machine
2267 to bfd_mach_i960_xl.
2268 (coff_set_flags): For bfd_mach_i960_xl, set F_I960XL.
2269 end-sanitize-i960xl
2270
2271 Tue Jul 26 11:04:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2272
2273 * elfcode.h (elf_adjust_dynamic_symbol): When handling a weak
2274 symbol, correct check to see whether the equivalent normal symbol
2275 was referenced.
2276
2277 Add support for creating shared libraries under i386 ELF and SPARC
2278 ELF. Based on patches by Eric Youngdale <ericy@cais.cais.com>.
2279 * libelf.h (struct elf_link_hash_entry): Remove copy_offset field.
2280 Add got_offset and plt_offset fields.
2281 (ELF_LINK_HASH_REF_DYNAMIC_MULTIPLE): Don't define.
2282 (ELF_LINK_HASH_DEF_DYNAMIC_MULTIPLE): Don't define.
2283 (ELF_LINK_HASH_NEEDS_COPY): Define.
2284 (struct elf_backend_data): Add check_relocs field.
2285 (struct bfd_elf_section_data): Change relocs from PTR to
2286 Elf_Internal_Rela *.
2287 (struct elf_obj_tdata): Add local_got_offsets field.
2288 (elf_local_got_offsets): Define accessor macro.
2289 (bfd_elf32_link_create_dynamic_sections): Declare.
2290 (bfd_elf32_link_record_dynamic_symbol): Declare.
2291 (bfd_elf64_link_create_dynamic_sections): Declare.
2292 (bfd_elf64_link_record_dynamic_symbol): Declare.
2293 * elfcode.h (elf_slurp_reloc_table): Don't use the section data
2294 relocs field.
2295 (elf_link_record_dynamic_symbol): Make globally visible. Use
2296 macro to rename to NAME(bfd_elf,link_record_dynamic_symbol).
2297 (elf_link_add_object_symbols): If creating a shared library, put
2298 make all local symbols dynamic. Don't bother with the
2299 DYNAMIC_MULTIPLE flags. Call the check_relocs backend function if
2300 it is defined.
2301 (elf_link_create_dynamic_sections): Make globally visible. Use
2302 macro to rename to NAME(bfd_elf,link_create_dynamic_sections). If
2303 creating a shared library, make sure that _DYNAMIC is added as a
2304 dynamic symbol.
2305 (elf_link_read_relocs): New function.
2306 (NAME(bfd_elf,record_link_assignment)): If creating a shared
2307 library, always create symbols, and always make them dynamic.
2308 (elf_bfd_final_link): Permit creation of shared libraries.
2309 (elf_link_input_bfd): Use elf_link_read_relocs to get the relocs.
2310 * elf.c (_bfd_elf_link_hash_newfunc): Don't initialize
2311 copy_offset. Initialize got_offset and plt_offset.
2312 * elf32-target.h (elf_backend_check_relocs): Define as 0 if not
2313 defined.
2314 (elf32_bed): Initialize check_relocs field.
2315 * elf64-target.h (elf_backend_check_relocs): Define as 0 if not
2316 defined.
2317 (elf64_bed): Initialize check_relocs field.
2318 * elf32-i386.c (elf_howto_table): Change R_386_PLT32 and
2319 R_386_GOTPC to be pc_relative and pcrel_offset.
2320 (elf_i386_pic_plt0_entry): Define.
2321 (elf_i386_pic_plt_entry): Define.
2322 (elf_i386_create_dynamic_sections): Create a .got.plt section, and
2323 define _GLOBAL_OFFSET_TABLE_ at the start of it. If creating a
2324 shared library, make sure that _GLOBAL_OFFSET_TABLE_ is added as a
2325 dynamic symbol. Don't create .rel.bss if creating a shared
2326 library.
2327 (elf_i386_check_relocs): New function.
2328 (elf_i386_adjust_dynamic_symbol): Don't make a PLT entry if the
2329 symbol already has one. When making a PLT entry, set plt_offset.
2330 Don't create a copy reloc when creating a shared library. Don't
2331 set copy_offset, just set ELF_LINK_HASH_NEEDS_COPY.
2332 (elf_i386_allocate_dynamic_section): Remove.
2333 (elf_i386_size_dynamic_sections): Look through all the sections
2334 rather than assuming we know their names. Remove any empty reloc
2335 or plt sections. Only add a DT_DEBUG entry if not creating a
2336 shared library. Only add a DT_PLTGOT entry if there is a PLT.
2337 Add a DT_TEXTREL entry if required.
2338 (elf_i386_relocate_section): Permit undefined symbols when
2339 creating a shared library. Handle the special relocation types
2340 specially.
2341 (elf_i386_finish_dynamic_symbol): Create a PLT entry if plt_offset
2342 is set. If creating a shared library, produce a PIC PLT entry.
2343 Only mark a PLT symbol as undefined if it was not defined by a
2344 regular object file. Create a GOT entry if got_offset is set.
2345 Create a copy reloc if ELF_LINK_HASH_NEEDS_COPY is set.
2346 (elf_i386_finish_dynamic_sections): Change the handling of
2347 DT_RELSZ to simply subtract out the size of .rel.plt. If creating
2348 a shared library, produce PIC PLT code.
2349 (elf_backend_check_relocs): Define.
2350 * elf32-sparc.c (elf_sparc_howto_table): Change R_SPARC_GOT10,
2351 R_SPARC_GOT22, and R_SPARC_PC10 to not warn about reloc overflow.
2352 (elf32_sparc_create_dynamic_sections): If creating a shared
2353 library, make sure that _GLOBAL_OFFSET_TABLE_ is added as a
2354 dynamic symbol, and set the type to STT_OBJECT. Likewise for
2355 _PROCEDURE_LINKAGE_TABLE_. Don't create .rel.bss if creating a
2356 shared library.
2357 (elf32_sparc_check_relocs): New function.
2358 (elf32_sparc_adjust_dynamic_symbol): Don't make a PLT entry if the
2359 symbol already has one. When making a PLT entry, set plt_offset.
2360 Don't create a copy reloc when creating a shared library. Don't
2361 set copy_offset, just set ELF_LINK_HASH_NEEDS_COPY.
2362 (elf32_sparc_allocate_dynamic_section): Remove.
2363 (elf32_sparc_size_dynamic_sections): Look through all the sections
2364 rather than assuming we know their names. Only add a DT_DEBUG
2365 entry if not creating a shared library. Add a DT_TEXTREL entry if
2366 required.
2367 (elf32_sparc_relocate_section): Permit undefined symbols when
2368 creating a shared library. Handle the special relocation types
2369 specially.
2370 (elf32_sparc_finish_dynamic_symbol): Create a PLT entry if plt_offset
2371 is set. Only mark a PLT symbol as undefined if it was not defined
2372 by a regular object file. Create a GOT entry if got_offset is
2373 set. Create a copy reloc if ELF_LINK_HASH_NEEDS_COPY is set.
2374 (elf32_sparc_finish_dynamic_sections): Store dynobj in a local
2375 variable.
2376 (elf_backend_check_relocs): Define.
2377
2378 Mon Jul 25 12:21:07 1994 Stan Shebs (shebs@andros.cygnus.com)
2379
2380 * configure.in (pc532mach_vec): Change to pc532machaout_vec.
2381 * config.bfd (ns32k-*-netbsd*): Use ns32k-nbsd as bfd_name.
2382 * Makefile.in (ALL_MACHINES): Add cpu-ns32k.o.
2383 (BFD32_BACKENDS): Add aout-ns32k.o, netbsd532.o, m88kmach3.o,
2384 pc532-mach.o.
2385 * targets.c (pc532machaout_vec): Use instead of pc532mach_vec.
2386 * config/pc532-mach.mt (DEFAULT_VECTOR): Ditto.
2387 (SELECT_VECS): Remove.
2388 * config/ns32k-nbsd.mt: New file, was ns32k-netbsd.mt.
2389 * config/ns32k-netbsd.mt: Remove, name too long.
2390
2391 Fri Jul 22 11:07:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2392
2393 * linker.c (generic_link_check_archive_element): When changing a
2394 symbol to common, set the alignment.
2395 (_bfd_generic_link_add_one_symbol): When creating a common symbol,
2396 set the alignment.
2397 * aoutx.h (aout_link_check_ar_symbols): When changing a symbol to
2398 common, set the alignment.
2399 (aout_link_add_symbols): Restrict the alignment of a common symbol
2400 to the alignment power given by the architecture.
2401 * libelf.h (struct elf_link_hash_entry): Remove align field. Add
2402 copy_offset field.
2403 * elfcode.h (elf_link_add_object_symbols): Store alignment in
2404 new bfd_link_hash_entry field, not in elf_link_hash_entry field.
2405 (elf_link_output_extsym): Similar change when getting alignment.
2406 * elf.c (_bfd_elf_link_hash_newfunc): Don't initialize align. Do
2407 initialize copy_offset.
2408 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use copy_offset
2409 field rather than align field. Get alignment using bfd_log2
2410 rather than switch.
2411 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
2412 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Use copy_offset,
2413 not align.
2414 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Likewise.
2415
2416 * aoutx.h (NAME(aout,some_aout_object_p)): Just check
2417 STAT_FOR_EXEC, don't check MACH.
2418 * m88kmach3.c (MACH): Don't define.
2419 * config/i386-mach3.mt (TDEFINES): Define STAT_FOR_EXEC.
2420 * config/m88k-mach3.mt (TDEFINES): Likewise.
2421 * config/mips-mach3.mt (TDEFINES): Likewise.
2422
2423 Thu Jul 21 17:24:31 1994 Stan Shebs (shebs@andros.cygnus.com)
2424
2425 * i386mach3.c: Reverted to version from before Jul 5 1994 changes.
2426
2427 Thu Jul 21 12:26:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2428
2429 * reloc.c (struct reloc_howto_struct): Remove special_function1.
2430 It's the wrong way to do things.
2431 (HOWTO): Change accordingly.
2432 (HOWTO2): Remove.
2433 (_bfd_final_link_relocate): Remove references to
2434 special_function1.
2435 * bfd-in2.h: Rebuilt.
2436 * aoutx.h (aout_link_input_section_std): Remove references to
2437 special_function1.
2438 (aout_link_reloc_link_order): Likewise.
2439
2440 Wed Jul 20 15:46:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2441
2442 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add rpath
2443 argument. If it is not NULL, use it to set DT_RPATH.
2444 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update prototype.
2445 (bfd_elf64_size_dynamic_sections): Likewise.
2446 * bfd-in2.h: Rebuilt.
2447
2448 Sat Jul 16 21:10:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2449
2450 * elfcode.h (elf_get_dynamic_symtab_upper_bound): If there is no
2451 dynamic symtab, return error.
2452
2453 * libelf.h (ELF_LINK_HASH_DEFINED_WEAK): Define.
2454 * elfcode.h (elf_link_add_object_symbols): If symbol is defined as
2455 weak, set ELF_LINK_HASH_DEFINED_WEAK.
2456 (elf_link_output_extsym): If symbol is defined as weak, mark it
2457 STB_WEAK.
2458
2459 * libelf.h (struct bfd_elf_section_data): Add relocs field.
2460 (shdr_name): Remove; unused.
2461 * elfcode.h (elf_slurp_reloc_table): Rewrote to handle both REL
2462 and RELA relocs. Free up the unswapped relocs. Permit the relocs
2463 to be cached in the section_data. Correct the reloc address.
2464 (elf_slurp_reloca_table): Remove.
2465 (elf_canonicalize_reloc): Rewrote.
2466 (elf_link_input_bfd): Permit the relocs to be cached in the
2467 section data.
2468
2469 Sat Jul 16 13:55:38 1994 Stan Shebs (shebs@andros.cygnus.com)
2470
2471 * config.bfd (m88*-harris-cxux*): Recognize.
2472 * hosts/harris.h (POSIX_UTIME, HAVE_PROCFS): Define.
2473
2474 * configure.host (m68*-atari-sysv4*): New host.
2475 (m68*-cbm-sysv4*): Use m68kv4 instead of amix.
2476 * hosts/amix.h: Remove.
2477 * hosts/m68kv4.h: New file, was amix.h.
2478
2479 Thu Jul 14 15:12:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2480
2481 * reloc.c (enum bfd_reloc_code_real, bfd_type, struct
2482 reloc_howto_struct, reloc_howto_type, HOWTO, HOWTO2): Copied
2483 changes over from bfd-in2.h so they get generated properly next
2484 time someone runs "make headers".
2485 * bfd-in2.h: Rebuilt.
2486
2487 * targets.c (netbsd532_vec, pc532mach_vec): Declare const.
2488 (m88kmach3_vec): Restore deleted declaration.
2489
2490 * configure.in: Alphabetize target vector names.
2491
2492 * config/pc532mach.mh: New file.
2493 (HDEPFILES, HDEFINES): Define here.
2494 * config/pc532-mach.mt (HDEPFILES, HDEFINES): Deleted.
2495 * config/ns32k-netbsd.mt (HDEPFILES, HDEFINES): Deleted.
2496
2497 Sun Jul 10 00:04:20 1994 Ian Dall (dall@hfrd.dsto.gov.au)
2498
2499 * pc532-mach.c: New File. pc532-mach a.out format.
2500
2501 * netbsd532.c: New file. pc532-netbsd532 a.out format.
2502
2503 * hosts/pc532mach.h: New file. pc532-mach host support.
2504
2505 * cpu-ns32k.c: New file. ns32k support cpu specific code rather
2506 than format specific code.
2507
2508 * config/pc532-mach.mt: New file. Support for pc532-mach target.
2509
2510 * config/ns32k-netbsd.mt: New file. Support for netbsd532 target.
2511
2512 * aout-ns32k.c, aout-ns32k.h: New files supporting aout format for
2513 ns32k series.
2514
2515 * targets.c: Add netbsd532_vec and pc532machaout_vec into
2516 bfd_target_vector array. Move netbsd386_vec to alphabetic order
2517 location.
2518
2519 * reloc.c (_bfd_final_link_relocate) Add support for
2520 special_function1 in howto.
2521
2522 * libaout.h: add M_NS32032, M_NS32532, M_532_NETBSD entries in
2523 machine_type enum.
2524
2525 * configure.in: add pc532mach_vec and netbsd532_vec entries.
2526
2527 * config.bfd: add pc532mach host entries. Use for both
2528 ns32k-pc532-mach and ns32k-pc532-netbsd.
2529
2530 * config.bfd: it doesn't work to use i386-mach3 for ns32k*-*-mach.
2531 add ns32k-pc532-mach* and ns32k-*-netbsd* entries.
2532
2533 * bfd-in2.h: Add ns32k specific relocations to bfd_reloc_code_real
2534 enum.
2535
2536 * bfd-in2.h: Add special_function1 to struct howto. Change HOWTO
2537 and NEWHOWTO macros to make special_function1 NULL. Neww HOWTO2
2538 macro.
2539
2540 * bfd-in2.h: Split definition of struct reloc_howto_struct
2541 and corresponding typedef into two statements.
2542
2543 * bfd-in2.h: Add entry bfd_arch_ns32k to bfd_architecture enum.
2544
2545 * archures.c: Add bfd_ns32k_arch prototype, and entry in
2546 archures_init_table.
2547
2548 * aoutx.h (aout_link_reloc_link_order): Allow for target dependent
2549 MY_put_reloc macro. Allow for target dependent special_function1
2550 to apply the relocation.
2551
2552 * aoutx.h (aout_link_input_section_std): Allow for target
2553 dependent determination of reloc howto. Allow for target dependent
2554 special_function1 to apply the relocation.
2555
2556 * aoutx.h (get_reloc_upper_bound): Detect bss and return 0.
2557
2558 * aoutx.h (slurp_reloc_table): Detect bss and succesfully read
2559 zero reloc entries.
2560
2561 * aoutx.h (machine_type): Add bfd_arch_ns32k case.
2562
2563 * aoutx.h: Stat to determine executable status if STAT_FOR_EXEC
2564 is defined (not just MACH). Use fstat instead of stat and check
2565 for fstat error.
2566
2567 * aoutx.h: Allow target dependent swap_std_reloc_{in,out}.
2568
2569 * aoutx.h: Allow CTORS reloc info to be in target dependent reloc
2570 table.
2571
2572 * aout-target.h: Apply SWAP_MAGIC (if defined) after
2573 swap_exec_header_in, otherwise we have magic in the wrong order.
2574
2575 Thu Jul 14 11:47:27 1994 Stan Shebs (shebs@andros.cygnus.com)
2576
2577 * coff-sparc.c (sparccoff_vec): Have leading underscores.
2578
2579 Tue Jul 12 12:08:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2580
2581 * aix386-core.c, aoutf1.h, cisco-core.c, elfcode.h, hppabsd-core.c,
2582 hpux-core.c, irix-core.c, lynx-core.c, osf-core.c, ptrace-core.c,
2583 rs6000-core.c, trad-core.c: Remove SEC_ALLOC flag from .reg
2584 sections, .reg sections are not allocated and contain debug
2585 information only.
2586 * osf-core.c (make_bfd_asection, osf_core_core_file_p): Use
2587 bfd_make_section_anyway instead of building unique section names.
2588
2589 Tue Jul 12 11:41:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2590
2591 * libelf.h (bfd_elf32_swap_symbol_in): Declare.
2592 (bfd_elf32_swap_symbol_out): Declare.
2593 (bfd_elf64_swap_symbol_in, bfd_elf64_swap_symbol_out): Declare.
2594 * elf32-hppa.c (elf32_hppa_args_hash_table_init): Correct cast.
2595
2596 * aout-encap.c (ARCH): Don't define. Obsolete.
2597 * aout0.c, aoutx.h, gen-aout.c, hp300bsd.c, hp300hpux.c: Likewise.
2598 * i386aout.c, i386bsd.c, i386dynix.c, i386linux.c: Likewise.
2599 * i386lynx.c, m68klynx.c, mipsbsd.c, netbsd386.c: Likewise.
2600 * newsos3.c, sparclynx.c, sunos.c: Likewise.
2601
2602 Mon Jul 11 20:08:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2603
2604 * section.c (STD_SECTION): Make the sixth argument boolean, not
2605 the seventh. From gary@tuva.pacsemi.oz.au (gary kopff).
2606
2607 Sun Jul 10 09:12:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
2608
2609 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE
2610 in order not to collide with LynxOS's definition of FREE in
2611 /usr/include/sys/proc.h
2612
2613 Thu Jul 7 14:18:06 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2614
2615 * reloc.c (bfd_perform_relocation): Don't clobber the relocation
2616 value for coff-Intel-little or coff-Intel-big. Hack upon hack.
2617
2618 Thu Jul 7 10:10:34 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2619
2620 * aoutx.h (howto_table_std): Add entry for GOT relocations
2621 which are present in sun3 shared libraries, to avoid assertions
2622 when reading the dynamic relocations.
2623
2624 Thu Jul 7 10:19:20 1994 Jeff Law (law@snake.cs.utah.edu)
2625
2626 * som.h (R_HPPA_COMPLEX): Fix dumb typo.
2627
2628 Wed Jul 6 19:21:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2629
2630 * hosts/sysv4.h (qsort, strtol): Don't declare.
2631
2632 * elfcode.h (elf_link_output_sym): Don't call output_symbol_hook
2633 if it is NULL.
2634
2635 * elf32-mips.c (mips_elf_final_write_processing): Add ignored info
2636 argument to correspond to recent libelf.h change.
2637
2638 Wed Jul 6 00:48:57 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2639
2640 * coff-alpha.c (alpha_ecoff_mkobject_hook): New hook to
2641 additionally copy object type information from the alpha file
2642 header to the BFD flags.
2643 (alpha_ecoff_backend_data): Use it.
2644 (ecoffalpha_little_vec): Add DYNAMIC to object_flags.
2645 * aout64.c: Fix typo in conditional QMAGIC definition.
2646
2647 Wed Jul 6 00:13:17 1994 Jeff Law (law@snake.cs.utah.edu)
2648
2649 * hppabsd-core.c (hppabsd_core_core_file_p): Sanity check the
2650 value of clicksz to help weed out non HPPA BSD core files.
2651
2652 Tue Jul 5 13:26:02 1994 Stan Shebs (shebs@andros.cygnus.com)
2653
2654 Mach 3 support.
2655 * config.bfd (m88*-*-mach3*, mips*-dec-mach3*, mips*-*-mach3*):
2656 New targets.
2657 * configure.host (i[34]86-*-mach3*, ns32k-*-mach3*): Recognize
2658 "mach3" instead of "mach".
2659 (m88*-*-mach3*, mips*-dec-mach3*, mips*-*-mach3*): New hosts.
2660 * targets.c (m88kmach3_vec): New target vector.
2661 (bfd_target_vector): Add i386mach3_vec and m88kmach3_vec, but
2662 inside #if 0.
2663 * aoutx.h (some_aout_object_p) [MACH]: Recognize executables by
2664 checking for execute permission, instead of looking at entry
2665 point.
2666 * i386mach3.c: Update, define MACH, N_TXTOFF, N_TXTADDR,
2667 N_SHARED_LIB, don't include aout/*.h files, etc.
2668 * m88kmach3.c: New file, m88k Mach 3 target.
2669 * config/m88k-mach3.mt, config/mips-mach3.mt: New files, target
2670 makefile fragments.
2671 * config/i386mach3.mh, config/m88kmach3.mh, config/mipsmach3.mh:
2672 New files, host makefile fragments.
2673 * hosts/m88kmach3.h, hosts/mipsmach3.h: New files, host definitions.
2674
2675 Tue Jul 5 13:56:52 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2676
2677 * elfcode.h (swap_out_syms): Get alignment of common symbol from
2678 st_value field of saved ELF symbol information, if there is any.
2679
2680 Mon Jul 4 19:13:32 1994 Jeff Law (law@snake.cs.utah.edu)
2681
2682 * som.h (R_HPPA_COMPLEX): Define.
2683 * elf32-hppa.h (R_HPPA_COMPLEX): Define.
2684 (elf32_hppa_reloc_type): Delete R_PARISC_STUB_CALL_17.
2685
2686 Fri Jul 1 12:07:41 1994 Jeff Law (law@snake.cs.utah.edu)
2687
2688 * Support code for enabling the new style linker for PA ELF.
2689 * elfcode.h (swap_symbol_in, swap_symbol_out): Externalize.
2690 (elf_compute_section_file_positions): Pass link_info to
2691 the begin_write_processing hook.
2692 (bfd_elf_write_object_contents): Pass NULL for new link_info
2693 argument to final_write_processing hook.
2694 (elf_link_output_sym): Accept new "input_section" argument for
2695 the symbols's input section. All callers changed. Call the
2696 link_output_symbol_hook if it's defined.
2697 (elf_bfd_final_link): Call the final_write_processing hook if
2698 it's defined.
2699 * libelf.h (elf_backend_link_output_symbol_hook): Declare.
2700 (elf_backend_begin_write_processing): Add new "info" argument.
2701 (elf_backend_final_write_processing): Likewise.
2702 * elf32-target.h (elf_backend_link_output_symbol_hook): Provide
2703 a default definition.
2704 (elf32_bed): Add elf_backend_link_output_symbol_hook.
2705 * elf64-target.h: Likewise.
2706
2707 * Major rework of the PA ELF code. Uses the new style BFD
2708 linker, major cleanups.
2709 * hppa_stubs.h: Rewrite from scratch. Much smaller and simpler.
2710 * elf32-hppa.h: Delete all symbol extension related code.
2711 (hppa_look_for_stubs_in_section): Delete decl.
2712 (elf32_hppa_size_stubs, elf32_hppa_build_stubs): New decls.
2713 * elf32-hppa.c: Symbol extension stuff moved form elf32-hppa.h
2714 into elf32-hppa.c. Do not include aout64.h.
2715 (typdef hppa_stub_type): Delete.
2716 (elf32_hppa_stub_name_list_struct): Delete.
2717 (elf32_hppa_stub_description_struct): Delete.
2718 (arg_reloc_type): Use simpler enumerations. All references changed.
2719 (arg_location, arg_reloc_relocation): Likewise.
2720 (elf32_hppa_symextn_map_struct): Delete.
2721 (get_symbol_value): Delete.
2722 (elf32_hppa_get_sym_extn): Delete.
2723 (find_stubs, new_stubs, type_of_mismatch): Delete.
2724 (find_stub_by_name, add_stub_by_name): Delete.
2725 (hppa_elf_stub_finish, hppa_elf_stub_reloc): Delete.
2726 (hppa_elf_arg_reloc_needed): Renamed. Simplify.
2727 (hppa_elf_build_linker_stub, hppa_elf_create_stub_sec): Delete.
2728 (hppa_elf_long_branch_needed_p): Delete.
2729 (hppa_look_for_stubs_in_section): Delete.
2730 (hppa_elf_get_section_contents): Delete.
2731 (elf32_hppa_backend_symbol_processing): Delete.
2732 (elf32_hppa_backend_section_processing): Delete.
2733 (elf32_hppa_backend_section_from_shdr): Delete.
2734 (elf32_hppa_backend_fake_sections): Delete.
2735 (elf32_hppa_backend_section_from_bfd_section): Delete.
2736 (NEW_INSTRUCTION): Delete.
2737 (CURRENT_STUB_OFFSET): Delete.
2738 (elf32_hppa_relocate_section): New function.
2739 (elf32_hppa_bfd_final_link_relocate): New function.
2740 (elf32_hppa_size_symext): New function.
2741 (elf32_hppa_link_output_symbol_hook): New function.
2742 (elf32_hppa_read_symext_info): New function.
2743 (elf32_hppa_add_symbol_hook): New function.
2744 (elf32_hppa_name_of_stub): New function.
2745 (elf32_hppa_size_of_stub): New function.
2746 (elf32_hppa_build_one_sub): New function.
2747 (elf32_hppa_build_stubs): New function.
2748 (elf32_hppa_size_stubs): New function.
2749 (linker, stub and argument hash tables): Add appropriate
2750 structures, definitions and functions to implement all three
2751 hash tables.
2752 (hppa_elf_relocate_insn): Don't need argument location information
2753 in this function.
2754 (add_entry_to_symext_chain): Accept a symbol's argument location
2755 information rather than the symbol itself. All callers changed.
2756 (hppa_elf_gen_reloc_type): Simplify.
2757 (hppa_elf_set_section_contents): Stub section is no longer special.
2758 (hppa_elf_reloc): Greatly simplify.
2759 (elf32_hppa_begin_write_processing): Accept link_info argument.
2760 Handle being called from the BFD backend linker.
2761 (elf32_hppa_final_write_processing): Likewise.
2762 (elf_hppa_tc_make_sections): No longer call stub_finish.
2763
2764 Mon Jun 27 18:07:06 1994 Steve Chamberlain (sac@cirdan.cygnus.com)
2765
2766 * section.c (bfd_get_section_contents): Put in parens to get
2767 precedence right.
2768
2769 Sun Jun 26 18:08:29 1994 Jeff Law (law@snake.cs.utah.edu)
2770
2771 * libelf.h (relocate_section): New argument "output_names" added
2772 to prototype.
2773 * elfcode.h (elf_link_input_bfd): New argument "output_names"
2774 added to prototype of relocate_section. Pass the output symbol
2775 names to relocate_section.
2776 * elf32-i386.c (elf_i386_relocate_section): Use "output_names" to
2777 determine the name of a local symbol.
2778 * elf32-mips.c (mips_elf_relocate_section): Likewise.
2779 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2780
2781 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2782
2783 Add Solaris BCP (the part of Solaris which allows it to run
2784 SunOS4 a.out files) core file handling.
2785 * aoutf1.h (external_solaris_bcp_core, swapcore_solaris_bcp):
2786 New structure and its swap in function.
2787 (internal_sunos_core): New member c_data_addr, to receive the
2788 start address of the data section in the core file.
2789 (swapcore_sun3, swapcore_sparc, sunos4_core_file_p): Use it.
2790 (sunos4_core_file_p): Recognize Solaris BCP core file.
2791 (sunos4_core_file_matches_executable_p): Always indicate match
2792 for Solaris BCP core files.
2793
2794 Thu Jun 23 15:31:28 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2795
2796 Preliminary support for generating shared libraries, from Eric
2797 Youngdale <ericy@cais.cais.com>.
2798 * elfcode.h (prep_headers): If DYNAMIC, set e_type to ET_DYN.
2799 (elf_link_add_object_symbols): If generating a shared library,
2800 create dynamic sections for first input BFD with the right format.
2801 (elf_link_create_dynamic_sections): Don't create .interp section
2802 if creating a shared library.
2803 (elf_link_input_bfd): Skip dynamic sections in input file.
2804 (elf_bfd_final_link): If creating a shared library, it's OK for
2805 dynobj to have sections which are not SEC_IN_MEMORY.
2806 * elf32-i386.c (elf_i386_size_dynamic_sections): Only set .interp
2807 section if not creating a shared library.
2808 * elf32-sparc.c (elf_sparc_size_dynamic_sections): Likewise.
2809
2810 * elfcode.h (elf_object_p): Don't set DYNAMIC just because there
2811 is an SHT_DYNAMIC section.
2812
2813 * cf-i386lynx.c (i386coff_vec): Don't include DYNAMIC in
2814 object_flags.
2815 * coff-sparc.c (sparccoff_vec): Likewise.
2816 * hppabsd-core.c (hppabsd_core_vec): Likewise.
2817
2818 * aoutx.h (NAME(aout,some_aout_object_p)): Don't set SEC_RELOC
2819 just because DYNAMIC is set.
2820
2821 Thu Jun 23 12:53:41 1994 David J. Mackenzie (djm@rtl.cygnus.com)
2822
2823 * configure.in: Change --with-targets to --enable-targets and
2824 --with-64-bit-bfd to --enable-64-bit-bfd.
2825 * Makefile.in, mpw-make.in, targets.c: Change comments.
2826
2827 Wed Jun 22 17:59:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2828
2829 * config.bfd (powerpc-*-elf*): New target, just like
2830 powerpc-*-sysv4*.
2831
2832 * linker.c (FAIL): Undefine macro before defining as enum.
2833
2834 Wed Jun 22 10:52:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2835
2836 * linker.c (_bfd_generic_link_add_archive_symbols): Initialize
2837 pass from abfd->archive_pass, and save it there as well.
2838
2839 * hash.c (bfd_hash_allocate): Don't call bfd_set_error if
2840 obstack_alloc returns NULL unless the size is non-zero.
2841
2842 * linker.c (archive_hash_allocate): Define.
2843 (_bfd_generic_link_add_archive_symbols): Use archive_hash_allocate
2844 rather than obstack_alloc, for clarity.
2845
2846 * elfcode.h (elf_get_reloc_upper_bound): Correct.
2847
2848 * aout64.c (BMAGIC, QMAGIC): Define if not already defined. From
2849 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>.
2850
2851 Linux ZMAGIC support from Eric Youngdale <ericy@cais.cais.com>.
2852 * libaout.h (struct aoutdata): Add field zmagic_disk_block_size.
2853 * aout-target.h (MY(callback)): Only set alignment according to
2854 architecture if the section sizes are aligned to that alignment,
2855 for backward compatibility.
2856 (MY(set_sizes)): Initialize zmagic_disk_block_size field.
2857 * aoutx.h (adjust_z_magic): Set ztih if using q_magic_format. Set
2858 text section filepos to zmagic_disk_block_size if not ztih. Use a
2859 different padding algorithm if not ztih.
2860 * i386linux.c (MY_text_includes_header): Don't define.
2861
2862 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FN
2863 symbols; don't look them up in the hash table. From
2864 ralphc@pyramid.com (Ralph Campbell).
2865
2866 Tue Jun 21 11:47:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2867
2868 * coff-go32.c (go32coff_archive_p): Remove unused function.
2869
2870 * section.c (bfd_abs_section): Make const.
2871 (bfd_abs_section_ptr, bfd_is_abs_section): Define.
2872 (bfd_und_section): Make const.
2873 (bfd_und_section_ptr, bfd_is_und_section): Define.
2874 (bfd_com_section): Make const.
2875 (bfd_com_section_ptr): Define.
2876 (bfd_ind_section): Make const.
2877 (bfd_ind_section_ptr, bfd_is_ind_section): Define.
2878 (bfd_abs_symbol, bfd_com_symbol): Make const.
2879 (bfd_und_symbol, bfd_ind_symbol): Likewise.
2880 (global_syms): Cast initialization of section field.
2881 (STD_SECTION): Define as const, and cast initializations.
2882 * bfd-in2.h: Rebuilt.
2883 * Many files: Change uses of bfd_abs_section, etc., to use
2884 bfd_abs_section_ptr or bfd_is_abs_section, etc.
2885
2886 Mon Jun 20 11:06:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2887
2888 * Many files: change all bfd_target vectors to be const. Change
2889 all uses of bfd_target * to be const bfd_target *. Change
2890 bfd_target_vector and bfd_default_vector arrays to be const
2891 bfd_target * const *.
2892
2893 * ecoff.c, libecoff.h, ecoffswap.h, coff-alpha.c, coff-mips.c,
2894 elf32-mips.c: Renamed all externally visible ECOFF routines which
2895 are local to BFD to start with _bfd_ecoff instead of just ecoff.
2896
2897 * ecoff.c (ecoff_swap_tir_in): Change input argument to const.
2898 (ecoff_swap_tir_out): Likewise.
2899 (ecoff_swap_rndx_in, ecoff_swap_rndx_out): Likewise.
2900 (ecoff_slurp_symbolic_info): Add new arguments to correspond to
2901 read_debug_info entry point in ecoff_debug_swap structure.
2902 Change all calls.
2903 * libecoff.h (ecoff_slurp_symbolic_info): Change declaration.
2904 * ecoffswap.h (ecoff_swap_tir_in, ecoff_swap_tir_out): Declare.
2905 (ecoff_swap_rndx_in, ecoff_swap_rndx_out): Declare.
2906 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new
2907 ecoff_debug_swap fields.
2908 * coff-mips.c (mips_ecoff_backend_data): Likewise.
2909 * elf32-mips.c (mips_elf_read_ecoff_info): Undefine READ.
2910 (mips_elf_ecoff_debug_swap): Initialize new ecoff_debug_swap
2911 fields.
2912 * configure.in (bfd_elf32_bigmips_vec): Use ecoff.o and
2913 ecofflink.o.
2914 (bfd_elf32_littlemips_vec): Likewise.
2915 (ecoff_big_vec, ecoff_little_vec): Likewise.
2916 (ecoffalpha_little_vec): Likewise.
2917 * Makefile.in (BFD_LIBS): Remove ecoff.o and ecofflink.o.
2918 (BFD32_BACKENDS): Add ecoff.o and ecofflink.o.
2919
2920 * aoutx.h (NAME(aout,final_link)): Check flavour of sub, not abfd,
2921 when computing reloc sizes. From Eric Youngdale
2922 <ericy@cais.cais.com>.
2923 * elfcode.h (elf_bfd_final_link): Don't try to compute maximum
2924 reloc count or size for a non-ELF file.
2925
2926 * mipsbsd.c (MY_final_link_callback): Define to avoid warning.
2927
2928 * hp300hpux.c (MY_final_link_callback): Define to avoid warning.
2929 (BMAGIC, QMAGIC): Define; used by aoutx.h.
2930 (MY(slurp_symbol_table)): Change translate_from_native_sym_flags
2931 calls to use new parameters.
2932
2933 Fri Jun 17 14:45:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2934
2935 * aout-target.h (MY(callback)): Set the alignments of the text,
2936 data and bss sections after determining the architecture.
2937
2938 * sunos.c (sunos_add_one_symbol): Treat a common symbol from a
2939 dynamic object as being in the .bss section of the object, rather
2940 than as being undefined.
2941
2942 Fri Jun 17 11:16:50 1994 Jeff Law (law@snake.cs.utah.edu)
2943
2944 * libhppa.h (bfd_hppa_insn2fmt, hppa_rebuild_insn): Make INLINE.
2945
2946 * elf32-hppa.h (elf_hppa_final_processing): Delete decl.
2947
2948 Thu Jun 16 23:36:23 1994 Jeff Law (law@snake.cs.utah.edu)
2949
2950 * elfcode.h (elf_link_input_bfd): Don't try to read local symbols
2951 if there aren't any in the input file.
2952
2953 Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com)
2954
2955 * i386linux.c: Many new functions and definitions for linker
2956 support for Linux shared libraries.
2957 * bfd-in.h (bfd_linux_size_dynamic_sections): Declare.
2958 * bfd-in2.h: Rebuild.
2959
2960 Thu Jun 16 14:23:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2961
2962 * config.bfd: If second argument is ``_'', then, instead of
2963 echoing config file name, echo whether target uses leading
2964 underscores on symbol names. Add appropriate settings to
2965 different cases. Used by binutils/configure.in to set default for
2966 c++filt.
2967
2968 * elfcode.h (elf_bfd_final_link): If trying to generate a shared
2969 object, warn and return false.
2970
2971 * aoutx.h (NAME(aout,some_aout_object_p)): Accept BMAGIC objects
2972 and treat them as OMAGIC.
2973
2974 Wed Jun 15 18:02:21 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2975
2976 Enable sparc v9 support for release. Note that this is still a
2977 work in progress, pending release of an ABI specification.
2978 * config.bfd, configure.in: Include sparc v9 elf config.
2979 * elfcode.h (prep_headers): Handle sparc v9 (64 bit).
2980 * reloc.c (bfd_reloc_code_real): New reloc types.
2981 * elf64-sparc.c: Implement elf64-sparc target.
2982 * Makefile.in, targets.c: Updated.
2983
2984 Wed Jun 15 01:34:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2985
2986 * libelf.h (struct elf_obj_tdata): New field dt_needed_name.
2987 (elf_dt_needed_name): New accessor macro.
2988 * elfcode.h (elf_link_add_object_symbols): If elf_dt_needed_name
2989 is set, use that instead of the filename for the DT_NEEDED dynamic
2990 entry.
2991 * elf.c (bfd_elf_set_dt_needed_name): New function.
2992 * bfd-in.h (bfd_elf_set_dt_needed_name): Declare.
2993 * bfd-in2.h: Rebuilt.
2994
2995 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr
2996 argument, and set it to the .interp section.
2997 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update prototype.
2998 (bfd_elf64_size_dynamic_sections): Likewise.
2999 * bfd-in2.h: Rebuilt.
3000
3001 * coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spare
3002 field of the reloc rather than letting it be garbage.
3003
3004 * archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well as
3005 __.SYMDEF; the former was used in old Linux archives. From
3006 jrs@world.std.com (Rick Sladkey).
3007
3008 * i386linux.c (i386linux_write_object_contents): Define; like
3009 MY(write_object_contents) in aout-target.h, but set MACHTYPE to
3010 M_386. From jrs@world.std.com (Rick Sladkey).
3011 (MY_write_object_contents): Define.
3012
3013 * aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbols
3014 as N_DATA symbols.
3015 (aout_link_add_symbols): Likewise.
3016
3017 * aoutx.h: Rewrite symbol duplicate elimination to use BFD hash
3018 tables.
3019 (struct stringtab_entry, struct stringtab_data): Remove.
3020 (HASHMAXLEN, HASH_CHAR, hash, compare, log2, emit_strtab): Remove.
3021 (struct strtab_hash_entry, struct strtab_hash): Define.
3022 (strtab_hash_newfunc, strtab_hash_lookup): Define.
3023 (stringtab_free, emit_stringtab): Define.
3024 (stringtab_init, add_to_stringtab): Rewrite.
3025 (NAME(aout,write_syms)): Use new stringtab code.
3026 (struct aout_final_link_info, NAME(aout,final_link)): Likewise.
3027 (aout_link_write_symbols, aout_link_write_other_symbol): Likewise.
3028
3029 * bfd-in.h (BFD_TRADITIONAL_FORMAT): Define new BFD flag to
3030 request BFD to write object in the traditional format, whatever
3031 that means for the particular backend.
3032 * bfd-in2.h: Rebuilt.
3033
3034 * hash.c (bfd_hash_allocate): If obstack_alloc fails, set
3035 bfd_error_no_memory.
3036
3037 Tue Jun 14 13:00:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3038
3039 * libaout.h (struct aoutdata): Add q_magic_format to subformat
3040 enum.
3041 * aout-target.h (MY_bfd_copy_private_bfd_data): Define as function
3042 if not already defined. Copy subformat information.
3043 (MY_text_includes_header): Define as 0 if not already defined.
3044 (MY(backend_data)): Use MY_text_includes_header rather than 0.
3045 (MY_final_link_callback): Rename from final_link_callback, and
3046 define only if MY_final_link_callback is not already defined.
3047 (MY_bfd_final_link): Rename use of final_link_callback to
3048 MY_final_link_callback.
3049 * aoutx.h (NAME(aout,some_aout_object_p)): Handle QMAGIC like
3050 ZMAGIC, but set the subformat to q_magic_format. Abort if the
3051 magic number if not recognized.
3052 (adjust_z_magic): Use QMAGIC if q_magic_format.
3053 * i386linux.c (MY_text_includes_header): Define as 1.
3054 (i386linux_bfd_final_link): New static function.
3055 (MY_bfd_final_link): Define as i386linux_bfd_final_link.
3056
3057 * aoutx.h (translate_to_native_sym_flags): Check both section and
3058 output_section against sections of abfd.
3059
3060 * libecoff.h (struct ecoff_link_hash_entry): Change type of
3061 written from boolean to char. Add new field small.
3062 * ecoff.c (ecoff_link_hash_newfunc): Initialize written to 0
3063 rather than false. Initialize small to 0.
3064 (ecoff_link_add_externals): If ECOFF type is scSUndefined, set
3065 small. If small is set, and hash table type is common, force the
3066 symbol into a section named SCOMMON and change the ECOFF type from
3067 scCommon to scSCommon.
3068 (ecoff_link_write_external): Set written to 1 rather than true.
3069 * coff-mips.c (mips_relocate_section): Correct JMPADDR reloc
3070 overflow check to consider section VMA of input file.
3071
3072 Mon Jun 13 14:20:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3073
3074 * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a
3075 machine type of 68000.
3076 * aoutx.h (NAME(aout,machine_type)): Add new argument unknown.
3077 Set *unknown to true if machine type is really unknown, as opposed
3078 to M_UNKNOWN for the 68000.
3079 (NAME(aout,set_arch_mach)): Change NAME(aout,machine_type) call
3080 accordingly.
3081 * libaout.h (NAME(aout,machine_type)): Add new argument to
3082 prototype.
3083
3084 Sun Jun 12 20:21:03 1994 Jeff Law (law@snake.cs.utah.edu)
3085
3086 * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID
3087 or HIUX_AUX_ID.
3088 (som_begin_writing): Use EXEC_AUX_ID instead of HPUX_AUX_ID.
3089 (som_write_armap): Use CPU_PA_RISC1_0 as the magic number. Note
3090 som.c is careful to always define CPU_PA_RISC1_0.
3091
3092 Sat Jun 11 16:32:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3093
3094 Add weak symbols as an extension to a.out.
3095 * aoutx.h (sym_in_text_section): Don't define.
3096 (sym_in_data_section, sym_in_bss_section): Likewise.
3097 (sym_is_undefined, sym_is_global_defn): Likewise.
3098 (sym_is_debugger_info, sym_is_fortrancommon): Likewise.
3099 (sym_is_absolute, sym_is_indirect): Likewise.
3100 (translate_from_native_sym_flags): Rewrite for clarity. Rearrange
3101 arguments and change caller. Handle weak symbols.
3102 (translate_to_native_sym_flags): Likewise.
3103 (aout_link_check_ar_symbols): Don't ignore weak symbols. Pull
3104 object in from archive if a weak defintion is found for an
3105 existing undefined symbol.
3106 (aout_link_add_symbols): Put all cases in switch. Set flags of an
3107 undefined symbol to 0. Handle weak symbols.
3108 (aout_link_write_symbols): Handle weak symbols.
3109 (aout_link_write_other_symbol): Likewise.
3110 (aout_link_input_section_std): Likewise.
3111 (aout_link_input_section_ext): Likewise.
3112 * sunos.c (sunos_write_dynamic_symbol): Likewise.
3113
3114 Fri Jun 10 13:25:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3115
3116 * aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.
3117 (NAME(aout,get_reloc_upper_bound)): Likewise.
3118
3119 * coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR.
3120 * linker.c (_bfd_generic_link_write_global_symbol): Don't assume
3121 the section of a common symbol is not NULL.
3122
3123 Wed Jun 8 23:15:53 1994 Stu Grossman (grossman@cygnus.com)
3124
3125 * nlmcode.h (nlm_object_p): Set EXEC_P and start address for GDB.
3126
3127 Wed Jun 8 23:57:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3128
3129 * aoutx.h (aout_get_external_symbols): Don't try to read the
3130 strings if there are no symbols.
3131 (aout_link_write_other_symbol): Use the output section when
3132 working out the type.
3133
3134 Tue Jun 7 13:25:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3135
3136 * elfcode.h (assign_section_numbers): Put shstrtab, symtab and
3137 strtab sections at end of file. Avoids bug in some versions of
3138 SVR4 strip. From Eric Youngdale <eric@tantalus.nrl.navy.mil>.
3139
3140 * coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,
3141 set SEC_DEBUGGING for STYP_INFO sections.
3142 (coff_compute_section_file_positions): If COFF_PAGE_SIZE is
3143 defined, and D_PAGED is set, set the file position equal to the
3144 section VMA modulo COFF_PAGE_SIZE.
3145 * coffgen.c (coff_real_object_p): If F_EXEC is set, set D_PAGED.
3146 * coff-i386.c: Set D_PAGED in BFD target.
3147 (COFF_PAGE_SIZE): Define.
3148 * coff-m68k.c, coff-sparc.c: Likewise.
3149
3150 Mon Jun 6 10:57:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3151
3152 * elfcode.h (bfd_section_from_shdr): Don't turn a reloc section
3153 into a BFD section just because SHF_ALLOC is set; require that it
3154 not use the normal symbol table.
3155 (elf_section_from_bfd_section): Corresponding change.
3156
3157 Better indirect and warning symbol handling inspired by Stuart
3158 Quick <stuck@cs.man.ac.uk>.
3159 * linker.c (enum link_action): Add REF, MIND, CWARN, REFC.
3160 (link_action): Change UNDEF_ROW/def and UNDEFW_ROW/def from NOACT
3161 to REF. Change UNDEF_ROW/indr and UNDEFW_ROW/indr from CYCLE to
3162 REFC. Change DEF_ROW/indr and COMMON_ROW/indr from CYCLE to MDEF.
3163 Change DEFW_ROW/indr from CYCLE to NOACT. Change INDR_ROW/indr
3164 from MDEF to MIND. Change INDR_ROW/warn from WARNC to CYCLE.
3165 Change WARN_ROW/def and WARN_ROW/indr from MWARN to CWARN. Change
3166 WARN_ROW/com from MWARN to WARN. Change WARN_ROW/warn from NOACT
3167 to CYCLE. Change SET_ROW/warn from WARNC to CYCLE>
3168 (_bfd_generic_link_add_one_symbol): Handle REF, MIND, CWARN and
3169 REFC. If a new indirect symbol has been referenced, push the
3170 reference down to the symbol it points to. FIx handling of WARN.
3171 * aoutx.h (translate_from_native_sym_flags): If N_WARNING, don't
3172 clobber e_type of next symbol.
3173 (translate_to_native_sym_flags): Likewise.
3174 (aout_link_write_symbols): Loop on bfd_link_hash_warning as well
3175 as bfd_link_hash_indirect.
3176
3177 * libaout.h (struct aout_link_hash_entry): New field written.
3178 * aoutx.h (NAME(aout,link_hash_newfunc)): Initialize written.
3179 (aout_link_write_symbols): Use written, not root.written.
3180 (aout_link_write_other_symbol): Likewise.
3181 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
3182 * libecoff.h (struct ecoff_link_hash_entry): New field written.
3183 * ecoff.c (ecoff_link_hash_newfunc): Initialize written.
3184 (ecoff_link_write_external): use written, not root.written.
3185 * genlink.h (struct generic_link_hash_entry): New field written.
3186 * linker.c (_bfd_link_hash_newfunc): Don't initialize written.
3187 (generic_link_hash_newfunc): Initialize written.
3188 (_bfd_generic_link_output_symbols): Use written, not root.written.
3189 (_bfd_generic_link_write_global_symbol): Likewise.
3190 (_bfd_generic_reloc_link_order): Likewise.
3191
3192 * libecoff.h (ecoff_data_type): Add linker field.
3193 * ecoff.c (ecoff_write_object_contents): Check new tdata linker
3194 field, rather than outsymbols being non-NULL, to decide whether to
3195 output the symbols and relocs.
3196 (ecoff_bfd_final_link): Set new tdata linker field to true.
3197
3198 * ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copy
3199 data to a non-ECOFF file.
3200
3201 * libbfd-in.h: Add warning that libbfd.h is a generated file.
3202 * libbfd.h: Rebuilt.
3203
3204 Sun Jun 5 15:02:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3205
3206 Changes to support ELF strip and objcopy on dynamically linked
3207 files.
3208 * elfcode.h (elf_fake_sections): Add prototype.
3209 (bfd_section_from_shdr): Make a BFD section from an SHT_HASH
3210 section, and from an SHT_DYNSYM section, and from the dynamic
3211 string table section.
3212 (elf_object_p): Set D_PAGED if there is a program header.
3213 (elf_make_sections): Remove.
3214 (fix_up_strtabs): Remove.
3215 (elf_fake_sections): Rewrite. Now sets sh_entsize.
3216 (assign_section_numbers): Rewrite. Now sets sh_link and sh_info
3217 for all sections.
3218 (elf_compute_section_file_positions): Don't call obsolete
3219 functions elf_make_sections or fix_up_strtabs.
3220 (swap_out_syms): Set sh_addralign to FILE_ALIGN rather than 4.
3221 (NAME(bfd_elf,write_object_contents)): Permit writing DYNAMIC
3222 objects.
3223 (elf_section_from_bfd_section): Treat SHT_DYNSYM like other normal
3224 sections. If an SHT_REL or SHT_RELA section is allocated or uses
3225 an unusual symbol table, permit a BFD section to map to it.
3226 Permit most SHT_STRTAB sections to have a BFD section mapped to
3227 them.
3228 (elf_bfd_final_link): Don't set sh_link, sh_info or sh_entsize
3229 fields of dynamic sections here; do it in assign_section_numbers.
3230 * elf32-target.h, elf64-target.h: Add D_PAGED to permitted object
3231 flags.
3232
3233 * elf.c (_bfd_elf_make_section_from_shdr): Only set SEC_DATA if
3234 SEC_LOAD is set, rather than checking SEC_ALLOC.
3235
3236 * libbfd-in.h (bfd_realloc): Change last arg to "size_t size".
3237
3238 Fri Jun 3 10:58:02 1994 Jeff Law (law@snake.cs.utah.edu)
3239
3240 * som.c (som_write_object_contents): Don't compute the file header's
3241 checksum here.
3242 (som_write_headers): Instead do it here.
3243
3244 * libbfd.h (bfd_realloc): Change last arg to "size_t size".
3245
3246 Thu Jun 2 17:39:22 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3247
3248 * hosts/sun3.h: Include <stdlib.h>. Don't declare free, exit or
3249 getenv.
3250
3251 Add linker support for SunOS shared libraries.
3252 * sunos.c: Include bfdlink.h. Add many new functions and
3253 definitions for SunOS shared library support.
3254 * bfd-in.h (bfd_sunos_record_link_assignment): Declare.
3255 (bfd_sunos_size_dynamic_sections): Declare.
3256 * bfd-in2.h: Rebuilt.
3257 * aoutx.h (struct aout_link_hash_entry): Move to libaout.h.
3258 (struct aout_link_hash_table): Likewise.
3259 (aout_link_hash_lookup, aout_link_hash_traverse): Likewise.
3260 (aout_hash_table): Likewise.
3261 (NAME(aout,link_hash_newfunc)): Rename from aout_link_hash_newfunc
3262 and make externally visible.
3263 (NAME(aout,link_hash_table_init)): New function.
3264 (NAME(aout,link_hash_table_create)): Call
3265 NAME(aout,link_hash_table_init), not _bfd_link_hash_table_init.
3266 (aout_link_add_symbols): Don't fail if no symbols. If it exists,
3267 call add_dynamic_symbols backend entry point for dynamic objects.
3268 Use add_one_symbol backend entry point if it exists.
3269 (NAME(aout,final_link)): Call finish_dynamic_link backend entry
3270 point, if it exists.
3271 (aout_link_input_bfd): For a dynamic object, call
3272 link_dynamic_object backend entry point, if it exists.
3273 (aout_link_write_other_symbol): Call write_dynamic_symbol backend
3274 entry point, if it exists.
3275 (aout_link_input_section): Don't read the relocs if they have
3276 already been read.
3277 (aout_link_input_section_std): When doing a final link, for a
3278 reloc against an external symbol, call check_dynamic_reloc backend
3279 entry point, if it exists.
3280 (aout_link_input_section_ext): Likewise.
3281 * libaout.h: Protect against multiple inclusion. Include
3282 bfdlink.h.
3283 (struct aout_link_hash_entry): Move in from aoutx.h.
3284 (struct aout_link_hash_table): Likewise.
3285 (aout_link_hash_lookup, aout_link_hash_traverse): Likewise.
3286 (aout_hash_table): Likewise.
3287 (struct aout_backend_data): Add fields add_dynamic_symbols,
3288 add_one_symbol, link_dynamic_object, write_dynamic_symbol,
3289 check_dynamic_reloc, and finish_dynamic_link.
3290 (struct aout_section_data_struct): Define new structure.
3291 (aout_section_data): Define new accessor macro.
3292 (NAME(aout,link_hash_newfunc)): Declare.
3293 (NAME(aout,link_hash_table_init)): Declare.
3294 * aoutf1.h (sunos4_aout_backend): Initialize new aout_backend_data
3295 fields.
3296 * aout-target.h (MY(backend_data)): Likewise.
3297 * i386aout.c (MY(backend_data)): Likewise.
3298 * i386mach3.c (MY(backend_data)): Likewise.
3299 * mipsbsd.c (MY(backend_data)): Likewise.
3300 * sparclynx.c (sparclynx_aout_backend): Likewise.
3301
3302 * aoutx.h (NAME(aout,slurp_symbol_table)): Don't zero out cached
3303 until we know it is non-NULL.
3304 (aout_link_write_symbols): Don't skip a warning symbol even if it
3305 has already been written out. If skipping an indirect symbol,
3306 skip the next symbol as well.
3307
3308 Wed Jun 1 14:37:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3309
3310 * hosts/sun3.h: Don't declare qsort, malloc or realloc.
3311
3312 Thu May 26 13:56:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3313
3314 * nlmcode.h (nlm_swap_auxiliary_headers_in): Cast bfd_byte pointer
3315 to char pointer to avoid compiler warnings.
3316
3317 * dep-in.sed: Remove spaces before colons.
3318
3319 Merged changes back in from FSF gas release 2.3:
3320
3321 * Makefile.in (stmp-bfd.h): Wrap `if' block around grep
3322 invocation, to avoid a bug in BSD 4.4 make.
3323
3324 From Ralph Campbell:
3325 * mipsbsd.c (mips_fix_jmp_addr): If symbol is undefined, return an
3326 error.
3327 (mips_fix_hi16_s): Ditto.
3328
3329 Fri May 13 21:21:00 1994 DJ Delorie (dj@ctron.com)
3330
3331 * makefile.dos: define a default target, or archives won't work
3332 due to multiple matches.
3333
3334 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
3335
3336 * configure.bat: update for latest files
3337 * makefile.dos: update for correct targets and sources
3338 * coff-go32.c: [new] go32's COFF format (i386coff with underscores)
3339 * targets.c: add go32coff target
3340 * makefile.in: add coff-go32.c support
3341
3342 Thu May 26 10:10:21 1994 Jeff Law (law@snake.cs.utah.edu)
3343
3344 * som.c (som_prep_headers): Do not set the system_id here, private
3345 bfd data has not been copied yet.
3346 (som_write_headers): Instead do it here.
3347
3348 Tue May 24 16:17:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3349
3350 Make MIPS ELF use new ELF backend linker. No shared library
3351 support yet.
3352 * elf32-mips.c (bfd_mips_elf32_swap_gptab_in): New function.
3353 (bfd_mips_elf32_swap_gptab_out): New function.
3354 (mips_elf_object_p): If last symbol is LOCAL, set elf_bad_symtab.
3355 (mips_elf_final_write_processing): Set sh_info field for .gptab.*
3356 sections.
3357 (mips_elf_fake_sections): Set sh_entsize for .gptab.* sections.
3358 (mips_elf_read_ecoff_info): Read and free external symbols last,
3359 not first, for clarity.
3360 (struct mips_elf_link_hash_entry): Define new structure.
3361 (struct mips_elf_link_hash_table): Define new structure.
3362 (mips_elf_link_hash_lookup): Define new macro.
3363 (mips_elf_link_hash_traverse): Define new macro.
3364 (mips_elf_hash_table): Define new macro.
3365 (mips_elf_link_hash_newfunc): New static function.
3366 (mips_elf_link_hash_table_create): New static function.
3367 (mips_elf_add_symbol_hook): New static function.
3368 (struct extsym_info): Define new structure.
3369 (mips_elf_get_extr, mips_elf_set_index): Remove.
3370 (mips_elf_output_extsym): New static function.
3371 (gptab_compare): New static function.
3372 (mips_elf_final_link): Rewrite to use ELF backend linker, and to
3373 merge gptab information in input files.
3374 (mips_elf_relocate_hi16): New static function.
3375 (mips_elf_relocate_section): New static function.
3376 (bfd_elf32_bfd_link_hash_table_create): Define as macro before
3377 including elf32-target.h.
3378 (elf_backend_relocate_section): Likewise.
3379 (elf_backend_add_symbol_hook): Likewise.
3380 * elf.c (_bfd_elf_link_hash_newfunc): Rename from
3381 elf_link_hash_newfunc and make globally visible. Change caller.
3382 (_bfd_elf_link_hash_table_init): New function, broken out of
3383 _bfd_elf_link_hash_table_create.
3384 (_bfd_elf_link_hash_table_create): Use
3385 _bfd_elf_link_hash_table_init.
3386 * libelf.h (struct elf_obj_tdata): Add new field bad_symtab.
3387 (elf_bad_symtab): Define new accessor macro.
3388 (_bfd_elf_link_hash_newfunc): Declare.
3389 (_bew_elf_link_hash_table_init): Declare.
3390 * elfcode.h (elf_object_p): Call backend object_p hook after
3391 swapping in all the section headers.
3392 (map_program_segments): Correct typo: Internal for External.
3393 (elf_link_add_object_symbols): If elf_bad_symtab is set, read all
3394 the symbols. Skip STB_LOCAL symbols rather than giving an error.
3395 (elf_bfd_final_link): If elf_bad_symtab is set, allocate space for
3396 all symbols, not just locals.
3397 (elf_link_output_extsym): Only skip a symbol not mentioned by a
3398 regular file if it is mentioned by a dynamic object.
3399 (elf_link_input_bfd): If elf_bad_symtab is set, read all the
3400 symbols.
3401
3402 Fri May 20 13:38:23 1994 Jeff Law (law@snake.cs.utah.edu)
3403
3404 * som.c (som_set_reloc_info): Do not set any relocation info
3405 for SOM fixups which are never passed to BFD.
3406
3407 Fri May 20 11:57:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3408
3409 * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow
3410 checking.
3411
3412 * elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
3413 the dynamic linking information for the benefit of the debugger.
3414 From Peter Schauer.
3415 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3416
3417 * elf.c (_bfd_elf_make_section_from_shdr): New function, based on
3418 code repeated three times in bfd_section_from_shdr in elfcode.h.
3419 * libelf.h (_bfd_elf_make_section_from_shdr): Declare.
3420 * elfcode.h (bfd_section_from_shdr): Use new function
3421 _bfd_elf_make_section_from_shdr to create BFD sections. If a
3422 reloc section does not use the main symbol table, or it is part of
3423 the process image, treat it as a normal section, not relocs.
3424 * elf32-mips.c (mips_elf_section_from_shdr): Use new function
3425 _bfd_elf_make_section_from_shdr.
3426
3427 Thu May 19 11:37:11 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3428
3429 * elf32-target.h, elf64-target.h: Change ar_max_namelen value from
3430 15 to 14 to match SVR4 ar.
3431
3432 Add support for ELF shared libraries. Loosely based on work by
3433 Eric Youngdale <ericy@cais.com>.
3434 * libelf.h (struct elf_backend_data): Add new fields for dynamic
3435 linking: elf_backend_create_dynamic_sections,
3436 elf_backend_adjust_dynamic_symbol,
3437 elf_backend_size_dynamic_sections,
3438 elf_backend_finish_dynamic_symbol,
3439 elf_backend_finish_dynamic_sections.
3440 (struct elf_link_hash_entry): Change type of align field to
3441 bfd_size_type. Add fields dynindx, dynstr_index, weakdef,
3442 elf_link_hash_flags.
3443 (struct elf_link_hash_table): Add fields dynobj, dynsymcount,
3444 dynstr, bucketcount.
3445 (bfd_elf32_swap_reloc_in, bfd_elf32_swap_reloc_out): Declare.
3446 (bfd_elf32_swap_reloca_in, bfd_elf32_swap_reloca_out): Declare.
3447 (bfd_elf32_swap_dyn_in, bfd_elf32_swap_dyn_out): Declare.
3448 (bfd_elf32_add_dynamic_entry): Declare.
3449 (bfd_elf64_swap_reloc_in, bfd_elf64_swap_reloc_out): Declare.
3450 (bfd_elf64_swap_reloca_in, bfd_elf64_swap_reloca_out): Declare.
3451 (bfd_elf64_swap_dyn_in, bfd_elf64_swap_dyn_out): Declare.
3452 (bfd_elf64_add_dynamic_entry): Declare.
3453 * elfcode.h (Elf_External_Dyn): Define.
3454 (elf_swap_reloc_in): Define as macro using NAME. Make externally
3455 visible.
3456 (elf_swap_reloc_out): Likewise.
3457 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
3458 (elf_swap_dyn_in, elf_swap_dyn_out): Define as macro using NAME
3459 and as new externally visible function.
3460 (elf_fake_sections): Set section type of dynamic sections based on
3461 section names.
3462 (elf_write_phdrs): Remove.
3463 (assign_file_position_for_section): Add new align argument.
3464 Change all callers.
3465 (get_program_header_size): New static function.
3466 (struct seg_info): Remove.
3467 (map_program_segments): Completely rewrite.
3468 (assign_file_positions_except_relocs): Completely rewrite.
3469 (assign_file_positions_for_relocs): Don't set a file position for
3470 sections which already have one. Don't bother to align the file
3471 position here.
3472 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC
3473 section types.
3474 (elf_section_from_bfd_section): Likewise.
3475 (elf_slurp_symbol_table): If section_from_elf_index fails, just
3476 use bfd_abs_section rather than returning an error.
3477 (elf_sizeof_headers): Make useful.
3478 (elf_link_record_dynamic_symbol): New static function.
3479 (elf_link_add_object_symbols): Handle dynamic objects.
3480 (elf_link_create_dynamic_sections): New static function.
3481 (elf_add_dynamic_entry): Define as macro using NAME and as new
3482 externally visible function.
3483 (NAME(bfd_elf,record_link_assignment)): New function.
3484 (elf_buckets): New static variable.
3485 (NAME(bfd_elf,size_dynamic_sections)): New function.
3486 (struct elf_final_link_info): Add dynsym_sec and hash_sec fields.
3487 (elf_bfd_final_link): Handle dynamic linking. Create a section
3488 symbol for all ELF sections, not all BFD sections. Store section
3489 symbol index in target_index field, not index field. Traverse
3490 over global symbols even if stripping.
3491 (elf_link_output_extsym): Output dynamic symbols. Mark symbols
3492 defined by dynamic objects as undefined.
3493 (elf_link_input_bfd): Ignore dynamic objects. Use target_index
3494 field for section relocs, and make sure it is set.
3495 (elf_reloc_link_order): Use target_index field for section relocs,
3496 and make sure it is set.
3497 * elf.c (elf_link_hash_newfunc): Initialize dynindx, dynstr_index,
3498 weakdef and elf_link_hash_flags fields.
3499 (_bfd_elf_link_hash_table_create): Initialize dynobj, dynsymcount,
3500 dynstr and bucketcount fields.
3501 * elf32-target.h: Initialize new dynamic linking fields.
3502 * elf64-target.h: Likewise.
3503 * elf32-i386.c: New functions for dynamic linking support.
3504 * elf32-sparc.c: Likewise.
3505 * bfd-in.h (bfd_elf32_record_link_assignment): Declare.
3506 (bfd_elf64_record_link_assignment): Declare.
3507 (bfd_elf32_size_dynamic_sections): Declare.
3508 (bfd_elf64_size_dynamic_sections): Declare.
3509 * bfd-in2.h: Rebuilt.
3510
3511 Wed May 18 08:29:04 1994 Ian Lance Taylor (ian@cygnus.com)
3512
3513 * som.c: Don't include <sys/dir.h> or <sys/user.h>.
3514 (som_reloc_queue_find): Call memcmp instead of bcmp.
3515 (som_bfd_reloc_type_lookup): Change first argument to bfd *.
3516 (compare_syms): Change types of arguments to const void *.
3517 (bfd_section_from_som_symbol): Removed unused local found.
3518 (som_write_armap): Add elength, map, orl_count and int arguments.
3519 (som_write_armap): Use %ld and cast to long for getuid result.
3520
3521 Wed May 18 09:09:32 1994 Jeff Law (law@snake.cs.utah.edu)
3522
3523 * elf32-hppa.h (R_HPPA_ABS_CALL): Define.
3524 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle absolute calls.
3525
3526 * som.h (R_HPPA_ABS_CALL): Define.
3527 * som.c (hppa_som_gen_reloc_type): Delete complex relocation types.
3528
3529 Tue May 17 19:33:12 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3530
3531 * coff-i960.c (icoff_little_vec, icoff_big_vec): Indicate leading
3532 underscore, for compatibility with Intel tool chain (gnu960v2).
3533
3534 Mon May 16 10:09:22 1994 Jeff Law (law@snake.cs.utah.edu)
3535
3536 * bfd-in2.h: Rebuilt.
3537
3538 * elf32-hppa.c: Change .hppa_linker_stubs to .PARISC.stubs,
3539 likewise for other PA specific sections.
3540 (hppa_elf_relocate_unwind_table): Delete unused
3541 function.
3542 (elf_hppa_howto_table): Completely new table based on 94-02-02
3543 draft PA ELF spec. Change relocation tags appropriately
3544 throughout elf32-hppa.c
3545 (hppa_elf_gen_reloc_type): Rewrite and simplify based on 94-02-02
3546 spec.
3547 (hppa_elf_reloc): Likewise.
3548 (hppa_look_for_stubs_in_section): Likewise
3549 (ELF_MACHINE_CODE): Change to EM_PARISC.
3550 * elf32-hppa.h: Include "elf/hppa.h". Change relocation tags
3551 appropriately throughout elf32-hppa.h.
3552 (elf32_hppa_reloc_type): New table based on 94-02-02 draft PA ELF
3553 spec.
3554 (R_HPPA_ABS_CALL, R_HPPA_COMPLEX*, R_HPPA_UNWIND): Delete definitions.
3555 * elfcode.h (prep_headers): Use EM_PARISC instead of EM_HPPA.
3556 * reloc.c (bfd_reloc_code_real): Delete unused HPPA relocations.
3557 * som.h (R_HPPA_ABS_CALL, R_HPPA_COMPLEX): Delete definitions.
3558
3559 * libhppa.h (hppa_field_adjust): Avoid adding constant_value into
3560 the final value twice for LR and RR field selectors.
3561
3562 Sat May 14 09:09:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3563
3564 * aoutx.h (add_to_stringtab): Use BFD_ASSERT not assert. This
3565 avoids __eprintf troubles.
3566
3567 Fri May 13 10:51:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3568
3569 * bout.c (b_out_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR.
3570
3571 * config/mipsbelf.mt (SELECT_VECS): Add ecoff_big_vec and
3572 ecoff_little_vec since Irix 5 supports ECOFF executables.
3573
3574 Wed May 11 00:31:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3575
3576 * ecoff.c (ecoff_find_nearest_line): Handle fdr.adr != pdr.adr
3577 correctly.
3578
3579 * Makefile.in (stmp-bfd.h): Use || instead of ; to force SunOS
3580 make to invoke the shell.
3581
3582 Tue May 10 14:23:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3583
3584 * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from
3585 SEC_SHARED_LIBRARY for clarity. Changed all uses.
3586 * bfd-in2.h: Rebuilt.
3587 * coffcode.h (sec_to_styp_flags): If SEC_COFF_SHARED_LIBRARY is
3588 set, set STYP_NOLOAD.
3589 * coffgen.c (coff_section_from_bfd_index): Don't get an assertion
3590 failure because of a bad shared library.
3591
3592 Mon May 9 18:53:40 1994 Bill Cox (bill@rtl.cygnus.com)
3593
3594 * linker.c: Add missing comment terminator.
3595
3596 Mon May 9 11:53:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3597
3598 * linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashp
3599 are not NULL, assume the caller has already looked up the symbol
3600 in the hash table and has stored the entry in *hashp.
3601 (generic_link_add_symbol_list): Set h to NULL before calling
3602 _bfd_generic_link_add_one_symbol.
3603 * ecoff.c (ecoff_link_add_externals): Likewise.
3604
3605 * elfcode.h (assign_file_positions_except_relocs): Don't require
3606 page shared between .data and .bss segments to contain zeroes.
3607
3608 * elfcode.h: Include bfdlink.h. Added several new functions to do
3609 linking.
3610 (ELF_R_TYPE): Define.
3611 (bfd_add_to_strtab): Return unsigned long. Change check for
3612 realloc failure.
3613 (elf_fake_sections): Check return value of bfd_add_to_strtab.
3614 (elf_compute_section_file_positions): Add link_info argument.
3615 Call elf_backend_begin_write_processing hook and prep_headers
3616 here. Only call swap_out_syms if link_info is NULL. Set up
3617 .shstrtab section here. Pass dosyms argument to
3618 assign_file_positions_except_relocs. Set output_has_begun flag.
3619 (assign_file_positions_for_symtab_and_strtabs): Add dosyms
3620 argument, and use it to control setting .symtab and .strtab file
3621 positions.
3622 (assign_file_positions_except_relocs): Add dosyms argument, and
3623 pass it on.
3624 (prep_headers): Check return value of bfd_add_to_strtab.
3625 (swap_out_syms): Likewise. Also, don't set up .shstrtab here.
3626 (NAME(bfd_elf,write_object_contents)): Some calls moved into
3627 elf_compute_section_file_positions.
3628 (elf_set_section_contents): Likewise.
3629 (elf_slurp_symbol_table): SHN_LORESERV corrected to SHN_LORESERVE.
3630 * libelf.h: Include bfdlink.h.
3631 (struct elf_backend_data): Add fields collect,
3632 elf_add_symbol_hook, elf_backend_relocate_section.
3633 (struct bfd_elf_section_data): Add field rel_hashes.
3634 (struct elf_obj_tdata): Remove fields internal_syms and symbols.
3635 Add field sym_hashes.
3636 (obj_symbols, obj_internal_syms): Remove definitions.
3637 (elf_sym_hashes): Define.
3638 (struct elf_link_hash_entry): Define.
3639 (struct elf_link_hash_table): Define.
3640 (elf_link_hash_lookup): Define.
3641 (elf_link_hash_traverse): Define.
3642 (elf_hash_table): Define.
3643 (_bfd_elf_link_hash_table_create): Declare.
3644 (bfd_elf32_bfd_link_add_symbols): Declare.
3645 (bfd_elf32_bfd_final_link): Declare.
3646 (bfd_elf64_bfd_link_add_symbols): Declare.
3647 (bfd_elf64_bfd_final_link): Declare.
3648 * elf.c: Include bfdlink.h.
3649 (elf_link_hash_newfunc): New function.
3650 (_bfd_elf_link_hash_table_create): New function.
3651 * elf32-target.h (elf_backend_relocate_section): If not defined,
3652 define as 0 and use generic linker. Otherwise, use ELF backend
3653 linker.
3654 (elf_backend_collect): If not defined, define as false.
3655 (elf_backend_add_symbol_hook): If not defined, define as 0.
3656 (elf32_bed): Initialize new fields.
3657 * elf64-target.h: Same changes as elf32-target.h.
3658 * elf32-i386.c: Include bfdlink.h.
3659 (elf_i386_relocate_section): New function.
3660 (elf_backend_relocate_section): Define.
3661 * elf32-sparc.c: Include bfdlink.h.
3662 (elf_info_to_howto): Change type of dst from Elf32_Internal_Rela
3663 to Elf_Internal_Rela (they're the same type anyhow).
3664 (elf_sparc_relocate_section): New function.
3665 (elf_backend_relocate_section): Define.
3666 * elf32-mips.c (elf_backend_collect): Define.
3667
3668 * Makefile.in (stmp-bfd.h): Avoid useless make error message in a
3669 different way; touch takes a numeric argument on some systems.
3670
3671 Fri May 6 13:34:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3672
3673 * nlmcode.h (nlm_swap_auxiliary_headers_in): Rework custom header
3674 handling for latest suggested format.
3675 (nlm_swap_auxiliary_headers_out): Likewise.
3676 (nlm_compute_section_file_positions): Likewise.
3677
3678 Fri May 6 11:11:50 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
3679
3680 * config.bfd: handle erricsson config (for OSE).
3681
3682 Thu May 5 15:40:47 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3683
3684 Patches from Ralph Campbell:
3685 * mipsbsd.c (mips_fix_jmp_addr): New function.
3686 (mips_fix_hi16_s): Use bfd_is_com_section.
3687 (mips_howto_table_ext): Call mips_fix_jmp_addr for MIPS_RELOC_JMP.
3688
3689 Fri May 6 11:48:55 1994 Steve Chamberlain (sac@cygnus.com)
3690
3691 * config/go32.mh: XX support.
3692
3693 From bill
3694 * Makefile.in: Build sysdep.h without causing worrying but
3695 harmless error message.
3696
3697 Wed May 4 11:09:53 1994 Ian Lance Taylor (ian@cygnus.com)
3698
3699 Changed m68k-aout to set flags to 0; m68k-sunos still uses 1.
3700 * aout0.c: New file.
3701 * targets.c (aout0_big_vec): Declare.
3702 (bfd_target_vector): Add aout0_big_vec.
3703 * config.bfd (m68*-*-aout*): Use m68k-0aout, not m68k-aout.
3704 * config/m68k-aout.mt (SELECT_VECS): Removed.
3705 * config/m68k-0aout.mt: New file.
3706 * configure.in (aout0_big_vec): New target vector: use aout0.o,
3707 aout32.o and stab-syms.o.
3708 * Makefile.in: Rebuilt dependencies.
3709 (BFD32_BACKENDS): Add aout0.o.
3710 (CFILES): Add aout0.c.
3711
3712 * libaout.h (struct aout_backend_data): Add field exec_hdr_flags.
3713 * aout-target.h (MY_exec_hdr_flags): If not defined, define as 0.
3714 MY(backend_data): Initialize exec_hdr_flags field.
3715 * aoutf1.h (sunos_32_set_arch_mach): Make static.
3716 (aout32_sunos4_write_object_contents): Set flags from backend
3717 info.
3718 (MY_exec_hdr_flags): If not defined, define as 1.
3719 (sunos4_aout_backend): Initialize exec_hdr_flags field.
3720 * aout-encap.c (encap_write_object_contents): Set flags from
3721 backend info.
3722 (MY_exec_hdr_flags): Define as N_FLAGS_COFF_ENCAPSULATE.
3723 * hp300hpux.c (MY_exec_hdr_flags): Define as 0x2.
3724 (MY(write_object_contents)): Set flags from backend info.
3725 * i386aout.c (MY(backend_data)): Initialize exec_hdr_flags field.
3726 * i386mach3.c (MY(backend_data)): Likewise.
3727 * mipsbsd.c (MY(backend_data)): Likewise.
3728 * sparclynx.c (NAME(aout,sparclynx_write_object_contents)): Set
3729 flags from backend info.
3730 (sparclynx_aout_backend): Initialize exec_hdr_flags field.
3731
3732 Wed May 4 02:56:00 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3733
3734 * config.bfd (i386-*-gnu*): Treat like i386-*-mach*.
3735 (m68*-apollo-*): Treat all Apollo configs the same, don't handle
3736 BSD specially.
3737
3738 Tue May 3 19:43:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3739
3740 * cache.c: Rewrote to work correctly.
3741 * libbfd.h: Rebuilt.
3742 * opncls.c (bfd_cache_init, bfd_open_file): Don't declare.
3743 (bfd_fdopenr): Check return value of bfd_cache_init.
3744
3745 Fri Apr 29 15:08:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3746
3747 * cf-m68klynx.c (CALC_ADDEND): Check for PC relative relocs by
3748 enumerating them, since the reloc type can not serve as an index
3749 into the m68k COFF howto_table.
3750
3751 Fri Apr 29 09:42:39 1994 Steve Chamberlain (sac@cygnus.com)
3752
3753 * config.bfd (*-go32): Changed to coff.
3754 * coff-h8300.c (JMPL1): Get HOWTO right for 24bit branches.
3755 * srec.c (srec_write_symbols): Write out the correct number of
3756 symbols and don't stick in extra nulls.
3757
3758 Tue Apr 26 15:07:24 1994 Stan Shebs (shebs@andros.cygnus.com)
3759
3760 * cf-sparclynx.c (LYNXOS, COFF_LONG_FILENAMES): Define.
3761 * coff-sparc.c (BADMAG): Recognize LYNXCOFFMAGIC.
3762 (COFF_SPARC): Define.
3763 * coffcode.h (coff_new_section_hook): If COFF_SPARC, set alignment
3764 power of data and bss sections to 3.
3765 * hosts/lynx.h (__LYNXOS): Define.
3766
3767 Tue Apr 26 15:04:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3768
3769 * elf32-hppa.c (hppa_elf_reloc): Adjust the addend of relocations
3770 against section symbols to avoid losing during ld -r.
3771
3772 Tue Apr 26 12:16:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3773
3774 * elfcode.h (shstrtab_length_fixed): Remove useless static
3775 variable.
3776 (struct elf_sect_data): Remove unused structure.
3777 (elf_object_p): Free memory if error occurs. Check return value
3778 of bfd_default_set_arch_mach. If elf_get_str_section fails,
3779 preserve error code rather than setting wrong_format.
3780 (null_shdr): Remove static variable.
3781 (assign_section_numbers): Remove shstrtab_length_fixed assignment.
3782 Allocate first section header on BFD obstack rather than using
3783 null_shdr.
3784 (bfd_prpsinfo): Remove unused local variable newsect.
3785
3786 Mon Apr 25 15:31:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3787
3788 * elfcode.h (write_relocs): Undo patch of Apr 10; breaks Solaris.
3789
3790 * elfcode.h (bfd_section_from_shdr): Use bfd_make_section_anyway
3791 to create sections. Check return value of recursive calls.
3792 (bfd_section_from_phdr): Check return value of bfd_make_section.
3793 (elf_symbol_from_bfd_symbol): Likewise.
3794 (elf_object_p): Check return value of bfd_section_from_shdr.
3795 (section_from_elf_index): Likewise.
3796 (elf_slurp_symbol_table): Check return value of
3797 section_from_elf_index.
3798 (bfd_prstatus): Return boolean value. Check return value of
3799 bfd_make_section.
3800 (bfd_fpregset): Likewise.
3801 (bfd_prpsinfo): Return boolean value.
3802 (elf_corefile_note): Check return values of bfd_prstatus,
3803 bfd_fpregset, and bfd_prpsinfo.
3804 (elf_core_file_p): Check return value of elf_corefile_note.
3805
3806 Fri Apr 22 11:08:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3807
3808 Get rid of the ECOFF .reginfo section hack.
3809 * ecoff.c (ecoff_mkobject_hook): Don't create a .reginfo section.
3810 (ecoff_new_section_hook): Don't handle the .reginfo section.
3811 (ecoff_sizeof_headers): Likewise.
3812 (ecoff_get_section_contents): Likewise.
3813 (ecoff_compute_section_file_positions): Likewise.
3814 (ecoff_compute_reloc_file_positions): Likewise.
3815 (ecoff_set_section_contents): Likewise.
3816 (ecoff_write_object_contents): Likewise.
3817 (ecoff_bfd_final_link): Likewise.
3818 (ecoff_bfd_copy_private_bfd_data): Copy the GP value and the
3819 register masks.
3820 (bfd_ecoff_get_gp_value): New function.
3821 (bfd_ecoff_set_gp_value): New function.
3822 (bfd_ecoff_set_regmasks): New function.
3823 * bfd-in.h (bfd_ecoff_get_gp_value): Declare.
3824 (bfd_ecoff_set_gp_value): Declare.
3825 (bfd_ecoff_set_regmasks): Declare.
3826 * bfd-in2.h: Rebuilt.
3827
3828 Fix ECOFF objcopy to actually copy debugging information.
3829 * ecoff.c (ecoff_bfd_copy_private_bfd_data): New function.
3830 (ecoff_get_extr): Assume that any ECOFF symbol with local clear is
3831 an external symbol, rather than checking the symbol flags. Only
3832 check the flags for non-ECOFF symbols.
3833 * ecofflink.c (bfd_ecoff_debug_externals): Don't crash if the
3834 output_section field of the symbol section is NULL.
3835 * libecoff.h (ecoff_bfd_copy_private_bfd_data): Declare as
3836 function rather than defining as macro.
3837
3838 * ieee.c (ieee_object_p): Set bfd_error_got_wrong_format if
3839 appropriate.
3840
3841 * targets.c (bfd_target_vector): Add bfd_elf32_powerpc_vec.
3842
3843 * aout-adobe.c (aout_adobe_set_arch_mach): Check return value of
3844 bfd_default_set_arch_mach. Accept bfd_arch_m68k as well as
3845 bfd_arch_unknown.
3846 * coffcode.h (coff_set_arch_mach): Check return value of
3847 bfd_default_set_arch_mach.
3848 * elfcode.h (elf_set_arch_mach): Don't check a list of ELF
3849 architectures, just see if the desired architecture matches what
3850 the ELF backend permits.
3851
3852 * coffcode.h (coff_set_arch_mach_hook): Rename SHMAGIC to
3853 SH_ARCH_MAGIC to match change in coff/sh.h.
3854 (coff_set_flags): Likewise.
3855
3856 Follow convention in which each NLM header has an 8 byte stamp
3857 followed by a four byte length.
3858 * libnlm.h (struct nlm_obj_tdata): Rename nlm_cygnus_section_hdr
3859 to nlm_cygnus_ext_header, and change type to
3860 Nlm_Internal_Cygnus_Ext_Header.
3861 (nlm_cygnus_ext_header): Rename from nlm_cygnus_section_header.
3862 * nlmcode.h (nlm_swap_auxiliary_headers_in): Use CyGnUsEx instead
3863 of CyGnUsSeCs. Rename from cygnus_section to cygnus_ext. Require
3864 length word to be 8.
3865 (nlm_swap_auxiliary_headers_out): Rename from cygnus_section to
3866 cygnus_ext. Set length word to 8.
3867 (nlm_compute_section_file_positions): Rename from cygnus_section
3868 to cygnus_ext.
3869
3870 Thu Apr 21 22:54:22 1994 Stu Grossman (grossman at cygnus.com)
3871
3872 * nlmcode.h (nlm_swap_auxiliary_headers_in): Keep section table
3873 (from CyGnUsSeCs) in more permanent memory to keep section names
3874 from getting trashed.
3875
3876 Thu Apr 21 09:29:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3877
3878 * libelf.h (elf_obj_tdata): Add members for dynamic symbol table
3879 handling.
3880 * elfcode.h (bfd_section_from_shdr): Handle dynamic symbol table.
3881 * elfcode.h (elf_slurp_symbol_table): Take additional parameter
3882 to select static or dynamic symbol table and return number of
3883 symbols slurped or -1 on error.
3884 * elfcode.h (elf_get_symtab): Set bfd symcount from
3885 elf_slurp_symbol_table result.
3886 * elfcode.h (elf_get_dynamic_symtab_upper_bound,
3887 elf_canonicalize_dynamic_symtab): New functions to handle dynamic
3888 symbol table.
3889 * elf32-target.h, elf64-target.h (BFD_JUMP_TABLE_DYNAMIC):
3890 Change to handle dynamic symbol table, provide default definitions
3891 for dynamic relocs.
3892 * aoutx.h (howto_table_std, NAME(aout,swap_std_reloc_out),
3893 NAME(aout,swap_std_reloc_in), aout_link_input_section_std,
3894 aout_link_reloc_link_order): Handle r_jmptable and r_relative
3895 relocations.
3896
3897 Thu Apr 21 11:58:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3898
3899 Clean up uses of _bfd_dummy_target (from Peter Schauer).
3900 * libbfd.c (_bfd_dummy_target): Set bfd_error_wrong_format.
3901 * nlm-target.h (nlm_core_file_p): Define as _bfd_dummy_target, not
3902 NULL.
3903 * srec.c (srec_vec): Use _bfd_dummy_target, not NULL, in
3904 _bfd_check_format.
3905 (symbolsrec_vec): Likewise.
3906 * tekhex.c (tekhex_vec): Likewise.
3907
3908 * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr
3909 field.
3910 (nlm_cygnus_section_header): New accessor macro.
3911 * nlmcode.h (nlm_object_p): Free new tdata structure if failure.
3912 Add fixed sections before swapping in auxiliary headers. After
3913 adding sections, treat errors as real, not as wrong format.
3914 (nlm_swap_auxiliary_headers_in): Swap in the sections header; add
3915 sections to the BFD for each section it describes.
3916 (nlm_swap_auxiliary_headers_out): Swap out the sections header.
3917 (nlm_compute_section_file_positions): Account for the size of the
3918 sections header.
3919
3920 Wed Apr 20 16:45:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3921
3922 * coff-sparc.c (sparccoff_vec): Change minimum alignment power to
3923 2, so that stab sections can be multiples of 4 bytes only.
3924
3925 * hosts/i386aix.h: Changes to avoid prototypes conflicts with the
3926 ones defined in stdlib.h. (From Minh Tran-Le.)
3927
3928 Wed Apr 20 14:15:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3929
3930 * nlm32-ppc.c: Complete rewrite for new version of PowerPC
3931 NetWare. Old code still present, but ifdeffed out.
3932
3933 * nlmcode.h (nlm_swap_auxiliary_headers_in): Don't assume a
3934 particular format for the customer header. Allocate a block of
3935 memory and read it into that.
3936 (nlm_swap_auxiliary_headers_out): Write out the block of memory.
3937 (nlm_compute_section_file_positions): Include length of customer
3938 header when computing its size.
3939
3940 Mon Apr 18 14:27:17 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3941
3942 * som.c (som_prep_headers): Get the space's number from the
3943 backend private section data rather than target_index.
3944 (bfd_som_set_section_attributes): Store the space's number
3945 in the backend private section data rather than target_index.
3946
3947 * som.h (som_copyable_section_data_struct): Add space_number.
3948
3949 Fri Apr 15 12:22:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3950
3951 * coff-a29k.c (reloc_processing): Always set the address of a
3952 R_IHCONST reloc to that of the immediately preceding R_IHIHALF.
3953 gas does this anyhow, but some other assemblers seem to leave
3954 garbage in the R_IHCONST address field.
3955
3956 * bfd/archive.c: Consistently use ARFMAG; from
3957 schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
3958 (_bfd_write_archive_contents): Use ARFMAG rather than '`' and
3959 '\012'.
3960 (bsd_write_armap): Likewise.
3961 (coff_write_armap): Likewise.
3962
3963 * coff-mips.c (mips_relocate_section): When relaxing, adjust local
3964 relocs against the .text section as required.
3965 * ecofflink.c (bfd_ecoff_debug_accumulate): When relaxing, adjust
3966 PDR addresses as required.
3967
3968 * ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdr
3969 index through rfd map if it exists. Check for a couple of cases
3970 which gdb handles specially. Change all callers.
3971 (ecoff_type_to_string): Take fdr argument rather than aux_ptr and
3972 bigendian argument. Change all callers.
3973 (ecoff_print_symbol): Handle stStruct, stUnion and stEnum.
3974
3975 Thu Apr 14 13:05:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3976
3977 * coff-mips.c (mips_howto_table): Add dummy entries to account for
3978 numbering changes in include/coff/mips.h. Add entries for
3979 MIPS_R_RELHI and MIPS_R_RELLO.
3980 (mips_ecoff_swap_reloc_in): Handle an extra bit for the reloc type
3981 when little endian. Treat internal MIPS_R_RELLO or MIPS_R_RELHI
3982 relocs like MIPS_R_SWITCH, and convert r_offset from 24 to 32
3983 bits.
3984 (mips_ecoff_swap_reloc_out): Likewise.
3985 (mips_adjust_reloc_in): Handle internal MIPS_R_RELLO or
3986 MIPS_R_RELHI relocs like MIPS_R_SWITCH.
3987 (mips_adjust_reloc_out): Likewise.
3988 (mips_relhi_addr, mips_relhi_addend): New static variables.
3989 (mips_relhi_reloc, mips_rello_reloc): New functions.
3990 (mips_bfd_reloc_type_lookup): Turn BFD_RELOC_PCREL_HI16_S into
3991 MIPS_R_RELHI and turn BFD_RELOC_PCREL_LO16 into MIPS_R_RELLO.
3992 (mips_relocate_hi): Rename from mips_relocate_refhi, and add pcrel
3993 argument. Changed all callers.
3994 (mips_relocate_section): Rename got_reflo to got_lo and
3995 reflo_int_rel to lo_int_rel. Handle MIPS_R_RELLO and MIPS_R_RELHI
3996 relocs.
3997 (mips_relax_section): Adjust MIPS_R_RELHI/MIPS_R_RELLO pairs when
3998 expanding a PC relative call.
3999
4000 * reloc.c (bfd_reloc_code_real_type): Add BFD_RELOC_PCREL_HI16_S
4001 and BFD_RELOC_PCREL_LO16.
4002 * bfd-in2.h: Rebuilt.
4003
4004 Wed Apr 13 11:50:07 1994 Stan Shebs (shebs@andros.cygnus.com)
4005
4006 * coff-sparc.c (sparccoff_vec): Set minimum alignment power to 3.
4007
4008 Tue Apr 12 13:36:20 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4009
4010 * som.c (som_write_fixups): Always emit at least
4011 one relocation for any non-bss section.
4012
4013 Mon Apr 11 14:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4014
4015 * elfcode.h (assign_file_positions_except_relocs): Don't require
4016 the file alignment to correspond to the page size when linking
4017 with -N.
4018
4019 Sun Apr 10 01:02:24 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4020
4021 * elfcode.h (write_relocs): For rela relocations, adjust the
4022 addend for relocations involving section symbols to account
4023 for the lossage of 1:1 mapping from input section symbols to
4024 output section symbols.
4025
4026 Fri Apr 8 12:22:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4027
4028 * aoutx.h (NAME(aout,make_sections)): New function.
4029 (NAME(aout,some_aout_object_p)): Call NAME(aout,make_sections)
4030 rather than making sections inline.
4031 (NAME(aout,mkobject)): Don't make any sections.
4032 (NAME(aout,adjust_sizes_and_vmas)): Call NAME(aout,make_sections).
4033 (NAME(aout,final_link)): Don't dereference obj_textsec (abfd) or
4034 obj_datasec (abfd) if they are NULL.
4035 * libaout.h (NAME(aout,make_sections)): Declare.
4036 * bout.c (b_out_mkobject): Don't make any sections.
4037 (b_out_write_object_contents): Call aout_32_make_sections.
4038 (b_out_set_section_contents): Likewise.
4039 * i386os9k.c (os9k_mkobject): Don't make any sections.
4040 (os9k_write_object_contents): Call aout_32_make_sections.
4041 (os9k_set_section_contents): Likewise.
4042
4043 * aoutx.h (NAME(aout,new_section_hook)): Don't set N_EXT in target
4044 index.
4045
4046 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4047
4048 * config.bfd, configure.host: Add mips-*-sysv4* support.
4049
4050 Thu Apr 7 14:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4051
4052 * coff-mips.c (mips_howto_table): Add entry for MIPS_R_SWITCH.
4053 (mips_ecoff_swap_reloc_in): For MIPS_R_SWTICH, copy r_symndx into
4054 r_offset and set r_symndx to RELOC_SECTION_TEXT.
4055 (mips_ecoff_swap_reloc_out): For MIPS_R_SWITCH, get the r_symndx
4056 value from the r_offset field.
4057 (mips_adjust_reloc_in): Maximum r_type value is now MIPS_R_SWITCH.
4058 For MIPS_R_SWITCH, copy the r_offset field into the addend field.
4059 (mips_adjust_reloc_out): For MIPS_R_SWITCH, copy the addend field
4060 into the r_offset field.
4061 (mips_switch_reloc): New function.
4062 (mips_bfd_reloc_type_lookup): Translate BFD_RELOC_GPREL32 into
4063 MIPS_R_SWITCH.
4064 (mips_relocate_section): Handle MIPS_R_SWITCH.
4065 (mips_relax_section): Adjust MIPS_R_SWITCH offset if necessary.
4066
4067 Thu Apr 7 11:10:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4068
4069 * elfcode.h (elf_set_section_contents): Support calling the backend
4070 function elf_backend_begin_write_processing when just beginning to
4071 write an object file.
4072
4073 * libelf.h (elf_backend_begin_write_processing): Declare.
4074
4075 * elf{32,64}-target.h (elf_backend_begin_write_processing): Provide
4076 a default definition.
4077 (elf{32,64}_bed): Add elf_backend_begin_write_processing.
4078
4079 * elf32-hppa.h (elf_hppa_tc_symbol): Delete extern declaration.
4080 (elf_hppa_tc_make_sections): Likewise.
4081
4082 * elf32-hppa.c (symext_chain_built): Delete.
4083 (symext_chain_size): Renamed from symextn_contents_real_size.
4084 (elf32_hppa_backend_{begin,final}_write_processing): New functions.
4085 (add_entry_to_symext_chain): New function.
4086 (hppa_elf_set_section_contents): Ignore writes to the symbol extension
4087 section until it's been rebuilt internally.
4088 (hppa_elf_get_section_contents): Symbol extension section is no
4089 longer special.
4090 (elf_backend_{begin,final}_write_processing): Define.
4091 (elf_hppa_tc_make_sections): Simplify now that much code has
4092 migrated into elf32_hppa_backend_{being,final}_write_processing.
4093
4094 Wed Apr 6 17:24:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4095
4096 Add new target vectors to read the dynamic symbols and dynamic
4097 relocs. Change a.out to use these rather than reading the dynamic
4098 symbols and relocs along with the normal symbols and relocs.
4099 * targets.c (bfd_target): Add fields
4100 _bfd_get_dynamic_symtab_upper_bound,
4101 _bfd_canonicalize_dynamic_symtab,
4102 _bfd_get_dynamic_reloc_upper_bound,
4103 _bfd_canonicalize_dynamic_reloc.
4104 (BFD_JUMP_TABLE_DYNAMIC): Define.
4105 * libbfd-in.h (_bfd_nodynamic_get_dynamic_symtab_upper_bound):
4106 Define.
4107 (_bfd_nodynamic_canonicalize_dynamic_symtab): Define.
4108 (_bfd_nodynamic_get_dynamic_reloc_upper_bound): Define.
4109 (_bfd_nodynamic_canonicalize_dynamic_reloc): Define.
4110 * bfd.c (bfd_get_dynamic_symtab_upper_bound): Define.
4111 (bfd_canonicalize_dynamic_symtab): Define.
4112 (bfd_get_dynamic_reloc_upper_bound): Define.
4113 (bfd_canonicalize_dynamic_reloc): Define.
4114 * sunos.c (MY_read_dynamic_symbols): Don't define.
4115 (MY_read_dynamic_relocs): Don't define.
4116 (MY_get_dynamic_symtab_upper_bound): Define.
4117 (MY_canonicalize_dynamic_symtab): Define.
4118 (MY_get_dynamic_reloc_upper_bound): Define.
4119 (MY_canonicalize_dynamic_reloc): Define.
4120 (struct sunos_dynamic_info): Change type of dynsym_count and
4121 dynrel_count to long. Add fields canonical_dynsym and
4122 canonical_dynrel.
4123 (sunos_read_dynamic_info): Check that BFD had DYNAMIC flag set.
4124 Clear info->canonical_dynsym and info->canonical_dynrel.
4125 (MY(read_dynamic_symbols)): Removed.
4126 (MY(read_dynamic_relocs)): Removed.
4127 (sunos_get_dynamic_symtab_upper_bound): New function.
4128 (sunos_canonicalize_dynamic_symtab): New function.
4129 (sunos_get_dynamic_reloc_upper_bound): New function.
4130 (sunos_canonicalize_dynamic_reloc): New function.
4131 * libaout.h: Declare struct reloc_ext_external and
4132 reloc_std_external to avoid prototype problems.
4133 (struct aout_backend_data): Remove fields read_dynamic_symbols and
4134 read_dynamic_relocs.
4135 (NAME(aout,translate_symbol_table)): Declare.
4136 (NAME(aout,swap_ext_reloc_in)): Declare.
4137 (NAME(aout,swap_std_reloc_in)): Declare.
4138 * aoutx.h (NAME(aout,translate_symbol_table)): Renamed from
4139 translate_symbol_table and made non-static. Changed all callers.
4140 (NAME(aout,slurp_symbol_table)): Don't read dynamic symbols.
4141 (NAME(aout,slurp_reloc_table)): Don't read dynamic relocs.
4142 (NAME(aout,get_reloc_upper_bound)): Don't count dynamic relocs.
4143 * aoutf1.h (aout_32_sunos4_write_object_contents): Don't bother to
4144 remove dynamic symbols and relocs. They will no longer be
4145 present.
4146 (MY_read_dynamic_symbols): Don't define.
4147 (MY_read_dynamic_relocs): Don't define.
4148 (sunos4_aout_backend): Don't initialize dynamic entry points.
4149 * aout-target.h (MY_read_dynamic_symbols): Don't define.
4150 (MY_read_dynamic_relocs): Don't define.
4151 (MY(backend_data)): Don't initialize dynamic entry points.
4152 (MY_get_dynamic_symtab_upper_bound): If not defined, define to
4153 _bfd_nodynamic version.
4154 (MY_canonicalize_dynamic_symtab): Likewise.
4155 (MY_get_dynamic_reloc_upper_bound): Likewise.
4156 (MY_canonicalize_dynamic_reloc): Likewise.
4157 * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
4158 * bfd-in2.h: Rebuilt.
4159 * libbfd.h: Rebuilt.
4160
4161 * cf-m68klynx.c: Include sysdep.h.
4162
4163 * hp300hpux.c: Removed some spaces in uses of NAME to avoid
4164 problems with traditional C compilers.
4165
4166 * targets.c (bfd_target): Rearranged fields in target vector.
4167 Removed _bfd_debug_info_start, _bfd_debug_info_end and
4168 _bfd_debug_info_accumulate, which were never used.
4169 (BFD_JUMP_TABLE_GENERIC, BFD_JUMP_TABLE_COPY): Defined.
4170 (BFD_JUMP_TABLE_CORE, BFD_JUMP_TABLE_ARCHIVE): Defined.
4171 (BFD_JUMP_TABLE_SYMBOLS, BFD_JUMP_TABLE_RELOCS): Defined.
4172 (BFD_JUMP_TABLE_WRITE, BFD_JUMP_TABLE_LINK): Defined.
4173 * All backends: Changed to use the new BFD_JUMP_TABLE_* macros
4174 rather than the single JUMP_TABLE macro. Removed many of the
4175 weird macro definitions needed to support the monolithic
4176 JUMP_TABLE.
4177 * bfd-in.h (JUMP_TABLE): Removed.
4178 * libbfd-in.h: Define a bunch of macros, and declare a few
4179 functions, for use with the new BFD_JUMP_TABLE_* macros.
4180 * libbfd.c (_bfd_dummy_new_section_hook): Removed.
4181 (bfd_false): Set bfd_error_invalid_operation.
4182 (bfd_nullvoidptr): Likewise.
4183 (bfd_n1): New function.
4184 (_bfd_nocore_core_file_matches_executable_p): Renamed from
4185 _bfd_dummy_core_file_matches_executable_p.
4186 (_bfd_nocore_core_file_failing_command): Similar rename. Set
4187 bfd_error_invalid_operation.
4188 (_bfd_nocore_core_file_failing_signal): Likewise.
4189 (_bfd_generic_get_section_contents): Renamed from
4190 bfd_generic_get_section_contents. Changed all callers.
4191 (_bfd_generic_set_section_contents): Similar rename.
4192 * ieee.c: #if 0 out ieee_bfd_debug_info_start,
4193 ieee_bfd_debug_info_end, ieee_bfd_debug_info_accumulate. They
4194 were never called.
4195 * bfd-in2.h: Rebuilt.
4196 * libbfd.h: Rebuilt.
4197
4198 Tue Apr 5 22:10:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4199
4200 * Crude support for examining dynamic libraries.
4201 * som.c (som_object_setup): Set DYNAMIC flag for SHL_MAGIC and
4202 DL_MAGIC objects.
4203 (som_prep_headers): Preserve the system_id for DYNAMIC objects.
4204 Use SHL_MAGIC as the magic number of the DYNAMIC flag is set.
4205 Write exec headers for DYNAMIC objects.
4206 (som_begin_writing): DYNAMIC objects have the same alignment
4207 restrictions as D_PAGED objects.
4208 (bfd_section_from_som_symbol): Treat DYNAMIC objects like EXEC_P
4209 objects.
4210 (object_flags): Add DYNAMIC.
4211
4212 Tue Apr 5 17:48:52 1994 Stan Shebs (shebs@andros.cygnus.com)
4213
4214 * i386lynx.c, sparclynx.c (NAME): Remove embedded whitespace in
4215 macro uses, confuses some non-ANSI compilers.
4216
4217 Tue Apr 5 15:50:01 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4218
4219 * som.c (som_bfd_free_cached_info): Add missing PARAMS decl.
4220 Don't free anything if we don't have a bfd_object.
4221 (som_close_and_cleanup): Call som_bfd_free_cached_info.
4222
4223 Tue Apr 5 11:22:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4224
4225 * elf32-mips.c (mips_elf_final_link): Don't remove empty sections.
4226 It turns out not to be required on Irix 5, and it causes problems
4227 if the sections happen to contain symbols.
4228
4229 * elfcode.h (write_shdrs_and_ehdr): Correct bfd_write check.
4230
4231 * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if
4232 section->relocation is NULL; malloc might have returned NULL when
4233 given a zero size if there were no relocations.
4234 * bout.c (b_out_canonicalize_reloc): Likewise.
4235 * coffcode.h (coff_canonicalize_reloc): Likewise.
4236 * ecoff.c (ecoff_canonicalize_reloc): Likewise.
4237 * elfcode.h (elf_canonicalize_reloc): Likewise.
4238 * mipsbsd.c (MY(canonicalize_reloc)): Likewise.
4239 * i386lynx.c (NAME(lynx,canonicalize_reloc)): Likewise.
4240 * nlmcode.h (nlm_canonicalize_reloc): Likewise.
4241 * som.c (som_canonicalize_reloc): Likewise.
4242 * hp300hpux.c (MY(slurp_reloc_table)): Likewise. Also, if malloc
4243 returns NULL, don't report an error if we asked for zero bytes.
4244 * i386lynx.c (NAME(lynx,slurp_reloc_table)): If malloc returns
4245 NULL, don't report an error if we asked for zero bytes.
4246 * nlmcode.h (nlm_slurp_reloc_fixups): Likewise.
4247
4248 Mon Apr 4 15:30:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4249
4250 * aoutx.h (NAME(aout,bfd_free_cached_info)): Don't free anything
4251 if we don't have a bfd_object.
4252
4253 Made sure that every call to bfd_read, bfd_write, and bfd_seek
4254 checks the return value and handled bfd_error correctly. These
4255 changes are not itemised. Also:
4256 * aoutx.h (emit_strtab): Change return type to boolean, and return
4257 errors.
4258 (NAME(aout,write_syms)): Check emit_strtab return value.
4259 (NAME(aout,final_link)): Likewise.
4260 * coffcode.h (coff_write_relocs): Change return type to boolean,
4261 and return errors.
4262 (coff_write_object_contents): Check coff_write_relocs return
4263 value.
4264 * i386os9k.c (os9k_swap_exec_header_in): Change return type to
4265 boolean.
4266 (os9k_object_p): Check os9k_swap_exec_header_in return value.
4267 * oasys.c (oasys_read_record): Change return type to boolean.
4268 (oasys_slurp_symbol_table: Check oasys_read_record return value.
4269 (oasys_object_p, oasys_slurp_section_data): Likewise.
4270 (oasys_write_record): Change return type to boolean.
4271 (oasys_write_syms): Likewise. Also, check oasys_write_record
4272 return value.
4273 (oasys_write_sections): Check oasys_write_record return value.
4274 (oasys_write_header): Change return type to boolean. Check
4275 oasys_write_record return value.
4276 (oasys_write_end, oasys_write_data): Likewise.
4277 (oasys_write_object_contents): Check return values of
4278 oasys_write_header, oasys_write_syms, oasys_write_data, and
4279 oasys_write_end.
4280 * srec.c (srec_write_record): Change return type to boolean.
4281 (srec_write_header): Likewise. Also, check srec_write_record
4282 return value.
4283 (srec_write_section, srec_write_terminator): Likewise.
4284 (srec_write_symbols): Change return type to boolean.
4285 (internal_srec_write_object_contents): Check return value of
4286 srec_write_symbols, srec_write_header, srec_write_section, and
4287 srec_write_terminator.
4288
4289 * Makefile.in: Rebuilt dependencies.
4290
4291 Mon Apr 4 10:56:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4292
4293 * aix386-core.c (aix386_bfd_is_local_label): Correct cast from
4294 asection to asymbol.
4295 * ptrace-core.c (ptrace_unix_bfd_is_local_label): Correct cast from
4296 bfd to asymbol.
4297 * trad-core.c (trad_unix_bfd_is_local_label): Correct cast from
4298 asection to asymbol.
4299
4300 Sun Apr 3 18:27:29 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4301
4302 * som.c (som_slurp_string_table): Use malloc to allocate space
4303 for the cached copy of the native string table.
4304 (som_slurp_symbol_table): Likewise for the native symbol table.
4305 (som_slurp_reloc_table): Likewise for the native and generic
4306 relocation tables.
4307 (som_bfd_free_cached_info): Free the cached native strings,
4308 symbols, and relocations. Also free the canonical cached
4309 relocations.
4310
4311 Fri Apr 1 12:40:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4312
4313 * aoutx.h (aout_link_write_symbols): If keep_memory is false, make
4314 sure the symbol name is stored in permanent memory before adding
4315 it to the string table.
4316
4317 * archive.c (_bfd_write_archive_contents): Once we've found an
4318 object, don't bother to look for more when deciding whether to
4319 build a map.
4320 (compute_and_write_armap): After adding the symbols for a BFD,
4321 call bfd_free_cached_info on it.
4322
4323 Add bfd_free_cached_info support to a.out backends.
4324 * aoutx.h (aout_get_external_symbols): Renamed from
4325 aout_link_get_symbols. Read strings even if symbols have been
4326 read. Store string size in obj_aout_string_size.
4327 (NAME(aout,slurp_symbol_table)): Call aout_get_external_symbols to
4328 read the symbols. Allocate the cached symbols with malloc, not
4329 bfd_alloc.
4330 (NAME(aout,slurp_reloc_table)): Allocate the cached relocs with
4331 malloc, not bfd_alloc.
4332 (NAME(aout,bfd_free_cached_info)): New function; free cached
4333 symbols and relocs.
4334 * libaout.h (struct aoutdata): Add external_string_size field.
4335 (obj_aout_external_string_size): New accessor macro.
4336 (NAME(aout,close_and_cleanup)): Don't declare.
4337 (NAME(aout,bfd_free_cached_info)): Declare.
4338 (aout_32_close_and_cleanup): Don't define.
4339 (aout_64_close_and_cleanup): Don't define.
4340 * aout-target.h (MY_bfd_free_cached_info): If not already defined,
4341 define as NAME(aout,free_cached_info).
4342 (MY_close_and_cleanup): If not already defined, define as
4343 MY_bfd_free_cached_info.
4344 * aout-adobe.c (aout_32_close_and_cleanup): Define.
4345 (aout_32_bfd_free_cached_info): Don't define.
4346 * bout.c (aout_32_close_and_cleanup): Define.
4347 (aout_32_bfd_free_cached_info): Don't define.
4348 * hp300hpux.c (MY_bfd_free_cached_info): Define as bfd_true.
4349 (MY_close_and_cleanup): Don't define.
4350 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Allocate the cached
4351 relocs with malloc, not bfd_alloc.
4352 * i386os9k.c (aout_32_close_and_cleanup): Define.
4353 (aout_32_bfd_free_cached_info): Don't define.
4354
4355 Add a new entry point to free memory cached by a BFD.
4356 * targets.c (bfd_target): Add _bfd_free_cached_info field.
4357 * bfd.c (bfd_free_cached_info): Define.
4358 * bfd-in.h (JUMP_TABLE): Add _bfd_free_cached_info.
4359 * bfd-in2.h: Rebuilt.
4360 * All backends: Initialize bfd_free_cached_info entry point to
4361 bfd_true.
4362
4363 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Correct type of
4364 first, unused, argument.
4365 (hppa_elf_is_local_label): Declare instead of
4366 som_bfd_is_local_label.
4367
4368 * coff-a29k.c (a29k_reloc): Add reloc_entry->address to value of
4369 absolute R_IREL reloc.
4370
4371 Thu Mar 31 11:52:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4372
4373 Added some support for Irix 4 shared libraries.
4374 * ecoff.c (ecoff_new_section_hook): Set SEC_SHARED_LIBRARY for a
4375 .lib section.
4376 (ecoff_sec_to_styp_flags): Set SEC_SHARED_LIBRARY if
4377 STYP_ECOFF_LIB bit is set.
4378 (ecoff_compute_section_file_positions): Round the contents of a
4379 .lib section up to the next page boundary.
4380 (ecoff_set_section_contents): If we see a .lib section, increment
4381 the vma by one to count the number of shared libraries we have.
4382 (ecoff_write_object_contents): Don't crash if we see a
4383 STYP_ECOFF_LIB section, and don't adjust text_start or data_start
4384 or bss_size either.
4385
4386 * coffcode.h (CALC_ADDEND): Change to fetch original symbol value
4387 from original BFD, rather than using value of current BFD symbol.
4388 Needed for new linker.
4389 * coff-sparc.c (CALC_ADDEND): Likewise.
4390
4391 * ecoff.c (ecoff_write_object_contents): Set the text_start and
4392 data_start entries in the optional header correctly even if a text
4393 or data section starts at location zero.
4394
4395 * reloc.c (bfd_reloc_code_real_type): Added BFD_RELOC_26 (from sef
4396 and raeburn).
4397 * bfd-in2.h: Rebuilt.
4398
4399 * nlm32-i386.c (nlm_i386_read_import): Null terminate the symbol
4400 name.
4401 * nlm32-alpha.c (nlm_alpha_read_import): Likewise.
4402 * nlm32-sparc.c (nlm_sparc_read_import): Likewise.
4403
4404 * coffgen.c (coff_write_symbol): Reindented. Changed to return
4405 boolean, and changed written to unsigned int *. Check error
4406 returns from called functions.
4407 (coff_write_alien_symbol): Likewise.
4408 (coff_write_native_symbol): Likewise.
4409 (coff_write_symbols): Likewise. Reworked checks on whether to
4410 write symbol name to string table for clarity and to avoid core
4411 dumping when given a non COFF symbol.
4412 * libcoff-in.h (coff_write_symbols): Declare as returning boolean.
4413 * libcoff.h: Rebuilt.
4414 * coffcode.h (coff_write_object_contents): Check return value of
4415 coff_write_symbols.
4416
4417 Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4418
4419 Changes to let BFD return an error indication from
4420 get_symtab_upper_bound, bfd_canonicalize_symtab,
4421 bfd_get_reloc_upper_bound, and bfd_canonicalize_reloc. They now
4422 return long instead of unsigned int, and use -1 to indicate an
4423 error. Along the way, rename get_symtab_upper_bound to
4424 bfd_get_symtab_upper_bound.
4425 * bfd.c (bfd_get_reloc_upper_bound): Return long, and -1 on
4426 errors.
4427 (bfd_canonicalize_reloc): Likewise.
4428 * syms.c (bfd_get_symtab_upper_bound): Renamed from
4429 get_symtab_upper_bound.
4430 * targets.c (bfd_target): Renamed _get_symtab_upper_bound to
4431 _bfd_get_symtab_upper_bound, and changed it and
4432 _bfd_canonicalize_symtab and _get_reloc_upper_bound and
4433 _bfd_canonicalize_reloc to all return long.
4434 * aoutx.h (NAME(aout,get_symtab)): Return long, and -1 on errors.
4435 (NAME(aout,canonicalize_reloc)): Likewise.
4436 (NAME(aout,get_reloc_upper_bound)): Likewise.
4437 (NAME(aout,get_symtab_upper_bound)): Likewise.
4438 * bout.c (b_out_canonicalize_reloc): Likewise.
4439 (b_out_get_reloc_upper_bound): Likewise.
4440 * coffcode.h (coff_canonicalize_reloc): Likewise.
4441 * coffgen.c (coff_get_symtab_upper_bound): Likewise.
4442 (coff_get_symtab): Likewise.
4443 (coff_get_reloc_upper_bound): Likewise.
4444 * ecoff.c (ecoff_get_symtab_upper_bound): Likewise.
4445 (ecoff_get_symtab): Likewise.
4446 (ecoff_canonicalize_reloc): Likewise.
4447 * elfcode.h (elf_get_symtab_upper_bound): Likewise.
4448 (elf_get_reloc_upper_bound): Likewise.
4449 (elf_canonicalize_reloc): Likewise.
4450 (elf_get_symtab): Likewise.
4451 * hp300hpux.c (MY(get_symtab)): Likewise.
4452 (MY(get_symtab_upper_bound)): Likewise.
4453 (MY(canonicalize_reloc)): Likewise.
4454 * i386lynx.c (NAME(lynx,canonicalize_reloc)): Likewise.
4455 * ieee.c (ieee_slurp_external_symbols): Change return type to
4456 boolean. Check for errors from get_symbol.
4457 (ieee_slurp_symbol_table): Change return type to boolean. Check
4458 for errors from ieee_slurp_external_symbols.
4459 (ieee_get_symtab_upper_bound): Return long, and -1 on errors.
4460 (ieee_get_symtab): Likewise.
4461 (ieee_get_reloc_upper_bound): Likewise.
4462 (ieee_canonicalize_reloc): Likewise.
4463 * mipsbsd.c (MY(canonicalize_reloc)): Likewise.
4464 * nlmcode.h (nlm_get_symtab_upper_bound): Likewise.
4465 (nlm_get_symtab): Likewise.
4466 (nlm_get_reloc_upper_bound): Likewise.
4467 (nlm_canonicalize_reloc): Likewise.
4468 * oasys.c (oasys_get_symtab_upper_bound): Likewise.
4469 (oasys_get_symtab): Likewise.
4470 (oasys_get_reloc_upper_bound): Likewise.
4471 (oasys_canonicalize_reloc): Likewise.
4472 * som.c (som_get_symtab_upper_bound): Likewise.
4473 (som_get_symtab): Likewise.
4474 (som_get_reloc_upper_bound): Likewise.
4475 (som_canonicalize_reloc): Likewise.
4476 * srec.c (srec_get_symtab_upper_bound): Likewise.
4477 (srec_get_symtab): Likewise.
4478 (srec_get_reloc_upper_bound): Define as bfd_0l.
4479 (srec_canonicalize_reloc): Likewise.
4480 * tekhex.c (tekhex_get_symtab): Return long, and -1 on errors.
4481 (tekhex_get_symtab_upper_bound): Likewise.
4482 (tekhex_get_reloc_upper_bound): Define as bfd_0l.
4483 (tekhex_canonicalize_reloc): Likewise.
4484 * libaout.h (NAME(aout,get_symtab_upper_bound)): Change
4485 declaration to return long.
4486 (NAME(aout,get_symtab)): Likewise.
4487 (NAME(aout,canonicalize_reloc)): Likewise.
4488 (NAME(aout,get_reloc_upper_bound)): Likewise.
4489 * libcoff-in.h (coff_get_symtab_upper_bound): Likewise.
4490 (coff_get_symtab): Likewise.
4491 (coff_get_reloc_upper_bound): Likewise.
4492 * libecoff.h (ecoff_get_symtab_upper_bound): Likewise.
4493 (ecoff_get_symtab): Likewise.
4494 (ecoff_canonicalize_reloc): Likewise.
4495 * libelf.h (bfd_elf32_get_symtab_upper_bound): Likewise.
4496 (bfd_elf32_get_symtab): Likewise.
4497 (bfd_elf32_get_reloc_upper_bound): Likewise.
4498 (bfd_elf32_canonicalize_reloc): Likewise.
4499 (bfd_elf64_get_symtab_upper_bound): Likewise.
4500 (bfd_elf64_get_symtab): Likewise.
4501 (bfd_elf64_get_reloc_upper_bound): Likewise.
4502 (bfd_elf64_canonicalize_reloc): Likewise.
4503 * libnlm.h (nlmNAME(get_symtab_upper_bound)): Likewise.
4504 (nlmNAME(get_symtab)): Likewise.
4505 (nlmNAME(get_reloc_upper_bound)): Likewise.
4506 (nlmNAME(canonicalize_reloc)): Likewise.
4507 * archive.c (compute_and_write_armap): Use error_return and
4508 no_memory_return labels rather than freeing information in various
4509 places. Change storage, symcount and src_count to long. Check
4510 errors from bfd_get_symtab_upper_bound and
4511 bfd_canonicalize_symtab.
4512 * bout.c (b_out_relax_section): Change reloc_size to long. Check
4513 for errors from bfd_get_reloc_upper_bound and
4514 bfd_canonicalize_reloc.
4515 (b_out_get_relocated_section_contents): Likewise.
4516 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
4517 Likewise.
4518 * elf32-mips.c: Likewise.
4519 * elf32-hppa.c (hppa_elf_stub_finish): Likewise.
4520 (hppa_look_for_stubs_in_section): Check for errors from
4521 bfd_get_symtab_upper_bound, bfd_canonicalize_symtab, and
4522 bfd_canonicalize_reloc.
4523 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Check for errors
4524 from bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
4525 * linker.c (generic_link_read_symbols): Likewise.
4526 (_bfd_generic_final_link): Check for errors from
4527 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
4528 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
4529 * reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
4530 (bfd_coff_reloc16_get_relocated_section_contents): Likewise.
4531 * libbfd.c (bfd_0l): New function.
4532 * libbfd-in.h (bfd_0l): Declare.
4533 * aix386-core.c: Change get_symtab_upper_bound, get_symtab,
4534 get_reloc_upper_bound, and canonicalize_reloc to use bfd_0l rather
4535 than bfd_0u.
4536 * cisco-core.c, hppabsd-core.c, hpux-core.c: Likewise.
4537 * irix-core.c, osf-core.c, ptrace-core.c, trad-core.c: Likewise.
4538 * bfd-in2.h: Rebuilt.
4539 * libbfd.h: Rebuilt.
4540 * libcoff.h: Rebuilt.
4541
4542 * nlm32-sparc.c (nlm_sparc_read_reloc): Remove unused variables
4543 temp and name.
4544
4545 Wed Mar 30 08:33:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4546
4547 * hosts/dpx2.h: Define POSIX_UTIME.
4548
4549 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4550
4551 * i386dynix.c, config/i386-dynix.mt: New files, handling Dynix
4552 variant of a.out.
4553 * configure.in, config.bfd: Use them for Dynix.
4554 * Makefile.in: Add dependencies for i386dynix.o.
4555 * targets.c: Add definition for i386dynix_vec.
4556 * hosts/symmetry.h: Do not define TRAD_CORE_USER_OFFSET for Dynix.
4557 Define HOST_DATA_START_ADDR and TRAD_UNIX_CORE_FILE_FAILING_SIGNAL
4558 for Dynix. Remove inclusion of dynix3.h, Dynix bfd is now handled by
4559 i386dynix.c
4560
4561 Mon Mar 28 12:53:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4562
4563 * Makefile.in (BFD32_BACKENDS): Add coff-sparc.o.
4564
4565 * coffcode.h (coff_set_flags): Handle bfd_arch_powerpc like
4566 bfd_arch_rs6000.
4567
4568 * config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
4569 * config/rs6000.mt (SELECT_ARCHITECTURES): Add bfd_powerpc_arch.
4570
4571 * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag
4572 for generated constructor section.
4573
4574 Sun Mar 27 16:25:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4575
4576 * som.c (som_begin_writing): New approach at dealing with holes
4577 in executables left by the HP linker. Does not rely on subspace
4578 alignments as subspaces are *NOT* guaranteed to be properly
4579 aligned in an executable (can you believe that!).
4580
4581 Sat Mar 26 10:25:43 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4582
4583 * som.c (som_get_section_contents): New function. Do not try
4584 to actually read data from a section that doesn't have either
4585 SEC_LOAD or SEC_DEBUGGING set (eg $BSS$) just return true.
4586
4587 * libbfd.c (bfd_read): Set bfd_error as appropriate for a short
4588 read. (bfd_error_system_call or bfd_error_file_truncated).
4589
4590 * som.c: Do not blindly set bfd_error_system_call after a
4591 failing bfd_read, bfd_write, or bfd_seek. In a few places
4592 (like som_object_p) override the error status set by bfd_read.
4593
4594 * aix386-core.c, aout-encap,c archive.c, bout.c: Likewise.
4595 * coff-rs6000.c, coffgen.c ecoff.c, elf.c: Likewise.
4596 * elf32-hppa.c, elfcode.h, hp300hpux.c, i386lynx.c: Likewise.
4597 * nlm32-alpha.c, nlm32-i386.c, nlm32-sparc.c: Likewise.
4598
4599 * som.c: Check return values from several bfd_{seek,read,write}
4600 calls that we just assumed were not failing.
4601
4602 Fri Mar 25 11:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4603
4604 * hosts/sysv4.h (HAVE_PROCFS): Add comments about ptx4.
4605 * config/sysv4.mh: Add comment.
4606 * config/symmetry.mh: Change comment.
4607 * configure.host: Use sysv4, not symmetry, for i[34]86-sequent-sysv4*.
4608
4609 Fri Mar 25 17:10:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4610
4611 Changes to support linker relaxing of embedded MIPS PIC code to
4612 use a five instruction sequence for function calls which are out of
4613 range of the bal instruction.
4614 * libecoff.h (struct ecoff_section_tdata): Define.
4615 (ecoff_section_data): Define.
4616 (ecoff_bfd_relax_section): Don't define.
4617 * ecoff.c (ecoff_final_link_debug_accumulate): Don't read or free
4618 the debugging information if it has already been read.
4619 (ecoff_indirect_link_order): Handle _cooked_size being different
4620 from _raw_size. Don't reread the contents or the relocs if they
4621 have already been read in.
4622 * coff-mips.c (mips_howto_table): Change bitsize of PCREL16 from
4623 18 to 16.
4624 (PCREL16_EXPANSION_ADJUSTMENT): Define.
4625 (mips_relocate_refhi): Take adjust argument.
4626 (mips_relocate_section): Handle reloc offsets stored in section
4627 used_by_bfd field. Call mips_relax_pcrel16 to handle details of
4628 expanding an out of range PCREL16. Keep trace of adjustments
4629 required by expansions. Set s and unset h when converting a reloc
4630 from undefined to section. Change handling of PC relative relocs:
4631 if against a section, they are correct in the object file, if
4632 against an external symbol they are pcrel_offset.
4633 (mips_relax_section): New function.
4634 (mips_relax_pcrel16): New function.
4635 (ecoff_bfd_relax_section): Define.
4636 * coff-alpha.c (ecoff_bfd_relax_section): Define.
4637 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle adjustments
4638 built by mips_relax_section when writing out addresses.
4639 * elf32-mips.c (mips_elf_read_ecoff_info): Clear adjust field.
4640
4641 * aoutx.h (NAME(aout,find_nearest_line)): The caller expects
4642 functionname_ptr to be set to a symbol name, so prepend
4643 symbol_leading_char.
4644
4645 Thu Mar 24 11:33:46 1994 Steve Chamberlain (sac@jonny.cygnus.com)
4646
4647 * coff-h8300.c (h8300_reloc16_extra_cases): Add relaxing info
4648 for 16bit relative branches.
4649 * coff-h8500.c (r_high8, r_low16, r_high16): Don't complain on
4650 overflow.
4651
4652 Thu Mar 24 09:21:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4653
4654 * som.c (som_bfd_prep_for_ar_write): Ignore non-SOM objects.
4655 (som_bfd_ar_write_symbol_stuff, som_write_armap): Likewise.
4656
4657 Wed Mar 23 14:29:31 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4658
4659 * netbsd386.c (N_SET_FLAGS): Delete the old definition.
4660
4661 Wed Mar 23 14:58:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4662
4663 Clean up the relaxing code for the new linker.
4664 * targets.c (_bfd_relax_section): Take boolean *again argument
4665 rather than asymbol list.
4666 * bfd.c (bfd_relax_section): Change name of fourth argument from
4667 symbols to again.
4668 * reloc.c (bfd_generic_relax_section): Take boolean *again
4669 argument rather than asymbol list. Always return true.
4670 * bout.c: Include genlink.h.
4671 (aligncode, perform_slip): Declare.
4672 (perform_slip): Take BFD argument rather than asymbol list.
4673 Changed all callers. Get the symbols from the BFD. Change the
4674 hash table entry value as well as the symbol value.
4675 (abs32code): Take BFD argument rather than asymbol list. Changed
4676 all callers.
4677 (aligncode): Likewise.
4678 (b_out_relax_section): Take boolean *again argument rather than
4679 asymbol list. Only return false if an error occurred. Set *again
4680 to false. Get symbols from BFD.
4681 * reloc16.c: Include genlink.h.
4682 (bfd_perform_slip): Take BFD argument rather than asymbol list.
4683 Get the symbols from the BFD. Change the hash table entry value
4684 as well as the symbol value.
4685 (bfd_coff_reloc16_relax_section): Take boolean *again argument
4686 rather than asymbol list. Only return false if an error occurred.
4687 Set *again to false. Get symbols from BFD.
4688 * coffcode.h (bfd_coff_backend_data): Change
4689 _bfd_coff_reloc16_estimate to take BFD argument rather than
4690 asymbol list.
4691 (bfd_coff_reloc16_estimate): Corresponding change.
4692 (dummy_reloc16_estimate): Corresponding change.
4693 * libcoff-in.h (bfd_coff_reloc16_relax_section): Change
4694 declaration to take boolean * rather than asymbol list.
4695 (bfd_perform_slip): Change declaration to take BFD rather than
4696 asymbol list.
4697 * coff-h8300.c (h300_reloc16_estimate): Take BFD argument rather
4698 than asymbol list. Changed calls to bfd_perform_slip.
4699 * bfd-in2.h: Rebuilt.
4700 * libbfd.h: Rebuilt.
4701 * libcoff.h: Rebuilt.
4702 * Makefile.in: Rebuilt dependencies.
4703
4704 * genlink.h (_bfd_generic_link_get_symbols): Define.
4705 (_bfd_generic_link_get_symcount): Define.
4706 * linker.c (generic_link_read_symbols): New function.
4707 (generic_link_add_object_symbols): Use it. Use
4708 _bfd_generic_link_get_symbols and _bfd_generic_link_get_symcount
4709 to get the symbols from the BFD.
4710 (generic_link_check_archive_element): Likewise.
4711 (_bfd_generic_final_link): Likewise.
4712 (_bfd_generic_link_output_symbols): Likewise.
4713 (default_indirect_link_order): Likewise.
4714 (generic_link_add_symbol_list): Store pointer to hash table entry
4715 in asymbol udata field.
4716
4717 Tue Mar 22 13:09:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4718
4719 * coff-mips.c (mips_howto_table): Add entry for new MIPS_R_PCREL16
4720 reloc, used in embedded PIC code.
4721 (mips_adjust_reloc_in): Change sanity check to permit new reloc.
4722 (mips_bfd_reloc_type_lookup): Turn BFD_RELOC_16_PCREL_S2 into
4723 MIPS_R_PCREL16.
4724
4725 * elf32-mips.c (mips_elf_final_link): Account for link_order
4726 relocs when allocating space for relocations. Set SEC_RELOC flag
4727 for any section which has relocs. Handle link_order relocs in
4728 link_order loop. Use _bfd_generic_link_add_symbols_collect for
4729 add_symbls entry point.
4730
4731 * linker.c (_bfd_generic_final_link): Set reloc_count to 0 before
4732 counting relocs. Set SEC_RELOC flag for any section which has
4733 relocs.
4734
4735 * linker.c (_bfd_default_link_order): Handle bfd_data_link_order.
4736
4737 * linker.c (_bfd_generic_link_add_symbols): Just call
4738 generic_link_add_symbols.
4739 (_bfd_generic_link_add_symbols_collect): New function, like
4740 _bfd_generic_link_add_symbols but also collect constructors and
4741 destructors by name as collect2 does.
4742 (generic_link_add_symbols): New function, like old
4743 _bfd_generic_link_add_symbols but with collect argument.
4744 (generic_link_add_object_symbols): Take collect argument.
4745 (generic_link_check_archive_element_no_collect): New function.
4746 (generic_link_check_archive_element_collect): New function.
4747 (generic_link_check_archive_element): Take collect argument.
4748 (generic_link_add_symbol_list): Take collect argument.
4749 (_bfd_generic_link_add_one_symbol): Rename constructor argument to
4750 collect.
4751 * libbfd-in.h (_bfd_generic_link_add_symbols_collect): Declare.
4752 * libbfd.h: Rebuilt.
4753
4754 Tue Mar 22 10:04:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4755
4756 * archive.c (bfd_construct_extended_name_table): Use ar_padchar
4757 for first character in an extended name.
4758 (_bfd_write_archive_contents): If ar_padchar == '/', then use
4759 "//" as the name of the special archive member holding the
4760 extended name table.
4761
4762 Mon Mar 21 12:28:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4763
4764 Support for link_order types which generate relocs in order to
4765 support -Ur in the linker.
4766 * linker.c (generic_link_add_symbol_list): Remove bitsize argument
4767 from call to _bfd_generic_link_add_one_symbol.
4768 (_bfd_generic_link_add_one_symbol): Remove bitsize argument.
4769 Don't pass bitsize to constructor call back. Pass BFD_RELOC_CTOR
4770 instead of bitsize to add_to_set call back.
4771 (_bfd_generic_final_link): Account for link_order relocs when
4772 allocating space for relocations. Handle them in link_order loop.
4773 (_bfd_generic_reloc_link_order): New function.
4774 (_bfd_default_link_order): If a reloc_link_order is seen here,
4775 abort.
4776 (_bfd_count_link_order_relocs): New function.
4777 * libbfd-in.h (_bfd_generic_link_add_one_symbol): Remove bitsize
4778 argument from declaration.
4779 (_bfd_generic_reloc_link_order): Declare.
4780 (_bfd_count_link_order_relocs): Declare.
4781 * libbfd.h: Rebuilt.
4782 * aoutx.h (aout_link_add_symbols): Remove bitsize argument from
4783 call to _bfd_generic_link_add_one_symbol.
4784 (NAME(aout,final_link)): Account for link_order relocs when
4785 allocating space for relocations. Handle them after handling all
4786 input BFDs.
4787 (aout_link_reloc_link_order): New function.
4788 * ecoff.c (ecoff_link_add_externals): Remove bitsize argument from
4789 call to _bfd_generic_link_add_one_symbol.
4790 (ecoff_bfd_final_link): Account for link_order relocs when
4791 allocating space for relocations. Handle them in link_order loop.
4792 (ecoff_link_write_external): Set the storage class of a defined
4793 linker created symbol based on the section it is in. Correct
4794 bfd_link_hash_weak case to use .sc rather than .st.
4795 (ecoff_reloc_link_order): New function.
4796 * coff-alpha.c (alpha_bfd_reloc_type_lookup): Handle
4797 BFD_RELOC_CTOR.
4798 * coff-mips.c (mips_bfd_reloc_type_lookup): Likewise.
4799
4800 * sunos.c (sunos_read_dynamic_info): Remove unused locals dynsym
4801 and buf.
4802
4803 * cisco-core.c (cisco_core_file_p): Only pass one argument to
4804 bfd_zmalloc. Free a pointer, not a union.
4805 (cisco_bfd_is_local_label): Correct cast from asection to asymbol.
4806
4807 Sun Mar 20 09:24:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4808
4809 * bfd/som.c (som_begin_writing): Fix thinko (off by one error).
4810
4811 * som.c (bfd_section_from_som_symbol): Only to do the value
4812 comparison for function symbols within executables.
4813
4814 * som.c (bfd_section_from_som_symbol): Renamed from
4815 som_section_from_subspace_index. Pass in a native SOM symbol.
4816 For executables, iterate through the sections to find out
4817 which contains the symbol's address rather than using the
4818 symbol_info field. (symbol_info has a different meaning for
4819 dynamicly linked executables.)
4820
4821 * trad-core.c (trad_unix_core_file_p): Don't pass abfd to
4822 bfd_zmalloc.
4823
4824 * som.c (som_begin_writing): Fix braino (one call to align
4825 space/subspace data was done unconditionally rather than
4826 just for executables.)
4827
4828 * som.c (som_begin_writing): Align text in all executables to
4829 make HPUX kernel happy. Fixes strip/objcopy for shared
4830 executables.
4831
4832 Sat Mar 19 07:06:59 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4833
4834 * som.c (som_begin_writing): Account for alignment needs of
4835 subspaces too when writing executables. Never request a negative
4836 bss size. Fixes some problems with demand paged executables,
4837 still having problems with pure executables and shared executables.
4838
4839 Fri Mar 18 19:12:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4840
4841 * trad-core.c (trad_unix_core_file_p): Call bfd_zmalloc not
4842 bfd_zalloc for rawptr, because later on we may call free, not
4843 bfd_release, on it.
4844
4845 * bfd.c (struct _bfd): Add cisco_core_struct to tdata union.
4846 * libbfd.c (bfd_read, bfd_seek): Add comments regarding errors.
4847 * cisco-core.c: New file.
4848 * Makefile.in: Change accordingly.
4849 * configure.in: Recognize cisco_core_vec.
4850 * config/m68k-aout.mt (SELECT_VECS): Add cisco_core_vec.
4851 * targets.c: Add cisco_core_vec.
4852 * bfd-in2.h: Rebuilt.
4853
4854 Fri Mar 18 18:13:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4855
4856 * som.h (som_copyable_section_data_struct): New structure
4857 containing all the private section information which needs
4858 to be copied from input section to output section during
4859 objcopy or strip.
4860 (som_section_data_struct): Remove several fields now in
4861 som_copyable_section_data_struct. Make the space and
4862 subspace dictionaries be pointers (to save space when
4863 only reading objects).
4864
4865 * som.c (bfd_som_set_section_attributes): Now returns a boolean;
4866 some references changed. Allocate a copyable data stucture if
4867 none exists. Store info into the copyable data structure.
4868 (bfd_som_set_subsection_attributes): Likewise.
4869 (som_is_space, som_is_subspace, som_is_container): New functions.
4870 Use these instead of directly accessing private data.
4871 (som_prep_headers): Allocate space and subspace headers here.
4872 Fill in some fields in the space/subspace headers from the
4873 copyable data.
4874 (som_bfd_copy_private_section_data): Only copy the stuff
4875 that we really need to make objcopy and strip work. Allocate
4876 the copy_data structure for the output bfd before copying.
4877
4878 * som.h (struct som_exec_data): New structure to hold exec
4879 info that must be preserved when running objcopy/strip.
4880 (struct somdata): Add new "exec_data" field and accessor
4881 macro. Add some comments on how the various fields are used.
4882 (som_section_data_struct): Make is_space and is_subspace bitfields.
4883 Delete unused subspace_index. All references now use the
4884 target_index field within the section structure itself.
4885
4886 * som.c (make_unique_section): Delete unused declaration.
4887 (som_bfd_copy_private_bfd_data): New function.
4888 (som_object_setup): Allocate space for and save exec information
4889 that needs to be copied during objcopy/strip.
4890 (som_mkobject): Do not allocate space for a file header here.
4891 It is not used when only reading SOM objects.
4892 (som_prep_headers): Allocate space for and attach a file header
4893 to the output bfd. For executables, use the saved system_id
4894 value rather than trying to guess the right value. Do not abort
4895 wwhen setting file_hdr->entry* for executables.
4896 (som_begin_writing): For executables, set the exec_entry and
4897 exec_flags fields.
4898 (som_copy_private_backend_section_data): Always return a value.
4899
4900 * libhppa.h (PA_PAGESIZE): Define.
4901
4902 * som.c (SOM_ALIGN): Define.
4903 (som_begin_writing): If writing an executable, initialize all
4904 fields in the exec header to zero. Update fields in the exec
4905 header as sizes of loadable subspaces are computed. Carefully
4906 preserve alignments when building executables. Actually write the
4907 exec after all the fields are filled in.
4908
4909 * Better long-filename handling. Reads SOM ABI compliant extended
4910 names, but doesn't quite write compliant extended names yet.
4911 * som.c (som_slurp_extended_name_table): Delete function. The
4912 generic code will handle things correctly.
4913 (som_slurp_armap): Seek to the beginning of the next member.
4914 (normalize): New function.
4915 (som_bfd_ar_write_symbol_stuff): Take the size of the extended
4916 name table into account when computing the file offsets in the
4917 SOM dictionary. Make sure to align to an even boundary.
4918 (som_write_armap): Initialize the checksum to zero.
4919 (ar_maxchars): Fix. Opps.
4920
4921 Fri Mar 18 20:35:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4922
4923 * aoutx.h (reloc_type_lookup): Handle BFD_RELOC_CTOR on a 64-bit
4924 machine. Handle BFD_RELOC_SPARC13 and BFD_RELOC_SPARC_BASE13.
4925
4926 Thu Mar 17 18:26:46 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4927
4928 * bfd-in.h (BFD_VERSION): Use @VERSION@.
4929 * Makefile.in (bfd.h): Replace it with contents of VERSION file.
4930 * bfd-in2.h: Regenerated.
4931
4932 * trad-core.c (trad_unix_bfd_is_local_label): Fixed typo where
4933 this was also named trad_unix_bfd_copy_private_bfd_data.
4934
4935 Thu Mar 17 10:37:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4936
4937 * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,
4938 elf32-hppa.c, elf32-mips.c, linker.c, som.c, sunos.c: If malloc(0)
4939 returns NULL, it is not an error. It's possible that some of
4940 these checks are not necessary (because the size can never be
4941 zero), but putting in the checks is the conservative thing to do
4942 in light of the fact that some of these malloc calls replaced
4943 unchecked alloca calls, in which a zero argument would work fine.
4944
4945 Thu Mar 17 11:44:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4946
4947 * osf-core.c (osf_core_bfd_copy_private_bfd_data): Remove
4948 duplicate definition.
4949 (osf_core_bfd_is_local_label): Define.
4950
4951 * reloc.c (bfd_generic_get_relocated_section_contents): Don't fail
4952 if malloc (0) fails. bfd_canonicalize_reloc returning 0 is not a
4953 failure indication, it merely means there are no relocs.
4954
4955 * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use space
4956 after NAME, since SunOS /bin/cc can't handle it.
4957
4958 Wed Mar 16 16:43:33 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4959
4960 * netbsd386.c (N_SET_FLAGS): Don't nuke the machine id field.
4961 From sukes@glue.umd.edu (Tasuki Hirata).
4962
4963 Wed Mar 16 07:55:54 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4964
4965 * aoutf1.h (4 places): Use a simple #if on ARCH_SIZE, rather than
4966 all that convoluted stuff with NAME, CAT3, etc. The convoluted
4967 stuff broke for SunOS4 /bin/cc (due to DEFUN elimination, I guess).
4968
4969 Wed Mar 16 00:02:05 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4970
4971 * som.c (som_prep_for_fixups): Detect section symbols based
4972 on either the lack of private data or the symbol flags. Do not
4973 munge section symbol names anymore -- they no longer confuse GDB.
4974 (som_begin_writing): Leave space for an exec header if writing
4975 an executable.
4976 (som_slurp_symbol_table): Recognize both forms of section symbol
4977 names "L$0\002" and "$<FOO>$". Change the name of "L$0\002"
4978 section symbols to be the name of the section they represent.
4979 Debugging symbols begin with "L$0\001", not just "L$".
4980
4981 Tue Mar 15 22:58:28 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4982
4983 * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
4984
4985 * bfd-in.h (JUMP_TABLE): Add new entries to the jump table
4986 for bfd_copy_private_section_data, bfd_copy_private_bfd_data,
4987 and bfd_is_local_label.
4988
4989 * targets.c: Add new entries to the bfd_target structure.
4990
4991 * bfd.c (bfd_copy_private_bfd_data): New definition.
4992
4993 * section.c (bfd_copy_private_section_data): New definition.
4994
4995 * syms.c (bfd_is_local_label): New definition.
4996
4997 * libbfd-in.h (bfd_generic_is_local_label): Declare.
4998
4999 * libbfd.c (bfd_generic_is_local_label): New function.
5000
5001 * *-core.c: Provide default definitions for new functions in
5002 the target vector which all point to bfd_false.
5003
5004 * aout-target.h, coffcode.h, elf32-target.h elf64-target.h, ieee.c
5005 libaout.h, libecoff.h, nlm-target.h, oasys.c, srec.c, tekhex.c
5006 Default new vectors for copying private backend data to bfd_true.
5007 Default new vector for determining if a symbol is a local label
5008 to bfd_generic_is_local_label.
5009
5010 * som.c (som_bfd_copy_private_section_data): New function.
5011 (som_bfd_is_local_label): New function.
5012 (som_bfd_copy_private_bfd_data): For now default to bfd_true.
5013
5014 * elf32-hppa.c (hppa_elf_is_local_label): New function.
5015
5016 Tue Mar 15 23:55:47 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5017
5018 * cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table.
5019
5020 Tue Mar 15 04:41:13 1994 David J. Mackenzie (djm@rtl.cygnus.com)
5021
5022 * Most files:
5023 Replace DEFUN and DEFUN_VOID with K&R-style function definition.
5024 Indent some of them to GNU standards.
5025
5026 * aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
5027 cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
5028 elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
5029 libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
5030 Update copyright years.
5031
5032 Mon Mar 14 11:41:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5033
5034 * som.c (som_prep_for_fixups): A relocation involving the section
5035 symbol for the *ABS* section is really a relocation involving
5036 no symbol.
5037 (som_slurp_symbol_table): Do not set BSF_GLOBAL or BSF_EXPORT for
5038 undefined symbols. Correctly distinguish between debugger symbols
5039 and section symbols.
5040
5041 * som (setup_sections): Set SEC_DEBUGGING and the section attributes
5042 for spaces and subspaces.
5043
5044 * som.c (som_bfd_count_ar_symbols): Fix typo.
5045
5046 * som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
5047 HAS_RELOC based on the object's magic number.
5048 (make_unique_section): Delete function. BFD and its users are
5049 prepared to handle multiple sections with the same name.
5050 (setup_sections): Allocate space on the BFD's obstack to hold
5051 section names. Use bfd_make_setion_anyway rather than the
5052 obsolete make_unique_section.
5053 (som_prep_headers): Choose the correct SOM magic number based
5054 on the BFD's flags.
5055 (som_bfd_fill_in_ar_symbols): Return false, not NULL on error.
5056
5057 Sat Mar 12 09:46:09 1994 Ian Lance Taylor (ian@cygnus.com)
5058
5059 * elf32-ppc.c: Renamed from elf32-powerpc.c.
5060 * nlm32-ppc.c: Renamed from nlm32-powerpc.c.
5061 * Makefile.in, configure.in: Corresponding changes.
5062
5063 Fri Mar 11 22:27:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5064
5065 * elf32-powerpc.c: Extensive changes to update to preliminary ABI.
5066
5067 Fri Mar 11 00:34:59 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5068
5069 * sunos.c (sunos_read_dynamic_info): Assume that dynamic info
5070 is always located at the start of the data section to allow
5071 recovery of the dynamic info from a stripped executable.
5072 * ecoff.c (ecoff_styp_to_sec_flags): Handle STYP_PDATA, STYP_XDATA
5073 and STYP_COMMENT.
5074
5075 Wed Mar 9 17:17:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5076
5077 * libbfd-in.h: Remove alloca cruft. It was missing some necessary
5078 cruft (like the #pragma alloca for AIX).
5079 In addition to that problem, the C alloca calls xmalloc, which
5080 means checking for being out of memory can't work right. The
5081 following changes remove all uses of alloca from BFD.
5082 * hosts/solaris2.h: Remove alloca cruft.
5083 * som.c: Replace alloca with a fixed size auto array.
5084 * aoutx.h, elfcode.h, nlmcode.h, bout.c, coff-alpha.c, ecoff.c,
5085 ecofflink.c, elf32-hppa.c, elf32-mips.c, linker.c, reloc.c, som.c,
5086 sunos.c: Replace alloca with malloc and appropriate error checking and
5087 freeing.
5088 * linker.c: Replace alloca with obstack_alloc.
5089 * libbfd.h: Rebuilt.
5090
5091 Tue Mar 8 12:10:38 1994 Ian Lance Taylor (ian@cygnus.com)
5092
5093 * coff-mips.c (mips_relocate_section): Handle MIPS_R_LITERAL like
5094 MIPS_R_GPREL.
5095
5096 Sat Mar 5 14:08:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5097
5098 * elf32-hppa.h, elfcode.h: Replace uses of Elf*_Half, Elf*_Word,
5099 Elf*_Off typedefs by their expansion, the typedefs have been
5100 removed from include/elf/internal.h.
5101 * elfcode.h (bfd_section_from_shdr): Handle SHT_DYNAMIC section like
5102 SHT_PROGBITS section.
5103
5104 Thu Mar 3 20:03:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5105
5106 * som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
5107
5108 Wed Mar 2 13:28:06 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5109
5110 * configure.host: Recognize i[34]86-sequent-*.
5111
5112 * trad-core.c (trad_unix_core_file_p): A non-zero, not zero,
5113 return from bfd_seek indicates an error.
5114 New macro TRAD_CORE_DSIZE_INCLUDES_TSIZE to replace
5115 TRAD_CORE_STACK_OFFSET.
5116 * hosts/symmetry.h: Define TRAD_CORE_DSIZE_INCLUDES_TSIZE and
5117 TRAD_CORE_USER_OFFSET but not HOST_STACK_OFFSET.
5118
5119 Wed Mar 2 11:57:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5120
5121 * som.[ch]: Do not include libhppa.h in som.c, instead include
5122 it in som.h.
5123
5124 * elf32-hppa.[ch]: Do not include libhppa.h in elf32-hppa.c, instead
5125 include it in elf32-hppa.h.
5126
5127 * som.c (log2): Return -1 on error rather than aborting.
5128 (setup_sections): Bubble up an error from log2.
5129
5130 * Changes to make HP C compiler happy in both traditional
5131 and ANSI mode.
5132 * som.c (hppa_som_gen_reloc_type): Use correct enum type for
5133 field parameter.
5134 (bfd_som_set_section_attributes): Use unsigned int rather than
5135 unsigned char to avoid GNU-C extensions.
5136 (bfd_som_attach_aux_hdr): Return a boolean to indicate success
5137 or failure rather than aborting on failure.
5138
5139 * som.h (bfd_som_set_section_attributes): Fix prototype to match
5140 som.c changes.
5141 (bfd_som_attach_aux_hdr): Add prototype.
5142 (hppa_som-gen_reloc_type): Likewise.
5143
5144 * elf32-hppa.c: Add a couple casts to make HP compiler happy.
5145 (hppa_look_for_stubs_in_section): Do not return false on failure
5146 until rest of code is ready to handle it. Abort for now.
5147
5148 Tue Mar 1 18:33:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5149
5150 * bfd-in2.h: Rebuilt.
5151
5152 Tue Mar 1 13:06:53 1994 Kung Hsu (kung@mexican.cygnus.com)
5153
5154 * i386os9k.c: use new functions bfd_set_error and bfd_get_error.
5155 * Makefile.in: delete an extra blank.
5156 * configure.in : Add i396os9k_vec.
5157
5158 Mon Feb 28 15:41:01 1994 Kung Hsu (kung@mexican.cygnus.com)
5159
5160 * config.bfd : Add i386-os9k.
5161 * config/i386-os9k.mt : Newly add os9k target makefile.
5162
5163 * i386os9k.c : new file to handle os9k format bfd.
5164 * Makefile.in : Handle new file i386os9k.c
5165 * targets.c : Add bfd_target_os9k_flavour and i386os9k_vec.
5166 * cache.c : Initialize cache_sentinel to 0.
5167
5168 Sun Feb 27 16:30:55 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5169
5170 * elf32-hppa.c (mismatches, retval_mismatches): Fix mismatch
5171 action in case where caller specified no argument relocation.
5172 (hppa_elf_build_linker_stub): Try again to get the sym_ptr_ptr
5173 right in the original relocation and the stub's relocation.
5174
5175 * elf32-hppa.h (hppa_look_for_stub_in_section): Fix typo. Delete
5176 unused symbols argument.
5177
5178 * elf32-hppa.c (hppa_elf_stub_reloc): Accept asymbol ** rather
5179 than asymbol * for original target symbol. All callers changed.
5180 Set reloc->sym_ptr_ptr appropriately.
5181 (hppa_elf_build_linker_stub): Set reloc->sym_ptr_ptr correctly.
5182 (hppa_elf_look_for_stubs_in_section): No longer need symbols
5183 argument. Use the output symbols when canonicalizing the relocs,
5184 creating them if necessary.
5185
5186 * linker.c (_bfd_generic_link_output_symbols): Do not
5187 rebuild/clobber the output symbols if they already exist.
5188
5189 Sun Feb 27 15:22:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5190
5191 * targets.c (BFD_SEND, BFD_SEND_FMT): Add debugging versions that
5192 check all the pointer dereferences. Enabled via DEBUG_BFD_SEND.
5193 * bfd-in2.h: Rebuilt.
5194
5195 * srec.c (hex_value): Always set to a size of 256 bytes.
5196 (srec_init): Cosmetic changes.
5197
5198 Sun Feb 27 11:18:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5199
5200 * elf32-hppa.c: Second half of major cleanup. More comments,
5201 PARAMize and staticize rest of functions. Delete unused
5202 functions. Delete unused/unnecessary arguments to some functions.
5203 Group static vars together. Abort for bad errors until we have
5204 error code propogation working. Work on spacing and indention.
5205 Add FIXMEs for unresolved problems. Use enums rather than
5206 #defines for lots of things. Merge two functions which build
5207 linker stubs into a single function (so they can easily share a
5208 ton of common code).
5209
5210 Sat Feb 26 10:00:45 1994 Ian Lance Taylor (ian@cygnus.com)
5211
5212 * reloc.c (_bfd_relocate_contents): Adjust handling of overflow to
5213 avoid depending upon right shifts of signed numbers, and to
5214 correct handling of src_mask with lower bits zero.
5215
5216 * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.
5217 * ecoff.c, ecofflink.c, ecoffswap.h, srec.c: Likewise.
5218 * elf32-i386.c: Likewise.
5219 * elfcode.h (bfd_section_from_shdr): Make i unsigned; remove old
5220 #if 0 code.
5221 (elf_write_phdrs): Make i unsigned.
5222 (map_program_segments): Make i and n_left unsigned.
5223 (assign_file_positions_except_relocs): Make i unsigned.
5224 (write_shdrs_and_ehdr): Make count unsigned.
5225 (assign_file_positions_for_relocs): Make i unsigned.
5226 (NAME(bfd,elf_write_object_contents)): Make count unsigned.
5227 (section_from_elf_index): Make index argument unsigned.
5228
5229 Fri Feb 25 21:34:58 1994 Ian Lance Taylor (ian@cygnus.com)
5230
5231 * elfcode.h: Don't include assert.h.
5232 (swap_out_syms): Use BFD_ASSERT rather than assert.
5233
5234 * linker.c (_bfd_generic_link_write_global_symbol): Add missing
5235 break in switch.
5236
5237 * hosts/i386v4.h (qsort, strtol): Remove incorrect and useless
5238 declarations.
5239
5240 Fri Feb 25 16:35:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5241
5242 * libhppa.h (hppa_rebuild_insn): Moved here from elf32-hppa.c.
5243
5244 * elf32-hppa.h (elf_hppa_tc_symbol): Add new arguments.
5245 (elf_hppa_tc_make_sections): Likewise.
5246 (elf_hppa_final_processing): Add extern decl.
5247
5248 * elf32-hppa.c: First half of major cleanup. Add/cleanup lots of
5249 comments. PARAMize some static functions. Delete unused functions.
5250 Delete unused/unnecessary arguments to many functions. Group
5251 static vars together. Collapse common case statements together
5252 in many places. Use default case when possible instead of listing
5253 each case separately. Abort for bad errors until we get error
5254 code propogation working. Work on spacing and indention problems.
5255 Add FIXMEs for some unresolved problems. Delete hopelessly broken
5256 COMPLEX relocation support (it's never used anyway).
5257 (hppa_elf_rebuild_insn): Delete. Moved into libhppa.h.
5258 (elf_hppa_tc_symbol): Accept and use new arguments (symext chains).
5259 (elf_hppa_tc_make_sections): Likewise.
5260
5261 * format.c (bfd_check_format_matches): Initialize matching_vector
5262 to keep gcc -Wall quiet.
5263
5264 * elfcode.h (elf_slurp_reloca_table): Fix typo.
5265
5266 * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"
5267 not "sizeof (som_symbol_type *)".
5268
5269 * elfcode.h (elf_get_symtab_upper_bound): Use "sizeof (asymbol *)"
5270 not "sizeof (asymbol"). Opps.
5271
5272 Fri Feb 25 13:19:04 1994 Ted Lemon (mellon@pepper.ncd.com)
5273
5274 * bfd.c (bfd_get_gp_size): Can't return gp value on an archive.
5275 (bfd_set_gp_size): Can't set gp value on an archive.
5276
5277 Fri Feb 25 12:57:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5278
5279 * srec.c (pass_over): Don't skip too many characters when
5280 end of line seen.
5281
5282 Fri Feb 25 11:41:57 1994 Ian Lance Taylor (ian@cygnus.com)
5283
5284 * ecoff.c (ecoff_sizeof_headers): Align result to 16 byte
5285 boundary.
5286
5287 Thu Feb 24 07:13:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5288
5289 * som.c (som_bfd_derive_misc_symbol_info): Derive symbol_info
5290 field for absolute symbols in the same manner as undefined
5291 and common symbols.
5292
5293 Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5294
5295 * elfcode.h (elf_core_file_p): Check for core file e_machine match
5296 like in elf_object_p.
5297
5298 Wed Feb 23 18:28:37 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5299
5300 * elfcode.h (alloca): Delete declaration.
5301
5302 * som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magic
5303 number rather than HP9000S800_ID. Note som.c is careful
5304 to make sure CPU_PA_RISC1_0 is always defined.
5305
5306 Mon Feb 21 10:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5307
5308 * Makefile.in (targets.o, archures.o): Use ALL_CFLAGS to supply
5309 flags to explicit compile actions.
5310
5311 Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
5312
5313 * ecofflink.c (ecoff_write_symhdr): Set symhdr->magic here.
5314 * ecoff.c (ecoff_write_object_contents): Make sure .bss section
5315 ends on a page boundary if there is no symbol table.
5316 (ecoff_bfd_final_link): Don't set symhdr->magic here.
5317
5318 * hosts/hp300.h: Include <stdlib.h>; don't declare free.
5319
5320 * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
5321 rather than an array of variable size.
5322 (som_bfd_fill_in_ar_symbols): Likewise.
5323 (som_bfd_ar_write_symbol_stuff): Likewise.
5324
5325 * coff-alpha.c (alpha_relocate_section): Rewrite mask and shift
5326 operation to avoid OSF 1.3 cc bug.
5327 * ecoff.c (ecoff_write_object_contents): Make text_size, data_size
5328 and bss_size bfd_size_type instead of unsigned long. Make
5329 text_start and data_start bfd_vma instead of unsigned long.
5330 * ecofflink.c (ecoff_add_string): Remove incorrect cast of return
5331 value.
5332
5333 Sun Feb 20 16:06:54 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
5334
5335 * linker.c (_bfd_generic_link_add_archive_symbols): Consider
5336 symbols in the order they appear in the archive map.
5337
5338 Sat Feb 19 03:17:32 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5339
5340 * coff-alpha.c (reloc_nil): Add forward declaration, add missing
5341 error_message argument.
5342 * coff-sparc.c (bfd_coff_generic_reloc): Add forward declaration,
5343 add missing error_message argument.
5344 * mipsbsd.c (mips_fix_hi16_s): Add forward declaration, add missing
5345 error_message argument.
5346
5347 Fri Feb 18 11:41:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5348
5349 Support for PowerPC NetWare.
5350 * nlm32-powerpc.c: New file.
5351 * config.bfd (powerpc-*-netware*): New target; use ppc-nlm.
5352 * config/ppc-nlm.mt: New file.
5353 * configure.in (nlm32_powerpc_vec): New target vector; use
5354 nlm32-powerpc.o, nlm32.o, nlm.o.
5355 * targets.c (nlm32_powerpc_vec): Declare.
5356 * Makefile.in (BFD32_BACKENDS): Add nlm32-powerpc.o.
5357 (CFILES): Add nlm32-powerpc.c.
5358
5359 Initial support for PowerPC ELF. Done without an ABI, and
5360 probably to be changed when I get an ABI.
5361 * config.bfd (powerpc-*-sysv4*): New target; use ppc-elf.
5362 * config/ppc-elf.mt: New file.
5363 * configure.in (bfd_elf32_powerpc_vec): New target vector; use
5364 elf32-powerpc.o, elf32.o, elf.o.
5365 * elf32-powerpc.c: New file.
5366 * elfcode.h (prep_headers): Add bfd_arch_powerpc case.
5367 (elf_set_arch_mach): Likewise.
5368 * targets.c (bfd_elf32_powerpc_vec): Declare.
5369 * Makefile.in (BFD32_BACKENDS): Add elf32-powerpc.o.
5370 (CFILES): Add elf32-powerpc.c.
5371 Rebuilt dependencies.
5372
5373 Thu Feb 17 15:29:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5374
5375 * coffgen.c (coff_write_linenumbers): Always return a value.
5376
5377 * elfcode.h (elf_slurp_symbol_table): Handle zero symbols
5378 reasonably. Allocate x_symp using alloca.
5379
5380 * elfcode.h (map_program_segments): ELF program header entries
5381 must be sorted by load address. This used to generate the entries
5382 in reverse order.
5383
5384 * section.c (SEC_IN_MEMORY): Define.
5385 (asection): Rename unused field otheruserdata to contents, and
5386 make it char *.
5387 (bfd_make_section_anyway): Initialize contents field to NULL.
5388 (bfd_get_section_contents): If SEC_IN_MEMORY is set, get section
5389 contents from contents field rather than from file.
5390 * bfd-in2.h: Rebuilt.
5391
5392 Thu Feb 17 08:30:53 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5393
5394 * bfd.c (bfd_get_error, bfd_set_error): New functions.
5395 (bfd_error): Make static.
5396 (bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
5397 all values.
5398 * bfd-in2.h: Regenerated.
5399 * aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
5400 aoutf1.h, aoutx.h, archive.c, archures.c,
5401 bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
5402 coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
5403 ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
5404 elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
5405 i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
5406 lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
5407 nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
5408 ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
5409 srec.c, sunos.c, syms.c, targets.c, tekhex.c,
5410 trad-core.c: Change callers.
5411
5412 Tue Feb 15 22:27:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5413
5414 * som.c: Remove FIXMEs for things which have been dealt with.
5415
5416 Tue Feb 15 19:39:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5417
5418 * section.c (bfd_get_section_contents): Since this function reads
5419 unrelocated contents, the section's raw size is always the one to
5420 use for bounds checking.
5421
5422 * linker.c (default_indirect_link_order): In assertion, compare
5423 link_order size field against cooked size, not raw size, of input
5424 section.
5425
5426 * bout.c (b_out_get_reloc_upper_bound): For BSS section, just
5427 return 0.
5428 (aligncode): When shrinking, the addend should be set to the
5429 current offset in the section plus the number of bytes of padding
5430 that will actually be retained.
5431 (b_out_relax_section): If a section contains no relocations, don't
5432 bother processing them.
5433 (b_out_get_relocated_section_contents): Set reloc_done. Assert
5434 that bfd_get_section_contents returns true. Check that relocs are
5435 properly ordered.
5436 (b_out_get_relocated_section_contents, case ALIGNDONE): Assert
5437 that reloc->addend falls between the current source offset and the
5438 raw size of the input section.
5439
5440 * config.bfd: Support i960 vxworks versions > 5.0 with coff, not
5441 bout. Default with no version number is still bout. Support
5442 explicit i960-coff target too.
5443
5444 * bout.c: Changed some indentation, deleted trailing whitespace,
5445 fixed some comments, removed some "#if 1" lines.
5446 (output_addr): New macro.
5447 (calljx_callback, callj_callback, get_value, abs32code, aligncode,
5448 b_out_get_relocated_section_contents): Use it for readability.
5449
5450 Tue Feb 15 09:00:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5451
5452 * som.c (som_bfd_prep_for_ar_write): Iterate through the SOM
5453 symbols, not the BFD symbols.
5454 (som_bfd_ar_write_symbol_stuff): Likewise.
5455
5456 Mon Feb 14 22:55:20 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5457
5458 * som.c (som_slurp_symbol_table): Do not die if a BFD doesn't
5459 have any symbols.
5460
5461 * Finish basic read-write support for SOM archive libraries. Bugs
5462 surely remain as this hasn't been tested all that much.
5463 * som.c (SOM_LST_HASH_SIZE, SOM_LST_MODULE_LIMIT): Define.
5464 (struct som_misc_symbol_info): New structure to hold info necessary
5465 to build both normal and library symbol tables.
5466 (som_derive_misc_symbol_info): New function to derive info necessary
5467 to build both normal and library symbol tables.
5468 (som_build_and_write_symbol_table): Use new function to derive misc
5469 symbol information.
5470 (som_slurp_symbol_table): Update backend private data for symbols
5471 appropriately.
5472 (som_bfd_prep_for_ar_write): New function.
5473 (som_bfd_ar_symbol_hash): New function.
5474 (som_bfd_ar_write_symbol_stuff): New function.
5475 (som_write_armap): Flesh out.
5476 (som_vec): Fix ar padding character.
5477
5478 * som.c: Consistently use memset rather than bzero.
5479
5480 Mon Feb 14 17:02:28 1994 Stu Grossman (grossman at cygnus.com)
5481
5482 * coff-rs6000.c: Add Lynx core file support, use HOST_AIX, where
5483 appropriate.
5484 * rs6000-core.c: Use HOST_AIX instead of COREFILES_PLEASE.
5485 * config/rs6000.mh: Remove defs of ARCHIVES_PLEASE and
5486 COREFILES_PLEASE.
5487 * config/rs6000lynx.mh: Turn on Lynx core file support.
5488 * hosts/rs6000.h: #define HOST_AIX.
5489 * hosts/rs6000lynx.h: Create this to enable Lynx host support.
5490
5491 Sun Feb 13 14:30:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5492
5493 * som.h (som_symbol_data): Safely access backend private data
5494 for BFD symbols. All callers changed.
5495
5496 * Read-only SOM archive support.
5497 * som.c (som_bfd_count_ar_symbols): New helper function.
5498 (som_bfd_fill_in_ar_symbols): New helper function.
5499 (som_slurp_armap): New function to read a SOM LST.
5500
5501 * som.h: Include <lst.h> and <ar.h>.
5502
5503 Sat Feb 12 22:34:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5504
5505 * elfcode.h (elf_map_symbols): Fix typo.
5506 (write_object_contents): Check return values from prep_headers and
5507 elf_compute_section_file_positions.
5508 (set_section_contents): Likewise.
5509
5510 Fri Feb 11 16:56:50 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5511
5512 * archive.c (normalize) [VMS]: Call malloc, not bfd_xmalloc.
5513 (bfd_construct_extended_name_table): Check result of normalize.
5514
5515 Tue Feb 8 08:57:31 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5516
5517 Make all callers of malloc or realloc (including via obstacks)
5518 check the result for NULL. Most set bfd_error to no_memory and
5519 return in that case; a few are harder to fix, and are marked
5520 with "FIXME <return type>".
5521
5522 * elf32-hppa.c (hppa_elf_build_arg_reloc_stub
5523 hppa_elf_build_long_branch_stub): Check bfd_make_empty_symbol return.
5524 * linker.c (_bfd_generic_link_output_symbols
5525 _bfd_generic_link_write_global_symbol): Ditto
5526 * section.c (bfd_make_section_anyway): Ditto.
5527
5528 * tekhex.c (find_chunk tekhex_mkobject): Check bfd_alloc.
5529 (first_phase): Ditto. FIXME void
5530 (tekhex_make_empty_symbol): Check bfd_zalloc.
5531
5532 * sunos.c (sunos_read_dynamic_info): Check bfd_zalloc.
5533 (MY(read_dynamic_symbols) MY(read_dynamic_relocs)): Check bfd_alloc.
5534
5535 * stringhash.c (_bfd_stringtab_hash_newfunc): Check bfd_hash_allocate.
5536
5537 * srec.c: Indent.
5538 (fillup_symbols): Check bfd_alloc. FIXME void
5539 (srec_mkobject srec_get_section_contents
5540 srec_set_section_contents): Check bfd_alloc.
5541 (srec_make_empty_symbol): Check bfd_zalloc.
5542
5543 * som.c (hppa_som_gen_reloc_type): Check bfd_alloc_by_size_t.
5544 (make_unique_section): Check bfd_alloc.
5545 (som_new_section_hook): Check bfd_zalloc.
5546 (bfd_som_attach_aux_hdr): Ditto. FIXME void
5547
5548 * rs6000-core.c (rs6000coff_core_p): Check bfd_zalloc.
5549
5550 * osf-core.c (osf_core_make_empty_symbol): Check bfd_zalloc.
5551 (osf_core_core_file_p): Check bfd_alloc.
5552
5553 * oasys.c (oasys_slurp_symbol_table oasys_archive_p
5554 oasys_mkobject oasys_object_p oasys_new_section_hook
5555 oasys_set_section_contents): Check bfd_alloc.
5556 (oasys_slurp_section_data): Check bfd_zalloc and bfd_alloc.
5557 (oasys_make_empty_symbol): Check bfd_zalloc.
5558
5559 * nlmcode.h (nlm_make_empty_symbol): Check bfd_zalloc.
5560 (nlm_slurp_symbol_table): Check bfd_zalloc and bfd_alloc.
5561
5562 * nlm32-sparc.c (nlm_sparc_read_import): Check bfd_alloc.
5563
5564 * nlm32-i386.c (nlm_i386_read_import): Check bfd_alloc.
5565
5566 * nlm32-alpha.c (nlm_alpha_read_import): Check bfd_alloc.
5567
5568 * linker.c (_bfd_link_hash_newfunc
5569 (generic_link_hash_newfunc
5570 (archive_hash_newfunc
5571 (_bfd_generic_link_add_one_symbol): Check bfd_hash_allocate.
5572 (_bfd_generic_final_link
5573 (_bfd_generic_link_output_symbols
5574 (default_indirect_link_order): Check bfd_alloc.
5575 (bfd_new_link_order): Check bfd_alloc_by_size_t.
5576
5577 * irix-core.c (irix_core_make_empty_symbol): Check bfd_zalloc.
5578
5579 * ieee.c: Indent.
5580 (read_id get_symbol get_section_entry ieee_archive_p ieee_object_p
5581 ieee_slurp_section_data ieee_new_section_hook): Check bfd_alloc.
5582 (do_one): Check bfd_alloc. Return a boolean.
5583 (ieee_slurp_section_data): Check it.
5584 (init_for_output): Check bfd_alloc. Return a boolean.
5585 (ieee_set_section_contents): Check it.
5586 (do_with_relocs): Check bfd_alloc. Return a boolean.
5587 (ieee_bfd_debug_info_accumulate): Ditto. FIXME void.
5588 (ieee_mkobject): Check bfd_zalloc.
5589 (ieee_make_empty_symbol): Check bfd_zmalloc.
5590
5591 * hpux-core.c (hpux_core_make_empty_symbol): Check
5592 bfd_zalloc.
5593
5594 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Check
5595 bfd_zalloc.
5596 (hppabsd_core_core_file_p): Check bfd_zalloc.
5597
5598 * hp300hpux.c (MY(slurp_symbol_table)): Check bfd_alloc.
5599
5600 * elfcode.h (elf_new_section_hook): Check bfd_alloc.
5601 (bfd_section_from_phdr): Ditto.
5602 (write_relocs): Ditto. FIXME void
5603 (elf_map_symbols assign_section_numbers map_program_segments):
5604 Ditto. Return a boolean.
5605 (swap_out_syms): Ditto. Check elf_map_symbols.
5606 (elf_slurp_symbol_table): Check bfd_zalloc.
5607 (elf_slurp_reloca_table): Check bfd_alloc.
5608 (elf_slurp_reloc_table): Ditto.
5609 (elf_compute_section_file_positions): Check assign_section_numbers.
5610 (assign_file_positions_except_relocs): Return a boolean.
5611 Check map_program_segments.
5612 (elf_compute_section_file_positions): Check it.
5613
5614 * elf32-mips.c (mips_elf_final_link): Check bfd_alloc.
5615
5616 * elf32-hppa.c (hppa_elf_stub_branch_reloc): Check bfd_zmalloc and
5617 realloc.
5618 (hppa_elf_stub_reloc): Ditto.
5619 (hppa_elf_build_arg_reloc_stub): Check bfd_zalloc.
5620 (hppa_elf_build_long_branch_stub): Ditto.
5621 (elf32_hppa_backend_symbol_table_processing): Ditto.
5622
5623 * ecoff.c (ecoff_set_symbol_info): Check bfd_alloc. Return a boolean.
5624 (ecoff_slurp_symbol_table): Check it.
5625 (ecoff_slurp_armap): Check bfd_alloc.
5626 (ecoff_write_armap): Check bfd_zalloc.
5627 (ecoff_link_hash_newfunc): Check bfd_hash_allocate and
5628 _bfd_link_hash_newfunc.
5629 (ecoff_link_add_externals): Check bfd_alloc.
5630
5631 * ctor.c (bfd_constructor_entry): Check bfd_alloc.
5632
5633 * coffgen.c (coff_real_object_p): Check bfd_alloc.
5634 (coff_renumber_symbols): Check bfd_alloc_by_size_t. Return a boolean.
5635 (coff_write_symbol): Check bfd_alloc. FIXME int
5636 (coff_write_linenumbers): Check bfd_alloc. Return a boolean.
5637 (coff_section_symbol): Check bfd_alloc_by_size_t.
5638 (coff_get_normalized_symtab): Check bfd_alloc.
5639 (coff_bfd_make_debug_symbol): Check bfd_zalloc.
5640 * libcoff-in.h: Change decls of coff_renumber_symbols,
5641 coff_write_linenumbers.
5642 * libcoff.h: Rebuilt.
5643 * coffcode.h (coff_write_object_contents): Check
5644 coff_renumber_symbols, coff_write_linenumbers.
5645
5646 * coffcode.h: Indent.
5647 (coff_add_missing_symbols): Check bfd_alloc_by_size_t. Return a
5648 boolean.
5649 (coff_write_object_contents): Check it.
5650
5651 * coff-alpha.c (alpha_relocate_section): Check bfd_alloc.
5652 * coff-mips.c (mips_relocate_section): Ditto.
5653
5654 * archive.c (bfd_slurp_bsd_armap_f2): Check bfd_alloc value.
5655 (do_slurp_bsd_armap): Ditto.
5656 (compute_and_write_armap): Check bfd_realloc value.
5657
5658 * aoutx.h (translate_from_native_sym_flags): Check bfd_alloc
5659 return value. Return boolean value.
5660 (NAME(aout,make_empty_symbol)): Check bfd_zalloc return value.
5661 (NAME(aout,slurp_symbol_table)): Check bf_alloc and bfd_zalloc
5662 return value.
5663 (add_to_stringtab): Ditto. FIXME void
5664 (aout_link_hash_newfunc): Check bfd_hash_allocate return value.
5665 (aout_link_add_symbols): Check bfd_alloc value.
5666 (translate_symbol_table): Check translate_from_native_sym_flags.
5667 * hp300hpux.c (MY(slurp_symbol_table)): Ditto.
5668 * aoutx.h (aout_link_hash_newfunc): Check _bfd_link_hash_newfunc.
5669
5670 * opncls.c (bfd_zalloc bfd_realloc): Check result of bfd_alloc.
5671
5672 * opncls.c (obstack_chunk_alloc): Define as malloc, not
5673 bfd_xmalloc_by_size_t.
5674 (_bfd_new_bfd): Check obstack_begin for 0 return.
5675
5676 * ieee.c (obstack_chunk_alloc): Define as malloc, not
5677 bfd_xmalloc_by_size_t.
5678 (ieee_archive_p): Check obstack_begin for 0 return and
5679 obstack_finish for NULL return.
5680
5681 * hash.c (obstack_chunk_alloc): Define as malloc, not
5682 bfd_xmalloc_by_size_t.
5683 (bfd_hash_table_init_n): Check obstack_begin for 0 return and
5684 obstack_finish for NULL return.
5685 (bfd_hash_lookup): Check obstack_alloc for NULL return.
5686
5687 * ecofflink.c (obstack_chunk_alloc): Define as malloc, not
5688 bfd_xmalloc_by_size_t.
5689 bfd_ecoff_debug_accumulate
5690 bfd_ecoff_debug_accumulate_other): Check obstack_alloc.
5691 (add_file_shuffle add_memory_shuffle): Check obstack_alloc for
5692 NULL return. Return boolean, not void.
5693 (bfd_ecoff_debug_init): Check obstack_begin for 0 return.
5694 (bfd_ecoff_debug_accumulate): Check add_file_shuffle
5695 and add_memory_shuffle return.
5696 (string_hash_newfunc): Check bfd_hash_allocate and bfd_hash_newfunc.
5697 (bfd_ecoff_debug_accumulate): Check bfd_alloc.
5698 (ecoff_add_string): Check add_memory_shuffle return.
5699
5700 * libbfd-in.h (xmalloc, bfd_xmalloc, bfd_xmalloc_by_size_t):
5701 Remove decls.
5702 * libbfd.h: Rebuilt.
5703
5704 Fri Feb 11 15:35:32 1994 Stu Grossman (grossman at cygnus.com)
5705
5706 * configure.host: Add Lynx/rs6000 support.
5707 * config/i386-nlm.mt: Enable a.out file support.
5708 * config/rs6000lynx.mh: Lynx/rs6000 host support.
5709
5710 Fri Feb 11 17:25:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5711
5712 * archive.c (compute_and_write_armap): Rewrite somewhat to improve
5713 memory usage.
5714
5715 Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com)
5716
5717 * archive.c: Change all references to '\n' in archive magic
5718 to '\012', for greater portability.
5719 * ecoff.c (ecoff_write_armap): Ditto.
5720
5721 Thu Feb 10 12:58:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5722
5723 * aoutx.h (aout_link_write_other_symbol): Check strip settings to
5724 see whether symbol should be output.
5725 * genlink.h (struct generic_write_global_symbol_info): Added info
5726 field.
5727 * linker.c (_bfd_generic_final_link): Initialize wginfo.info.
5728 (_bfd_generic_link_write_global_symbol): Check strip settings to
5729 see whether symbol should be output.
5730 * elf32-mips.c (mips_elf_final_link): Initialize wginfo.info.
5731
5732 Wed Feb 9 21:34:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5733
5734 * som.c (som_reloc_queue_find): Do not examine a NULL queue entry.
5735
5736 * som.c: Cast return values from BFD memory allocation routines to
5737 avoid warnings from the HP compiler.
5738
5739 Wed Feb 9 12:55:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5740
5741 * coff-alpha.c (alpha_relocate_section): Accept a LITERAL
5742 reloc on an "ldl" instruction too.
5743
5744 * archive.c (bfd_ar_hdr_from_filesystem): Cast status elements
5745 when passing them to sprintf. Use %ld instead of %d.
5746
5747 * coff-rs6000.c (rs6000coff_mkarchive): Return false.
5748 (rs6000_coff_snarf_ar_hdr): Don't declare errno; it's not used.
5749 Also removed unused variable namelen.
5750 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
5751
5752 Tue Feb 8 18:00:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5753
5754 * libbfd-in.h (xmalloc): Don't declare parameter type, to avoid
5755 conflicts.
5756 * libbfd.h: Rebuilt.
5757
5758 Tue Feb 8 15:55:50 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5759
5760 * coff-alpha.c (reloc_nil): New function.
5761 (alpha_howto_table): Use it as special_function to prevent certain
5762 relocs from being adjusted by bfd_perform_relocation. IGNORE
5763 reloc should be partial_inplace.
5764 (alpha_ecoff_get_relocated_section_contents): Accept a LITERAL
5765 reloc on an "ldl" instruction too.
5766
5767 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5768
5769 * elf32-hppa.c (CURRENT_STUB_OFFSET, hppa_elf_build_arg_reloc_stub,
5770 hppa_elf_build_long_branch_stub): Cast to char * instead of int
5771 before performing pointer arithmetic.
5772
5773 Mon Feb 7 20:56:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5774
5775 * config.bfd (hppa*-*-osf*): Use bfd_name hppaosf for this
5776 configuration.
5777 (hppa*-*-*elf*): This configuration used hppa-elf now.
5778
5779 * som.c: This file is also used for HOST_HPPAOSF.
5780
5781 * targets.c (bfd_target_vector): Enable som_vec for HOST_HPPAOSF.
5782
5783 * hosts/hppaosf.h: New host configuration file.
5784
5785 * config/hppabsd.mt (SELECT_VECS): Add bfd_elf32_hppa_vec as
5786 BSD handles both SOM and ELF object files.
5787
5788 * config/hppaosf.mh (HDEFINES): Delete. No longer needed.
5789 (RANLIB): Doesn't do anything, define it to be "echo".
5790
5791 * config/hppaosf.mt: New target makefile fragment for a PA running
5792 OSF1.
5793
5794 Mon Feb 7 15:02:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5795
5796 * archures.c (enum bfd_architecture): Added bfd_arch_powerpc.
5797 (archures_init_table): If SELECT_ARCHITECTURES is not defined,
5798 added bfd_powerpc_arch.
5799 * bfd-in2.h: Rebuilt.
5800 * cpu-powerpc.c: New file.
5801 * Makefile.in (ALL_MACHINES, CFILES): Added cpu-powerpc.c.
5802 Rebuilt dependencies.
5803
5804 * elfcode.h (bfd_section_from_shdr): Get vma and alignment_power
5805 of an SHT_STRTAB section from sh_addr and sh_addralign, rather
5806 than just setting them to zero.
5807
5808 Sun Feb 6 20:04:10 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5809
5810 * elfcode.h (prep_headers, swap_out_syms): Check for NULL return
5811 from bfd_new_strtab.
5812 (elf_compute_section_file_positions): Check for false return from
5813 swap_out_syms.
5814
5815 * linker.c (default_indirect_link_order): Check for NULL return
5816 from bfd_get_relocated_section_contents.
5817
5818 * syms.c: Make example application in doc call xmalloc, not
5819 bfd_xmalloc.
5820
5821 * aoutx.h (NAME(aout,slurp_symbol_table),
5822 aout_link_get_symbols, NAME(aout,link_hash_table_create)):
5823 * bout.c (b_out_slurp_reloc_table, b_out_squirt_out_relocs):
5824 * ecoff.c (ecoff_bfd_link_hash_table_create):
5825 * ecofflink.c (bfd_ecoff_debug_init):
5826 * format.c (bfd_check_format_matches):
5827 * linker.c (_bfd_generic_link_hash_table_create):
5828 (_bfd_generic_final_link):
5829 * reloc16.c (bfd_coff_reloc16_relax_section):
5830 (bfd_coff_reloc16_get_relocated_section_contents):
5831 * elf32-hppa.c (hppa_elf_build_arg_reloc_stub):
5832 * elf32-mips.c (mips_elf_final_link):
5833 * elfcode.h (bfd_new_strtab):
5834 (bfd_add_2_to_strtab):
5835 (elf_slurp_symbol_table):
5836 (elf_corefile_note):
5837 * libbfd.c (bfd_zmalloc):
5838 Use malloc and check the result, instead of bfd_xmalloc.
5839
5840 Sat Feb 5 12:39:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5841
5842 * config.bfd: Put m68*-*-sysv* line after m68*-*-sysv4*.
5843
5844 Sat Feb 5 05:32:44 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5845
5846 * srec.c (srec_write_record): Put CONST keyword for "src" before
5847 "unsigned", some compilers don't like it after "unsigned".
5848 * libcoff.h, libcoff-in.h (bfd_perform_slip): Rename "value" to
5849 "val" in prototype declaration because some compilers don't like
5850 arguments whose names are the same as types.
5851
5852 Sat Feb 5 01:14:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5853
5854 * aoutx.h (aout_link_check_ar_symbols): Correct test for whether
5855 object file defines symbol. Also, if skipping a symbol, skip the
5856 second symbol of a N_WARNING or N_INDR symbol as well.
5857
5858 Fri Feb 4 23:55:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5859
5860 Add basic support for writing RS/6000 XCOFF files.
5861 * coff-rs6000.c (dummy_reloc): Removed.
5862 (rs6000coff_howto_table): Defined XCOFF relocs.
5863 (RTYPE2HOWTO): Defined to use rs6000coff_rtype2howto.
5864 (rs6000coff_rtype2howto): New function.
5865 (coff_bfd_reloc_type_lookup): Defined to use
5866 rs6000coff_reloc_type_lookup.
5867 (rs6000coff_reloc_type_lookup): New function.
5868 (SELECT_RELOC): Defined to set r_type and r_size fields.
5869 (COFF_LONG_FILENAMES): Defined.
5870 * coffcode.h (combined_entry_type): Changed fix_tag and fix_end
5871 fields to bitfields. Added fields fix_value and fix_scnlen.
5872 (sec_to_styp_flags): If STYP_DEBUG is defined, use it rather than
5873 STYP_INFO for the type of a section named .debug.
5874 (coff_add_missing_symbols): Don't define if RS6000COFF_C.
5875 (coff_write_object_contents): If RS6000COFF_C, don't call
5876 coff_add_missing_symbols.
5877 (coff_slurp_symbol_table): If RS6000COFF_C, then if the last aux
5878 entry has type STY_LD change the x_scnlen into a pointer to a
5879 symbol and set fix_scnlen. Also, for a C_BSTAT symbol, change the
5880 value into a pointer to a symbol and set fix_value.
5881 * libcoff.h: Rebuilt.
5882 * coffgen.c (coff_mangle_symbols): Reindent. If fix_value is set,
5883 get the symbol offset. Likewise for fix_scnlen.
5884 (string_size): Change type to bfd_size_type.
5885 (debug_string_size, debug_string_section): New static variables.
5886 (coff_fix_symbol_name): If bfd_coff_symname_in_debug returns true,
5887 write the symbol name into the .debug section; assume that the
5888 section has already been created with the right size.
5889 (coff_write_symbols): Initialize debug_string_size to 0. If
5890 bfd_coff_symname_in_debug returns true, don't put symbol name in
5891 usual string table. After writing out all symbols, if
5892 debug_string_size is not 0, check that it matches the size of the
5893 .debug section.
5894 (coff_get_normalized_symtab): Clear new fix_value and fix_scnlen
5895 fields. If the string offset is 0, always use an empty string as
5896 the name.
5897 (coff_make_empty_symbol): Zero out the symbol structure.
5898 * reloc.c (bfd_perform_relocation): Work around one gross hack
5899 with another: actually look at the target name to avoid the broken
5900 COFF check.
5901 (bfd_reloc_code_real_type): Add BFD_RELOC_PPC_B26,
5902 BFD_RELOC_PPC_BA26 and BFD_RELOC_PPC_TOC16.
5903 * bfd-in2.h: Rebuilt.
5904
5905 Fri Feb 4 17:28:32 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5906
5907 * libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.
5908 (bfd_xmalloc, bfd_xmalloc_by_size_t): Functions deleted.
5909 * libbfd-in.h: Define them as macros calling xmalloc and declare
5910 xmalloc.
5911 * libbfd.h: Rebuilt.
5912
5913 Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5914
5915 * ecofflink.c (bfd_ecoff_debug_externals): If a small undefined
5916 symbol has a value in the ECOFF symbol but not in the BFD symbol,
5917 keep the value in the ECOFF symbol. This helps gas.
5918
5919 * linker.c (_bfd_generic_link_output_symbols,
5920 _bfd_generic_link_write_global_symbol): Don't require that all
5921 references to a common symbol be themselves common symbols.
5922
5923 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
5924
5925 Wed Feb 2 20:37:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5926
5927 * libbfd.c, bfd-in.h, hosts/alphaosf.h, hosts/sparc-ll.h, aoutf1.h,
5928 sparclynx.c, Makefile.in: Change HOST_64_BIT to BFD_HOST_64_BIT.
5929 * bfd-in2.h: Rebuilt.
5930
5931 Wed Feb 2 12:30:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5932
5933 * coffswap.h (coff_swap_reloc_out): If RS6000COFF_C, handle type
5934 and size correctly.
5935 (coff_swap_aux_in): If RS6000COFF_C, change x_csect.x_scnlen to
5936 x_csect.x_scnlen.l to match change in coff/internal.h.
5937 (coff_swap_aux_out): Likewise.
5938
5939 * coff-mips.c (mips_ecoff_backend_data), coff-alpha.c
5940 (alpha_ecoff_backend_data): Change casts of aux_in and aux_out
5941 fields to match yesterday's changes.
5942
5943 * coffcode.h (coff_write_relocs): If SELECT_RELOC is defined, pass
5944 in the internal_reloc itself, not the type.
5945 * coff-apollo.c, coff-h8300.c, coff-h8500.c, coff-i386.c,
5946 coff-m68k.c, coff-sh.c, coff-we32k.c, coff-z8k.c: Changed
5947 definition of SELECT_RELOC accordingly.
5948
5949 Tue Feb 1 12:05:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5950
5951 * coffcode.h (bfd_coff_backend_data): Added new arguments to
5952 _bfd_coff_swap_aux_in and _bfd_coff_swap_aux_out: aux index number
5953 and number of aux entries.
5954 (bfd_coff_swap_aux_in, bfd_coff_swap_aux_out): Changed
5955 accordingly.
5956 * libcoff.h: Rebuilt.
5957 * coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Accept new
5958 arguments. If RS6000COFF_C, only treat C_EXT and C_HIDEXT
5959 specially if this is the last aux entry.
5960 * coffgen.c (coff_write_symbol, coff_get_normalized_symtab): Pass
5961 new arguments to swap_aux functions.
5962
5963 Sun Jan 30 15:14:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5964
5965 * gen-aout.c (main): Set DEFAULT_ARCH based on preprocessor macros
5966 (only testing for m68k and vax at the moment); do verify that the
5967 preprocessor didn't trash the arch name inside the string version.
5968 Don't print out "pagesize =" line that prevents output from
5969 compiling. Derive BYTES_IN_WORD and ARCH values from sizeof
5970 results.
5971 * Makefile.in (aout-params.h): Pass gen-aout a dummy target name.
5972 (check, installcheck): Identify directory in "no testsuites"
5973 message.
5974
5975 Sun Jan 30 13:25:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5976
5977 * aoutx.h (aout_link_write_symbols): Write out correct value for
5978 object file symbol.
5979
5980 Fri Jan 28 18:34:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5981
5982 * hosts/vaxbsd.h (HOST_STACK_END_ADDR): Vax BSD doesn't define
5983 KERNBASE, so hard-code 0x80000000 instead.
5984
5985 Thu Jan 27 13:54:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5986
5987 * linker.c (generic_link_add_symbol_list): If symbol is common,
5988 set the BSF_OLD_COMMON flag.
5989
5990 Wed Jan 26 13:47:15 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5991
5992 * format.c (bfd_check_format_matches): Put the new entry in the
5993 correct element of matching_vector.
5994
5995 Tue Jan 25 11:43:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5996
5997 * som.c, som.h (bfd_som_set_section_attributes,
5998 bfd_som_set_subsection_attributes): Change parameters from char
5999 to int. Following a prototype with an old-style function definition
6000 in the presence of widened parameters is a GCC-ism not supported
6001 by the HP compiler in ANSI mode.
6002
6003 Tue Jan 25 11:46:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6004
6005 * reloc.c (bfd_get_reloc_size): Size of type -2 is 4 bytes, not 2.
6006
6007 * hp300hpux.c (MY(write_object_contents)): Write out the symbols
6008 before writing out the relocs, so that the right symbol indices
6009 are used.
6010
6011 * archive.c (do_slurp_bsd_armap, bfd_slurp_bsd_armap_f2): Do not
6012 try to overlay the internal carsyms on the external symdefs. That
6013 can not work if the size of a host pointer is larger than 4 bytes.
6014
6015 * format.c (bfd_check_format_matches): Cast result of
6016 bfd_xmalloc_by_size_t.
6017 * opncls.c (_bfd_new_bfd): Avoid ANSI C prototype.
6018
6019 * archive.c: Reindented to GNU standards.
6020
6021 Mon Jan 24 14:41:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6022
6023 * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): Add
6024 "_bfd_" to function names.
6025 * archive.c (_bfd_create_empty_archive_element_shell),
6026 libbfd-in.h: Change callers.
6027
6028 * libbfd.c (bfd_zmalloc): Renamed from zalloc.
6029 * libbfd.c (bfd_add_to_string_table),
6030 trad-core.c (trad_unix_core_file_p),
6031 targets.c (bfd_target_list),
6032 ptrace-core.c (ptrace_unix_core_file_p),
6033 opncls.c (new_bfd), libbfd-in.h,
6034 ieee.c (ieee_make_empty_symbol),
6035 elf32-hppa.c (hppa_elf_stub_branch_reloc),
6036 (hppa_elf_stub_reloc): Change callers.
6037 * libbfd.h: Regenerated.
6038
6039 * archive.c (_bfd_look_for_bfd_in_cache): Add "_bfd_" to name.
6040 (_bfd_get_elt_at_filepos),
6041 coff-rs6000.c (rs6000coff_get_elt_at_filepos), libbfd-in.h:
6042 Change callers.
6043
6044 * format.c (bfd_check_format_matches), libbfd-in.h, targets.c,
6045 elfcode.h (elf_object_p): Rename target_vector to bfd_target_vector
6046 and default_vector to bfd_default_vector.
6047 * libbfd.h: Regenerated.
6048
6049 * format.c (bfd_check_format_matches): New function.
6050 (bfd_check_format): Call it.
6051 (bfd_matching_formats): Function removed.
6052 * targets.c: Replace the vector added on Jan 21 with a count of
6053 entries in default_vector.
6054 * bfd-in2.h: Regenerated.
6055
6056 Mon Jan 24 12:38:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6057
6058 * coff-alpha.c (alpha_ecoff_object_p): New function. Set size of
6059 .pdata section based on lnnoptr field, not section header.
6060 (alpha_relocate_section): Don't bother to check if r_symndx >= 0,
6061 since it is unsigned.
6062 (ecoffalpha_little_vec): Use alpha_ecoff_object_p rather than
6063 coff_object_p.
6064 * ecoff.c (ecoff_new_section_hook): Set alignment_power field of
6065 .pdata section to 3.
6066 (ecoff_compute_section_file_positions): Save the size of the
6067 .pdata section in the line_filepos field, and actually align the
6068 .pdata section to an alignment power of 4.
6069 (ecoff_compute_reloc_file_positions): Set output_has_begun after
6070 calling ecoff_compute_section_file_positions.
6071 (ecoff_write_object_contents): Set s_lnnoptr for the .pdata
6072 section from the line_filepos field. Set vstamp for the optional
6073 header from the vstamp of the symbolic header.
6074 (ecoff_bfd_final_link): Set vstamp of the symbolic header to the
6075 vstamp used by the first object file in the link.
6076
6077 * ecofflink.c (ecoff_align_debug): Align RFDs to debug_align.
6078
6079 * linker.c (generic_link_check_achive_element): Set SEC_ALLOC flag
6080 for a created common section.
6081 (_bfd_generic_link_add_one_symbol): Likewise.
6082
6083 * elfcode.h (swap_out_syms): Use elf_section_from_bfd_section to
6084 get the index of a common section, rather than always using
6085 SHN_COMMON (MIPS has multiple common sections).
6086
6087 * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
6088
6089 * bfd/aoutx.h (aout_link_input_section_std,
6090 aout_link_input_section_ext): Pass additional arguments to
6091 reloc_overflow callback.
6092 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents,
6093 alpha_relocat_section): Likewise.
6094 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise.
6095 * coff-h8500.c (extra_case): Likewise.
6096 * coff-mips.c (mips_relocate_section): Likewise.
6097 * coff-z8k.c (extra_case): Likewise.
6098 * elf32-hppa.c (hppa_elf_stub_finish): Likewise.
6099 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
6100
6101 * bout.c (calljx_callback, callj_callback): Use get_value to get
6102 the symbol value and check for undefined symbols.
6103 (get_value): If the symbol is undefined, look it up in the linker
6104 hash table.
6105 (b_out_get_relocated_section_contents): For PCREL24 and PCREL13
6106 use get_value to get the symbol value and check for undefined
6107 symbols.
6108 * reloc16.c (bfd_coff_reloc16_get_value): If the symbol is
6109 undefined, look it up in the linker hash table.
6110
6111 * aoutx.h (translate_symbol_table): The string index 0 has a
6112 special meaning for normal symbols, but not for dynamic symbols.
6113
6114 Sat Jan 22 12:26:01 1994 Stu Grossman (grossman at cygnus.com)
6115
6116 * sparclynx.c: Setup appropriate macros to enable core file
6117 support.
6118
6119 Fri Jan 21 16:25:35 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6120
6121 * targets.c: Add a vector of matching format names.
6122 * format.c (bfd_matching_formats): New function to return it.
6123 (bfd_check_format): Set it.
6124 * bfd-in2.h: Regenerated.
6125
6126 * bfd-in.h: Remove decls of bfd_ec type and error printing functions.
6127 Remove decl of type symclass; wasn't used.
6128 * bfd.c: Document error handling, including code fragments
6129 containing the error decls that were in bfd-in.h.
6130 Remove DEFUNs.
6131 * bfd-in2.h: Regenerated.
6132
6133 Fri Jan 21 14:11:16 1994 Sean Fagan (sef@cygnus.com)
6134
6135 * nlmcode.h, liblnm.h, nlm32-alpha.c nlm32-i386.c nlm32-sparc.c:
6136 The sparc (and possibly other?) NLM format requires a different
6137 way to write exports, so add a write_export field to the backend
6138 data (and set it to NULL for everything but the sparc).
6139
6140 Fri Jan 21 14:11:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6141
6142 * sunos.c (MY(read_dynamic_relocs)): Compare info->dynrel with NULL,
6143 not (struct external_nlist *) NULL. info->dynrel is a PTR, not
6144 a struct external_nlist *.
6145
6146 Fri Jan 21 09:29:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6147
6148 * bfd.c: Remove error strings for errors removed below.
6149 * aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),
6150 oasys.c (oasys_write_sections): Rename
6151 bfd_error_nonrepresentable_section to nonrepresentable_section.
6152 None of the other bfd error names start with "bfd_error".
6153 Remove errors symbol_not_found and no_relocation_info, which seem
6154 to be unused.
6155 * bfd-in2.h: Regenerated.
6156
6157 Fri Jan 21 01:11:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6158
6159 * bfd.c (bfd_get_gp_size): Added support for ELF.
6160
6161 * syms.c (BSF_DYNAMIC): New symbol flag.
6162 (bfd_print_symbol_vandf): Print it.
6163 * bfd-in2.h: Rebuilt.
6164 * libaout.h (struct aout_backend_data): New read_dynamic_symbols
6165 and read_dynamic_relocs fields.
6166 (struct aoutdata): New dynamic_info field.
6167 (obj_aout_dynamic_info): New accessor macro.
6168 * sunos.c (struct sunos_dynamic_info): New structure.
6169 (sunos_read_dynamic_info, MY(read_dynamic_symbols),
6170 MY(read_dynamic_relocs)): New functions to read dynamic symbols
6171 and relocs.
6172 * aoutx.h (NAME(aout,some_aout_object_p)): If the object is
6173 dynamically linked, set SEC_RELOC for both the .text and .data
6174 sections.
6175 (translate_from_native_sym_flags): Don't set BSF_LOCAL for an
6176 undefined symbol.
6177 (translate_symbol_table): New function, split out of
6178 slurp_symbol_table; set the BSF_DYNAMIC flag appropriately.
6179 (NAME(aout,slurp_symbol_table)): Read dynamic symbols, if any.
6180 (NAME(aout,slurp_reloc_table)): Read dynamic relocs, if any.
6181 (NAME(aout,get_reloc_upper_bound)): Include dynamic reloc count in
6182 return value.
6183 * aoutf1.h (NAME(aout,sunos4_write_object_contents)): Don't write
6184 out dynamic symbols or relocs against reloc symbols, since they
6185 are already in the .text section and we wouldn't know where to
6186 write them anyhow.
6187 (sunos4_aout_backend): Initialize read_dynamic_symbols and
6188 read_dynamic_relocs fields.
6189 * aout-target.h (MY(backend_data)): Initialize
6190 read_dynamic_symbols and read_dynamic_relocs fields.
6191
6192 Thu Jan 20 20:57:27 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6193
6194 * hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete
6195 typedefs, since HOST_64_BIT will take care of defining them in
6196 bfd.h.
6197
6198 Wed Jan 19 17:28:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6199
6200 * config/alphaosf.mh (HDEFINES): Don't define HOST_64_BIT here;
6201 that's dealt with elsewhere.
6202 * hosts/alphaosf.h (sprintf_vma, fprintf_vma): New macros.
6203 (uint64_typeHIGH, uint64_typeLOW): Comment with HOST_64_BIT so
6204 they get copied to bfd.h.
6205
6206 * reloc.c (enum bfd_reloc_code_real): Add some Alpha relocation
6207 types. Reorganized some of the existing ones.
6208 * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one
6209 values in case of compilation on a 32-bit machine. Fix pcrel
6210 fields of some reloc types.
6211 (alpha_bfd_reloc_type_lookup): Handle more relocation types.
6212
6213 * bfd-in.h (uint64_typeHIGH, uint64_typeLOW): Supply default
6214 definitions when not defined, regardless of whether uint64_type is
6215 a defined macro or not.
6216 (fprintf_vma, sprintf_vma): Define only if fprintf_vma is not
6217 already defined.
6218
6219 Wed Jan 19 00:02:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6220
6221 * aoutx.h (translate_to_native_sym_flags): Set the type of a
6222 BSF_WARNING symbol to N_WARNING.
6223
6224 Tue Jan 18 16:43:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6225
6226 * aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p
6227 for an indirect or warning symbol.
6228 (aout_link_write_symbols): Update sym_hash with the target of an
6229 indirect or warning symbol. If an indirect symbol is defined,
6230 output the calculated value and don't output the target symbol.
6231
6232 Tue Jan 18 03:54:59 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6233
6234 * aoutx.h (translate_from_native_sym_flags): Give warning symbols
6235 an (unused) nonzero section value, needed for check below.
6236
6237 Mon Jan 17 15:12:07 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6238
6239 * aoutx.h (translate_from_native_sym_flags,
6240 aout_link_add_symbols): Treat N_SET[ABDT] | N_EXT like
6241 N_SET[ABDT].
6242
6243 Fri Jan 14 16:45:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6244
6245 * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set
6246 the DYNAMIC flag for the BFD.
6247 (NAME(bfd_elf,write_object_contents)): Don't try to write out a
6248 BFD with the DYNAMIC flag set, since we don't generate the program
6249 header table correctly.
6250
6251 Fri Jan 14 01:04:36 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6252
6253 * elfcode.h (elf_slurp_symbol_table): Free x_symp at the end
6254 of the function to avoid storage leak.
6255
6256 Thu Jan 13 23:07:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6257
6258 * ecoff.c (ecoff_link_write_external): An ifd can be -1.
6259
6260 Thu Jan 13 12:33:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6261
6262 * som.c (som_set_reloc_info): Provide a default symbol for
6263 relocations which don't actually have an associated symbol.
6264
6265 * som.c (hppa_som_reloc): Add new "error message" argument.
6266
6267 Wed Jan 12 13:36:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6268
6269 Enable gdb to write to core files on more core file readers.
6270 * libbfd.c (bfd_generic_set_section_contents): Remove range check
6271 for section size, it is already done in bfd_set_section_contents
6272 with bfd_get_section_size_now.
6273 * aix386-core.c, hppabsd-core.c, hpux-core.c, irix-core.c,
6274 osf-core.c, ptrace-core.c, trad-core.c (*_set_section_contents):
6275 Use bfd_generic_set_section_contents instead of bfd_false.
6276
6277 Wed Jan 12 15:31:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6278
6279 * linker.c: Added initial documentation.
6280
6281 * linker.c (default_indirect_link_order): Don't expect space for
6282 output relocations if there aren't any input relocations.
6283
6284 Tue Jan 11 14:37:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6285
6286 * aoutx.h (NAME(aout,final_link)): Set a_entry before computing
6287 file offsets.
6288
6289 * elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not
6290 STT_NOTYPE.
6291
6292 Tue Jan 11 09:10:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6293
6294 * config.bfd: Use ELF, not COFF for m88*-*-dgux*.
6295 Combine m88k-*-* and m88110-*-* cases into m88*-*-*.
6296
6297 Tue Jan 11 00:07:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6298
6299 * ecofflink.c: Extensive changes to compress and merge debugging
6300 information, and to write some of out directly rather than saving
6301 it in memory. Several new functions and structures, and new
6302 arguments to existing functions.
6303 * ecoff.c (ecoff_compute_reloc_file_positions): Compute
6304 sym_filepos as well.
6305 (ecoff_get_extr): Use ifdmap instead of ifdbase.
6306 (ecoff_write_object_contents): Don't compute sym_filepos here.
6307 Only output symbols if outsymbols is not NULL.
6308 (ecoff_bfd_final_link): Adjust for changes in ecoff_debug_info and
6309 bfd_ecoff_debug functions. Write out debugging information here.
6310 (ecoff_final_link_debug_accumulate): Adjust for changes in
6311 bfd_ecoff_debug functions.
6312 (ecoff_link_write_external): Use ifdmap rather than ifdbase.
6313 * elf32-mips.c (mips_elf_read_ecoff_info): Read external symbols
6314 first, to put them in the first memory buffer. Clear fdr field.
6315 (mips_elf_get_extr): Use pointer to unswapped external symbol.
6316 (mips_elf_final_link): Adjust for changes in bfd_ecoff functions.
6317 Preserve .text, .data and .bss even if they are empty. Save
6318 pointer to unswapped external symbol rather than copying it.
6319 Don't free up the external symbols.
6320 * libelf.h (elf_symbol_type): Change mips_extr to PTR.
6321 * bfd-in.h (bfd_ecoff_debug_init, bfd_ecoff_debug_free): Declare.
6322 (bfd_ecoff_debug_accumulate): Update declaration.
6323 (bfd_ecoff_debug_accumulate_other): Rename declaration from
6324 bfd_ecoff_debug_link_other and update.
6325 (bfd_ecoff_write_accumulated_debug): Declare.
6326 * bfd-in2.h: Rebuilt.
6327 * Makefile.in: Rebuilt dependencies.
6328
6329 Mon Jan 10 20:46:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6330
6331 * Makefile.in (install): Remove "@" which follows a backslash. In
6332 this position it just causes errors, not suppresses echoes.
6333
6334 Mon Jan 10 09:06:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6335
6336 * som.c (hppa_som_gen_reloc_type): Fix handling of LT and RT
6337 field selectors.
6338
6339 Sun Jan 9 04:32:25 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
6340
6341 * config/i386-netbsd.mt (SELECT_VECS): Include i386bsd_vec.
6342
6343 Fri Jan 7 10:27:27 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6344
6345 * aoutx.h (adjust_z_magic): Don't merge the start of bss with the
6346 end of data if they are not contiguous.
6347
6348 * aoutf1.h (sunos4_aout_backend): Comment the fields' meanings.
6349
6350 Fri Jan 7 15:40:16 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6351
6352 * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flag
6353 for .reginfo section here.
6354 (ecoff_new_section_hook): Set it here instead.
6355
6356 Fri Jan 7 10:29:27 1994 Stan Shebs (shebs@andros.cygnus.com)
6357
6358 * bfd-in.h: (bfd_boolean): Add workaround for systems that also
6359 define true and false as enums.
6360 (ALMOST_STDC): Add as alternative to __STDC__.
6361 * bfd-in2.h: Rebuilt.
6362 * syms.c (bfd_print_symbol_vandf): Convert a PTR to FILE*.
6363
6364 Thu Jan 6 14:24:44 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6365
6366 * aoutx.h (translate_to_native_sym_flags): Catch the case where
6367 there is no output section.
6368
6369 Thu Jan 6 14:37:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6370
6371 * nlmcode.h (nlm_object_p): If we can't read the fixed header,
6372 count it as a wrong format error, not a system call error, since
6373 the object file might simply be too small.
6374
6375 * targets.c (target_vector): Added nlm32_alpha_vec inside #ifdef
6376 BFD64.
6377 * Makefile.in (BFD32_BACKENDS): Remove nlm32-alpha.o.
6378 (BFD64_BACKENDS): Add nlm32-alpha.o. It depends on 64 bit
6379 support, even though it is for an Alpha in 32 bit mode.
6380 * configure.in (nlm32_alpha_vec): Set target64 to true.
6381
6382 * nlm32-gen.c, nlm64-gen.c: Removed. All nlm targets are
6383 different, so there is no point to providing a generic one.
6384 * libnlm.h: Don't bother to check for nlm_backend(bfd) being NULL
6385 in the backend accessor macros; that should no longer be possible.
6386 * targets.c (target_vector): Removed nlm32_big_generic_vec,
6387 nlm64_big_generic_vec, nlm64_little_generic_vec.
6388 * configure.in (nlm32_big_generic_vec, nlm32_little_generic_vec,
6389 nlm64_big_generic_vec, nlm64_little_generic_vec): Removed.
6390 * Makefile.in: Rebuilt dependencies, and
6391 (BFD32_BACKENDS): Removed nlm32-gen.o.
6392 (BFD64_BACKENDS): Removed nlm64-gen.o.
6393 (CFILES): Removed nlm32-gen.c and nlm64-gen.c.
6394
6395 * hp300hpux.c (ARCH_SIZE): Define before including aoutx.h.
6396
6397 * linker.c (_bfd_generic_link_add_one_symbol): Add constructor and
6398 bitsize arguments. Changed all callers (aoutx.h).
6399 * libbfd-in.h (_bfd_generic_link_add_one_symbol): Add constructor
6400 and bitsize arguments to declaration.
6401 * libbfd.h: Rebuilt.
6402
6403 * ecoff.c: First cut at new style of linker backend for
6404 ECOFF--added a bunch of functions. Also:
6405 (ecoff_sec_to_styp_flags): Set flags for .pdata and .xdata.
6406 (ecoff_slurp_symbolic_header): New function.
6407 (ecoff_slurp_symbolic_info): Call ecoff_slurp_symbolic_header.
6408 (ecoff_compute_reloc_file_positions): New function.
6409 (ecoff_set_section_contents): Get out quickly if count is zero.
6410 Check errors better.
6411 (ecoff_write_object_contents): Put .xdata section in data segment.
6412 Call ecoff_compute_reloc_file_positions. Don't output relocs or
6413 external symbols if outsymbols is NULL.
6414 (ecoff_bfd_final_link): Completely rewritten.
6415 * libecoff.h: Include bfdlink.h.
6416 (struct ecoff_backend_data): Add relocate_section field.
6417 (ecoff_data_type): Add sym_hashes and symndx_to_section fields.
6418 (struct ecoff_link_hash_entry): Define.
6419 (struct ecoff_link_hash_table): Define.
6420 (ecoff_bfd_link_add_symbols): Declare as function, not macro.
6421 (ecoff_bfd_link_hash_table_create): Likewise.
6422 * ecofflink.c (bfd_ecoff_debug_one_external): New function.
6423 (bfd_ecoff_debug_externals): Call bfd_ecoff_debug_one_external.
6424 * bfd-in.h (bfd_ecoff_debug_one_external): Declare.
6425 * bfd-in2.h: Rebuilt.
6426 * coff-alpha.c (alpha_howto_table): Mark BRADDR as
6427 partial_inplace, and set the src_mask to 0x1fffff.
6428 (alpha_ecoff_get_relocated_section_contents): Remove unused
6429 variable gp_warned.
6430 (alpha_convert_external_reloc): New static function.
6431 (alpha_relocate_section): New static function.
6432 (alpha_ecoff_backend_data): Initialize relocate_section field.
6433 * coff-mips.c (mips_relocate_refhi): New static function.
6434 (mips_relocate_section): New static function.
6435 (mips_ecoff_backend_data): Initialize relocate_section field.
6436
6437 * reloc.c (_bfd_relocate_contents): Corrected signed overflow
6438 checking when there is an addend.
6439
6440 * aoutx.h (NAME(aout,final_link)): Don't abort when trying to link
6441 a non a.out file, just pass it to _bfd_default_link_order.
6442 (aout_link_input_section_std): When doing a final PC relative link
6443 against a section symbol, subtract the VMA of the input section.
6444 (aout_link_input_section_ext): Likewise.
6445
6446 * linker.c (default_indirect_link_order): Renamed from
6447 _bfd_generic_indirect_link_order and made static.
6448 (_bfd_generic_final_link): Don't switch on link_order type, just
6449 call _bfd_default_link_order.
6450 (_bfd_default_link_order): Handle bfd_indirect_link_order type.
6451 * genlink.h: Removed declaration of
6452 _bfd_generic_indirect_link_order.
6453 * elf32-mips.c (mips_elf_final_link): Don't switch on link_order
6454 type, just call _bfd_default_link_order.
6455
6456 Tue Jan 4 21:23:37 1994 Ian Lance Taylor (ian@cygnus.com)
6457
6458 * linker.c (generic_link_check_archive_element): Base the name of
6459 the created common section on the name of the section the symbol
6460 came from.
6461 (_bfd_generic_link_add_one_symbol): (case BIG): A common symbol
6462 must have a section, so don't bother to create one.
6463
6464 Mon Jan 3 15:32:16 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6465
6466 * aout-target.h (MY(vec)): Add DYNAMIC to mask of object flags.
6467 * aoutf1.h (NAME(aout,sunos4_write_object_contents)):
6468 If the DYNAMIC flag is set, set it in the exec header.
6469 * aoutx.h (NAME(aout,some_aout_object_p)): If the object is
6470 dynamically linked, set the DYNAMIC flag in the BFD.
6471 * libaout.h (N_SET_DYNAMIC): New macro.
6472 (N_DYNAMIC): Add missing 0 in mask.
6473
6474 Mon Jan 3 11:41:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6475
6476 * ecoff.c (ecoff_get_extr): Don't output section symbols as
6477 external symbols.
6478
6479 * bfd-in.h, hash.c: Change bfd_hash_allocate argument from size_t
6480 to unsigned int, because size_t may not be defined in bfd.h.
6481 * bfd-in2.h: Rebuilt.
6482
6483 * bfd-in.h (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to
6484 be a const pointer.
6485 * bfd-in2.h: Rebuilt.
6486 * libbfd.c (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to
6487 be a const pointer.
6488 * targets.c (bfd_target): Change swap function pointers
6489 accordingly.
6490 * archive.c (do_slurp_coff_armap): Change swap accordingly.
6491 * aix386-core.c: Change NO_GET and NO_GETS accordingly.
6492 * hppabsd-core.c, hpux-core.c, irix-core.c, osf-core.c,
6493 ptrace-core.c, trad-core.c: Change NO_GET and NO_SIGNED_GET
6494 accordingly.
6495
6496 * libbfd-in.h (struct artdata): Added tdata field.
6497 (_bfd_add_bfd_to_archive_cache): Declare.
6498 (_bfd_get_elt_at_filepos): Declare.
6499 (_bfd_snarf_ar_hdr): Renamed from snarf_ar_hdr.
6500 * libbfd.h: Rebuilt.
6501 * archive.c: Cleaned up some more.
6502 (_bfd_generic_mkarchive, bfd_generic_archive_p): Initialize
6503 pointer elements of artdata.
6504 (_bfd_add_bfd_to_archive_cache): Renamed from add_bfd_to_cache.
6505 (_bfd_snarf_ar_hdr): Renamed from snarf_ar_hdr.
6506 (_bfd_get_elt_at_filepos): Renamed from get_elt_at_filepos.
6507 (get_extended_arelt_filename, bfd_construct_extended_name_table,
6508 bfd_ar_hdr_from_filesystem, compute_and_write_armap): Made static.
6509 * ecoff.c: Some comment changes.
6510 (ecoff_slurp_armap): Handle rename of snarf_ar_hdr. Set
6511 ardata->tdata to raw_armap.
6512 (ecoff_archive_p): Initialize pointer elements of artdata.
6513 * coff-rs6000.c (rs6000coff_get_elt_at_filepos): Handle rename of
6514 add_bfd_to_cache.
6515
6516 * hash.c: Added some documentation.
6517
6518 Mon Jan 3 11:09:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6519
6520 * aout-target.h, netbsd386.c: Replace NO_SWAP_MAGIC with SWAP_MAGIC,
6521 and do the swapping here rather than calling ntohl from the N_*
6522 macros. This cleans up assumptions about the size of a host long,
6523 the existence to ntohl, etc.
6524
6525 Sat Jan 1 13:50:05 1994 Rob Savoye (rob@darkstar.cygnus.com)
6526
6527 * config.bfd: Add support for VSTa micro-kernel. It currently uses
6528 i386-aout.
6529
6530 Sat Jan 1 10:18:54 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6531
6532 * hosts/i386mach3.h (HOST_SEGMENT_SIZE): Fix value.
6533 * i386mach3.c (SEGMENT_SIZE): Fix value.
6534
6535 Fri Dec 31 16:23:43 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6536
6537 Minor cleanups suggested by CodeCenter.
6538 * aoutx.h, coffgen.c, ecoff.c, ecofflink.c, elf.c, libbfd.c,
6539 linker.c, reloc.c, section.c, srec.c: Added /*ARGSUSED*/ as
6540 appropriate.
6541 * aoutx.h (struct external_exec): Removed unnecessary declaration.
6542 (NAME(aout,some_aout_object_p)): Set some tdata pointers to NULL.
6543 (adjust_z_magic): Removed useless variable data_vma.
6544 (stringtab_init): Initialize hash_zero.
6545 (add_to_stringtab): Removed unused fourth argument.
6546 (NAME(aout,swap_std_reloc_out)): Removed useless variable
6547 r_addend.
6548 (aout_link_input_section): Added some casts.
6549 * archive.c (get_extended_arelt_filename, do_slurp_coff_armap,
6550 bfd_ar_hdr_from_filesystem, bsd_write_armap, coff_write_armap):
6551 Minor code rewriting to make it more C like.
6552 (do_slurp_bsd_armap): Added some casts.
6553 * ecoff.c (ecoff_write_object_contents): Removed useless variable
6554 scn_base.
6555 (ecoff_write_armap): Added some casts. Use "" rather than "\0".
6556 * ecofflink.c (bfd_ecoff_write_debug): Added a cast.
6557 * libaout.h (struct internal_exec): Removed unnecessary
6558 declaration.
6559 * linker.c (_bfd_generic_indirect_link_order): Added a cast.
6560 * opncls.c (new_bfd): Removed a cast.
6561 * reloc.c (bfd_generic_get_relocated_section_contents): Added
6562 some casts.
6563 * srec.c (internal_srec_write_object_contents): Removed useless
6564 variable bytes_written.
6565
6566 Fri Dec 31 11:46:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6567
6568 * i386mach3.c (N_TXTADDR): Don't define after all.
6569 (TEXT_START_ADDR): Don't include exec header size in value.
6570
6571 Thu Dec 30 15:47:54 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6572
6573 * i386mach3.c (N_TXTADDR): Define.
6574
6575 Thu Dec 30 13:37:24 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6576
6577 Extensive changes to move the bulk of the linker into BFD so that
6578 more efficient backend code can be written for specific object
6579 files. Only existing efficient backend is a.out.
6580 * seclet.c, seclet.h: Removed.
6581 * hash.c, linker.c, genlink.h: New files.
6582 * bfd-in.h: Removed bfd_error_vector. Declared hash table
6583 structures and functions.
6584 (JUMP_TABLE): Removed bfd_seclet_link, added
6585 bfd_link_hash_table_create, bfd_link_add_symbols and
6586 bfd_final_link.
6587 * All backends: Changed accordingly.
6588 * bfd-in2.h: Rebuilt.
6589 * bfd.c (struct _bfd): Added link_next and archive_pass fields.
6590 Removed ld_symbols field.
6591 (bfd_nonrepresentable_section, bfd_undefined_symbol,
6592 bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
6593 bfd_error_vector): Removed.
6594 (bfd_default_error_trap, bfd_error_trap,
6595 bfd_error_nonrepresentabltrap): Removed.
6596 (bfd_get_relocated_section_contents): Pass link_info. Pass
6597 link_order instead of seclet. Pass symbols.
6598 (bfd_relax_section): Pass link_info.
6599 (bfd_seclet_link): Removed.
6600 (bfd_link_hash_table_create, bfd_link_add_symbols,
6601 bfd_final_link): New macros.
6602 * libbfd-in.h: If __GNUC__ is defined and alloca is not, define
6603 alloca as __builtin_alloca. Declare internal linking functions.
6604 * libbfd.h: Rebuilt.
6605 * libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
6606 for months.
6607 * reloc.c (reloc_howto_type): Added error_message argument to
6608 special_function field. Changed all callers and all definitions.
6609 (bfd_get_reloc_size): Make argument a const pointer.
6610 (bfd_perform_relocation): Add error_message argument to hold
6611 string set if return value if bfd_reloc_dangerous. Changed all
6612 callers.
6613 (_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
6614 * section.c (asection): Renamed seclets_head and seclets_tail to
6615 link_order_head and link_order_tail.
6616 * targets.c (bfd_target): Replaced seclet argument with link_info
6617 and link_order and symbols arguments in
6618 bfd_get_relocated_section_contents. Added symbols argument to
6619 bfd_relax_section. Removed bfd_seclet_link. Added
6620 bfd_link_hash_table_create, bfd_link_add_symbols and
6621 bfd_final_link.
6622 * libaout.h (struct aoutdata): Added external_syms,
6623 external_sym_count, external_strings, sym_hashes fields.
6624 (obj_aout_external_syms, obj_aout_external_sym_count,
6625 obj_aout_external_strings, obj_aout_sym_hashes): New accessor
6626 macros.
6627 (WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
6628 * aoutx.h: Wrote new back end linker routines.
6629 (translate_to_native_sym_flags): Return boolean value. Don't use
6630 bfd_error_vector.
6631 (NAME(aout,write_syms)): Return boolean value. Check return value
6632 of translate_to_native_sym_flags and bfd_write.
6633 * aout-target.h (final_link_callback): New function.
6634 (MY_bfd_final_link): New function.
6635 * aout-adobe.c (aout_adobe_write_object_contents): Check return
6636 value of aout_32_write_syms.
6637 * hp300hpux.c (MY(write_object_contents)): Likewise.
6638 * i386lynx.c (WRITE_HEADERS): Likewise.
6639 * libaout.h (WRITE_HEADERS): Likewise.
6640 * bout.c: Changed functions to use link_info->callbacks rather
6641 than bfd_error_vector, and link_orders rather than seclets.
6642 * coff-alpha.c: Likewise.
6643 * coff-h8300.c: Likewise.
6644 * coff-h8500.c: Likewise.
6645 * coff-sh.c: Likewise.
6646 * coff-z8k.c: Likewise.
6647 * elf32-hppa.c: Likewise.
6648 * reloc16.c: Likewise.
6649 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
6650 up _gp in the hash table rather than in outsymbols.
6651 * coff-a29k.c (a29k_reloc): Pass errors back in new error_message
6652 argument rather than printing them.
6653 * coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
6654 link_order arguments rather than seclet. Changed all uses and
6655 definitions.
6656 (bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
6657 all uses and definitions.
6658 * libcoff.h: Rebuilt.
6659 * ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
6660 not by ECOFF, make it scAbs.
6661 (ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
6662 rewritten.
6663 * elf32-mips.c (mips_elf_final_link): Renamed from
6664 mips_elf_seclet_link and rewritten.
6665 * elf32-hppa.c (elf32_hppa_stub_description): Added link_info
6666 field.
6667 (new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
6668 hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
6669 Added link_info arguments. Changed all callers.
6670 * elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
6671 not NULL.
6672 * oasys.c (oasys_write_sections): Return boolean value rather than
6673 using bfd_error_vector.
6674 (oasys_write_object_contents): Check return value of
6675 oasys_write_sections.
6676 * hosts/std-host.h: Don't declare qsort or strtol.
6677 * Makefile.in: Rebuild dependencies.
6678 (BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
6679 (CFILES): Removed seclet.c. Added hash.c and linker.c.
6680 (HFILES): Removed seclet.h. Added genlink.h.
6681
6682 Thu Dec 30 07:41:36 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6683
6684 * section.c (bfd_get_section_contents): Return zero filled buffer
6685 if section has no contents.
6686
6687 Tue Dec 28 12:43:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6688
6689 * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc,
6690 then skip bfd_perform_relocation even if the addend is non-zero.
6691
6692 Tue Dec 21 09:22:19 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6693
6694 * coffcode.h (coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy
6695 addend to r_offset field.
6696
6697 * Makefile.in (CFILES): Added coff-sparc.c. Rebuild dependencies.
6698
6699 * coff-sparc.c (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET,
6700 CALC_ADDEND): Define.
6701
6702 * aix386-core.c (aix386_core_file_p): Use cd_regs[0] for computing
6703 the offsetof because AIX /bin/cc does not like to take the address
6704 of an array. (From Minh Tran-Le.)
6705
6706 Thu Dec 16 13:06:32 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6707
6708 * Thu Dec 16 15:41:06 1993 Peter Hoogenboom (hoogen@cs.utah.edu)
6709
6710 * elf32-hppa.c (hppa_elf_build_arg_reloc_stub): Make sure to copy
6711 the return pointer into %r2 if no jump-in-call-delay-slot
6712 optimization was done.
6713
6714 * hosts/hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD.
6715
6716 Wed Dec 15 08:04:16 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6717
6718 * hosts/std-host.h: (time): Don't declare; conflicts on Mach3.
6719
6720 * hosts/i386mach3.h (HOST_PAGE_SIZE): Set to 1 to avoid padding.
6721 (HOST_SEGMENT_SIZE): Set to 0 for same reason.
6722
6723 * i386mach3.c (PAGE_SIZE, SEGMENT_SIZE): Same changes as above.
6724 (TEXT_START_ADDR): Correct.
6725 (MY_backend_data): Define.
6726
6727 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic):
6728 New functions; code moved from aout_<size>_adjust_sizes_and_vmas.
6729
6730 Tue Dec 14 21:48:33 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6731
6732 * som.c (som_begin_writing): Fix thinkos in auxiliary header
6733 support.
6734 (bfd_som_attach_aux_hdr): Likewise.
6735
6736 Mon Dec 13 23:34:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6737
6738 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field
6739 selectors for PIC code.
6740
6741 * som.c (hppa_som_gen_reloc_type): Handle 'T' field selectors.
6742 (som_write_fixups): Handle R_DLT_REL, R_FSEL, R_RSEL, R_LSEL
6743 relocations needed by PIC.
6744
6745 Tue Dec 7 15:47:51 1993 Stu Grossman (grossman at cygnus.com)
6746
6747 * nlmcode.h: Fixes to avoid compiler warnings...
6748
6749 Tue Dec 7 15:10:54 1993 Ian Lance Taylor (ian@cygnus.com)
6750
6751 * libnlm.h (nlm_backend_data): Removed macro definition.
6752 (nlm_alpha_backend_data): Adjusted accordingly.
6753
6754 Sun Dec 5 19:32:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6755
6756 * som.c (som_begin_writing): Flesh out code for handling simple
6757 auxiliary headers.
6758 (bfd_som_attach_aux_hdr): New function.
6759
6760 * som.h (struct somdata): Add fields for attaching version and
6761 copyright headers. Add accessor macros.
6762
6763 * som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protected
6764 definitions for old versions of HPUX which fail to define them.
6765 (som_hppa_howto_talbe): Add R_DLT_REL, R_AUX_UNWIND, and R_SEC_STMT
6766 now that they're safe. Delete bogus R_STATEMENT relocations.
6767
6768 * som.c (som_hppa_howto_table): Add missing R_END_TRY. Delete
6769 extra R_DATA_OVERRIDE.
6770 (hppa_som_gen_reloc_type): Generate a relocation for the rounding
6771 mode selector if needed.
6772 (som_write_fixups): Handle requests for a change in the default
6773 rounding mode. Rounding modes do not consume input bytes, but
6774 are just markers much like R_ENTRY and R_EXIT.
6775
6776 Sat Dec 4 19:40:32 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6777
6778 Fri Dec 3 09:55:17 1993 Pete Hoogenboom (hoogen@cs.utah.edu)
6779
6780 * elf32-hppa.c: (hppa_elf_reloc): Do not do code reordering when
6781 the branch instruction as originally been nullified.
6782 hppa_elf_reloc): Avoid useless call to bfd_put_32 () in the
6783 case of no code reordering due to an LDO instruction in the
6784 delay slot of the branch. Make sure to relocate the correct
6785 instruction. Do not perform instruction reordering for millicode
6786 calls.
6787 (hppa_elf_build_arg_reloc_stub): Change the relocation type
6788 to R_HPPA_STUB_CALL_17 when special processing might be needed.
6789 (hppa_elf_build_long_branch_stub): Prevent code reordering on
6790 a call from a linker stub to another linker stub and for millicode
6791 calls. Do not trash the return register for calls from one linker
6792 stub to a second linker stub.
6793
6794 * elf32-hppa.c: (elf_hppa_howto_table): PLABEL and DLT
6795 relocations are not pc-relative.
6796
6797 * hppa_stubs.h: (BLE_N_XXX_0_31): New instruction used in
6798 linker stub code.
6799 (COPY_2_31): Likewise.
6800
6801 Fri Dec 3 18:40:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6802
6803 * config/solaris2.mh (HDEFINES): Remove -Dconst=
6804 * hosts/solaris.h: If not __GNUC__, define const as empty.
6805
6806 Thu Dec 2 15:43:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6807
6808 * ecoff.c: Added various casts for 32/64 bit cross targeting.
6809 (ecoff_mkobject_hook): Set SEC_SHARED_LIBRARY for the .reginfo
6810 section so that the linker ignores it.
6811 * ecofflink.c: Added various casts for 32/64 bit cross targeting.
6812 (ecoff_add_bytes): Changed need argument to size_t.
6813 (bfd_ecoff_debug_link_other): Check return value of
6814 ecoff_add_string.
6815
6816 * libbfd-in.h (new_bfd): Use void rather than an empty parameter
6817 list.
6818 * libbfd.h: Rebuilt.
6819
6820 * libnlm.h (struct nlm_obj_tdata): New field backend_data.
6821 (nlm_backend_data, nlm_alpha_backend_data): New accessor macros.
6822 (struct nlm_backend_data): New field no_uninitialized_data.
6823 (nlm_no_uninitialized_data): New accessor macro.
6824 * nlmcode.h (nlm_compute_section_file_positions): Handle
6825 no_uninitialized_data.
6826 (nlm_external_reloc_compare): Sort relocs by address for a
6827 particular symbol, to make the sort more stable.
6828 (nlm_write_object_contents): Cast the arguments to qsort. Get the
6829 value of a debugging symbol the same way we get the value of a
6830 normal symbol.
6831 * nlm32-alpha.c: Various changes. Write out GP and .lita relocs.
6832 Set no_uninitialized_data to true.
6833 * nlm32-i386.c (nlm32_i386_backend), nlm32-sparc.c
6834 (nlm32_sparc_backend): Set no_uninitialized_data field false.
6835 * nlmswap.h (nlm_swap_fixed_header_out): Zero out destination
6836 before filling it in.
6837
6838 Wed Dec 1 21:47:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6839
6840 * som.c (som_section_type, som_decode_symcalss): New functions.
6841 (som_get_symbol_info): Use them.
6842 (som_slurp_symbol_table): Set the section of common and undefined
6843 symbols correctly.
6844
6845 Wed Dec 1 14:15:10 1993 Ken Raeburn (raeburn@cygnus.com)
6846
6847 * elfcode.h (write_relocs): Initialize local var LAST_SYM_IDX, to
6848 make gcc happy.
6849
6850 * mipsbsd.c: Changes from Ralph Campbell:
6851 (mips_howto_table_ext): MIPS_RELOC_LO16 should use
6852 complain_overflow_dont.
6853 (aout_mips_*_vec): Make name use "a.out" instead of "aout", to
6854 make gdb happy.
6855
6856 * bfd.c (bfd_errmsgs): Reword invalid-target message.
6857
6858 * config.bfd: For sparc*-*-coff, use sparc-coff.
6859 * configure.in: Handle sparccoff_vec.
6860 * targets.c (sparccoff_vec): Declare.
6861
6862 * reloc.c (bfd_get_reloc_size): New function.
6863 (struct reloc_howto_type): Update documentation of size field.
6864
6865 Wed Dec 1 14:39:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6866
6867 * nlm32-alpha.c: New file; preliminary Alpha NetWare support.
6868 * config.bfd (alpha-*-netware*): New target; use alpha-nlm.
6869 * config/alpha-nlm.mt: New file.
6870 * configure.in (nlm32_alpha_vec): New vector; use nlm32-alpha.o,
6871 nlm32.o, and nlm.o.
6872 * Makefile.in (BFD32_BACKENDS): Added nlm32-alpha.o.
6873 (CFILES): Added nlm32-alpha.c.
6874 Rebuilt dependencies.
6875 * targets.c (nlm32_alpha_vec): Declare.
6876
6877 * libnlm.h (struct nlm_backend_data): New fields
6878 optional_prefix_size, nlm_backend_object_p, nlm_write_prefix,
6879 nlm_set_public_section, nlm_get_public_offset. Removed unused
6880 nlm_write_reloc field. Changed nlm_write_import to remove
6881 unnecessary symbol argument. Renamed nlm_write_externals to
6882 nlm_write_external, and changed cound argument from bfd_vma to
6883 bfd_size_type.
6884 (nlm_optional_prefix_size, nlm_backend_object_p_func,
6885 nlm_write_prefix_func, nlm_set_public_section_func,
6886 nlm_get_public_offset_func): New accessor macros.
6887 (nlm_write_reloc_func): Removed.
6888 (nlm_write_external_func): Adjusted for field renaming.
6889 * nlm32-i386.c (nlm_i386_write_import): Renamed from
6890 nlm_i386_write_reloc. Removed old nlm_i386_write_import which
6891 just called old nlm_i386_write_reloc.
6892 (nlm_i386_write_external): Renamed from nlm_i386_write_externals.
6893 Declared. Changed second argument from bfd_vma to bfd_size_type.
6894 (nlm32_i386_backend): Adjusted for changes to fields and names.
6895 * nlm32-sparc.c (nlm_sparc_mangle_relocs): Removed unused,
6896 ifdeffed out code.
6897 (nlm_sparc_write_import): Removed second argument.
6898 (nlm_sparc_write_external): Renamed from
6899 nlm_sparc_write_externals. Changed second argument from bfd_vma
6900 to bfd_size_type.
6901 (nlm32_sparc_backend): Adjusted for changes to fields and names.
6902 * nlmcode.h: Removed some unused code.
6903 (nlm_object_p): Don't destroy tdata pointer. Call
6904 backend_object_p function if it exists.
6905 (nlm_slurp_symbol_table): Removed unused variable rcount. Call
6906 set_public_section_func if it exists instead of checking
6907 NLM_HIBIT.
6908 (nlm_compute_section_file_positions): Account for
6909 optional_prefix_size.
6910 (nlm_write_object_contents): Account for optional_prefix_size.
6911 Removed useless variable write_reloc_func. Changed declaration
6912 and call of write_import_func. Call write_prefix_func if it
6913 exists. Removed unused variables len and temp. Call
6914 get_public_offset_func if it exists rather than setting NLM_HIBIT.
6915 * nlmswap.h: Declare functions.
6916
6917 * bfd-in.h (uint64_typeLOW, uint64_typeHIGH): Fully parenthesize
6918 for clarity.
6919 (fprintf_vma, sprintf_vma): Use %lx, not %x.
6920 * bfd-in2.h: Rebuilt.
6921 * hosts/alphaosf.h (uint64_typeLOW, uint64_typeHIGH): Cast results
6922 to unsigned long.
6923
6924 * config.bfd: Don't set target64 here, as the setting is ignored.
6925 * configure.in (ecoffalpha_little_vec): Set target64.
6926
6927 * config/alphaosf.mt (TDEFINES): Removed; setting host parameters
6928 in TDEFINES is wrong.
6929
6930 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
6931 Remove unused variable output_section.
6932
6933 Tue Nov 30 16:45:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6934
6935 * irix-core.c: New file for Irix 4 and Irix 5 core support.
6936 Functions taken out of coff-mips.c. Handle vmap type VMAPFILE.
6937 * coff-mips.c: Irix 4 core file support moved to irix-core.c.
6938 * targets.c: If IRIX_CORE defined, include irix_core_vec in
6939 target_vector.
6940 * config/irix4.mh (HDEFINES): Add -DIRIX_CORE.
6941 (HDEPFILES): Define to be irix-core.o.
6942 * config/irix5.mh (HDEFINES): Define to be -DIRIX_CORE.
6943 (HDEPFILES): Define to be irix-core.o.
6944 * Makefile.in (OPTIONAL_BACKENDS): Added irix-core.o. Removed
6945 sco-core.o, which no longer exists.
6946 (CFILES): Added all *-core.c files.
6947 Rebuilt dependencies.
6948
6949 Wed Nov 24 02:02:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6950
6951 * elfcode.h (map_program_segments): Restore check of file_size !=
6952 mem_size, but only if SHT_PROGBITS.
6953
6954 * ecofflink.c: New file to hold ECOFF debug information linking
6955 routines.
6956 * ecoff.c (ecoff_clear_output_flags, ecoff_rel, ecoff_dump_seclet,
6957 ecoff_add_string, ecoff_get_debug): Removed. Functionality now in
6958 ecofflink.c.
6959 (ecoff_get_extr, ecoff_set_index): New functions.
6960 (ecoff_slurp_symbolic_info): Don't save raw_size.
6961 (ecoff_bfd_seclet_link): Rewrote to use ecofflink.c functions.
6962 (ecoff_compute_section_file_positions): Don't set EXEC_P just
6963 because there is a start address.
6964 (ecoff_write_object_contents): Handle external symbols here. Use
6965 ecofflink.c functions to write out debugging information.
6966 * elf32-mips.c (mips_elf_read_ecoff_info, mips_elf_get_extr,
6967 mips_elf_set_index): New functions.
6968 (mips_elf_seclet_link): Discard empty sections, the .options
6969 section and .gptab sections. Handle linking .mdebug section.
6970 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
6971 * libelf.h (elf_symbol_type): Added mips_extr to tc_data union.
6972 * bfd-in.h: Added prototypes for routines in ecofflink.c (some are
6973 called by gas, so they are public).
6974 * bfd-in2.h: Rebuilt.
6975 * Makefile.in (BFD_LIBS): Added ecofflink.o.
6976 (CFILES): Added ecofflink.c.
6977 (ecofflink.o): New target. Rebuilt dependencies.
6978
6979 Mon Nov 22 22:26:42 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6980
6981 * som.c (hppa_object_p): Also recognize SHARED_MAGIC_CNX as
6982 a valid magic number if it's been defined.
6983
6984 Mon Nov 22 14:17:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6985
6986 * ecoff.c (ecoff_mkobject): Don't create .scommon section; linker
6987 no longer requires it.
6988 (ecoff_bfd_seclet_link, ecoff_sizeof_headers,
6989 ecoff_write_object_contents): Don't treat .scommon section
6990 specially.
6991
6992 Mon Nov 22 10:54:27 1993 Fred Fish (fnf@cygnus.com)
6993
6994 Merged changes from kev@spuds.geg.mot.com (Kevin A. Buettner):
6995 * bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE.
6996 * bfd/config/delta88.mh (HDEPFILES): Defined to be ptrace-core.o.
6997 * bfd/ptrace-core.c: New file for dealing with core files with
6998 start with the ptrace_user structure found on BCS compliant systems.
6999 * bfd/targets.c (ptrace_core_vec): New vector.
7000
7001 Mon Nov 22 02:33:12 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7002
7003 * Minimal support for reading SOM fixup streams. Allows
7004 objdump -r to do something reasonable.
7005 * som.c (som_get_reloc_upper_bound): Implement.
7006 (som_canonicalize_reloc): Implement.
7007 (som_set_reloc_info, som_slurp_reloc_table): New functions.
7008
7009 Sun Nov 21 13:46:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7010
7011 * hosts/lynx.h (FPRINTF_ALREADY_DECLARED): Define.
7012 * hosts/sparclynx.h: Include lynx.h instead of duplicating it.
7013
7014 Fri Nov 19 14:34:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7015
7016 * coff-a29k.c (a29k_reloc): For R_IREL, don't left shift
7017 signed_value before sign extending it. Don't subtract out
7018 reloc_entry->address. This makes it compatible with what gas is
7019 generating.
7020
7021 * elfcode.h (elf_fake_sections): Accept .sbss as the name for a
7022 SHT_NOBITS sections.
7023 (map_program_segments): Don't leave the loop after the first
7024 SHT_NOBITS section.
7025 (assign_file_positions_except_relocs): Only force sh_offset and
7026 sh_addr to match modulo maxpagesize for a section which is not
7027 SHT_NOBITS. Changed the method used to force page alignment after
7028 a SHT_NOBITS section to only do it for the last such consecutive
7029 section, and to really force page alignment.
7030
7031 Fri Nov 19 04:02:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7032
7033 * coffcode.h (coff_slurp_symbol_table): Print more verbose message
7034 in the case of an unknown (or unhandled) storage class.
7035
7036 * config/i386-lynx.mt (TDEFINES): FPRINTF_ALREADY_DECLARED should
7037 not be defined here, since it is a host attribute, not a target
7038 one.
7039 * config/m68k-lynx.mt, config/sparc-lynx.mt: Ditto.
7040
7041 * coffcode.h (coff_bfd_reloc_type_lookup): Don't define if already
7042 defined.
7043
7044 * coff-sparc.c: Define some relocations, based on ELF relocations.
7045 (enum reloc_type, bfd_coff_generic_reloc, coff_sparc_howto_table,
7046 struct coff_reloc_map, sparc_reloc_map,
7047 coff_sparc_reloc_type_lookup): Borrowed from elf32-sparc.c and
7048 elf.c, renamed.
7049 (coff_bfd_reloc_type_lookup): Define to be coff_sparc_reloc_....
7050 (rtype2howto): Index into coff_sparc_howto_table using
7051 dst->r_type.
7052
7053 Thu Nov 18 11:45:39 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7054
7055 * config.bfd (mips*-*-irix5*): New target; use mipsbelf.
7056 * configure.host (mips-sgi-irix5*) New host; use irix5 (no
7057 hosts/irix5.h created; just use std-host.h).
7058 * config/irix5.mh: New file; like irix4.mh, but don't use -G or
7059 -lmalloc.
7060 * Makefile.in: Rebuilt dependencies.
7061
7062 * ecoffswap.h: Changed type of internal pointers for swap out
7063 functions to const *.
7064
7065 * elf32-mips.c (mips_elf_got16_reloc): New function. Handle GOT16
7066 correctly for assembler, but linker support not implemented.
7067 (elf_mips_howto_table): Use mips_elf_got16_reloc for GOT16.
7068 (mips_elf_sym_is_global): New function; at least on Irix 5, all
7069 non section symbols are considered global.
7070 (elf_backend_sym_is_global): Define.
7071 (mips_elf_final_write_processing): New function. Set the MIPS
7072 architecture level correctly.
7073 (elf_backend_final_write_processing): Define.
7074 (mips_elf_section_from_shdr): Handle SHT_MIPS_OPTIONS.
7075 (mips_elf_fake_sections): Set entsize of .mdebug or .reginfo
7076 section to 1. Handle .options section.
7077 (mips_elf_acom_section, mips_elf_acom_symbol,
7078 mips_elf_acom_symbol_ptr): New static variables, used to build a
7079 generic .acommon section to hold SHN_MIPS_ACOMMON symbols.
7080 (mips_elf_symbol_processing): Handle SHN_MIPS_ACOMMON symbols by
7081 putting them all in a global .acommon section.
7082
7083 * elfcode.h (bfd_section_from_shdr): Don't dump core if target
7084 section has no ELF section data.
7085 (elf_make_sections): Set addralign of reloc section to 4.
7086 (elf_fake_sections): Likewise.
7087 (map_program_segments): Don't consider section 0.
7088 (assign_file_positions_except_relocs): Don't consider section 0.
7089 In the main loop, skip the symtab and strtab sections, since their
7090 positions are set elsewhere.
7091 (swap_out_syms): Set addralign of symtab section to 4. Set
7092 addralign of strtab sections to 1.
7093 (assign_file_positions_for_relocs): Don't consider section 0.
7094 (write_object_contents): Don't write out section 0.
7095
7096 * libelf.h (struct elf_backend_data): Added fields
7097 elf_backend_sym_is_global and elf_backend_final_write_processing.
7098 * elf32-target.h (elf32_bed): Added corresponding initializers.
7099 * elf64-target.h (elf64_bed): Likewise.
7100 * elfcode.h (sym_is_global): Take abfd argument. Call
7101 elf_backend_sym_is_global if it is not NULL.
7102 (elf_map_symbols): Pass abfd to sym_is_global.
7103 (write_object_contents): Call elf_backend_final_write_processing
7104 if it is defined.
7105
7106 Wed Nov 17 18:43:28 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7107
7108 * libecoff.h: Include coff/ecoff.h.
7109 (struct ecoff_backend_data): Move external debugging information
7110 fields into a single field pointing to an ecoff_debug_swap
7111 structure.
7112 (ecoff_data_type): Move debugging information fields into a single
7113 field pointing to an ecoff_debug_info structure.
7114 * coff-alpha.c, coff-mips.c, ecoff.c: Corresponding changes.
7115
7116 Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
7117
7118 * nlmswap.h: New file to swap fixed header. Included by NLM
7119 backends.
7120 * libnlm.h (struct reloc_and_sec): Define.
7121 (struct nlm_backend_data): Add fields fixed_header_size,
7122 nlm_read_import, nlm_write_import, nlm_swap_fhdr_in,
7123 nlm_swap_fhdr_out.
7124 (nlm_fixed_header_size, nlm_read_import_func,
7125 nlm_write_import_func, nlm_swap_fixed_header_in_func,
7126 nlm_swap_fixed_header_out_func, nlm_write_external_func): New
7127 accessor macros.
7128 * nlmcode.h: Use new functions.
7129 * nlm32-i386.c: Provide new functions.
7130 * nlm32-sparc.c: New file; SPARC NLM backend.
7131
7132 Wed Nov 17 13:56:10 1993 Stan Shebs (shebs@rtl.cygnus.com)
7133
7134 * i386lynx.c (swap_std_reloc_in, swap_ext_reloc_in): Ignore
7135 garbage bits appearing in the upper end of symbolnums.
7136
7137 * config/sparc-lynx.mt (TDEFINES): Add -DFPRINTF_ALREADY_DECLARED.
7138
7139 Tue Nov 16 17:03:41 1993 Stu Grossman (grossman at cygnus.com)
7140
7141 * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
7142 * m68klynx.c: Define core file macros.
7143 * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all
7144 non-architecture specific stuff into lynx.h.
7145
7146 Tue Nov 16 15:45:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7147
7148 * i386linux.c: Define new macro ZMAGIC_DISK_BLOCK_SIZE to 1024, and
7149 change PAGE_SIZE to 4096.
7150
7151 Mon Nov 15 11:48:08 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
7152
7153 * Makefile.in (diststuff): New target.
7154
7155 * VERSION: Updated.
7156
7157 Sun Nov 14 23:33:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7158
7159 * som.c (som_object_setup): Do not create dummy ".text", ".data",
7160 and ".bss" sections.
7161 (setup_sections): Do not set SEC_HAS_CONTENTS if a section's size
7162 is zero. Recognize BSS type sections and turn off SEC_LOAD and
7163 SEC_DATA (so binutils/size works). Set the correct value for
7164 a section's _raw_size.
7165 (som_slurp_symbol_table): Program entry points, and millicode are
7166 also functions. Mark them as such. Also mark L$* symbols as
7167 debugging symbols.
7168
7169 * bfd-in2.h: Rebuilt.
7170
7171 Sat Nov 13 15:27:15 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7172
7173 * som.c (som_bfd_reloc_type_lookup): Add missing prototype. Returns
7174 a pointer to constant data. Delete bogus #define which made the
7175 function useless.
7176
7177 * som.c (som_prep_for_fixups): New function.
7178 (som_write_fixups): New function.
7179 (som_write_space_strings): New function.
7180 (som_write_symbol_strings): New function.
7181 (som_begin_writing): New function.
7182
7183 Fri Nov 12 15:29:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7184
7185 * som.c (som_write_object_contents): Do not abort. Flesh out.
7186 (som_set_section_contents): Do not abort. Flesh out.
7187
7188 * som.c (som_write_headers): New function.
7189 (som_prep_headers): New function.
7190 (som_build_and_write_symbol_table): New function.
7191
7192 * som.c (som_sizeof_headers): Add missing prototype.
7193 (som_set_arch_mach): Do not abort.
7194
7195 * som.c (som_count_spaces): New function.
7196 (som_count_subspaces): New function.
7197 (compare_syms): New function.
7198 (som_compute_checksum): New function.
7199
7200 * som.c (hppa_som_gen_reloc_type): New function.
7201 (som_bfd_reloc_type_lookup): New function.
7202
7203 * som.c (try_prev_fixup): New function.
7204 (som_reloc_skip): New function.
7205 (som_reloc_addend): New function.
7206 (som_reloc_call): New function.
7207
7208 * som.c (som_initialize_reloc_queue): New function.
7209 (som_reloc_queue_insert): Likewise.
7210 (som_reloc_queue_fix): Likewise.
7211 (som_reloc_queue_find): Likewise.
7212
7213 * som.c (som_hppa_howto_table): SOM howto relocation table.
7214 (hppa_som_reloc): New function.
7215
7216 * som.c (struct reloc_queue): New structure to keep track of
7217 the last four multibyte relocations emitted.
7218 (enum pa_symbol_type): Type to fully describe the symbol types
7219 associated with .import/.export assembler directives.
7220
7221 * som.c: Include libhppa.h
7222
7223 * som.c (bfd_som_set_section_attributes): New function.
7224 (bfd_som_set_subsection_attributes): Likewise.
7225 (bfd_som_set_symboL_type): Likewise.
7226 (bfd_som_attach_unwind_info): Likewise.
7227 * som.h: Declare new exported functions.
7228
7229 * som.h (struct som_symbol): Add new fields to hold additional
7230 information needed to build/write symbol tables and fixup streams.
7231 (struct som_section_data_struct): Add new fields to hold additional
7232 information needed to build/write space and subspace headers.
7233 (som_symbol_data): New accessor macro for SOM symbol information.
7234 (R_HPPA_*): Basic relocation types to be used by the assembler.
7235
7236 Fri Nov 12 11:00:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7237
7238 * trad-core.c (trad_unix_core_file_p): If new hook
7239 TRAD_CORE_ALLOW_ANY_EXTRA_SIZE defined, then skip the check for the
7240 corefile being too big.
7241 * hosts/i386sco.h: Define it.
7242
7243 Thu Nov 11 15:16:28 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7244
7245 * bfd.c (struct _bfd): Add hppabsd_core_data.
7246 * targets.c (target_vector): Add hppabsd_core_vec.
7247 * hpux-core.c (hpux_core_core_file_p): Fail if an unknown core
7248 section is encountered during core section scanning.
7249 * hppabsd-core.c: New file.
7250 * config/hppabsd.mh: Enable HPPA BSD core files.
7251
7252 * elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code
7253 which is either commented out or ifdef'd out. Add, update and
7254 clean comments. Fix various indention and spacing problems. Handle
7255 problems related to using "ble" to jump to a stub rather than "bl"
7256 (%r31 is trashed by "ble", but not by "bl").
7257 (NEW_INSTRUCTION): Put inside curly braces.
7258 (CURRENT_STUB_OFFSET): Fix indention problems.
7259 (hppa_elf_build_arg_reloc_stub): Fix indention and spacing problems.
7260 Add, update and clean comments. Handle "ble" %r31 lossage problems.
7261 (hppa_elf_build_long_branch_stub): Likewise.
7262 (hppa_look_for_stubs_in_section): Likewise.
7263 (hppa_elf_stub_check): Remove obsolete function.
7264
7265 * hppa_stubs.h: Add new instructions to deal with %r31 lossage
7266 problems. Delete unused instructions.
7267
7268 Tue Nov 9 11:40:27 1993 Stan Shebs (shebs@rtl.cygnus.com)
7269
7270 * m68klynx.c (TARGET_IS_BIG_ENDIAN_P): Define.
7271
7272 Tue Nov 9 11:26:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7273
7274 * elfcode.h (elf_object_p): Rather than looking through an array
7275 of architectures, get the ELF EM_xxx code from the backend
7276 information. Let the generic ELF target match any EM_xxx code not
7277 matched by another ELF target. Call elf_backend_object_p to let
7278 the backend do more checks and set global information.
7279 * libelf.h (struct elf_backend_data): Added elf_machine_code and
7280 elf_backend_object_p fields.
7281 (struct bfd_elf_arch_map): Removed.
7282 (bfd_elf_arch_map, bfd_elf_arch_map_size): Don't declare.
7283 * elf32-target.h, elf64-target.h: Initialize elf_machine_code
7284 field with ELF_MACHINE_CODE. Initialize elf_backend_object_p
7285 field with elf_backend_object_p (if it is defined).
7286 * elf32-gen.c, elf32-hppa.c, elf32-i386.c, elf32-i860.c,
7287 elf32-m68k.c, elf32-m88k.c, elf32-mips.c, elf32-sparc.c,
7288 elf64-gen.c (ELF_MACHINE_CODE): Defined.
7289 * elf32-mips.c: Include ecoffswap.h to get ECOFF swapping
7290 routines.
7291 (mips_elf_object_p): Set the right machine number.
7292 (mips_elf_ecoff_debug_swap): Defined.
7293 (elf_backend_object_p): Defined to be mips_elf_object_p.
7294 (elf_backend_ecoff_debug_swap): Defined to be
7295 mips_elf_ecoff_debug_swap.
7296 * elf.c (bfd_elf_arch_map, bfd_elf_arch_map_size): Removed.
7297
7298 * libbfd-in.h (target_vector, default_vector): Declare.
7299 * libbfd.h: Rebuilt.
7300 * format.c (target_vector, default_vector): Don't declare.
7301
7302 * elf32-mips.c (elf_mips_howto_table): Don't complain on overflow
7303 for R_MIPS_26. Correct overflow detection requires matching the
7304 upper four bits of the destination against the PC. From Ted Lemon
7305 <mellon@pepper.ncd.com>.
7306
7307 * bout.c (b_out_reloc_type_lookup): Return type should point to
7308 const data.
7309 * coff-i960.c (coff_i960_reloc_type_lookup): Likewise.
7310 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Likewise.
7311 * mipsbsd.c (MY(reloc_howto_type_lookup)): Likewise.
7312 * coff-i386.c (coff_i386_reloc): Made howto const.
7313 * oasys.c (oasys_write_data): Made how const.
7314
7315 * libelf.h: Added some comments.
7316 (struct elf_backend_data): Added elf_backend_ecoff_debug_swap
7317 field. Removed unused write_relocs field.
7318 * elf32-target.h: Adjusted elf_backend_data initialization
7319 accordingly.
7320 * elf64-target.h: Corrected elf_backend_data initialization to
7321 fill in all fields and to set elf_64_p to 1.
7322
7323 Mon Nov 8 18:13:14 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7324
7325 * elfcode.h (bfd_section_from_shdr): Remove duplicate assignment
7326 to filepos in SHT_STRTAB case.
7327 (assign_file_position_for_section): Set BFD section filepos as
7328 well as ELF section sh_offset.
7329
7330 * reloc.c: Use const instead of CONST.
7331 (bfd_perform_relocation): Make variable howto a const pointer.
7332 * bfd-in2.h, libbfd.h: Rebuilt.
7333
7334 Mon Nov 8 12:19:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7335
7336 * Makefile.in (realclean): Don't remove generated headers. Reverts
7337 change of 2 Jul 1993.
7338
7339 Mon Nov 8 06:08:31 1993 D. V. Henkel-Wallace (gumby@cirdan.cygnus.com)
7340
7341 * configure.bfd: make unixware equivalent to sysv4.
7342
7343 * config/i386-nlm.mt: bring in elf config; make it the default.
7344
7345 Sun Nov 7 20:21:38 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7346
7347 * libbfd.c (bfd_put_8): Add parens around reference to "val"
7348 argument.
7349
7350 Fri Nov 5 21:45:09 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7351
7352 * hosts/i386mach3.h (HOST_SEGMENT_SIZE),
7353 i386mach3.c (SEGMENT_SIZE, TEXT_START_ADDR): Correct values (?).
7354
7355 Fri Nov 5 15:17:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7356
7357 * coffcode.h (coff_write_object_contents): Zero out internal_a.
7358
7359 Fri Nov 5 10:41:07 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7360
7361 * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coffcode.h,
7362 core.c, ctor.c, format.c, init.c, libbfd.c, opncls.c, reloc.c,
7363 section.c, syms.c, targets.c:
7364 Doc cleanup (spelling, punctuation, grammar, formatting).
7365 * bfd-in2.h, libbfd.h: Rebuild.
7366
7367 Thu Nov 4 14:46:14 1993 John Gilmore (gnu@rtl.cygnus.com)
7368
7369 * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.
7370 * bfd.c, opncls.c: Improve comments on file descriptor cacheing.
7371
7372 Thu Nov 4 08:54:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7373
7374 * From Pete Hoogenboom (hoogen@cs.utah.edu)
7375 * elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error
7376 in last change. Always rebuild symbol extension section the first
7377 time though if output sections exist (fixes ld -r problems).
7378
7379 Thu Nov 04 08:08:46 1993 Jeffrey Wheat (cassidy@cygnus.com)
7380
7381 * Makefile.in: Add .PHONY for check and installcheck rules.
7382
7383 Tue Nov 2 14:42:27 1993 Bill Cox (bill@tarkas.cygnus.com)
7384
7385 * libbfd-in.h (artdata): Use long, not time_t for portability, at
7386 least to HPUX. File below is a derived file.
7387
7388 Tue Nov 2 14:42:27 1993 Bill Cox (bill@tarkas.cygnus.com)
7389
7390 * libbfd.h (artdata): Use long, not time_t for portability, at
7391 least to HPUX.
7392
7393 Tue Nov 2 09:32:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7394
7395 * config.bfd: Use bigmips for mips*-*-bsd*.
7396
7397 Mon Nov 1 14:30:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7398
7399 * elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
7400 Handle symbol number of zero.
7401
7402 * reloc.c (enum bfd_reloc_code_real): Added
7403 BFD_RELOC_MIPS_LITERAL, BFD_RELOC_MIPS_GOT16,
7404 BFD_RELOC_MIPS_CALL16, BFD_RELOC_MIPS_GPREL32.
7405 * bfd-in2.h: Rebuilt.
7406 * coff-mips.c (mips_bfd_reloc_type_lookup): Handle
7407 BFD_RELOC_MIPS_LITERAL.
7408 * elf32-mips.c (mips_reloc_map): Handle new relocs.
7409 (mips_elf_hi16_reloc, mips_elf_lo16_reloc): Rearrange _gp_disp
7410 checks slightly.
7411
7412 * aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end,
7413 MY_bfd_debug_info_accumulat [sic]): Remove unused definitions.
7414 (MY_bfd_get_relocated_section_contents, MY_bfd_relax_section,
7415 MY_bfd_seclet_link): Define.
7416 (MY_bfd_reloc_type_lookup): Rename from
7417 MY_reloc_howto_type_lookup.
7418 (MY_bfd_make_debug_symbol): Rename from MY_make_debug_symbol.
7419 (MY(vec)): Use JUMP_TABLE rather than listing functions.
7420 * hp300hpux.c (MY_get_symtab, MY_get_symtab_upper_bound,
7421 MY_canonicalize_reloc, MY_write_object_contents): Don't define in
7422 terms of MY, because that causes a recusive invocation of CAT when
7423 expanded within JUMP_TABLE, and ANSI compilers don't expand
7424 recursive macros.
7425 * mipsbsd.c (MY_bfd_reloc_type_lookup): Rename from
7426 MY_reloc_howto_type_lookup, and don't define in terms of MY.
7427 (MY_canonicalize_reloc): Don't define in terms of MY.
7428 (aout_mips_little_vec, aout_mips_big_vec): Use JUMP_TABLE rather
7429 than listing functions.
7430
7431 Mon Nov 1 09:12:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7432
7433 * config.bfd: Use m68k-elf for m68*-*-sysv4*.
7434
7435 See file ChangeLog.1
7436
7437 \f
7438 Local Variables:
7439 mode: indented-text
7440 left-margin: 8
7441 fill-column: 74
7442 version-control: never
7443 End: