3 * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there is
4 no hash table entry for a global symbol.
8 * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
12 * cofflink.c (coff_link_add_symbols): Don't override a meaningful
13 symbol type with T_NULL. Warn if symbol type changes. Based on
16 * elflink.h (elf_link_add_object_symbols): Only put a symbol from
17 a dynamic object in the dynamic symbol table if it is referenced
18 or defined by a regular object.
23 * elf32-v850.c (bfd_elf32_v850_is_local_label): New function to
24 remove dwarf local labels. Shrinks binaries by a factor of 3!
29 * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
30 by hand, rather than by calling bfd_make_section.
35 * reloc.c: Rename m32r relocs.
36 * bfd-in2.h, libbfd.h: Rebuilt.
37 * elf32-m32r.c: Update.
42 * aoutx.h (aout_link_input_section_ext): When doing a relocateable
43 link, adjust the symbol index of a base relative reloc. Don't
44 change the addend of a PC relative reloc if pcrel_offset is set.
45 * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
48 * reloc.c (bfd_perform_relocation): Apply the relocation even if
49 it is zero, in case src_mask matters.
50 (bfd_install_relocation): Likewise.
54 * xcofflink.c (xcoff_link_add_symbols): Always initialize
56 (_bfd_xcoff_bfd_final_link): Don't set target_index
57 to an uninitialized value.
61 * coffcode.h (coff_slurp_line_table): Warn about illegal symbol
62 indices, rather than crashing.
63 (coff_slurp_reloc_table): Likewise. Check whether the howto field
65 * coff-sh.c (sh_relocate_section): Check for an illegal symbol
70 * coff-arm.c (aoutarm_std_reloc_howto): Change dst_mask for ARM26D
72 (coff_arm_adjust_symndx): New static function.
73 (coff_adjust_symndx): Define.
75 * srec.c (srec_scan): Accept multiple symbols on a single line.
82 * aoutf1.h (MY_bfd_merge_private_bfd_data): Define.
83 (sunos_merge_private_bfd_data): New function.
87 * bfd.c (bfd_copy_private_bfd_data): Switch on output BFD rather
89 (bfd_merge_private_bfd_data): Likewise.
90 * section.c (bfd_copy_private_section_data): Likewise.
91 * syms.c (bfd_copy_private_symbol_data): Likewise.
93 * aout-target.h (MY_bfd_copy_private_section_data): Check that
94 both BFD's are the right flavour.
95 * ecoff.c (_bfd_ecoff_bfd_copy_private_bfd_data): Likewise.
96 * elf.c (_bfd_elf_copy_private_symbol_data): Likewise.
97 * elf32-mips.c (_bfd_mips_elf_copy_private_bfd_data): Likewise.
98 (_bfd_mips_elf_merge_private_bfd_data): Likewise.
99 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Likewise.
100 (ppc_elf_merge_private_bfd_data): Likewise.
101 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
102 * peicode.h (pe_bfd_copy_private_section_data): Likewise.
104 * elf32-hppa.c (elf_hppa_howto_table): Fill in some fields for
105 R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
111 * reloc.c: Add m32r relocs.
112 * bfd-in2.h, libbfd.h: Rebuilt.
113 * cpu-m32r.c,elf32-m32r.c: New files.
118 * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
122 * tekhex.c (first_phase): Change type parameter from char to int.
124 (pass_over): Change func to expect int, not char.
126 * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC
127 rather than SEC_LOAD when aligning the file offset for the first
128 section in a segment.
132 * syms.c (coff_section_type): Make arg const.
133 * irix-core.c (irix_core_core_file_p): Remove extraneous extra arg
134 to make_bfd_asection().
135 * elf-bfd.h (bfd_section_from_phdr): Add prototype.
136 * elfcode.h (bfd_section_from_phdr): Remove prototype.
137 (_bfd_elf_stringtab_init): Remove prototype.
139 * netbsd-core.c (swap_abort): Add prototype.
140 * aix386-core.c (swap_abort): Ditto & make static
141 * hpux-core.c (swap_abort): Ditto & make static.
142 * irix-core.c (swap_abort): Ditto & make static.
143 * ptrace-core.c (swap_abort): Ditto & make static.
144 * trad-core.c (swap_abort): Ditto & make static.
145 * coffswap.h (coff_swap_reloc_in): Ditto.
146 (coff_swap_reloc_out): Ditto.
147 (coff_swap_filehdr_in): Ditto.
148 (coff_swap_filehdr_out): Ditto.
149 (coff_swap_sym_in): Ditto.
150 (coff_swap_sym_out): Ditto.
151 (coff_swap_aux_in): Ditto.
152 (coff_swap_aux_out): Ditto.
153 (coff_swap_lineno_in): Ditto.
154 (coff_swap_lineno_out): Ditto.
155 (coff_swap_aouthdr_in): Ditto.
156 (coff_swap_aouthdr_out): Ditto.
157 (coff_swap_scnhdr_in): Ditto.
158 (coff_swap_scnhdr_out): Ditto.
159 * ihex.c (ihex_sizeof_headers): Ditto.
160 * tekhex.c (getsym): Ditto.
161 (find_chunk): Ditto & make static.
162 (insert_byte): Ditto.
163 (first_phase): Ditto.
165 (tekhex_get_symtab): Ditto & make static.
166 (tekhex_get_symtab_upper_bound): Ditto & make static.
167 (tekhex_mkobject): Ditto.
168 (tekhex_object_p): Ditto.
169 (move_section_contents): Ditto.
170 (tekhex_get_section_contents): Ditto.
171 (tekhex_set_arch_mach): Ditto & make static.
172 (tekhex_set_section_contents): Ditto.
176 (tekhex_write_object_contents): Ditto.
177 (tekhex_sizeof_headers): Ditto.
178 (tekhex_make_empty_symbol): Ditto.
179 (tekhex_get_symbol_info): Ditto.
180 (tekhex_print_symbol): Ditto.
181 * irix-core.c (make_bfd_asection): Ditto.
182 (irix_core_core_file_p): Ditto.
183 (irix_core_core_file_failing_command): Ditto.
184 (irix_core_core_file_failing_signal): Ditto.
185 (irix_core_core_file_matches_executable_p): Ditto.
186 (irix_core_make_empty_symbol): Ditto.
187 * coff-mips.c (mips_bfd_reloc_type_lookup): Ditto.
188 * srec.c (srec_new_symbol): Ditto.
189 (srec_get_section_contents): Ditto.
190 (srec_set_arch_mach): Ditto.
191 (srec_set_section_contents): Ditto.
192 (internal_srec_write_object_contents): Ditto.
193 (srec_write_object_contents): Ditto.
194 (symbolsrec_write_object_contents): Ditto.
195 (srec_sizeof_headers): Ditto.
196 (srec_make_empty_symbol): Ditto.
197 (srec_get_symtab_upper_bound): Ditto.
198 (srec_get_symtab): Ditto.
199 (srec_print_symbol): Ditto and make static.
200 * elf.c (elf_read): Ditto
201 (assign_section_numbers): Ditto.
202 (elf_fake_sections): Ditto.
203 (sym_is_global): Ditto.
204 (elf_map_symbols): Ditto.
205 (get_program_header_size): Ditto.
206 * coffgen.c (make_a_section_from_file): Ditto.
207 (coff_real_object_p): Ditto.
208 (fixup_symbol_value): Ditto.
209 (build_debug_section): Ditto.
211 * syms.c (coff_section_type): Ditto.
216 * bfd-in2.h: Rebuilt after m32r changes.
222 * config.bfd,configure.in,configure: Add m32r support.
223 * Makefile.in,archures.c,elf.c,targets.c: Likewise.
225 * config.bfd: Keep target list alphabetically sorted.
230 * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
231 to add in the constant part found in the instruction itself.
232 (case R_V850_HI16_S): Likewise.
238 * elf32-d10v.c (elf_d10v_howto_table): Modify the size of R_D10V_16
239 and R_D10V_18 to be 1 (word).
244 * stabs.c (_bfd_link_section_stabs): If the output_section field
245 of either section is bfd_abs_section, then the linker is
246 discarding the section and we should not optimize it.
250 * Makefile.in (aout-sparcle.o): New target.
251 * aoutf1.h (TARGET_IS_BIG_ENDIAN_P): Don't define if little endian.
252 * config.bfd (sparclet-*-aout*): Add case.
253 * configure.in (sparcle_aout_vec): Add case.
254 * configure: Regenerated.
255 * targets.c (sparcle_aout_vec): Declare.
256 (bfd_target_vector): Add sparcle_aout_vec.
257 * aout-sparcle.c: New file.
262 * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
263 low order sign bit propogation for R_V850_HI16_S.
265 * elf32-v850.c (bfd_elf32_v850_reloc): New function for
266 handling V850 specific relocs.
267 (elf_v850_howto_table): Use the new function for some
268 relocations. Twiddle masks & shifts for some relocs.
269 Set partial_inplace where needed.
274 * cpu-mips.c: Add an explicit mips:3000 entry, and change the
275 default architecture to a machine number of 0.
276 * elf32-mips.c (_bfd_mips_elf_object_p): Set the machine number
278 (_bfd_mips_elf_merge_private_bfd_data): If the machine number of
279 the output BFD is the default, set it from the first input BFD.
284 * elf32-v850.c (elf_v850_howto_table): All the 16bit relocs
285 insert at bitpos zero. The HI16 relocs are shifted right
286 by 16 bits. Fix src_mask for all relocs.
287 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Define. The V850 is
289 (TARGET_BIG_SYM, TARGET_BIG_NAME): Remove. The V850 is little
295 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
296 Rewrite to use BFD file read routines and to avoid using a fixed
297 length for the file name.
302 * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
303 (elf_v850_howto_table): Add support for R_V850_{32,16,8}.
304 (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
309 * elf32-v850.c (reloc_type): Add R_V850_HI16_S.
310 (elf_v850_howto_table): Add info for HI16_S reloc.
311 (v850_reloc_map): Add HI_16_S reloc.
312 * reloc.c: Define BFD_RELOC_V850_* relocs.
318 * elf32-sh.c: New file.
319 * elf.c (prep_headers): Handle bfd_arch_sh.
320 * elfcode.h (write_relocs): Handle absolute symbol.
321 * elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
322 (_bfd_elf64_link_read_relocs): Declare.
323 * elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
324 elf_link_read_relocs. Make globally visible. Change all
326 (elf_link_input_bfd): Get external symbols from cache in
327 symtab_hdr->contents. Get contents from cache in
329 * elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
331 * reloc.c: Define BFD_RELOC_SH_* relocs.
332 * libbfd-in.h (_bfd_sh_align_load_span): Declare.
333 * coff-sh.c (sh_insns_conflict): Fix a return value.
334 (_bfd_sh_align_load_span): New globally visible function, broken
335 out of sh_align_load.
336 (sh_align_load): Call _bfd_sh_align_load_span.
337 (sh_swap_insns): Change relocs parameter to PTR.
338 * bfd-in2.h, libbfd.h: Rebuild.
339 * targets.c (bfd_elf32_sh_vec): Declare.
340 (bfd_elf32_shl_vec): Declare.
341 * config.bfd (sh-*-elf*): New target.
342 * configure.in (bfd_elf32_sh_vec): New target vector.
343 (bfd_elf32_shl_vec): New target vector.
344 * configure: Rebuild.
345 * Makefile.in: Rebuild dependencies.
346 (BFD32_BACKENDS): Add elf32-sh.o.
347 (BFD32_BACKENDS_CFILES): Add elf32-sh.c.
349 * elf.c (map_sections_to_segments): Check that LMA does not skip a
350 page before checking D_PAGED.
352 * ihex.c (ihex_scan): Removed unnecessary extbase variable.
353 (ihex_write_object_contents): Remove extbase; always use segbase
358 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
359 * configure.host (i[345]86-*-*): Ditto.
360 * config.bfd (i[345]86-*-*): Ditto.
361 * configure: Regenerate.
363 * config.bfd (i[3456]86-*-dgux*): Recognize as a synonym for x86
368 * elf32-hppa.c (hppa_elf_gen_reloc_type): Add new argument.
369 * elf32-hppa.h (hppa_elf_gen_reloc_type): Update prototype.
370 * som.c (hppa_som_gen_reloc_type): Add new argument. If
371 we encounter an R_DATA_ONE_SYMBOL reloc against a symbol that
372 will have an ST_CODE type, change the symbol's type to ST_DATA.
373 * som.c (hppa_som_gen_reloc_type): Update prototype.
377 * elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
378 R_MIPS_32 and R_MIPS_REL32. Set sgot and g as soon as possible.
379 (mips_elf_size_dynamic_sections): Don't require .got to exist.
380 (mips_elf_finish_dynamic_sections): Likewise.
384 * configure.host (HLDENV): New variable to set. Set it for
385 *-*-sysv4*, since those linkers may not support -R but they always
388 * libieee.h (NSECTIONS): Don't define.
389 (ieee_data_struct): Change section_table to asection **. Add
391 * ieee.c (get_section_entry): If the table isn't big enough, make
393 (ieee_slurp_sections): Remove assertion about number of sections.
394 (ieee_object_p): Adjust initialization of ieee to match changes to
397 * xcofflink.c (xcoff_mark): Don't copy relocs for undefined
398 symbols merely because we are generating a shared library.
399 (xcoff_build_ldsyms): Don't set up global linkage code for an
400 undefined symbol merely because we are generating a shared
406 * Makefile.in (ALL_MACHINES): Add cpu-v850.o.
407 (BFD32_BACKENDS) Add elf32-v850.o.
408 * archures.c: Add bfd_v850_arch.
409 * bfd-in2.h: Add bfd_v850_arch.
410 * config.bfd (v850-*-*): New target.
411 * configure: (bfd_elf32_v850_vec) New vector.
412 * configure.in: (bfd_elf32_v850_vec) New vector.
413 * cpu-v850.c: New file.
414 * elf.c (prep_headers): Added case bfd_arch_v850.
415 * elf32-v850.c: New file.
416 * targets.c (bfd_elf32_v850_vec): New vector.
421 * xcofflink.c (xcoff_link_add_dynamic_symbols): Create and define
422 a function code symbol for an XMC_XO symbol.
426 * mpw-config.in: Update editing of autoconf vars to reflect
427 Jul 18 configure.in change.
428 * mpw-make.sed: Update editing of include pathnames to be
429 more general, add @DASH_C_FLAG@ to explicit compile rule edit.
433 * elf64-alpha.c (elf64_alpha_output_extsym): The section from
434 which to offset to get the .plt entry address is ".plt".
438 * reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
439 BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
440 Added, for internal use by the ARM gas.
446 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
447 in section dynidx start.
451 * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
452 name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an
453 optimization for g++.
457 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
458 the -mrelocatable-lib bit set and the other doesn't, clear the
459 -mrelocatable-lib bit in the header.
463 * elflink.h (elf_link_add_object_symbols): Do not resolve a common
464 symbol against a STT_FUNC symbol in a shared library.
468 * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
469 symbol is found, automatically define the corresponding function
472 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
473 if sym.n_numaux is not zero.
474 (_bfd_coff_link_input_bfd): Permit the symbol and the hash table
475 entry to disagree about the number of aux entries if the symbol
478 * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
479 section if it might be needed, not just if info->shared.
480 (mips_elf_adjust_dynamic_symbol): Make room for a null element at
481 the start of .rel.dyn if we are going to use it.
482 (mips_elf_finish_dynamic_sections): Only clear the first element
483 of .rel.dyn if the size is greater than zero.
487 * xcofflink.c (xcoff_link_input_bfd): If we already called the
488 undefined_symbol callback for a symbol, then don't issue any more
489 warnings about loader relocs.
490 (_bfd_ppc_xcoff_relocate_section): Don't do any further processing
491 after calling the undefined_symbol callback.
493 * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
494 (xcoff_link_add_symbols): Permit multiple definitions of a symbol
495 as the AIX linker seems to do.
499 * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
500 (evax_initialize): Remove evax_reloc_table.
501 (evax_close_and_cleanup): Ditto.
503 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
505 (evax_bfd_reloc_type_lookup): Ditto.
506 * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
507 cooked_size == raw_size.
508 * evax-emh.c (_bfd_evax_register_filename): Remove.
509 * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
510 * evax-misc.c (add_new_contents): Malloc section at full size.
511 (_bfd_save_evax_section): Memcpy section contents directly.
512 * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
513 (evax_reloc_table): Remove.
515 * hosts/alphavms.h (O_ACCMODE): Define if needed.
517 * makefile.vms: Add better support for DEC C compilation
518 Add evax.h dependencies
520 * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
521 (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
522 (BFD_RELOC_ALPHA_BASEREG): Remove.
523 * bfd-in2.h, libbfd.h: Rebuild.
527 * archive.c (bsd_write_armap): Ifdef around calls to getuid and
528 getgid if _WIN32 is defined.
529 * opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef.
533 * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
534 Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
536 * libbfd.c: Create dummy getpagesize() macro if HAVE_GETPAGESIZE
541 * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
543 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
544 (NEED_DECLARATION_REALLOC): New macro.
545 * configure, config.in: Rebuild.
546 * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
547 (realloc): Declare if NEED_DECLARATION_REALLOC.
549 * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
550 <strings.h> if they exist.
552 * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
556 * cpu-i386.c (i8086_arch): Architecture info for the i8086.
559 * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
560 LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
561 (elf_howto_table): Add entries for new relocs.
562 (elf_i386_reloc_type_lookup): Handle new relocs.
563 (elf_i386_info_to_howto): Just call abort.
564 (elf_i386_info_to_howto_rel): Check that the reloc type is valid.
565 (elf_i386_relocate_section): Likewise.
570 * elf32-d10v.c (elf_d10v_howto_table): Added R_D10V_32.
575 * elf.c (_bfd_elf_make_section_from_shdr): For a loadable section,
576 only get the LMA from the phdr if they are in the same part of the
579 * elf.c (map_sections_to_segments): Rewrite tests for starting a
580 new segment to make them more comprehensible. If the relationship
581 between the LMA and the VMA changed, start a new segment. Don't
582 check dynsec when deciding whether to start a new segment for a
583 writeable section; -N will now handle this.
587 * libhppa.h: Remove "esel" changes. Not the right approach.
588 * som.c: Corresponding changes.
589 (som_bfd_derive_misc_symbol_info): Use ST_DATA for symbols
590 which don't have a SOM symbol type associated with them.
591 Reverses a 1994 change.
595 Make ld -N more reasonable for ELF:
596 * elf.c (map_sections_to_segments): If D_PAGED is not set, set
597 phdr_in_section to false, and always use a single load segment.
598 (elf_sort_sections): Sort sections by LMA after VMA.
599 (assign_file_positions_for_segments): If D_PAGED is not set, don't
600 align to maxpagesize.
601 (assign_file_positions_except_relocs): Likewise.
602 * elfcode.h (elf_object_p): If a section is loaded but not page
603 aligned, clear D_PAGED.
607 * reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
608 Added, for internal use by the ARM gas.
614 * libhppa.h (R_HPPA_ESEL): New field selector.
616 * som.c (hppa_som_gen_reloc_type): If we encounter an e_esel,
617 then generate R_COMP2 (PUSH_SYM), R_DATA_EXPR fixup stream.
618 (som_write_fixups): Handle R_DATA_EXPR just like R_CODE_EXPR.
622 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Do the regular
623 archive search before looking for stripped dynamic objects.
627 * xcofflink.c (xcoff_build_ldsyms): Make exporting an undefined
628 symbol a warning rather than an error.
632 * elf.c (assign_file_positions_for_segments): Track the virtual
633 memory position separately from the file position, and use it to
634 compute the alignment adjustment.
639 * elf32-d10v.c (elf_d10v_howto_table): Changed all relocs to "long"
640 and fixed mask on R_D10V_10_PCREL_L.
645 * elf64-mips.c: Include "aout/ar.h".
646 (mips_elf64_slurp_armap): New static function.
647 (mips_elf64_write_armap): New static function.
648 (bfd_elf64_archive_*): Define.
649 * elfxx-target.h (bfd_elfNN_archive_p): Define if not defined.
650 Use instead of bfd_generic_archive_p.
651 (bfd_elfNN_write_archive_contents): Define if not defined. Use
652 instead of _bfd_write_archive_contents.
653 (bfd_elfNN_mkdarchive): Define if not defined. Use instead of
654 _bfd_generic_mkarchive.
655 (TARGET_BIG_SYM): If bfd_elfNN_archive_functions is defined, use
656 bfd_elfNN_archive in BFD_JUMP_TABLE_ARCHIVE rather than
658 (TARGET_LITTLE_SYM): Likewise.
659 * archive.c (bfd_slurp_armap): Check for and reject an archive map
661 * Makefile.in: Rebuild dependencies.
663 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle
664 SHT_MIPS_LIBLIST, SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and
665 SHT_MIPS_EVENTS sections.
666 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_IFACE,
667 SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and SHT_MIPS_EVENTS
669 (_bfd_mips_elf_fake_sections): Likewise.
671 * libecoff.h (ecoff_data_type): Add rdata_in_text field.
672 * ecoff.c (ecoff_compute_section_file_positions): Copy
673 rdata_in_text from backend info to tdata. Clear it if any data
674 section comes before .rdata.
675 (_bfd_ecoff_write_object_contents): Use rdata_in_text field in
676 tdata rather than backend info.
680 * configure.in: Fix test for whether a compiler has a 64 bit
685 * configure.host (mips-sgi-irix6*): New host.
687 * configure.in: Set and substitute VERSION, BFD_HOST_64BIT_LONG
688 (replacing HOST_64BITLONG), BFD_HOST_64_BIT_DEFINED,
689 BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT. Add bfd-in2.h:bfd-in2.h
691 * configure: Rebuild.
692 * bfd-in.h (BFD_ARCH_SIZE): Define as @wordsize@, not @WORDSIZE@.
693 (BFD_HOST_64_BIT): Define conditionally.
694 (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
695 (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
696 (symvalue, bfd_size_type): Likewise.
697 * bfd-in2.h: Rebuild.
698 * Makefile.in (do_clean): Remove bfd-tmp.h.
699 (do_distclean): Remove bfd-in3.h.
700 (stmp-bfd.h): Just do copy-if-change bfd-in3.h bfd.h.
701 (bfd-in3.h): New target.
703 * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec. From
706 * configure.host: Set INSTALL_SHLIB.
707 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
708 * configure: Rebuild.
709 * Makefile.in (install): Use @INSTALL_SHLIB@.
711 * config.bfd (mips*-*-irix6*): New target.
712 * configure.host: Handle Irix 6 shared library like Irix 5.
714 * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TD
715 symbol for a magic name.
716 (xcoff_link_input_bfd): Don't change the reloc symbol for an
718 (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an
723 * mpw-config.in: Add ELF support to mips config, create the
724 elf32-target.h file in the object dir.
725 * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
729 * coff-ppc.c: Redid debug scheme - numerous fprintf's gone.
730 Also removed most abort calls, in favor of using bfd reporting.
735 * Makefile.in (ALL_MACHINES): Add cpu-d10v.o.
736 (BFD32_BACKENDS) Add elf32-d10v.o.
737 * archures.c: Add bfd_d10v_arch.
738 * bfd-in2.h: Add bfd_d10v_arch.
739 * config.bfd (d10v-*-*): New target.
740 * configure: (bfd_elf32_d10v_vec) New vector.
741 * configure.in: (bfd_elf32_d10v_vec) New vector.
742 * cpu-d10v.c: New file.
743 * elf.c (prep_headers): Added case bfd_arch_d10v.
744 * elf32-d10v.c: New file.
746 * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L,
747 BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define.
748 * targets.c (bfd_elf32_d10v_vec): New vector.
753 * coff-ppc.c (coff_ppc_relocate_section): Removed bogus fprintf
757 * archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
758 bfd_mach_i386_i8086 machine types.
762 * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
767 * coffcode.h (coff_set_section_contents): A/UX does not require
768 special handling of the _LIB section.
772 * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
775 * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
776 array if one was allocated.
781 * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
782 use_rld_obj_head and rld_value.
783 (mips_elf_link_hash_table_create): Initialize new fields.
784 (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
786 (mips_elf_create_dynamic_sections): Create .rld_map section. If
787 __rld_obj_head symbol not seen, create an __rld_map symbol.
788 (mips_elf_size_dynamic_sections): Make space in .rld_map section.
789 Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
790 (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
791 __rld_obj_head symbol.
792 (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
796 * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
798 * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
799 ppc_elf_addr16_ha_reloc.
800 (ppc_elf_addr16_ha_reloc): New static function.
802 * coff-mips.c (struct mips_hi): Define.
803 (mips_refhi_list): New static variable.
804 (mips_refhi_addr, mips_refhi_addend): Remove.
805 (mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
806 (mips_reflo_reloc): Process mips_refhi_list.
807 (mips_relhi_list): New static variable.
808 (mips_relhi_addr, mips_relhi_addend): Remove.
809 (mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
810 (mips_rello_reloc): Process mips_relhi_list.
811 (mips_relocate_section): Permit an arbitrary number of REFHI or
812 RELHI relocs before the associated REFLO or RELLO reloc.
816 * aout-target.h (MY(callback)): Set reloc_count fields.
820 * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
821 sections unless this is a SunOS link.
823 * VERSION: Set to 2.7.1.
825 * Released binutils 2.7.
829 * i386aout.c: Include "aout/aout64.h".
830 (i386aout_write_object_contents): New static function.
831 (MY_write_object_contents): Define.
833 * netbsd.h (MY(write_object_contents)): Make sure that
834 adjust_sizes_and_vmas is called before fiddling with the magic
839 * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
843 * libbfd-in.h (itos, stoi): Don't define.
845 * i386lynx.c (KEEPIT): Define as udata.i.
846 (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
847 (NAME(lynx,swap_ext_reloc_out)): Likewise.
848 * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
849 flags. Don't use stoi.
851 * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
853 * elf.c (map_sections_to_segments): Don't start a new segment for
854 a writable section if it's on the same page as the previous
855 segment. Reset the writable variable for a readonly section.
859 * peicode.h (coff_swap_aouthdr_in): Missing initializations of
860 first_thunk_address, thunk_size, and import_table_size.
861 * peicode.h: Improved some diagnostics regarding edata sections.
863 * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
865 (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
866 (TARGET_LITTLE_SYM): Added missing D_PAGED.
870 * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
871 with XCOFF_DEF_DYNAMIC set is really defined.
872 (xcoff_link_check_dynamic_ar_symbols): Likewise.
873 (xcoff_link_add_symbols): Only create special sections if using an
876 * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
878 (bfd_install_relocation): Likewise.
882 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
884 (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
885 (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
886 (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
887 (elf64_alpha_link_hash_newfunc): Initialize flags field.
888 (elf64_alpha_check_relocs): Record types of LITUSE entries that
889 are found for LITERAL relocs.
890 (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
891 taken, we cannot generate a .plt entry for the symbol.
895 * configure.in: Add AC_ISC_POSIX, and check for setitimer and
896 sysconf functions (for gprof).
897 * configure, config.in: Rebuild.
901 * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
902 an archive if it has a map. If the object file has the wrong
905 * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
906 BRADDR, SREL16, SREL32, or SREL64 reloc against an external
908 (alpha_relocate_section): Likewise.
910 * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
911 (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
912 (coff_swap_sym_out): Use SYMESZ, not sizeof.
913 (coff_swap_aux_out): Use AUXESZ, not sizeof.
914 (coff_swap_lineno_out): Use LINESZ, not sizeof.
915 (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
916 (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
917 * peicode.h: Corresponding changes.
921 * elflink.h (elf_create_pointer_linker_section): Comment out code
922 dealing with making GOT pointers negative of the GOT symbol for
927 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
928 increment the .rela.plt size until after we're done creating the
930 (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
931 .rela.plt offset directly rather than calculating it.
935 * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir):
936 Use autoconf-set values.
937 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
938 includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set
941 * configure.in (AC_PREREQ): autoconf v2.5 or higher.
942 * configure: Rebuilt.
946 * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
947 handling code > 1k away.
951 * elflink.h (elf_create_pointer_linker_section): If DEBUG is
952 defined, output whenever the symbol is updated.
956 * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
957 section to 0 if user_set_vma is set.
958 * elflink.h (elf_bfd_final_link): Likewise.
962 Partially undo patch of Jun 20.
963 * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
964 (coff_compute_section_file_positions): Likewise.
965 (coff_write_object_contents): Likewise. Re-add deleted code, but
966 use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
967 * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
971 * config.bfd: Add support for *-*-rtems* configurations.
975 * elf.c (prep_headers): Add bfd_arch_alpha case.
979 * elf64-alpha.c: New file.
980 * config.bfd (alpha-*-linuxecoff*): New target.
981 (alpha-*-linux*, alpha-*-elf*): New targets.
982 * configure.in (bfd_elf64_alpha_vec): New vector.
983 * configure: Rebuild.
984 * targets.c (bfd_elf64_alpha_vec): Declare.
985 (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
986 * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
987 * bfd-in2.h, libbfd.h: Rebuild.
988 * Makefile.in: Rebuild dependencies.
989 (BFD64_BACKENDS): Add elf64-alpha.o.
990 (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
994 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
995 than relying on a right shift of 32.
999 * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
1000 ifdef to COFF_WITH_PE.
1001 (coff_compute_section_file_positions): Likewise.
1002 (coff_write_object_contents): Likewise. Delete COFF_OBJ_WITH_PE.
1003 * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
1004 * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
1005 COFF_IMAGE_WITH_PE, always include.
1007 * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
1011 * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
1012 approximate the correct answer if SIZEOF_HEADERS was not used.
1014 * binary.c (binary_set_section_contents): Set section file
1015 position based on LMA rather than VMA.
1019 * linker.c (_bfd_generic_link_output_symbols): Don't output any
1020 symbols if info->strip == strip_all.
1024 * coff-h8300.c: Remove #if 0 code.
1025 (compatable): Don't allow mixing/matching of different architectures.
1027 * archures.c (bfd_mach_h8300s): Add.
1028 * bfd-in2.h: Rebuilt.
1029 * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
1031 (h8300_reloc16_estimate): Likewise.
1032 (h8300_reloc16_extra_cases): Likewise.
1033 (h8300_bfd_link_add_symbols): Likewise.
1034 * coffcode.h (coff_set_arch_mach_hook): Likewise.
1035 (coff_set_flags): Likewise.
1036 * cpu-h8300.c (h8300_scan): Likewise.
1037 Add H8/S to bfd_h8300_arch list.
1041 Added support for Alpha OpenVMS:
1042 * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
1043 * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
1044 * config.h-vms, makefile.vms: New files.
1045 * config.bfd (alpha-*-*vms*): New target.
1046 * configure.in (evax_alpha_vec): New target vector.
1047 * configure: Rebuild.
1048 * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
1049 (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
1050 * targets.c (bfd_target_evax_flavour): Define.
1051 (evax_alpha_vec): Declare.
1052 (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
1053 if BFD64 is defined.
1054 * bfd-in2.h, libbfd.h: Rebuild.
1055 * Makefile.in: Rebuild dependencies.
1056 (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
1057 evax-emh.o, and evax-misc.o.
1058 (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
1059 evax-etir.c, evax-emh.c, and evax-misc.c.
1060 (HFILES): Add evax.h.
1064 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
1066 (h8300_bfd_link_add_symbols): Likewise.
1070 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
1071 * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
1075 * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
1076 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
1078 (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
1079 R_MIPS_32 relocs if creating a shared library.
1083 * peicode.h (add_data_entry): Use pei_section_data rather than
1084 _cooked_size. Corresponds to May 13 change in coffcode.h.
1088 * cofflink.c (_bfd_coff_final_link): Handle long section names.
1089 * coffcode.h (coff_write_object_contents): If there are long
1090 section names, always set the f_symptr field, even if there are no
1092 * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
1093 if there are no symbols.
1095 * coffgen.c (make_a_section_from_file): Check return value of
1096 _bfd_coff_read_string_table.
1097 (coff_real_object_p): Check return value of
1098 make_a_section_from_file.
1099 (_bfd_coff_read_string_table): Check that there are some symbols
1100 before trying to read the string table size.
1104 * xcofflink.c (xcoff_link_add_symbols): When considering whether
1105 to replace a symbol in a dynamic object with a symbol from another
1106 dynamic object, do the replacement if the existing symbol is
1107 global linkage code.
1109 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
1110 for _ptrgl, and treat it as global linkage code.
1112 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
1113 filename or N_SO symbol past the offset, and use it to indicate
1114 that there is no line number or function when appropriate.
1118 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
1119 common symbol defined by the linker. Don't export function code
1120 even if export_defineds is set.
1124 * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
1126 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
1127 (h8300_symbol_address_p): New function.
1128 (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
1133 * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
1135 (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
1136 correctly for the two variants. Allow relaxing if the target
1137 is 128 bytes away since after relaxation it'll be 126 bytes away.
1138 (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
1139 "dot" and "value". Allow relaxing if the target is 128 bytes
1140 away since after relaxation it'll be 126 bytes away.
1141 * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
1142 the given section until nothing changes.
1146 * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
1147 alignment hack--we can get the lnnoptr info another way without
1148 suddenly increasing the alignment requirements. Set the flags for
1150 (ecoff_compute_section_file_positions): Do so.
1154 * ieee.c (ieee_write_object_contents): Put a timestamp in the file
1155 to keep the HP emulator database happy.
1157 * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
1162 * aoutx.h (translate_to_native_sym_flags): Don't try to print the
1163 name of a NULL section.
1167 * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
1168 set, always call the notice callback.
1170 * VERSION: Increment for bfdlink.h change.
1174 * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
1175 (sh_relax_delete_bytes): Correct handling of differently sized
1176 trailing alignment reloc.
1178 * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
1179 * bfd-in2.h: Rebuild.
1180 * configure.in: Warn if there is no known 64 bit type.
1181 * configure: Rebuild.
1183 * Makefile.in: Rebuild dependencies.
1184 (BFD32_BACKENDS): Add ppcboot.o.
1185 (BFD32_BACKENDS_CFILES): Add ppcboot.c.
1187 * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
1192 * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
1193 (bfd_mips_elf64_swap_reginfo_out): Move from here...
1194 * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
1195 (bfd_mips_elf64_swap_reginfo_out): ...to here.
1199 * elf64-mips.c: Improve reloc special_functions and handling of
1200 SHT_MIPS_OPTIONS section.
1201 * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
1202 mips_elf_hi16_reloc and make globally visible.
1203 (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
1204 make globally visible.
1205 (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
1206 make globally visible.
1207 (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
1208 and make globally visible.
1209 (gprel16_with_gp): Check howto->src_mask before using value in
1211 (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
1212 and make globally visible.
1213 (gprel32_with_gp): Check howto->src_mask before fetching value.
1214 (bfd_mips_elf_swap_options_in): New function.
1215 (bfd_mips_elf_swap_options_out): New function.
1216 (_bfd_mips_elf_set_private_flags): Rename from
1217 mips_elf_set_private_flags and make globally visible.
1218 (_bfd_mips_elf_copy_private_bfd_data): Rename from
1219 mips_elf_copy_private_bfd_data and make globally visible.
1220 (_bfd_mips_elf_merge_private_bfd_data): Rename from
1221 mips_elf_merge_private_bfd_data and make globally visible.
1222 (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
1223 for a SHT_MIPS_OPTIONS section.
1224 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
1225 (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
1226 name of a SHT_MIPS_OPTIONS section.
1227 (_bfd_mips_elf_set_section_contents): New function.
1228 (mips_elf32_section_processing): Set the GP value in a
1229 SHT_MIPS_OPTIONS section.
1230 (_bfd_mips_elf_find_nearest_line): Rename from
1231 mips_elf_find_nearest_line and make globally visible.
1232 (bfd_elf32_set_section_contents): Define.
1233 * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
1234 (_bfd_mips_elf_lo16_reloc): Declare.
1235 (_bfd_mips_elf_gprel16_reloc): Declare.
1236 (_bfd_mips_elf_got16_reloc): Declare.
1237 (_bfd_mips_elf_gprel32_reloc): Declare.
1238 (_bfd_mips_elf_set_private_flags): Declare.
1239 (_bfd_mips_elf_copy_private_bfd_data): Declare.
1240 (_bfd_mips_elf_merge_private_bfd_data): Declare.
1241 (_bfd_mips_elf_find_nearest_line): Declare.
1242 (_bfd_mips_elf_set_section_contents): Declare.
1244 * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
1246 (elf_info_to_howto): Define.
1247 * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
1249 (elf_info_to_howto): Define.
1250 * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
1252 (elf_info_to_howto): Define.
1254 * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
1255 R_MOV16B[12], to match change in coff/internal.h.
1259 * elf64-mips.c: Extensive additions to provide better support for
1260 writing files and for gas.
1261 * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
1262 of mips_elf_object_p.
1263 (mips_elf32_object_p): Rename from mips_elf_object_p; call
1264 _bfd_mips_elf_object_p.
1265 (_bfd_mips_elf_final_write_processing): Rename from
1266 mips_elf_final_write_processing and make globally visible.
1267 (_bfd_mips_elf_fake_sections): Rename from
1268 mips_elf_fake_sections and make globally visible.
1269 (_bfd_mips_elf_section_from_bfd_section): Rename from
1270 mips_elf_section_from_bfd_section and make globally visible.
1271 (_bfd_mips_elf_section_processing): New function, broken out of
1272 mips_elf_section_processing.
1273 (mips_elf32_section_processing): Rename from
1274 mips_elf_section_processing; call
1275 _bfd_mips_elf_section_processing.
1276 (_bfd_mips_elf_symbol_processing): Rename from
1277 mips_elf_symbol_processing and make globally visible.
1278 (_bfd_mips_elf_read_ecoff_info): Rename from
1279 mips_elf_read_ecoff_info and make globally visible.
1280 (mips_elf32_ecoff_debug_swap): Rename from
1281 mips_elf_ecoff_debug_swap.
1282 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
1283 struct symbol_cache_entry.
1284 (_bfd_elf_validate_reloc): New function, moved in from
1285 elfcode.h:validate_reloc.
1286 * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
1287 to _bfd_elf_validate_reloc. Change all callers.
1288 * elf-bfd.h (bfd_section_from_shdr): Declare.
1289 (_bfd_elf_symbol_from_bfd_symbol): Declare.
1290 (_bfd_elf_validate_reloc): Declare.
1291 (_bfd_mips_elf_object_p): Declare.
1292 (_bfd_mips_elf_fake_sections): Declare.
1293 (_bfd_mips_elf_section_from_bfd_section): Declare.
1294 (_bfd_mips_elf_section_processing): Declare.
1295 (_bfd_mips_elf_symbol_processing): Declare.
1296 (_bfd_mips_elf_read_ecoff_info): Declare.
1297 (_bfd_mips_elf_final_write_processing): Declare.
1298 * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
1301 * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
1302 (mips_elf_final_write_processing): Likewise.
1306 64-bit MIPS ELF ABI objdump support:
1307 * elf64-mips.c: New file.
1308 * Makefile.in: Rebuild dependencies.
1309 (BFD64_BACKENDS): Add elf64-mips.o.
1310 (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
1311 * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
1312 bfd_elf64_littlemips_vec to targ_selvecs.
1313 (mips*-*-elf*): Likewise.
1314 * confingure.in: Add bfd_elf64_bigmips_vec and
1315 bfd_elf64_littlemips_vec to vector switch.
1316 * configure: Rebuild.
1317 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
1318 broken out of mips_elf_section_from_shdr.
1319 (mips_elf32_section_from_shdr): Rename from
1320 mips_elf_section_from_shdr. Call new function.
1321 (elf_backend_section_from_shdr): Update name of renamed function.
1322 * elf-bfd.h (struct elf_size_info): Change second parameter of
1323 write_out_phdrs to be const. Likewise for second parameter of
1325 (struct bfd_elf_section_data): Add rel_hdr2 field.
1326 (bfd_elf32_swap_symbol_in): Change second parameter to be const.
1327 (bfd_elf32_swap_symbol_out): Likewise.
1328 (bfd_elf32_swap_reloc_in): Likewise.
1329 (bfd_elf32_swap_reloc_out): Likewise.
1330 (bfd_elf32_swap_reloca_in): Likewise.
1331 (bfd_elf32_swap_reloca_out): Likewise.
1332 (bfd_elf32_swap_phdr_in): Likewise.
1333 (bfd_elf32_swap_phdr_out): Likewise.
1334 (bfd_elf32_swap_dyn_in): Likewise.
1335 (bfd_elf32_swap_dyn_out): Likewise.
1336 (bfd_elf32_slurp_symbol_table): Declare.
1337 (bfd_elf32_write_shdrs_and_ehdr): Declare.
1338 (bfd_elf32_write_out_phdrs): Declare.
1339 (bfd_elf64_swap_symbol_in): Change second parameter to be const.
1340 (bfd_elf64_swap_symbol_out): Likewise.
1341 (bfd_elf64_swap_reloc_in): Likewise.
1342 (bfd_elf64_swap_reloc_out): Likewise.
1343 (bfd_elf64_swap_reloca_in): Likewise.
1344 (bfd_elf64_swap_reloca_out): Likewise.
1345 (bfd_elf64_swap_phdr_in): Likewise.
1346 (bfd_elf64_swap_phdr_out): Likewise.
1347 (bfd_elf64_swap_dyn_in): Likewise.
1348 (bfd_elf64_swap_dyn_out): Likewise.
1349 (bfd_elf64_slurp_symbol_table): Declare.
1350 (bfd_elf64_write_shdrs_and_ehdr): Declare.
1351 (bfd_elf64_write_out_phdrs): Declare.
1352 (_bfd_mips_elf_section_from_shdr): Declare.
1353 * elf.c (bfd_section_from_shdr): Remove assertion requiring
1354 SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
1355 section for the section, add the new one to rel_hdr2. Increment
1356 reloc_count rather than setting it.
1357 * elfcode.h (elf_slurp_symbol_table): Define name as macro.
1358 Remove static declaration.
1359 (elf_write_shdrs_and_ehdr): Define name as macro.
1360 (elf_write_out_phdrs): Likewise.
1361 (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
1362 (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
1363 (elf_swap_symbol_in): Change second parameter to be const.
1364 (elf_swap_symbol_out): Likewise.
1365 (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
1366 (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
1367 (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
1368 (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
1369 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
1370 (elf_write_out_phdrs): Rename from write_out_phdrs. Change second
1371 parameter to be const. Make non-static.
1372 (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
1374 (elf_slurp_symbol_table): Make non-static.
1375 (NAME(_bfd_elf,size_info)): Update names of renamed functions.
1376 * elfxx-target.h (elf_info_to_howto): Define if not defined.
1377 (elf_backend_size_info): Likewise.
1378 (elfNN_bed): Use elf_backend_size_info.
1379 * targets.c (bfd_elf64_bigmips_vec): Declare.
1380 (bfd_elf64_littlemips_vec): Declare.
1381 (bfd_target_vector): Add bfd_elf64_bigmips_vec and
1382 bfd_elf64_littlemips_vec if BFD64 is defined.
1384 * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
1388 * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
1389 zeroes, in alignment holes.
1391 * configure: Rebuild with autoconf 2.10.
1393 * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
1394 potential leading underscore in the allocated buffer.
1398 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
1399 symbols into .sbss if this is a relocatable link.
1403 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
1404 undefined symbols when creating a shared library.
1408 * coff-sh.c: Add a bunch of new code and static const arrays to
1409 support aligning loads and stores on four byte memory boundaries.
1411 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
1413 (sh_relax_section): Look for R_SH_CODE relocs. If we find one,
1414 call sh_align_loads.
1415 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
1420 * cache.c (bfd_open_file): Unlink the file before opening it for
1423 * opncls.c (bfd_fdopenr): Set opened_once.
1427 * som.c (som_slurp_reloc_table): Clear external_relocs cache after
1430 * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
1431 the code unconditionally.
1435 * libcoff-in.h (struct pei_section_tdata): Define structure.
1436 (pei_section_data): Define macro.
1437 * libcoff.h: Rebuild.
1438 * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
1439 store s_paddr field in pei_section_data.
1440 (coff_compute_section_file_positions): Use pei_section_data rather
1441 than _cooked_size, and don't overwrite an existing value.
1442 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
1443 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
1444 * peicode.h (coff_bfd_copy_private_section_data): Define if
1446 (pe_bfd_copy_private_section_data): New static function if
1451 * srec.c (srec_set_arch_mach): Write as a function rather than a
1454 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
1455 no map, just check each member in turn to see whether it is
1460 * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
1461 table. Call BFD_ASSERT to validate header size, instead of
1463 (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
1468 * ppcboot.c: New target for looking at PPCbug boot records.
1470 * config{ure.in,.bfd}: Add support for ppcboot target.
1472 * configure: Regenerate.
1476 * coff-h8300.c (howto_table): Update names to match recent
1477 changes to include/coff/internal.h. Fix minor errors in the
1478 existing relocs. Add R_MOVL1 and R_MOVL2.
1479 (rtype2howto): Similarly.
1480 (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
1481 existing relaxing code and peform more relaxing.
1482 (h8300_reloc16_extra_cases): Likewise.
1486 * reloc16.c (bfd_coff_reloc16_get_value): Handle common
1491 * elfcode.h (elf_object_p): Reject generic ELF target if
1492 e_machine matches an alternate machine code in a specific backend.
1494 * netbsd-core.c (netbsd_core_vec): Remove initializer for
1495 obsolete align_power_min field.
1499 * coff-h8300.c (reloc_howto_type): Add howto entry for
1501 (rtype2howto): Handle R_PCRWORD_B.
1502 (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
1503 (h8300_reloc_16_estimate): Likewise. Try to turn a 16bit
1504 pc-relative branch (R_PCRWORD) into an 8bit pc-relative
1505 branch (R_PCWORD_B).
1509 * aoutx.h (translate_from_native_sym_flags): Set the section for
1510 BSF_CONSTRUCTOR symbols.
1512 * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
1517 * coffcode.h (coff_write_object_contents): In comdat section lookup,
1518 stop looking when section is found.
1522 * coffcode.h (STRING_SIZE_SIZE): Define.
1523 (styp_to_sec_flags): Handle long symbol names when looking for the
1525 (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
1526 (bfd_coff_long_section_names): Define.
1527 (coff_write_object_contents): Handle long section names.
1528 (bfd_coff_std_swap_table): Initialize new field.
1529 * libcoff.h: Rebuild.
1530 * coffgen.c (make_a_section_from_file): Handle long section
1532 (coff_write_symbols): Handle long section names.
1533 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
1534 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1535 * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
1536 * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
1537 * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
1538 * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
1539 * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
1540 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
1542 * bout.c (b_out_callback): Set lma of sections.
1543 (b_out_bfd_get_relocated_section_contents): Rename in_abfd
1544 parameter to output_bfd. Used input_bfd instead of output_bfd in
1549 * aoutx.h (translate_from_native_sym_flags): Don't create
1550 SEC_CONSTRUCTOR sections.
1551 * ecoff.c (ecoff_set_symbol_info): Likewise.
1553 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
1558 * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
1559 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
1563 * elf32-mips.c (struct mips_elf_link_hash_entry): Add
1564 mips_32_relocs field.
1565 (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
1566 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
1567 relocs against a global symbol which is not defined in a regular
1569 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
1570 against a global symbol, increment mips_32_relocs.
1571 (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
1572 the symbol is not defined in a regular file, make room in the
1577 * ecoff.c (ecoff_compute_section_file_positions): Track the real
1578 file position and the virtual file position separately. Set
1579 filepos information bsaed on the real file position.
1580 (_bfd_ecoff_set_section_contents): Handle .lib sections like the
1581 Jan 23 change to coffcode.h.
1583 * som.c (som_slurp_symbol_table): Set the symbol count to the
1584 number of BFD symbols created.
1588 * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
1589 output file if linking shared objects. Loop to check all relocs,
1590 rather than returning false on first error.
1594 * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
1595 (ppc_elf_additional_program_headers): If .interp section, bump #
1596 of program headers by 1.
1597 (ppc_elf_adjust_dynamic_symbol): Flesh out support.
1598 (ppc_elf_size_dynamic_sections): Add support for .plt section.
1599 (ppc_elf_check_relocs): Print out filename in debug code. Enable
1601 (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
1603 (ppc_elf_relocate_section): If the output section isn't defined,
1604 don't abort, just give an error message.
1606 * elflink.c (_bfd_elf_create_dynamic_sections): If the section
1607 being created is .sdata or .sdata2, don't make the symbol dynamic.
1611 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
1612 members of an archive for dynamic objects with no symbols, and
1613 pass them directly to check_archive_element.
1614 (xcoff_link_check_ar_symbols): Pass dynamic objects to
1615 xcoff_link_check_dynamic_ar_symbols.
1616 (xcoff_link_check_dynamic_ar_symbols): New static function.
1618 * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
1619 from _bfd_nodynamic to _bfd_xcoff.
1620 * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
1622 (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
1623 (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
1624 (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
1625 * libcoff.h: Rebuild.
1626 * xcofflink.c (xcoff_swap_ldrel_in): New static function.
1627 (xcoff_get_section_contents): New static function.
1628 (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
1629 (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
1630 (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
1631 (xcoff_dynamic_reloc): New static variable.
1632 (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
1633 (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
1637 * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
1638 if reloc_entry->addend is not 0.
1639 (CALC_ADDEND): Just set the addend to reloc.r_offset.
1643 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
1645 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1646 Add entries for R_SPARC_[56].
1647 (sparc_reloc_map): Add entries for R_SPARC_[56].
1651 Optimize linking of stabs in sections as used in ELF and COFF.
1652 * stabs.c: New file.
1653 * libbfd-in.h (_bfd_link_section_stabs): Declare.
1654 (_bfd_write_section_stabs): Declare.
1655 (_bfd_write_stab_strings): Declare.
1656 * libbfd.h: Rebuild.
1657 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
1658 (struct coff_link_hash_table): Add stab_info field.
1659 * libcoff.h: Rebuild.
1660 * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
1662 (coff_link_add_symbols): Call _bfd_link_section_stabs if
1664 (_bfd_coff_final_link): Write out stab strings hash table.
1665 (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
1666 * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
1668 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
1669 (struct bfd_elf_section_data): Add stab_info field.
1670 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
1672 * elflink.h (elf_link_add_object_symbols): If appropriate, call
1673 _bfd_link_section_stabs.
1674 (elf_bfd_final_link): Write out stab strings hash table.
1675 (elf_link_input_bfd): Handle optimized stabs sections.
1676 * reloc.c (_bfd_final_link_relocate): Check address against
1677 _raw_size rather than _cooked_size.
1678 * Makefile.in: Rebuild dependencies.
1679 (BFD_LIBS): Add stabs.o
1680 (BFD_LIBS_CFILES): Add stabs.c.
1682 * VERSION: Increment for bfdlink.h change.
1684 * coffgen.c (coff_renumber_symbols): Correct handling of
1685 BSF_NOT_AT_END common symbols.
1689 * coff-ppc.c (record_toc): Add cast to avoid warning.
1690 (ppc_allocate_toc_section): Likewise.
1691 (coff_ppc_relocate_section): Remove ANSI C string concatenation.
1692 (ppc_coff_reloc_type_lookup): Remove unreached code.
1693 * coffcode.h (coff_write_object_contents): Don't take the address
1695 * peicode.h (pe_print_idata): Add casts to avoid warning.
1696 (pe_print_edata): Likewise.
1697 (pe_print_reloc): Remove ANSI C string concatenation.
1701 * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
1703 * libcoff.h: Rebuild.
1704 * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
1706 (coff_swap_aux_out): Likewise.
1707 * peicode.h (coff_swap_aux_in): Likewise.
1708 (coff_swap_aux_out): Likewise.
1709 * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
1711 * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
1713 (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
1714 Fix up .bf endndx link fields.
1715 * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
1717 * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
1722 * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
1723 on Solaris PowerPC systems doesn't get confused.
1725 * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
1728 * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
1729 (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
1730 update did_reg and did_reg2.
1734 * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
1736 * linker.c (_bfd_generic_link_add_one_symbol): When calling the
1737 callback routines, pass h->root.string rather than name, in case
1738 copy is true and name is transient.
1742 * elfcore.h: Add support for core files with multiple threads.
1743 (Primarily for Solaris.)
1747 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
1748 section->orelocation is NULL.
1750 * coffgen.c (bfd_coff_get_syment): New function.
1751 (bfd_coff_get_auxent): New function.
1752 * bfd-in.h (bfd_coff_get_syment): Declare.
1753 (bfd_coff_get_auxent): Declare.
1754 * bfd-in2.h: Rebuild.
1758 * elf32-mips.c (struct mips_hi16): Define.
1759 (mips_hi16_addr, mips_hi16_addend): Remove.
1760 (mips_hi16_list): New static variable.
1761 (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
1762 (mips_elf_lo16_reloc): Process mips_hi16_list.
1763 (mips_elf_relocate_section): Permit an arbitrary number of HI16
1764 relocs before the associated LO16 reloc.
1768 * versados.c (versados_scan): Check bfd_alloc return value.
1769 (versados_object_p): Check all bfd_read return values. Require
1770 that lang field be less than 10, to avoid confusion with Intel Hex
1773 * libaout.h (WRITE_HEADERS): Write out the relocs even if there
1775 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
1776 not 0, for an absolute symbol.
1777 (NAME(aout,swap_ext_reloc_out)): Likewise.
1779 * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
1780 (ihex_write_object_contents): For a large start address, output
1781 the full 32 bit address in record type 5.
1783 * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
1784 to int to avoid promotion problems in prototype.
1788 * configure.host: Use ${srcdir} when looking for picfrag.
1790 * configure.host: Switch on ${libdir}, not $(libdir). From
1793 * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
1794 entry point, not just for DYNAMIC objects.
1795 * sunos.c (sunos_add_dynamic_symbols): Always call
1796 sunos_create_dynamic_sections. If called with a non DYNAMIC
1797 object, don't do anything else.
1798 (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
1802 * configure.in: Permit --enable-shared to specify a list of
1804 * configure: Rebuild.
1806 * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
1807 host when configuring with --enable-shard.
1811 * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
1814 * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
1815 to avoid crashing in bfd_hash_replace.
1817 * sysdep.h: Use #ifdef, not #if.
1821 * config.in: Rebuild.
1825 * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
1826 (AC_CHECK_HEADERS): Check for sys/time.h
1827 (AC_HEADER_TIME): Add macro.
1828 * configure: Rebuild.
1829 * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
1830 to control what combination of <time> and <sys/time.h>
1835 * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
1836 (aout_32_sunos4_write_object_contents): Likewise.
1837 * aoutx.h (NAME(aout,machine_type)): Handle
1838 bfd_mach_sparc_{sparclet,sparclite}.
1839 * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
1840 (bfd_mach_sparc_v9_p): Update.
1841 * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
1842 * libaout.h (enum machine_type): Add M_SPARCLET.
1843 * sunos.c (MACHTYPE_OK): Define.
1844 * bfd-in2.h: Regenerated.
1848 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
1849 * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
1850 * elflink.c (_bfd_elf_create_got_section): Store the
1851 _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
1852 * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
1853 global offset table goes over 0x1000, set the value of
1854 _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
1855 (elf32_sparc_relocate_section): Subtract the offset of
1856 _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
1858 * elfcode.h: Don't include <string.h>.
1862 * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
1863 generic_link_hash_newfunc. All references changed.
1864 * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
1865 moved here from libbfd-in.h.
1866 * libbfd-in.h: Corresponding changes.
1867 * libbfd.h: Regenerated.
1871 * aoutx.h (aout_link_input_section_std): When reporting an
1872 overflow error, use the name of the symbol in the hash table if
1874 (aout_link_input_section_ext): Likewise.
1876 * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
1877 defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
1881 * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
1882 * coffcode.h (coff_compute_section_file_positions): Likewise.
1883 (coff_write_object_contents): Likewise.
1887 * section.c (SEC_LINK_ONCE): Define.
1888 (SEC_LINK_DUPLICATES): Define.
1889 (SEC_LINK_DUPLICATES_DISCARD): Define.
1890 (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
1891 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
1892 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
1893 * bfd-in2.h: Rebuild.
1894 * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
1895 SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
1896 (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
1897 into SEC_EXCLUDE. If IMAGE_SCN_LNK_COMDAT is set, set
1898 SEC_LINK_ONCE, and look through the symbol table for the setting
1899 for SEC_LINK_DUPLICATES.
1900 (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
1901 set for a section, find the section symbol in the symbol table,
1902 and set the aux entry based on SEC_LINK_DUPLICATES.
1903 * coffgen.c (coff_print_symbol): Add a space before "checksum".
1904 * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
1905 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
1906 * coff-i386.c (i386coff_vec): Likewise.
1907 * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
1909 * VERSION: Bump to 2.6.1.
1910 * Makefile.in (stamp-h): Depend upon VERSION.
1914 * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
1915 * libbfd.h: Rebuilt.
1916 * linker.c (generic_link_hash_newfunc): No longer static.
1917 * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
1919 * coff-h8300.c: Add two derived hash tables and their associated
1920 funtions and #defines for use by the h8300 linker.
1921 (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
1922 the function vector as needed. Place the address of the function
1923 vector entry in the location specified by the R_MEM_INDIRECT reloc.
1924 Rewrite the vectors section contents as necessary.
1925 (h8300_bfd_link_add_symbols): New function for the h8300 linker.
1926 (coff_bfd_link_add_symbols): Define to use h8300 specific version.
1927 (coff_bfd_link_hash_table_create): Likewise.
1931 * libhppa.h: If gcc 2.7 or higher, declare all the functions with
1932 __attribute__ ((__unused__)) so that -Wall doesn't warn about
1934 (hppa_rebuild_insn): Pass pointer to correct type to
1935 low_sign_unext and dis_assemble_21.
1939 * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
1940 Stick with sparc-*-{sysv4*,solaris2*}.
1944 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
1945 (coff_swap_aux_out): Swap out extra PE x_scn fields.
1946 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
1947 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
1948 fields is non-zero, print them.
1950 * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
1951 ifdef. Remove unused variables.
1952 (ppc_record_data_in_toc_entry): Ifdef out. Removed unused
1954 (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
1955 (get_symbol_value): Ifdef out.
1956 (pe_ppc_reloc): Ifdef out. Remove unused variables.
1957 (coff_ppc_relocate_section): Remove unused variables. Make
1958 fprintf strings and argument types correspond. Put before_addr in
1960 (dump_toc): Make fprintf strings and argument types correspond.
1961 (ppc_process_before_allocation): Remove unused variables. Always
1963 (ppc_reflo_reloc): Ifdef out.
1964 (ppc_addr32nb_reloc): Ifdef out.
1965 (ppc_coff_rtype2howto): Make fprintf strings and argument types
1967 (coff_ppc_rtype_to_howto): Likewise.
1968 (ppc_coff_swap_sym_in_hook): Remove unused variables.
1970 * peicode.h (pe_print_idata): Move otherwise unused variables into
1971 the #ifdef where they are used. Always return a value.
1972 (pe_print_edata): Make fprintf strings and argument types
1973 correspond. Always return a value.
1974 (pe_print_pdata): Removed unused variable addr_value. Always
1976 (pe_print_reloc): Remove unused variable onaline. Make fprintf
1977 strings and argument types correspond. Always return a value.
1979 * elf32-ppc.c (ppc_elf_fake_sections): Return true.
1980 (ppc_elf_finish_dynamic_symbol): Move definition of unused
1981 variable rela inside #if 0 section where it is used.
1983 * ns32k.h: New file.
1984 * cpu-ns32k.h: Include ns32k.h. Rename externally visible
1985 functions to start with _bfd_.
1986 * aout-ns32k.c: Include ns32k.h. Change references to renamed
1987 functions in cpu-ns32k.h.
1988 * Makefile.in: Rebuild dependencies.
1989 (HFILES): Add ns32k.h.
1991 * section.c (struct sec): Add linker_mark field. Change
1992 user_set_vma and reloc_done to be single bit fields.
1993 (STD_SECTION): Update accordingly.
1994 * bfd-in2.h: Rebuild.
1995 * aoutx.h (NAME(aout,final_link)): Mark sections included in the
1997 (aout_link_input_bfd): Don't link unmarked sections.
1998 * cofflink.c (_bfd_coff_final_link): Mark sections included in the
2000 (_bfd_coff_link_input_bfd): Don't link unmarked sections.
2001 * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
2003 * elflink.h (elf_bfd_final_link): Mark sections included in the
2005 (elf_link_input_bfd): Don't link unmarked sections.
2006 * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
2008 (xcoff_link_input_bfd): Don't link unmarked sections.
2010 * coffswap.h (coff_swap_scnhdr_out): Include section name in
2011 overflow error messages.
2015 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
2016 is not set, print "BFD: " before the error message.
2018 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
2020 * configure: Rebuild.
2024 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
2027 * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
2028 m68k-aout, m68k-coff, and m68k-elf targets.
2032 * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
2033 (ieee_generic_stat_arch_elt): Restructured to prevent
2034 ieee_object_p from being called repeatedly.
2038 * coffcode.h (coff_write_object_contents): Allocate
2039 buffers large enough for any FILEHDR or AOUTHDR.
2043 * ecofflink.c (lookup_line): New static function, renamed and
2044 slighly changed from old _bfd_ecoff_locate_line.
2045 (_bfd_ecoff_locate_line): Cache line number information. Use
2046 lookup_line for actual lookup.
2050 * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
2051 multiple of 20 bytes.
2055 * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
2056 allocate ecoff_find_line, and don't initialize by hand.
2057 * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
2058 mips_elf_find_line, and don't call memset.
2060 * coffcode.h (coff_compute_section_file_positions): If not
2061 producing a final executable, don't consider sofar when aligning
2062 the section to the correct size.
2066 * coffcode.h (coff_add_missing_symbols): Ifdef out.
2067 (coff_write_object_contents): Don't call coff_add_missing_symbols.
2068 * coffgen.c (coff_section_symbol): Ifdef out.
2072 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
2073 output_bfd is not NULL.
2077 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
2078 of bfd_alloc (fixes fix_line not being initialized).
2079 Delete zeroing of fix_{value,tag,end,scnlen} fields.
2083 * coffcode.h: Allow specific backends to override the
2084 bfd_link_add_symbols routine.
2086 * coff-h8300.c: Include genlink.h.
2087 (howto_table): Add R_MEM_INDIRECT.
2088 (rtype2howto): Support R_MEM_INDIRECT.
2089 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
2094 * coff-alpha.c (alpha_relocate_section): Use
2095 info->callbacks_warning, rather than _bfd_error_handler, for
2096 "multiple gp" warning.
2100 * linker.c (bfd_wrapped_link_hash_lookup): New function.
2101 (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
2102 table string. Use bfd_wrapped_link_hash_lookup.
2103 (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
2105 * aoutx.h (aout_link_write_symbols): Use the name from the hash
2106 table, if any, when writing out symbols.
2107 (aout_link_input_section_std): Use the name from the hash table,
2108 if any, when reporting undefined symbols.
2109 (aout_link_input_section_ext): Likewise.
2110 (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
2111 * bout.c (get_value): Likewise.
2112 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
2113 * ecoff.c (ecoff_reloc_link_order): Likewise.
2114 * elflink.h (elf_link_add_object_symbols): Likewise.
2115 (elf_reloc_link_order): Likewise.
2116 * linker.c (_bfd_generic_link_output_symbols): Likewise.
2117 (_bfd_generic_reloc_link_order): Likewise.
2118 (default_indirect_link_order): Likewise.
2119 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
2120 * sunos.c (sunos_add_one_symbol): Likewise.
2121 * xcofflink.c (xcoff_link_add_symbols): Likewise.
2122 (bfd_xcoff_link_count_reloc): Likewise.
2123 (xcoff_reloc_link_order): Likewise.
2125 * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
2126 into -1 for intern->rss.
2128 * configure: Rebuild with autoconf 2.8.
2132 * stab-syms.c (__define_stab_duplicate): Define.
2133 (bfd_get_stab_name): Rename from aout_stab_name. Rewrite to use a
2135 * bfd-in.h (bfd_get_stab_name): Declare.
2136 * bfd-in2.h: Rebuild.
2137 * Makefile.in: Rebuild dependencies.
2138 (BFD_LIBS): Add stab-syms.o.
2139 (BFD_LIBS_CFILES): Add stab-syms.c.
2140 (BFD32_BACKENDS): Remove stab-syms.o.
2141 (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
2142 * configure.in: Don't list stab-syms.o in bfd_backends.
2143 * configure: Rebuild.
2144 * libaout.h (aout_stab_name): Don't declare.
2145 * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
2150 * elf.c (assign_file_positions_for_segments): Adjust file offset
2151 for section alignment even if SEC_LOAD is not set.
2155 * configure.in: Don't set SHLIB or SHLINK to an empty string,
2156 since they appear as targets in Makefile.in.
2157 * configure: Rebuild.
2159 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
2160 don't fiddle with a symbol which is not defined anywhere.
2164 * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
2165 though they are defined in a shared library.
2166 (xcoff_build_ldsyms): Likewise.
2168 * coffgen.c (coff_find_nearest_line): Don't look at the line
2169 numbers for the section if section->lineno is NULL.
2171 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
2172 message rather than calling BFD_ASSERT.
2173 * elfcode.h (write_relocs): Check return value of
2174 _bfd_elf_symbol_from_bfd_symbol.
2178 * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
2183 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
2185 (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
2186 hppa_reloc_field_selector_type_alt.
2187 (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
2188 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
2190 (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
2194 * elf.c (assign_file_positions_for_segments): Adjust the segment
2195 memory size for the alignment of a SEC_ALLOC section, not just a
2200 * m68klinux.c: New file.
2201 * hosts/m68klinux.h: New file.
2202 * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
2203 * configure.in (m68*-*-linux*): New native host.
2204 (m68klinux_vec): New vector.
2205 * configure: Rebuild.
2206 * targets.c (m68klinux_vec): Declare.
2207 * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
2208 bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
2209 * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
2210 declaration from bfd_linux_size_dynamic_sections.
2211 (bfd_m68klinux_size_dynamic_sections): Declare.
2212 * bfd-in2.h: Rebuild.
2213 * Makefile.in: Rebuild dependencies.
2214 (BFD32_BACKENDS): Add m68klinux.o.
2215 (BFD32_BACKENDS_CFILES): Add m68klinux.c.
2219 * libhppa.h (pa_arch): Add pa20.
2220 (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
2221 (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt.
2222 (hppa_field_adjust): Handle e_nsel.
2223 * som.c: Provide default definitions for many new relocs found only
2224 in hpux10 include files.
2225 (som_fixup_formats): Add several new relocs from hpux10.
2226 (som_hppa_howto_table): Add hpux10 relocs.
2227 (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
2231 * mpw-make.sed: Edit out recent shared library support, and
2232 rules to rebuild .h files using doc/chew.
2236 * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
2237 size even of sections with no contents.
2241 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
2242 starting with '$' the way we skip names starting with '.'. When
2243 updating x_endndx, don't be fooled by an index which has been
2246 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
2247 struct/union/enum type with no elements.
2251 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
2253 * archive.c (bfd_generic_archive_p): If the first file in the
2254 archive can not be recognized as an object, don't assume that this
2255 is the wrong format.
2257 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
2258 format is not bfd_object.
2259 (bfd_elf_get_dt_soname): Likewise.
2263 * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
2268 * bfd.c (tdata): Add netbsd_core_data.
2269 * bfd-in2.h: Regenerated.
2273 * sunos.c (SUNOS_CONSTRUCTOR): Define.
2274 (sunos_add_one_symbol): Don't let a symbol from a dynamic object
2275 override a constructor symbol. Set SUNOS_CONSTRUCTOR when
2278 * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
2279 to get the symbol index, matching 14 Jul 95 change.
2283 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
2284 Remove duplicate definition of gp.
2288 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
2289 assume that we can set the GP value and then get the same value,
2290 since it won't be true if the output file is neither ELF nor
2292 * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
2293 _bfd_get_gp_value here.
2294 (mips_gprel_reloc): Don't assume we can set and get the GP value.
2295 * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
2297 (mips_elf_lo16_reloc): Likewise.
2298 (mips_elf_final_gp): Add pgp parameter. Set it to the GP value.
2299 Don't require that the BFD be ELF.
2300 (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
2301 (mips_elf_gprel32_reloc): Likewise.
2302 (mips_elf_relocate_section): Don't assume we can set and get the
2304 (mips_elf_finish_dynamic_symbol): Don't bother to use
2305 _bfd_get_gp_value here.
2307 * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
2308 Don't change epdr between malloc and free. Be careful not to free
2309 NULL pointers. Zero out the first RPDR.
2311 * configure.host: On Linux, only pass -rpath option if $(libdir)
2312 is neither /lib nor /usr/lib. From Alan Modra
2315 * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
2317 (elf_dt_name): Rename from elf_dt_needed_name.
2318 * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
2320 (bfd_elf_get_dt_soname): New function.
2321 * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
2322 elf_dt_needed_name. Save the SONAME back in elf_dt_name.
2323 * bfd-in.h (bfd_elf_get_dt_soname): Declare.
2324 * bfd-in2.h: Rebuild.
2328 * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
2329 _bfd_sparc_elf_reloc_type_lookup.
2330 (bfd_elf32_bfd_reloc_type_lookup): Update.
2331 * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
2332 (sparc64_elf_howto_table): Define.
2333 (sparc_reloc_map): Define.
2334 (sparc64_elf_reloc_type_lookup): New function.
2335 (sparc_elf_wdisp16_reloc): New function.
2336 (elf_info_to_howto): Use sparc64_elf_howto_table.
2337 (sparc64_elf_relocate_section): Likewise.
2338 (bfd_elf64_bfd_reloc_type_lookup): Update.
2342 * configure.host: Check for 'do not mix' from native linker before
2343 trying to use -rpath.
2347 * bfd.c (_bfd_get_gp_value): New function.
2348 (_bfd_set_gp_value): New function.
2349 * libbfd-in.h (_bfd_get_gp_value): Declare.
2350 (_bfd_set_gp_value): Declare.
2351 * libbfd.h: Rebuild.
2352 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
2353 _bfd_get_gp_value and _bfd_set_gp_value rather than referring
2354 directly to the fields in the tdata information.
2355 (alpha_relocate_section): Likewise.
2356 * coff-mips.c (mips_adjust_reloc_in): Likewise.
2357 (mips_gprel_reloc): Likewise.
2358 (mips_relocate_section): Likewise.
2359 * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
2360 (mips_elf_lo16_reloc): Likewise.
2361 (mips_elf_final_gp): Likewise.
2362 (mips_elf_gprel16_reloc): Likewise.
2363 (mips_elf_gprel32_reloc): Likewise.
2364 (mips_elf_relocate_section): Likewise.
2365 (mips_elf_finish_dynamic_symbol): Likewise.
2367 * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
2371 * configure.in: Call AC_PROG_CC before configure.host.
2372 * configure: Rebuild.
2373 * configure.host: Don't set information which autoconf should
2374 figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
2376 * configure.host: Remove go32 and win32 host information, since it
2377 should no longer be needed.
2379 * elf.c (map_sections_to_segments): If we have a .dynamic section,
2380 then start a new segment rather than put a writable section in a
2383 * configure.host: Set RPATH_ENVVAR.
2385 * Makefile.in: Rebuild dependencies.
2387 * elflink.c (_bfd_elf_create_linker_section): Remove unused
2388 zero_section variable.
2392 * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
2393 ($(srcdir)/libbfd.h): Rename from libbfd.h.
2394 ($(srcdir)/libcoff.h): Rename from libcoff.h.
2398 * ieee.c (ieee_write_expression): Only use an R variable for a
2399 local symbol. Don't output a zero offset. Handle a zero address.
2400 (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
2401 (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
2403 (parse_expression): Don't try to handle multiple occurrences of a
2404 P variable. Handle I variables differently from X variables. Fix
2405 the order of minus expressions.
2406 (ieee_slurp_external_symbols): Generate an I variable for an NN
2407 record. Fix handling of ATI and ATX records.
2408 (ieee_slurp_sections): Only set minimal section attributes.
2409 Adjust them later, based on the section contents.
2410 (ieee_object_p): Read in the file until just after the ME record.
2411 Call ieee_slurp_section_data to set the section flags.
2412 (do_one): Add iterations parameter. Only repeat the first load
2413 item. Set the section and file reloc flags.
2414 (ieee_slurp_section_data): Set section flags. Pass iterations to
2416 (ieee_canonicalize_reloc): Handle I variables.
2417 (do_with_relocs): Only emit relocation size when necessary.
2418 Increase MAXRUN to 127. Change ov to be assigned, and take
2419 src_mask and pcrel_offset into account.
2420 (ieee_write_data_part): Skip sections that are not loaded.
2421 (ieee_write_external_part): Don't output optional last entry of WX
2423 (ieee_write_me_part): Make setting of me_record neater.
2424 (ieee_generic_stat_arch_elt): Get the size of an archive element.
2426 * syms.c (stt): Add entries for zerovars, vars, and code.
2428 * elfcode.h (validate_reloc): New static function.
2429 (write_relocs): Call validate_reloc for non ELF relocs.
2431 * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
2432 (TARGET_BIG_SYM): Use elf_symbol_leading_char.
2433 (TARGET_LITTLE_SYM): Likewise.
2435 * config.bfd (m68*-*-psos*): New target.
2439 * i386msdos.c: Remove some #if 0 code.
2440 (msdos_write_object_contents): Don't include empty sections in the
2441 size computation, regardless of their address.
2445 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
2446 is NULL, ie, the -r switch is used.
2450 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
2451 (BFD_RELOC_MIPS_GOT_LO16): Define.
2452 (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
2453 * bfd-in2.h, libbfd.h: Rebuild.
2454 * elf32-mips.c (mips_reloc_map): Map new relocs.
2456 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
2458 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
2461 * ieee.c (get_symbol): Set the section to bfd_abs_section.
2462 (do_with_relocs): If EXEC_P is set and there are no relocs, use a
2463 simple number for the section address, rather than an expression.
2464 Limit the number of bytes between relocs to MAXRUN.
2465 (ieee_write_me_part): Set me_record to the file offset after the
2467 (ieee_write_processor): New static function.
2468 (ieee_write_object_contents): Use ieee_write_processor.
2472 * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
2474 * coff-aux.c: Change include of aux.h to aux-coff.h.
2478 * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
2479 relocation put the addend both in the reloc entry and the data.
2480 (elf_m68k_finish_dynamic_symbol): Likewise. Mask out marker in
2483 * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
2484 a R_68K_PCxx reloc against a defined global symbol directly.
2485 (elf_m68k_check_relocs): Don't count such a reloc.
2487 * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
2488 a PLTxx reloc as dynamic. Disallow PLTxxO reloc against a local
2489 symbol for now, otherwise always record the symbol as dynamic.
2490 (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
2491 is not referenced by a dynamic object, and we are not making a
2492 shared object, then don't make a PLT entry. If we do make a PLT
2493 entry, make sure the symbol has been recorded as dynamic.
2497 * configure.host: When making a shared library, set HLDFLAGS to
2498 pass an appropriate -rpath option. Use the make variable SONAME
2499 as the shared library soname, rather than computing it here. On
2500 SunOS, build stamp-tshlink in place of $(SHLINK).
2501 * Makefile.in (SONAME): New variable.
2502 ($(SHLINK)): Make a link to the transformed name, as well.
2503 (stamp-tshlink): New target.
2504 (install): Skip stamp-tshlink during install.
2508 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
2509 linker sections have been set up yet.
2511 * elf.c (make_mapping): Add an additional argument to suppress
2512 making the first section include the program headers.
2513 (map_sections_to_segments): If the user used -Ttext such that the
2514 program headers are on a different page, do not set the flags
2515 saying that this section includes the program headers.
2519 * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
2520 don't define TRAD_HEADER.
2521 * configure: Rebuild.
2523 * netbsd-core.c: New file, support for NetBSD core files.
2524 * hosts/*nbsd.h: Removed.
2528 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
2529 (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
2530 * libbfd.h, bfd-in2.h: Regenerated.
2531 * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
2532 bfd_elf32_bfd_reloc_type_lookup.
2533 (reloc_type{,_names}): Deleted.
2534 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
2536 (sparc_reloc_map): Add sparc64 relocs.
2537 (sparc_elf_notsupported_reloc): New static function.
2538 (sparc_elf_wdisp16_reloc): New static function.
2539 (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
2540 (elf32_sparc_relocate_section): Likewise.
2541 (bfd_elf32_bfd_reloc_type_lookup): Define.
2542 * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
2543 (reloc_type{,_names}): Deleted.
2544 (elf_sparc_howto_table): Deleted.
2545 (sparc_reloc_map): Deleted.
2546 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
2547 (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
2551 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
2554 * Makefile.in (program_transform_name): New variable.
2555 (install): Transform library name before installing it.
2559 * archures.c (bfd_mach_i960_hx): Define.
2560 * bfd-in2.h: Rebuild.
2561 * cpu-i960.c (scan_960_mach): Accept machine "hx".
2562 (MATRIX): Expand entries for HX.
2563 (arch_info_struct): Add i960:hx entry.
2564 * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
2565 * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
2566 (coff_set_flags): Handle bfd_mach_i960_hx.
2568 Support for building as a shared library, based on patches from
2570 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
2571 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
2572 SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
2573 * configure: Rebuild.
2574 * configure.host: If --enable-shared, adjust shared library stuff
2575 based on the host. If the host is SunOS, and the linker supports
2576 -rpath, set HLDFLAGS to use it.
2577 * Makefile.in (ALLLIBS): New variable.
2578 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
2579 (COMMON_SHLIB, SHLINK): New variables.
2580 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
2581 (STAGESTUFF): Remove variable.
2582 (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
2584 (stamp-ofiles): New target, like old ofiles target, but build
2585 using a temporary file and move-if-change, and touch stamp-ofiles
2587 (ofiles): Just depend upon stamp-ofiles.
2588 (stamp-piclist, piclist): New targets.
2589 ($(SHLIB), $(SHLINK)): New targets.
2590 (targets.o, archures.o): Build twice if PICFLAG is set.
2591 (do_mostlyclean): Remove pic/*.o.
2592 (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
2594 (do_distclean): Remove pic and stamp-picdir.
2595 (install): Install shared libraries.
2596 ($(OFILES)): Depend upon stamp-picdir.
2597 (stamp-picdir): New target.
2599 * libcoff-in.h: Add comment reminding people that libcoff.h is a
2601 * libcoff.h: Rebuild.
2603 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
2604 flavour of a section with no owner.
2606 * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
2607 ELF_LINK_NON_ELF flag.
2608 (mips_elf_create_got_section): Likewise.
2610 * elf.c: Revert last change, since it breaks dynamic linking.
2611 * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
2613 * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
2614 * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
2615 (elfNN_bed): Don't initialize want_hdr_in_seg field.
2619 * elf.c (assign_file_positions_for_segments): If the backend does
2620 not want the elf header or the program headers in the address
2621 space, do not include them in the calculations.
2623 * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
2624 function to determine if we need additional program headers.
2625 (ppc_elf_modify_segment_map): Define as a NOP function for now.
2626 (ppc_elf_create_linker_section): .sdata2 is a read-only section.
2630 * coffcode.h: Move today's libcoff.h change into coffcode.h.
2634 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
2635 back into one line. Some compilers (sunos 4.1.3 for example)
2636 won't accept args split across more than one line.
2640 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
2641 * configure: Regenerate.
2645 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
2646 try to do arithmetic on a void *, cast it to a unsigned char * first.
2650 * elf-bfd.h (ELF_LINK_NON_ELF): Define.
2651 * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
2653 * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
2654 flag for a newly defined symbol.
2655 (NAME(bfd_elf,record_link_assignment)): Likewise.
2656 (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
2657 set the DEF or REF_REGULAR flags correctly.
2659 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
2660 (libbfd.h, libcoff.h): Corresponding change.
2662 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
2663 a PLT32 reloc as dynamic.
2664 (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
2665 is not referenced by a dynamic object, and we are not making a
2666 shared object, then don't make a PLT entry. If we do make a PLT
2667 entry, make sure the symbol has been recorded as dynamic.
2671 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
2672 * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
2673 (powerpcle-*-cygwin32): New.
2674 * peicode.h (add_data_entry): Get address from vma.
2678 * elflink.c (_bfd_elf_create_linker_section): If the symbol
2679 attached to the section has already been created as an undefined
2680 symbol, treat it as if it hasn't been created yet.
2684 * elflink.h (elf_bfd_final_link): Don't output initial dummy
2685 symbol or section symbols if stripping all symbols and this is not
2686 a relocateable link. Don't output the symbol string table if
2687 there are no symbols.
2688 (elf_link_flush_output_syms): Don't do anything if there are no
2693 * coff-aux.c: New file.
2694 * hosts/m68kaux.h: New file.
2695 * config.bfd (m68*-apple-aux*): New target.
2696 * configure.in (m68*-apple-aux*): New native host.
2697 (m68kaux_coff_vec): New vector.
2698 * configure: Rebuild.
2699 * targets.c (m68kaux_coff_vec): Declare.
2700 * coffcode.h (bfd_coff_backend_data): Add field
2701 _bfd_coff_link_add_one_symbol.
2702 (bfd_coff_link_add_one_symbol): Define.
2703 (compare_arelent_ptr): New static function if TARG_AUX.
2704 (coff_write_relocs): If TARG_AUX, sort the relocs.
2705 (coff_write_object_contents): Set A/UX aouthdr magic number.
2706 (coff_link_add_one_symbol): Define if not defined.
2707 (bfd_coff_std_swap_table): Initialize new field.
2708 * libcoff.h: Rebuild.
2709 * cofflink.c (coff_link_add_symbols): Call
2710 bfd_coff_link_add_one_symbol rather than
2711 _bfd_generic_link_add_one_symbol.
2712 * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
2713 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
2714 * coff-mips.c (mips_ecoff_backend_data): Likewise.
2715 * Makefile.in: Rebuild dependencies.
2716 (BFD32_BACKENDS): Add coff-aux.o.
2717 (BFD32_BACKENDS_CFILES): Add coff-aux.c.
2721 * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
2722 relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
2726 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
2727 $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
2728 (maintainer-clean): Warn about deleting special files.
2729 (bfd-in2.h, libbfd.h, libcoff.h): New targets.
2731 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
2732 warning symbols correctly.
2733 * elf32-i386.c (elf_i386_relocate_section): Likewise.
2734 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2735 * elf32-mips.c (mips_elf_relocate_section): Likewise.
2736 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2737 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2738 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2740 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
2745 * libcoff-in.h: aligned newly exported names with bfd naming
2746 conventions. Removed an erroneous define of POWERPC_LE_PE.
2747 * libcoff.h: Rebuild.
2748 * cofflink.c, coff-ppc.c: the above function name changes
2753 * ecoff.c (struct extsym_info): Define.
2754 (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
2755 to ecoff_link_write_external.
2756 (ecoff_link_write_external): Accept a struct extsym_info pointer.
2757 Strip symbols when appropriate.
2760 * syms.c (BSF_OBJECT): Define.
2761 (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
2762 * bfd-in2.h: Rebuild.
2763 * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
2765 * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
2768 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
2769 copying relocs into a shared object, treat a defined global symbol
2771 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2772 * elf32-mips.c (mips_elf_relocate_section): Likewise.
2773 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2775 * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
2776 real defined symbol, not to a weak defined symbol.
2780 * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
2781 and made a few static functions externs.
2783 * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
2784 POWERPC_LE_PE hack in cofflink.
2786 * libcoff-in.h: promoted the following from cofflink.c to allow
2787 _bfd_coff_final_link to be overridden - STRING_SIZE_SIZE,
2788 coff_debug_merge_element, struct coff_debug_merge_type,
2789 coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
2790 coff_debug_merge_hash_table_init, coff_debug_merge_hash_table_free,
2791 coff_debug_merge_hash_lookup, coff_link_section_info,
2792 coff_final_link_info, coff_debug_merge_hash_newfunc,
2793 coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
2795 * libcoff.h: re-gen'd
2799 * syms.c: Include "bfdlink.h".
2800 (struct stab_find_info): Define.
2801 (_bfd_stab_section_find_nearest_line): New function.
2802 * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
2803 * libbfd.h: Rebuild.
2804 * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
2805 * elf.c (_bfd_elf_find_nearest_line): Try calling
2806 _bfd_stab_section_find_nearest_line before searching the ELF
2807 symbol table. Find the closest STT_FUNC symbol, not the last one.
2808 * libcoff-in.h (coff_data_type): Add line_info field.
2809 * libcoff.h: Rebuild.
2810 * coffgen.c (coff_find_nearest_line): Try calling
2811 _bfd_stab_section_find_nearest_line before searching the COFF
2813 * Makefile.in: Rebuild dependencies.
2817 * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
2818 4 bytes, so we get the correct value when updating the register
2819 field in little endian mode.
2823 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
2824 entry_section fields. Add sntoc and snentry fields.
2825 * libcoff.h: Rebuild.
2826 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
2827 not toc_section and entry_section (the COFF file does not have any
2828 sections at this point).
2829 (coff_write_object_contents): Set o_snentry and o_sntoc from
2830 snentry and sntoc rather than entry_section and toc_section.
2831 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
2832 snentry, not toc_section and entry_section.
2833 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
2834 entry_section from hentry.
2835 (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
2837 (xcoff_link_input_bfd): Set sntoc, not toc_section.
2838 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
2839 than using toc_section directly.
2841 * archures.c: Add missing `.' in enum bfd_architecture.
2842 * bfd-in2.h: Rebuild.
2844 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
2849 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
2850 to sections we allocate. Use bfd_zalloc to allocate initialial
2851 sections, not bfd_alloc.
2852 (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
2853 SDA{,2}I16 relocations.
2854 (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
2855 whether to put something in .sbss or not.
2856 (ppc_elf_relocate_section): Add support for more relocations. Add
2857 in sec->output_offset where appropriate. Make error messages
2858 include the symbol name.
2860 * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
2861 trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
2862 doesn't get redefined messages if -shared.
2864 * elflink.h (elf_create_pointer_linker_section) Only bump RELA
2865 section if the rel_section field has been set up.
2869 * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
2874 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
2875 of flags, only flags used are controlled by mach number. Bump up
2876 output file mach number to highest of input file mach numbers.
2877 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
2878 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
2880 * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
2881 bfd_elf64_sparc_vec support.
2885 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
2886 the embedded bit is set on some objects and not on others. Just
2888 (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
2893 * coffcode.h (coff_new_section_hook): Don't try to align the
2896 * coffcode.h (coff_set_section_contents): Fix the handling of the
2897 .lib section to work even if the entire section contents are
2903 * elflink.h (elf_finish_pointer_linker_section): Don't allocate
2904 memory here for contents.
2906 * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
2907 _SDA2_BASE_ by 32768.
2908 (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
2909 started using. Allocate contents for .sdata and .sdata2 sections
2911 (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
2913 (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
2914 size _SDA{,2}_BASE_.
2915 (ppc_elf_relocate_section): Change how sdata{,2} relocations are
2920 * elflink.h (elf_finish_pointer_linker_section): Fix typo.
2922 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
2923 (bfd_mach_sparc_{v8plus,v8plusa}): Define.
2924 (bfd_mach_sparc_v9a): Define.
2925 (bfd_mach_sparc_v9_p): Define.
2926 * bfd-in2.h: Regenerated.
2927 * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
2929 * elf64-sparc.c (sparc64_elf_object_p): Likewise.
2930 * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
2931 to bfd_elf32_sparc_vec.
2932 * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
2933 Add v8plus{,a} support.
2935 (sparc_compatible): New function.
2936 * elf32-sparc.h: #include "elf/sparc.h".
2937 (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
2938 elf32_sparc_final_write_processing): New functions.
2939 (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
2940 elf_backend_final_write_processing): Define.
2944 * elf-bfd.h (struct elf_link_hash_entry): Add
2945 linker_section_pointer field.
2946 (enum elf_linker_section_enum): Enumeration for new way of
2947 creating linker dynamic sections and symbols.
2948 (elf_linker_section{,_pointers}): New structures for creating
2949 dynamic sections and symbols.
2950 (elf_obj_tdata): Add linker_section_pointers and linker_section
2952 (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
2953 (_bfd_elf_create_linker_section): New declarations.
2954 (_bfd_elf_find_pointer_linker_section): Ditto.
2955 (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
2956 (_bfd_elf_make_linker_section_rela): Ditto.
2958 * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
2960 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
2961 (ppc_elf_create_linker_section): New function to create the
2962 sections .got, .sdata, and .sdata2.
2963 (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
2965 (ppc_elf_check_relocs): Support more of the eabi relocations.
2966 (ppc_elf_relocate_section): Ditto.
2967 (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
2968 if the .sdata{,2} + .sbss{,2} section size is > 32k.
2970 * elflink.h (elf_create_pointer_linker_section): New function to
2971 create initialized pointers in dynamic linker sections.
2972 (elf_finish_pointer_linker_section): Actually intialize the
2973 pointers created above.
2975 * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
2976 macros to provide both 32 and 64 bit versions of
2977 elf_create_pointer_linker_section.
2978 (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
2979 provide both 32 and 64 bit versions of
2980 elf_finish_pointer_linker_section.
2982 * elflink.c (_bfd_elf_create_linker_section): New function to
2983 create a linker section.
2984 (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
2985 given address in the linker pointer offsets created for a given
2987 (_bfd_elf_make_linker_section_rela): Make a RELA section
2988 corresponding to the generated linker section.
2992 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
2996 * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
2997 (coff_ppc_relocate_section): Handle special values for gcc built dlls.
2998 (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
2999 Also begin the toc at 4 as an eye catcher ('31313131' marks the first
3000 toc entry in an objdump) for now.
3001 (ppc_do_last, ppc_get_last): New function - needed to save processing
3002 the toc owner to the end.
3003 (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
3006 * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
3007 toc owner from being done till last. Must define POWERPC_LE_PC
3010 * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
3012 * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
3014 (coff_swap_aouthdr_out): Removed a non-working hack for computing the
3015 SizeOfImage for PowerPC. Ignore the size of the .junk section.
3019 * elfcore.h: Include <signal.h> before <sys/procfs.h>.
3023 * cpu-powerpc.c (arch_info_struct): Change last entry to not point
3025 (bfd_powerpc_arch): Point at first entry in arch_info_struct.
3029 * elf.c (assign_file_positions_for_segments): Don't increment file
3030 offset for a segment which contains no loadable sections.
3034 * reloc.c: Add new PowerPC relocations.
3035 * {bfd-in2,libbfd}.h: Regenerate.
3037 * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
3038 (ppc_elf_reloc_type_lookup): Lookup new relocations.
3042 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
3045 * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
3048 * coffgen.c (coff_find_nearest_line): Don't try to cache
3049 information in sections that are not owned by a BFD. From Richard
3052 * elf32-mips.c: Numerous changes to dynamic linking code, mostly
3054 * elflink.h (elf_link_output_extsym): Remove special check for
3057 * ecoffswap.h: Add prototypes for static functions.
3061 * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
3062 (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
3064 (ppc_elf_relocate_section): No longer allow .sdata/.sbss sections
3065 to satisfy a TOC16 relocation. Rewrite unsupported relocation
3066 support. Begin support for R_PPC_SDA{2,}REL.
3070 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
3071 create the .got and .got.neg sections.
3072 (ppc_elf_size_dynamic_sections): Call it.
3073 (ppc_elf_check_relocs): Call it.
3074 (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
3075 (ppc_elf_check_relocs): Add error messages for relocations we
3076 don't yet support. Do not include R_PPC_SDAREL16 like a GOT
3081 * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
3082 section flags for V.4 and eabi.
3086 * elf.c (assign_file_positions_for_segments): If a segment
3087 contains no sections, don't mark it as readable.
3089 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
3090 * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
3092 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
3093 dynamic section, if there is one.
3094 * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
3095 (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
3096 (bfd_elf64_swap_dyn_in): Likewise.
3097 * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
3099 (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
3101 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
3102 DT_TEXTREL entry because of .rel.plt. From Martin Pirker
3107 * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
3108 PowerPC V.4 and eabi.
3109 * bfd-in2.h: Regenerate.
3110 * libfd.h: Regenerate.
3112 * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
3114 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
3115 section type and SHF_EXCLUDE section flag, turning them into the
3116 appropriate bfd section flag.
3120 * xcofflink.c (xcoff_link_add_symbols): Create the special
3121 sections if we see a DYNAMIC object, in case that is the only
3122 XCOFF input object we see.
3124 * elf32-mips.c: Extensive changes for a start at dynamic linking
3127 * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
3128 (struct elf_backend_data): Remove
3129 elf_backend_create_program_headers field. Add
3130 elf_backend_additional_program_headers and
3131 elf_backend_modify_segment_map fields.
3132 * elfxx-target.h (elf_backend_type_change_ok): Define if not
3134 (elf_backend_additional_program_headers): Likewise.
3135 (elf_backend_modify_segment_map): Likewise.
3136 (elf_backend_create_program_headers): Don't define.
3137 (elfNN_bed): Change to account for field changes.
3138 * elf.c (assign_file_positions_for_segments): Call new
3139 modify_segment_map backend function. Don't call old
3140 create_program_headers backend function.
3141 (get_program_header_size): Call additional_program_headers rather
3142 than create_program_headers.
3143 * elflink.h (elf_link_add_object_symbols): Initialize
3144 type_change_ok from new backend field.
3145 (elf_link_output_extsym): Don't warn if _rld_new_interface is
3147 (elf_reloc_link_order): Treat a reloc against a defined symbol as
3148 a reloc against the appropriate section.
3150 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
3151 (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
3152 (elf_flags_init): Rename from elf_ppc_flags_init.
3153 * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
3155 (ppc_elf_copy_private_bfd_data): Likewise.
3156 (ppc_elf_merge_private_bfd_data): Likewise.
3158 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
3163 * coff-alpha.c (alpha_relocate_section): During final link, allow
3164 output .lita section to be bigger than 64k by adjusting gp value
3165 on a per-input section basis.
3166 * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
3168 (struct ecoff_section_tdata): Add gp field.
3172 Handle Alpha ECOFF changes in OSF/1 3.2.
3173 * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
3175 * coff-alpha.c: Include "aout/ar.h".
3176 (alpha_ecoff_get_relocated_section_contents): Don't require an
3177 ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
3178 3.2 doesn't generate one.
3179 (alpha_relocate_section): Likewise.
3180 (alpha_ecoff_slurp_armap): Define.
3181 (alpha_ecoff_slurp_extended_name_table): Define.
3182 (alpha_ecoff_construct_extended_name_table): Define.
3183 (alpha_ecoff_truncate_arname): Define.
3184 (alpha_ecoff_write_armap): Define.
3185 (alpha_ecoff_generic_stat_arch_elt): Define.
3186 (alpha_ecoff_update_armap_timestamp): Define.
3188 (alpha_ecoff_read_ar_hdr): New static function.
3189 (alpha_ecoff_get_elt_at_filepos): New static function.
3190 (alpha_ecoff_openr_next_archived_file): New static function.
3191 (alpha_ecoff_get_elt_at_index): New static function.
3192 (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
3193 (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
3194 _bfd_ecoff to alpha_ecoff.
3195 * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
3196 field from backend structure, rather than always calling
3197 _bfd_get_elt_at_filepos.
3198 * coff-mips.c (mips_ecoff_backend_data): Initialize
3199 get_elt_at_filepos field.
3200 * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
3201 from _bfd_generic_read_ar_hdr with minor changes.
3202 (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
3203 * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
3204 * libbfd.h: Rebuild.
3206 * bfd-in.h (BFD_IN_MEMORY): Define.
3207 * libbfd-in.h (struct bfd_in_memory): Define.
3208 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
3209 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
3210 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
3211 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
3212 * bfd.c (struct _bfd): Change iostream field from char * to PTR.
3213 (bfd_get_size): Handle BFD_IN_MEMORY flag.
3214 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
3215 (bfd_open_file): Cast to PTR, not char *, when setting iostream.
3216 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
3217 * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
3219 (bfd_openstreamr): Likewise.
3220 * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
3221 BFD_IN_MEMORY is not set.
3222 * riscix.c (riscix_some_aout_object_p): Likewise.
3223 * bfd-in2.h, libbfd.h: Rebuild.
3225 * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
3226 (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
3227 (bfd_get_elt_at_index): Define.
3228 * archive.c (_bfd_generic_get_elt_at_index): Rename from
3229 bfd_get_elt_at_index. Change index parameter from int to
3231 * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
3232 (_bfd_noarchive_get_elt_at_index): Define.
3233 (_bfd_archive_bsd_get_elt_at_index): Define.
3234 (_bfd_archive_coff_get_elt_at_index): Define.
3235 * bfd-in2.h, libbfd.h: Rebuild.
3236 * aout-target.h (MY_get_elt_at_index): Define if not defined.
3237 * coff-rs6000.c (xcoff_get_elt_at_index): Define.
3238 * ieee.c (ieee_get_elt_at_index): Define.
3239 * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
3240 * oasys.c (oasys_get_elt_at_index): Define.
3241 * som.c (som_get_elt_at_index): Define.
3243 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
3244 numbers to the .text section.
3248 * ieee.c (ieee_write_debug_part): Change return type to boolean.
3249 If there is a SEC_DEBUGGING section, get the contents of the debug
3250 information part from it.
3251 (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
3253 (ieee_write_object_contents): Check ieee_write_debug_part return.
3257 * config.bfd (i[345]86-*-freebsd*): Add target.
3258 * configure.in (i386freebsd_vec): Add vec.
3259 * configure: Regenerate.
3260 * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
3261 (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
3262 Rebuild dependencies..
3263 * freebsd.h: New file.
3264 * i386freebsd.c: New file.
3265 * targets.c (i386freebsd_vec): Declare.
3266 (bfd_target_vector): Add i386freebsd_vec.
3267 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
3268 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
3272 * ieee.c (ieee_slurp_debug): New static function.
3273 (ieee_object_p): Call it.
3274 (ieee_slurp_section_data): Skip debugging sections.
3275 (ieee_get_reloc_upper_bound): Likewise.
3276 (ieee_get_section_contents): Likewise.
3277 (ieee_canonicalize_reloc): Likewise.
3278 (ieee_write_section_part): Likewise.
3279 (ieee_write_debug_part): Likewise.
3280 (ieee_write_data_part): Likewise.
3281 (init_for_output): Likewise.
3285 * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
3287 (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
3288 relocs, since ppc_elf_relocate_section handles the linker case.
3289 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
3291 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
3292 ppc_elf_relocate_section since that is now the only caller.
3293 (ppc_elf_relocate_section): Ditto.
3297 * coffcode.h (coff_write_object_contents): If we don't know the
3298 section of the entry point for an XCOFF executable, always set the
3299 entry address to -1.
3303 * elf.c (bfd_section_from_shdr): Add support for note sections.
3307 * bfd-in.h (struct _symbol_info): Add stab_type field.
3308 * bfd-in2.h: Rebuild.
3309 * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
3311 * elf32-ppc.c: Remove trailing newline from calls to
3313 (ppc_elf_merge_private_bfd_data): Only warn about endianness
3314 difference if target endianness is known.
3318 * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
3319 old style TOC16 references without using R_PPC_GOT.
3320 (ppc_reloc_type): Ditto.
3321 (ppc_elf_reloc_type_lookup): Add support for TOC16.
3322 (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
3323 (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
3324 (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
3325 (ppc_elf_check_relocs): New function for GOT/PLT support that is
3327 (ppc_elf_adjust_dynamic_symbol): Ditto.
3328 (ppc_elf_adjust_dynindx): Ditto.
3329 (ppc_elf_size_dynamic_sections): Ditto.
3330 (ppc_elf_finish_dynamic_symbol): Ditto.
3331 (ppc_elf_finish_dynamic_sections): Ditto.
3332 (ELF_DYNAMIC_INTERPRETER): Define.
3336 * elf.c (copy_private_bfd_data): When attaching sections to
3337 segments ignore sections that won't be allocated. Patch from
3342 * config.bfd: Match on m68k-cbm-* only if OS doesn't match
3347 * coff-i960.c (CALC_ADDEND): Define.
3348 (coff_i960_relocate_section): Add the input section VMA to the
3349 addend for PC relative relocs.
3353 * peicode.h (pe_print_pdata): Must test the entire entry for zero
3354 to correctly terminate.
3358 * targets.c (enum bfd_endian): Define.
3359 (bfd_target): Rename byteorder_big_p to byteorder, and change it
3360 from boolean to enum bfd_endian. Change header_byteorder_big_p
3362 * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
3363 (bfd_header_big_endian, bfd_header_little_endian): New macros.
3364 * bfd-in2.h: Rebuild.
3365 * All targets: Change initialization of byteorder and
3366 header_byteorder to use enum bfd_endian values rather than
3368 * All files: Change all references to byteorder_big_p and
3369 header_byteorder_big_p to use new bfd_*_endian macros.
3371 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
3373 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
3375 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
3379 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
3383 * ieee.c: Lots of minor cleanups. Make many functions return
3384 errors rather than calling abort. Also:
3385 (ieee_write_twobyte): Remove; change callers to call existing
3386 ieee_write_2bytes function.
3387 (ieee_write_expression): Don't output the section twice when
3388 outputting a local symbol. Don't emit an extraneous zero if there
3390 (ieee_slurp_sections): Set the lma as well as the vma.
3391 (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
3393 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
3394 a recognized one or bfd_arch_unknown.
3395 (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
3397 (ihex_get_symtab): Likewise.
3401 * aoutx.h: Include <ctype.h>.
3402 (struct aout_link_includes_table): Define.
3403 (struct aout_link_includes_totals): Define.
3404 (struct aout_link_includes_entry): Define.
3405 (aout_link_includes_lookup): Define macro.
3406 (struct aout_final_link_info): Add includes field.
3407 (aout_link_includes_newfunc): New static function.
3408 (NAME(aout,final_link)): Initialize includes hash table.
3409 (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
3413 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
3417 * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
3421 * peicode.h (pe_print_reloc): New function to dump the .reloc section.
3422 (pe_print_private_bfd_data): call pe_print_reloc.
3423 * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
3424 * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
3425 up some debugging as well.
3429 * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
3434 * elflink.h (elf_link_add_object_symbols): Set section_count to 0
3435 when setting sections to NULL.
3439 * xcofflink.c (struct xcoff_loader_info): Add export_defineds
3441 (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
3442 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
3444 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
3445 * bfd-in2.h: Rebuild.
3449 * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
3453 * ihex.c (ihex_scan): Handle record types 4 and 5.
3454 (ihex_object_p): Permit types 4 and 5.
3455 (ihex_set_section_contents): Remove check for out of range
3457 (ihex_write_object_contents): Generate types 4 and 5.
3459 * elflink.h (elf_link_output_extsym): Just ignore warning and
3460 indirect references to symbols which don't really exist.
3464 * peicode.h (pe_print_idata): Minor format fixes
3465 (pe_print_edata): New function. Under private printing, this formats
3466 the edata section of a PE file.
3467 (pe_print_private_bfd_data): Added call to pe_print_edata.
3471 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
3472 index, don't call stoi.
3476 * srec.c (srec_scan): Set lma as well as vma.
3478 * ihex.c: New file; support for Intel Hex format.
3479 * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
3480 (ihex_vec): Declare.
3481 (bfd_target_vector): Always include ihex_vec.
3482 * bfd.c (struct _bfd): Add ihex_data field to tdata union.
3483 * Makefile.in: Rebuild dependencies.
3484 (BFD_LIBS): Add ihex.o
3485 (BFD_LIBS_CFILES): Add ihex.c.
3486 * bfd-in2.h: Rebuild.
3488 * elf.c (assign_file_positions_for_segments): Sort the sections in
3490 (get_program_header_size): Return the right size if segment_map is
3492 (copy_private_bfd_data): Don't bother to sort the sections.
3494 * bfd.c (bfd_record_phdr): New function.
3495 * bfd-in.h (bfd_record_phdr): Declare.
3496 * bfd_in2.h: Rebuild.
3498 * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
3501 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
3502 (bfd_zmalloc): Return PTR, not char *. Take size_t, not
3504 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
3505 (bfd_zmalloc): Change declaration.
3506 * libbfd.h: Rebuild.
3507 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
3508 and realloc. Don't set bfd_error_no_memory if they fail.
3512 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
3513 uses as well. Added a new howto to deal with TOCREL16 relocs that
3514 are TOCDEFN as well.
3515 (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
3516 to handle RVA relocs from dlltool.
3517 (ppc_coff_rtype2howto): TOCDEFN reloc addition.
3518 (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
3519 (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
3521 * coffcode.h (coff_set_alignment_hook): check idata$X sections
3522 to get the right section alignment.
3526 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
3527 p_paddr if p_paddr is zero.
3528 (make_mapping): Set includes_filehdr and includes_phdrs for first
3530 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
3532 (assign_file_positions_for_segments): Handle includes_filehdr and
3533 includes_phdrs. Remove special handling of PT_PHDR and first
3535 (copy_private_bfd_data): Set includes_filehdr and includes_phdr
3536 when appropriate. Remove special handling of PT_PHDR segment.
3537 Use a more complex condition for when a section is included in a
3538 segment to handle Solaris linker oddities.
3542 * coff-m88k.c (howto_table): Reformatted for easier reading;
3543 special_function now points to new function m88k_special_reloc.
3544 (howto_hvrt16): Function previously used for handling HVRT16 relocs
3546 (rtype2howto): Do not add reloc's r_offset to the addend, this will
3547 be done correctly by m88k_special_reloc.
3548 (reloc_processing): New function to be used by RELOC_PROCESSING.
3549 (RELOC_PROCESSING): Define to call reloc_processing.
3553 * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
3554 (pe_print_pdata): Likewise.
3556 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
3557 obstack_alloc fails.
3558 (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
3560 * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
3561 * Many files: don't set bfd_error_no_memory if one of the above
3564 * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
3565 if p_paddr_valid is set.
3566 (copy_private_bfd_data): New static function.
3567 (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
3569 * elf.c (assign_file_positions_for_segments): Fix case where extra
3570 program headers were allocated.
3572 * elf.c (_bfd_elf_print_private_bfd_data): New function.
3573 * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
3574 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
3575 _bfd_elf_print_private_bfd_data.
3577 * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
3578 r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
3579 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
3580 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
3581 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
3582 (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
3583 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
3587 * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
3588 * elf.c (make_mapping): New static function.
3589 (map_sections_to_segments): New static function.
3590 (elf_sort_sections): New static function.
3591 (assign_file_positions_for_segments): New static function.
3592 (map_program_segments): Remove.
3593 (get_program_header_size): Remove sorted_hdrs, count, and
3594 maxpagesize parameters. Simplify.
3595 (assign_file_positions_except_relocs): When generating an
3596 executable, use assign_file_positions_for_segments.
3597 (elf_sort_hdrs): Remove.
3598 (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
3599 to get_program_header_size.
3603 * hp300hpux.c (MY(callback)): Set lma as well as vma.
3605 * configure, config.in: Regenerate with autoconf 2.7.
3607 * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
3608 * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
3612 * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
3613 (ecoff_sec_to_styp_flags): Likewise.
3614 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
3615 (ecoff_set_symbol_info): Handle scRConst.
3616 (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
3617 (ecoff_compute_section_file_positions): Handle .rconst section.
3618 (_bfd_ecoff_write_object_contents): Likewise.
3619 (ecoff_link_check_archive_element): Handle scRConst.
3620 (ecoff_link_add_externals): Likewise.
3621 (ecoff_link_write_external): Handle .rconst section.
3622 (ecoff_reloc_link_order): Likewise.
3623 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
3624 * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
3626 (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
3628 * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
3629 DEF_DYNAMIC flag is set.
3633 * host-aout.c: If TRAD_HEADER is defined, include it.
3637 * aclocal.m4 (AC_PROG_CC): Remove local definition.
3638 (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
3639 (BFD_NEED_DECLARATION): New function.
3640 * configure.in: Use BFD_NEED_DECLARATION.
3641 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
3642 * configure, config.in: Rebuild with autoconf 2.6.
3644 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
3645 special_sections before returning when called with a non XCOFF
3648 * coffgen.c (coff_renumber_symbols): Sort common symbols with
3651 * coffcode.h (coff_compute_section_file_positions): Only pad the
3652 previous section to force file alignment when creating an
3657 * coffcode.h (coff_compute_section_file_positions): If
3658 RS6000COFF_C, set up the .debug section.
3660 * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
3661 if it is not large enough to accomodate the entire TOC area with
3662 signed 16 bit offsets.
3663 (xcoff_write_global_symbol): Handle negative TOC offsets in global
3665 (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
3666 TOC anchor to use the TOC value used in the output file.
3670 * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
3671 (_bfd_coff_read_string_table): Likewise.
3675 * pe-arm.c: Fix typos.
3676 * coff-arm.c: Likewise.
3680 * coff-ppc.c (list_ele): Added "cat"egory member.
3681 (record_toc): New category parameter (priv or pub).
3682 (ppc_record_toc_entry): Check to see if toc bounds exceeded.
3683 (ppc_process_before_allocation): Removed embrionic data-in-toc from
3684 the mainline. It addes extra toc cells in error.
3685 (ppc_coff_swap_sym_in_hook): Added some documentation.
3686 (dump_toc): Can now diagnose "virtual toc" chicanery.
3690 * elf-bfd.h (struct elf_link_hash_table): Change type of
3691 dynsymcount and bucketcount fields from size_t to bfd_size_type.
3695 * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
3696 pointerize C_LEAFSTAT or C_LEAFEXT entries.
3698 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
3699 DT_INIT and DT_FINI entries if the _init or _fini symbol is
3700 defined or mentioned in a regular file.
3704 * coff-ppc.c (ppc_record_data_in_toc_entry): new function
3705 (coff_ppc_relocate_section): Handle TOCDEFN attribute
3706 (coff_ppc_relocate_section): Correct REL24 handling
3707 (ppc_process_before_allocation): Correct TOCDEFN handling
3709 * peicode.h (dir_names): Added name descriptions
3713 * VERSION: Updated to cygnus-2.6.
3717 * targets.c (m68k4knetbsd_vec): Declare.
3721 * targets.c (bfd_target): Change type of second argument to
3722 _bfd_print_private_bfd_data from void * to PTR.
3723 * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
3724 using PTR rather than void *.
3725 * bfd-in2, libbfd.h: Rebuild.
3726 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
3728 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
3729 _bfd_generic_bfd_print_private_bfd_data rather than casting
3734 * Makefile.in (.dep1): Fix stupid typo in last change. Remove any
3735 "DO NOT DELETE" lines or blank lines that mkdep writes on some
3737 (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
3738 BFD64_BACKENDS_CFILES): New variables.
3743 * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
3744 not at the file position of the first section.
3745 * coffcode.h (coff_compute_section_file_positions): Avoid using
3747 (coff_write_object_contents): When generating a PPC PE executable
3748 with no symbols, round up the file size to a COFF_PAGE_SIZE
3750 * cofflink.c (_bfd_coff_final_link): If there are no symbols,
3751 don't write out a string table.
3753 * elf.c (bfd_section_from_shdr): When using a different section
3754 header, pass the new one to _bfd_elf_make_section_from_shdr.
3755 (elf_fake_sections): Don't set sh_info and sh_entsize fields.
3756 (elf_map_symbols): Add section VMA to symbol value when comparing
3758 (_bfd_elf_compute_section_file_positions): Only build symbol table
3759 if there are some symbols. Set file offset of symtab and strtab
3761 (assign_file_positions_except_relocs): Remove dosyms parameter.
3762 Change all callers. Never set file offset of symtab and strtab
3764 (_bfd_elf_copy_private_section_data): New function.
3765 (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
3766 (_bfd_elf_copy_private_symbol_data): New function.
3767 (swap_out_syms): Check for special mapping of st_shndx created by
3768 copy_private_symbol_data.
3769 * elfxx-target.h: Use new copy routines.
3770 * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
3771 (_bfd_elf_copy_private_section_data): Declare.
3773 * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
3775 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
3778 * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
3779 _bfd_dummy_target, matching the recent change to archive
3784 * libbfd.c (bfd_get_file_window): Use casts to avoid doing
3785 arithmetic on PTR types.
3787 * aout-target.h (MY(callback)): Set the lma of the sections.
3789 * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
3790 symbol into a reloc against the section.
3794 * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
3795 glue for the relocs: IMGLUE and IFGLUE.
3796 (record_toc): new function - tracks toc contents
3797 (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
3798 (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
3799 (ppc_coff_rtype2howto): removed invalid IMGLUE hack
3800 (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
3801 (ppc_record_toc_entry): Removed a debug define (duh)
3803 * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
3804 (pe_print_idata): New function - formats the idata section data
3805 (pe_print_pdata): New function - formats the pdata section data
3806 (pe_print_private_bfd_data): calls to above
3810 * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
3811 * coff-rs6000.c (rs6000coff_vec): Add conditional defines
3812 TARGET_SYM and TARGET_NAME for vector and BFD name.
3813 * coff-pmac.c (pmac_xcoff_vec): Remove.
3814 (TARGET_SYM, TARGET_NAME): Define.
3815 * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
3816 machine to 0, not all PowerMacs are 601s.
3820 * elfcode.h (elf_object_p): Read in any program headers.
3821 * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
3822 based on the program headers, if any.
3823 (elf_fake_sections): Set sh_addr from the vma, not the lma.
3824 (map_program_segments): Set p_paddr of program headers based on
3829 * archive.c (bfd_generic_archive_p): Preserve tdata in case of
3832 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
3833 trying to do a relocateable link with a non-a.out object file.
3835 * archive.c (bfd_generic_archive_p): Check the first object file
3836 in an archive even if target_defaulted is set. If the object file
3837 has the wrong xvec, reject it.
3839 * aoutx.h (NAME(aout,set_section_contents)): If a section can not
3840 be represented, report the name via _bfd_error_handler.
3841 (translate_to_native_sym_flags): Likewise.
3842 * elf32-mips.c (mips_elf_final_link): Likewise.
3843 * oasys.c (oasys_write_sections): Likewise.
3845 * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
3846 which checks for STYP_OVRFLO sections.
3847 (coff_compute_section_file_positions): If RS6000COFF_C, handle
3848 reloc and lineno count overflows.
3849 (coff_write_object_contents): Call coff_count_linenumbers before
3850 coff_compute_section_file_positions. If RS6000COFF_C, handle
3851 reloc and lineno count overflows.
3852 * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
3853 relocs before dealing with .pad sections. Count overflow section
3854 headers when handling .pad sections.
3856 * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
3859 * xcofflink.c (XCOFF_DESCRIPTOR): Define.
3860 (struct xcoff_link_hash_table): Add descriptor_section and
3861 special_sections fields.
3862 (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
3863 (xcoff_link_add_symbols): Set linkage section alignment. Create
3864 descriptor section. Check for magic symbol names (_text, etc.),
3865 and record them in special_sections if found. Set
3866 XCOFF_DESCRIPTOR flag for a function descriptor, and set its
3867 descriptor field to point back to the function code symbol.
3868 (xcoff_sweep): Always mark the special descriptor_section.
3869 (bfd_xcoff_export_symbol): Check whether the symbol might be a
3870 function descriptor, and mark it if it is.
3871 (bfd_xcoff_size_dynamic_sections): Add new special_sections
3872 parameter, and fill it in. Allocate space for the descriptor
3874 (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
3875 global linkage code. If an undefined function descriptor is
3876 exported, arrange to define it. Warn about any other undefined
3878 (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
3879 (xcoff_write_global_symbol): Create a function descriptor when
3881 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
3882 * bfd-in2.h: Rebuild.
3886 * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
3887 (ppc_coff_link_hash_table): new types for hashing
3888 (ppc_coff_link_hash_newfunc): hash entry constructor
3889 (ppc_coff_link_hash_table_init): hash table initializer
3890 (ppc_coff_link_hash_table_create): hash table constructor
3891 (ppc_record_toc_entry): changed references to hash table
3892 (coff_ppc_relocate_section): changed references to hash table
3894 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
3895 * libcoff.h: Rebuild
3897 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
3898 (coff_link_add_symbols): removed toc_offset init
3902 * Makefile.in (.dep1): Make sure the file mkdep is to write exists
3905 * configure.in: Added new option --with[out]-mmap. Set USE_MMAP
3906 if it is given and mmep is available.
3907 * acconfig.h: Undef USE_MMAP.
3908 * configure, config.in: Regenerated.
3909 * aoutx.h: If USE_MMAP is not defined, do all symbol and string
3910 table handling the old way.
3911 (aout_get_external_symbols): Don't complain if last byte of string
3913 * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
3914 (bfd_free_window) [! USE_MMAP]: Don't define.
3915 (bfd_get_file_window,
3916 _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
3920 * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
3925 * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
3926 compatible with AMD generated COFF files. Try to support both AMD
3927 and GNU formats simultaneously.
3928 (coff_a29k_relocate_section): Likewise.
3930 * libbfd.c (bfd_get_file_window): Change writable parameter from
3931 int to boolean; update all callers. Pass MAP_SHARED if not
3932 writable--it's required on Solaris. Cast fprintf argument to
3934 * bfd-in.h (bfd_get_file_window): Update declaration.
3935 * bfd-in2.h: Rebuild.
3936 * aoutx.h: Update calls to bfd_get_file_window.
3938 * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
3940 (xcoff_swap_ldhdr_in): New static function.
3941 (xcoff_swap_ldsym_in): New static function.
3942 (xcoff_find_reloc): Handle the case of a single reloc correctly.
3943 (xcoff_link_add_symbols): If we just created a descriptor, pass it
3944 to _bfd_generic_link_add_one_symbol, to save a hash lookup.
3945 Handle XTY_ER/XMC_XO symbols correctly.
3946 (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
3947 rather than normal symbol table.
3948 (bfd_xcoff_import_symbol): It's not an error if the symbol is
3949 already defined with the same absolute value.
3950 (xcoff_mark): When considering called symbols, check whether the
3951 descriptor is from a dynamic object, rather than the symbol
3953 (xcoff_build_ldsyms): Likewise.
3955 * libbfd.c (bfd_get_file_window): Change return type to boolean.
3956 Cast realloc and malloc return values. If malloc or realloc fail,
3957 set bfd_error_no_memory.
3958 * bfd-in.h (bfd_get_file_window): Change type to boolean.
3959 * bfd-in2.h: Rebuild.
3963 * coff-ppc.c (ppc_record_toc_entry): new function.
3964 (in_reloc_p): changed return value.
3965 (coff_ppc_relocate_section): much rework.
3966 (ppc_allocate_toc_section): new function.
3967 (ppc_process_before_allocation): new function.
3968 (ppc_coff_swap_sym_in_hook): new function.
3970 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
3971 (coff_link_add_symbols): initialize toc_offset.
3973 * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
3974 (coff_swap_aouthdr_out): Added more sections to the data
3975 dictionary for the pe file header. Also changed linker version
3976 number on the ppc side.
3977 (dir_names): small improvements to the dictionary printing.
3978 (pe_mkobject_hook): save the file level flags.
3980 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
3981 (pe_tdata): added real_flags field
3982 (coff_tdata): added local_toc_sym_map and access macro
3984 * libcoff.h (coff_link_hash_entry): added toc_offset field
3985 (pe_tdata): added real_flags field
3986 (coff_tdata): added local_toc_sym_map and access macro
3988 * coffcode.h (coff_set_alignment_hook): added hook for PE.
3989 (coff_mkobject): init for local_toc_sym_map
3990 (coff_write_object_contents): set the internal_a.magic to
3991 IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
3996 * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
3997 entries until both the line number address and the function name
3998 address are too large.
4000 * configure.in: Call AC_CHECK_PROG to find and cache AR.
4001 * configure: Rebuilt.
4003 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
4004 is defined in the environment.
4008 * som.c (som_get_section_contents_in_window): Define to use
4013 * coff-i860.c: New file, based on coff-i386.c.
4014 * cpu-i860.c: New file, based on cpu-i386.c.
4015 * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
4016 * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
4017 targets, using i860coff_vec.
4018 * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
4019 trad-core.o and hosts/i860mach3.h.
4020 (i860coff_vec): Use coff-i860.o and cofflink.o.
4021 * configure: Rebuild.
4022 * Makefile.in: Rebuild dependencies.
4023 (ALL_MACHINES): Add cpu-i860.o.
4024 (BFD32_BACKENDS): Add coff-i860.o.
4025 (CFILES): Add cpu-i860.c and coff-i860.c.
4026 * targets.c (i860coff_vec): Declare.
4027 (bfd_target_vector): Add &i860coff_vec.
4028 * archures.c (bfd_i860_arch): Declare.
4029 (bfd_archures_list): Add &bfd_i860_arch.
4030 * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
4031 (coff_set_flags): Handle bfd_arch_i860.
4032 (coff_write_object_contents): Handle I860 a.out magic number.
4036 * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
4037 the created .tc section to 2.
4038 (xcoff_mark): Don't keep a .loader reloc for a call to an
4039 undefined symbol when creating a shared library.
4040 (xcoff_build_ldsyms): When creating a shared library, generate
4041 global linkage code for a call to an undefined symbol.
4045 * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
4046 BFD32_BACKENDS, BFD64_BACKENDS.
4047 (.dep1): Put mkdep output in a separate file.
4048 Rebuilt dependencies.
4050 * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
4053 Permit use of mmap when available:
4055 * configure.in: Check for mmap, madvise, mprotect.
4056 * config.in, configure: Regenerated.
4058 * libbfd.c (struct _bfd_window_internal): Define type.
4059 (bfd_init_window, bfd_free_window, bfd_get_file_window): New
4061 (ok_to_map): New static variable for debugging.
4062 (_bfd_generic_get_section_contents_in_window): New function.
4063 * bfd-in.h (bfd_window_internal): Declare type.
4064 (bfd_window): Define type.
4065 (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
4066 * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
4069 * libaout.h (struct aoutdata): Add two window fields.
4070 (obj_aout_sym_window, obj_aout_string_window): New macros.
4071 * aoutx.h (some_aout_object_p): Initialize windows.
4072 (aout_get_external_symbols): Get symbol data and strings in
4073 windows instead of explicitly allocated buffers.
4074 (slurp_symbol_table): Free window instead of memory.
4075 (bfd_free_cached_info): Release windows instead of freeing storage
4077 (aout_link_free_symbols): Ditto.
4079 * targets.c (bfd_target): Add new field for
4080 get_section_contents_in_window.
4081 (BFD_JUMP_TABLE_GENERIC): Updated.
4082 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
4083 coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
4084 libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
4085 macros for get_section_contents_in_window field.
4089 * core.c: Renamed to corefile.c
4090 * makefile.dos (OBJS): Change core.o to corefile.o
4091 * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
4096 * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
4097 targ_selvecs to allow debugging under Irix-5 native.
4102 * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
4103 to o. Clobber and restore the list of new csects around the call
4104 to _bfd_generic_link_add_one_symbol, in case it wants to report a
4105 linker error and the linker wants to read the symbol table. Reset
4106 the line number count of a real section even if it has no relocs.
4107 (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
4109 * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
4114 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
4115 an undefined symbol in a shared link.
4117 * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
4118 oldtype from bfd_link_order_type to bfd_link_hash_type. From
4123 * coff-m88k.c (rtype2howto): New static function.
4124 (RTYPE2HOWTO): Use it rather than a macro definition.
4126 * coffcode.h (coff_write_object_contents): set internal_a.magic
4127 to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
4129 * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
4130 define TRAD_HEADER to new file hosts/delta68.h.
4131 m88*-motorola-sysv*, however, does use ptrace-core.o.
4132 * hosts/delta68.h: New file.
4134 * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
4135 bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
4139 * i386linux.c (MY(vec)): Declare before use.
4143 * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
4144 Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
4146 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
4147 BFD is not of the right type.
4148 (bfd_elf_get_needed_list): Likewise.
4149 * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
4150 * sunos.c (bfd_sunos_get_needed_list): Likewise.
4151 * xcofflink.c (XCOFF_XVECP): Define.
4152 (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
4154 (bfd_xcoff_import_symbol): Likewise.
4155 (bfd_xcoff_export_symbol): Likewise.
4156 (bfd_xcoff_link_count_reloc): Likewise.
4157 (bfd_xcoff_record_link_assignment): Likewise.
4158 (bfd_xcoff_size_dynamic_sections): Likewise.
4160 * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
4161 table index against the number of symbols for a base relative
4164 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
4166 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
4167 full_aouthdr flag here...
4168 (_bfd_xcoff_bfd_final_link): ...not here.
4172 * libelf.h: Rename to elf-bfd.h to avoid conflict with
4173 systems that have a system <libelf.h>.
4174 * Makefile.in: Globally replace libelf.h with elf-bfd.h.
4175 * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
4176 elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
4177 elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
4178 elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
4179 elfxx-target.h: Include elf-bfd.h rather than libelf.h.
4180 * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
4184 * ecoff.c (ecoff_set_symbol_info): Add new parameter weak. If
4185 set, set BSF_WEAK in symbol. Change all callers.
4186 (ecoff_get_extr): Set weakext based on BSF_WEAK.
4187 (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
4188 _bfd_generic_link_add_one_symbol.
4189 (ecoff_indirect_link_order): Check that the section tdata relocs
4190 are not NULL before using them.
4192 * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
4193 define TRAD_HEADER as hosts/alphalinux.h.
4194 * configure: Rebuild.
4195 * hosts/alphalinux.h: New file.
4196 * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
4201 * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
4202 C_ECOMM storage classes.
4204 * xcofflink.c (xcoff_mark_symbol): New static function, broken out
4206 (xcoff_mark): Call xcoff_mark_symbol.
4207 (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
4208 (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
4210 (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
4214 * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
4216 (xcoff_find_reloc): New static function.
4217 (xcoff_link_add_symbols): Use it.
4218 (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
4219 (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL. Don't
4220 relocate the value of C_DECL.
4222 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
4226 * cofflink.c (_bfd_coff_generic_relocate_section): Make
4227 callback decide what goes in .relocs.
4228 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
4229 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
4234 * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
4239 * xcofflink.c: More improvements, mostly to fix handling of
4240 constructors and a few other special cases.
4241 * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
4242 zero, reverting yesterday's change.
4243 * bfd-in.h (bfd_xcoff_link_record_set): Declare.
4244 (bfd_xcoff_link_count_reloc): Declare.
4245 (bfd_xcoff_record_link_assignment): Declare.
4246 * bfd-in2.h: Rebuild.
4250 * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
4251 aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
4252 i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
4253 i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
4254 ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
4255 Change PAGE_SIZE to TARGET_PAGE_SIZE.
4257 * m68knetbsd.c: Ditto as well as add support for the m68k4k object
4260 * netbsd.h: Double ditto (incl. m68k4k support). NetBSD's text
4261 segments includes the a.out header. See to that the magic number
4262 *always* is big-endian.
4264 * config.bfd: Add m68*-hp*-netbsd* case. Cross-pollinate m68k and
4265 m68k4k NetBSD configurations.
4267 * configure.in, configure: Separate i386 & mips NetBSD
4268 configurations from other BSD ones. Don't assume DEC is the only
4269 thing NetBSD/mips run on. Add {m68k,ns32k,sparc}-*-netbsd*
4270 configurations. Add support for m68k4k NetBSD object format.
4272 * libaout.h: Added M_68K4K_NETBSD magic.
4274 * m68k4knetbsd.c: New file.
4276 * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
4278 * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
4281 * hosts/mipsnbsd.h: New file.
4286 * config.bfd: Add config stuff for mips*-*-magic* to set
4287 targ_defvec to ecoff_big_vec.
4292 * xcofflink.c: Numerous changes to get closer to a working XCOFF
4294 * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
4295 toc_section, and entry_section fields.
4296 (struct xcoff_section_tdata): Remove ldrel_count field.
4297 * libcoff.h: Rebuild.
4298 * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
4300 (coff_compute_section_file_positions): If RS6000COFF_C, generate
4301 full a.out header if full_aouthdr is set in xcoff_data.
4302 (coff_write_object_contents): Likewise. Set o_snentry and o_sntoc
4303 based on sections stored in xcoff_data.
4304 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
4306 (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
4307 (rs6000coff_vec): Set symbol_leading_char to '.'.
4308 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
4309 value stored in ret rather than returning a pointer value.
4313 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
4318 * som.c (som_slurp_string_table): Allocate the strings with malloc
4319 since they're free'd by free_cached_info.
4320 (som_slurp_symbol_table): Similarly for the symbol table.
4324 * Makefile.in (diststuff): Don't make headers.
4328 * Makefile.in: Rebuild dependencies.
4330 * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
4331 output_bfd is not SunOS.
4332 (bfd_sunos_size_dynamic_sections): Likewise. Don't scan relocs of
4333 non-SunOS input files.
4335 * xcofflink.c: Extensive changes to support linking shared objects
4336 and generating a .loader section.
4337 * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
4338 (struct xcoff_section_tdata): Add lineno_count, first_symndx,
4339 last_symndx, and ldrel_count fields.
4340 * libcoff.h: Rebuild.
4341 * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
4342 * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
4344 * bfd-in.h (bfd_xcoff_import_symbol): Declare.
4345 (bfd_xcoff_export_symbol): Declare.
4346 (bfd_xcoff_size_dynamic_sections): Declare.
4347 * bfd-in2.h: Rebuild.
4351 * configure.in: Add xcofflink.o to pmac_xcoff_vec.
4352 * configure: Rebuild.
4353 * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
4354 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
4356 (pmac_xcoff_vec): Update to use new xcoff support.
4357 * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
4358 (xcoff_write_armap): Declare buf as unsigned char.
4359 * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
4361 * mpw-make.sed: Generalize subdir_do edit.
4365 * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
4366 correctly. Don't initialize asect->vma.
4370 * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
4371 something a little less than the page size.
4375 * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
4379 * coff-i386.c (coff_i386_reloc_type_lookup): New.
4380 * coffcode.h (coff_write_object_contents): If .bss is before
4381 .data us that as data_start.
4382 * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
4384 * peicode.h (add_data_entry): Use _cooked_size of data directory.
4385 (coff_swap_outhdr_out): Hardwire in version number.
4389 * sunos.c (sunos_add_dynamic_symbols): Rename local variables
4390 major and minor to *_vno, since the former are also macros in
4391 SunOS header files. Cast result of bfd_alloc to appropriate
4394 * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
4395 before assigning to sec_data.
4399 * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
4400 now relative to the section, not absolute.
4401 * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
4402 get the file name when there is a N_SO directory name. When
4403 handling stabs, remember that section->vma was added to the
4408 * sunos.c (struct sunos_link_hash_table): Add needed field.
4409 (sunos_link_hash_table_create): Call bfd_release, not free.
4410 (sunos_link_hash_table_create): Initialize needed field.
4411 (sunos_add_dynamic_symbols): Record needed objects.
4412 (bfd_sunos_get_needed_list): New function.
4413 * bfd-in.h (bfd_sunos_get_needed_list): Declare.
4414 * bfd-in2.h: Rebuild.
4418 * libcoff-in.h (pe_data_type.in_reloc_p): New.
4422 * bfd-in.h (struct bfd_link_needed_list): Rename from
4423 bfd_elf_link_needed_list.
4424 * bfd-in2.h: Rebuild.
4425 * elf.c, elflink.h, libelf.h: Corresponding changes.
4427 Add start at AIX linker support; no shared libraries yet.
4428 * xcofflink.c: New file.
4429 * configure.in (rs600coff_vec): Use xcofflink.o.
4430 * configure: Rebuild.
4431 * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
4433 (struct xcoff_section_tdata): Define.
4434 (xcoff_section_data): Define macro.
4435 (_bfd_xcoff_bfd_link_hash_table_create): Declare.
4436 (_bfd_xcoff_bfd_link_add_symbols): Declare.
4437 (_bfd_xcoff_bfd_final_link): Declare.
4438 (_bfd_ppc_xcoff_relocate_section): Declare.
4439 * libcoff.h: Rebuild.
4440 * coff-rs6000.c: Clean up a bit.
4441 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
4442 cputype, csects, and debug_indices.
4443 (xcoff_copy_private_bfd_data): Copy cputype.
4444 (xcoff_howto_table): Rename from rs6000coff_howto_table.
4445 (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
4446 (xcoff_reloc_type_lookup): Rename from
4447 rs6000coff_reloc_type_lookup.
4448 (coff_relocate_section): Define.
4449 (_bfd_xcoff_sizeof_headers): Define.
4450 (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
4451 (_bfd_xcoff_bfd_relax_section): Define.
4452 (_bfd_xcoff_bfd_link_split_section): Define.
4453 (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
4455 * coffcode.h (coff_compute_section_file_positions): If AIX,
4456 increment sofar by SMALL_AOUTSZ if not executable.
4457 (coff_write_object_contents): If AIX, always output an a.out
4458 header; if not executable, header size of SMALL_AOUTSZ.
4459 * hash.c (struct bfd_strtab_hash): Add xcoff field.
4460 (_bfd_stringtab_init): Initialize xcoff field.
4461 (_bfd_xcoff_stringtab_init): New function.
4462 (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
4463 (_bfd_stringtab_emit): In XCOFF mode, write out length.
4464 * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
4465 * libbfd.h: Rebuild.
4466 * Makefile.in: Rebuild dependencies.
4467 (BFD32_BACKENDS): Add xcofflink.o.
4468 (CFILES): Add xcofflink.c.
4470 * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
4471 SEC_NO_FLAGS, for .acommon section. From Peter Schauer
4476 * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
4480 * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
4481 * config.in: Regenerated.
4483 * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
4484 (_bfd_chunksize): New variable.
4485 (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
4486 for obstack chunk size.
4487 * configure.in: Check for getpagesize.
4488 * configure: Regenerated.
4492 * trad-core.c (rawptr): Make it a local variable of
4493 ptrace_unix_core_file_p.
4497 * coff-arm.c (in_reloc_p): New.
4498 * coff-i386.c (in_reloc_p): New.
4499 * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
4500 (coff_write_object_contents): Only set has_reloc_section
4502 * cofflink.c (_bfd_coff_generic_relocate_section): Call
4503 in_reloc_p to decide if reloc should be emitted.
4504 * libcoff.h (pe_data_type.in_reloc_p): New.
4505 * peicode.h (pe_mkobject): Initialize in_reloc_p.
4509 * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
4510 (_bfd_coff_read_internal_relocs): Likewise.
4511 * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
4512 (_bfd_coff_read_internal_relocs): Likewise.
4514 * elflink.h (elf_link_add_object_symbols): Correct conditions
4515 under which type and size change warnings are issued.
4519 * coffgen.c (coff_count_linenumbers): Don't count line numbers for
4520 a symbol which is not in a real section.
4521 (coff_write_native_symbol): Corresponding change.
4523 * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
4524 coff_link_hash_newfunc and make non-static.
4525 (_bfd_coff_link_hash_table_init): New function, broken out of
4526 _bfd_coff_link_hash_table_create.
4527 (_bfd_coff_link_hash_table_create): Use it.
4528 (process_embedded_commands): Make static.
4529 * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
4530 (_bfd_coff_link_hash_table_init): Declare.
4531 * libcoff.h: Rebuild.
4533 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
4534 field in XCOFF tdata.
4535 (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
4536 U802ROMAGIC, for clarity. Try to set arch and machine correctly
4537 based on cputype stored in a.out header, or in n_type of initial
4539 (coff_write_object_contents): Set cputype correctly in a.out
4541 (coff_slurp_symbol_table): Add casts to file_ptr to avoid
4543 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
4544 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear
4546 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
4547 * libcoff.h: Rebuild.
4549 * cpu-rs6000.c (rs6000_compatible): New static function.
4550 (bfd_rs6000_arch): Use it.
4551 * cpu-powerpc.c (powerpc_compatible): New static function.
4552 (arch_info_struct): Define various flavours of PowerPC.
4553 (bfd_powerpc_arch): Use powerpc_compatible. Point at
4558 * Makefile.in (FLAGS_TO_PASS): Remove BISON.
4562 * elflink.h (elf_link_add_object_symbols): Don't warn about
4563 changing the size or type if the old definition was weak.
4567 * coffcode.h (combined_entry_type): Add fix_line field.
4568 (coff_slurp_line_table): Warn if we try to set the lineno field of
4570 (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
4571 C_EINCL by setting fix_line. Fix C_BSTAT symbol value.
4572 * coffgen.c (coff_mangle_symbols): Handle fix_line.
4573 (coff_write_symbol): Only use N_DEBUG if the symbol is in the
4575 (coff_print_symbol): Print fix_value symbols in a useful fashion.
4576 * libcoff.h: Rebuild.
4578 * libcoff-in.h (struct xcoff_tdata): Define.
4579 (xcoff_data): Define.
4580 * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
4581 * bfd-in2.h, libcoff.h: Rebuild.
4582 * coff-rs6000.c (xcoff_mkobject): New static function.
4583 (coff_mkobject): Define.
4584 (xcoff_copy_private_bfd_data): New static function.
4585 (coff_bfd_copy_private_bfd_data): Define.
4586 (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
4588 (rs6000coff_vec): Add DYNAMIC to object_flags.
4589 * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
4590 .loader sections specially.
4591 (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
4592 section alignment from the XCOFF tdata information.
4593 (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
4594 F_SHROBJ, and copy the extra a.out header information into the
4595 XCOFF tdata structure.
4596 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
4597 F_DYNLOAD and the extra a.out header information.
4598 (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
4599 C_HIDEXT symbol with attached csect information.
4600 * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
4601 in the o_maxdata field.
4602 (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
4603 * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
4604 end if BSF_NOT_AT_END is set.
4606 * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
4607 _bfd_read_ar_hdr_fn.
4608 * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
4609 * bfd-in2.h, libbfd.h: Rebuild.
4610 * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
4612 (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
4613 (bfd_slurp_bsd_armap_f2): Likewise.
4614 (_bfd_slurp_extended_name_table): Likewise.
4620 * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
4621 when the symbol table is empty.
4623 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
4624 space for section symbols, since we don't output them either.
4625 (elf_m68k_adjust_dynindx): Removed.
4627 * ptrace-core.c (rawptr): Make it a local variable of
4628 ptrace_unix_core_file_p.
4632 * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
4635 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
4636 Mac object file formats.
4640 * coffgen.c (coff_fix_symbol_name): Don't try to set up file
4641 auxent if there isn't one.
4642 (coff_write_symbols): If there is no file auxent, use SYMNMLEN
4643 rather than FILNMLEN as the maximum name length.
4645 * coffcode.h (bfd_coff_backend_data): Add new field
4646 _bfd_coff_print_aux.
4647 (bfd_coff_print_aux): New static function.
4648 (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
4649 scnlen field of an XTY_LD csect aux entry.
4650 (coff_print_aux): New static function.
4651 (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
4652 in coff_pointerize_aux_hook.
4653 (bfd_coff_std_swap_table): Initialize new field.
4654 * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
4655 * libcoff.h: Rebuild.
4656 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
4657 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4659 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
4660 if there are symbols, for native AIX ld compatibility.
4662 * coffcode.h (bfd_coff_backend_data): Add new field
4663 _bfd_coff_pointerize_aux_hook.
4664 (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
4665 or I960, and as 0 otherwise.
4666 (bfd_coff_std_swap_table): Initialize new field.
4667 * libcoff.h: Rebuild.
4668 * coffgen.c (coff_pointerize_aux): Change parameters to take
4669 symbol pointer instead of type and class, and to take aux index.
4670 Call _bfd_coff_pointerize_aux_hook if it is defined.
4671 (coff_get_normalized_symtab): Always call coff_pointerize_aux.
4672 * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
4673 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4675 * coff-rs6000.c: Add full support for AIX archives. Rewrite old
4676 read-only/host-only support.
4678 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
4680 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
4683 * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
4684 BFD_JUMP_TABLE_ARCHIVE accordingly.
4685 * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
4686 (_bfd_compute_and_write_armap): Declare.
4687 (_bfd_generic_read_ar_hdr): Declare.
4688 (_bfd_read_ar_hdr): Define.
4689 (_bfd_noarchive_read_ar_hdr): Define.
4690 (_bfd_archive_bsd_read_ar_hdr): Define.
4691 (_bfd_archive_coff_read_ar_hdr): Define.
4692 * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
4693 _bfd_read_ar_hdr instead.
4694 (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
4695 (_bfd_compute_and_write_armap): Rename from
4696 compute_and_write_armap. Make non-static. Change all callers.
4697 * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
4698 than _bfd_snarf_ar_hdr.
4699 * aout-target.h (MY_read_ar_hdr): Define if not defined.
4700 * ieee.c (ieee_read_ar_hdr): Define.
4701 * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
4702 * oasys.c (oasys_read_ar_hdr): Define.
4703 * som.c (som_read_ar_hdr): Define.
4704 * bfd-in2.h, libbfd.h: Rebuild.
4708 * peicode.c (coff_swap_filehdr_in): If symptr is
4709 zero, there aren't any symbols, even if nsyms is set.
4713 * libecoff.h (struct ecoff_backend_data): Add adjust_headers
4715 * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
4716 sections, and set styp correctly for them: .got, .hash, .dynamic,
4717 .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
4718 (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
4720 (ecoff_sort_hdrs): New static function.
4721 (ecoff_compute_section_file_positions): Return boolean, not void.
4722 Sort the sections by VMA before looking through them. Put the
4723 first non SEC_ALLOC section on a new page. Put every SEC_ALLOC
4724 section on an appropriate boundary within the page.
4725 (ecoff_compute_reloc_file_positions): Check return value of
4726 ecoff_compute_section_file_positions.
4727 (_bfd_ecoff_set_section_contents): Likewise.
4728 (_bfd_ecoff_write_object_contents): Check for various Alpha
4729 section types when incrementing text_size and data_size. Call
4730 adjust_headers backend function if it exists.
4731 * coff-alpha.c (alpha_adjust_headers): New static function.
4732 (alpha_ecoff_backend_data): Initialize adjust_headers field.
4733 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4735 * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
4739 * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
4740 of ALTERNATE_AIX_CORE_FORMAT.
4741 * configure.in (aix4): No longer need CORE_FLAGS.
4742 * configure: Updated.
4746 NS32k changes from Ian Dall:
4747 * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
4749 (aout_link_input_section_std, aout_link_input_section_ext,
4750 aout_link_reloc_link_order): Call them instead of _bfd_*
4752 * aout-target.h (MY_exec_header_not_counted): New macro, defaults
4754 (backend_data): Use it instead of hardcoded zero.
4756 * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
4757 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
4759 * ns32knetbsd.c: Include bfd.h.
4760 (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
4761 (MY_bfd_reloc_type_lookup): Declare function too.
4762 * pc532-mach.c (set_sizes): Don't declare.
4763 (MY_text_includes_header, MY_exec_header_not_counted): Define.
4764 (backend_data, MY_backend_data): Don't define.
4766 * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
4767 ns32k-*-lites* like ns32k-*-netbsd*.
4769 * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
4774 * coffcode.h (coff_write_object_contents): Restore setting
4775 f_timdat to 0, deleted on August 22.
4779 * coffcode.h (coff_bfd_copy_private_symbol_data,
4780 coff_bfd_copy_private_section_data,
4781 coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
4782 * peicode.h (coff_bfd_copy_private_bfd_data): New
4783 (pe_bfd_copy_private_bfd_data): New.
4784 (coff_swap_scnhdr_in): Swap bss size into the right place.
4785 (pe_print_private_bfd_data): Add some newlines.
4789 * som.c (setup_sections): Don't die if a space has no subspaces.
4793 * elflink.h (elf_link_add_object_symbols): Don't let a weak
4794 dynamic symbol override a common symbol. Don't change the size or
4795 type if they have been set and the new symbol is not a definition.
4796 Warn if the size or type changes.
4800 * som.c (som_begin_writing): Don't write the symbol table or
4802 (som_finish_writing): Write them here. Place them after the
4803 subspace data, but before the relocs.
4807 * sunos.c (sunos_add_one_symbol): Just pass false, not
4808 info->shared_library, to sunos_create_dynamic_sections.
4809 (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
4811 (sunos_check_dynamic_reloc): Remove .text section assertion.
4815 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
4816 * configure, configure.in: Add pmac_xcoff_vec case.
4817 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
4818 * coff-pmac.c: New file, PowerMac XCOFF support.
4819 * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
4820 * targets.c (pmac_xcoff_vec): Declare.
4822 * mpw-config.in: Various changes to be compatible with the
4823 autoconf-based configury.
4824 * mpw-make.sed: New file, sed commands to translate Unix
4825 makefile into MPW syntax.
4826 * mpw-make.in: Remove.
4827 * hosts/mpw.h: Remove.
4828 * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
4829 true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
4833 * binary.c (binary_get_symtab): Return an empty string on error.
4834 * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
4836 Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
4838 * coff-ppc.c: Reformatted according to gnu conventions
4839 Removed irrelevant "if 0" code
4843 * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
4844 symbols rather than as indirect symbols.
4845 (MY(slurp_symbol_table)): Don't do anything special about
4848 * coffcode.h (coff_new_section_hook): Make sure that the alignment
4849 of .ctors and .dtors sections is no larger than 2.
4851 * sunos.c (sunos_add_one_symbol): Don't change
4852 bfd_link_hash_common to bfd_link_hash_new, since it may be on the
4854 (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
4855 dynamic symbols when creating a shared library.
4856 (sunos_scan_ext_relocs): Handle relocs correctly when creating a
4858 (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
4859 written even if it is not defined in a regular object.
4860 (sunos_write_dynamic_symbol): Use plt_offset for the address of
4861 the jump table reloc. Add an assertion. Use RELOC_JMP_SLOT
4862 rather than the constant 22.
4863 (sunos_check_dynamic_reloc): Handle creating a shared library.
4864 (sunos_finish_dynamic_link): Set the first entry in the GOT to
4865 zero when creating a shared library.
4866 * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
4867 write it out at the start of the symbol table.
4869 * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
4873 * config.bfd: Add arm-*-coff.
4874 * configure.in, configure: Add armcoff_{little,big}_vec.
4875 * targets.c (armcoff_{little,big}_vec): Declare.
4876 (bfd_target_vector): Add armcoff_{little,big}_vec.
4877 * coff-arm.c (armcoff_{little,big}_vec): Always define.
4881 * targets.c (bfd_find_target): Remove debugging code.
4883 Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
4885 * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
4887 * Makefile.in: added *-ppc files
4888 * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
4889 allow pe based .o's to be shared with other tools on ppc/NT
4890 * config.bfd: added powerpc[le]-[pe|winnt] config support
4891 * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
4892 * peicode.h: Added more section flags for PE on ppc
4893 Added coff_swap_filehdr_out to allow peicode.h to be
4894 used for non-image PE files on ppc.
4895 Check for image, or not, before copying pe_opthdr
4896 * targets.c: Added new bfd's
4897 * targets.c: Removed two inactive bfds that shouldn't have made it this
4902 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
4903 explicit values to initialize all relocs. Change all users.
4904 (ppc_elf_brtaken_inner): New function to handle branch predicition
4906 (ppc_elf_brtaken_reloc): Ditto.
4907 (ppc_elf_howto_raw): Use new functions. Make sure all unsupported
4908 relocs use ppc_elf_unsupported_reloc.
4909 (ppc_elf_merge_private_bfd_data): Keep track of whether an error
4910 needs to be reported.
4911 (ppc_elf_relocate_section): Support branch prediction relocs.
4915 * bfd.c (bfd_assert): Remove \n from string passed to
4918 * coff-i386.c: (TWO_DATA_SECS): Don't define.
4919 * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
4920 (bfd_coff_make_section_hook): Don't define.
4921 (coff_make_section_hook): Remove.
4922 (sec_to_styp_flags): Remove TWO_DATA_SECS case.
4923 (styp_to_sec_flags): Likewise.
4924 (coff_write_object_contents): Likewise.
4925 (bfd_coff_std_swap_table): Don't initialize make_section_hook
4927 * libcoff.h: Rebuild.
4928 * coffgen.c (make_a_section_from_file): Just call
4929 bfd_make_section_anyway, not bfd_make_section or
4930 bfd_coff_make_section_hook.
4931 * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
4932 * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
4933 * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
4934 make_section_hook field.
4935 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4937 * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
4938 pointers into value field for warning and indirect symbols; just
4939 leave the value field alone.
4940 * linker.c (generic_link_add_symbol_list): Use next symbol for
4941 warning and indirect symbols, rather than looking in symbol value.
4942 * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
4943 parameter. Change all callers. Remove support for indirect
4944 symbols; it didn't work anyhow.
4945 (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
4946 * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
4947 * bfd-in2.h: Rebuild.
4951 * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
4952 go back to telling the tools this reloc operates on 32 bits.
4956 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
4957 rather than a direct fprintf.
4958 * archive.c (_bfd_write_archive_contents): Likewise.
4959 * coffcode.h (coff_slurp_symbol_table): Likewise.
4960 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
4961 (ppc_elf_unsupported_reloc): Likewise.
4962 (ppc_elf_relocate_section): Likewise.
4963 * i386linux.c (linux_tally_symbols): Likewise.
4964 (linux_finish_dynamic_link): Likewise.
4965 * osf-core.c (osf_core_core_file_p): Likewise.
4966 * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
4967 * som.c (som_sizeof_headers): Likewise.
4968 * srec.c (srec_bad_byte): Likewise.
4969 * bfd.c (bfd_assert): Likewise. Also change file to be const.
4970 * libbfd-in.h (bfd_assert): Declare first parameter const.
4971 * libbfd.h: Rebuild.
4972 * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
4973 bfd_reloc_overflow is enough.
4974 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
4975 * coff-h8500.c (rtype2howto): Likewise.
4976 * coff-z8k.c (rtype2howto): Likewise.
4977 * coffcode.h (dummy_reloc16_extra_cases): Likewise.
4978 * elf.c (_bfd_elf_get_lineno): Likewise.
4979 (_bfd_elf_no_info_to_howto): Likewise.
4980 (_bfd_elf_no_info_to_howto_rel): Likewise.
4981 * hp300hpux.c (convert_sym_type): Likewise.
4982 (MY(swap_std_reloc_in)): Likewise.
4983 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
4985 * libaout.h (struct aoutdata): Add line_buf field.
4986 * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
4987 and filename_buffer. Instead, use a malloc buffer stored in the
4988 new line_buf field. Remove length restrictions.
4990 * coffgen.c (string_size): Remove static variable.
4991 (debug_string_size, debug_string_section): Likewise.
4992 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
4993 and debug_string_size_p parameters. Use them instead of the
4994 global variables. Change all callers.
4995 (coff_write_symbol): Likewise.
4996 (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
4997 (coff_write_symbols): Add local variables to replace removed
5000 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
5001 function, and line_base fields.
5002 * libcoff.h: Rebuild.
5003 * coffgen.c (coff_find_nearest_line): Use section tdata to cache
5004 information, rather than using static variables.
5006 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
5009 * init.c (initialized): Remove static variable.
5010 (bfd_init): Don't bother setting initialized.
5011 (bfd_check_init): Remove.
5012 * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
5013 * libbfd.h: Rebuild.
5017 * rs6000-core.c (rs6000coff_core_p): Don't check the core file
5018 size for full core dumps. Copy core file header to private data.
5019 (rs6000coff_core_file_failing_command,
5020 rs6000coff_core_file_failing_signal): New functions to extract
5021 the file name and terminating signal from the core file.
5022 * coff-rs6000.c: Use them.
5026 Change arch info to be const, initialized at compile time.
5027 * archures.c: Reindent many functions. Change CONST to const.
5028 (bfd_arch_info_type): Make arch_name const. Remove disassemble;
5029 nothing set it anyhow. Make next const.
5030 (bfd_arch_info_list): Remove.
5031 (bfd_archures_list): Rename from archures_init_table. Change from
5032 a table of function pointers to a table of bfd_arch_info_type
5033 structure addresses.
5034 (bfd_scan_arch): Rewrite accordingly. Return a const pointer.
5035 (bfd_lookup_arch): Likewise.
5036 (bfd_set_arch_info): Rewrite accordingly. Change argument to be a
5038 (bfd_default_arch_struct): Make const.
5039 (bfd_arch_init, bfd_arch_linkin): Remove.
5040 (bfd_get_arch_info): Return a const pointer.
5041 * init.c (bfd_init): Don't call bfd_arch_init.
5042 * bfd.c (struct _bfd): Make arch_info const.
5043 * bfd-in2.h: Rebuild.
5044 * libbfd.h: Rebuild.
5045 * configure.in: Put & before everything in $selarchs.
5046 * configure: Rebuild.
5047 * cpu-*.c: Change bfd_*_arch from a function which calls
5048 bfd_arch_linkin to a const structure.
5049 * ieee.c (ieee_object_p): Make arch const.
5053 * reloc.c (bfd_reloc_code_type): Add relocations to support all of
5055 * bfd-in2.h: Regenerate.
5056 * libbfd.h: Regenerate.
5058 * elf32-ppc.c (reloc_type): Update names to match current draft.
5059 (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
5060 relative. Update names to current V.4 draft.
5061 (ppc_elf_reloc_type_lookup): Add support for more relocations.
5062 (ppc_elf_relocate_section): Rename relocations to match draft.
5066 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
5067 compiled with -mrelocatable-lib to be linked with either normal
5068 modules or -mrelocatable modules.
5072 * coffcode.h (coff_write_object_contents): Clear the vstamp field
5073 in the a.out header.
5075 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
5076 a reloc against a local symbol, even if it's not a section.
5080 * targets.c (bfd_target): Remove unused align_power_min field.
5081 * bfd-in2.h: Rebuild.
5082 * All backends: Remove initialization of align_power_min.
5086 * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
5090 * config.bfd (mips-dec-netbsd*): New target.
5091 * configure.host (mips-dec-netbsd*): New host.
5092 * configure.in (mips-dec-netbsd*): New native.
5093 * configure: Rebuild.
5097 Make the COFF backend linker merge common types:
5098 * cofflink.c (struct coff_debug_merge_element): Define.
5099 (struct coff_debug_merge_type): Define.
5100 (struct coff_debug_merge_hash_entry): Define.
5101 (struct coff_debug_merge_hash_table): Define.
5102 (coff_debug_merge_hash_table_init): Define.
5103 (coff_debug_merge_hash_table_free): Define.
5104 (coff_debug_merge_hash_lookup): Define.
5105 (struct coff_final_link_info): Add debug_merge field.
5106 (coff_debug_merge_hash_newfunc): New static function.
5107 (_bfd_coff_final_link): Allocate and free debug_merge table.
5108 (coff_link_input_bfd): Merge identical enum, struct and union
5113 Convert i960 COFF to use COFF backend linker.
5114 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
5115 structure to store the symbol being used.
5116 (coff_i960_start_final_link): New static function.
5117 (coff_i960_relocate_section): New static function.
5118 (coff_i960_adjust_symndx): New static function.
5119 (coff_start_final_link): Define.
5120 (coff_relocate_section): Define.
5121 (coff_adjust_symndx): Define.
5122 * coffcode.h (bfd_coff_backend_data): Add new callback function
5123 _bfd_coff_start_final_link.
5124 (bfd_coff_start_final_link): Define.
5125 (coff_start_final_link): Define if not defined.
5126 (bfd_coff_std_swap_table): Add coff_start_final_link.
5127 * cofflink.c (_bfd_coff_internal_syment_name): Make globally
5129 (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
5130 function callback is not NULL.
5131 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
5132 (_bfd_coff_internal_syment_name): Declare.
5133 * libcoff.h: Rebuild.
5134 * configure.in (icoff_big_vec): Add cofflink.o.
5135 (icoff_little_vec): Likewise.
5136 * configure: Rebuild.
5140 * Makefile.in (clean-info): Remove extraneous tab from line
5145 * cofflink.c (coff_link_input_bfd): Fail if a section with no
5146 contents has relocs.
5150 * coffcode.h (coff_compute_section_file_positions): Keep the
5152 (coff_write_object_contents): Remember if it's a relocatable
5154 * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
5155 * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
5156 if relocatable file. Swap out saved raw size.
5160 * Makefile.in (do_maintainer_clean): Rename from do_realclean.
5161 (maintainer-clean): Rename from realclean, passing
5162 maintainer-clean down to subdirectories, but leave realclean as a
5165 * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
5168 * dep-in.sed: Remove config.h from generated dependencies.
5170 * sunos.c (sunos_slurp_dynamic_symtab): New static function,
5171 broken out of sunos_canonicalize_dynamic_symtab.
5172 (sunos_canonicalize_dynamic_symtab): Call new function
5173 sunos_slurp_dynamic_symtab.
5174 (sunos_add_dynamic_symbols): Add three new parameters. Return the
5175 dynamic symbol table to the caller.
5176 * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
5177 callback to override the symbols being read.
5178 * libaout.h (struct aout_backend_data): Add three new parameters
5179 to add_dynamic_symbols callback.
5181 Extensive minor changes to avoid various gcc warnings. Also:
5182 * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
5183 * archures.c (bfd_arch_info_type): Change mach field from long to
5185 (bfd_lookup_arch): Change machine parameter from long to unsigned
5190 * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
5191 a symbol with a non-zero plt_offset.
5195 * elfcode.h (align_file_position): Remove; not used.
5197 * configure.in: Only check for <sys/procfs.h> on a native system,
5198 and make sure it defines prstatus_t.
5199 * configure: Rebuild.
5203 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
5205 * config.in: Rename from config.h.in.
5206 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
5207 Check for config.h:config.in when creating stamp-h.
5208 * configure: Rebuild.
5209 * Makefile.in (stamp-h): Depend upon config.in rather than
5210 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
5211 calling config.status.
5213 * Makefile.in (do_distclean): Remove config.h and stamp-h.
5214 (Makefile): Just rebuild Makefile.
5215 (config.h, stamp-h): New targets.
5216 * configure.in: Create stamp-h when rebuilding config.h.
5217 * configure: Rebuild.
5221 * configure.in: Call AC_CONFIG_HEADER. Substitute
5222 HOST_64BIT_LONG. Check that various header files exist. Check
5223 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
5224 and/or free need to be declared. Don't make a link to sysdep.h.
5225 Define TRAD_HEADER for various hosts.
5226 * configure: Rebuild.
5227 * configure.host: Don't set my_host. Add definitions taken from
5228 host header files for various entries. Remove entries which now
5230 * acconfig.h: New file.
5231 * config.h.in: New file, built by autoheader.
5232 * sysdep.h: New file.
5233 * Makefile.in (do_distclean): Don't remove sysdep.h.
5235 (LOCAL_H_DEPS): New variable.
5236 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
5238 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
5239 ($(OPTIONAL_BACKENDS)): Likewise.
5240 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
5241 looking through sysdep.h.
5242 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
5243 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
5244 (fprintf_vma, sprintf_vma): Likewise.
5245 (int64_type, uint64_type): Don't define.
5246 * bfd-in2.h: Rebuild.
5247 * archures.c, bfd.c, srec.c: Include <ctype.h>.
5248 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
5249 * lynx-core.c: Include stuff from old hosts/lynx.h.
5250 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
5251 rather than NO_FCNTL.
5252 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
5253 rather than NATIVE_HPPAHPUX_COMPILER.
5254 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
5256 * hosts/*.h: Remove all header files which merely include,
5257 declare, and define things. Leave header files which define
5258 information needed by trad-core.c.
5260 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
5261 (BFD_CC_FOR_BUILD): Define.
5262 * configure.in: Use BFD_CC_FOR_BUILD.
5263 * configure: Rebuild.
5267 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
5268 * configure: Rebuild.
5270 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
5275 * config.bfd: i386pe_ve -> i386pe_vec.
5279 * configure.host: Incorporate host Makefile fragments by setting
5281 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
5282 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
5283 value based on whether the code is being compiled by a cross
5284 compiler. Don't substitute host_makefile_frag or frags.
5285 * aclocal.m4: New file to define local AC_PROG_CC.
5286 * configure: Rebuild.
5287 * Makefile.in (INSTALL): Set to @INSTALL@.
5288 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
5289 (INSTALL_DATA): Set to @INSTALL_DATA@.
5291 (CC): Define as @CC@.
5292 (CFLAGS): Set to @CFLAGS@.
5293 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
5294 (@host_makefile_frag@): Remove.
5295 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
5296 after other options.
5297 (config.status): Remove dependency upon @frags@.
5298 * config/*.mh, config/README: Remove.
5300 * config.bfd: Rewrite to incorporate the contents of the Makefile
5301 fragments by setting shell variables, rather than merely returning
5302 the name of a Makefile fragment.
5303 * configure.in: Use shell variables set by config.bfd rather than
5304 looking at the target Makefile fragment files. Don't substitute
5305 target_makefile_frag. Do substitute TDEFINES.
5306 * configure: Rebuild.
5307 * Makefile.in (@target_makefile_frag@): Remove.
5308 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
5309 * config/*.mt: Remove.
5313 * configure.in: Put changequote lines around "i[345]86" patterns
5314 section of core file support.
5318 * som.c (som_bfd_print_private_bfd_data): Define to use the
5323 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
5324 entry, text_start and data_start.
5328 * Makefile.in (OFILES): Remove $(TDEPFILES).
5329 * config/apollo.mt (TDEPFILES): Remove.
5330 * config/README: Update.
5332 * configure.in: For a native configuration, set COREFILE and
5333 COREFLAG based on the canonical host name.
5334 * configure: Rebuild.
5335 * Makefile.in: Rebuild dependencies.
5336 (ALL_CFLAGS): Add @COREFLAG@.
5337 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
5338 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
5339 support routines. Check LYNX_CORE rather than HOST_LYNX.
5340 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
5341 * i386lynx.c: Likewise.
5342 * m68klynx.c: Likewise.
5343 * sparclynx.c: Likewise.
5344 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
5345 * *-core.c: Comment changes.
5346 * config/decstation.mh (HDEPFILES): Remove.
5347 (HDEFINES): Remove -DTRAD_CORE.
5348 * config/irix3.mh (RANLIB): Remove.
5349 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
5350 (HDEFINES): Remove -DIRIX_CORE.
5351 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
5352 (HDEFINES): Remove -DTRAD_CORE.
5353 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
5354 * config/ultra3.mh (RANLIB): Remove.
5355 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
5356 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
5357 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
5358 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
5359 * config/hppahpux.mh, config/hppaosf.mh: Remove.
5360 * config/i386aix.mh, config/i386bsd.mh: Remove.
5361 * config/i386linux.mh, config/i386mach3.mh: Remove.
5362 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
5363 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
5364 * config/mipsmach3.mh, config/news-mips.mh: Remove.
5365 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
5366 * config/rs600.mh, config/rs6000lynx.mh: Remove.
5367 * config/solaris2.mh, config/stratus.mh: Remove.
5368 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
5369 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
5373 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
5374 DT_FINI entry if the appropriate symbol is not in the hash table.
5376 * libelf.h (struct elf_backend_data): Add create_program_headers
5377 and want_hdr_in_seg fields.
5378 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
5380 (elf_backend_create_program_headers): Likewise.
5381 (elfNN_bed): Initialize create_program_headers and
5383 * elf.c (get_program_header_size): Call create_program_headers
5385 (map_program_segments): Check want_hdr_in_seg backend field. Call
5386 create_program_headers backend routine.
5388 * elf.c (assign_file_positions_except_relocs): Align non allocated
5389 sections when creating an executable.
5391 * elfcode.h (elf_swap_phdr_in): Make non static.
5392 (elf_swap_phdr_out): Make non static.
5393 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
5394 (bfd_elf32_swap_phdr_out): Declare.
5395 (bfd_elf64_swap_phdr_in): Declare.
5396 (bfd_elf64_swap_phdr_out): Declare.
5398 * ecofflink.c (ecoff_collect_shuffle): New static function.
5399 (_bfd_ecoff_get_accumulated_pdr): New function.
5400 (_bfd_ecoff_get_accumulated_sym): New function.
5401 (_bfd_ecoff_get_accumulated_ss): New function.
5402 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
5403 (_bfd_ecoff_get_accumulated_sym): Declare.
5404 (_bfd_ecoff_get_accumulated_ss): Declare.
5405 * libbfd.h: Rebuild.
5409 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
5411 * elflink.h (elf_link_add_object_symbols): Handle indirect and
5412 warning symbols. If any section is named .gnu.warning.XXX, treat
5413 the contents as a warning to be issued if the symbol XXX is
5415 (elf_link_output_extsym): For an indirect or warning symbol, just
5416 output the symbol it points to.
5418 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
5419 if bfd_hash_allocate fails, since it will already be set.
5420 (generic_link_hash_newfunc): Likewise.
5421 (archive_hash_newfunc): Likewise.
5422 (hash_entry_bfd): New static function.
5423 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
5424 callback. Allocate a new warning using the hash table newfunc.
5425 Use bfd_hash_replace to update the entry in the hash table, rather
5426 than assuming we can copy the fields with structure assignment.
5428 * hash.c (bfd_hash_replace): New function.
5429 * bfd-in.h (bfd_hash_replace): Declare.
5430 * bfd-in2.h: Rebuild.
5434 * config.bfd: Add mips*vr4300-*-elf* target.
5435 * config/mipsbvr4300.mt: Added.
5437 See file ChangeLog.2
5444 version-control: never