* sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 Thu Jul 4 12:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
2
3 * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
4 sections unless this is a SunOS link.
5
6 * VERSION: Set to 2.7.1.
7
8 * Released binutils 2.7.
9
10 Wed Jul 3 14:59:47 1996 Ian Lance Taylor <ian@cygnus.com>
11
12 * i386aout.c: Include "aout/aout64.h".
13 (i386aout_write_object_contents): New static function.
14 (MY_write_object_contents): Define.
15
16 * netbsd.h (MY(write_object_contents)): Make sure that
17 adjust_sizes_and_vmas is called before fiddling with the magic
18 number.
19
20 Tue Jul 2 23:30:39 1996 Ian Lance Taylor <ian@cygnus.com>
21
22 * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
23
24 Sun Jun 30 13:34:33 1996 Ian Lance Taylor <ian@cygnus.com>
25
26 * libbfd-in.h (itos, stoi): Don't define.
27 * libbfd.h: Rebuild.
28 * i386lynx.c (KEEPIT): Define as udata.i.
29 (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
30 (NAME(lynx,swap_ext_reloc_out)): Likewise.
31 * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
32 flags. Don't use stoi.
33
34 * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
35
36 * elf.c (map_sections_to_segments): Don't start a new segment for
37 a writable section if it's on the same page as the previous
38 segment. Reset the writable variable for a readonly section.
39
40 Sat Jun 29 16:18:51 1996 Kim Knuttila <krk@cygnus.com>
41
42 * peicode.h (coff_swap_aouthdr_in): Missing initializations of
43 first_thunk_address, thunk_size, and import_table_size.
44 * peicode.h: Improved some diagnostics regarding edata sections.
45
46 * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
47 on IMGLUE relocs.
48 (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
49 (TARGET_LITTLE_SYM): Added missing D_PAGED.
50
51 Fri Jun 28 13:48:45 1996 Ian Lance Taylor <ian@cygnus.com>
52
53 * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
54 with XCOFF_DEF_DYNAMIC set is really defined.
55 (xcoff_link_check_dynamic_ar_symbols): Likewise.
56 (xcoff_link_add_symbols): Only create special sections if using an
57 XCOFF hash table.
58
59 * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
60 aixcoff-rs6000.
61 (bfd_install_relocation): Likewise.
62
63 Fri Jun 28 11:17:00 1996 Richard Henderson <rth@tamu.edu>
64
65 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
66 field.
67 (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
68 (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
69 (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
70 (elf64_alpha_link_hash_newfunc): Initialize flags field.
71 (elf64_alpha_check_relocs): Record types of LITUSE entries that
72 are found for LITERAL relocs.
73 (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
74 taken, we cannot generate a .plt entry for the symbol.
75
76 Thu Jun 27 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
77
78 * configure.in: Add AC_ISC_POSIX, and check for setitimer and
79 sysconf functions (for gprof).
80 * configure, config.in: Rebuild.
81
82 Wed Jun 26 16:29:02 1996 Ian Lance Taylor <ian@cygnus.com>
83
84 * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
85 an archive if it has a map. If the object file has the wrong
86 xvec, reject it.
87
88 * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
89 BRADDR, SREL16, SREL32, or SREL64 reloc against an external
90 symbol.
91 (alpha_relocate_section): Likewise.
92
93 * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
94 (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
95 (coff_swap_sym_out): Use SYMESZ, not sizeof.
96 (coff_swap_aux_out): Use AUXESZ, not sizeof.
97 (coff_swap_lineno_out): Use LINESZ, not sizeof.
98 (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
99 (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
100 * peicode.h: Corresponding changes.
101
102 Tue Jun 25 15:28:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
103
104 * elflink.h (elf_create_pointer_linker_section): Comment out code
105 dealing with making GOT pointers negative of the GOT symbol for
106 now.
107
108 Tue Jun 25 11:41:24 1996 Richard Henderson <rth@tamu.edu>
109
110 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
111 increment the .rela.plt size until after we're done creating the
112 .plt entry.
113 (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
114 .rela.plt offset directly rather than calculating it.
115
116 Mon Jun 24 17:15:10 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
117
118 * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir):
119 Use autoconf-set values.
120 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
121 includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set
122 values.
123 (docdir): Deleted.
124 * configure.in (AC_PREREQ): autoconf v2.5 or higher.
125 * configure: Rebuilt.
126
127 Mon Jun 24 22:50:35 1996 Jeffrey A Law (law@cygnus.com)
128
129 * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
130 handling code > 1k away.
131
132 Mon Jun 24 18:41:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
133
134 * elflink.h (elf_create_pointer_linker_section): If DEBUG is
135 defined, output whenever the symbol is updated.
136
137 Mon Jun 24 17:58:12 1996 Jouke Numan <jnuman@bazis.nl>
138
139 * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
140 section to 0 if user_set_vma is set.
141 * elflink.h (elf_bfd_final_link): Likewise.
142
143 Sun Jun 23 20:42:51 1996 Doug Evans <dje@canuck.cygnus.com>
144
145 Partially undo patch of Jun 20.
146 * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
147 (coff_compute_section_file_positions): Likewise.
148 (coff_write_object_contents): Likewise. Re-add deleted code, but
149 use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
150 * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
151
152 Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
153
154 * config.bfd: Add support for *-*-rtems* configurations.
155
156 Fri Jun 21 15:19:59 1996 Ian Lance Taylor <ian@cygnus.com>
157
158 * elf.c (prep_headers): Add bfd_arch_alpha case.
159
160 Fri Jun 21 12:35:27 1996 Richard Henderson <rth@tamu.edu>
161
162 * elf64-alpha.c: New file.
163 * config.bfd (alpha-*-linuxecoff*): New target.
164 (alpha-*-linux*, alpha-*-elf*): New targets.
165 * configure.in (bfd_elf64_alpha_vec): New vector.
166 * configure: Rebuild.
167 * targets.c (bfd_elf64_alpha_vec): Declare.
168 (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
169 * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
170 * bfd-in2.h, libbfd.h: Rebuild.
171 * Makefile.in: Rebuild dependencies.
172 (BFD64_BACKENDS): Add elf64-alpha.o.
173 (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
174
175 Thu Jun 20 18:14:25 1996 Ian Lance Taylor <ian@cygnus.com>
176
177 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
178 than relying on a right shift of 32.
179
180 Thu Jun 20 11:00:57 1996 Doug Evans <dje@canuck.cygnus.com>
181
182 * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
183 ifdef to COFF_WITH_PE.
184 (coff_compute_section_file_positions): Likewise.
185 (coff_write_object_contents): Likewise. Delete COFF_OBJ_WITH_PE.
186 * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
187 * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
188 COFF_IMAGE_WITH_PE, always include.
189
190 * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
191
192 Wed Jun 19 11:37:52 1996 Ian Lance Taylor <ian@cygnus.com>
193
194 * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
195 approximate the correct answer if SIZEOF_HEADERS was not used.
196
197 * binary.c (binary_set_section_contents): Set section file
198 position based on LMA rather than VMA.
199
200 Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de>
201
202 * linker.c (_bfd_generic_link_output_symbols): Don't output any
203 symbols if info->strip == strip_all.
204
205 Tue Jun 18 15:17:36 1996 Jeffrey A. Law <law@rtl.cygnus.com>
206
207 * coff-h8300.c: Remove #if 0 code.
208 (compatable): Don't allow mixing/matching of different architectures.
209
210 start-sanitize-h8s
211 * archures.c (bfd_mach_h8300s): Add.
212 * bfd-in2.h: Rebuilt.
213 * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
214 (BADMAG): Likewise.
215 (h8300_reloc16_estimate): Likewise.
216 (h8300_reloc16_extra_cases): Likewise.
217 (h8300_bfd_link_add_symbols): Likewise.
218 * coffcode.h (coff_set_arch_mach_hook): Likewise.
219 (coff_set_flags): Likewise.
220 * cpu-h8300.c (h8300_scan): Likewise.
221 Add H8/S to bfd_h8300_arch list.
222
223 end-sanitize-h8s
224 Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>
225
226 Added support for Alpha OpenVMS:
227 * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
228 * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
229 * config.h-vms, makefile.vms: New files.
230 * config.bfd (alpha-*-*vms*): New target.
231 * configure.in (evax_alpha_vec): New target vector.
232 * configure: Rebuild.
233 * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
234 (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
235 * targets.c (bfd_target_evax_flavour): Define.
236 (evax_alpha_vec): Declare.
237 (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
238 if BFD64 is defined.
239 * bfd-in2.h, libbfd.h: Rebuild.
240 * Makefile.in: Rebuild dependencies.
241 (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
242 evax-emh.o, and evax-misc.o.
243 (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
244 evax-etir.c, evax-emh.c, and evax-misc.c.
245 (HFILES): Add evax.h.
246
247 Tue Jun 18 13:54:18 1996 Ian Lance Taylor <ian@cygnus.com>
248
249 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
250 pointer.
251 (h8300_bfd_link_add_symbols): Likewise.
252
253 Mon Jun 17 10:06:50 1996 Jeffrey A. Law <law@rtl.cygnus.com>
254
255 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
256 * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
257
258 Mon Jun 17 12:49:11 1996 Ian Lance Taylor <ian@cygnus.com>
259
260 * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
261 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
262 created.
263 (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
264 R_MIPS_32 relocs if creating a shared library.
265
266 Thu Jun 13 20:14:51 1996 Doug Evans <dje@canuck.cygnus.com>
267
268 * peicode.h (add_data_entry): Use pei_section_data rather than
269 _cooked_size. Corresponds to May 13 change in coffcode.h.
270
271 Thu Jun 13 10:23:40 1996 Ian Lance Taylor <ian@cygnus.com>
272
273 * cofflink.c (_bfd_coff_final_link): Handle long section names.
274 * coffcode.h (coff_write_object_contents): If there are long
275 section names, always set the f_symptr field, even if there are no
276 symbols.
277 * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
278 if there are no symbols.
279
280 * coffgen.c (make_a_section_from_file): Check return value of
281 _bfd_coff_read_string_table.
282 (coff_real_object_p): Check return value of
283 make_a_section_from_file.
284 (_bfd_coff_read_string_table): Check that there are some symbols
285 before trying to read the string table size.
286
287 Wed Jun 12 11:16:37 1996 Ian Lance Taylor <ian@cygnus.com>
288
289 * xcofflink.c (xcoff_link_add_symbols): When considering whether
290 to replace a symbol in a dynamic object with a symbol from another
291 dynamic object, do the replacement if the existing symbol is
292 global linkage code.
293
294 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
295 for _ptrgl, and treat it as global linkage code.
296
297 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
298 filename or N_SO symbol past the offset, and use it to indicate
299 that there is no line number or function when appropriate.
300
301 Tue Jun 11 15:24:48 1996 Ian Lance Taylor <ian@cygnus.com>
302
303 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
304 common symbol defined by the linker. Don't export function code
305 even if export_defineds is set.
306
307 Mon Jun 10 11:57:27 1996 Jeffrey A Law (law@cygnus.com)
308
309 * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
310 and R_JMP_DEL.
311 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
312 (h8300_symbol_address_p): New function.
313 (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
314 relaxing.
315
316 Sun Jun 9 16:30:20 1996 Jeffrey A Law (law@cygnus.com)
317
318 * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
319 problems.
320 (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
321 correctly for the two variants. Allow relaxing if the target
322 is 128 bytes away since after relaxation it'll be 126 bytes away.
323 (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
324 "dot" and "value". Allow relaxing if the target is 128 bytes
325 away since after relaxation it'll be 126 bytes away.
326 * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
327 the given section until nothing changes.
328
329 Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu>
330
331 * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
332 alignment hack--we can get the lnnoptr info another way without
333 suddenly increasing the alignment requirements. Set the flags for
334 the _PDATA section.
335 (ecoff_compute_section_file_positions): Do so.
336
337 Thu Jun 6 11:24:37 1996 Ian Lance Taylor <ian@cygnus.com>
338
339 * ieee.c (ieee_write_object_contents): Put a timestamp in the file
340 to keep the HP emulator database happy.
341
342 * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
343 From Kevin Buettner <kev@primenet.com>.
344
345 Wed Jun 5 15:16:04 1996 Ian Lance Taylor <ian@cygnus.com>
346
347 * aoutx.h (translate_to_native_sym_flags): Don't try to print the
348 name of a NULL section.
349
350 Tue Jun 4 18:53:58 1996 Ian Lance Taylor <ian@cygnus.com>
351
352 * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
353 set, always call the notice callback.
354
355 * VERSION: Increment for bfdlink.h change.
356
357 Mon Jun 3 11:01:53 1996 Ian Lance Taylor <ian@cygnus.com>
358
359 * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
360 (sh_relax_delete_bytes): Correct handling of differently sized
361 trailing alignment reloc.
362
363 * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
364 * bfd-in2.h: Rebuild.
365 * configure.in: Warn if there is no known 64 bit type.
366 * configure: Rebuild.
367
368 * Makefile.in: Rebuild dependencies.
369 (BFD32_BACKENDS): Add ppcboot.o.
370 (BFD32_BACKENDS_CFILES): Add ppcboot.c.
371
372 * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
373 From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
374
375 Sat Jun 1 21:49:58 1996 Ian Lance Taylor <ian@cygnus.com>
376
377 * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
378 (bfd_mips_elf64_swap_reginfo_out): Move from here...
379 * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
380 (bfd_mips_elf64_swap_reginfo_out): ...to here.
381
382 Fri May 31 13:51:28 1996 Ian Lance Taylor <ian@cygnus.com>
383
384 * elf64-mips.c: Improve reloc special_functions and handling of
385 SHT_MIPS_OPTIONS section.
386 * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
387 mips_elf_hi16_reloc and make globally visible.
388 (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
389 make globally visible.
390 (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
391 make globally visible.
392 (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
393 and make globally visible.
394 (gprel16_with_gp): Check howto->src_mask before using value in
395 insn.
396 (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
397 and make globally visible.
398 (gprel32_with_gp): Check howto->src_mask before fetching value.
399 (bfd_mips_elf_swap_options_in): New function.
400 (bfd_mips_elf_swap_options_out): New function.
401 (_bfd_mips_elf_set_private_flags): Rename from
402 mips_elf_set_private_flags and make globally visible.
403 (_bfd_mips_elf_copy_private_bfd_data): Rename from
404 mips_elf_copy_private_bfd_data and make globally visible.
405 (_bfd_mips_elf_merge_private_bfd_data): Rename from
406 mips_elf_merge_private_bfd_data and make globally visible.
407 (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
408 for a SHT_MIPS_OPTIONS section.
409 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
410 (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
411 name of a SHT_MIPS_OPTIONS section.
412 (_bfd_mips_elf_set_section_contents): New function.
413 (mips_elf32_section_processing): Set the GP value in a
414 SHT_MIPS_OPTIONS section.
415 (_bfd_mips_elf_find_nearest_line): Rename from
416 mips_elf_find_nearest_line and make globally visible.
417 (bfd_elf32_set_section_contents): Define.
418 * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
419 (_bfd_mips_elf_lo16_reloc): Declare.
420 (_bfd_mips_elf_gprel16_reloc): Declare.
421 (_bfd_mips_elf_got16_reloc): Declare.
422 (_bfd_mips_elf_gprel32_reloc): Declare.
423 (_bfd_mips_elf_set_private_flags): Declare.
424 (_bfd_mips_elf_copy_private_bfd_data): Declare.
425 (_bfd_mips_elf_merge_private_bfd_data): Declare.
426 (_bfd_mips_elf_find_nearest_line): Declare.
427 (_bfd_mips_elf_set_section_contents): Declare.
428
429 * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
430 elf_info_to_howto.
431 (elf_info_to_howto): Define.
432 * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
433 elf_info_to_howto.
434 (elf_info_to_howto): Define.
435 * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
436 elf_info_to_howto.
437 (elf_info_to_howto): Define.
438
439 * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
440 R_MOV16B[12], to match change in coff/internal.h.
441
442 Thu May 30 12:38:49 1996 Ian Lance Taylor <ian@cygnus.com>
443
444 * elf64-mips.c: Extensive additions to provide better support for
445 writing files and for gas.
446 * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
447 of mips_elf_object_p.
448 (mips_elf32_object_p): Rename from mips_elf_object_p; call
449 _bfd_mips_elf_object_p.
450 (_bfd_mips_elf_final_write_processing): Rename from
451 mips_elf_final_write_processing and make globally visible.
452 (_bfd_mips_elf_fake_sections): Rename from
453 mips_elf_fake_sections and make globally visible.
454 (_bfd_mips_elf_section_from_bfd_section): Rename from
455 mips_elf_section_from_bfd_section and make globally visible.
456 (_bfd_mips_elf_section_processing): New function, broken out of
457 mips_elf_section_processing.
458 (mips_elf32_section_processing): Rename from
459 mips_elf_section_processing; call
460 _bfd_mips_elf_section_processing.
461 (_bfd_mips_elf_symbol_processing): Rename from
462 mips_elf_symbol_processing and make globally visible.
463 (_bfd_mips_elf_read_ecoff_info): Rename from
464 mips_elf_read_ecoff_info and make globally visible.
465 (mips_elf32_ecoff_debug_swap): Rename from
466 mips_elf_ecoff_debug_swap.
467 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
468 struct symbol_cache_entry.
469 (_bfd_elf_validate_reloc): New function, moved in from
470 elfcode.h:validate_reloc.
471 * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
472 to _bfd_elf_validate_reloc. Change all callers.
473 * elf-bfd.h (bfd_section_from_shdr): Declare.
474 (_bfd_elf_symbol_from_bfd_symbol): Declare.
475 (_bfd_elf_validate_reloc): Declare.
476 (_bfd_mips_elf_object_p): Declare.
477 (_bfd_mips_elf_fake_sections): Declare.
478 (_bfd_mips_elf_section_from_bfd_section): Declare.
479 (_bfd_mips_elf_section_processing): Declare.
480 (_bfd_mips_elf_symbol_processing): Declare.
481 (_bfd_mips_elf_read_ecoff_info): Declare.
482 (_bfd_mips_elf_final_write_processing): Declare.
483 * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
484 if already defined.
485
486 * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
487 (mips_elf_final_write_processing): Likewise.
488
489 Wed May 29 16:15:29 1996 Ian Lance Taylor <ian@cygnus.com>
490
491 64-bit MIPS ELF ABI objdump support:
492 * elf64-mips.c: New file.
493 * Makefile.in: Rebuild dependencies.
494 (BFD64_BACKENDS): Add elf64-mips.o.
495 (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
496 * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
497 bfd_elf64_littlemips_vec to targ_selvecs.
498 (mips*-*-elf*): Likewise.
499 * confingure.in: Add bfd_elf64_bigmips_vec and
500 bfd_elf64_littlemips_vec to vector switch.
501 * configure: Rebuild.
502 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
503 broken out of mips_elf_section_from_shdr.
504 (mips_elf32_section_from_shdr): Rename from
505 mips_elf_section_from_shdr. Call new function.
506 (elf_backend_section_from_shdr): Update name of renamed function.
507 * elf-bfd.h (struct elf_size_info): Change second parameter of
508 write_out_phdrs to be const. Likewise for second parameter of
509 swap_symbol_out.
510 (struct bfd_elf_section_data): Add rel_hdr2 field.
511 (bfd_elf32_swap_symbol_in): Change second parameter to be const.
512 (bfd_elf32_swap_symbol_out): Likewise.
513 (bfd_elf32_swap_reloc_in): Likewise.
514 (bfd_elf32_swap_reloc_out): Likewise.
515 (bfd_elf32_swap_reloca_in): Likewise.
516 (bfd_elf32_swap_reloca_out): Likewise.
517 (bfd_elf32_swap_phdr_in): Likewise.
518 (bfd_elf32_swap_phdr_out): Likewise.
519 (bfd_elf32_swap_dyn_in): Likewise.
520 (bfd_elf32_swap_dyn_out): Likewise.
521 (bfd_elf32_slurp_symbol_table): Declare.
522 (bfd_elf32_write_shdrs_and_ehdr): Declare.
523 (bfd_elf32_write_out_phdrs): Declare.
524 (bfd_elf64_swap_symbol_in): Change second parameter to be const.
525 (bfd_elf64_swap_symbol_out): Likewise.
526 (bfd_elf64_swap_reloc_in): Likewise.
527 (bfd_elf64_swap_reloc_out): Likewise.
528 (bfd_elf64_swap_reloca_in): Likewise.
529 (bfd_elf64_swap_reloca_out): Likewise.
530 (bfd_elf64_swap_phdr_in): Likewise.
531 (bfd_elf64_swap_phdr_out): Likewise.
532 (bfd_elf64_swap_dyn_in): Likewise.
533 (bfd_elf64_swap_dyn_out): Likewise.
534 (bfd_elf64_slurp_symbol_table): Declare.
535 (bfd_elf64_write_shdrs_and_ehdr): Declare.
536 (bfd_elf64_write_out_phdrs): Declare.
537 (_bfd_mips_elf_section_from_shdr): Declare.
538 * elf.c (bfd_section_from_shdr): Remove assertion requiring
539 SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
540 section for the section, add the new one to rel_hdr2. Increment
541 reloc_count rather than setting it.
542 * elfcode.h (elf_slurp_symbol_table): Define name as macro.
543 Remove static declaration.
544 (elf_write_shdrs_and_ehdr): Define name as macro.
545 (elf_write_out_phdrs): Likewise.
546 (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
547 (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
548 (elf_swap_symbol_in): Change second parameter to be const.
549 (elf_swap_symbol_out): Likewise.
550 (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
551 (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
552 (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
553 (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
554 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
555 (elf_write_out_phdrs): Rename from write_out_phdrs. Change second
556 parameter to be const. Make non-static.
557 (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
558 Make non-static.
559 (elf_slurp_symbol_table): Make non-static.
560 (NAME(_bfd_elf,size_info)): Update names of renamed functions.
561 * elfxx-target.h (elf_info_to_howto): Define if not defined.
562 (elf_backend_size_info): Likewise.
563 (elfNN_bed): Use elf_backend_size_info.
564 * targets.c (bfd_elf64_bigmips_vec): Declare.
565 (bfd_elf64_littlemips_vec): Declare.
566 (bfd_target_vector): Add bfd_elf64_bigmips_vec and
567 bfd_elf64_littlemips_vec if BFD64 is defined.
568
569 * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
570
571 Tue May 28 11:42:08 1996 Ian Lance Taylor <ian@cygnus.com>
572
573 * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
574 zeroes, in alignment holes.
575
576 * configure: Rebuild with autoconf 2.10.
577
578 * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
579 potential leading underscore in the allocated buffer.
580
581 Fri May 24 14:28:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
582
583 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
584 symbols into .sbss if this is a relocatable link.
585
586 Thu May 23 12:26:24 1996 Ian Lance Taylor <ian@cygnus.com>
587
588 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
589 undefined symbols when creating a shared library.
590
591 Fri May 17 13:54:15 1996 Ian Lance Taylor <ian@cygnus.com>
592
593 * coff-sh.c: Add a bunch of new code and static const arrays to
594 support aligning loads and stores on four byte memory boundaries.
595 Also:
596 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
597 R_SH_LABEL.
598 (sh_relax_section): Look for R_SH_CODE relocs. If we find one,
599 call sh_align_loads.
600 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
601 as unused.
602
603 Thu May 16 16:34:13 1996 Ian Lance Taylor <ian@cygnus.com>
604
605 * cache.c (bfd_open_file): Unlink the file before opening it for
606 write. From Marty Leisner <leisner@sdsp.mc.xerox.com>.
607
608 * opncls.c (bfd_fdopenr): Set opened_once.
609
610 Tue May 14 12:35:32 1996 Ian Lance Taylor <ian@cygnus.com>
611
612 * som.c (som_slurp_reloc_table): Clear external_relocs cache after
613 freeing it.
614
615 * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
616 the code unconditionally.
617
618 Mon May 13 19:51:37 1996 Ian Lance Taylor <ian@cygnus.com>
619
620 * libcoff-in.h (struct pei_section_tdata): Define structure.
621 (pei_section_data): Define macro.
622 * libcoff.h: Rebuild.
623 * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
624 store s_paddr field in pei_section_data.
625 (coff_compute_section_file_positions): Use pei_section_data rather
626 than _cooked_size, and don't overwrite an existing value.
627 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
628 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
629 * peicode.h (coff_bfd_copy_private_section_data): Define if
630 COFF_IMAGE_WITH_PE.
631 (pe_bfd_copy_private_section_data): New static function if
632 COFF_IMAGE_WITH_PE.
633
634 Wed May 8 16:10:38 1996 Ian Lance Taylor <ian@cygnus.com>
635
636 * srec.c (srec_set_arch_mach): Write as a function rather than a
637 macro definition.
638
639 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
640 no map, just check each member in turn to see whether it is
641 required.
642
643 Wed May 8 09:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
644
645 * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
646 table. Call BFD_ASSERT to validate header size, instead of
647 calling fatal.
648 (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
649 name.
650
651 Tue May 7 16:10:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
652
653 * ppcboot.c: New target for looking at PPCbug boot records.
654
655 * config{ure.in,.bfd}: Add support for ppcboot target.
656 * targets.c: Ditto.
657 * configure: Regenerate.
658
659 Tue May 7 11:15:19 1996 Jeffrey A Law (law@cygnus.com)
660
661 * coff-h8300.c (howto_table): Update names to match recent
662 changes to include/coff/internal.h. Fix minor errors in the
663 existing relocs. Add R_MOVL1 and R_MOVL2.
664 (rtype2howto): Similarly.
665 (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
666 existing relaxing code and peform more relaxing.
667 (h8300_reloc16_extra_cases): Likewise.
668
669 Mon May 6 18:24:09 1996 Jeffrey A Law (law@cygnus.com)
670
671 * reloc16.c (bfd_coff_reloc16_get_value): Handle common
672 symbols correctly.
673
674 Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
675
676 * elfcode.h (elf_object_p): Reject generic ELF target if
677 e_machine matches an alternate machine code in a specific backend.
678
679 * netbsd-core.c (netbsd_core_vec): Remove initializer for
680 obsolete align_power_min field.
681
682 Fri May 3 13:07:35 1996 Jeffrey A Law (law@cygnus.com)
683
684 * coff-h8300.c (reloc_howto_type): Add howto entry for
685 R_PCRWORD_B.
686 (rtype2howto): Handle R_PCRWORD_B.
687 (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
688 (h8300_reloc_16_estimate): Likewise. Try to turn a 16bit
689 pc-relative branch (R_PCRWORD) into an 8bit pc-relative
690 branch (R_PCWORD_B).
691
692 Fri May 3 10:47:41 1996 Ian Lance Taylor <ian@cygnus.com>
693
694 * aoutx.h (translate_from_native_sym_flags): Set the section for
695 BSF_CONSTRUCTOR symbols.
696
697 * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
698 last_bf_index.
699
700 Wed May 1 18:39:32 1996 Doug Evans <dje@canuck.cygnus.com>
701
702 * coffcode.h (coff_write_object_contents): In comdat section lookup,
703 stop looking when section is found.
704
705 Wed May 1 14:17:57 1996 Ian Lance Taylor <ian@cygnus.com>
706
707 * coffcode.h (STRING_SIZE_SIZE): Define.
708 (styp_to_sec_flags): Handle long symbol names when looking for the
709 section symbol.
710 (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
711 (bfd_coff_long_section_names): Define.
712 (coff_write_object_contents): Handle long section names.
713 (bfd_coff_std_swap_table): Initialize new field.
714 * libcoff.h: Rebuild.
715 * coffgen.c (make_a_section_from_file): Handle long section
716 names.
717 (coff_write_symbols): Handle long section names.
718 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
719 * coff-mips.c (mips_ecoff_backend_data): Likewise.
720 * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
721 * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
722 * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
723 * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
724 * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
725 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
726
727 * bout.c (b_out_callback): Set lma of sections.
728 (b_out_bfd_get_relocated_section_contents): Rename in_abfd
729 parameter to output_bfd. Used input_bfd instead of output_bfd in
730 several places.
731
732 Tue Apr 30 17:56:39 1996 Ian Lance Taylor <ian@cygnus.com>
733
734 * aoutx.h (translate_from_native_sym_flags): Don't create
735 SEC_CONSTRUCTOR sections.
736 * ecoff.c (ecoff_set_symbol_info): Likewise.
737
738 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
739 From Don Bowman <bowman@waterloo.hp.com>.
740
741 Tue Apr 30 17:06:32 1996 Doug Evans <dje@canuck.cygnus.com>
742
743 * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
744 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
745
746 Mon Apr 29 13:15:17 1996 Ian Lance Taylor <ian@cygnus.com>
747
748 * elf32-mips.c (struct mips_elf_link_hash_entry): Add
749 mips_32_relocs field.
750 (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
751 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
752 relocs against a global symbol which is not defined in a regular
753 file.
754 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
755 against a global symbol, increment mips_32_relocs.
756 (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
757 the symbol is not defined in a regular file, make room in the
758 .rel.dyn section.
759
760 Fri Apr 26 18:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
761
762 * ecoff.c (ecoff_compute_section_file_positions): Track the real
763 file position and the virtual file position separately. Set
764 filepos information bsaed on the real file position.
765 (_bfd_ecoff_set_section_contents): Handle .lib sections like the
766 Jan 23 change to coffcode.h.
767
768 * som.c (som_slurp_symbol_table): Set the symbol count to the
769 number of BFD symbols created.
770
771 Fri Apr 26 12:34:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
772
773 * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
774 output file if linking shared objects. Loop to check all relocs,
775 rather than returning false on first error.
776
777 Thu Apr 25 13:25:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
778
779 * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
780 (ppc_elf_additional_program_headers): If .interp section, bump #
781 of program headers by 1.
782 (ppc_elf_adjust_dynamic_symbol): Flesh out support.
783 (ppc_elf_size_dynamic_sections): Add support for .plt section.
784 (ppc_elf_check_relocs): Print out filename in debug code. Enable
785 PLT support.
786 (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
787 debug output.
788 (ppc_elf_relocate_section): If the output section isn't defined,
789 don't abort, just give an error message.
790
791 * elflink.c (_bfd_elf_create_dynamic_sections): If the section
792 being created is .sdata or .sdata2, don't make the symbol dynamic.
793
794 Wed Apr 24 14:04:07 1996 Ian Lance Taylor <ian@cygnus.com>
795
796 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
797 members of an archive for dynamic objects with no symbols, and
798 pass them directly to check_archive_element.
799 (xcoff_link_check_ar_symbols): Pass dynamic objects to
800 xcoff_link_check_dynamic_ar_symbols.
801 (xcoff_link_check_dynamic_ar_symbols): New static function.
802
803 * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
804 from _bfd_nodynamic to _bfd_xcoff.
805 * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
806 Declare.
807 (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
808 (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
809 (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
810 * libcoff.h: Rebuild.
811 * xcofflink.c (xcoff_swap_ldrel_in): New static function.
812 (xcoff_get_section_contents): New static function.
813 (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
814 (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
815 (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
816 (xcoff_dynamic_reloc): New static variable.
817 (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
818 (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
819
820 Tue Apr 23 12:48:42 1996 Ian Lance Taylor <ian@cygnus.com>
821
822 * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
823 if reloc_entry->addend is not 0.
824 (CALC_ADDEND): Just set the addend to reloc.r_offset.
825
826 Mon Apr 22 18:29:01 1996 Doug Evans <dje@canuck.cygnus.com>
827
828 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
829 R_SPARC_GLOB_JMP.
830 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
831 Add entries for R_SPARC_[56].
832 (sparc_reloc_map): Add entries for R_SPARC_[56].
833
834 Mon Apr 22 15:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
835
836 Optimize linking of stabs in sections as used in ELF and COFF.
837 * stabs.c: New file.
838 * libbfd-in.h (_bfd_link_section_stabs): Declare.
839 (_bfd_write_section_stabs): Declare.
840 (_bfd_write_stab_strings): Declare.
841 * libbfd.h: Rebuild.
842 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
843 (struct coff_link_hash_table): Add stab_info field.
844 * libcoff.h: Rebuild.
845 * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
846 stab_info field.
847 (coff_link_add_symbols): Call _bfd_link_section_stabs if
848 appropriate.
849 (_bfd_coff_final_link): Write out stab strings hash table.
850 (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
851 * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
852 hash table.
853 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
854 (struct bfd_elf_section_data): Add stab_info field.
855 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
856 field.
857 * elflink.h (elf_link_add_object_symbols): If appropriate, call
858 _bfd_link_section_stabs.
859 (elf_bfd_final_link): Write out stab strings hash table.
860 (elf_link_input_bfd): Handle optimized stabs sections.
861 * reloc.c (_bfd_final_link_relocate): Check address against
862 _raw_size rather than _cooked_size.
863 * Makefile.in: Rebuild dependencies.
864 (BFD_LIBS): Add stabs.o
865 (BFD_LIBS_CFILES): Add stabs.c.
866
867 * VERSION: Increment for bfdlink.h change.
868
869 * coffgen.c (coff_renumber_symbols): Correct handling of
870 BSF_NOT_AT_END common symbols.
871
872 Fri Apr 19 19:21:56 1996 Ian Lance Taylor <ian@cygnus.com>
873
874 * coff-ppc.c (record_toc): Add cast to avoid warning.
875 (ppc_allocate_toc_section): Likewise.
876 (coff_ppc_relocate_section): Remove ANSI C string concatenation.
877 (ppc_coff_reloc_type_lookup): Remove unreached code.
878 * coffcode.h (coff_write_object_contents): Don't take the address
879 of an array.
880 * peicode.h (pe_print_idata): Add casts to avoid warning.
881 (pe_print_edata): Likewise.
882 (pe_print_reloc): Remove ANSI C string concatenation.
883
884 Thu Apr 18 18:51:18 1996 Ian Lance Taylor <ian@cygnus.com>
885
886 * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
887 and last_bf fields.
888 * libcoff.h: Rebuild.
889 * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
890 symbols.
891 (coff_swap_aux_out): Likewise.
892 * peicode.h (coff_swap_aux_in): Likewise.
893 (coff_swap_aux_out): Likewise.
894 * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
895 symbols.
896 * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
897 field.
898 (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
899 Fix up .bf endndx link fields.
900 * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
901 field.
902 * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
903 symbols.
904
905 Wed Apr 17 12:08:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
906
907 * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
908 on Solaris PowerPC systems doesn't get confused.
909
910 * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
911 #ifdef PPC.
912
913 * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
914 (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
915 update did_reg and did_reg2.
916
917 Wed Apr 17 13:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
918
919 * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
920
921 * linker.c (_bfd_generic_link_add_one_symbol): When calling the
922 callback routines, pass h->root.string rather than name, in case
923 copy is true and name is transient.
924
925 Tue Apr 16 16:36:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
926
927 * elfcore.h: Add support for core files with multiple threads.
928 (Primarily for Solaris.)
929
930 Tue Apr 16 13:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
931
932 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
933 section->orelocation is NULL.
934
935 * coffgen.c (bfd_coff_get_syment): New function.
936 (bfd_coff_get_auxent): New function.
937 * bfd-in.h (bfd_coff_get_syment): Declare.
938 (bfd_coff_get_auxent): Declare.
939 * bfd-in2.h: Rebuild.
940
941 Mon Apr 15 19:06:59 1996 Ian Lance Taylor <ian@cygnus.com>
942
943 * elf32-mips.c (struct mips_hi16): Define.
944 (mips_hi16_addr, mips_hi16_addend): Remove.
945 (mips_hi16_list): New static variable.
946 (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
947 (mips_elf_lo16_reloc): Process mips_hi16_list.
948 (mips_elf_relocate_section): Permit an arbitrary number of HI16
949 relocs before the associated LO16 reloc.
950
951 Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
952
953 * versados.c (versados_scan): Check bfd_alloc return value.
954 (versados_object_p): Check all bfd_read return values. Require
955 that lang field be less than 10, to avoid confusion with Intel Hex
956 files.
957
958 * libaout.h (WRITE_HEADERS): Write out the relocs even if there
959 aren't any symbols.
960 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
961 not 0, for an absolute symbol.
962 (NAME(aout,swap_ext_reloc_out)): Likewise.
963
964 * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
965 (ihex_write_object_contents): For a large start address, output
966 the full 32 bit address in record type 5.
967
968 * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
969 to int to avoid promotion problems in prototype.
970
971 Tue Apr 9 11:44:21 1996 Ian Lance Taylor <ian@cygnus.com>
972
973 * configure.host: Use ${srcdir} when looking for picfrag.
974
975 * configure.host: Switch on ${libdir}, not $(libdir). From
976 alan@spri.levels.unisa.edu.au (Alan Modra).
977
978 * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
979 entry point, not just for DYNAMIC objects.
980 * sunos.c (sunos_add_dynamic_symbols): Always call
981 sunos_create_dynamic_sections. If called with a non DYNAMIC
982 object, don't do anything else.
983 (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
984
985 Mon Apr 8 12:09:36 1996 Ian Lance Taylor <ian@cygnus.com>
986
987 * configure.in: Permit --enable-shared to specify a list of
988 directories.
989 * configure: Rebuild.
990
991 * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
992 host when configuring with --enable-shard.
993
994 Fri Apr 5 12:24:13 1996 Ian Lance Taylor <ian@cygnus.com>
995
996 * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
997 <jdp@polstra.com>.
998
999 * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
1000 to avoid crashing in bfd_hash_replace.
1001
1002 * sysdep.h: Use #ifdef, not #if.
1003
1004 Thu Apr 4 23:32:23 1996 Ian Lance Taylor <ian@cygnus.com>
1005
1006 * config.in: Rebuild.
1007
1008 Thu Apr 4 18:49:09 1996 Fred Fish <fnf@cygnus.com>
1009
1010 * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
1011 (AC_CHECK_HEADERS): Check for sys/time.h
1012 (AC_HEADER_TIME): Add macro.
1013 * configure: Rebuild.
1014 * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
1015 to control what combination of <time> and <sys/time.h>
1016 get included.
1017
1018 Tue Apr 2 13:11:53 1996 Doug Evans <dje@canuck.cygnus.com>
1019
1020 * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
1021 (aout_32_sunos4_write_object_contents): Likewise.
1022 * aoutx.h (NAME(aout,machine_type)): Handle
1023 bfd_mach_sparc_{sparclet,sparclite}.
1024 * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
1025 (bfd_mach_sparc_v9_p): Update.
1026 * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
1027 * libaout.h (enum machine_type): Add M_SPARCLET.
1028 * sunos.c (MACHTYPE_OK): Define.
1029 * bfd-in2.h: Regenerated.
1030
1031 Tue Apr 2 00:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
1032
1033 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
1034 * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
1035 * elflink.c (_bfd_elf_create_got_section): Store the
1036 _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
1037 * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
1038 global offset table goes over 0x1000, set the value of
1039 _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
1040 (elf32_sparc_relocate_section): Subtract the offset of
1041 _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
1042
1043 * elfcode.h: Don't include <string.h>.
1044
1045 Mon Apr 1 10:39:24 1996 Jeffrey A Law (law@cygnus.com)
1046
1047 * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
1048 generic_link_hash_newfunc. All references changed.
1049 * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
1050 moved here from libbfd-in.h.
1051 * libbfd-in.h: Corresponding changes.
1052 * libbfd.h: Regenerated.
1053
1054 Mon Apr 1 12:35:36 1996 Ian Lance Taylor <ian@cygnus.com>
1055
1056 * aoutx.h (aout_link_input_section_std): When reporting an
1057 overflow error, use the name of the symbol in the hash table if
1058 available.
1059 (aout_link_input_section_ext): Likewise.
1060
1061 * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
1062 defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
1063
1064 Sun Mar 31 01:58:41 1996 steve chamberlain <sac@slash.cygnus.com>
1065
1066 * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
1067 * coffcode.h (coff_compute_section_file_positions): Likewise.
1068 (coff_write_object_contents): Likewise.
1069
1070 Fri Mar 29 12:44:36 1996 Ian Lance Taylor <ian@cygnus.com>
1071
1072 * section.c (SEC_LINK_ONCE): Define.
1073 (SEC_LINK_DUPLICATES): Define.
1074 (SEC_LINK_DUPLICATES_DISCARD): Define.
1075 (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
1076 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
1077 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
1078 * bfd-in2.h: Rebuild.
1079 * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
1080 SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
1081 (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
1082 into SEC_EXCLUDE. If IMAGE_SCN_LNK_COMDAT is set, set
1083 SEC_LINK_ONCE, and look through the symbol table for the setting
1084 for SEC_LINK_DUPLICATES.
1085 (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
1086 set for a section, find the section symbol in the symbol table,
1087 and set the aux entry based on SEC_LINK_DUPLICATES.
1088 * coffgen.c (coff_print_symbol): Add a space before "checksum".
1089 * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
1090 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
1091 * coff-i386.c (i386coff_vec): Likewise.
1092 * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
1093
1094 * VERSION: Bump to 2.6.1.
1095 * Makefile.in (stamp-h): Depend upon VERSION.
1096
1097 Thu Mar 28 23:48:49 1996 Jeffrey A Law (law@cygnus.com)
1098
1099 * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
1100 * libbfd.h: Rebuilt.
1101 * linker.c (generic_link_hash_newfunc): No longer static.
1102 * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
1103 to override.
1104 * coff-h8300.c: Add two derived hash tables and their associated
1105 funtions and #defines for use by the h8300 linker.
1106 (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
1107 the function vector as needed. Place the address of the function
1108 vector entry in the location specified by the R_MEM_INDIRECT reloc.
1109 Rewrite the vectors section contents as necessary.
1110 (h8300_bfd_link_add_symbols): New function for the h8300 linker.
1111 (coff_bfd_link_add_symbols): Define to use h8300 specific version.
1112 (coff_bfd_link_hash_table_create): Likewise.
1113
1114 Thu Mar 28 17:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
1115
1116 * libhppa.h: If gcc 2.7 or higher, declare all the functions with
1117 __attribute__ ((__unused__)) so that -Wall doesn't warn about
1118 them.
1119 (hppa_rebuild_insn): Pass pointer to correct type to
1120 low_sign_unext and dis_assemble_21.
1121
1122 Thu Mar 28 11:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1123
1124 * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
1125 Stick with sparc-*-{sysv4*,solaris2*}.
1126
1127 Wed Mar 27 10:43:34 1996 Ian Lance Taylor <ian@cygnus.com>
1128
1129 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
1130 (coff_swap_aux_out): Swap out extra PE x_scn fields.
1131 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
1132 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
1133 fields is non-zero, print them.
1134
1135 * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
1136 ifdef. Remove unused variables.
1137 (ppc_record_data_in_toc_entry): Ifdef out. Removed unused
1138 variables.
1139 (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
1140 (get_symbol_value): Ifdef out.
1141 (pe_ppc_reloc): Ifdef out. Remove unused variables.
1142 (coff_ppc_relocate_section): Remove unused variables. Make
1143 fprintf strings and argument types correspond. Put before_addr in
1144 DEBUG_RELOC ifdef.
1145 (dump_toc): Make fprintf strings and argument types correspond.
1146 (ppc_process_before_allocation): Remove unused variables. Always
1147 return a value.
1148 (ppc_reflo_reloc): Ifdef out.
1149 (ppc_addr32nb_reloc): Ifdef out.
1150 (ppc_coff_rtype2howto): Make fprintf strings and argument types
1151 correspond.
1152 (coff_ppc_rtype_to_howto): Likewise.
1153 (ppc_coff_swap_sym_in_hook): Remove unused variables.
1154
1155 * peicode.h (pe_print_idata): Move otherwise unused variables into
1156 the #ifdef where they are used. Always return a value.
1157 (pe_print_edata): Make fprintf strings and argument types
1158 correspond. Always return a value.
1159 (pe_print_pdata): Removed unused variable addr_value. Always
1160 return a value.
1161 (pe_print_reloc): Remove unused variable onaline. Make fprintf
1162 strings and argument types correspond. Always return a value.
1163
1164 * elf32-ppc.c (ppc_elf_fake_sections): Return true.
1165 (ppc_elf_finish_dynamic_symbol): Move definition of unused
1166 variable rela inside #if 0 section where it is used.
1167
1168 * ns32k.h: New file.
1169 * cpu-ns32k.h: Include ns32k.h. Rename externally visible
1170 functions to start with _bfd_.
1171 * aout-ns32k.c: Include ns32k.h. Change references to renamed
1172 functions in cpu-ns32k.h.
1173 * Makefile.in: Rebuild dependencies.
1174 (HFILES): Add ns32k.h.
1175
1176 * section.c (struct sec): Add linker_mark field. Change
1177 user_set_vma and reloc_done to be single bit fields.
1178 (STD_SECTION): Update accordingly.
1179 * bfd-in2.h: Rebuild.
1180 * aoutx.h (NAME(aout,final_link)): Mark sections included in the
1181 link.
1182 (aout_link_input_bfd): Don't link unmarked sections.
1183 * cofflink.c (_bfd_coff_final_link): Mark sections included in the
1184 link.
1185 (_bfd_coff_link_input_bfd): Don't link unmarked sections.
1186 * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
1187 the link.
1188 * elflink.h (elf_bfd_final_link): Mark sections included in the
1189 link.
1190 (elf_link_input_bfd): Don't link unmarked sections.
1191 * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
1192 in the link.
1193 (xcoff_link_input_bfd): Don't link unmarked sections.
1194
1195 * coffswap.h (coff_swap_scnhdr_out): Include section name in
1196 overflow error messages.
1197
1198 Tue Mar 26 15:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
1199
1200 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
1201 is not set, print "BFD: " before the error message.
1202
1203 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
1204 Miles Bader <miles@gnu.ai.mit.edu>.
1205 * configure: Rebuild.
1206
1207 Fri Mar 22 12:17:00 1996 Ian Lance Taylor <ian@cygnus.com>
1208
1209 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
1210 symbols.
1211
1212 * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
1213 m68k-aout, m68k-coff, and m68k-elf targets.
1214
1215 Fri Mar 22 11:33:44 1996 Martin Anantharaman <martin@goofy.imech.uni-duisburg.de>
1216
1217 * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
1218 (ieee_generic_stat_arch_elt): Restructured to prevent
1219 ieee_object_p from being called repeatedly.
1220
1221 Thu Mar 21 11:00:47 1996 steve chamberlain <sac@slash.cygnus.com>
1222
1223 * coffcode.h (coff_write_object_contents): Allocate
1224 buffers large enough for any FILEHDR or AOUTHDR.
1225
1226 Thu Mar 21 16:28:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
1227
1228 * ecofflink.c (lookup_line): New static function, renamed and
1229 slighly changed from old _bfd_ecoff_locate_line.
1230 (_bfd_ecoff_locate_line): Cache line number information. Use
1231 lookup_line for actual lookup.
1232
1233 Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1234
1235 * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
1236 multiple of 20 bytes.
1237
1238 Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com>
1239
1240 * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
1241 allocate ecoff_find_line, and don't initialize by hand.
1242 * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
1243 mips_elf_find_line, and don't call memset.
1244
1245 * coffcode.h (coff_compute_section_file_positions): If not
1246 producing a final executable, don't consider sofar when aligning
1247 the section to the correct size.
1248
1249 Wed Mar 20 16:53:12 1996 Ian Lance Taylor <ian@cygnus.com>
1250
1251 * coffcode.h (coff_add_missing_symbols): Ifdef out.
1252 (coff_write_object_contents): Don't call coff_add_missing_symbols.
1253 * coffgen.c (coff_section_symbol): Ifdef out.
1254
1255 Mon Mar 18 12:54:41 1996 Ian Lance Taylor <ian@cygnus.com>
1256
1257 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
1258 output_bfd is not NULL.
1259
1260 Thu Mar 14 17:12:06 1996 Doug Evans <dje@charmed.cygnus.com>
1261
1262 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
1263 of bfd_alloc (fixes fix_line not being initialized).
1264 Delete zeroing of fix_{value,tag,end,scnlen} fields.
1265
1266 Thu Mar 14 16:06:06 1996 Jeffrey A Law (law@cygnus.com)
1267
1268 * coffcode.h: Allow specific backends to override the
1269 bfd_link_add_symbols routine.
1270
1271 * coff-h8300.c: Include genlink.h.
1272 (howto_table): Add R_MEM_INDIRECT.
1273 (rtype2howto): Support R_MEM_INDIRECT.
1274 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
1275 for now.
1276
1277 Tue Mar 12 12:41:17 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>
1278
1279 * coff-alpha.c (alpha_relocate_section): Use
1280 info->callbacks_warning, rather than _bfd_error_handler, for
1281 "multiple gp" warning.
1282
1283 Tue Mar 12 12:10:55 1996 Ian Lance Taylor <ian@cygnus.com>
1284
1285 * linker.c (bfd_wrapped_link_hash_lookup): New function.
1286 (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
1287 table string. Use bfd_wrapped_link_hash_lookup.
1288 (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
1289 table string.
1290 * aoutx.h (aout_link_write_symbols): Use the name from the hash
1291 table, if any, when writing out symbols.
1292 (aout_link_input_section_std): Use the name from the hash table,
1293 if any, when reporting undefined symbols.
1294 (aout_link_input_section_ext): Likewise.
1295 (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
1296 * bout.c (get_value): Likewise.
1297 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
1298 * ecoff.c (ecoff_reloc_link_order): Likewise.
1299 * elflink.h (elf_link_add_object_symbols): Likewise.
1300 (elf_reloc_link_order): Likewise.
1301 * linker.c (_bfd_generic_link_output_symbols): Likewise.
1302 (_bfd_generic_reloc_link_order): Likewise.
1303 (default_indirect_link_order): Likewise.
1304 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
1305 * sunos.c (sunos_add_one_symbol): Likewise.
1306 * xcofflink.c (xcoff_link_add_symbols): Likewise.
1307 (bfd_xcoff_link_count_reloc): Likewise.
1308 (xcoff_reloc_link_order): Likewise.
1309
1310 * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
1311 into -1 for intern->rss.
1312
1313 * configure: Rebuild with autoconf 2.8.
1314
1315 Mon Mar 11 12:28:31 1996 Ian Lance Taylor <ian@cygnus.com>
1316
1317 * stab-syms.c (__define_stab_duplicate): Define.
1318 (bfd_get_stab_name): Rename from aout_stab_name. Rewrite to use a
1319 switch.
1320 * bfd-in.h (bfd_get_stab_name): Declare.
1321 * bfd-in2.h: Rebuild.
1322 * Makefile.in: Rebuild dependencies.
1323 (BFD_LIBS): Add stab-syms.o.
1324 (BFD_LIBS_CFILES): Add stab-syms.c.
1325 (BFD32_BACKENDS): Remove stab-syms.o.
1326 (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
1327 * configure.in: Don't list stab-syms.o in bfd_backends.
1328 * configure: Rebuild.
1329 * libaout.h (aout_stab_name): Don't declare.
1330 * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
1331 not aout_stab_name.
1332
1333 Fri Mar 8 11:26:20 1996 Ian Lance Taylor <ian@cygnus.com>
1334
1335 * elf.c (assign_file_positions_for_segments): Adjust file offset
1336 for section alignment even if SEC_LOAD is not set.
1337
1338 Tue Mar 5 12:02:23 1996 Ian Lance Taylor <ian@cygnus.com>
1339
1340 * configure.in: Don't set SHLIB or SHLINK to an empty string,
1341 since they appear as targets in Makefile.in.
1342 * configure: Rebuild.
1343
1344 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
1345 don't fiddle with a symbol which is not defined anywhere.
1346
1347 Mon Mar 4 12:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1348
1349 * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
1350 though they are defined in a shared library.
1351 (xcoff_build_ldsyms): Likewise.
1352
1353 * coffgen.c (coff_find_nearest_line): Don't look at the line
1354 numbers for the section if section->lineno is NULL.
1355
1356 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
1357 message rather than calling BFD_ASSERT.
1358 * elfcode.h (write_relocs): Check return value of
1359 _bfd_elf_symbol_from_bfd_symbol.
1360
1361 Fri Mar 1 09:42:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1362
1363 * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
1364 for .sbss section.
1365
1366 Wed Feb 28 11:25:47 1996 Jeffrey A Law (law@cygnus.com)
1367
1368 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
1369 and R_HPPA_NLRSEL.
1370 (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
1371 hppa_reloc_field_selector_type_alt.
1372 (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
1373 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
1374 selectors.
1375 (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
1376
1377 Wed Feb 28 11:00:24 1996 Ian Lance Taylor <ian@cygnus.com>
1378
1379 * elf.c (assign_file_positions_for_segments): Adjust the segment
1380 memory size for the alignment of a SEC_ALLOC section, not just a
1381 SEC_LOAD section.
1382
1383 Tue Feb 27 14:17:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1384
1385 * m68klinux.c: New file.
1386 * hosts/m68klinux.h: New file.
1387 * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
1388 * configure.in (m68*-*-linux*): New native host.
1389 (m68klinux_vec): New vector.
1390 * configure: Rebuild.
1391 * targets.c (m68klinux_vec): Declare.
1392 * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
1393 bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
1394 * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
1395 declaration from bfd_linux_size_dynamic_sections.
1396 (bfd_m68klinux_size_dynamic_sections): Declare.
1397 * bfd-in2.h: Rebuild.
1398 * Makefile.in: Rebuild dependencies.
1399 (BFD32_BACKENDS): Add m68klinux.o.
1400 (BFD32_BACKENDS_CFILES): Add m68klinux.c.
1401
1402 Tue Feb 27 11:31:34 1996 Jeffrey A Law (law@cygnus.com)
1403
1404 * libhppa.h (pa_arch): Add pa20.
1405 (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
1406 (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt.
1407 (hppa_field_adjust): Handle e_nsel.
1408 * som.c: Provide default definitions for many new relocs found only
1409 in hpux10 include files.
1410 (som_fixup_formats): Add several new relocs from hpux10.
1411 (som_hppa_howto_table): Add hpux10 relocs.
1412 (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
1413
1414 Mon Feb 26 12:52:48 1996 Stan Shebs <shebs@andros.cygnus.com>
1415
1416 * mpw-make.sed: Edit out recent shared library support, and
1417 rules to rebuild .h files using doc/chew.
1418
1419 Mon Feb 26 14:48:39 1996 David Mosberger-Tang <davidm@AZStarNet.com>
1420
1421 * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
1422 size even of sections with no contents.
1423
1424 Mon Feb 26 14:01:13 1996 Ian Lance Taylor <ian@cygnus.com>
1425
1426 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
1427 starting with '$' the way we skip names starting with '.'. When
1428 updating x_endndx, don't be fooled by an index which has been
1429 merged.
1430
1431 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
1432 struct/union/enum type with no elements.
1433
1434 Sat Feb 24 11:38:58 1996 Ian Lance Taylor <ian@cygnus.com>
1435
1436 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
1437
1438 * archive.c (bfd_generic_archive_p): If the first file in the
1439 archive can not be recognized as an object, don't assume that this
1440 is the wrong format.
1441
1442 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
1443 format is not bfd_object.
1444 (bfd_elf_get_dt_soname): Likewise.
1445
1446 Wed Feb 21 13:58:04 1996 Ian Lance Taylor <ian@cygnus.com>
1447
1448 * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
1449 reloc.
1450
1451 Tue Feb 20 16:22:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1452
1453 * bfd.c (tdata): Add netbsd_core_data.
1454 * bfd-in2.h: Regenerated.
1455
1456 Tue Feb 20 16:50:02 1996 Ian Lance Taylor <ian@cygnus.com>
1457
1458 * sunos.c (SUNOS_CONSTRUCTOR): Define.
1459 (sunos_add_one_symbol): Don't let a symbol from a dynamic object
1460 override a constructor symbol. Set SUNOS_CONSTRUCTOR when
1461 appropriate.
1462
1463 * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
1464 to get the symbol index, matching 14 Jul 95 change.
1465
1466 Tue Feb 20 08:26:27 1996 Fred Fish <fnf@phydeaux.cygnus.com>
1467
1468 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
1469 Remove duplicate definition of gp.
1470
1471 Mon Feb 19 12:37:41 1996 Ian Lance Taylor <ian@cygnus.com>
1472
1473 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
1474 assume that we can set the GP value and then get the same value,
1475 since it won't be true if the output file is neither ELF nor
1476 ECOFF.
1477 * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
1478 _bfd_get_gp_value here.
1479 (mips_gprel_reloc): Don't assume we can set and get the GP value.
1480 * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
1481 mips_elf_final_gp.
1482 (mips_elf_lo16_reloc): Likewise.
1483 (mips_elf_final_gp): Add pgp parameter. Set it to the GP value.
1484 Don't require that the BFD be ELF.
1485 (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
1486 (mips_elf_gprel32_reloc): Likewise.
1487 (mips_elf_relocate_section): Don't assume we can set and get the
1488 GP value.
1489 (mips_elf_finish_dynamic_symbol): Don't bother to use
1490 _bfd_get_gp_value here.
1491
1492 * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
1493 Don't change epdr between malloc and free. Be careful not to free
1494 NULL pointers. Zero out the first RPDR.
1495
1496 * configure.host: On Linux, only pass -rpath option if $(libdir)
1497 is neither /lib nor /usr/lib. From Alan Modra
1498 <alan@mullet.Levels.UniSA.Edu.Au>.
1499
1500 * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
1501 dt_name.
1502 (elf_dt_name): Rename from elf_dt_needed_name.
1503 * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
1504 elf_dt_needed_name.
1505 (bfd_elf_get_dt_soname): New function.
1506 * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
1507 elf_dt_needed_name. Save the SONAME back in elf_dt_name.
1508 * bfd-in.h (bfd_elf_get_dt_soname): Declare.
1509 * bfd-in2.h: Rebuild.
1510
1511 Mon Feb 19 02:50:23 1996 Doug Evans <dje@charmed.cygnus.com>
1512
1513 * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
1514 _bfd_sparc_elf_reloc_type_lookup.
1515 (bfd_elf32_bfd_reloc_type_lookup): Update.
1516 * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
1517 (sparc64_elf_howto_table): Define.
1518 (sparc_reloc_map): Define.
1519 (sparc64_elf_reloc_type_lookup): New function.
1520 (sparc_elf_wdisp16_reloc): New function.
1521 (elf_info_to_howto): Use sparc64_elf_howto_table.
1522 (sparc64_elf_relocate_section): Likewise.
1523 (bfd_elf64_bfd_reloc_type_lookup): Update.
1524
1525 Sun Feb 18 15:02:25 1996 Ian Lance Taylor <ian@cygnus.com>
1526
1527 * configure.host: Check for 'do not mix' from native linker before
1528 trying to use -rpath.
1529
1530 Fri Feb 16 12:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
1531
1532 * bfd.c (_bfd_get_gp_value): New function.
1533 (_bfd_set_gp_value): New function.
1534 * libbfd-in.h (_bfd_get_gp_value): Declare.
1535 (_bfd_set_gp_value): Declare.
1536 * libbfd.h: Rebuild.
1537 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
1538 _bfd_get_gp_value and _bfd_set_gp_value rather than referring
1539 directly to the fields in the tdata information.
1540 (alpha_relocate_section): Likewise.
1541 * coff-mips.c (mips_adjust_reloc_in): Likewise.
1542 (mips_gprel_reloc): Likewise.
1543 (mips_relocate_section): Likewise.
1544 * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
1545 (mips_elf_lo16_reloc): Likewise.
1546 (mips_elf_final_gp): Likewise.
1547 (mips_elf_gprel16_reloc): Likewise.
1548 (mips_elf_gprel32_reloc): Likewise.
1549 (mips_elf_relocate_section): Likewise.
1550 (mips_elf_finish_dynamic_symbol): Likewise.
1551
1552 * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
1553
1554 Thu Feb 15 11:29:13 1996 Ian Lance Taylor <ian@cygnus.com>
1555
1556 * configure.in: Call AC_PROG_CC before configure.host.
1557 * configure: Rebuild.
1558 * configure.host: Don't set information which autoconf should
1559 figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
1560
1561 * configure.host: Remove go32 and win32 host information, since it
1562 should no longer be needed.
1563
1564 * elf.c (map_sections_to_segments): If we have a .dynamic section,
1565 then start a new segment rather than put a writable section in a
1566 readonly segment.
1567
1568 * configure.host: Set RPATH_ENVVAR.
1569
1570 * Makefile.in: Rebuild dependencies.
1571
1572 * elflink.c (_bfd_elf_create_linker_section): Remove unused
1573 zero_section variable.
1574
1575 Thu Feb 15 10:39:17 1996 H.J. Lu <hjl@zoom.com>
1576
1577 * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
1578 ($(srcdir)/libbfd.h): Rename from libbfd.h.
1579 ($(srcdir)/libcoff.h): Rename from libcoff.h.
1580
1581 Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
1582
1583 * ieee.c (ieee_write_expression): Only use an R variable for a
1584 local symbol. Don't output a zero offset. Handle a zero address.
1585 (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
1586 (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
1587 PCREL_OFFSET.
1588 (parse_expression): Don't try to handle multiple occurrences of a
1589 P variable. Handle I variables differently from X variables. Fix
1590 the order of minus expressions.
1591 (ieee_slurp_external_symbols): Generate an I variable for an NN
1592 record. Fix handling of ATI and ATX records.
1593 (ieee_slurp_sections): Only set minimal section attributes.
1594 Adjust them later, based on the section contents.
1595 (ieee_object_p): Read in the file until just after the ME record.
1596 Call ieee_slurp_section_data to set the section flags.
1597 (do_one): Add iterations parameter. Only repeat the first load
1598 item. Set the section and file reloc flags.
1599 (ieee_slurp_section_data): Set section flags. Pass iterations to
1600 do_one.
1601 (ieee_canonicalize_reloc): Handle I variables.
1602 (do_with_relocs): Only emit relocation size when necessary.
1603 Increase MAXRUN to 127. Change ov to be assigned, and take
1604 src_mask and pcrel_offset into account.
1605 (ieee_write_data_part): Skip sections that are not loaded.
1606 (ieee_write_external_part): Don't output optional last entry of WX
1607 records.
1608 (ieee_write_me_part): Make setting of me_record neater.
1609 (ieee_generic_stat_arch_elt): Get the size of an archive element.
1610
1611 * syms.c (stt): Add entries for zerovars, vars, and code.
1612
1613 * elfcode.h (validate_reloc): New static function.
1614 (write_relocs): Call validate_reloc for non ELF relocs.
1615
1616 * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
1617 (TARGET_BIG_SYM): Use elf_symbol_leading_char.
1618 (TARGET_LITTLE_SYM): Likewise.
1619
1620 * config.bfd (m68*-*-psos*): New target.
1621
1622 Tue Feb 13 15:56:22 1996 Bryan Ford <baford@snake.cs.utah.edu>
1623
1624 * i386msdos.c: Remove some #if 0 code.
1625 (msdos_write_object_contents): Don't include empty sections in the
1626 size computation, regardless of their address.
1627
1628 Tue Feb 13 15:36:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1629
1630 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
1631 is NULL, ie, the -r switch is used.
1632
1633 Tue Feb 13 14:35:15 1996 Ian Lance Taylor <ian@cygnus.com>
1634
1635 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
1636 (BFD_RELOC_MIPS_GOT_LO16): Define.
1637 (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
1638 * bfd-in2.h, libbfd.h: Rebuild.
1639 * elf32-mips.c (mips_reloc_map): Map new relocs.
1640
1641 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
1642
1643 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
1644 $(SHLINK).
1645
1646 * ieee.c (get_symbol): Set the section to bfd_abs_section.
1647 (do_with_relocs): If EXEC_P is set and there are no relocs, use a
1648 simple number for the section address, rather than an expression.
1649 Limit the number of bytes between relocs to MAXRUN.
1650 (ieee_write_me_part): Set me_record to the file offset after the
1651 start address.
1652 (ieee_write_processor): New static function.
1653 (ieee_write_object_contents): Use ieee_write_processor.
1654
1655 Fri Feb 9 10:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
1656
1657 * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
1658
1659 * coff-aux.c: Change include of aux.h to aux-coff.h.
1660
1661 Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1662
1663 * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
1664 relocation put the addend both in the reloc entry and the data.
1665 (elf_m68k_finish_dynamic_symbol): Likewise. Mask out marker in
1666 GOT offset value.
1667
1668 * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
1669 a R_68K_PCxx reloc against a defined global symbol directly.
1670 (elf_m68k_check_relocs): Don't count such a reloc.
1671
1672 * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
1673 a PLTxx reloc as dynamic. Disallow PLTxxO reloc against a local
1674 symbol for now, otherwise always record the symbol as dynamic.
1675 (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
1676 is not referenced by a dynamic object, and we are not making a
1677 shared object, then don't make a PLT entry. If we do make a PLT
1678 entry, make sure the symbol has been recorded as dynamic.
1679
1680 Wed Feb 7 13:56:06 1996 Ian Lance Taylor <ian@cygnus.com>
1681
1682 * configure.host: When making a shared library, set HLDFLAGS to
1683 pass an appropriate -rpath option. Use the make variable SONAME
1684 as the shared library soname, rather than computing it here. On
1685 SunOS, build stamp-tshlink in place of $(SHLINK).
1686 * Makefile.in (SONAME): New variable.
1687 ($(SHLINK)): Make a link to the transformed name, as well.
1688 (stamp-tshlink): New target.
1689 (install): Skip stamp-tshlink during install.
1690
1691 Wed Feb 7 13:37:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1692
1693 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
1694 linker sections have been set up yet.
1695
1696 * elf.c (make_mapping): Add an additional argument to suppress
1697 making the first section include the program headers.
1698 (map_sections_to_segments): If the user used -Ttext such that the
1699 program headers are on a different page, do not set the flags
1700 saying that this section includes the program headers.
1701
1702 Tue Feb 6 14:04:49 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1703
1704 * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
1705 don't define TRAD_HEADER.
1706 * configure: Rebuild.
1707
1708 * netbsd-core.c: New file, support for NetBSD core files.
1709 * hosts/*nbsd.h: Removed.
1710
1711 Tue Feb 6 11:47:49 1996 Doug Evans <dje@charmed.cygnus.com>
1712
1713 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
1714 (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
1715 * libbfd.h, bfd-in2.h: Regenerated.
1716 * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
1717 bfd_elf32_bfd_reloc_type_lookup.
1718 (reloc_type{,_names}): Deleted.
1719 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
1720 Add sparc64 relocs.
1721 (sparc_reloc_map): Add sparc64 relocs.
1722 (sparc_elf_notsupported_reloc): New static function.
1723 (sparc_elf_wdisp16_reloc): New static function.
1724 (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
1725 (elf32_sparc_relocate_section): Likewise.
1726 (bfd_elf32_bfd_reloc_type_lookup): Define.
1727 * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
1728 (reloc_type{,_names}): Deleted.
1729 (elf_sparc_howto_table): Deleted.
1730 (sparc_reloc_map): Deleted.
1731 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
1732 (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
1733
1734 Tue Feb 6 12:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
1735
1736 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
1737 *-*-hpux* host.
1738
1739 * Makefile.in (program_transform_name): New variable.
1740 (install): Transform library name before installing it.
1741
1742 Mon Feb 5 10:38:27 1996 Ian Lance Taylor <ian@cygnus.com>
1743
1744 * archures.c (bfd_mach_i960_hx): Define.
1745 * bfd-in2.h: Rebuild.
1746 * cpu-i960.c (scan_960_mach): Accept machine "hx".
1747 (MATRIX): Expand entries for HX.
1748 (arch_info_struct): Add i960:hx entry.
1749 * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
1750 * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
1751 (coff_set_flags): Handle bfd_mach_i960_hx.
1752
1753 Support for building as a shared library, based on patches from
1754 Alan Modra <alan@spri.levels.unisa.edu.au>:
1755 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
1756 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
1757 SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
1758 * configure: Rebuild.
1759 * configure.host: If --enable-shared, adjust shared library stuff
1760 based on the host. If the host is SunOS, and the linker supports
1761 -rpath, set HLDFLAGS to use it.
1762 * Makefile.in (ALLLIBS): New variable.
1763 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
1764 (COMMON_SHLIB, SHLINK): New variables.
1765 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
1766 (STAGESTUFF): Remove variable.
1767 (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
1768 $(TARGETLIB).
1769 (stamp-ofiles): New target, like old ofiles target, but build
1770 using a temporary file and move-if-change, and touch stamp-ofiles
1771 when done.
1772 (ofiles): Just depend upon stamp-ofiles.
1773 (stamp-piclist, piclist): New targets.
1774 ($(SHLIB), $(SHLINK)): New targets.
1775 (targets.o, archures.o): Build twice if PICFLAG is set.
1776 (do_mostlyclean): Remove pic/*.o.
1777 (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
1778 stamp-piclist.
1779 (do_distclean): Remove pic and stamp-picdir.
1780 (install): Install shared libraries.
1781 ($(OFILES)): Depend upon stamp-picdir.
1782 (stamp-picdir): New target.
1783
1784 * libcoff-in.h: Add comment reminding people that libcoff.h is a
1785 generated file.
1786 * libcoff.h: Rebuild.
1787
1788 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
1789 flavour of a section with no owner.
1790
1791 * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
1792 ELF_LINK_NON_ELF flag.
1793 (mips_elf_create_got_section): Likewise.
1794
1795 * elf.c: Revert last change, since it breaks dynamic linking.
1796 * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
1797 field.
1798 * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
1799 * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
1800 (elfNN_bed): Don't initialize want_hdr_in_seg field.
1801
1802 Sun Feb 4 20:45:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1803
1804 * elf.c (assign_file_positions_for_segments): If the backend does
1805 not want the elf header or the program headers in the address
1806 space, do not include them in the calculations.
1807
1808 * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
1809 function to determine if we need additional program headers.
1810 (ppc_elf_modify_segment_map): Define as a NOP function for now.
1811 (ppc_elf_create_linker_section): .sdata2 is a read-only section.
1812
1813 Sat Feb 3 23:00:03 1996 Ian Lance Taylor <ian@cygnus.com>
1814
1815 * coffcode.h: Move today's libcoff.h change into coffcode.h.
1816
1817 Sat Feb 3 15:43:44 1996 Fred Fish <fnf@cygnus.com>
1818
1819 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
1820 back into one line. Some compilers (sunos 4.1.3 for example)
1821 won't accept args split across more than one line.
1822
1823 Fri Feb 2 11:42:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
1824
1825 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
1826 * configure: Regenerate.
1827
1828 Fri Feb 2 12:12:16 1996 Jeffrey A Law (law@cygnus.com)
1829
1830 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
1831 try to do arithmetic on a void *, cast it to a unsigned char * first.
1832
1833 Thu Feb 1 16:04:06 1996 Ian Lance Taylor <ian@cygnus.com>
1834
1835 * elf-bfd.h (ELF_LINK_NON_ELF): Define.
1836 * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
1837 ELF_LINK_NON_ELF.
1838 * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
1839 flag for a newly defined symbol.
1840 (NAME(bfd_elf,record_link_assignment)): Likewise.
1841 (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
1842 set the DEF or REF_REGULAR flags correctly.
1843
1844 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
1845 (libbfd.h, libcoff.h): Corresponding change.
1846
1847 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
1848 a PLT32 reloc as dynamic.
1849 (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
1850 is not referenced by a dynamic object, and we are not making a
1851 shared object, then don't make a PLT entry. If we do make a PLT
1852 entry, make sure the symbol has been recorded as dynamic.
1853
1854 Wed Jan 31 17:23:32 1996 Steve Chamberlain <sac@slash.cygnus.com>
1855
1856 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
1857 * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
1858 (powerpcle-*-cygwin32): New.
1859 * peicode.h (add_data_entry): Get address from vma.
1860
1861 Wed Jan 31 16:23:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1862
1863 * elflink.c (_bfd_elf_create_linker_section): If the symbol
1864 attached to the section has already been created as an undefined
1865 symbol, treat it as if it hasn't been created yet.
1866
1867 Wed Jan 31 16:16:53 1996 Ian Lance Taylor <ian@cygnus.com>
1868
1869 * elflink.h (elf_bfd_final_link): Don't output initial dummy
1870 symbol or section symbols if stripping all symbols and this is not
1871 a relocateable link. Don't output the symbol string table if
1872 there are no symbols.
1873 (elf_link_flush_output_syms): Don't do anything if there are no
1874 symbols to flush.
1875
1876 Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
1877
1878 * coff-aux.c: New file.
1879 * hosts/m68kaux.h: New file.
1880 * config.bfd (m68*-apple-aux*): New target.
1881 * configure.in (m68*-apple-aux*): New native host.
1882 (m68kaux_coff_vec): New vector.
1883 * configure: Rebuild.
1884 * targets.c (m68kaux_coff_vec): Declare.
1885 * coffcode.h (bfd_coff_backend_data): Add field
1886 _bfd_coff_link_add_one_symbol.
1887 (bfd_coff_link_add_one_symbol): Define.
1888 (compare_arelent_ptr): New static function if TARG_AUX.
1889 (coff_write_relocs): If TARG_AUX, sort the relocs.
1890 (coff_write_object_contents): Set A/UX aouthdr magic number.
1891 (coff_link_add_one_symbol): Define if not defined.
1892 (bfd_coff_std_swap_table): Initialize new field.
1893 * libcoff.h: Rebuild.
1894 * cofflink.c (coff_link_add_symbols): Call
1895 bfd_coff_link_add_one_symbol rather than
1896 _bfd_generic_link_add_one_symbol.
1897 * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
1898 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
1899 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1900 * Makefile.in: Rebuild dependencies.
1901 (BFD32_BACKENDS): Add coff-aux.o.
1902 (BFD32_BACKENDS_CFILES): Add coff-aux.c.
1903
1904 Wed Jan 31 11:37:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1905
1906 * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
1907 relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
1908
1909 Tue Jan 30 12:09:04 1996 Ian Lance Taylor <ian@cygnus.com>
1910
1911 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
1912 $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
1913 (maintainer-clean): Warn about deleting special files.
1914 (bfd-in2.h, libbfd.h, libcoff.h): New targets.
1915
1916 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
1917 warning symbols correctly.
1918 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1919 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1920 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1921 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1922 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1923 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1924
1925 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
1926 warnings.
1927
1928 Mon Jan 29 14:27:24 1996 Kim Knuttila <krk@cygnus.com>
1929
1930 * libcoff-in.h: aligned newly exported names with bfd naming
1931 conventions. Removed an erroneous define of POWERPC_LE_PE.
1932 * libcoff.h: Rebuild.
1933 * cofflink.c, coff-ppc.c: the above function name changes
1934
1935 Mon Jan 29 13:06:28 1996 Ian Lance Taylor <ian@cygnus.com>
1936
1937 From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
1938 * ecoff.c (struct extsym_info): Define.
1939 (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
1940 to ecoff_link_write_external.
1941 (ecoff_link_write_external): Accept a struct extsym_info pointer.
1942 Strip symbols when appropriate.
1943
1944 Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
1945 * syms.c (BSF_OBJECT): Define.
1946 (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
1947 * bfd-in2.h: Rebuild.
1948 * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
1949 STT_OBJECT symbol.
1950 * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
1951 is set.
1952
1953 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
1954 copying relocs into a shared object, treat a defined global symbol
1955 as a local symbol.
1956 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1957 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1958 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1959
1960 * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
1961 real defined symbol, not to a weak defined symbol.
1962
1963 Mon Jan 29 11:34:36 1996 Kim Knuttila <krk@cygnus.com>
1964
1965 * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
1966 and made a few static functions externs.
1967
1968 * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
1969 POWERPC_LE_PE hack in cofflink.
1970
1971 * libcoff-in.h: promoted the following from cofflink.c to allow
1972 _bfd_coff_final_link to be overridden - STRING_SIZE_SIZE,
1973 coff_debug_merge_element, struct coff_debug_merge_type,
1974 coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
1975 coff_debug_merge_hash_table_init, coff_debug_merge_hash_table_free,
1976 coff_debug_merge_hash_lookup, coff_link_section_info,
1977 coff_final_link_info, coff_debug_merge_hash_newfunc,
1978 coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
1979
1980 * libcoff.h: re-gen'd
1981
1982 Fri Jan 26 18:33:35 1996 Ian Lance Taylor <ian@cygnus.com>
1983
1984 * syms.c: Include "bfdlink.h".
1985 (struct stab_find_info): Define.
1986 (_bfd_stab_section_find_nearest_line): New function.
1987 * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
1988 * libbfd.h: Rebuild.
1989 * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
1990 * elf.c (_bfd_elf_find_nearest_line): Try calling
1991 _bfd_stab_section_find_nearest_line before searching the ELF
1992 symbol table. Find the closest STT_FUNC symbol, not the last one.
1993 * libcoff-in.h (coff_data_type): Add line_info field.
1994 * libcoff.h: Rebuild.
1995 * coffgen.c (coff_find_nearest_line): Try calling
1996 _bfd_stab_section_find_nearest_line before searching the COFF
1997 symbol table.
1998 * Makefile.in: Rebuild dependencies.
1999
2000 Fri Jan 26 16:11:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2001
2002 * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
2003 4 bytes, so we get the correct value when updating the register
2004 field in little endian mode.
2005
2006 Thu Jan 25 12:14:16 1996 Ian Lance Taylor <ian@cygnus.com>
2007
2008 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
2009 entry_section fields. Add sntoc and snentry fields.
2010 * libcoff.h: Rebuild.
2011 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
2012 not toc_section and entry_section (the COFF file does not have any
2013 sections at this point).
2014 (coff_write_object_contents): Set o_snentry and o_sntoc from
2015 snentry and sntoc rather than entry_section and toc_section.
2016 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
2017 snentry, not toc_section and entry_section.
2018 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
2019 entry_section from hentry.
2020 (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
2021 set snenty.
2022 (xcoff_link_input_bfd): Set sntoc, not toc_section.
2023 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
2024 than using toc_section directly.
2025
2026 * archures.c: Add missing `.' in enum bfd_architecture.
2027 * bfd-in2.h: Rebuild.
2028
2029 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
2030 Robert Lipe <robertl@arnet.com>.
2031
2032 Thu Jan 25 12:08:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2033
2034 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
2035 to sections we allocate. Use bfd_zalloc to allocate initialial
2036 sections, not bfd_alloc.
2037 (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
2038 SDA{,2}I16 relocations.
2039 (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
2040 whether to put something in .sbss or not.
2041 (ppc_elf_relocate_section): Add support for more relocations. Add
2042 in sec->output_offset where appropriate. Make error messages
2043 include the symbol name.
2044
2045 * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
2046 trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
2047 doesn't get redefined messages if -shared.
2048
2049 * elflink.h (elf_create_pointer_linker_section) Only bump RELA
2050 section if the rel_section field has been set up.
2051
2052 Wed Jan 24 20:40:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2053
2054 * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
2055 relocations.
2056
2057 Wed Jan 24 10:38:34 1996 Doug Evans <dje@charmed.cygnus.com>
2058
2059 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
2060 of flags, only flags used are controlled by mach number. Bump up
2061 output file mach number to highest of input file mach numbers.
2062 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
2063 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
2064
2065 * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
2066 bfd_elf64_sparc_vec support.
2067
2068 Tue Jan 23 14:33:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2069
2070 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
2071 the embedded bit is set on some objects and not on others. Just
2072 or it together.
2073 (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
2074 relocations.
2075
2076 Tue Jan 23 14:22:45 1996 Ian Lance Taylor <ian@cygnus.com>
2077
2078 * coffcode.h (coff_new_section_hook): Don't try to align the
2079 .stabstr section.
2080
2081 * coffcode.h (coff_set_section_contents): Fix the handling of the
2082 .lib section to work even if the entire section contents are
2083 written at once. From Gvran Uddeborg <gvran@uddeborg.pp.se> and
2084 Robert Lipe <robertl@arnet.com>.
2085
2086 Mon Jan 22 18:45:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2087
2088 * elflink.h (elf_finish_pointer_linker_section): Don't allocate
2089 memory here for contents.
2090
2091 * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
2092 _SDA2_BASE_ by 32768.
2093 (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
2094 started using. Allocate contents for .sdata and .sdata2 sections
2095 also.
2096 (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
2097 rather than _name.
2098 (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
2099 size _SDA{,2}_BASE_.
2100 (ppc_elf_relocate_section): Change how sdata{,2} relocations are
2101 done.
2102
2103 Mon Jan 22 08:52:04 1996 Doug Evans <dje@charmed.cygnus.com>
2104
2105 * elflink.h (elf_finish_pointer_linker_section): Fix typo.
2106
2107 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
2108 (bfd_mach_sparc_{v8plus,v8plusa}): Define.
2109 (bfd_mach_sparc_v9a): Define.
2110 (bfd_mach_sparc_v9_p): Define.
2111 * bfd-in2.h: Regenerated.
2112 * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
2113 bfd_mach_sparc_v9.
2114 * elf64-sparc.c (sparc64_elf_object_p): Likewise.
2115 * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
2116 to bfd_elf32_sparc_vec.
2117 * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
2118 Add v8plus{,a} support.
2119 Add v9a support.
2120 (sparc_compatible): New function.
2121 * elf32-sparc.h: #include "elf/sparc.h".
2122 (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
2123 elf32_sparc_final_write_processing): New functions.
2124 (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
2125 elf_backend_final_write_processing): Define.
2126
2127 Mon Jan 22 11:21:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2128
2129 * elf-bfd.h (struct elf_link_hash_entry): Add
2130 linker_section_pointer field.
2131 (enum elf_linker_section_enum): Enumeration for new way of
2132 creating linker dynamic sections and symbols.
2133 (elf_linker_section{,_pointers}): New structures for creating
2134 dynamic sections and symbols.
2135 (elf_obj_tdata): Add linker_section_pointers and linker_section
2136 fields.
2137 (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
2138 (_bfd_elf_create_linker_section): New declarations.
2139 (_bfd_elf_find_pointer_linker_section): Ditto.
2140 (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
2141 (_bfd_elf_make_linker_section_rela): Ditto.
2142
2143 * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
2144
2145 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
2146 (ppc_elf_create_linker_section): New function to create the
2147 sections .got, .sdata, and .sdata2.
2148 (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
2149 needed.
2150 (ppc_elf_check_relocs): Support more of the eabi relocations.
2151 (ppc_elf_relocate_section): Ditto.
2152 (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
2153 if the .sdata{,2} + .sbss{,2} section size is > 32k.
2154
2155 * elflink.h (elf_create_pointer_linker_section): New function to
2156 create initialized pointers in dynamic linker sections.
2157 (elf_finish_pointer_linker_section): Actually intialize the
2158 pointers created above.
2159
2160 * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
2161 macros to provide both 32 and 64 bit versions of
2162 elf_create_pointer_linker_section.
2163 (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
2164 provide both 32 and 64 bit versions of
2165 elf_finish_pointer_linker_section.
2166
2167 * elflink.c (_bfd_elf_create_linker_section): New function to
2168 create a linker section.
2169 (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
2170 given address in the linker pointer offsets created for a given
2171 symbol.
2172 (_bfd_elf_make_linker_section_rela): Make a RELA section
2173 corresponding to the generated linker section.
2174
2175 Sat Jan 20 08:36:10 1996 Doug Evans <dje@canuck.cygnus.com>
2176
2177 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
2178
2179 Thu Jan 18 18:25:34 1996 Kim Knuttila <krk@cygnus.com>
2180
2181 * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
2182 (coff_ppc_relocate_section): Handle special values for gcc built dlls.
2183 (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
2184 Also begin the toc at 4 as an eye catcher ('31313131' marks the first
2185 toc entry in an objdump) for now.
2186 (ppc_do_last, ppc_get_last): New function - needed to save processing
2187 the toc owner to the end.
2188 (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
2189 toc owner last.
2190
2191 * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
2192 toc owner from being done till last. Must define POWERPC_LE_PC
2193 to enable it.
2194
2195 * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
2196
2197 * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
2198 to INFO.
2199 (coff_swap_aouthdr_out): Removed a non-working hack for computing the
2200 SizeOfImage for PowerPC. Ignore the size of the .junk section.
2201
2202 Thu Jan 18 17:42:12 1996 Ian Lance Taylor <ian@cygnus.com>
2203
2204 * elfcore.h: Include <signal.h> before <sys/procfs.h>.
2205
2206 Wed Jan 17 12:40:14 1996 Ian Lance Taylor <ian@cygnus.com>
2207
2208 * cpu-powerpc.c (arch_info_struct): Change last entry to not point
2209 back to first.
2210 (bfd_powerpc_arch): Point at first entry in arch_info_struct.
2211
2212 Tue Jan 16 15:10:49 1996 Ian Lance Taylor <ian@cygnus.com>
2213
2214 * elf.c (assign_file_positions_for_segments): Don't increment file
2215 offset for a segment which contains no loadable sections.
2216
2217 Mon Jan 15 17:46:27 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2218
2219 * reloc.c: Add new PowerPC relocations.
2220 * {bfd-in2,libbfd}.h: Regenerate.
2221
2222 * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
2223 (ppc_elf_reloc_type_lookup): Lookup new relocations.
2224
2225 Mon Jan 15 14:29:44 1996 Ian Lance Taylor <ian@cygnus.com>
2226
2227 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
2228 entries.
2229
2230 * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
2231 info->shared.
2232
2233 * coffgen.c (coff_find_nearest_line): Don't try to cache
2234 information in sections that are not owned by a BFD. From Richard
2235 Henderson <richard@atheist.tamu.edu>.
2236
2237 * elf32-mips.c: Numerous changes to dynamic linking code, mostly
2238 from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
2239 * elflink.h (elf_link_output_extsym): Remove special check for
2240 _rld_new_interface.
2241
2242 * ecoffswap.h: Add prototypes for static functions.
2243
2244 Sun Jan 14 21:36:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2245
2246 * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
2247 (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
2248 references.
2249 (ppc_elf_relocate_section): No longer allow .sdata/.sbss sections
2250 to satisfy a TOC16 relocation. Rewrite unsupported relocation
2251 support. Begin support for R_PPC_SDA{2,}REL.
2252
2253 Sat Jan 13 09:36:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2254
2255 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
2256 create the .got and .got.neg sections.
2257 (ppc_elf_size_dynamic_sections): Call it.
2258 (ppc_elf_check_relocs): Call it.
2259 (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
2260 (ppc_elf_check_relocs): Add error messages for relocations we
2261 don't yet support. Do not include R_PPC_SDAREL16 like a GOT
2262 relocation.
2263
2264 Fri Jan 12 15:27:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2265
2266 * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
2267 section flags for V.4 and eabi.
2268
2269 Fri Jan 12 13:59:16 1996 Ian Lance Taylor <ian@cygnus.com>
2270
2271 * elf.c (assign_file_positions_for_segments): If a segment
2272 contains no sections, don't mark it as readable.
2273
2274 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
2275 * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
2276
2277 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
2278 dynamic section, if there is one.
2279 * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
2280 (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
2281 (bfd_elf64_swap_dyn_in): Likewise.
2282 * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
2283 PTR.
2284 (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
2285
2286 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
2287 DT_TEXTREL entry because of .rel.plt. From Martin Pirker
2288 <pirker@eiunix.tuwien.ac.at>.
2289
2290 Thu Jan 11 17:06:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2291
2292 * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
2293 PowerPC V.4 and eabi.
2294 * bfd-in2.h: Regenerate.
2295 * libfd.h: Regenerate.
2296
2297 * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
2298
2299 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
2300 section type and SHF_EXCLUDE section flag, turning them into the
2301 appropriate bfd section flag.
2302
2303 Thu Jan 11 11:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
2304
2305 * xcofflink.c (xcoff_link_add_symbols): Create the special
2306 sections if we see a DYNAMIC object, in case that is the only
2307 XCOFF input object we see.
2308
2309 * elf32-mips.c: Extensive changes for a start at dynamic linking
2310 support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
2311
2312 * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
2313 (struct elf_backend_data): Remove
2314 elf_backend_create_program_headers field. Add
2315 elf_backend_additional_program_headers and
2316 elf_backend_modify_segment_map fields.
2317 * elfxx-target.h (elf_backend_type_change_ok): Define if not
2318 defined.
2319 (elf_backend_additional_program_headers): Likewise.
2320 (elf_backend_modify_segment_map): Likewise.
2321 (elf_backend_create_program_headers): Don't define.
2322 (elfNN_bed): Change to account for field changes.
2323 * elf.c (assign_file_positions_for_segments): Call new
2324 modify_segment_map backend function. Don't call old
2325 create_program_headers backend function.
2326 (get_program_header_size): Call additional_program_headers rather
2327 than create_program_headers.
2328 * elflink.h (elf_link_add_object_symbols): Initialize
2329 type_change_ok from new backend field.
2330 (elf_link_output_extsym): Don't warn if _rld_new_interface is
2331 defined.
2332 (elf_reloc_link_order): Treat a reloc against a defined symbol as
2333 a reloc against the appropriate section.
2334
2335 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
2336 (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
2337 (elf_flags_init): Rename from elf_ppc_flags_init.
2338 * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
2339 elf_ppc_flags_init.
2340 (ppc_elf_copy_private_bfd_data): Likewise.
2341 (ppc_elf_merge_private_bfd_data): Likewise.
2342
2343 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
2344 relocation entries.
2345
2346 Tue Jan 9 15:22:53 1996 David Mosberger-Tang <davidm@azstarnet.com>
2347
2348 * coff-alpha.c (alpha_relocate_section): During final link, allow
2349 output .lita section to be bigger than 64k by adjusting gp value
2350 on a per-input section basis.
2351 * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
2352 field.
2353 (struct ecoff_section_tdata): Add gp field.
2354
2355 Tue Jan 9 12:00:36 1996 Ian Lance Taylor <ian@cygnus.com>
2356
2357 Handle Alpha ECOFF changes in OSF/1 3.2.
2358 * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
2359 field.
2360 * coff-alpha.c: Include "aout/ar.h".
2361 (alpha_ecoff_get_relocated_section_contents): Don't require an
2362 ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
2363 3.2 doesn't generate one.
2364 (alpha_relocate_section): Likewise.
2365 (alpha_ecoff_slurp_armap): Define.
2366 (alpha_ecoff_slurp_extended_name_table): Define.
2367 (alpha_ecoff_construct_extended_name_table): Define.
2368 (alpha_ecoff_truncate_arname): Define.
2369 (alpha_ecoff_write_armap): Define.
2370 (alpha_ecoff_generic_stat_arch_elt): Define.
2371 (alpha_ecoff_update_armap_timestamp): Define.
2372 (ARFZMAG): Define.
2373 (alpha_ecoff_read_ar_hdr): New static function.
2374 (alpha_ecoff_get_elt_at_filepos): New static function.
2375 (alpha_ecoff_openr_next_archived_file): New static function.
2376 (alpha_ecoff_get_elt_at_index): New static function.
2377 (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
2378 (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
2379 _bfd_ecoff to alpha_ecoff.
2380 * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
2381 field from backend structure, rather than always calling
2382 _bfd_get_elt_at_filepos.
2383 * coff-mips.c (mips_ecoff_backend_data): Initialize
2384 get_elt_at_filepos field.
2385 * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
2386 from _bfd_generic_read_ar_hdr with minor changes.
2387 (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
2388 * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
2389 * libbfd.h: Rebuild.
2390
2391 * bfd-in.h (BFD_IN_MEMORY): Define.
2392 * libbfd-in.h (struct bfd_in_memory): Define.
2393 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
2394 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
2395 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
2396 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
2397 * bfd.c (struct _bfd): Change iostream field from char * to PTR.
2398 (bfd_get_size): Handle BFD_IN_MEMORY flag.
2399 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
2400 (bfd_open_file): Cast to PTR, not char *, when setting iostream.
2401 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
2402 * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
2403 iostream.
2404 (bfd_openstreamr): Likewise.
2405 * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
2406 BFD_IN_MEMORY is not set.
2407 * riscix.c (riscix_some_aout_object_p): Likewise.
2408 * bfd-in2.h, libbfd.h: Rebuild.
2409
2410 * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
2411 (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
2412 (bfd_get_elt_at_index): Define.
2413 * archive.c (_bfd_generic_get_elt_at_index): Rename from
2414 bfd_get_elt_at_index. Change index parameter from int to
2415 symindex.
2416 * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
2417 (_bfd_noarchive_get_elt_at_index): Define.
2418 (_bfd_archive_bsd_get_elt_at_index): Define.
2419 (_bfd_archive_coff_get_elt_at_index): Define.
2420 * bfd-in2.h, libbfd.h: Rebuild.
2421 * aout-target.h (MY_get_elt_at_index): Define if not defined.
2422 * coff-rs6000.c (xcoff_get_elt_at_index): Define.
2423 * ieee.c (ieee_get_elt_at_index): Define.
2424 * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
2425 * oasys.c (oasys_get_elt_at_index): Define.
2426 * som.c (som_get_elt_at_index): Define.
2427
2428 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
2429 numbers to the .text section.
2430
2431 Mon Jan 8 17:00:57 1996 Ian Lance Taylor <ian@cygnus.com>
2432
2433 * ieee.c (ieee_write_debug_part): Change return type to boolean.
2434 If there is a SEC_DEBUGGING section, get the contents of the debug
2435 information part from it.
2436 (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
2437 section in memory.
2438 (ieee_write_object_contents): Check ieee_write_debug_part return.
2439
2440 Thu Jan 4 17:12:37 1996 Fred Fish <fnf@cygnus.com>
2441
2442 * config.bfd (i[345]86-*-freebsd*): Add target.
2443 * configure.in (i386freebsd_vec): Add vec.
2444 * configure: Regenerate.
2445 * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
2446 (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
2447 Rebuild dependencies..
2448 * freebsd.h: New file.
2449 * i386freebsd.c: New file.
2450 * targets.c (i386freebsd_vec): Declare.
2451 (bfd_target_vector): Add i386freebsd_vec.
2452 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
2453 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
2454
2455 Thu Jan 4 16:27:46 1996 Ian Lance Taylor <ian@cygnus.com>
2456
2457 * ieee.c (ieee_slurp_debug): New static function.
2458 (ieee_object_p): Call it.
2459 (ieee_slurp_section_data): Skip debugging sections.
2460 (ieee_get_reloc_upper_bound): Likewise.
2461 (ieee_get_section_contents): Likewise.
2462 (ieee_canonicalize_reloc): Likewise.
2463 (ieee_write_section_part): Likewise.
2464 (ieee_write_debug_part): Likewise.
2465 (ieee_write_data_part): Likewise.
2466 (init_for_output): Likewise.
2467
2468 Wed Jan 3 19:42:47 1996 Michael Meissner <meissner@wogglebug.tiac.net>
2469
2470 * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
2471 work.
2472 (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
2473 relocs, since ppc_elf_relocate_section handles the linker case.
2474 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
2475 used.
2476 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
2477 ppc_elf_relocate_section since that is now the only caller.
2478 (ppc_elf_relocate_section): Ditto.
2479
2480 Wed Jan 3 15:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
2481
2482 * coffcode.h (coff_write_object_contents): If we don't know the
2483 section of the entry point for an XCOFF executable, always set the
2484 entry address to -1.
2485
2486 Tue Jan 2 14:17:15 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2487
2488 * elf.c (bfd_section_from_shdr): Add support for note sections.
2489
2490 Tue Jan 2 13:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
2491
2492 * bfd-in.h (struct _symbol_info): Add stab_type field.
2493 * bfd-in2.h: Rebuild.
2494 * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
2495
2496 * elf32-ppc.c: Remove trailing newline from calls to
2497 _bfd_error_handler.
2498 (ppc_elf_merge_private_bfd_data): Only warn about endianness
2499 difference if target endianness is known.
2500
2501 Thu Dec 21 12:43:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2502
2503 * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
2504 old style TOC16 references without using R_PPC_GOT.
2505 (ppc_reloc_type): Ditto.
2506 (ppc_elf_reloc_type_lookup): Add support for TOC16.
2507 (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
2508 (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
2509 (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
2510 (ppc_elf_check_relocs): New function for GOT/PLT support that is
2511 work in progress.
2512 (ppc_elf_adjust_dynamic_symbol): Ditto.
2513 (ppc_elf_adjust_dynindx): Ditto.
2514 (ppc_elf_size_dynamic_sections): Ditto.
2515 (ppc_elf_finish_dynamic_symbol): Ditto.
2516 (ppc_elf_finish_dynamic_sections): Ditto.
2517 (ELF_DYNAMIC_INTERPRETER): Define.
2518
2519 Wed Dec 20 19:14:18 1995 Ken Raeburn <raeburn@cygnus.com>
2520
2521 * elf.c (copy_private_bfd_data): When attaching sections to
2522 segments ignore sections that won't be allocated. Patch from
2523 Andreas Schwab.
2524
2525 Tue Dec 19 20:01:43 1995 Ken Raeburn <raeburn@cygnus.com>
2526
2527 * config.bfd: Match on m68k-cbm-* only if OS doesn't match
2528 anything else.
2529
2530 Tue Dec 19 16:38:59 1995 Ian Lance Taylor <ian@cygnus.com>
2531
2532 * coff-i960.c (CALC_ADDEND): Define.
2533 (coff_i960_relocate_section): Add the input section VMA to the
2534 addend for PC relative relocs.
2535
2536 Sun Dec 17 20:11:55 1995 Kim Knuttila <krk@cygnus.com>
2537
2538 * peicode.h (pe_print_pdata): Must test the entire entry for zero
2539 to correctly terminate.
2540
2541 Fri Dec 15 12:05:57 1995 Ian Lance Taylor <ian@cygnus.com>
2542
2543 * targets.c (enum bfd_endian): Define.
2544 (bfd_target): Rename byteorder_big_p to byteorder, and change it
2545 from boolean to enum bfd_endian. Change header_byteorder_big_p
2546 correspondingly.
2547 * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
2548 (bfd_header_big_endian, bfd_header_little_endian): New macros.
2549 * bfd-in2.h: Rebuild.
2550 * All targets: Change initialization of byteorder and
2551 header_byteorder to use enum bfd_endian values rather than
2552 booleans.
2553 * All files: Change all references to byteorder_big_p and
2554 header_byteorder_big_p to use new bfd_*_endian macros.
2555
2556 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
2557 s_vaddr.
2558 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
2559 vma.
2560 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
2561
2562 Fri Dec 15 07:32:09 1995 steve chamberlain <sac@slash.cygnus.com>
2563
2564 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
2565
2566 Thu Dec 14 13:45:37 1995 Ian Lance Taylor <ian@cygnus.com>
2567
2568 * ieee.c: Lots of minor cleanups. Make many functions return
2569 errors rather than calling abort. Also:
2570 (ieee_write_twobyte): Remove; change callers to call existing
2571 ieee_write_2bytes function.
2572 (ieee_write_expression): Don't output the section twice when
2573 outputting a local symbol. Don't emit an extraneous zero if there
2574 is only one term.
2575 (ieee_slurp_sections): Set the lma as well as the vma.
2576 (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
2577
2578 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
2579 a recognized one or bfd_arch_unknown.
2580 (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
2581 to succeed.
2582 (ihex_get_symtab): Likewise.
2583
2584 Wed Dec 13 15:44:06 1995 Ian Lance Taylor <ian@cygnus.com>
2585
2586 * aoutx.h: Include <ctype.h>.
2587 (struct aout_link_includes_table): Define.
2588 (struct aout_link_includes_totals): Define.
2589 (struct aout_link_includes_entry): Define.
2590 (aout_link_includes_lookup): Define macro.
2591 (struct aout_final_link_info): Add includes field.
2592 (aout_link_includes_newfunc): New static function.
2593 (NAME(aout,final_link)): Initialize includes hash table.
2594 (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
2595
2596 Wed Dec 13 10:52:14 1995 Stan Shebs <shebs@andros.cygnus.com>
2597
2598 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
2599
2600 Wed Dec 13 11:07:45 1995 Kim Knuttila <krk@cygnus.com>
2601
2602 * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
2603
2604 Tue Dec 12 17:42:06 1995 Kim Knuttila <krk@cygnus.com>
2605
2606 * peicode.h (pe_print_reloc): New function to dump the .reloc section.
2607 (pe_print_private_bfd_data): call pe_print_reloc.
2608 * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
2609 * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
2610 up some debugging as well.
2611
2612 Tue Dec 12 11:34:23 1995 Ian Lance Taylor <ian@cygnus.com>
2613
2614 * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
2615 <rfg@monkeys.com>.
2616
2617 Fri Dec 8 17:47:07 1995 Ian Lance Taylor <ian@cygnus.com>
2618
2619 * elflink.h (elf_link_add_object_symbols): Set section_count to 0
2620 when setting sections to NULL.
2621
2622 Wed Dec 6 17:05:37 1995 Ian Lance Taylor <ian@cygnus.com>
2623
2624 * xcofflink.c (struct xcoff_loader_info): Add export_defineds
2625 field.
2626 (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
2627 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
2628 for all symbols.
2629 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
2630 * bfd-in2.h: Rebuild.
2631
2632 Mon Dec 4 16:40:47 1995 Kim Knuttila <krk@cygnus.com>
2633
2634 * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
2635
2636 Mon Dec 4 11:25:39 1995 Ian Lance Taylor <ian@cygnus.com>
2637
2638 * ihex.c (ihex_scan): Handle record types 4 and 5.
2639 (ihex_object_p): Permit types 4 and 5.
2640 (ihex_set_section_contents): Remove check for out of range
2641 addresses.
2642 (ihex_write_object_contents): Generate types 4 and 5.
2643
2644 * elflink.h (elf_link_output_extsym): Just ignore warning and
2645 indirect references to symbols which don't really exist.
2646
2647 Sun Dec 3 19:00:27 1995 Kim Knuttila <krk@cygnus.com>
2648
2649 * peicode.h (pe_print_idata): Minor format fixes
2650 (pe_print_edata): New function. Under private printing, this formats
2651 the edata section of a PE file.
2652 (pe_print_private_bfd_data): Added call to pe_print_edata.
2653
2654 Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
2655
2656 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
2657 index, don't call stoi.
2658
2659 Fri Dec 1 14:46:51 1995 Ian Lance Taylor <ian@cygnus.com>
2660
2661 * srec.c (srec_scan): Set lma as well as vma.
2662
2663 * ihex.c: New file; support for Intel Hex format.
2664 * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
2665 (ihex_vec): Declare.
2666 (bfd_target_vector): Always include ihex_vec.
2667 * bfd.c (struct _bfd): Add ihex_data field to tdata union.
2668 * Makefile.in: Rebuild dependencies.
2669 (BFD_LIBS): Add ihex.o
2670 (BFD_LIBS_CFILES): Add ihex.c.
2671 * bfd-in2.h: Rebuild.
2672
2673 * elf.c (assign_file_positions_for_segments): Sort the sections in
2674 each segment.
2675 (get_program_header_size): Return the right size if segment_map is
2676 not NULL.
2677 (copy_private_bfd_data): Don't bother to sort the sections.
2678
2679 * bfd.c (bfd_record_phdr): New function.
2680 * bfd-in.h (bfd_record_phdr): Declare.
2681 * bfd_in2.h: Rebuild.
2682
2683 * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
2684 BFD_ASSERT.
2685
2686 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
2687 (bfd_zmalloc): Return PTR, not char *. Take size_t, not
2688 bfd_size_type.
2689 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
2690 (bfd_zmalloc): Change declaration.
2691 * libbfd.h: Rebuild.
2692 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
2693 and realloc. Don't set bfd_error_no_memory if they fail.
2694
2695 Thu Nov 30 19:32:26 1995 Kim Knuttila <krk@cygnus.com>
2696
2697 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
2698 uses as well. Added a new howto to deal with TOCREL16 relocs that
2699 are TOCDEFN as well.
2700 (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
2701 to handle RVA relocs from dlltool.
2702 (ppc_coff_rtype2howto): TOCDEFN reloc addition.
2703 (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
2704 (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
2705
2706 * coffcode.h (coff_set_alignment_hook): check idata$X sections
2707 to get the right section alignment.
2708
2709 Thu Nov 30 16:48:18 1995 Ian Lance Taylor <ian@cygnus.com>
2710
2711 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
2712 p_paddr if p_paddr is zero.
2713 (make_mapping): Set includes_filehdr and includes_phdrs for first
2714 PT_LOAD segment.
2715 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
2716 segment.
2717 (assign_file_positions_for_segments): Handle includes_filehdr and
2718 includes_phdrs. Remove special handling of PT_PHDR and first
2719 PT_LOAD segments.
2720 (copy_private_bfd_data): Set includes_filehdr and includes_phdr
2721 when appropriate. Remove special handling of PT_PHDR segment.
2722 Use a more complex condition for when a section is included in a
2723 segment to handle Solaris linker oddities.
2724
2725 Thu Nov 30 11:17:33 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
2726
2727 * coff-m88k.c (howto_table): Reformatted for easier reading;
2728 special_function now points to new function m88k_special_reloc.
2729 (howto_hvrt16): Function previously used for handling HVRT16 relocs
2730 removed.
2731 (rtype2howto): Do not add reloc's r_offset to the addend, this will
2732 be done correctly by m88k_special_reloc.
2733 (reloc_processing): New function to be used by RELOC_PROCESSING.
2734 (RELOC_PROCESSING): Define to call reloc_processing.
2735
2736 Wed Nov 29 12:42:36 1995 Ian Lance Taylor <ian@cygnus.com>
2737
2738 * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
2739 (pe_print_pdata): Likewise.
2740
2741 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
2742 obstack_alloc fails.
2743 (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
2744 fails.
2745 * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
2746 * Many files: don't set bfd_error_no_memory if one of the above
2747 routines fails.
2748
2749 * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
2750 if p_paddr_valid is set.
2751 (copy_private_bfd_data): New static function.
2752 (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
2753
2754 * elf.c (assign_file_positions_for_segments): Fix case where extra
2755 program headers were allocated.
2756
2757 * elf.c (_bfd_elf_print_private_bfd_data): New function.
2758 * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
2759 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
2760 _bfd_elf_print_private_bfd_data.
2761
2762 * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
2763 r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
2764 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
2765 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
2766 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
2767 (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
2768 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
2769
2770 Tue Nov 28 16:59:50 1995 Ian Lance Taylor <ian@cygnus.com>
2771
2772 * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
2773 * elf.c (make_mapping): New static function.
2774 (map_sections_to_segments): New static function.
2775 (elf_sort_sections): New static function.
2776 (assign_file_positions_for_segments): New static function.
2777 (map_program_segments): Remove.
2778 (get_program_header_size): Remove sorted_hdrs, count, and
2779 maxpagesize parameters. Simplify.
2780 (assign_file_positions_except_relocs): When generating an
2781 executable, use assign_file_positions_for_segments.
2782 (elf_sort_hdrs): Remove.
2783 (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
2784 to get_program_header_size.
2785
2786 Mon Nov 27 12:27:46 1995 Ian Lance Taylor <ian@cygnus.com>
2787
2788 * hp300hpux.c (MY(callback)): Set lma as well as vma.
2789
2790 * configure, config.in: Regenerate with autoconf 2.7.
2791
2792 * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
2793 * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
2794
2795 Wed Nov 22 12:02:09 1995 Ian Lance Taylor <ian@cygnus.com>
2796
2797 * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
2798 (ecoff_sec_to_styp_flags): Likewise.
2799 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
2800 (ecoff_set_symbol_info): Handle scRConst.
2801 (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
2802 (ecoff_compute_section_file_positions): Handle .rconst section.
2803 (_bfd_ecoff_write_object_contents): Likewise.
2804 (ecoff_link_check_archive_element): Handle scRConst.
2805 (ecoff_link_add_externals): Likewise.
2806 (ecoff_link_write_external): Handle .rconst section.
2807 (ecoff_reloc_link_order): Likewise.
2808 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
2809 * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
2810 section.
2811 (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
2812
2813 * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
2814 DEF_DYNAMIC flag is set.
2815
2816 Tue Nov 21 13:25:29 1995 Ken Raeburn <raeburn@cygnus.com>
2817
2818 * host-aout.c: If TRAD_HEADER is defined, include it.
2819
2820 Tue Nov 21 13:03:57 1995 Ian Lance Taylor <ian@cygnus.com>
2821
2822 * aclocal.m4 (AC_PROG_CC): Remove local definition.
2823 (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
2824 (BFD_NEED_DECLARATION): New function.
2825 * configure.in: Use BFD_NEED_DECLARATION.
2826 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
2827 * configure, config.in: Rebuild with autoconf 2.6.
2828
2829 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
2830 special_sections before returning when called with a non XCOFF
2831 BFD.
2832
2833 * coffgen.c (coff_renumber_symbols): Sort common symbols with
2834 global symbols.
2835
2836 * coffcode.h (coff_compute_section_file_positions): Only pad the
2837 previous section to force file alignment when creating an
2838 executable.
2839
2840 Mon Nov 20 14:54:09 1995 Ian Lance Taylor <ian@cygnus.com>
2841
2842 * coffcode.h (coff_compute_section_file_positions): If
2843 RS6000COFF_C, set up the .debug section.
2844
2845 * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
2846 if it is not large enough to accomodate the entire TOC area with
2847 signed 16 bit offsets.
2848 (xcoff_write_global_symbol): Handle negative TOC offsets in global
2849 linkage code.
2850 (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
2851 TOC anchor to use the TOC value used in the output file.
2852
2853 Sat Nov 18 18:01:41 1995 Ian Lance Taylor <ian@cygnus.com>
2854
2855 * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
2856 (_bfd_coff_read_string_table): Likewise.
2857
2858 Sat Nov 18 19:43:04 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
2859
2860 * pe-arm.c: Fix typos.
2861 * coff-arm.c: Likewise.
2862
2863 Fri Nov 17 16:22:04 1995 Kim Knuttila <krk@cygnus.com>
2864
2865 * coff-ppc.c (list_ele): Added "cat"egory member.
2866 (record_toc): New category parameter (priv or pub).
2867 (ppc_record_toc_entry): Check to see if toc bounds exceeded.
2868 (ppc_process_before_allocation): Removed embrionic data-in-toc from
2869 the mainline. It addes extra toc cells in error.
2870 (ppc_coff_swap_sym_in_hook): Added some documentation.
2871 (dump_toc): Can now diagnose "virtual toc" chicanery.
2872
2873 Fri Nov 17 10:41:25 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
2874
2875 * elf-bfd.h (struct elf_link_hash_table): Change type of
2876 dynsymcount and bucketcount fields from size_t to bfd_size_type.
2877
2878 Fri Nov 17 10:02:58 1995 Ian Lance Taylor <ian@cygnus.com>
2879
2880 * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
2881 pointerize C_LEAFSTAT or C_LEAFEXT entries.
2882
2883 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
2884 DT_INIT and DT_FINI entries if the _init or _fini symbol is
2885 defined or mentioned in a regular file.
2886
2887 Thu Nov 16 15:16:42 1995 Kim Knuttila <krk@cygnus.com>
2888
2889 * coff-ppc.c (ppc_record_data_in_toc_entry): new function
2890 (coff_ppc_relocate_section): Handle TOCDEFN attribute
2891 (coff_ppc_relocate_section): Correct REL24 handling
2892 (ppc_process_before_allocation): Correct TOCDEFN handling
2893
2894 * peicode.h (dir_names): Added name descriptions
2895
2896 Thu Nov 16 03:38:03 1995 Ken Raeburn <raeburn@cygnus.com>
2897
2898 * VERSION: Updated to cygnus-2.6.
2899
2900 Wed Nov 15 19:30:07 1995 Ken Raeburn <raeburn@cygnus.com>
2901
2902 * targets.c (m68k4knetbsd_vec): Declare.
2903
2904 Wed Nov 15 18:05:52 1995 Ian Lance Taylor <ian@cygnus.com>
2905
2906 * targets.c (bfd_target): Change type of second argument to
2907 _bfd_print_private_bfd_data from void * to PTR.
2908 * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
2909 using PTR rather than void *.
2910 * bfd-in2, libbfd.h: Rebuild.
2911 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
2912 to PTR.
2913 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
2914 _bfd_generic_bfd_print_private_bfd_data rather than casting
2915 bfd_true.
2916
2917 Wed Nov 15 04:09:14 1995 Ken Raeburn <raeburn@cygnus.com>
2918
2919 * Makefile.in (.dep1): Fix stupid typo in last change. Remove any
2920 "DO NOT DELETE" lines or blank lines that mkdep writes on some
2921 systems.
2922 (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
2923 BFD64_BACKENDS_CFILES): New variables.
2924 (CFILES): Use them.
2925
2926 Tue Nov 14 11:52:23 1995 Ian Lance Taylor <ian@cygnus.com>
2927
2928 * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
2929 not at the file position of the first section.
2930 * coffcode.h (coff_compute_section_file_positions): Avoid using
2931 unportable #elif.
2932 (coff_write_object_contents): When generating a PPC PE executable
2933 with no symbols, round up the file size to a COFF_PAGE_SIZE
2934 boundary.
2935 * cofflink.c (_bfd_coff_final_link): If there are no symbols,
2936 don't write out a string table.
2937
2938 * elf.c (bfd_section_from_shdr): When using a different section
2939 header, pass the new one to _bfd_elf_make_section_from_shdr.
2940 (elf_fake_sections): Don't set sh_info and sh_entsize fields.
2941 (elf_map_symbols): Add section VMA to symbol value when comparing
2942 against 0.
2943 (_bfd_elf_compute_section_file_positions): Only build symbol table
2944 if there are some symbols. Set file offset of symtab and strtab
2945 sections.
2946 (assign_file_positions_except_relocs): Remove dosyms parameter.
2947 Change all callers. Never set file offset of symtab and strtab
2948 sections.
2949 (_bfd_elf_copy_private_section_data): New function.
2950 (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
2951 (_bfd_elf_copy_private_symbol_data): New function.
2952 (swap_out_syms): Check for special mapping of st_shndx created by
2953 copy_private_symbol_data.
2954 * elfxx-target.h: Use new copy routines.
2955 * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
2956 (_bfd_elf_copy_private_section_data): Declare.
2957
2958 * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
2959
2960 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
2961 C_NT_WEAK.
2962
2963 * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
2964 _bfd_dummy_target, matching the recent change to archive
2965 recognition.
2966
2967 Mon Nov 13 13:24:38 1995 Ian Lance Taylor <ian@cygnus.com>
2968
2969 * libbfd.c (bfd_get_file_window): Use casts to avoid doing
2970 arithmetic on PTR types.
2971
2972 * aout-target.h (MY(callback)): Set the lma of the sections.
2973
2974 * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
2975 symbol into a reloc against the section.
2976
2977 Mon Nov 13 07:31:35 1995 Kim Knuttila <krk@cygnus.com>
2978
2979 * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
2980 glue for the relocs: IMGLUE and IFGLUE.
2981 (record_toc): new function - tracks toc contents
2982 (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
2983 (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
2984 (ppc_coff_rtype2howto): removed invalid IMGLUE hack
2985 (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
2986 (ppc_record_toc_entry): Removed a debug define (duh)
2987
2988 * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
2989 (pe_print_idata): New function - formats the idata section data
2990 (pe_print_pdata): New function - formats the pdata section data
2991 (pe_print_private_bfd_data): calls to above
2992
2993 Sun Nov 12 12:23:24 1995 Stan Shebs <shebs@andros.cygnus.com>
2994
2995 * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
2996 * coff-rs6000.c (rs6000coff_vec): Add conditional defines
2997 TARGET_SYM and TARGET_NAME for vector and BFD name.
2998 * coff-pmac.c (pmac_xcoff_vec): Remove.
2999 (TARGET_SYM, TARGET_NAME): Define.
3000 * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
3001 machine to 0, not all PowerMacs are 601s.
3002
3003 Fri Nov 10 12:10:14 1995 Ian Lance Taylor <ian@cygnus.com>
3004
3005 * elfcode.h (elf_object_p): Read in any program headers.
3006 * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
3007 based on the program headers, if any.
3008 (elf_fake_sections): Set sh_addr from the vma, not the lma.
3009 (map_program_segments): Set p_paddr of program headers based on
3010 the lma.
3011
3012 Thu Nov 9 13:01:31 1995 Ian Lance Taylor <ian@cygnus.com>
3013
3014 * archive.c (bfd_generic_archive_p): Preserve tdata in case of
3015 failure.
3016
3017 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
3018 trying to do a relocateable link with a non-a.out object file.
3019
3020 * archive.c (bfd_generic_archive_p): Check the first object file
3021 in an archive even if target_defaulted is set. If the object file
3022 has the wrong xvec, reject it.
3023
3024 * aoutx.h (NAME(aout,set_section_contents)): If a section can not
3025 be represented, report the name via _bfd_error_handler.
3026 (translate_to_native_sym_flags): Likewise.
3027 * elf32-mips.c (mips_elf_final_link): Likewise.
3028 * oasys.c (oasys_write_sections): Likewise.
3029
3030 * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
3031 which checks for STYP_OVRFLO sections.
3032 (coff_compute_section_file_positions): If RS6000COFF_C, handle
3033 reloc and lineno count overflows.
3034 (coff_write_object_contents): Call coff_count_linenumbers before
3035 coff_compute_section_file_positions. If RS6000COFF_C, handle
3036 reloc and lineno count overflows.
3037 * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
3038 relocs before dealing with .pad sections. Count overflow section
3039 headers when handling .pad sections.
3040
3041 * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
3042 if RS6000COFF_C.
3043
3044 * xcofflink.c (XCOFF_DESCRIPTOR): Define.
3045 (struct xcoff_link_hash_table): Add descriptor_section and
3046 special_sections fields.
3047 (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
3048 (xcoff_link_add_symbols): Set linkage section alignment. Create
3049 descriptor section. Check for magic symbol names (_text, etc.),
3050 and record them in special_sections if found. Set
3051 XCOFF_DESCRIPTOR flag for a function descriptor, and set its
3052 descriptor field to point back to the function code symbol.
3053 (xcoff_sweep): Always mark the special descriptor_section.
3054 (bfd_xcoff_export_symbol): Check whether the symbol might be a
3055 function descriptor, and mark it if it is.
3056 (bfd_xcoff_size_dynamic_sections): Add new special_sections
3057 parameter, and fill it in. Allocate space for the descriptor
3058 section.
3059 (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
3060 global linkage code. If an undefined function descriptor is
3061 exported, arrange to define it. Warn about any other undefined
3062 exported symbol.
3063 (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
3064 (xcoff_write_global_symbol): Create a function descriptor when
3065 necessary.
3066 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
3067 * bfd-in2.h: Rebuild.
3068
3069 Thu Nov 9 08:40:23 1995 Kim Knuttila <krk@cygnus.com>
3070
3071 * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
3072 (ppc_coff_link_hash_table): new types for hashing
3073 (ppc_coff_link_hash_newfunc): hash entry constructor
3074 (ppc_coff_link_hash_table_init): hash table initializer
3075 (ppc_coff_link_hash_table_create): hash table constructor
3076 (ppc_record_toc_entry): changed references to hash table
3077 (coff_ppc_relocate_section): changed references to hash table
3078
3079 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
3080 * libcoff.h: Rebuild
3081
3082 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
3083 (coff_link_add_symbols): removed toc_offset init
3084
3085 Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com>
3086
3087 * Makefile.in (.dep1): Make sure the file mkdep is to write exists
3088 first.
3089
3090 * configure.in: Added new option --with[out]-mmap. Set USE_MMAP
3091 if it is given and mmep is available.
3092 * acconfig.h: Undef USE_MMAP.
3093 * configure, config.in: Regenerated.
3094 * aoutx.h: If USE_MMAP is not defined, do all symbol and string
3095 table handling the old way.
3096 (aout_get_external_symbols): Don't complain if last byte of string
3097 table is nonzero.
3098 * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
3099 (bfd_free_window) [! USE_MMAP]: Don't define.
3100 (bfd_get_file_window,
3101 _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
3102
3103 Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu>
3104
3105 * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
3106 0xffff0000.
3107
3108 Wed Nov 8 11:31:11 1995 Ian Lance Taylor <ian@cygnus.com>
3109
3110 * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
3111 compatible with AMD generated COFF files. Try to support both AMD
3112 and GNU formats simultaneously.
3113 (coff_a29k_relocate_section): Likewise.
3114
3115 * libbfd.c (bfd_get_file_window): Change writable parameter from
3116 int to boolean; update all callers. Pass MAP_SHARED if not
3117 writable--it's required on Solaris. Cast fprintf argument to
3118 avoid warning.
3119 * bfd-in.h (bfd_get_file_window): Update declaration.
3120 * bfd-in2.h: Rebuild.
3121 * aoutx.h: Update calls to bfd_get_file_window.
3122
3123 * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
3124 Change all uses.
3125 (xcoff_swap_ldhdr_in): New static function.
3126 (xcoff_swap_ldsym_in): New static function.
3127 (xcoff_find_reloc): Handle the case of a single reloc correctly.
3128 (xcoff_link_add_symbols): If we just created a descriptor, pass it
3129 to _bfd_generic_link_add_one_symbol, to save a hash lookup.
3130 Handle XTY_ER/XMC_XO symbols correctly.
3131 (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
3132 rather than normal symbol table.
3133 (bfd_xcoff_import_symbol): It's not an error if the symbol is
3134 already defined with the same absolute value.
3135 (xcoff_mark): When considering called symbols, check whether the
3136 descriptor is from a dynamic object, rather than the symbol
3137 itself.
3138 (xcoff_build_ldsyms): Likewise.
3139
3140 * libbfd.c (bfd_get_file_window): Change return type to boolean.
3141 Cast realloc and malloc return values. If malloc or realloc fail,
3142 set bfd_error_no_memory.
3143 * bfd-in.h (bfd_get_file_window): Change type to boolean.
3144 * bfd-in2.h: Rebuild.
3145
3146 Tue Nov 7 11:53:48 1995 Kim Knuttila <krk@cygnus.com>
3147
3148 * coff-ppc.c (ppc_record_toc_entry): new function.
3149 (in_reloc_p): changed return value.
3150 (coff_ppc_relocate_section): much rework.
3151 (ppc_allocate_toc_section): new function.
3152 (ppc_process_before_allocation): new function.
3153 (ppc_coff_swap_sym_in_hook): new function.
3154
3155 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
3156 (coff_link_add_symbols): initialize toc_offset.
3157
3158 * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
3159 (coff_swap_aouthdr_out): Added more sections to the data
3160 dictionary for the pe file header. Also changed linker version
3161 number on the ppc side.
3162 (dir_names): small improvements to the dictionary printing.
3163 (pe_mkobject_hook): save the file level flags.
3164
3165 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
3166 (pe_tdata): added real_flags field
3167 (coff_tdata): added local_toc_sym_map and access macro
3168
3169 * libcoff.h (coff_link_hash_entry): added toc_offset field
3170 (pe_tdata): added real_flags field
3171 (coff_tdata): added local_toc_sym_map and access macro
3172
3173 * coffcode.h (coff_set_alignment_hook): added hook for PE.
3174 (coff_mkobject): init for local_toc_sym_map
3175 (coff_write_object_contents): set the internal_a.magic to
3176 IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
3177 ppc compilers use.
3178
3179 Tue Nov 7 13:48:58 1995 Ian Lance Taylor <ian@cygnus.com>
3180
3181 * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
3182 entries until both the line number address and the function name
3183 address are too large.
3184
3185 * configure.in: Call AC_CHECK_PROG to find and cache AR.
3186 * configure: Rebuilt.
3187
3188 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
3189 is defined in the environment.
3190
3191 Tue Nov 7 10:57:24 1995 Jeffrey A Law (law@cygnus.com)
3192
3193 * som.c (som_get_section_contents_in_window): Define to use
3194 generic version.
3195
3196 Mon Nov 6 17:13:15 1995 Harry Dolan <dolan@ssd.intel.com>
3197
3198 * coff-i860.c: New file, based on coff-i386.c.
3199 * cpu-i860.c: New file, based on cpu-i386.c.
3200 * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
3201 * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
3202 targets, using i860coff_vec.
3203 * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
3204 trad-core.o and hosts/i860mach3.h.
3205 (i860coff_vec): Use coff-i860.o and cofflink.o.
3206 * configure: Rebuild.
3207 * Makefile.in: Rebuild dependencies.
3208 (ALL_MACHINES): Add cpu-i860.o.
3209 (BFD32_BACKENDS): Add coff-i860.o.
3210 (CFILES): Add cpu-i860.c and coff-i860.c.
3211 * targets.c (i860coff_vec): Declare.
3212 (bfd_target_vector): Add &i860coff_vec.
3213 * archures.c (bfd_i860_arch): Declare.
3214 (bfd_archures_list): Add &bfd_i860_arch.
3215 * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
3216 (coff_set_flags): Handle bfd_arch_i860.
3217 (coff_write_object_contents): Handle I860 a.out magic number.
3218
3219 Mon Nov 6 14:34:07 1995 Ian Lance Taylor <ian@cygnus.com>
3220
3221 * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
3222 the created .tc section to 2.
3223 (xcoff_mark): Don't keep a .loader reloc for a call to an
3224 undefined symbol when creating a shared library.
3225 (xcoff_build_ldsyms): When creating a shared library, generate
3226 global linkage code for a call to an undefined symbol.
3227
3228 Sun Nov 5 21:44:13 1995 Ken Raeburn <raeburn@cygnus.com>
3229
3230 * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
3231 BFD32_BACKENDS, BFD64_BACKENDS.
3232 (.dep1): Put mkdep output in a separate file.
3233 Rebuilt dependencies.
3234
3235 * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
3236 value.
3237
3238 Permit use of mmap when available:
3239
3240 * configure.in: Check for mmap, madvise, mprotect.
3241 * config.in, configure: Regenerated.
3242
3243 * libbfd.c (struct _bfd_window_internal): Define type.
3244 (bfd_init_window, bfd_free_window, bfd_get_file_window): New
3245 functions.
3246 (ok_to_map): New static variable for debugging.
3247 (_bfd_generic_get_section_contents_in_window): New function.
3248 * bfd-in.h (bfd_window_internal): Declare type.
3249 (bfd_window): Define type.
3250 (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
3251 * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
3252 Declare.
3253
3254 * libaout.h (struct aoutdata): Add two window fields.
3255 (obj_aout_sym_window, obj_aout_string_window): New macros.
3256 * aoutx.h (some_aout_object_p): Initialize windows.
3257 (aout_get_external_symbols): Get symbol data and strings in
3258 windows instead of explicitly allocated buffers.
3259 (slurp_symbol_table): Free window instead of memory.
3260 (bfd_free_cached_info): Release windows instead of freeing storage
3261 directly.
3262 (aout_link_free_symbols): Ditto.
3263
3264 * targets.c (bfd_target): Add new field for
3265 get_section_contents_in_window.
3266 (BFD_JUMP_TABLE_GENERIC): Updated.
3267 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
3268 coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
3269 libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
3270 macros for get_section_contents_in_window field.
3271
3272 Sat Nov 4 12:23:26 1995 Fred Fish <fnf@cygnus.com>
3273
3274 * core.c: Renamed to corefile.c
3275 * makefile.dos (OBJS): Change core.o to corefile.o
3276 * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
3277
3278 start-sanitize-gm
3279 Sat Nov 4 10:16:54 1995 Stu Grossman (grossman@cygnus.com)
3280
3281 * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
3282 targ_selvecs to allow debugging under Irix-5 native.
3283
3284 end-sanitize-gm
3285 Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com>
3286
3287 * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
3288 to o. Clobber and restore the list of new csects around the call
3289 to _bfd_generic_link_add_one_symbol, in case it wants to report a
3290 linker error and the linker wants to read the symbol table. Reset
3291 the line number count of a real section even if it has no relocs.
3292 (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
3293
3294 * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
3295 is too small.
3296
3297 Thu Nov 2 23:16:39 1995 Ian Lance Taylor <ian@cygnus.com>
3298
3299 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
3300 an undefined symbol in a shared link.
3301
3302 * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
3303 oldtype from bfd_link_order_type to bfd_link_hash_type. From
3304 phdm@info.ucl.ac.be (Philippe De Muyter).
3305
3306 Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
3307
3308 * coff-m88k.c (rtype2howto): New static function.
3309 (RTYPE2HOWTO): Use it rather than a macro definition.
3310
3311 * coffcode.h (coff_write_object_contents): set internal_a.magic
3312 to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
3313
3314 * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
3315 define TRAD_HEADER to new file hosts/delta68.h.
3316 m88*-motorola-sysv*, however, does use ptrace-core.o.
3317 * hosts/delta68.h: New file.
3318
3319 * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
3320 bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
3321
3322 Wed Nov 1 13:51:54 1995 Ken Raeburn <raeburn@cygnus.com>
3323
3324 * i386linux.c (MY(vec)): Declare before use.
3325
3326 Wed Nov 1 11:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
3327
3328 * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
3329 Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
3330
3331 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
3332 BFD is not of the right type.
3333 (bfd_elf_get_needed_list): Likewise.
3334 * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
3335 * sunos.c (bfd_sunos_get_needed_list): Likewise.
3336 * xcofflink.c (XCOFF_XVECP): Define.
3337 (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
3338 of the right type.
3339 (bfd_xcoff_import_symbol): Likewise.
3340 (bfd_xcoff_export_symbol): Likewise.
3341 (bfd_xcoff_link_count_reloc): Likewise.
3342 (bfd_xcoff_record_link_assignment): Likewise.
3343 (bfd_xcoff_size_dynamic_sections): Likewise.
3344
3345 * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
3346 table index against the number of symbols for a base relative
3347 reloc.
3348
3349 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
3350 static function.
3351 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
3352 full_aouthdr flag here...
3353 (_bfd_xcoff_bfd_final_link): ...not here.
3354
3355 Tue Oct 31 12:52:02 1995 Fred Fish <fnf@cygnus.com>
3356
3357 * libelf.h: Rename to elf-bfd.h to avoid conflict with
3358 systems that have a system <libelf.h>.
3359 * Makefile.in: Globally replace libelf.h with elf-bfd.h.
3360 * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
3361 elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
3362 elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
3363 elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
3364 elfxx-target.h: Include elf-bfd.h rather than libelf.h.
3365 * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
3366
3367 Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com>
3368
3369 * ecoff.c (ecoff_set_symbol_info): Add new parameter weak. If
3370 set, set BSF_WEAK in symbol. Change all callers.
3371 (ecoff_get_extr): Set weakext based on BSF_WEAK.
3372 (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
3373 _bfd_generic_link_add_one_symbol.
3374 (ecoff_indirect_link_order): Check that the section tdata relocs
3375 are not NULL before using them.
3376
3377 * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
3378 define TRAD_HEADER as hosts/alphalinux.h.
3379 * configure: Rebuild.
3380 * hosts/alphalinux.h: New file.
3381 * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
3382 not int.
3383
3384 Tue Oct 31 12:34:11 1995 Ian Lance Taylor <ian@cygnus.com>
3385
3386 * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
3387 C_ECOMM storage classes.
3388
3389 * xcofflink.c (xcoff_mark_symbol): New static function, broken out
3390 of xcoff_mark.
3391 (xcoff_mark): Call xcoff_mark_symbol.
3392 (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
3393 (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
3394 doing it by hand.
3395 (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
3396
3397 Mon Oct 30 14:53:48 1995 Ian Lance Taylor <ian@cygnus.com>
3398
3399 * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
3400 field.
3401 (xcoff_find_reloc): New static function.
3402 (xcoff_link_add_symbols): Use it.
3403 (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
3404 (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL. Don't
3405 relocate the value of C_DECL.
3406
3407 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
3408
3409 Sat Oct 28 01:25:34 1995 steve chamberlain <sac@slash.cygnus.com>
3410
3411 * cofflink.c (_bfd_coff_generic_relocate_section): Make
3412 callback decide what goes in .relocs.
3413 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
3414 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
3415 there is one.
3416
3417 Sat Oct 28 01:51:02 1995 Ian Lance Taylor <ian@cygnus.com>
3418
3419 * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
3420 absolute section.
3421
3422 Fri Oct 27 18:14:39 1995 Ian Lance Taylor <ian@cygnus.com>
3423
3424 * xcofflink.c: More improvements, mostly to fix handling of
3425 constructors and a few other special cases.
3426 * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
3427 zero, reverting yesterday's change.
3428 * bfd-in.h (bfd_xcoff_link_record_set): Declare.
3429 (bfd_xcoff_link_count_reloc): Declare.
3430 (bfd_xcoff_record_link_assignment): Declare.
3431 * bfd-in2.h: Rebuild.
3432
3433 Fri Oct 27 14:42:15 1995 Niklas Hallqvist <niklas@appli.se>
3434
3435 * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
3436 aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
3437 i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
3438 i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
3439 ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
3440 Change PAGE_SIZE to TARGET_PAGE_SIZE.
3441
3442 * m68knetbsd.c: Ditto as well as add support for the m68k4k object
3443 format.
3444
3445 * netbsd.h: Double ditto (incl. m68k4k support). NetBSD's text
3446 segments includes the a.out header. See to that the magic number
3447 *always* is big-endian.
3448
3449 * config.bfd: Add m68*-hp*-netbsd* case. Cross-pollinate m68k and
3450 m68k4k NetBSD configurations.
3451
3452 * configure.in, configure: Separate i386 & mips NetBSD
3453 configurations from other BSD ones. Don't assume DEC is the only
3454 thing NetBSD/mips run on. Add {m68k,ns32k,sparc}-*-netbsd*
3455 configurations. Add support for m68k4k NetBSD object format.
3456
3457 * libaout.h: Added M_68K4K_NETBSD magic.
3458
3459 * m68k4knetbsd.c: New file.
3460
3461 * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
3462
3463 * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
3464 <machine/endian.h>.
3465
3466 * hosts/mipsnbsd.h: New file.
3467
3468 start-sanitize-gm
3469 Fri Oct 27 09:41:51 1995 Stu Grossman (grossman@cygnus.com)
3470
3471 * config.bfd: Add config stuff for mips*-*-magic* to set
3472 targ_defvec to ecoff_big_vec.
3473
3474 end-sanitize-gm
3475 Thu Oct 26 14:16:47 1995 Ian Lance Taylor <ian@cygnus.com>
3476
3477 * xcofflink.c: Numerous changes to get closer to a working XCOFF
3478 linker.
3479 * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
3480 toc_section, and entry_section fields.
3481 (struct xcoff_section_tdata): Remove ldrel_count field.
3482 * libcoff.h: Rebuild.
3483 * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
3484 fields.
3485 (coff_compute_section_file_positions): If RS6000COFF_C, generate
3486 full a.out header if full_aouthdr is set in xcoff_data.
3487 (coff_write_object_contents): Likewise. Set o_snentry and o_sntoc
3488 based on sections stored in xcoff_data.
3489 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
3490 fields.
3491 (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
3492 (rs6000coff_vec): Set symbol_leading_char to '.'.
3493 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
3494 value stored in ret rather than returning a pointer value.
3495
3496 Wed Oct 25 23:10:39 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3497
3498 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
3499 format for now.
3500
3501 Wed Oct 25 16:19:27 1995 Jeffrey A Law (law@cygnus.com)
3502
3503 * som.c (som_slurp_string_table): Allocate the strings with malloc
3504 since they're free'd by free_cached_info.
3505 (som_slurp_symbol_table): Similarly for the symbol table.
3506
3507 Wed Oct 25 14:59:22 1995 Per Bothner <bothner@kalessin.cygnus.com>
3508
3509 * Makefile.in (diststuff): Don't make headers.
3510
3511 Wed Oct 25 11:32:54 1995 Ian Lance Taylor <ian@cygnus.com>
3512
3513 * Makefile.in: Rebuild dependencies.
3514
3515 * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
3516 output_bfd is not SunOS.
3517 (bfd_sunos_size_dynamic_sections): Likewise. Don't scan relocs of
3518 non-SunOS input files.
3519
3520 * xcofflink.c: Extensive changes to support linking shared objects
3521 and generating a .loader section.
3522 * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
3523 (struct xcoff_section_tdata): Add lineno_count, first_symndx,
3524 last_symndx, and ldrel_count fields.
3525 * libcoff.h: Rebuild.
3526 * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
3527 * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
3528 is set.
3529 * bfd-in.h (bfd_xcoff_import_symbol): Declare.
3530 (bfd_xcoff_export_symbol): Declare.
3531 (bfd_xcoff_size_dynamic_sections): Declare.
3532 * bfd-in2.h: Rebuild.
3533
3534 Tue Oct 24 17:44:20 1995 Stan Shebs <shebs@andros.cygnus.com>
3535
3536 * configure.in: Add xcofflink.o to pmac_xcoff_vec.
3537 * configure: Rebuild.
3538 * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
3539 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
3540 contents.
3541 (pmac_xcoff_vec): Update to use new xcoff support.
3542 * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
3543 (xcoff_write_armap): Declare buf as unsigned char.
3544 * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
3545
3546 * mpw-make.sed: Generalize subdir_do edit.
3547
3548 Tue Oct 24 10:25:01 1995 Jeffrey A Law (law@cygnus.com)
3549
3550 * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
3551 correctly. Don't initialize asect->vma.
3552
3553 Fri Oct 20 13:23:48 1995 Ken Raeburn <raeburn@cygnus.com>
3554
3555 * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
3556 something a little less than the page size.
3557
3558 Thu Oct 19 13:06:09 1995 Ian Lance Taylor <ian@cygnus.com>
3559
3560 * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
3561
3562 Wed Oct 18 16:20:08 1995 steve chamberlain <sac@slash.cygnus.com>
3563
3564 * coff-i386.c (coff_i386_reloc_type_lookup): New.
3565 * coffcode.h (coff_write_object_contents): If .bss is before
3566 .data us that as data_start.
3567 * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
3568 calc correct.
3569 * peicode.h (add_data_entry): Use _cooked_size of data directory.
3570 (coff_swap_outhdr_out): Hardwire in version number.
3571
3572 Wed Oct 18 16:50:54 1995 Ken Raeburn <raeburn@cygnus.com>
3573
3574 * sunos.c (sunos_add_dynamic_symbols): Rename local variables
3575 major and minor to *_vno, since the former are also macros in
3576 SunOS header files. Cast result of bfd_alloc to appropriate
3577 type.
3578
3579 * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
3580 before assigning to sec_data.
3581
3582 Wed Oct 18 13:25:17 1995 Ian Lance Taylor <ian@cygnus.com>
3583
3584 * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
3585 now relative to the section, not absolute.
3586 * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
3587 get the file name when there is a N_SO directory name. When
3588 handling stabs, remember that section->vma was added to the
3589 offset.
3590
3591 Tue Oct 17 18:24:54 1995 Ian Lance Taylor <ian@cygnus.com>
3592
3593 * sunos.c (struct sunos_link_hash_table): Add needed field.
3594 (sunos_link_hash_table_create): Call bfd_release, not free.
3595 (sunos_link_hash_table_create): Initialize needed field.
3596 (sunos_add_dynamic_symbols): Record needed objects.
3597 (bfd_sunos_get_needed_list): New function.
3598 * bfd-in.h (bfd_sunos_get_needed_list): Declare.
3599 * bfd-in2.h: Rebuild.
3600
3601 Mon Oct 16 14:43:59 1995 steve chamberlain <sac@slash.cygnus.com>
3602
3603 * libcoff-in.h (pe_data_type.in_reloc_p): New.
3604
3605 Mon Oct 16 10:52:50 1995 Ian Lance Taylor <ian@cygnus.com>
3606
3607 * bfd-in.h (struct bfd_link_needed_list): Rename from
3608 bfd_elf_link_needed_list.
3609 * bfd-in2.h: Rebuild.
3610 * elf.c, elflink.h, libelf.h: Corresponding changes.
3611
3612 Add start at AIX linker support; no shared libraries yet.
3613 * xcofflink.c: New file.
3614 * configure.in (rs600coff_vec): Use xcofflink.o.
3615 * configure: Rebuild.
3616 * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
3617 fields.
3618 (struct xcoff_section_tdata): Define.
3619 (xcoff_section_data): Define macro.
3620 (_bfd_xcoff_bfd_link_hash_table_create): Declare.
3621 (_bfd_xcoff_bfd_link_add_symbols): Declare.
3622 (_bfd_xcoff_bfd_final_link): Declare.
3623 (_bfd_ppc_xcoff_relocate_section): Declare.
3624 * libcoff.h: Rebuild.
3625 * coff-rs6000.c: Clean up a bit.
3626 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
3627 cputype, csects, and debug_indices.
3628 (xcoff_copy_private_bfd_data): Copy cputype.
3629 (xcoff_howto_table): Rename from rs6000coff_howto_table.
3630 (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
3631 (xcoff_reloc_type_lookup): Rename from
3632 rs6000coff_reloc_type_lookup.
3633 (coff_relocate_section): Define.
3634 (_bfd_xcoff_sizeof_headers): Define.
3635 (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
3636 (_bfd_xcoff_bfd_relax_section): Define.
3637 (_bfd_xcoff_bfd_link_split_section): Define.
3638 (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
3639 coff.
3640 * coffcode.h (coff_compute_section_file_positions): If AIX,
3641 increment sofar by SMALL_AOUTSZ if not executable.
3642 (coff_write_object_contents): If AIX, always output an a.out
3643 header; if not executable, header size of SMALL_AOUTSZ.
3644 * hash.c (struct bfd_strtab_hash): Add xcoff field.
3645 (_bfd_stringtab_init): Initialize xcoff field.
3646 (_bfd_xcoff_stringtab_init): New function.
3647 (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
3648 (_bfd_stringtab_emit): In XCOFF mode, write out length.
3649 * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
3650 * libbfd.h: Rebuild.
3651 * Makefile.in: Rebuild dependencies.
3652 (BFD32_BACKENDS): Add xcofflink.o.
3653 (CFILES): Add xcofflink.c.
3654
3655 * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
3656 SEC_NO_FLAGS, for .acommon section. From Peter Schauer
3657 <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
3658
3659 Sat Oct 14 21:36:02 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3660
3661 * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
3662
3663 Fri Oct 13 17:48:43 1995 Ken Raeburn <raeburn@cygnus.com>
3664
3665 * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
3666 * config.in: Regenerated.
3667
3668 * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
3669 (_bfd_chunksize): New variable.
3670 (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
3671 for obstack chunk size.
3672 * configure.in: Check for getpagesize.
3673 * configure: Regenerated.
3674
3675 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3676
3677 * trad-core.c (rawptr): Make it a local variable of
3678 ptrace_unix_core_file_p.
3679
3680 Fri Oct 13 11:22:01 1995 steve chamberlain <sac@slash.cygnus.com>
3681
3682 * coff-arm.c (in_reloc_p): New.
3683 * coff-i386.c (in_reloc_p): New.
3684 * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
3685 (coff_write_object_contents): Only set has_reloc_section
3686 if PE_IMAGE.
3687 * cofflink.c (_bfd_coff_generic_relocate_section): Call
3688 in_reloc_p to decide if reloc should be emitted.
3689 * libcoff.h (pe_data_type.in_reloc_p): New.
3690 * peicode.h (pe_mkobject): Initialize in_reloc_p.
3691
3692 Wed Oct 11 00:49:29 1995 Ian Lance Taylor <ian@cygnus.com>
3693
3694 * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
3695 (_bfd_coff_read_internal_relocs): Likewise.
3696 * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
3697 (_bfd_coff_read_internal_relocs): Likewise.
3698
3699 * elflink.h (elf_link_add_object_symbols): Correct conditions
3700 under which type and size change warnings are issued.
3701
3702 Tue Oct 10 18:32:46 1995 Ian Lance Taylor <ian@cygnus.com>
3703
3704 * coffgen.c (coff_count_linenumbers): Don't count line numbers for
3705 a symbol which is not in a real section.
3706 (coff_write_native_symbol): Corresponding change.
3707
3708 * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
3709 coff_link_hash_newfunc and make non-static.
3710 (_bfd_coff_link_hash_table_init): New function, broken out of
3711 _bfd_coff_link_hash_table_create.
3712 (_bfd_coff_link_hash_table_create): Use it.
3713 (process_embedded_commands): Make static.
3714 * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
3715 (_bfd_coff_link_hash_table_init): Declare.
3716 * libcoff.h: Rebuild.
3717
3718 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
3719 field in XCOFF tdata.
3720 (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
3721 U802ROMAGIC, for clarity. Try to set arch and machine correctly
3722 based on cputype stored in a.out header, or in n_type of initial
3723 .file symbol.
3724 (coff_write_object_contents): Set cputype correctly in a.out
3725 header.
3726 (coff_slurp_symbol_table): Add casts to file_ptr to avoid
3727 warnings.
3728 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
3729 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear
3730 old resv1 field.
3731 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
3732 * libcoff.h: Rebuild.
3733
3734 * cpu-rs6000.c (rs6000_compatible): New static function.
3735 (bfd_rs6000_arch): Use it.
3736 * cpu-powerpc.c (powerpc_compatible): New static function.
3737 (arch_info_struct): Define various flavours of PowerPC.
3738 (bfd_powerpc_arch): Use powerpc_compatible. Point at
3739 arch_info_struct.
3740
3741 Tue Oct 10 10:50:46 1995 Fred Fish <fnf@cygnus.com>
3742
3743 * Makefile.in (FLAGS_TO_PASS): Remove BISON.
3744
3745 Tue Oct 10 01:28:29 1995 Ian Lance Taylor <ian@cygnus.com>
3746
3747 * elflink.h (elf_link_add_object_symbols): Don't warn about
3748 changing the size or type if the old definition was weak.
3749
3750 Mon Oct 9 11:24:08 1995 Ian Lance Taylor <ian@cygnus.com>
3751
3752 * coffcode.h (combined_entry_type): Add fix_line field.
3753 (coff_slurp_line_table): Warn if we try to set the lineno field of
3754 a symbol twice.
3755 (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
3756 C_EINCL by setting fix_line. Fix C_BSTAT symbol value.
3757 * coffgen.c (coff_mangle_symbols): Handle fix_line.
3758 (coff_write_symbol): Only use N_DEBUG if the symbol is in the
3759 absolute section.
3760 (coff_print_symbol): Print fix_value symbols in a useful fashion.
3761 * libcoff.h: Rebuild.
3762
3763 * libcoff-in.h (struct xcoff_tdata): Define.
3764 (xcoff_data): Define.
3765 * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
3766 * bfd-in2.h, libcoff.h: Rebuild.
3767 * coff-rs6000.c (xcoff_mkobject): New static function.
3768 (coff_mkobject): Define.
3769 (xcoff_copy_private_bfd_data): New static function.
3770 (coff_bfd_copy_private_bfd_data): Define.
3771 (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
3772 signed to bitfield.
3773 (rs6000coff_vec): Add DYNAMIC to object_flags.
3774 * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
3775 .loader sections specially.
3776 (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
3777 section alignment from the XCOFF tdata information.
3778 (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
3779 F_SHROBJ, and copy the extra a.out header information into the
3780 XCOFF tdata structure.
3781 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
3782 F_DYNLOAD and the extra a.out header information.
3783 (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
3784 C_HIDEXT symbol with attached csect information.
3785 * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
3786 in the o_maxdata field.
3787 (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
3788 * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
3789 end if BSF_NOT_AT_END is set.
3790
3791 * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
3792 _bfd_read_ar_hdr_fn.
3793 * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
3794 * bfd-in2.h, libbfd.h: Rebuild.
3795 * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
3796 return value.
3797 (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
3798 (bfd_slurp_bsd_armap_f2): Likewise.
3799 (_bfd_slurp_extended_name_table): Likewise.
3800
3801 Fri Oct 6 16:18:35 1995 Ken Raeburn <raeburn@cygnus.com>
3802
3803 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3804
3805 * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
3806 when the symbol table is empty.
3807
3808 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
3809 space for section symbols, since we don't output them either.
3810 (elf_m68k_adjust_dynindx): Removed.
3811
3812 * ptrace-core.c (rawptr): Make it a local variable of
3813 ptrace_unix_core_file_p.
3814
3815 Fri Oct 6 12:24:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3816
3817 * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
3818 NULL.
3819
3820 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
3821 Mac object file formats.
3822
3823 Fri Oct 6 12:04:02 1995 Ian Lance Taylor <ian@cygnus.com>
3824
3825 * coffgen.c (coff_fix_symbol_name): Don't try to set up file
3826 auxent if there isn't one.
3827 (coff_write_symbols): If there is no file auxent, use SYMNMLEN
3828 rather than FILNMLEN as the maximum name length.
3829
3830 * coffcode.h (bfd_coff_backend_data): Add new field
3831 _bfd_coff_print_aux.
3832 (bfd_coff_print_aux): New static function.
3833 (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
3834 scnlen field of an XTY_LD csect aux entry.
3835 (coff_print_aux): New static function.
3836 (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
3837 in coff_pointerize_aux_hook.
3838 (bfd_coff_std_swap_table): Initialize new field.
3839 * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
3840 * libcoff.h: Rebuild.
3841 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
3842 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3843
3844 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
3845 if there are symbols, for native AIX ld compatibility.
3846
3847 * coffcode.h (bfd_coff_backend_data): Add new field
3848 _bfd_coff_pointerize_aux_hook.
3849 (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
3850 or I960, and as 0 otherwise.
3851 (bfd_coff_std_swap_table): Initialize new field.
3852 * libcoff.h: Rebuild.
3853 * coffgen.c (coff_pointerize_aux): Change parameters to take
3854 symbol pointer instead of type and class, and to take aux index.
3855 Call _bfd_coff_pointerize_aux_hook if it is defined.
3856 (coff_get_normalized_symtab): Always call coff_pointerize_aux.
3857 * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
3858 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3859
3860 * coff-rs6000.c: Add full support for AIX archives. Rewrite old
3861 read-only/host-only support.
3862
3863 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
3864 BSF_LOCAL.
3865 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
3866 RS6000COFF_C.
3867
3868 * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
3869 BFD_JUMP_TABLE_ARCHIVE accordingly.
3870 * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
3871 (_bfd_compute_and_write_armap): Declare.
3872 (_bfd_generic_read_ar_hdr): Declare.
3873 (_bfd_read_ar_hdr): Define.
3874 (_bfd_noarchive_read_ar_hdr): Define.
3875 (_bfd_archive_bsd_read_ar_hdr): Define.
3876 (_bfd_archive_coff_read_ar_hdr): Define.
3877 * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
3878 _bfd_read_ar_hdr instead.
3879 (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
3880 (_bfd_compute_and_write_armap): Rename from
3881 compute_and_write_armap. Make non-static. Change all callers.
3882 * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
3883 than _bfd_snarf_ar_hdr.
3884 * aout-target.h (MY_read_ar_hdr): Define if not defined.
3885 * ieee.c (ieee_read_ar_hdr): Define.
3886 * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
3887 * oasys.c (oasys_read_ar_hdr): Define.
3888 * som.c (som_read_ar_hdr): Define.
3889 * bfd-in2.h, libbfd.h: Rebuild.
3890
3891 Thu Oct 5 14:04:07 1995 steve chamberlain <sac@slash.cygnus.com>
3892
3893 * peicode.c (coff_swap_filehdr_in): If symptr is
3894 zero, there aren't any symbols, even if nsyms is set.
3895
3896 Thu Oct 5 11:45:02 1995 Ian Lance Taylor <ian@cygnus.com>
3897
3898 * libecoff.h (struct ecoff_backend_data): Add adjust_headers
3899 field.
3900 * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
3901 sections, and set styp correctly for them: .got, .hash, .dynamic,
3902 .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
3903 (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
3904 types.
3905 (ecoff_sort_hdrs): New static function.
3906 (ecoff_compute_section_file_positions): Return boolean, not void.
3907 Sort the sections by VMA before looking through them. Put the
3908 first non SEC_ALLOC section on a new page. Put every SEC_ALLOC
3909 section on an appropriate boundary within the page.
3910 (ecoff_compute_reloc_file_positions): Check return value of
3911 ecoff_compute_section_file_positions.
3912 (_bfd_ecoff_set_section_contents): Likewise.
3913 (_bfd_ecoff_write_object_contents): Check for various Alpha
3914 section types when incrementing text_size and data_size. Call
3915 adjust_headers backend function if it exists.
3916 * coff-alpha.c (alpha_adjust_headers): New static function.
3917 (alpha_ecoff_backend_data): Initialize adjust_headers field.
3918 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3919
3920 * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
3921
3922 Wed Oct 4 18:15:02 1995 Jeff Law (law@hurl.cygnus.com)
3923
3924 * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
3925 of ALTERNATE_AIX_CORE_FORMAT.
3926 * configure.in (aix4): No longer need CORE_FLAGS.
3927 * configure: Updated.
3928
3929 Wed Oct 4 15:36:36 1995 Ken Raeburn <raeburn@cygnus.com>
3930
3931 NS32k changes from Ian Dall:
3932 * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
3933 macros.
3934 (aout_link_input_section_std, aout_link_input_section_ext,
3935 aout_link_reloc_link_order): Call them instead of _bfd_*
3936 versions.
3937 * aout-target.h (MY_exec_header_not_counted): New macro, defaults
3938 to zero.
3939 (backend_data): Use it instead of hardcoded zero.
3940
3941 * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
3942 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
3943
3944 * ns32knetbsd.c: Include bfd.h.
3945 (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
3946 (MY_bfd_reloc_type_lookup): Declare function too.
3947 * pc532-mach.c (set_sizes): Don't declare.
3948 (MY_text_includes_header, MY_exec_header_not_counted): Define.
3949 (backend_data, MY_backend_data): Don't define.
3950
3951 * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
3952 ns32k-*-lites* like ns32k-*-netbsd*.
3953
3954 * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
3955 compile on lites.
3956
3957 Wed Oct 4 14:15:52 1995 Ian Lance Taylor <ian@cygnus.com>
3958
3959 * coffcode.h (coff_write_object_contents): Restore setting
3960 f_timdat to 0, deleted on August 22.
3961
3962 Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
3963
3964 * coffcode.h (coff_bfd_copy_private_symbol_data,
3965 coff_bfd_copy_private_section_data,
3966 coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
3967 * peicode.h (coff_bfd_copy_private_bfd_data): New
3968 (pe_bfd_copy_private_bfd_data): New.
3969 (coff_swap_scnhdr_in): Swap bss size into the right place.
3970 (pe_print_private_bfd_data): Add some newlines.
3971
3972 Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl.cygnus.com)
3973
3974 * som.c (setup_sections): Don't die if a space has no subspaces.
3975
3976 Mon Oct 2 14:08:55 1995 Ian Lance Taylor <ian@cygnus.com>
3977
3978 * elflink.h (elf_link_add_object_symbols): Don't let a weak
3979 dynamic symbol override a common symbol. Don't change the size or
3980 type if they have been set and the new symbol is not a definition.
3981 Warn if the size or type changes.
3982
3983 Sun Oct 1 01:34:41 1995 Jeff Law (law@hurl.cygnus.com)
3984
3985 * som.c (som_begin_writing): Don't write the symbol table or
3986 symbol strings.
3987 (som_finish_writing): Write them here. Place them after the
3988 subspace data, but before the relocs.
3989
3990 Fri Sep 29 11:01:55 1995 Ian Lance Taylor <ian@cygnus.com>
3991
3992 * sunos.c (sunos_add_one_symbol): Just pass false, not
3993 info->shared_library, to sunos_create_dynamic_sections.
3994 (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
3995 section.
3996 (sunos_check_dynamic_reloc): Remove .text section assertion.
3997
3998 Thu Sep 28 18:48:47 1995 Stan Shebs <shebs@andros.cygnus.com>
3999
4000 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
4001 * configure, configure.in: Add pmac_xcoff_vec case.
4002 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
4003 * coff-pmac.c: New file, PowerMac XCOFF support.
4004 * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
4005 * targets.c (pmac_xcoff_vec): Declare.
4006
4007 * mpw-config.in: Various changes to be compatible with the
4008 autoconf-based configury.
4009 * mpw-make.sed: New file, sed commands to translate Unix
4010 makefile into MPW syntax.
4011 * mpw-make.in: Remove.
4012 * hosts/mpw.h: Remove.
4013 * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
4014 true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
4015
4016 Thu Sep 28 17:06:23 1995 steve chamberlain <sac@slash.cygnus.com>
4017
4018 * binary.c (binary_get_symtab): Return an empty string on error.
4019 * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
4020
4021 Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
4022
4023 * coff-ppc.c: Reformatted according to gnu conventions
4024 Removed irrelevant "if 0" code
4025
4026 Thu Sep 28 11:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
4027
4028 * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
4029 symbols rather than as indirect symbols.
4030 (MY(slurp_symbol_table)): Don't do anything special about
4031 secondary symbols.
4032
4033 * coffcode.h (coff_new_section_hook): Make sure that the alignment
4034 of .ctors and .dtors sections is no larger than 2.
4035
4036 * sunos.c (sunos_add_one_symbol): Don't change
4037 bfd_link_hash_common to bfd_link_hash_new, since it may be on the
4038 undef list.
4039 (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
4040 dynamic symbols when creating a shared library.
4041 (sunos_scan_ext_relocs): Handle relocs correctly when creating a
4042 shared library.
4043 (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
4044 written even if it is not defined in a regular object.
4045 (sunos_write_dynamic_symbol): Use plt_offset for the address of
4046 the jump table reloc. Add an assertion. Use RELOC_JMP_SLOT
4047 rather than the constant 22.
4048 (sunos_check_dynamic_reloc): Handle creating a shared library.
4049 (sunos_finish_dynamic_link): Set the first entry in the GOT to
4050 zero when creating a shared library.
4051 * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
4052 write it out at the start of the symbol table.
4053
4054 * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
4055
4056 Thu Sep 28 00:58:05 1995 Doug Evans <dje@deneb.cygnus.com>
4057
4058 * config.bfd: Add arm-*-coff.
4059 * configure.in, configure: Add armcoff_{little,big}_vec.
4060 * targets.c (armcoff_{little,big}_vec): Declare.
4061 (bfd_target_vector): Add armcoff_{little,big}_vec.
4062 * coff-arm.c (armcoff_{little,big}_vec): Always define.
4063
4064 Wed Sep 27 10:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
4065
4066 * targets.c (bfd_find_target): Remove debugging code.
4067
4068 Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
4069
4070 * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
4071 support on powerpc.
4072 * Makefile.in: added *-ppc files
4073 * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
4074 allow pe based .o's to be shared with other tools on ppc/NT
4075 * config.bfd: added powerpc[le]-[pe|winnt] config support
4076 * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
4077 * peicode.h: Added more section flags for PE on ppc
4078 Added coff_swap_filehdr_out to allow peicode.h to be
4079 used for non-image PE files on ppc.
4080 Check for image, or not, before copying pe_opthdr
4081 * targets.c: Added new bfd's
4082 * targets.c: Removed two inactive bfds that shouldn't have made it this
4083 far.
4084
4085 Tue Sep 26 14:06:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4086
4087 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
4088 explicit values to initialize all relocs. Change all users.
4089 (ppc_elf_brtaken_inner): New function to handle branch predicition
4090 relocs.
4091 (ppc_elf_brtaken_reloc): Ditto.
4092 (ppc_elf_howto_raw): Use new functions. Make sure all unsupported
4093 relocs use ppc_elf_unsupported_reloc.
4094 (ppc_elf_merge_private_bfd_data): Keep track of whether an error
4095 needs to be reported.
4096 (ppc_elf_relocate_section): Support branch prediction relocs.
4097
4098 Tue Sep 26 12:48:05 1995 Ian Lance Taylor <ian@cygnus.com>
4099
4100 * bfd.c (bfd_assert): Remove \n from string passed to
4101 _bfd_error_handler.
4102
4103 * coff-i386.c: (TWO_DATA_SECS): Don't define.
4104 * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
4105 (bfd_coff_make_section_hook): Don't define.
4106 (coff_make_section_hook): Remove.
4107 (sec_to_styp_flags): Remove TWO_DATA_SECS case.
4108 (styp_to_sec_flags): Likewise.
4109 (coff_write_object_contents): Likewise.
4110 (bfd_coff_std_swap_table): Don't initialize make_section_hook
4111 field.
4112 * libcoff.h: Rebuild.
4113 * coffgen.c (make_a_section_from_file): Just call
4114 bfd_make_section_anyway, not bfd_make_section or
4115 bfd_coff_make_section_hook.
4116 * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
4117 * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
4118 * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
4119 make_section_hook field.
4120 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4121
4122 * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
4123 pointers into value field for warning and indirect symbols; just
4124 leave the value field alone.
4125 * linker.c (generic_link_add_symbol_list): Use next symbol for
4126 warning and indirect symbols, rather than looking in symbol value.
4127 * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
4128 parameter. Change all callers. Remove support for indirect
4129 symbols; it didn't work anyhow.
4130 (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
4131 * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
4132 * bfd-in2.h: Rebuild.
4133
4134 Mon Sep 25 16:04:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4135
4136 * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
4137 go back to telling the tools this reloc operates on 32 bits.
4138
4139 Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com>
4140
4141 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
4142 rather than a direct fprintf.
4143 * archive.c (_bfd_write_archive_contents): Likewise.
4144 * coffcode.h (coff_slurp_symbol_table): Likewise.
4145 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
4146 (ppc_elf_unsupported_reloc): Likewise.
4147 (ppc_elf_relocate_section): Likewise.
4148 * i386linux.c (linux_tally_symbols): Likewise.
4149 (linux_finish_dynamic_link): Likewise.
4150 * osf-core.c (osf_core_core_file_p): Likewise.
4151 * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
4152 * som.c (som_sizeof_headers): Likewise.
4153 * srec.c (srec_bad_byte): Likewise.
4154 * bfd.c (bfd_assert): Likewise. Also change file to be const.
4155 * libbfd-in.h (bfd_assert): Declare first parameter const.
4156 * libbfd.h: Rebuild.
4157 * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
4158 bfd_reloc_overflow is enough.
4159 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
4160 * coff-h8500.c (rtype2howto): Likewise.
4161 * coff-z8k.c (rtype2howto): Likewise.
4162 * coffcode.h (dummy_reloc16_extra_cases): Likewise.
4163 * elf.c (_bfd_elf_get_lineno): Likewise.
4164 (_bfd_elf_no_info_to_howto): Likewise.
4165 (_bfd_elf_no_info_to_howto_rel): Likewise.
4166 * hp300hpux.c (convert_sym_type): Likewise.
4167 (MY(swap_std_reloc_in)): Likewise.
4168 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
4169
4170 * libaout.h (struct aoutdata): Add line_buf field.
4171 * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
4172 and filename_buffer. Instead, use a malloc buffer stored in the
4173 new line_buf field. Remove length restrictions.
4174
4175 * coffgen.c (string_size): Remove static variable.
4176 (debug_string_size, debug_string_section): Likewise.
4177 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
4178 and debug_string_size_p parameters. Use them instead of the
4179 global variables. Change all callers.
4180 (coff_write_symbol): Likewise.
4181 (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
4182 (coff_write_symbols): Add local variables to replace removed
4183 global variables.
4184
4185 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
4186 function, and line_base fields.
4187 * libcoff.h: Rebuild.
4188 * coffgen.c (coff_find_nearest_line): Use section tdata to cache
4189 information, rather than using static variables.
4190
4191 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
4192 file. From Peter DeWolf <pld@amt.tay1.dec.com>.
4193
4194 * init.c (initialized): Remove static variable.
4195 (bfd_init): Don't bother setting initialized.
4196 (bfd_check_init): Remove.
4197 * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
4198 * libbfd.h: Rebuild.
4199
4200 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4201
4202 * rs6000-core.c (rs6000coff_core_p): Don't check the core file
4203 size for full core dumps. Copy core file header to private data.
4204 (rs6000coff_core_file_failing_command,
4205 rs6000coff_core_file_failing_signal): New functions to extract
4206 the file name and terminating signal from the core file.
4207 * coff-rs6000.c: Use them.
4208
4209 Fri Sep 22 17:44:47 1995 Ian Lance Taylor <ian@cygnus.com>
4210
4211 Change arch info to be const, initialized at compile time.
4212 * archures.c: Reindent many functions. Change CONST to const.
4213 (bfd_arch_info_type): Make arch_name const. Remove disassemble;
4214 nothing set it anyhow. Make next const.
4215 (bfd_arch_info_list): Remove.
4216 (bfd_archures_list): Rename from archures_init_table. Change from
4217 a table of function pointers to a table of bfd_arch_info_type
4218 structure addresses.
4219 (bfd_scan_arch): Rewrite accordingly. Return a const pointer.
4220 (bfd_lookup_arch): Likewise.
4221 (bfd_set_arch_info): Rewrite accordingly. Change argument to be a
4222 const pointer.
4223 (bfd_default_arch_struct): Make const.
4224 (bfd_arch_init, bfd_arch_linkin): Remove.
4225 (bfd_get_arch_info): Return a const pointer.
4226 * init.c (bfd_init): Don't call bfd_arch_init.
4227 * bfd.c (struct _bfd): Make arch_info const.
4228 * bfd-in2.h: Rebuild.
4229 * libbfd.h: Rebuild.
4230 * configure.in: Put & before everything in $selarchs.
4231 * configure: Rebuild.
4232 * cpu-*.c: Change bfd_*_arch from a function which calls
4233 bfd_arch_linkin to a const structure.
4234 * ieee.c (ieee_object_p): Make arch const.
4235
4236 Fri Sep 22 16:23:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4237
4238 * reloc.c (bfd_reloc_code_type): Add relocations to support all of
4239 PowerPC V.4.
4240 * bfd-in2.h: Regenerate.
4241 * libbfd.h: Regenerate.
4242
4243 * elf32-ppc.c (reloc_type): Update names to match current draft.
4244 (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
4245 relative. Update names to current V.4 draft.
4246 (ppc_elf_reloc_type_lookup): Add support for more relocations.
4247 (ppc_elf_relocate_section): Rename relocations to match draft.
4248
4249 Thu Sep 21 21:53:18 1995 Michael Meissner <meissner@cygnus.com>
4250
4251 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
4252 compiled with -mrelocatable-lib to be linked with either normal
4253 modules or -mrelocatable modules.
4254
4255 Wed Sep 20 12:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
4256
4257 * coffcode.h (coff_write_object_contents): Clear the vstamp field
4258 in the a.out header.
4259
4260 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
4261 a reloc against a local symbol, even if it's not a section.
4262
4263 Tue Sep 19 17:02:26 1995 Ian Lance Taylor <ian@cygnus.com>
4264
4265 * targets.c (bfd_target): Remove unused align_power_min field.
4266 * bfd-in2.h: Rebuild.
4267 * All backends: Remove initialization of align_power_min.
4268
4269 Tue Sep 19 14:02:21 1995 steve chamberlain <sac@slash.cygnus.com>
4270
4271 * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
4272
4273 Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
4274
4275 * config.bfd (mips-dec-netbsd*): New target.
4276 * configure.host (mips-dec-netbsd*): New host.
4277 * configure.in (mips-dec-netbsd*): New native.
4278 * configure: Rebuild.
4279
4280 Fri Sep 15 10:24:36 1995 Ian Lance Taylor <ian@cygnus.com>
4281
4282 Make the COFF backend linker merge common types:
4283 * cofflink.c (struct coff_debug_merge_element): Define.
4284 (struct coff_debug_merge_type): Define.
4285 (struct coff_debug_merge_hash_entry): Define.
4286 (struct coff_debug_merge_hash_table): Define.
4287 (coff_debug_merge_hash_table_init): Define.
4288 (coff_debug_merge_hash_table_free): Define.
4289 (coff_debug_merge_hash_lookup): Define.
4290 (struct coff_final_link_info): Add debug_merge field.
4291 (coff_debug_merge_hash_newfunc): New static function.
4292 (_bfd_coff_final_link): Allocate and free debug_merge table.
4293 (coff_link_input_bfd): Merge identical enum, struct and union
4294 types.
4295
4296 Thu Sep 14 14:53:58 1995 Ian Lance Taylor <ian@cygnus.com>
4297
4298 Convert i960 COFF to use COFF backend linker.
4299 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
4300 structure to store the symbol being used.
4301 (coff_i960_start_final_link): New static function.
4302 (coff_i960_relocate_section): New static function.
4303 (coff_i960_adjust_symndx): New static function.
4304 (coff_start_final_link): Define.
4305 (coff_relocate_section): Define.
4306 (coff_adjust_symndx): Define.
4307 * coffcode.h (bfd_coff_backend_data): Add new callback function
4308 _bfd_coff_start_final_link.
4309 (bfd_coff_start_final_link): Define.
4310 (coff_start_final_link): Define if not defined.
4311 (bfd_coff_std_swap_table): Add coff_start_final_link.
4312 * cofflink.c (_bfd_coff_internal_syment_name): Make globally
4313 visible.
4314 (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
4315 function callback is not NULL.
4316 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
4317 (_bfd_coff_internal_syment_name): Declare.
4318 * libcoff.h: Rebuild.
4319 * configure.in (icoff_big_vec): Add cofflink.o.
4320 (icoff_little_vec): Likewise.
4321 * configure: Rebuild.
4322
4323 Wed Sep 13 17:38:23 1995 Fred Fish <fnf@rtl.cygnus.com>
4324
4325 * Makefile.in (clean-info): Remove extraneous tab from line
4326 following action.
4327
4328 Wed Sep 13 13:27:53 1995 Ian Lance Taylor <ian@cygnus.com>
4329
4330 * cofflink.c (coff_link_input_bfd): Fail if a section with no
4331 contents has relocs.
4332
4333 Thu Sep 12 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
4334
4335 * coffcode.h (coff_compute_section_file_positions): Keep the
4336 raw size safe.
4337 (coff_write_object_contents): Remember if it's a relocatable
4338 file.
4339 * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
4340 * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
4341 if relocatable file. Swap out saved raw size.
4342
4343 Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com>
4344
4345 * Makefile.in (do_maintainer_clean): Rename from do_realclean.
4346 (maintainer-clean): Rename from realclean, passing
4347 maintainer-clean down to subdirectories, but leave realclean as a
4348 synonym.
4349
4350 * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
4351 warning callback.
4352
4353 * dep-in.sed: Remove config.h from generated dependencies.
4354
4355 * sunos.c (sunos_slurp_dynamic_symtab): New static function,
4356 broken out of sunos_canonicalize_dynamic_symtab.
4357 (sunos_canonicalize_dynamic_symtab): Call new function
4358 sunos_slurp_dynamic_symtab.
4359 (sunos_add_dynamic_symbols): Add three new parameters. Return the
4360 dynamic symbol table to the caller.
4361 * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
4362 callback to override the symbols being read.
4363 * libaout.h (struct aout_backend_data): Add three new parameters
4364 to add_dynamic_symbols callback.
4365
4366 Extensive minor changes to avoid various gcc warnings. Also:
4367 * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
4368 * archures.c (bfd_arch_info_type): Change mach field from long to
4369 unsigned long.
4370 (bfd_lookup_arch): Change machine parameter from long to unsigned
4371 long.
4372
4373 Mon Sep 11 10:55:47 1995 Ian Lance Taylor <ian@cygnus.com>
4374
4375 * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
4376 a symbol with a non-zero plt_offset.
4377
4378 Fri Sep 8 11:47:24 1995 Ian Lance Taylor <ian@cygnus.com>
4379
4380 * elfcode.h (align_file_position): Remove; not used.
4381
4382 * configure.in: Only check for <sys/procfs.h> on a native system,
4383 and make sure it defines prstatus_t.
4384 * configure: Rebuild.
4385
4386 Thu Sep 7 12:48:01 1995 Ian Lance Taylor <ian@cygnus.com>
4387
4388 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
4389
4390 * config.in: Rename from config.h.in.
4391 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
4392 Check for config.h:config.in when creating stamp-h.
4393 * configure: Rebuild.
4394 * Makefile.in (stamp-h): Depend upon config.in rather than
4395 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
4396 calling config.status.
4397
4398 * Makefile.in (do_distclean): Remove config.h and stamp-h.
4399 (Makefile): Just rebuild Makefile.
4400 (config.h, stamp-h): New targets.
4401 * configure.in: Create stamp-h when rebuilding config.h.
4402 * configure: Rebuild.
4403
4404 Wed Sep 6 15:00:33 1995 Ian Lance Taylor <ian@cygnus.com>
4405
4406 * configure.in: Call AC_CONFIG_HEADER. Substitute
4407 HOST_64BIT_LONG. Check that various header files exist. Check
4408 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
4409 and/or free need to be declared. Don't make a link to sysdep.h.
4410 Define TRAD_HEADER for various hosts.
4411 * configure: Rebuild.
4412 * configure.host: Don't set my_host. Add definitions taken from
4413 host header files for various entries. Remove entries which now
4414 do nothing.
4415 * acconfig.h: New file.
4416 * config.h.in: New file, built by autoheader.
4417 * sysdep.h: New file.
4418 * Makefile.in (do_distclean): Don't remove sysdep.h.
4419 (RECONFIG): Remove.
4420 (LOCAL_H_DEPS): New variable.
4421 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
4422 $(RECONFIG).
4423 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
4424 ($(OPTIONAL_BACKENDS)): Likewise.
4425 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
4426 looking through sysdep.h.
4427 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
4428 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
4429 (fprintf_vma, sprintf_vma): Likewise.
4430 (int64_type, uint64_type): Don't define.
4431 * bfd-in2.h: Rebuild.
4432 * archures.c, bfd.c, srec.c: Include <ctype.h>.
4433 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
4434 * lynx-core.c: Include stuff from old hosts/lynx.h.
4435 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
4436 rather than NO_FCNTL.
4437 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
4438 rather than NATIVE_HPPAHPUX_COMPILER.
4439 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
4440 is defined.
4441 * hosts/*.h: Remove all header files which merely include,
4442 declare, and define things. Leave header files which define
4443 information needed by trad-core.c.
4444
4445 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
4446 (BFD_CC_FOR_BUILD): Define.
4447 * configure.in: Use BFD_CC_FOR_BUILD.
4448 * configure: Rebuild.
4449
4450 Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4451
4452 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
4453 * configure: Rebuild.
4454
4455 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
4456 a global symbol.
4457
4458 Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
4459
4460 * config.bfd: i386pe_ve -> i386pe_vec.
4461
4462 Mon Sep 4 14:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
4463
4464 * configure.host: Incorporate host Makefile fragments by setting
4465 shell variables.
4466 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
4467 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
4468 value based on whether the code is being compiled by a cross
4469 compiler. Don't substitute host_makefile_frag or frags.
4470 * aclocal.m4: New file to define local AC_PROG_CC.
4471 * configure: Rebuild.
4472 * Makefile.in (INSTALL): Set to @INSTALL@.
4473 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
4474 (INSTALL_DATA): Set to @INSTALL_DATA@.
4475 (AR): Set to @AR@.
4476 (CC): Define as @CC@.
4477 (CFLAGS): Set to @CFLAGS@.
4478 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
4479 (@host_makefile_frag@): Remove.
4480 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
4481 after other options.
4482 (config.status): Remove dependency upon @frags@.
4483 * config/*.mh, config/README: Remove.
4484
4485 * config.bfd: Rewrite to incorporate the contents of the Makefile
4486 fragments by setting shell variables, rather than merely returning
4487 the name of a Makefile fragment.
4488 * configure.in: Use shell variables set by config.bfd rather than
4489 looking at the target Makefile fragment files. Don't substitute
4490 target_makefile_frag. Do substitute TDEFINES.
4491 * configure: Rebuild.
4492 * Makefile.in (@target_makefile_frag@): Remove.
4493 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
4494 * config/*.mt: Remove.
4495
4496 Mon Sep 4 03:13:28 1995 Ken Raeburn <raeburn@cygnus.com>
4497
4498 * configure.in: Put changequote lines around "i[345]86" patterns
4499 section of core file support.
4500
4501 Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
4502
4503 * som.c (som_bfd_print_private_bfd_data): Define to use the
4504 generic version.
4505
4506 Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
4507
4508 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
4509 entry, text_start and data_start.
4510
4511 Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
4512
4513 * Makefile.in (OFILES): Remove $(TDEPFILES).
4514 * config/apollo.mt (TDEPFILES): Remove.
4515 * config/README: Update.
4516
4517 * configure.in: For a native configuration, set COREFILE and
4518 COREFLAG based on the canonical host name.
4519 * configure: Rebuild.
4520 * Makefile.in: Rebuild dependencies.
4521 (ALL_CFLAGS): Add @COREFLAG@.
4522 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
4523 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
4524 support routines. Check LYNX_CORE rather than HOST_LYNX.
4525 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
4526 * i386lynx.c: Likewise.
4527 * m68klynx.c: Likewise.
4528 * sparclynx.c: Likewise.
4529 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
4530 * *-core.c: Comment changes.
4531 * config/decstation.mh (HDEPFILES): Remove.
4532 (HDEFINES): Remove -DTRAD_CORE.
4533 * config/irix3.mh (RANLIB): Remove.
4534 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
4535 (HDEFINES): Remove -DIRIX_CORE.
4536 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
4537 (HDEFINES): Remove -DTRAD_CORE.
4538 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
4539 * config/ultra3.mh (RANLIB): Remove.
4540 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
4541 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
4542 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
4543 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
4544 * config/hppahpux.mh, config/hppaosf.mh: Remove.
4545 * config/i386aix.mh, config/i386bsd.mh: Remove.
4546 * config/i386linux.mh, config/i386mach3.mh: Remove.
4547 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
4548 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
4549 * config/mipsmach3.mh, config/news-mips.mh: Remove.
4550 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
4551 * config/rs600.mh, config/rs6000lynx.mh: Remove.
4552 * config/solaris2.mh, config/stratus.mh: Remove.
4553 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
4554 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
4555
4556 Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
4557
4558 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
4559 DT_FINI entry if the appropriate symbol is not in the hash table.
4560
4561 * libelf.h (struct elf_backend_data): Add create_program_headers
4562 and want_hdr_in_seg fields.
4563 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
4564 defined.
4565 (elf_backend_create_program_headers): Likewise.
4566 (elfNN_bed): Initialize create_program_headers and
4567 want_hdr_in_seg.
4568 * elf.c (get_program_header_size): Call create_program_headers
4569 backend routine.
4570 (map_program_segments): Check want_hdr_in_seg backend field. Call
4571 create_program_headers backend routine.
4572
4573 * elf.c (assign_file_positions_except_relocs): Align non allocated
4574 sections when creating an executable.
4575
4576 * elfcode.h (elf_swap_phdr_in): Make non static.
4577 (elf_swap_phdr_out): Make non static.
4578 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
4579 (bfd_elf32_swap_phdr_out): Declare.
4580 (bfd_elf64_swap_phdr_in): Declare.
4581 (bfd_elf64_swap_phdr_out): Declare.
4582
4583 * ecofflink.c (ecoff_collect_shuffle): New static function.
4584 (_bfd_ecoff_get_accumulated_pdr): New function.
4585 (_bfd_ecoff_get_accumulated_sym): New function.
4586 (_bfd_ecoff_get_accumulated_ss): New function.
4587 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
4588 (_bfd_ecoff_get_accumulated_sym): Declare.
4589 (_bfd_ecoff_get_accumulated_ss): Declare.
4590 * libbfd.h: Rebuild.
4591
4592 Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
4593
4594 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
4595
4596 * elflink.h (elf_link_add_object_symbols): Handle indirect and
4597 warning symbols. If any section is named .gnu.warning.XXX, treat
4598 the contents as a warning to be issued if the symbol XXX is
4599 referenced.
4600 (elf_link_output_extsym): For an indirect or warning symbol, just
4601 output the symbol it points to.
4602
4603 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
4604 if bfd_hash_allocate fails, since it will already be set.
4605 (generic_link_hash_newfunc): Likewise.
4606 (archive_hash_newfunc): Likewise.
4607 (hash_entry_bfd): New static function.
4608 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
4609 callback. Allocate a new warning using the hash table newfunc.
4610 Use bfd_hash_replace to update the entry in the hash table, rather
4611 than assuming we can copy the fields with structure assignment.
4612
4613 * hash.c (bfd_hash_replace): New function.
4614 * bfd-in.h (bfd_hash_replace): Declare.
4615 * bfd-in2.h: Rebuild.
4616
4617 Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
4618
4619 * config.bfd: Add mips*vr4300-*-elf* target.
4620 * config/mipsbvr4300.mt: Added.
4621
4622 See file ChangeLog.2
4623
4624 \f
4625 Local Variables:
4626 mode: indented-text
4627 left-margin: 8
4628 fill-column: 74
4629 version-control: never
4630 End:
This page took 0.137415 seconds and 5 git commands to generate.