3 * elf32-mips.c (mips_elf_relocate_section): Do not complain about
4 an out of range pc-relative jump/call to an undefined weak symbol.
8 * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
13 * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
14 an error other than bfd_error_system_call, set the error to
15 bfd_error_wrong_format.
17 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
18 bfd_elf32_powerpcle_vec.
20 * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
21 program segments are zero, don't set p_paddr_valid.
25 * elf64-alpha.c: Initial implementation of relaxation --
26 (struct alpha_elf_link_hash_entry): Add use_count member.
27 (elf64_alpha_check_relocs): Initialize and increment it.
28 (elf64_alpha_can_merge_gots): Check it when considering merging.
29 (elf64_alpha_merge_gots): Drop entries with zero use.
30 (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
31 (elf64_alpha_always_size_sections): Split out got sizing ...
32 (elf64_alpha_size_got_sections): ... here. New function.
33 (elf64_alpha_relax_find_reloc_ofs): New function.
34 (elf64_alpha_relax_with_lituse): Likewise.
35 (elf64_alpha_relax_without_lituse): Likewise.
36 (elf64_alpha_relax_opt_call): Likewise.
37 (elf64_alpha_relax_section): Likewise.
38 (elf64_alpha_add_symbol_hook): Likewise.
39 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
40 (elf64_alpha_relocate_section): Likewise.
41 (bfd_elf64_bfd_relax_section): Define.
42 (elf_backend_add_symbol_hook): Likewise.
46 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
47 * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
48 (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
52 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
57 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
58 (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
59 * configure.in: Define and substitute WIN32LDFLAGS and
61 * aclocal.m4: Rebuild with new libtool.
62 * configure, Makefile.in: Rebuild.
66 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
67 before any other symbols in the same section.
71 * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
76 * dwarf2.c (comp_unit): Move it earlier in the source. Add
78 (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
79 Use addr_size for address size, rather than sizeof(bfd_vma).
80 (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
81 Fix call to read_address.
82 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
83 Scrap other unneeded arguments. Fix call to read_address.
84 (scan_unit_for_functions): Fix call to read_attribute.
85 (parse_comp_unit): We now handle more values for addr_size.
86 Set addr_size in unit. Fix call to read_attribute and
91 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
95 * archures.c (bfd_default_scan): Add m68k cases back to default
96 switch, reverting patch of March 25, since IEEE support depends
101 * Makefile.am (diststuff): New target.
102 * Makefile.in: Rebuild.
106 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
107 som_offset when we have an extended name table.
111 * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
113 * Makefile.in: Rebuild.
117 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
118 symbols when creating a shared library.
119 (elf_m68k_adjust_dynindx): New function, used by above code.
120 (elf_m68k_finish_dynamic_sections): Initialize the section
122 (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
126 * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
131 * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
136 * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
141 * configure.in: Set version to 2.9.1.
142 * configure: Rebuild.
144 * Branched binutils 2.9.
148 * syms.c (ENABLE_CACHING): Define.
149 (struct indexentry): Define.
150 (struct stab_cache): Remove.
151 (cmpindexentry): New static function.
152 (struct stab_find_info): Add new fields: indextable,
153 indextablesize, cached_indexentry, cached_offset, cached_stab, and
154 cached_file_name. Remove fields: file_cache, function_cache, and
156 (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
157 index table and search it.
161 * elf.c (_bfd_elf_copy_private_section_data): Call
162 copy_private_bfd_data once we've seen the last SEC_ALLOC section.
164 * cpu-mips.c: Remove trailing comma at end of enumeration list.
168 * coff-arm.c: Define all globally visible variables and functions
169 only when COFF_WITH_PE is not defined.
170 * configure.in (armpe_little_vec, armpe_big_vec): Add
172 * configure: Rebuild.
176 Fix some gcc -Wall warnings:
177 * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
178 * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
179 * archures.c (bfd_default_scan): Likewise.
180 * bfd.c (bfd_scan_vma): Likewise.
181 * binary.c (mangle_name): Likewise
182 * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
183 * coff-sh.c (sh_relocate_section): Likewise.
184 * coff-stgo32.c (create_go32_stub): Likewise.
185 * coffcode.h (coff_slurp_line_table): Likewise.
186 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
187 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
188 (assign_file_positions_for_segments): Likewise.
189 * elf32-mips.c (mips_elf_relocate_section): Likewise.
190 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
191 * oasys.c (oasys_write_sections): Likewise.
192 * ppcboot.c (ppcboot_object_p): Likewise.
193 (mangle_name): Likewise.
194 * riscix.c (riscix_fix_pcrel_26): Likewise.
195 * srec.c (srec_scan): Likewise.
196 * stabs.c (_bfd_write_section_stabs): Likewise.
197 * sunos.c (sunos_add_dynamic_symbols): Likewise.
198 * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
199 switch. Declare parameters for function pointers.
200 * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
202 * elf.c (elf_sort_sections): Likewise.
203 * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
204 Add default cases to switches.
205 (coff_arm_relocate_section): Remove unused local variables.
207 (coff_arm_bfd_set_private_flags): Change flag variable to type
209 * coff-mips.c (mips_relocate_section): Initialize use_lo.
210 * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
211 (dump_toc): Change cat to const, and initialize it.
212 * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
213 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
214 (sh_elf_relocate_section): Initialize r_symndx.
215 * coffcode.h (coff_compute_section_file_positions): Only declare
216 old_sofar if ALIGN_SECTIONS_IN_FILE.
217 (coff_write_object_contents): Initialize csym.
218 * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
219 * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
221 * dwarf2.c: Include libiberty.h.
222 (read_2_signed_bytes, read_4_signed_bytes): Comment out.
223 (decode_line_info): Remove unused local variables.
224 * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
225 (m32r_elf_relocate_section): Likewise.
226 * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
227 (v850_elf_reloc): Likewise.
228 * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
229 (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
230 * elf.c (assign_file_positions_for_segments): Always set adjust.
231 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
232 parenthesize expression.
233 * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
234 (m32r_elf_object_p): Return a value.
235 (m32r_elf_print_private_bfd_data): Change fprintf format string.
236 * elf32-mips.c (mips_elf_final_link): Initialize last.
237 (mips_elf_finish_dynamic_sections): Initialize last and dindx.
238 * elf32-v850.c (v850_elf_object_p): Return a value.
239 (v850_elf_print_private_bfd_data): Change fprintf format string.
240 * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
242 * elflink.h (elf_link_add_object_symbols): Change vernum to
243 unsigned int, and initialize it. Change fprintf format string.
244 (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
245 when setting or comparing to soname_indx.
246 (elf_create_pointer_linker_section): Change num_symbols to
248 * libcoff-in.h (coff_data_type): Change flags to flagword.
249 * peicode.h (pe_print_idata): Initialize idx. Change j to
250 bfd_size_type. Initialize hint_member. Remove useless test to
252 (pe_print_edata): Change num_functions and num_names in struct
253 EDT_type to unsigned long. Remove cast. Change fprintf format
255 * ppcboot.c (ppcboot_object_p): Change i to size_t.
256 * reloc.c (bfd_get_reloc_size): Change return type to unsigned
258 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
259 int *. Update uses. Change j to long.
260 * bfd-in2.h, libcoff.h: Rebuild.
264 * elf32-v850.c Remove definition of USE_REL.
265 (v850_elf_info_to_howto_rela): New function.
266 (v850_elf_perform_relocation): Renamed from
267 v850_elf_store_addend_in_insn. Removed replace argument.
268 (v850_elf_reloc): store the relocation in the addend field instead
270 (v850_elf_final_link_relocate): Now calls
271 v850_elf_perform_relocation.
272 (v850_elf_relocate_section): Remove code to generate REL
277 * coffcode.h (coff_new_section_hook): Set the type and storage
278 class in the native symbol information allocated for a new section
283 * peicode.h: Chain together calls to
284 coff_bfd_copy_private_bfd_data and
285 coff_bfd_print_private_bfd_data.
287 * coff-arm.c: Add prototypes for
288 coff_arm_bfd_print_private_bfd_data and
289 coff_arm_bfd_copy_private_bfd_data.
293 * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
296 * peicode.h: Call arm-coff private data functions after handling
299 * coff-arm.c: Turn statics into globals so that they can be shared
300 both pe and pei backends.
304 * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
306 (sunos_write_object_contents): Likewise.
307 * aoutx.h (NAME(aout,machine_type)): Likewise.
308 * coffcode.h (coff_set_arch_mach_hook): Likewise.
312 * archures.c (bfd_mach_m68*): Add definitions for various m68k
314 (bfd_default_scan): Remove m68k special cases.
315 * bfd-in2.h: Rebuild.
316 * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
318 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
319 * cpu-m68k.c (arch_info_struct): Likewise. Add entry for
321 (bfd_m68k_arch): Set mach field to zero to signal no explicit
322 selection, change printable_name to just "m68k" and make that the
323 default instead of m68k:68020.
325 * aout-tic30.c (NAME): Define this to avoid multiple definitions
327 (MY_get_section_contents): Define as aout_32_get_section_contents
328 rather than NAME(aout,get_section_contents).
330 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
332 * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
333 and call bfd_default_set_arch_mach to do the real work.
337 * bout.c (BALX): Include return register g14 as part of the insn.
339 (calljx_callback): Use it.
343 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
346 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
347 byte_count to unsigned int.
348 (mn10300_elf_relax_section): Initialize internal_relocs. Remove
349 unused local variables.
351 * evax-alpha.c (evax_close_and_cleanup): Remove unused local
352 variables er and er1.
354 * cpu-v850.c: Include <ctype.h>.
355 (scan): Case isdigit argument to unsigned char.
358 * ihex.c (ihex_scan): Add extbase variable so that getting an
359 extended linear address record does not ignore any previous
361 (ihex_write_object_contents): When writing out an extended linear
362 address record, zero out any previous extended address.
366 * ieee.c (do_one): Check section before dereferencing it.
367 (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
368 (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
372 * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
376 * coff-arm.c: Add interworking functions to pe backends.
381 * elf32-mips.c (R_MIPS15_S3): New relocation type.
382 (elf_mips_howto_table): Add R_MIPS15_S3.
383 (mips_reloc_map): Map BFD_RELOC_MIPS15_S3 to R_MIPS15_S3.
384 * reloc.c (BFD_RELOC_MIPS15_S3): New relocation type.
385 * bfd-in2.h, libbfd.h: Rebuilt.
390 * configure.in: Use AM_DISABLE_SHARED.
391 * aclocal.m4, configure: Rebuild with libtool 1.2.
395 * coff-arm.c (coff_arm_relocate_section): Better error messages
396 when interowrking conflucts occur. Courtesy of Jonathan Walton
397 and Tony Thompson. PR 15357.
398 (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
399 relocations. Patch courtesy of Jonathan Walton and Tony
404 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
405 part of Feb 22 change controling when to override the existing
406 symbol with the .plt entry.
410 * config.bfd (targ_cpu): Add thumb-pe target.
412 * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
413 functions in PE build.
417 * config.bfd (sparclite-*-elf*): Added.
419 start-sanitize-vr4320
422 * mips-cpu.c: Reorganize sanitization.
424 * archures.c, bfd-in2.h, mips-cpu.c : Added bfd_mach_mips4320.
429 * configure.in: Add elf.lo to elf shell variable.
430 * Makefile.am (BFD_LIBS): Remove elf.lo.
431 (BFD_LIBS_CFILES): Remove elf.c.
432 (BFD32_BACKENDS): Add elf.lo.
433 (BFD32_BACKENDS_CFILES): Add elf.c.
434 * configure, Makefile.in: Rebuild.
438 * elf32-i386.c (elf_i386_relocate_section): A pc-relative
439 relocation against a now-local symbol should not have a dynamic
444 * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
446 (pe_print_private_bfd_data): Print PE flags. From Mikey
451 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
452 a plt entry when we can determine that we authoritatively define
457 * configure.in (COREFILE selection): Remove sparc-*-linux*. They
458 don't actually use trad-core, but a SunOS-style core file handled
460 * hosts/sparclinux.h: Remove.
465 * reloc.c (BFD_RELOC_MIPS_DVP_27_S4): New reloc type.
466 * elf32-mips.c (enum reloc_type): Add R_MIPS_DVP_27_S4.
467 (elf_mips_dvp_27_s4_howto): Describe it.
468 (bfd_elf32_bfd_reloc_type_lookup): Handle it.
469 (mips_info_to_how_rel): Handle it.
470 (mips_elf_relocate_section): Handle it.
471 * bfd-in2.h,libbfd.h: Regenerate.
476 * peicode.h (pe_print_idata): If there is no .idata section, look
477 for the import tables in some other section. Make the initial
478 label line up better with the data. Print the import address
479 table even if there is no import name table. If the import
480 address table holds actual addresses, print them.
485 * config.bfd (targ_archs): If mips64r5900-sky-elf, add bfd_dvp_arch.
490 * libbfd.c (bfd_seek): If fseek fails, save errno around call to
491 bfd_tell. If errno is EINVAL, set bfd_error_file_truncated, not
492 bfd_error_system_call.
496 * Makefile.am (AUTOMAKE_OPTIONS): Define.
497 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
500 * Makefile.am (libbfd_la_LDFLAGS): Define.
501 * Makefile.in: Rebuild.
506 * netbsd.h (MACHTYPE_OK): Define.
507 (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
508 calling N_SET_MACHTYPE, rather than having a switch.
509 * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
511 * i386netbsd.c (MACHTYPE_OK): Don't define.
512 (DEFAULT_MID): Define.
513 * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
514 (MACHTYPE_OK): Don't define.
515 (DEFAULT_MID): Define.
516 * m68knetbsd.c: (MACHTYPE_OK): Don't define.
517 (DEFAULT_MID): Define.
518 * ns32knetbsd.c (MACHTYPE_OK): Don't define.
519 (DEFAULT_MID): Define.
520 * sparcnetbsd.c (MACHTYPE_OK): Don't define.
521 (DEFAULT_MID): Define.
524 * vaxnetbsd.c: New file.
525 * netbsd-core.c: Clean up. Remove unused macros. Use netbsd
526 rather than netbsd_core.
527 * targets.c (vaxnetbsd_vec): Declare.
528 (bfd_target_vector): Add vaxnetbsd_vec. If NETBSD_CORE is
529 defined, add netbsd_core_vec.
530 * configure.in: Set COREFILE for alpha*-*-netbsd* and
531 powerpc-*-netbsd* to netbsd-core.lo. If COREFILE is
532 netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
533 * config.bfd (alpha*-*-netbsd*): New target.
534 * Makefile.am: Rebuild dependencies.
535 (BFD32_BACKENDS): Add vaxnetbsd.lo.
536 (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
537 * configure, Makefile.in: Rebuild.
539 * configure.host: Remove the old shared library build stuff. We
540 now use libtool instead.
544 * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
548 * configure.in: Take stab-syms.lo out of sparclinux_vec list.
549 * configure: Rebuild.
553 * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Do not complain
554 when merging m32r BFDs into m32rx BFDs.
556 * elf32-v850.c (remember_hi16s_reloc): New function.
557 (find_remembered_hi16s_reloc): New function.
558 (v850_elf_store_addend_in_insn): Use the above new functions to
559 match up HI6S relocs with LO16 relocs.
564 * archures.c (bfd_mach_dvp_{vif,gif}): Renamed from ..._{pke,gpuif}.
565 (bfd_txvu_arch): Delete.
566 * cpu-mips.c (arch_info_struct): dvp:{vif,gif} renamed from
568 * bfd-in2.h: Regenerate.
573 * configure.in: Change -linux* to -linux-gnu*.
574 * config.bfd, configure.host: Likewise.
575 * configure: Rebuild.
579 * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
580 LO16/HI16S bug and improve comments about what is going on.
584 * configure, aclocal.m4: Rebuild with new libtool.
589 * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
590 when merging v850 code into v850e/v850ea code. Do not initialise
591 output flags if the input is the default architecture. PR14732.
596 * cpu-mips.c (arch_info_struct): Make r5900 pointer size 32bits.
598 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
599 get the size from bfd_arch_bits_per_address instead of directly
604 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
605 to wrap, just return all 1's bits instead.
606 * libbfd.h: Regenerate.
610 * coff-i386.c (coff_pe_i386_relocate_section): New static function
612 (coff_relocate_section): If COFF_WITH_PE, define as
613 coff_pe_i386_relocate_section.
614 * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
615 skip empty sections, to match coff_write_object_contents.
617 * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
618 rather than swapping out r_offset twice. From Luke Deller
623 * configure.in: Set libtool_enable_shared rather than
624 libtool_shared. Remove diversion hack.
625 * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
630 * syms.c (struct stab_cache): Define.
631 (struct stab_find_info): Remove cached_offset, cached_stab,
632 cached_str, and cached_stroff fields. Add file_cache,
633 function_cache, and line_cache fields.
634 (_bfd_stab_section_find_nearest_line): Use extensive caching to
639 * peicode.h (pe_print_idata): Check for import of ordinal rather
641 (pe_print_edata): If there is no .edata section, look for the
642 export data in some other section.
646 * configure.in: Change version to 2.8.4.
647 * configure: Regenerated.
651 Add tms320c30 support:
652 * cpu-tic30.c: New file.
653 * aout-tic30.c: New file.
654 * coff-tic30.c: New file.
655 * archures.c (bfd_arch_tic30): Define.
656 (bfd_tic30_arch): Declare.
657 (bfd_archures_list): Add bfd_tic30_arch.
658 * targets.c (bfd_target_vector): Add tic30_aout_vec and
660 * reloc.c (BFD_RELOC_TIC30_LDP): Define.
661 * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
662 (coff_set_flags): Likewise.
663 * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
664 * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
665 * Makefile.am: Rebuild dependencies.
666 (ALL_MACHINES): Add cpu-tic30.lo.
667 (ALL_MACHINES_CFILES): Add cpu-tic30.c.
668 (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
669 (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
670 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
674 * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
675 to lag behind LO16 reloc by a couple of instructions.
679 * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
680 make to reexamine the file timestamp.
681 ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
683 * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
689 * elf32-mips.c (elf_mips_dvp_11_pcrel_howto): Set pcrel_offset=true
690 and partial_inplace=false.
691 (mips_elf_relocate_section): Recognize R_MIPS_DVP_11_PCREL.
696 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
697 to create .dynsbss and .rela.sbss sections.
698 (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
699 copied from dynamic objects into .sbss.
700 (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
701 use it. Correct typo of .rela.sdata2.
702 (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
703 put the data, which may now be in .sbss.
704 (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
705 (elf_backend_create_dynamic_sections): Define as
706 ppc_elf_create_dynamic_sections.
708 * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
709 against _GLOBAL_OFFSET_TABLE_.
710 (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
711 shared libraries which refer to local symbols. Make sure that the
712 test for allocating space for a reloc in a shared object is the
713 same as the test for emitting a reloc.
718 * elf32-mips.c: Add dvp support.
723 * config.bfd (i[3456]-*-mingw32*): New target.
724 * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
725 * aclocal.m4, configure: Rebuild.
730 * config.bfd, configure.in: Add dvp support.
731 * configure: Regenerate.
732 * aclocal.m4: Regenerate.
733 * archures.c, reloc.c, cpu-mips.c: Add dvp support.
734 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate.
739 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
744 Sparc v9 ABI compliant PLT:
745 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
746 (plt_templates, sparc64_elf_build_plt_entry): Delete.
747 (LARGE_PLT_THRESHOLD): New define.
748 (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
749 (sparc64_elf_build_plt): New function.
750 (sparc64_elf_plt_entry_offset): Likewise.
751 (sparc64_elf_plt_ptr_offset): Likewise.
752 (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
753 contain the index for convenience. Skip the initial entries
755 (sparc64_elf_size_dynamic_sections): Zero the allocated contents
756 memory for the benefit of .rela.plt.
757 (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
758 (sparc64_elf_finish_dynamic_symbol): Kill template stuff. Use
759 sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
760 (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
761 Call sparc64_elf_build_plt.
762 (elf_backend_want_got_plt): No.
763 (elf_backend_plt_readonly): No.
764 (elf_backend_plt_alignment): 8.
766 * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
767 * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
768 * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
773 * archures.c (bfd_mach_mips*): Add definitions for various MIPS
775 * cpu-mips.c (arch_info_struct): Add mips variants.
776 * bfd-in2.h: Rebuilt.
780 * coff-arm.c (coff_arm_relocate_section): Fix for PR14752 by
781 preserving the contents of t2a3_b_insn.
785 * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
786 (i[3456]86sco3.2v5*coff): New target.
790 * bfd-in2.h: Rebuild with changes to chew--tab expansion.
794 * bfd.c (bfd_get_error_handler): Add orthogonal function.
795 * bfd-in2.h: Regenerate.
799 * tekhex.c (tekhex_write_object_contents): Check for no symbols.
803 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
804 adjust addend for an output common symbol (from Jimmy Blair
806 defined symbol to counteract adjustment made in generic relocation
809 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
813 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
814 (GET_SCNDHR_NLNNO): Likewise.
818 * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
822 * elf32-m32r.c: Add macros to handle NOP insertion.
826 * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
827 (xcoff_mark): Likewise.
828 (xcoff_build_ldsyms): Mark absolute symbols.
832 * bout.c (b_out_write_object_contents): Sort symbols before output
833 to keep {CALL,BAL}NAME symbols adjacent.
834 (b_out_symbol_cmp): New function.
838 * elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't
839 allocate space for a PC relative reloc against a symbol which is
840 defined in a regular file.
841 (elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC
842 relative reloc against a symbol which is defined in a regular
848 * config.bfd (mips-dec-netbsd*): Add ECOFF vectors to
850 (mips*el-*-netbsd*): Like mips-dec-netbsd*.
851 (mips*-*-netbsd*): New target.
855 * elflink.h (elf_link_assign_sym_version): Change error message
856 from "undefined version name" to "undefined versioned symbol
861 * coff-arm.c (coff_arm_relocate_section): Fix typo from previous
866 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
869 * peicode.h (coff_swap_scnhdr_out): Set .reloc section to be
870 shared. Set stab* sections to be shared and read. Set .rsrc
871 section to be read and shared.
875 * Makefile.am: Rebuild dependencies.
876 (ALL_MACHINES_CFILES): Add dwarf2.lo.
877 (ALL_MACHINES_CFILES): Add dwarf2.c.
878 * Makefile.in: Rebuild.
880 * coff-arm.c: Don't include obstack.h.
884 * config.bfd (i[3456]86*-go32-rtems*): Fix to be the same as
889 * configure: Regenerate to get @SHELL@ substituted.
893 * coff-arm.c (coff_arm_relocate_section): Only look at section
894 owner if there is one.
896 * elf.c (assign_file_positions_for_segments): Fail if there is not
897 enough room for the program headers. (PR14186)
901 * elf.c (_bfd_elf_find_nearest_line): Call
902 _bfd_dwarf2_find_nearest_line first.
903 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Same.
904 * dwarf2.c: New file; implement _bfd_dwarf2_find_nearest_line.
909 * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Allow M32R
910 object files to be merged into a M32RX executable.
912 * archures.c: Add bfd_mach_m32rx.
914 * archures.c: Add bfd_mach_m32r.
918 * coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined.
919 (coff_compute_section_file_positions): Use ALIGN_SECTIONS_IN_FILE
920 to decide when to align the file sections for paging.
922 * coffcode.h (ALIGN_SECTIONS_IN_FILE): Undefine for TIC80COFF.
927 * elf32-m32r.c (m32r_elf_object_p): New Function.
928 (m32r_elf_final_write_processing): New Function.
929 (m32r_elf_set_private_flags): New Function.
930 (m32r_elf_copy_private_bfd_data): New Function.
931 (m32r_elf_merge_private_bfd_data): New Function.
932 (m32r_elf_print_private_bfd_data): New Function.
933 (elf_backend_object_p): Point to m32r_object_p.
934 (elf_backend_final_write_processing): Point to
935 m32r_elf_final_write_processing.
936 (bfd_elf32_bfd_copy_private_bfd_data): Point to
937 m32r_elf_copy_private_bfd_data.
938 (bfd_elf32_bfd_merge_private_bfd_data): Point to
939 m32r_elf_merge_private_bfd_data.
940 (bfd_elf32_bfd_set_private_flags): Point to
941 m32r_elf_set_private_bfd_data.
942 (bfd_elf32_bfd_print_private_bfd_data): Point to
943 m32r_elf_print_private_bfd_data.
946 * cpu-m32r.c: Add m32rx cpu architecture.
947 * bfd-in2.h (bfd_mach_m32rx): Add identifier for M32RX
948 architecture machines.
951 * bfd-in2.h (bfd_mach_m32r): Add identifier for M32R architecture
956 * configure: Only build libbfd shared if --enable-shared's value
957 was `yes', or was set to `*bfd*'.
958 * aclocal.m4: Likewise.
959 * NOTE: this really needs to be fixed in libtool/libtool.m4, the
960 original source of this bit of code. It's not clear what the best fix
965 * linker.c (generic_link_add_symbol_list): Always init udata.p so
966 that the generic relaxation code can function when input and output
967 file formats are mismatched.
971 * coff-sh.c (bfd_coff_small_swap_table): Initialize new fields.
973 * elf.c (assign_file_positions_for_segments): For a loadable
974 section, make sure that the load address is correct relative to
975 the load address of the segment plus the size of the segment so
978 * coffcode.h (_coff_link_output_has_begun): Make static.
979 (_coff_final_link_postscript): Likewise.
983 * elflink.h (elf_link_input_bfd): Handle a relocateable link in
984 which a relocation refers to an indirect or warning symbol.
988 * coff-arm.c (bfd_arm_coff_final_link): Function deleted.
989 (coff_arm_final_link_postscript): New function.
990 (coff_arm_link_output_has_begun): New function.
992 * libcoff.h (struct bfd_coff_backend_data): Add new fields:
993 _bfd_coff_link_output_has_begun and
994 _bfd_coff_final_link_postscript. Add new macros:
995 bfd_coff_link_output_has_begun() and
996 bfd_coff_final_link_postscript().
998 * cofflink.c (_bfd_coff_final_link): Insert calls to
999 bfd_coff_link_output_has_begun() and
1000 bfd_coff_final_link_postscript().
1002 * coffcode.h: Add two new fields to bfd_coff_backend_data
1003 structure: _bfd_coff_link_output_has_begun and
1004 _bfd_coff_final_link_postscript. Add default initialisers for
1005 these fields. Add overridable aliases for the coff swap functions
1006 in the backend data structure.
1008 * elf32-v850.c: Update with patches from the branch to fix
1009 HI16_S/LO16 reloc pairs.
1014 * elf32-d30v.c (d30v_info_to_howto_rela): New function to support
1016 (USE_REL): Don't define any more, switch to using RELA
1018 (elf_info_to_howto): Define as d30v_info_to_howto_rela.
1023 * archures.c (bfd_mach_mips*): Define.
1024 (start-sanitize-vr5400):
1025 (vr5400, bfd_mach_vr5000): Define.
1026 (end-sanitize-vr5400):
1027 (bfd_default_scan): For 3000 and 4000 replace magic constant with
1030 * cpu-mips.c (N): Define.
1031 (bfd_mips_arch, arch_info_struct): Re-write using macro N, replace
1032 numbers with bfd_mach_mips* macros.
1036 * elf32-v850.c (v850_elf_reloc, v850_elf_store_addend_in_insn,
1037 v850_elf_relocate_section): Fix PR2 14180 and 14181
1038 (v850_elf_section_from_bfd_section, v850_elf_symbol_processing,
1039 v850_elf_add_symbol_hook, v850_elf_link_output_symbol_hook,
1040 v850_elf_section_from_shdr, v850_elf_fake_sections): New functions
1041 (for PR14180) to create and handle special common sections.
1042 (v850_elf_final_link_relocate): Fix HI16 and HI16_S relocations
1043 which have data stored in the instructions. PR14258.
1047 * coff-arm.c (TARGET_UNDERSCORE): Revert back to '_'
1048 (USER_LABEL_PREFIX): Revert back to '_'
1050 * config.bfd (targ_cpu): Add support for Thumb target.
1054 * coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry.
1055 (get_symbol_value): Handle R_SH_SWITCH8.
1056 (sh_relax_delete_bytes): Likewise.
1060 * coff-arm.c (TARGET_UNDERSCORE): Changed to match definition in
1061 gcc/config/arm/semi.h
1063 * coffcode.h (coff_slurp_symbol_table): Add ARM and Thumb symbol
1068 * freebsd.h (SWAP_MAGIC): Read magic number little and not big
1073 * coffcode.h (coff_mkobject_hook): Only set private flags for non
1078 * binary.c (binary_set_section_contents): Also ignore NEVER_LOAD
1083 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Do not
1084 complain if inout and output formats differ.
1088 * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo.
1089 (BFD32_BACKENDS_CFILES): Remove tekhex.c.
1090 * Makefile.in: Rebuild.
1091 * aclocal.m4, configure, src/Makefile.in: Rebuild with current
1092 automake and autoconf.
1094 * coff-arm.c (arm_allocate_interworking_sections): Fix typo
1095 (COFF_WITH_PR to COFF_WITH_PE).
1099 * coff-arm.c: Make variables and some functions static, so that
1100 this file can be included in multiple object files.
1101 (coff_arm_bfd_final_link): Fix minor bug.
1105 * coff-arm.c: Add support for PIC and APCS-FLOAT type binaries.
1107 * coffcode.h: Add support for PIC and APCS-FLOAT type binaries.
1111 * evax-emh.c (_bfd_evax_write_emh): Use alloca instead of strdup.
1115 * sunos.c (sunos_add_one_symbol): When overriding a defined
1116 symbol, set it to undefined, not new.
1118 * elf32-sh.c (sh_elf_relax_delete_bytes): Don't kill LABEL
1123 * coff-sh.c (sh_relax_section): Force sign extention of USES r_offset.
1124 (sh_relax_delete_bytes): Don't kill LABEL relocs.
1128 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Fix typo.
1129 (mn10300_elf_relax_section): Likewise.
1133 * peicode.h (coff_swap_aouthdr_in): Cast second arg of
1134 bfd_h_get_* calls to "bfd_byte *".
1138 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
1140 (mn10300_elf_relax_section): Include stack space for register saves
1141 in the imm8 field of a "call" instruction.
1142 (compute_function_info): Determine how much stack is allocated by
1143 the movm instruction. Fix typo.
1144 (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
1148 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't crash if
1149 a version dependency could not be found.
1153 * configure.com: Get version info from configure.in
1157 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data):
1158 New function. Avoid mixing US1 and HAL R1 code.
1159 Set resulting memory ordering to the strongest one used.
1160 (sparc64_elf_object_p): Set bfd_mach correctly.
1164 * elf64-sparc.c (sparc64_elf_howto_table): Add UA64 & UA16.
1165 (sparc64_elf_check_relocs): Handle them.
1166 (sparc64_elf_relocate_section): Likewise. Before emitting a dyn reloc,
1167 check alignment and transmute R_SPARC_x<->R_SPARC_UAx.
1171 * configure.in (sparc*-*-linux*): Use trad-core and ...
1172 * hosts/sparclinux.h: New file.
1176 * config.bfd (sparc64-*-linux*): New target.
1178 * elf-bfd.h (struct elf_backend_data): Add plt_alignment member.
1179 * elflink.c (_bfd_elf_create_got_section): Set .got alignment based
1181 (_bfd_elf_create_dynamic_sections): Likewise for .rel* sections.
1182 Set .plt alignment from new plt_alignment.
1183 * elflink.h (elf_link_create_dynamic_sections): Set version section
1184 alignment to LOG_FILE_ALIGN.
1185 * elfxx-target.h (elf_backend_plt_alignment): Provide default.
1186 (elfXX_bed): Init plt_alignment.
1188 * elf64-sparc.c (sparc64_elf_check_relocs,
1189 sparc64_elf_adjust_dynamic_symbol, sparc64_elf_size_dynamic_sections,
1190 sparc64_elf_adjust_dynindx, sparc64_elf_finish_dynamic_symbol,
1191 sparc64_elf_finish_dynamic_sections): New functions.
1192 (sparc64_elf_howto_table): Fix a few name strings.
1193 (ELF_DYNAMIC_INTERPRETER): New definition.
1194 (sparc64_elf_relocate_section): Handle shared libraries.
1196 * elf64-sparc.c (struct plt_template, plt_*_header, plt_*_entry,
1197 sparc64_elf_build_plt_entry, sparc64_elf_finish_dynamic_symbol):
1198 PLT definitions sparc64-linux originally choose. These will go
1199 away soon in favour of the official abi definitions.
1203 * coff-sh.c (coff_small_object_p): New static function.
1204 (coff_small_new_section_hook): New static function.
1205 (bfd_coff_small_swap_table): New static const structure.
1206 (coff_small_close_and_cleanup): Define.
1207 (coff_small_bfd_free_cached_info): Define.
1208 (coff_small_get_section_contents): Define.
1209 (coff_small_get_section_contents_in_window): Define.
1210 (shcoff_small_vec): New static structure.
1211 (shlcoff_small_vec): New static structure.
1212 * targets.c (bfd_target_vector): Add shcoff_small_vec and
1214 * config.bfd (sh-*-elf*): Add shcoff_small_vec and
1215 shlcoff_small_vec to targ_selvecs.
1217 * configure.in: Add shcoff_small_vec and shlcoff_small_vec cases.
1218 * configure: Rebuild.
1222 * evax-egsd.c: Weak symbols are global.
1224 * evax-emh.c: Use proper casts.
1226 * evax-egsd.c (_bfd_evax_write_egsd): Remove unneeded uname.
1228 * evax-egsd.c: Section names and symbols have different
1229 length restrictions. Add length parameter to
1230 _bfd_evax_length_hash_symbol.
1231 * evax-etir.c: Likewise.
1232 * evax-misc.c (_bfd_evax_length_hash_symbol): Add length
1234 * evax.h (EOBJ_S_C_SECSIZ): Define.
1236 * evax-alpha.c: Remove duplicate test.
1238 * evax-emh.c: SYS$ functions are upper-case.
1240 * evax-egsd.c: Create separate sections for common symbols.
1241 * evax-etir.c: Don't output common section.
1242 * evax.h: Bump up section count.
1244 * configure.com: Use 64bit integers with DEC C.
1246 * evax-egsd.c: Make section flags dec c compatible.
1250 * som.c (normalize): Delete function.
1251 (som_bfd_ar_write_symbol_stuff): New parameter elength. All callers
1252 changed. Use passed in elength to determine size of the extended
1253 name table instead of computing it again.
1257 * peicode.h (coff_swap_scnhdr_out): Use |= not = to set
1258 IMAGE_SCN_MEM_READ for an unrecognized section.
1262 * som.c (som_bfd_ar_write_symbol_stuff): Account for trailing
1263 '/' in the extended name table.
1267 * elflink.h (elf_link_assign_sym_version): For explicitly versioned
1268 symbols, check globals list before matching on locals.
1272 * peicode.h (coff_swap_scnhdr_out,pe_print_idata): Fix mangled
1277 * peicode.h (pe_mkobject_hook): Set DLL flag.
1278 (pe_bfd_copy_private_bfd_data): Copy DLL flag.
1280 * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_DISCARDABLE
1281 for .stab* sections. Replace strlen of constant strings with
1286 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): New function to
1287 merge got and reloc entries from ind syms to their target.
1288 (elf64_alpha_always_size_sections): Call it.
1289 (elf64_alpha_check_relocs): Operate on the target of indirect symbols.
1290 (elf64_alpha_can_merge_gots): Likewise.
1291 (elf64_alpha_merge_gots): Likewise.
1293 * elf64-alpha.c (elf64_alpha_relocate_section): Back out HJ's change,
1294 as it is insufficient to handle the relocation changes as well.
1298 * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Allow for RELATIVE
1299 relocs for symbols in shlibs that have been forced local.
1300 (elf64_alpha_relocate_section): Output RELATIVEs in .got for same.
1304 * elf64-alpha.c (elf64_alpha_relocate_section): Use the
1305 got_enties of the default symbol for the default versioned
1311 * elf32-v850.c (v850_elf_final_link_relocate): Only use the bottom
1312 24 bits of the PC when computing a PC relative relocation.
1316 * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate):
1317 Correct value for maximum positive 22 bit PC relative relocation.
1318 (v850_elf_final_link_relocate): Prevent overflow from HI16_S and
1319 HI_16 relocations. Correct bit adjustment in TDA offsets.
1323 * elf64-sparc.c (sparc_elf_{hix22,lox10}_reloc): New functions.
1324 (sparc64_elf_howto_table): Use them for HIX22,LOX10 relocs.
1328 * elfcore.h (bfd_prstatus): Pedanticly, alignment_power should
1333 * config.bfd: Missed one alpha* change.
1337 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove BFD64 support.
1338 * elf64-sparc.c (SPARC64_OLD_RELOCS): Undef.
1339 (MINUS_ONE): New macro.
1340 (sparc_elf_notsup_reloc): New function.
1341 (sparc64_elf_howto_table): Add entries for DISP64,PLT64,HIX22,LOX10,
1342 H44,M44,L44,REGISTER.
1343 (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64.
1344 (init_insn_reloc): New function.
1345 (sparc_elf_wdisp16_reloc): Use it.
1346 (sparc64_elf_relocate_section): Add entries for OLO10,HIX22,LOX10.
1350 * som.c (som_construct_extended_name_table): Remove static
1351 function, and define as macro instead.
1355 * config.bfd: Change alpha-*-* to alpha*-*-*; config.guess now
1356 recognizes alphaev5 etc.
1357 * configure.host: Likewise.
1361 Make ld -s work on AIX:
1362 * xcofflink.c (xcoff_link_add_symbols): Don't create the .debug
1363 section if we are stripping.
1364 (bfd_xcoff_size_dynamic_sections): Don't set the .debug section
1365 size if we are stripping.
1366 (_bfd_xcoff_bfd_final_link): Don't set SEC_RELOC or rel_filepos,
1367 and don't write out relocs, if we are stripping.
1368 (xcoff_link_input_bfd): Don't set up reloc if we are stripping.
1369 (xcoff_write_global_symbol): Don't write out symbol or reloc if we
1372 * configure.in: Don't include elf.lo again for ELF targets; it's
1373 always in the library anyhow.
1374 * configure: Rebuild.
1376 * bfd-in2.h: Rebuild.
1378 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Cast to bfd_byte *, not
1379 char *, when calling bfd_get_32 and bfd_put_32.
1380 * sunos.c (sunos_scan_dynamic_symbol): Cast contents to char *
1381 when calling strcpy.
1385 * reloc.c (bfd_check_overflow): New function.
1386 (bfd_perform_relocation, bfd_install_relocation): Use it.
1387 (BFD_RELOC_SPARC_{DISP64,PLT64}): New relocs.
1388 (BFD_RELOC_SPARC_{HIX22,LOX10,H44,M44,L44,REGISTER}): New relocs.
1389 * bfd-in2.h: Regenerate.
1390 * libbfd.h: Regenerate.
1394 * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_READ for an
1399 * Makefile.am ($(BFD_H)): Change stmp-bfd.h to stmp-bfd-h.
1400 (stmp-bfd-h): Rename from stmp-bfd.h.
1401 (BFD_H_FILES, LIBBFD_H_FILES, LIBCOFF_H_FILES): New variables.
1402 ($(srcdir)/bfd-in2.h): Just depend upon stmp-bin2-h.
1403 (stmp-bin2-h): New target.
1404 ($(srcdir)/libbfd.h): Just depend upon stmp-lbfd-h.
1405 (stmp-lbfd-h): New target.
1406 ($(srcdir)/libcoff.h): Just depend upon stmp-lcoff-h.
1407 (stmp-lcoff-h): New target.
1408 (CLEANFILES): Change stmp-bfd.h to stmp-bfd-h. Add stmp-bin2.h,
1409 stmp-lbfd-h, and stmp-lcoff-h.
1410 * Makefile.in: Rebuild.
1412 * configure.in: Use a diversion to set enable_shared before the
1413 arguments are parsed.
1414 * configure: Rebuild.
1418 * elf32-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
1419 renamed to R_SPARC_UNUSED_42.
1420 (sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
1421 * elf64-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
1422 renamed to R_SPARC_UNUSED_42.
1423 (sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
1424 * reloc.c (BFD_RELOC_SPARC_GLOB_JMP): Delete.
1425 * bfd-in2.h: Regenerated.
1426 * libbfd.h: Regenerated.
1430 * elflink.h (elf_merge_symbol): Don't check the hash creator until
1431 after we have set *sym_hash.
1435 * config.bfd (sh*-*-rtems*): New target, like sh-*-*elf*.
1439 * Makefile.am (libbfd_a_SOURCES): Define.
1440 * Makefile.in: Rebuild.
1442 * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL.
1443 * aclocal.m4: Rebuild with new libtool.
1444 * configure: Rebuild.
1448 * elf.c (map_sections_to_segments): Even if we are not demand
1449 paged, don't put a loadable section after a nonloadable section.
1450 (assign_file_positions_for_segments): Increment the file offset
1451 for a section with contents, even if it is not loadable.
1453 start-sanitize-v850e
1456 * elf32-v850.c (v850_elf_final_link_relocate): Add return code
1457 indicating that __ctbp could not be found.
1462 * elf32-v850.c (v850_elf_check_relocs): Improve error message.
1465 start-sanitize-v850e
1467 * elf32-v850.c (v850_elf_final_link_relocate, v850_elf_reloc,
1468 v850_elf_check_relocs, v850_elf_reloc_map, v850_elf_howto_table):
1469 Add support for the CALLT relocs.
1471 * reloc.c (COMMENT): Add BFD_RELOC_V850_CALLT_6_7_OFFSET and
1472 BFD_RELOC_V850_CALLT_16_16_OFFSET.
1475 * elf32-v850.c (v850_elf_final_link_relocate): Add checks to catch
1476 relocations against non-existant symbols.
1480 * reloc.c: Add BFR_RELOC_V850_TDA_16_16_OFFSET.
1482 * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate,
1483 v850_elf_howto_table, v850_elf_reloc_map): Add support for a 16
1484 bit reloc in the tiny data area.
1489 Merged changes from Martin Hunt:
1491 * elf32-d30v.c (bfd_elf_d30v_reloc): Change pc-relative relocs
1492 over 2^32 bytes to be absolute. Needed because D30V PC doesn't
1495 * reloc.c, elf32-d30v.c (BFD_RELOC_D30V_9_PCREL,
1496 BFD_RELOC_D30V_9_PCREL_R): New relocs.
1498 * elf32-d30v.c (bfd_elf_d30v_reloc_21): New function.
1499 Do 15 and 21 bit pc-relative relocations.
1500 * reloc.c (BFD_RELOC_D30V_15_PCREL_R, BFD_RELOC_D30V_21_PCREL_R):
1503 * elf32-d30v.c (bfd_elf_d30v_reloc): Addend needs to be
1504 added to the relocation, not or'd.
1509 * elf32-v850.c (v850_elf_reloc): Remove spurious error message.
1513 * archures.c (bfd_default_scan): Use strcasecmp.
1514 (bfd_default_scan): Test for match with arch_name + ":" +
1516 (bfd_default_scan): Test for match with printable_name - ":".
1517 (bfd_default_scan): Delete w65, h8300, h8500, z8k, i960 special
1518 cases. Each implements their own scan function.
1519 (bfd_default_scan): Delete 386, 2900, 860, mips 2000, mips 4400
1520 special cases. Since info->mach == 0. The test mach == number
1522 (bfd_arch_list): New function, return name of all the supported
1527 * elf32-v850.c (v850_elf_print_private_bfd_data): Break after
1528 decoding architecture.
1529 (v850_elf_reloc): Do not complain if a R_V850_LO16 reloc has bit
1534 * bfd/elf64-alpha.c (reloc_howto_type): Fix the howto table.
1538 * Makefile.am: Rebuild dependencies.
1539 (ALL_MACHINES_CFILES): Add cpu-v850.c.
1540 (ALL_MACHINES_CFILES): Add elf32-v850.c.
1541 * Makefile.in: Rebuild.
1543 * reloc.c: Remove extraneous commas from relocation entries.
1544 Remove BFD_RELOC_V850_16_PCREL.
1545 * bfd-in2.h: Rebuild.
1547 * xcofflink.c (xcoff_link_add_symbols): Put XTY_CM/XMC_TD symbols
1548 in sections named .tocbss rather than .bss.
1552 * libbfd.h, bfd-in2.h, elf32-v850.c: Removed
1553 BFD_RELOC_V850_16_PCREL.
1557 * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM syms
1558 the same as C_EXT syms.
1559 (coff_link_add_symbols): Ditto.
1560 (_bfd_coff_link_input_bfd): Ditto.
1561 (_bfd_coff_write_task_globals): Add save_global_to_static. Use
1562 it to preserve and restore state of global_to_static flag.
1566 * elf32-v850.c (v850_elf_object_p): Set machine number based on
1567 bits in e_flags field rather than magic numbers.
1568 (v850_elf_final_write_processing, v850_elf_set_private_flags,
1569 v850_elf_copy_private_bfd_data, v850_elf_merge_private_bfd_data,
1570 v850_elf_print_private_bfd_data): New functions.
1572 start-sanitize-v850e
1575 * elf.c (prep_headers): Remove V850E magic number.
1576 * elf.c (prep_headers): Remove V850EA magic number.
1581 * cpu-arc.c (arc_get_mach): Properly scan defined mach entries.
1585 * elf-m10200.c (mn10200_elf_final_link_relocate): PC relative
1586 instructions are relative to the next instruction, not the
1587 current instruction.
1588 (mn10200_elf_relax_section): Similarly.
1592 * cpu-v850.c: Use a macro to construct bfd_arch_info_type
1595 * reloc.c, libbfd.h, bfd-in2.h, elf32-v850.c: Replace
1596 BFD_RELOC_V850_{SDA/TDA/ZDA}_OFFSET relocs with new bit pattern
1597 specific versions: BFD_RELOC_V850_{area}_{bits}_OFFSET.
1601 * cpu-v850.c: Remove "plain" from v850 printable name.
1602 (scan): Use strcasecmp.
1604 * archures.c (bfd_mach_v850): Define.
1606 * cpu-sh.c (scan_mach): Compare with table instead of hardwired to
1607 just sh/SH, use strcasecmp.
1608 (arch_info_struct): Add entries for sh3 et.al.
1610 * archures.c (bfd_mach_sh, ...): Define.
1614 * archures.c (bfd_archures_list): Always NULL terminate the list.
1618 * Makefile.am: Rebuild dependencies.
1619 (ALL_MACHINES_CFILES): Add cpu-arc.c.
1620 (ALL_MACHINES_CFILES): Add elf32-arc.c.
1621 (elf32-arc.lo): Remove explicit dependency.
1622 * Makefile.in: Rebuild.
1624 * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
1625 * doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
1626 * aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
1630 * configure: Rebuild with latest devo autoconf for NT support
1634 * cpu-arm.c (compatible): If B is a default type, return A.
1638 * cpu-v850.c (scan): New function.
1639 (arch_info_struct): New structure.
1640 (bfd_v850_arch): Add link into arch_info_structure.
1642 * config.bfd (targ_cpu): All v850 variants use the bfd_arch_v850
1645 * elf32-v850.c (v850_elf_object_p): New function.
1647 start-sanitize-v850e
1648 * archures.c (bfd_mach_v850e): Machine value for v850e.
1650 * bfd-in2.h (bfd_mach_v850e): Machine value for v850e.
1652 * elf32-v850.c (ELF_MACHINE_CODE): Default to v850e machine
1655 * elf.c (prep_headers): Add support for v850e machine number.
1657 * archures.c (bfd_mach_v850ea): Machine value for v850ea.
1659 * bfd-in2.h (bfd_mach_v850ea): Machine value for v850ea.
1661 * elf32-v850.c (ELF_MACHINE_CODE): Default to v850ea machine
1664 * elf.c (prep_headers): Add support for v850ea machine number.
1669 * syms.c (_bfd_stab_section_find_nearest_line): Clear the
1670 cached_stab field if the offset prevents us from using the cache.
1674 * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section
1676 * aout-arm.c (aout_arm_little_vec): Likewise.
1677 (aout_arm_big_vec): Likewise.
1678 * bout.c (b_out_vec_big_host): Likewise.
1679 (b_out_vec_little_host): Likewise.
1680 * mipsbsd.c (aout_mips_little_vec): Likewise.
1681 (aout_mips_big_vec): Likewise.
1683 start-sanitize-tic80
1686 * coff-tic80.c (COFF_ALIGN_IN_SFLAGS): Define to 1.
1687 * coffcode.h (styp_to_sec_flags): Ignore incoming STYP_INFO
1688 bit in s_flags if COFF_ALIGN_IN_S_FLAGS is defined.
1693 * coff-i960.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.
1694 (GET_SCNHDR_ALIGN, PUT_SCNHDR_ALIGN): Define.
1695 * coff-m88k.c (GET_SCNHDR_NRELOC, GET_SCNHDR_NLNNO): Define.
1696 * coffcode.h (coff_set_alignment_hook): Conditionally compile in if
1697 COFF_ALIGN_IN_SECTION_HEADER is defined. Convert alignment to power
1698 of two for I960 only.
1699 * coffswap.h (GET_SCNHDR_NRELOC, PUT_SCNHDR_NRELOC, GET_SCNDHR_NLNNO,
1700 PUT_SCNHDR_NLNNO, GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Provide
1701 default definitions.
1702 (coff_swap_scnhdr_in): Use GET_SCNHDR_FLAGS, GET_SCNHDR_NRELOC,
1703 GET_SCNHDR_NLNNO, and GET_SCNHDR_ALIGN.
1704 (coff_swap_scnhdr_out): Use PUT_SCNHDR_FLAGS, PUT_SCNHDR_ALIGN.
1705 start-sanitize-tic80
1706 * Makefile.in (coff-tic80.o): Depends upon coffswap.h.
1707 * coff-tic80.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.
1708 (GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Define
1709 *coffcode.h (coff_write_object_contents): Set alignment field in
1710 section header for TIC80COFF files.
1715 * elf32-v850.c (v850_elf_howto_table, v850_elf_reloc_map,
1716 v850_elf_check_relocs, v850_elf_reloc,
1717 v850_elf_final_link_relocate): Add support for
1718 BFD_RELOC_V850_16_PCREL relocation.
1720 * reloc.c (COMMENT): Add suuport for BFD_RELOC_V850_16_PCREL
1723 * libbfd.h: Add support for BFD_RELOC_V850_16_PCREL relocation.
1725 * bfd-in2.h: Add support for BFD_RELOC_V850_16_PCREL relocation.
1727 start-sanitize-v850e
1730 * cpu-v850e: New file.
1732 * elf.c (prep_headers): Add support for v850e target.
1734 * bfd-in2.h (bfd_architecture): Add support for v850e target.
1736 * config.bfd: Add support for v850e target.
1738 * archures.c: Add support for v850e target.
1742 * cpu-v850ea: New file.
1744 * elf.c (prep_headers): Add support for v850ea target.
1746 * bfd-in2.h (bfd_architecture): Add support for v850ea target.
1748 * config.bfd: Add support for v850ea target.
1750 * archures.c: Add support for v850ea target.
1755 * coffgen.c (coff_find_nearest_line): Correctly handle the offset
1756 argument as section relative, rather than an absolute address.
1761 * config.bfd (arc-*-elf*): Add.
1762 * configure.in (bfd_elf32_{little,big}arc_vec): Add.
1763 * configure: Rebuild.
1764 * Makefile.am (ALL_MACHINES): Add cpu-arc.lo.
1765 (BFD32_BACKENDS): Add elf32-arc.lo.
1766 (cpu-arc.lo,elf32-arc.lo): Add rules for.
1767 * Makefile.in: Rebuild.
1768 * archures.c (architecture list): Add bfd_arch_arc.
1769 (bfd_archures_list): Add bfd_arc_arch.
1770 (bfd_mach_arc_base): Define.
1771 * reloc.c (BFD_RELOC_ARC_B22_PCREL,BFD_RELOC_ARC_B26): Add.
1772 * targets.c (bfd_elf32_{little,big}arc_vec): Declare.
1773 (bfd_target_vect): Add them.
1774 * bfd-in2.h, libbfd.h: Rebuild.
1775 * cpu-arc.c, elf32-arc.c: New files.
1776 * elf.c (pre_headers): Recognize bfd_arch_arc.
1780 * aoutx.h (NAME(aout,final_link)): If no symbols, make sure the
1781 data section is correctly rounded to a page in the file.
1785 * aoutx.h (NAME(aout,final_link)): Don't emit the string table if
1786 there are no symbols.
1790 * coff-stgo32.c: Rename from coff-stubgo32.c to avoid old System V
1791 file system 14 character limit.
1792 * Makefile.am, configure.in: Corresponding changes.
1793 * Makefile.in, configure: Rebuild.
1797 * Makefile.am: (ALL_MACHINES_CFILES): Add elf32-d10v.c.
1798 Rebuild dependencies.
1799 * Makefile.in: Rebuild.
1803 * Makefile.am (docdir): Define.
1804 * Makefile.in: Rebuild.
1808 * configure: Rebuild with autoconf 2.12.1.
1812 * aclocal.m4, configure: Rebuild with new automake patches.
1816 * rs6000-core.c (make_bfd_asection): New function to add a section
1817 to the core file bfd.
1818 (rs6000coff_core_p): Use make_bfd_asection to add the core file
1820 Use BFD routines to seek, read and stat the core file.
1821 Handle .data sections from loaded objects and anonymously mmapped
1822 regions, these are available in AIX 4 core files.
1826 * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
1827 * acinclude.m4: Move acmacros.m4 in here. Remove AM_PROG_LIBTOOL
1828 copy; use a patches libtool instead.
1829 * acmacros.m4: Remove.
1830 * Makefile.in, aclocal.m4, configure: Rebuild.
1834 * Makefile.am: New file, based on old Makefile.in.
1835 * acmacros.m4: New file, copied from old aclocal.m4.
1836 * acinclude.m4: New file.
1837 * configure.in: Call AM_PROG_LIBTOOL. Remove shared library
1838 handling; now handled by libtool. Replace AC_CONFIG_HEADER with
1839 AM_CONFIG_HEADER. Replace AC_PROG_INSTALL with AM_PROG_INSTALL.
1840 Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Change all
1841 .o files to .lo. Remove stamp-h handling in AC_OUTPUT.
1842 * acconfig.h: Mention PACKAGE and VERSION.
1843 * stamp-h.in: New file.
1844 * dep-in.sed: Change .o to .lo.
1845 * Makefile.in: Now built with automake.
1846 * aclocal.m4: Now built with aclocal.
1847 * config.in, configure: Rebuild.
1852 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Don't set TEXTREL
1853 if there is only a relocation to a read-only but not allocatable
1854 section (like .stab).
1855 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1856 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1857 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1858 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
1859 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
1861 * elf32-ppc.c (ppc_elf_howto_raw): Correct various comments.
1862 (ppc_elf_create_linker_section): These sections are not
1863 created by the linker (that is, they are created by the user
1864 putting data in them). In particular, they can be the source
1865 and target of relocations.
1866 (ppc_elf_adjust_dynamic_symbol): Check postcondition of
1867 bfd_elf32_link_record_dynamic_symbol. Align 16-byte common
1868 objects (for instance, 'long double') to 16-byte boundaries.
1869 (ppc_elf_size_dynamic_sections): Make the code that generates
1870 section symbols exactly the same as for sparc, reducing the
1871 number of section symbols output.
1872 (ppc_elf_check_relocs): Check postcondition of
1873 bfd_elf32_link_record_dynamic_symbol. Make default case the
1874 same as corresponding code for sparc, fixing bug involving
1876 (ppc_elf_finish_dynamic_symbol): Fix case involving GOT symbols
1877 forced to be local because of versioning (by replicating
1878 corresponding change in sparc). Treat R_PPC_RELATIVE RELA relocs
1879 as usual in ELF, not as pseudo-REL relocs (as the sparc linker
1881 (ppc_elf_relocate_section): Add handy debugging code for when
1882 assertion fails. Add some more 'symbol made local because of
1885 * elf32-ppc.c (ppc_elf_relocate_section): Cope with addend when
1886 processing a GOT relocation as required by ABI.
1890 * elflink.h (NAME(bfd_elf,record_link_assignment)): Remove any
1891 version info if this symbol came from a dynamic object.
1892 (elf_link_add_object_symbols): Set the version info of a symbol
1893 only if the object actually contains version definitions and
1894 defines this symbol.
1898 * aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
1899 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
1901 * configure: Regenerated with autoconf 2.12.
1902 * doc/Makefile.in: Add $(EXEEXT) to chew executable.
1906 * rs6000-core.c (rs6000coff_core_p): If CORE_TRUNC is set, print
1907 a warning rather than returning an error.
1911 * coffswap.h (coff_swap_aux_in): add semicolon to make MSVC happy.
1915 * cisco-core.c: define signals for wingdb.
1919 * ecofflink.c (bfd_ecoff_debug_accumulate): Only merge files with
1920 the same number of aux entries.
1924 * som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for the
1925 difference of two symbols if the relocation size is 32 bits.
1926 (som_write_fixups): Handle R_DATA_EXPR.
1930 * coff-i386.c (coff_i386_reloc): Don't offset a common symbol by
1931 its value if COFF_WITH_PE is defined.
1935 * coff-stubgo32.c: New file.
1936 * go32stub.h: New file.
1937 * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h.
1938 * coffswap.h (coff_swap_filehdr_in): Invoke
1939 COFF_ADJUST_FILEHDR_IN_PRE and COFF_ADJUST_FILEHDR_IN_POST if they
1941 (coff_swap_filehdr_out): Invoke COFF_ADJUST_FILEHDR_OUT_PRE and
1942 COFF_ADJUST_FILEHDR_OUT_POST if they are defined.
1943 (coff_swap_aux_in): Invoke COFF_ADJUST_AUX_IN_PRE and
1944 COFF_ADJUST_AUX_IN_POST if they are defined.
1945 (coff_swap_aux_out): Invoke COFF_ADJUST_AUX_OUT_PRE and
1946 COFF_ADJUST_AUX_OUT_POST if they are defined.
1947 (coff_swap_scnhdr_in): Invoke COFF_ADJUST_SCNHDR_IN_PRE and
1948 COFF_ADJUST_SCNHDR_IN_POST if they are defined.
1949 (coff_swap_scnhdr_out): Invoke COFF_ADJUST_SCNHDR_OUT_PRE and
1950 COFF_ADJUST_SCNHDR_OUT_POST if they are defined.
1951 * targets.c (go32stubbedcoff_vec): Declare.
1952 (bfd_target_vector): Add go32stubbedcoff_vec.
1953 * configure.in (go32coff_vec): New target vector.
1954 (go32stubbedcoff_vec): Likewise.
1955 * config.bfd (i[3456]86-*-msdosdjgpp*): New target.
1956 (i[3456]86-*-go32*): Change to be like new msdosdjgpp*.
1957 * Makefile.in: Rebuild dependencies.
1958 (BFD32_BACKENDS): Add coff-stubgo32.o.
1959 (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c.
1960 (HFILES): Add go32stub.h.
1964 * configure.in: Check for fdopen.
1965 * configure, config.in: Rebuild.
1966 * opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or
1967 __GO32__. Reindent a bit.
1971 * sunos.c (sunos_create_dynamic_sections): Set SEC_LINKER_CREATED
1972 flag for newly created sections.
1973 (sunos_add_dynamic_symbols): Don't discard newly created sections
1974 if shared library is dynobj.
1978 * elf.c (map_sections_to_segments): When checking whether
1979 including a section in a segment would force us to skip a page,
1980 align the address of the next segment to avoid wraparound
1983 start-sanitize-tic80
1986 * coffcode.h (coff_write_object_contents): Initialize
1987 target id field to TIC80_TARGET_ID.
1988 * coffswap.h (coff_swap_filehdr_out): Swap out target id field
1990 (coff_swap_filehdr_in): Swap in target id field if used.
1995 * coff-i386.c (coff_i386_is_local_label_name): New static function
1996 if TARGET_UNDERSCORE.
1997 (coff_bfd_is_local_label_name): Define if TARGET_UNDERSCORE.
1998 (i386coff_vec): Add SEC_CODE and SEC_DATA to section_flags.
2002 * elf32-m68k.c (howto_table): Use complain_overflow_bitfield, not
2003 complain_overflow_signed, for 32 bit PC relative relocations.
2007 * elflink.h (elf_link_add_object_symbols): When a version
2008 indirection symbol is overridden, make the original symbol point
2009 at the real overriding symbol.
2011 * elf.c (bfd_elf_string_from_elf_section): Check for an invalid
2014 * elflink.h (elf_link_output_extsym): Use the right section for a
2016 * elf32-mips.c (mips_elf_link_output_symbol_hook): If a common
2017 symbol was in .scommon, mark it as SHN_MIPS_SCOMMON.
2021 * elflink.h (elf_merge_symbols): Resolve indirect and warning
2022 symbols before checking for new symbols.
2024 * elfcore.h (elf_corefile_note): Move out of HAVE_SYS_PROCFS_H.
2028 * coffgen.c (coff_object_p): Read the f_opthdr bytes from the
2029 file, not aoutsz bytes (they are different in XCOFF .o files).
2031 * xcofflink.c (xcoff_link_add_symbols): Permit symbols to be
2032 redefined by objects included from archives.
2036 * elflink.h (elf_merge_symbol): In the case of a new defined
2037 symbol overriding an old defined symbol, return the hash table
2038 entry which we modify, even if it is the target of an
2040 (elf_link_add_object_symbols): If the real name of the symbol gets
2041 overridden, convert the versioned symbol into an indirect symbol
2044 * elflink.h (elf_merge_symbol): New static function, broken out of
2045 elf_link_add_object_symbols.
2046 (elf_link_add_object_symbols): Call it.
2050 * coff-i386.c (i3coff_object_p): If COFF_IMAGE_WITH_PE, hack to
2051 handle case where COFF filehdr does not immediately follow PE
2053 * coffgen.c (coff_object_p): Remove useless seek to current
2058 * linker.c (link_action): Change COMMON_ROW/indr to from CREF to
2063 * cofflink.c (_bfd_coff_link_input_bfd): If stripping debugging
2064 symbols, skip N_ABS symbols with debugging storage classes.
2068 * elf32-ppc.c (ppc_elf_relocate_section): Don't emit R_PPC_REL*
2069 relocs in shared libraries which refer to local symbols. Cope
2070 with addend when processing a GOT relocation.
2072 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Only create symbols
2073 for sections that the linker didn't create.
2074 (ppc_elf_finish_dynamic_sections): Only try to write out a section
2075 symbol if it was created in ppc_elf_size_dynamic_sections.
2076 (ppc_elf_relocate_section): Complain if we have to generate a reloc
2077 relative to a section for which we didn't output a symbol.
2079 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Clean up. PLT
2080 relocs are 'rela' relocs, like everything else. .rela.plt is not
2081 a read-only section, so we don't have to special-case it.
2083 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Entries in the
2084 .rela.bss section are (of course) 'rela' relocs not 'rel' relocs.
2086 * elf32-ppc.c (ppc_elf_check_relocs): Initialise srelgot.
2087 (ppc_elf_relocate_section): @got offsets are 4 from start of the
2088 actual .got section.
2089 * elflink.c (_bfd_elf_create_got_section): The three reserved
2090 words start from the symbol '_GLOBAL_OFFSET_TABLE_'.
2092 * elf32-ppc.c (ppc_elf_size_dynamic_sections): '.rela' is 5
2095 * elf32-ppc.c (ppc_elf_check_relocs): Use
2096 _bfd_elf_create_got_section to create the GOT rather than
2097 ppc_elf_create_linker_section. Create the '.rela.got' section
2099 (ppc_elf_finish_dynamic_symbol): Set up GOT relocations when a
2100 symbol has a GOT entry.
2101 (ppc_elf_relocate_section): Record when a symbol is used through
2102 the GOT, and allocate space in the GOT for each such symbol.
2103 (ppc_elf_adjust_dynamic_symbol): Delete unused .got.plt stuff.
2104 (ppc_elf_create_linker_section): Delete unused LINKER_SECTION_GOT
2107 * elf32-ppc.c (ppc_elf_howto_raw): GOT16_HA relocs should be
2108 treated in a similar way to ADDR16_HA relocs.
2109 (ppc_elf_relocate_section): PLTREL24 relocs do not get copied into
2110 shared objects; the linker must deal with them.
2111 (ppc_elf_create_linker_section): Stop setting
2112 _GLOBAL_OFFSET_TABLE_ to the wrong value; delete unused
2113 LINKER_SECTION_PLT stuff.
2114 (ppc_elf_check_relocs): Delete unused LINKER_SECTION_PLT stuff.
2115 (ppc_elf_finish_dynamic_sections): Use BFD calls to get GOT
2116 section, not ELF-specific calls.
2117 (elf_backend_plt_not_loaded): Set to 1.
2118 (elf_backend_got_symbol_offset): Set to 4.
2119 * elf-bfd.h (elf_backend_data): Add 'plt_not_loaded' member
2120 for when ld.so fills in the PLT; and 'got_symbol_offset' member.
2121 * elflink.c (_bfd_elf_create_dynamic_sections): Apply
2122 plt_not_loaded member.
2123 (_bfd_elf_create_got_section): Apply got_symbol_offset.
2124 * elfxx-target.h (elf_backend_plt_not_loaded): Set default to
2126 (elf_backend_G_O_T_offset): Set default to 0.
2127 (elfNN_bed): Set added fields.
2129 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Was setting
2130 DT_RELENT in shared objects; should be DT_RELAENT.
2132 * elf32-ppc.c (ppc_elf_relocate_section): Propagate
2133 R_PPC_ADDR16_HA relocs to shared objects. Cope with case where
2134 such a reloc (in a non-shared object) refers to a symbol that's
2139 * elfcode.h (put_signed_word): Define.
2140 (get_signed_word): Define.
2141 (elf_swap_reloca_in): Use get_signed_word for the r_addend field.
2142 (elf_swap_reloca_out): Use put_signed_word for the r_addend
2144 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Use
2145 bfd_get_signed_32 to set the r_addend field.
2146 * elf64-mips.c (mips_elf64_swap_reloca_in): Use
2147 bfd_h_get_signed_64 to set the r_addend field.
2151 * elf32-i386.c (elf_i386_relocate_section): When generating a
2152 shared library, do the relocation if the input section is not
2153 allocated in memory.
2155 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Call
2156 elf_link_assign_sym_version before elf_adjust_dynamic_symbol.
2157 (elf_fix_symbol_flags): New static function, broken out of
2158 elf_adjust_dynamic_symbol.
2159 (elf_adjust_dynamic_symbol): Call elf_fix_symbol_flags.
2160 (elf_link_assign_sym_version): Likewise. Permit a symbol to be
2161 forced local even if NEEDS_PLT is set. When forcing a symbol to
2162 be local, clear NEEDS_PLT.
2163 (elf_link_output_extsym): Remove unused local bed.
2167 * elf32-mn10300.c (elf32_mn10300_link_hash_entry): New structure
2168 for derived elf linker hash table entries. References to
2169 elf_link_hash_entry changed appropriately.
2170 (elf32_mn10300_link_hash_table): New structure for derived elf
2172 (elf32_mn10300_hash_table): Define.
2173 (elf32_mn10300_link_hash_traverse): Likewise.
2174 (elf32_mn10300_link_hash_newfunc): New function.
2175 (elf32_mn10300_link_hash_table_create): Likewise.
2176 (elf32_mn10300_finish_hash_table_entry): Likewise.
2177 (mn10300_elf_relax_section): Handle "call" -> "calls", removal
2178 of prologue code, and call:32->call:16 relaxing.
2179 (compute_function_info: New function.
2180 (bfd_elf32_bfd_ilink_hash_table_create): Define.
2184 * elflink.h (elf_link_output_extsym): Call finish_dynamic_symbol
2185 for a symbol which is being forced to be local.
2186 * elf32-i386.c (elf_i386_relocate_section): Write out the
2187 relocation value for a GOT reloc for a symbol which is turning
2188 into a local symbol.
2189 (elf_i386_finish_dynamic_symbol): If a symbol is turning into a
2190 local symbol, write out a RELATIVE reloc rather than a GLOB_DAT
2192 * elf32-m68k.c, elf32-sparc.c: Corresponding changes.
2194 * elf32-i386.c (elf_i386_relocate_section): Get the relocation
2195 value if the symbol is turning into a local symbol.
2196 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2197 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2201 * elflink.h (elf_link_add_object_symbols): Also read verneed
2202 information by calling `_bfd_elf_slurp_version_tables'.
2203 (elf_link_add_object_symbols): For undefined symbols look for
2204 version information in the verneed records.
2205 (elf_link_add_object_symbols): Use soname of shared object
2206 for verneed record if it is available.
2210 * cpu-arm.c: Add prototypes for compatible and scan.
2211 * cofflink.c: Add prototype for mark_relocs.
2213 * archive.c (bfd_special_undocumented_glue): Change filename to
2214 const pointer. Add prototype.
2218 * elflink.h (elf_link_add_object_symbols): Ignore relocations of
2219 sections that will be discarded.
2223 * elflink.h (elf_link_find_version_dependencies): When searching
2224 for known version symbol skip non-matching verdef records, not
2229 * cofflink.c (_bfd_coff_generic_relocate_section): Write a long,
2230 not a bfd_vma, to the base file, to match how dlltool reads it.
2234 * reloc.c: Add thumb relocations.
2236 * bfd-in2.h: Add Thumb relocations.
2238 * libbfd.h: Add Thumb relocations.
2242 * cpu-m68k.c (arch_info_struct): Fix 68060 cpu name.
2246 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Set dynindx
2247 for a section even if it is not loaded.
2249 * cofflink.c (coff_link_add_symbols): If PE file, don't subtract
2251 (_bfd_coff_link_input_bfd): Separate section VMA handling for
2252 input and output files.
2253 (_bfd_coff_generic_relocate_section): Check whether input file,
2254 not output file, is a PE file.
2258 * coff-arm.c: (coff_arm_bfd_set_private_flags): Make static.
2262 * coff-i386.c (coff_i386_reloc): Don't just exit if we see an
2267 * cpu-arm.c (compatible): Add test for supersets of ARM
2272 * cofflink.c (_bfd_coff_final_link): Initialize global_to_static
2277 * coff-arm.c (coff_arm_bfd_set_private_flags): Make global. It is
2278 called directly by gas/config/tc-arm.c.
2282 * elf64-alpha.c (PLT_ENTRY_*): Use a new thread-safe format.
2283 (elf64_alpha_finish_dynamic_symbol): Fill it in properly.
2287 * coff-ppc.c (coff_ppc_relocate_section): If PE file, don't add
2292 * peicode.h (coff_bfd_print_private_bfd_data): #undef before #define.
2293 (coff_bfd_copy_private_bfd_data): Ditto.
2294 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Make static.
2295 (coff_arm_bfd_print_private_bfd_data): Ditto.
2296 (coff_arm_bfd_set_private_flags): Ditto.
2297 (coff_arm_bfd_copy_private_bfd_data): Ditto.
2301 * libcoff-in.h (struct coff_final_link_info): Add boolean
2302 global_to_static member for support of task linking.
2303 (_bfd_coff_write_task_globals): Add prototype.
2304 * libcoff.h: Regenerate.
2305 * coffcode.h (coff_write_object_contents): Use #ifdef to
2306 check RS6000COFF_C, to be consistent with all other uses
2308 * cofflink.c (_bfd_coff_final_link): If doing task linking,
2309 call _bfd_coff_write_task_globals.
2310 (_bfd_coff_link_input_bfd): If doing task linking, convert
2311 global functions to static.
2312 (_bfd_coff_write_global_sym): If doing task linking, convert
2313 global variables to static.
2314 (_bfd_coff_write_task_globals): New function.
2315 start-sanitize-tic80
2316 * coff-tic80.c (TIC80COFF): Define this instead of just TIC80.
2317 (C_AUTOARG): #undef since it clashes with C_UEXT.
2318 (C_LASTENT): #undef since it clashes with C_STATLAB.
2319 * coffcode.h (coff_write_object_contents): Use TIC80COFF
2321 (coff_slurp_symbol_table): Use C_SYSTEM. Hide C_AUTOARG use
2322 when TIC80COFF defined (clashes with C_UEXT). Explicitly
2323 recognize C_UEXT, C_STATLAB, and C_EXTLAB as unsupported.
2326 start-sanitize-tic80
2329 * coff-tic80.c (tic80_howto_table): Change overflow check for most
2330 PP relocations to complain_overflow_dont.
2334 * coff-tic80.c (tic80_howto_table): Add PP relocations. Change
2335 name of R_RELLONG to "RELLONG". Set rightshift and complain for
2337 (ppbase_reloc, glob15_reloc): New static functions.
2338 (glob16_reloc, local16_reloc): New static functions.
2339 (rtype2howto): Handle all relocation types.
2340 (coff_tic80_relocate_section): New static function.
2341 (coff_relocate_section): Define to coff_tic80_relocate_section.
2342 * Makefile.in (coff-tic80.o): Depends upon include/coff/tic80.h.
2347 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE or
2348 COFF_IMAGE_WITH_PE, don't subtract the section VMA from the symbol
2350 * coffgen.c (fixup_symbol_value): Add abfd parameter. Change all
2351 callers. If PE file, don't add section VMA.
2352 (coff_write_alien_symbol): If PE file, don't add section VMA.
2353 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
2354 (_bfd_coff_write_global_sym): Likewise.
2355 (_bfd_coff_generic_relocate_section): Likewise.
2357 * peicode.h: Add & 0xffffffff when using ImageBase in case bfd_vma
2362 * cofflink.c (mark_relocs): Add new function to mark symbols which
2363 are used by relocations.
2364 (_bfd_coff_link_input_bfd): Add call to mark_relocs() and code to
2365 suppress the skipping of symbols that have thus been marked.
2369 * coff-sh.c (sh_merge_private_data): New static function.
2370 (coff_bfd_merge_private_bfd_data): Define.
2372 start-sanitize-tic80
2375 * coff-tic80.c: Remove unnecessary #ifdefs.
2376 * config.bfd: Set targ_underscore to yes for tic80.
2380 * coff-tic80.c (NAMES_HAVE_UNDERSCORE): Define (fixes problem
2381 with unresolved external symbols in GDB).
2386 * elf-m10300.c (elf32_mn10300_relax_section): Read in all
2387 the symbols associated with each BFD.
2388 (mn10300_elf_relax_delete_bytes): Don't adjust the same symbol
2390 * elf-m10200.c: Likewise.
2391 * elf32-m32r.c: Likewise.
2392 * elf32-sh.c: Likewise.
2396 * elflink.h (elf_link_add_object_symbols): Don't decrease the
2397 alignment of a common symbol. If two symbols that look like
2398 common symbols are found in two shared libraries, and the size is
2399 different, use the larger size, and warn if --warn-common. If a
2400 common symbol overrides a definition in a shared library, set the
2401 size to the larger size, and warn if --warn-common.
2405 * cpu-arm.c (compatible): Allow default machine to be polymorphed
2406 into any other machine type.
2408 * coffcode.h (coff_set_flags): Initialise flags variable to 0.
2410 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): When merging
2411 data into an unitialised destination set its machine type as well.
2415 * elflink.h (elf_link_add_object_symbols): Force ELF symbol size
2416 to common symbol size. Consistently treat uninitialized symbols
2417 in shared objects as common symbols.
2421 * archures.c (constants): Added new constants to identify the
2422 type of the ARM architecture: bfd_mach_arm_2, bfd_mach_arm_2a,
2423 bfd_mach_arm_3, bfd_mach_arm_3M, bfd_mach_arm_4 and bfd_mach_arm_4T.
2425 * bfd-in2.h (constants): Added new constants to identify
2426 the type of the ARM architecture: bfd_mach_arm_2, bfd_mach_arm_2a,
2427 bfd_mach_arm_3, bfd_mach_arm_3M, bfd_mach_arm_4 and
2428 bfd_mach_arm_4T. This file is auto-magically generated from the
2429 archures.c file. This update is just to save work.
2431 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data,
2432 coff_arm_bfd_print_private_bfd_data,
2433 coff_arm_bfd_set_private_flags,
2434 coff_arm_bfd_copy_private_bfd_data): Added these new functions.
2435 (global): Macro redefinitions set up to use these new functions.
2437 * coffcode.h (coff_mkobject_hook): Added call to
2438 coff_arm_bfd_set_private_flags().
2439 (coff_set_arch_mach_hook): Added code to set machine type based on
2440 bits stored in internal flags.
2441 (coff_set_flags): Added code to set the new bits in the flags
2442 field based on the machine number.
2443 (function definition macros): Made all function definition macros
2444 conditional so that they can be overridden by target specific
2447 * cpu-arm.c (compatible): Added this function. (arch_info_struct):
2448 Structure extended to include new types, one each for ARMv2,
2449 ARMv2a, ARMv3, ARMv3M, ARMv4 and ARMv4T.
2451 * libcoff-in.h (struct coff_tdata): Added flags field.
2455 * config.bfd (i[3456]86-*-gnu*): Don't include Mach support.
2457 * config.bfd: Change #if 0 around uses of host_aout_vec to #if
2462 * coffgen.c (coff_find_nearest_line): If there are no syments,
2467 * config.bfd: cope with '*-*-linux-gnuaout' targets.
2471 * targmatch.sed: Add explicit \n characters to work around bug in
2472 HP/UX 10.20 sed program.
2476 * elf.c (copy_private_bfd_data): Cast csecs to avoid sign
2481 * Makefile.in (do_maintainer_clean): Don't remove bfd-in2.h.
2485 * elf32-m68k.c: Follow the last changes in elf32-i386.c:
2486 (struct elf_m68k_pcrel_relocs_copied, struct
2487 elf_m68k_link_hash_entry, struct elf_m68k_link_hash_table,
2488 elf_m68k_link_hash_traverse, elf_m68k_hash_table,
2489 elf_m68k_link_hash_newfunc, elf_m68k_link_hash_table_create,
2490 elf_m68k_discard_copies, bfd_elf32_bfd_link_hash_table_create):
2492 (elf_m68k_check_relocs): If linking with -Bsymbolic, don't copy
2493 PC relative relocs for a global symbol defined in a regular
2494 object, and count the number of PC relative relocs copied for any
2496 (elf_m68k_size_dynamic_sections): If linking with -Bsymbolic,
2497 traverse with elf_m68k_discard_copies.
2501 * elf32-i386.c (elf_i386_check_relocs): Only count PC relative
2504 * coffcode.h (coff_compute_section_file_positions): Force the
2505 potential last byte in the file to be written out when
2510 * configure.host (mips*-*-openbsd*): New host.
2514 * elflink.h (elf_link_add_object_symbols): Only subtract the
2515 section VMA from the symbol value if this is a fully linked file.
2517 * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
2518 (struct elf_i386_link_hash_entry): Define.
2519 (struct elf_i386_link_hash_table): Define.
2520 (elf_i386_link_hash_traverse): Define.
2521 (elf_i386_hash_table): Define.
2522 (elf_i386_link_hash_newfunc): New static function.
2523 (elf_i386_link_hash_table_create): New static function.
2524 (elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
2525 PC relative relocs for a global symbol defined in a regular
2526 object, and count the number of PC relative relocs copied for any
2528 (elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
2529 traverse with elf_i386_discard_copies.
2530 (elf_i386_discard_copies): New static function.
2531 (bfd_elf32_bfd_link_hash_table_create): Define.
2534 * aoutf1.h (MY_entry_is_text_address): Define if not defined.
2535 (sunos4_aout_backend): Use MY_entry_is_text_address.
2540 * elf32-d30v.c (elf_d30v_howto_table): Changed size of
2541 R_D30V_32_NORMAL to 2 (4 bytes).
2547 * netbsd.h (N_SHARED_LIB): Define.
2548 (SEGMENT_SIZE): Don't define.
2549 * m68knetbsd.c (SEGMENT_SIZE): Don't define (revert change of
2551 * sparcnetbsd.c (TARGET_PAGE_SIZE): Define as 0x2000.
2552 (SEGMENT_SIZE): Don't define.
2554 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Set .rela.bss size
2555 to sizeof Rela structure, not sizeof Rel structure. From Gary
2560 * aout-target.h (MY(callback)): If entry_is_text_address, adjust
2561 whenever entry is larger than text address, but only by whole
2564 * Makefile.in (install): Depend upon installdirs. Use
2565 mkinstalldirs to build $(oldincludedir).
2566 (installdirs): New target.
2568 * elflink.h (elf_link_add_object_symbols): Don't call check_relocs
2569 if this is a debugging section which we are stripping.
2573 * elf64-alpha.c (elf64_alpha_object_p): Allocate the
2574 alpha-specific target data struct.
2579 * Makefile.in: Always use $(SHELL) when running move-if-change.
2580 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
2581 * configure: Rebuild.
2585 * elfcode.h (elf_slurp_symbol_table): Only subtract the section
2586 VMA if this is an executable file or a shared object.
2588 * targets.c (netbsd_core_vec): Declare. From Gordon W. Ross
2591 * libaout.h (struct aout_backend_data): Add entry_is_text_address
2593 * aout-target.h (SEGMENT_SIZE): Define to TARGET_PAGE_SIZE at the
2594 start of the file. Remove uses later on which switch using
2596 (MY(callback)): Handle entry_is_text_address.
2597 (MY_entry_is_text_address): Define if not defined.
2598 (MY(backend_data)): Initialize new field.
2599 * aoutf1.h (sunos4_aout_backend): Likewise.
2600 * i386aout.c (MY(backend_data)): Likewise.
2601 * i386mach3.c (MY(backend_data)): Likewise.
2602 * mipsbsd.c (MY(backend_data)): Likewise.
2603 * sparclynx.c (sparclynx_aout_backend): Likewise.
2604 * netbsd.h (SEGMENT_SIZE): Define if not defined.
2605 (MY_entry_is_text_address): Define.
2606 * m68knetbsd.c (SEGMENT_SIZE): Define as 0x20000.
2608 * xcofflink.c (bfd_xcoff_import_symbol): Handle importing a symbol
2609 whose name starts with `.'.
2613 * config.bfd: (i[3456]86-*-openbsd*, m68*-*-openbsd*,
2614 mips*el*-*-openbsd*, mips*-*-openbsd*, ns32k-*-openbsd*,
2615 powerpc-*-*bsd*, sparc-*-openbsd*): New targets.
2616 * configure.in (i[3456]86-*-openbsd*, mips*-*-openbsd*,
2617 m68*-*-openbsd*, ns32k-*-openbsd*, powerpc-*-*bsd*,
2618 sparc-*-openbsd*): New targets.
2619 * configure: Rebuild.
2623 * stabs.c (struct stab_section_info): New field
2625 (_bfd_link_section_stabs): Fill the above array.
2626 (_bfd_stab_section_offset): Use `cumulative_skips' to
2627 speed up offset calculation.
2631 * elf-mn10300.c (mn10300_elf_relax_section): Don't forget the
2632 addend for non pc-relative relocations.
2634 * elf-m10300.c (bfd_elf32_mn10300_reloc): Remove prototype
2635 for non-existent function.
2637 * elf-m10300.c (mn10300_elf_relax_section): New function.
2638 (mn10300_elf_relax_delete_bytes): Likewise.
2639 (mn10300_elf_symbol_address_p): Likewise.
2640 (mn10300_elf_get_relocated_section_contents): Likewise.
2641 (bfd_elf32_bfd_relax_section): Define.
2642 (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
2646 * configure.host: Set SHLIB_LIBS.
2647 * configure.in: Substitute SHLIB_LIBS.
2648 * configure: Rebuild.
2649 * Makefile.in (SHLIB_LIBS): New variable.
2650 ($(SHLIB)): Use $(SHLIB_LIBS).
2654 * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
2655 with bfd_section_vma.
2659 * configure.in: Update file names for bfd_elf32_mn10[23]00_vec.
2660 Correct CPU file names for mn10[23]00.
2661 * configure: Rebuild.
2663 * bfd.c (bfd_record_phdr): Cast count to size_t before
2666 * coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
2667 * coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
2668 (xcoff_write_archive_contents): LIkewise.
2669 * elf32-mips.c (_bfd_mips_elf_set_section_contents): Likewise.
2670 (mips_elf_create_procedure_table): Likewise.
2671 * peicode.h (pe_print_idata): Likewise.
2672 (pe_print_edata, pe_print_pdata, pe_print_reloc): Likewise.
2673 * xcofflink.c (xcoff_get_section_contents): Likewise.
2674 (_bfd_xcoff_canonicalize_dynamic_symtab): Likewise.
2675 (xcoff_link_add_symbols): Likewise.
2676 (xcoff_link_add_symbols): Likewise.
2678 * ppcboot.c (ppcboot_set_arch_mach): Make static.
2679 (ppcboot_bfd_print_private_bfd_data): Likewise.
2681 * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
2682 to complain_overflow_signed.
2686 * VERSION: Set to 2.8.1.
2688 * Branched binutils 2.8.
2690 * elf32-ppc.c (ppc_elf_check_relocs): Don't check SEC_ALLOC when
2691 deciding whether to copy a reloc into a shared object.
2692 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE
2693 relocs in unallocated sections.
2694 * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
2695 R_SPARC_RELATIVE relocs in unallocated sections.
2699 * elf32-ppc.c (ppc_elf_check_relocs): Undo March 26 change and
2700 always create got section so that the _GLOBAL_OFFSET_TABLE_ label
2705 * elflink.h (elf_link_add_object_symbols): Let a common symbol
2706 override an uninitialized symbol from a shared library with a
2709 * elf-m10200.c: Rename from elf32-mn10200.c.
2710 * elf-m10300.c: Rename from elf32-mn10300.c.
2711 * cpu-m10200.c: Rename from cpu-mn10200.c
2712 * cpu-m10300.c: Rename from cpu-mn10300.c
2713 * Makefile.in: Update accordingly.
2715 * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
2716 (elf_mips_isa): Move to earlier in file.
2717 (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
2718 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
2721 * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
2726 * configure.com: New file.
2727 * config.h-vms: Remove file.
2728 * makefile.vms: Update for new configure scheme.
2732 * libcoff-in.h (ppc_allocate_toc_section): Declare.
2733 (ppc_process_before_allocation): Declare.
2734 * libcoff.h: Rebuild.
2736 * coffcode.h (coff_mkobject_hook): Declare if not a macro.
2740 * config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.
2744 * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
2745 symbol index for a R_IHCONST reloc.
2749 * targmatch.sed: Do not use \(\) recursively.
2753 * m68klinux.c (MACHTYPE_OK): Define.
2754 * i386linux.c (MACHTYPE_OK): Define.
2760 * sparclinux.c: New file.
2761 * bfd-in.h (bfd_sparclinux_size_dynamic_sections): Declare.
2762 * bfd-in2.h: Rebuild.
2763 * config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
2764 * configure.in (sparclinux_vec): Add to list of vectors.
2765 * configure: Rebuild.
2766 * targets.c (sparclinux_vec): Declare.
2767 (bfd_target_vector): Add sparclinux_vec.
2768 * Makefile.in: Rebuild dependencies.
2769 (BFD32_BACKENDS): Add sparclinux.o.
2770 (BFD32_BACKENDS_CFILES): Add sparclinux.c.
2772 * coff-mips.c (mips_ecoff_backend_data): Initialize new
2773 bfd_coff_backend_data field.
2774 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
2776 * config.bfd: Add bfd_elf64_{big,little}mips_vec to targ_selvecs
2777 for mips*el*-*-linux* and mips*-*-linux*. From H.J. Lu
2780 * bfd.c: Include "libiberty.h".
2781 (strerror): Don't declare.
2782 (bfd_errmsg): Call xstrerror rather than strerror.
2786 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
2787 reloc even if the symbol is in the .bss section.
2788 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
2789 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
2790 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
2792 * coffcode.h (bfd_coff_backend_data): Add new field
2793 _bfd_coff_default_section_alignment_power.
2794 (bfd_coff_default_section_alignment_power): Define.
2795 (bfd_coff_std_swap_table): Initialize new field.
2796 * libcoff.h: Rebuild.
2797 * cofflink.c (coff_link_add_symbols): Limit alignment of a common
2798 symbol to the default section alignment.
2800 * COPYING: Update FSF address.
2805 * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
2806 21-bit absolute that made it act as a relative.
2811 * elflink.c (_bfd_elf_create_linker_section): Don't set
2812 bss_section and rel_section from existing sections.
2814 * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
2819 * aoutx.h (some_aout_object_p): Change executable test to fix
2820 problems with embedded a.out systems.
2824 * stabs.c (_bfd_stab_section_offset): New function.
2825 * libbfd-in.h (_bfd_stab_section_offset): Declare.
2826 * libbfd.h: Rebuild.
2827 * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
2829 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2830 * elf32-mips.c (mips_elf_relocate_section): Likewise.
2831 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2832 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2833 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2835 * stabs.c (_bfd_link_section_stabs): Copy over the first header
2836 symbol. Check for memory allocation failure of *psinfo.
2837 (_bfd_write_section_stabs): Add psinfo parameter. Change all
2838 callers. Set the value of the header symbol.
2839 * libbfd-in.h (_bfd_write_section_stabs): Update declaration.
2840 * libbfd.h: Rebuild.
2842 start-sanitize-tic80
2845 * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
2846 (rtype2howto): Handle R_ABS reloc type. Also abort on unhandled
2847 reloc types, rather than silently failing to generate an output file.
2852 * targmatch.sed: Use the hold space to put the #ifdef around the
2853 the string constant.
2854 * targets.c (UNSUPPORTED_TARGET): Don't define.
2855 (find_target): Don't check for UNSUPPORTED_TARGET.
2856 (bfd_set_default_target): Don't try to optimize by checking for
2859 * Makefile.in: Rebuild dependencies.
2860 (ALL_MACHINES_CFILES): Add cpu-m32r.c.
2861 (BFD32_BACKENDS_CFILES): Add elf32-m32r.c.
2862 (elf32-m32r.o): Remove explicit target.
2864 * config.bfd: Don't set targ_underscore for i[3456]86-*-gnu* or
2867 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Don't
2868 count section symbols for sections that were created by the
2869 linker, or are not allocatable or not loadable.
2870 (elf32_sparc_finish_dynamic_sections): Output output section
2871 symbols for section for which we made space for them.
2875 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): If there is
2876 no .rela.plt section, don't output a DT_PLTGOT dynamic entry.
2880 * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
2881 (m32r_hi16_list): New static local.
2882 (m32r_elf_hi16_reloc): Don't perform reloc, just queue it up.
2883 (m32r_elf_do_hi16_reloc): Delete.
2884 (m32r_elf_relocate_hi16): New function.
2885 (m32r_elf_lo16_reloc): New function.
2886 (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding
2891 * elf32-m32r.c (m32r_elf_create_linker_section): Delete.
2892 (m32r_elf_add_symbol_hook): Rewrite _SDA_BASE_ support.
2893 (m32r_elf_final_sda_base): New function.
2894 (m32r_elf_relocate_section): Rewrite sdata support.
2895 (m32r_elf_finish_dynamic_sections): Delete.
2900 * coff-svm68k.c: New file. Just defines some macros and includes
2902 * coff-m68k.c: Add functions to handle common addends, moved in
2903 from cf-m68klynx.c. Control them using COFF_COMMON_ADDEND macro.
2904 Control whether relocs are visible using STATIC_RELOCS.
2905 * cf-m68klynx.c: Simplify greatly: just define macros to control
2907 * coff-aux.c: Likewise. Just leave add_one_symbol routine.
2908 * targets. (m68ksysvcoff_vec): Declare.
2909 (bfd_target_vector): Add m68ksysvcoff_vec.
2910 * config.bfd (m68*-motorola-sysv*): New target.
2911 * configure.in (m68ksysvcoff_vec): New vector.
2912 * configure: Rebuild.
2913 * Makefile.in: Rebuild dependencies.
2914 (BFD32_BACKENDS): Add coff-svm68k.o.
2915 (BFD32_BACKENDS_CFILES): Add coff-svm68k.c.
2917 * binary.c (binary_set_section_contents): Don't get misled if the
2918 first section is not loadable. From Matthew L. Martin
2921 * elflink.h (elf_bfd_final_link): Set the value of a section
2922 symbol to the section address unless doing a relocateable link.
2926 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't create
2927 .plt entry if we've taken the function's address.
2928 (elf64_alpha_merge_gots): Merge collected flags info as well.
2932 * Many files: Add function prototypes.
2933 * cpu-m68k.c (bfd_default_scan_num_mach): Don't declare.
2934 * ecofflink.c: Include "libcoff.h" and "libecoff.h".
2935 * elf32-ppc.c (ppc_elf_fake_sections): Make static.
2936 * opncls.c (bfd_openstreamr): Change stream parameter to PTR.
2937 * peicode.h: Change several void * parameters to PTR.
2938 * srec.c (srec_get_symbol_info): Make static.
2939 * syms.c (bfd_symbol_is_absolute): Remove.
2940 * Makefile.in: Rebuild dependencies.
2944 * elf32-m32r.c (m32r_elf_is_local_label_name): Remove.
2945 (bfd_elf32_bfd_is_local_label): Don't define.
2947 * xcofflink.c (_bfd_xcoff_bfd_final_link): Call bfd_malloc rather
2952 * bfd-in.h: Don't include obstack.h.
2953 (struct bfd_hash_table): Change memory field to PTR.
2954 * bfd.c (struct _bfd): Change memory field to PTR.
2955 * bfd-in2.h: Rebuild.
2956 * libbfd-in.h (bfd_release): Declare as function, don't define as
2958 * libbfd.h: Rebuild.
2959 * opncls.c: Include "objalloc.h" rather than "obstack.h". Use
2960 objalloc routines rather than obstack routines.
2961 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
2962 (getpagesize): Don't define.
2963 (_bfd_new_bfd): Don't set _bfd_chunksize.
2964 (bfd_openr): Free new bfd and objalloc on failure.
2965 (bfd_fdopenr, bfd_openstreamr, bfd_openw): Likewise.
2966 (bfd_alloc_size): Remove.
2967 (bfd_release): New function.
2968 * hash.c: Include "objalloc.h" rather than "obstack.h". Use
2969 objalloc routines rather than obstack routines.
2970 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
2971 * ecofflink.c: Include "objalloc.h" rather than "obstack.h". Use
2972 objalloc routines rather than obstack routines.
2973 (obstack_chunk_alloc, obstack_chunk_free): Don't define.
2974 (struct accumulate): Change memory to struct objalloc *.
2975 * liboasys.h (oasys_data_type): Remove oasys_obstack field.
2976 * dep-in.sed: Don't remove obstack.h from dependency list.
2977 * Makefile.in: Rebuild dependencies.
2978 (BFD_H_DEPS): Remove obstack.h.
2979 (install): Don't install obstack.h.
2980 * Many files: Don't include "obstack.h".
2983 * opncls.c (bfd_alloc_grow, bfd_alloc_finish): Remove.
2984 * libbfd-in.h (bfd_alloc_grow, bfd_alloc_finish): Don't declare.
2985 * libbfd.h: Rebuild.
2986 * ieee.c (ieee_archive_p): Rewrite to not use bfd_alloc_grow.
2987 * sunos.c (sunos_add_dynamic_symbols): Likewise.
2988 * srec.c (srec_scan): Rewrite to not use obstack_1grow.
2990 * opncls.c (bfd_alloc): Rename from bfd_alloc_by_size_t. Remove
2991 old version of bfd_alloc.
2992 * libbfd-in.h (bfd_alloc_by_size_t): Don't declare.
2993 * libbfd.h: Rebuild.
2994 * Several files: Call bfd_alloc rather than bfd_alloc_by_size_t.
2998 * elf32-mips.c (mips_elf_is_local_label_name): Accept the generic
2999 ELF local label syntax as well.
3003 * config.bfd (powerpc-*-beos*): New target.
3004 * configure.in (powerpc-*-beos*): Add case that explicitly
3005 does not set COREFILE for now. A future BeOS version is
3006 expected to support core files.
3007 * configure: Regenerate with autoconf.
3011 * elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 is
3012 seen with a local symbol, rather than crashing.
3014 * elfcode.h (elf_slurp_symbol_table): Don't try to read the
3015 version symbols if there aren't any.
3017 start-sanitize-tic80
3020 * coff-tic80.c (coff_rtype_to_howto): Define
3021 (coff_tic80_rtype_to_howto): Clone generic coff version and
3022 add code to handle the funky TI "internal relocations".
3027 * elflink.h (elf_link_add_object_symbols): Don't warn about type
3028 or size changes because of a weak symbol.
3030 * cisco-core.c (SIGEMT): Define if not defined.
3034 * elflink.h (elf_link_add_object_symbols): Use extsymoff when
3035 setting ever. Sanity check the version number. Sort out copying
3036 flags and other information when adding an indirect symbol.
3037 (NAME(bfd_elf,size_dynamic_sections)): Preserve any dynamic
3038 symbols added by the backend. Clear the entire contents of the
3040 (elf_export_symbol): Ignore indirect symbols.
3041 (elf_link_output_extsym): Accept a section without an owner in an
3043 * elfcode.h (elf_slurp_symbol_table): Add a sanity check on the
3044 version count. Correct the allocation of x_versymp.
3046 * elf32-mips.c (mips_elf_add_symbol_hook): Don't set the owner of
3047 the magic sections used for SHN_MIPS_TEXT and SHN_MIPS_DATA.
3048 Don't return bfd_und_section_ptr when info->shared.
3049 (mips_elf_final_link): Set the alignment of .rtproc to 4, not 12.
3050 (mips_elf_create_dynamic_sections): Correct type: ^= for &=.
3051 (mips_elf_check_relocs): Resolve an indirect symbol in
3053 (mips_elf_finish_dynamic_symbol): Don't change SHN_ABS into
3054 SHN_MIPS_TEXT or SHN_MIPS_DATA.
3056 * elf.c (bfd_elf_print_symbol): Tweak version output slightly.
3061 * elf-bfd.h (ELF_LINK_FORCED_LOCAL): Define.
3062 * elf.c (bfd_elf_print_symbol): Correct errors in last change.
3063 * elflink.h (elf_link_add_object_symbols): Handle cases in which a
3064 versioned symbol appears in both a regular and a shared object.
3065 (elf_link_assign_sym_version): Set ELF_LINK_FORCED_LOCAL when
3066 appropriate. Improve error message.
3067 (struct elf_outext_info): Rename from elf_finfo_failed. Change
3068 all uses. Add localsyms field.
3069 (elf_bfd_final_link): When generating a shared library, call
3070 elf_link_output_extsym to output all local symbols.
3071 (elf_link_output_extsym): Handle symbols which were forced to
3077 * elf-bfd.h (elf_symbol_type): Add version field.
3078 * elfcode.h (elf_slurp_symbol_table): Set version field.
3079 * elflink.h (elf_link_add_object_symbols): When creating an
3080 indirect symbol for a default version symbol, set DEF_DYNAMIC if
3081 appropriate. Set up an indirection from the nondefault version of
3083 (NAME(bfd_elf,size_dynamic_sections)): Call
3084 elf_link_assign_sym_version before checking whether there are any
3085 versions. Always record the version name as a dynamic symbol.
3086 Initialize counters.
3087 (elf_link_assign_sym_version): After finding a version, see if a
3088 symbol should be forced to local scope. Create a new version
3089 definition if appropriate.
3090 (elf_link_output_extsym): Correct indirect symbol handling.
3091 * elf.c (bfd_elf_print_symbol): Print version information.
3092 (bfd_section_from_shdr): Turn version sections into BFD sections.
3093 (elf_fake_sections): Only copy cverdefs and cverrefs into sh_info
3094 if sh_info is not already set.
3095 (_bfd_elf_copy_private_section_data): Copy sh_info for version
3097 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Tell
3098 _bfd_stringtab_add to copy the name into permanent memory if
3103 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Fully parenthesize.
3107 * coffcode.h (bfd_coff_backend_data): Change
3108 _bfd_coff_compute_section_file_positions to return a boolean
3109 value. Change all callers.
3110 (coff_compute_section_file_positions): Change return type to
3111 boolean. If the size of the last section changed, then output a
3112 zero byte at the end of the file.
3113 * libcoff.h: Rebuild.
3115 * xcofflink.c (_bfd_xcoff_bfd_final_link): Always allocate space
3116 for at least 6 output symbols.
3117 (xcoff_write_global_symbol): When emitting TOC entry relocs, also
3118 emit a TC csect to represent the space they take up. For an XO
3119 symbol, just emit a reference, not a csect.
3121 * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
3122 Solaris doesn't like the combined options, and the -f is
3124 (stamp-tshlink, install): Likewise.
3126 * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
3127 handling when little endian.
3131 * elf32-mn10300.c (mn10300_elf_final_link_relocate): New function.
3132 (mn10300_elf_relocate_section): Likewise.
3133 (elf_backend_relocate_section): Define.
3135 * elf32-mn10300.c (reloc_type): Remove PCREL{8,16,32}_{1,2}BYTE
3136 relocs. Replace them with generic PCREL_{8,16,32} relocs.
3137 (elf32_mn10300_howto_table): Likewise.
3138 (elf32_mn10300_reloc_map): Likewise.
3139 (bfd_elf32_mn10300_reloc): Delete unused function.
3143 start-sanitize-tic80
3144 * coff-tic80.c (rtype2howto): If passed a relocation type we don't
3145 understand, just set the howto field to NULL, and the caller will
3146 print an appropriate error message.
3148 * coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and
3149 code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif
3150 block. Use NULL for initializations of "ptr" rather than bare 0.
3151 * coff-h8300.c: Fix typo in comment.
3152 * coff-h8500.c: Ditto.
3154 * coff-z8k.c: Ditto.
3158 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
3159 (m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
3160 m32r_elf_get_relocated_section_contents): First pass at relax support.
3164 * elflink.h (elf_link_add_object_symbols): Use correct sh_size
3165 entry for reading verdef records.
3166 Use correct braces for computing increments of extverdaux and
3167 exteverdef record pointers.
3169 start-sanitize-tic80
3172 * coff-tic80.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set this to 2
3178 * elflink.h (elf_link_find_version_dependencies): Check that
3179 DEF_REGULAR is not set as well as checking that DEF_DYNAMIC is
3182 start-sanitize-tic80
3185 * coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
3190 * targets.c (bfd_default_vector): Make non-const.
3191 (find_target): New static function, broken out of
3193 (bfd_set_default_target): New function.
3194 (bfd_find_target): Call find_target. When defaulting, use
3195 bfd_default_vector[0] if it is not NULL.
3196 * libbfd-in.h (bfd_default_vector): Adjust declaration.
3197 * bfd-in2.h, libbfd.h: Rebuild.
3199 * syms.c (bfd_is_local_label): Return false if the symbol has no
3201 * coff-i960.c (coff_i960_is_local_label_name): New function.
3202 (coff_bfd_is_local_label_name): Define.
3203 * coff-m68k.c (m68k_coff_is_local_label_name): New function.
3204 (coff_bfd_is_local_label_name): Define.
3205 * coff-rs6000.c (xcoff_is_local_label_name): New function.
3206 (coff_bfd_is_local_label_name): Define.
3207 * elf.c (_bfd_elf_is_local_label_name): Treat symbols beginning
3208 with .. or _.L_ as local.
3209 * elf32-i386.c (elf_i386_is_local_label_name): New function.
3210 (bfd_elf32_bfd_is_local_label_name): Define.
3211 * evax-alpha.c (evax_bfd_is_local_label_name): Treat symbols
3212 beginning with $ as local.
3216 * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name
3217 rather than comparing against info->lprefix.
3218 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
3219 * elflink.h (elf_link_input_bfd): Likewise.
3220 * linker.c (_bfd_generic_link_output_symbols): Likewise.
3221 * xcofflink.c (xcoff_link_input_bfd): Likewise.
3223 * elfxx-target.h (bfd_elfNN_bfd_is_local_label_name): Define as
3224 _bfd_elf_is_local_label_name if not already defined.
3225 * elf.c (_bfd_elf_is_local_label_name): New function.
3226 * elf-bfd.h (_bfd_elf_is_local_label_name): Declare.
3228 * coff-m88k.c (coff_bfd_is_local_label_name): Define.
3229 (m88k_is_local_label_name): New static function.
3231 * coffcode.h (coff_bfd_is_local_label_name): Define as
3232 _bfd_coff_is_local_label_name if not already defined.
3233 * coffgen.c (_bfd_coff_is_local_label_name): New function.
3234 * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
3235 * libcoff.h: Rebuild.
3237 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Change _bfd_is_local_label
3238 to _bfd_is_local_label_name.
3239 (bfd_target): Likewise.
3240 * syms.c (bfd_is_local_label): Define as function, not macro.
3241 (bfd_is_local_name): Define.
3242 * libbfd.c (bfd_generic_is_local_label_name): Rename from
3243 bfd_generic_is_local_label, and take a string rather than a
3245 * libbfd-in.h (_bfd_nosymbols_bfd_is_local_label): Don't define.
3246 (_bfd_nosymbols_bfd_is_local_label_name): Define.
3247 (bfd_generic_is_local_label): Don't declare.
3248 (bfd_generic_is_local_label_name): Declare.
3249 * bfd-in2.h, libbfd.h: Rebuild.
3250 * All backends: Change local_label to local_label_name.
3252 * elf32-mips.c (struct mips_got_info): Add assigned_gotno field.
3253 (mips_elf_relocate_got_local): Change return type to boolean.
3254 Don't assume that the first zero entry is unassigned; instead, use
3256 (mips_elf_relocate_section): Check return value of
3257 mips_elf_relocate_got_local.
3258 (mips_elf_create_got_section): Initialize assigned_gotno field.
3263 * elf32-d30v.c (bfd_elf_d30v_reloc): Add code to do 32-bit
3269 * elflink.h (elf_link_input_bfd): Don't skip symbols from sections
3270 that have no contents merely because linker_mark is not set.
3274 * config.bfd (mips*-*-lnews*): New target.
3275 * coff-mips.c (mips_relocate_section): Make assert compare
3276 content byteorder instead of header byteorder.
3277 (ecoff_biglittle_vec): New BFD, big-endian headers, little-endian
3279 * targets.c (bfd_target_vector): Add ecoff_biglittle_vec.
3280 * configure.in (ecoff_biglittle_vec): Add case.
3281 * configure: Update.
3285 * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
3286 name begins with ".note".
3287 (map_sections_to_segments): Add a PT_NOTE segment for any loadable
3288 section whose name begins with ".note".
3289 (get_program_header_size): Corresponding change.
3291 * elf32-mips.c (mips_elf_relocate_section): Check for misaligned
3292 jal and for jal overflow.
3297 * elflink.h (elf_link_add_archive_symbols): If a default symbol is
3298 not found, try looking it up again without the version name.
3299 (elf_link_add_object_symbols): Always link against the dynamic
3300 symbol table of a dynamic object. When linking against a dynamic
3301 object, include version strings in symbol names, and set up
3302 version information. Add indirect symbols for default versions.
3303 (elf_link_create_dynamic_sections): Add special version sections.
3304 (struct elf_assign_sym_version_info): Define.
3305 (struct elf_find_verdep_info): Define.
3306 (NAME(bfd_elf,size_dynamic_sections)): Add verdefs parameter. Set
3307 up version sections.
3308 (elf_adjust_dynamic_symbol): Ignore indirect symbols.
3309 (elf_link_find_version_dependencies): New static function.
3310 (elf_link_assign_sym_version): New static function.
3311 (elf_link_renumber_dynsyms): New static function.
3312 (struct elf_final_link_info): Add symver_sec field.
3313 (elf_bfd_final_link): Initialize finfo.symver_sec. Don't count
3314 local symbols of a dynamic object. Handle DT_VER* constants.
3315 (elf_link_output_extsym): Simplify BFD_ASSERT checking for a
3316 dynamic object. Skip indirect symbols from ELF objects. Remove
3317 the version name before choosing a hash bucket. Write out the
3318 version information if appropriate.
3319 (elf_link_input_bfd): Check for DYNAMIC, not ET_DYN.
3320 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
3321 (bfd_elf64_size_dynamic_sections): Likewise.
3322 * bfd-in2.h: Rebuild.
3323 * elf-bfd.h (struct elf_link_hash_entry): Add verinfo field.
3324 Change elf_link_hash_flags to unsigned short.
3325 (ELF_LINK_HIDDEN): Define.
3326 (struct elf_obj_tdata): Add fields dynversym_hdr, dynverref_hdr,
3327 dynverdef_hdr, dynversym_section, dynverdef_section,
3328 dynverref_section, cverdefs, cverrefs, verdef, verref.
3329 (elf_dynversym, elf_dynverdef, elf_dynverref): Define.
3330 (_bfd_elf_swap_verdef_in, _bfd_elf_swap_verdef_out): Declare.
3331 (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Declare.
3332 (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Declare.
3333 (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Declare.
3334 (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Declare.
3335 (_bfd_elf_slurp_version_tables): Declare.
3336 * elf.c (_bfd_elf_swap_verdef_in): New function.
3337 (_bfd_elf_swap_verdef_out): Likewise.
3338 (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Likewise.
3339 (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Likewise.
3340 (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Likewise.
3341 (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Likewise.
3342 (_bfd_elf_print_private_bfd_data): Add DT_VER* constants. Print
3343 version information if there is any.
3344 (_bfd_elf_link_hash_newfunc): Initialize verinfo field.
3345 (bfd_section_from_shdr): Handle SHT_GNU_ver* section types.
3346 (elf_fake_sections): Handle .gnu.version* section names.
3347 (assign_section_numbers): Handle SHT_GNU_ver* section types.
3348 (_bfd_elf_slurp_version_tables): New function.
3349 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't include
3350 version name in string entered in dynamic hash table.
3351 * elfcode.h: Include fnmatch.h.
3352 * elf32-i386.c (elf_i386_relocate_section): Handle a dynamic
3353 symbol which was forced to become local.
3354 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3355 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3356 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3357 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
3361 * elf32-mn10200.c (mn10200_elf_final_link_relocate): Simplify
3363 (mn10200_elf_relax_section): Correctly compute a symbol's value
3364 when the symbol is local, but not in the same section as we are
3365 relaxing. Implement abs24 -> abs16, imm24 -> imm16 and d24 -> d16
3370 * elf32-m32r.c: Rewrite to use ELF backend linker.
3371 Store lower 16 bits of addend in R_M32R_HI16_[SU]LO insns.
3372 Add small data area support (R_M32R_SDA16).
3373 * reloc.c: Document BFD_RELOC_M32R_SDA16.
3374 * bfd-in2.h,libbfd.h: Regenerated.
3378 * elf32-mn10200.c (mn10200_elf_relax_section): New function.
3379 (mn10200_elf_relax_delete_bytes): Likewise.
3380 (mn10200_elf_symbol_address_p): Likewise.
3381 (mn10200_elf_get_relocated_section_contents): Likewise.
3382 (bfd_elf32_bfd_relax_section): Define.
3383 (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
3385 * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
3386 (mn10200_elf_relocate_section): Likewise.
3387 (elf_backend_relocate_section): Define.
3392 * Makefile.in, archures.c, config.bfd, configure.in, elf.c,
3393 reloc.c, targets.c: New target, elf-*-D30V.
3395 * bfd-in2.h, configure, libbfd.h: Rebuilt.
3397 * cpu-d30v.c, elf32-d30v.c: New files.
3402 * reloc.c (struct reloc_howto_struct): Fix typo in comment.
3403 * bfd-in2.h: Regenerated.
3404 start-sanitize-tic80
3405 * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
3406 (rtype2howto): Add function.
3407 (tic80_howto_table): Add.
3412 * sysdep.h: Don't define errno in MSVC if error.h is included.
3416 * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx
3417 is initialized before it is used.
3421 * hp300hpux.c (convert_sym_type): Don't convert a secondary common
3422 symbol into a weak undefined symbol; leave it as a common symbol.
3426 * elflink.h (elf_link_add_object_symbols): Don't issue a warning
3427 about a symbol defined in a dynamic object if it has already been
3428 defined in a regular object.
3432 * makefile.vms: Add gcc flags to allow compiling with current gcc
3434 (targmatch.h): New dependency.
3436 * reloc.c (BFD_RELOC_ALPHA_CODEADDR): New relocation for
3438 * evax.h (ALPHA_R_CODEADDR): New relocation.
3439 * evax-alpha.c (ALPHA_R_CODEADDR): 64 bit procedure relocation for
3441 * evax-etir.c (ALPHA_R_CODEADDR): Output object code for this
3443 * bfd-in2.h, libbfd.h: Rebuild.
3445 Restrict symbol length to 64 bytes, case preserving:
3446 * evax-emh.c (_bfd_evax_write_emh): Remove case hacking.
3447 * evax-misc.c (_bfd_evax_case_hack_symbol): Remove.
3448 (_bfd_evax_length_hash_symbol): Added.
3449 * evax-etir.c (_bfd_evax_write_etir): Call
3450 _bfd_evax_length_hash_symbol before output of symbol.
3451 * evax-egsd.c (_bfd_evax_write_egsd): Likewise.
3452 * evax.h (flag_hash_long_names, flag_show_after_trunc): Remove.
3454 * evax-emh.c: Output filename to object file without path.
3456 * evax-egsd.c: New sections for local and global commons.
3458 * evax-alpha.c, evax-emh.c, evax-egsd.c, evax-etir.c,
3459 evax-misc.c, evax.h: Remove 8 bit characters from copyright
3460 notices. Replace AXP with Alpha.
3464 * sunos.c (sunos_create_dynamic_sections): We need the dynamic
3465 sections if we are creating a shared library.
3469 * configure.host (i386-windows): Don't set host64=true.
3473 * elf32-mips.c (reloc_type): Add R_MIPS16_GPREL.
3474 (elf_mips16_gprel_howto): New static variable.
3475 (mips16_gprel_reloc): New static function.
3476 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_GPREL.
3477 (mips_info_to_howto_rel): Handle R_MIPS16_GPREL.
3478 (mips_elf_relocate_section): Handle R_MIPS16_GPREL.
3479 * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
3480 * bfd-in2.h, libbfd.h: Rebuild.
3484 * elf32-m32r.c (elf_m32r_howto_table): Change partial_inplace to true
3485 for R_M32R_{16,32,24,HI16_ULO,HI16_SLO,LO16}.
3487 start-sanitize-r5900
3490 * config.bfd: add r5900
3495 * elflink.h (elf_link_input_bfd): If we've discarded a section,
3496 the output section will be the absolute section; don't print an
3497 assertion message for that case when doing a relocateable link.
3501 * elf32-mips.c (FN_STUB, CALL_STUB, CALL_FP_STUB): Define.
3502 (struct mips_elf_link_hash_entry): Add new fields fn_stub,
3503 need_fn_sub, call_stub, and call_fp_stub.
3504 (struct mips_elf_link_hash_table): Add field mips16_stubs_seen.
3505 (mips_elf_link_hash_newfunc): Initialize new fields.
3506 (mips_elf_link_hash_table_create): Likewise.
3507 (mips_elf_relocate_section): Redirect relocations to use mips16
3508 stubs when appropriate.
3509 (mips_elf_check_relocs): Attach stub sections to the appropriate
3510 symbol. Set need_fn_stub when appropriate.
3511 (mips_elf_always_size_sections): New static function.
3512 (mips_elf_check_mips16_stubs): New static function.
3513 (elf_backend_always_size_sections): Define.
3514 * elf-bfd.h (struct elf_obj_tdata): Add local_stubs field.
3516 * elflink.h (elf_link_input_bfd): Discard local symbols that are
3517 attached to sections which are not being included in the link.
3521 * cofflink.c (_bfd_coff_generic_relocate_section): Ignore the
3522 symbol value when computing the addend for a pc_relative
3527 * cofflink.c (_bfd_coff_generic_relocate_section): If doing a
3528 relocateable link, just skip pc_relative pcrel_offset relocs.
3529 * coff-arm.c (coff_arm_rtype_to_howto): Return a different howto
3530 structure for an ARM26 reloc which can be resolved.
3531 (coff_arm_adjust_symndx): Only convert ARM26 to ARM26D if the
3532 reloc can be resolved.
3534 * coff-h8300.c (h8300_reloc16_extra_cases): Correct off by one
3535 error in overflow check for R_RELBYTE.
3539 * ieee.c (ieee_slurp_section_data): Pick up the start address.
3542 * aoutx.h (aout_link_write_symbols): Don't apply discard_l to
3547 * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
3548 (elf_mn10200_howto_table): Likewise.
3549 (mn10200_reloc_map): Likewise.
3553 * reloc.c: Add relocs BFD_RELOC_M32R_{HI16_[US]LO,LO16}.
3554 * bfd-in2.h, libbfd.h: Regenerated.
3555 * elf32-m32r.c: Add support for them.
3559 * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
3560 * elf32-ppc.c (ppc_elf_check_relocs): Remove unused plt.
3561 * elf32-v850.c (v850_elf_final_link_relocate): Remove used
3562 r_format and r_pcrel. Always return a value.
3563 * riscix.c (MY_final_link_callback): Define to dummy value.
3565 * elf32-i386.c (elf_i386_size_dynamic_sections): When checking for
3566 relocations against the text segment, look up the output name of
3568 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3569 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
3570 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
3571 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3572 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
3574 start-sanitize-tic80
3577 * coff-tic80.c (tic80coff_vec): Use correct data put/get
3578 routines for little endian data.
3579 * coffcode.h (coff_write_object_contents): Set magic to
3580 TIC80_ARCH_MAGIC for TIc80.
3584 * coff-tic80.c (tic80coff_vec): Change to little endian data
3590 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Change type of
3591 auxiliary_filters parameter to be const char * const *. Accept a
3592 NULL terminated array.
3593 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
3594 (bfd_elf32_size_dynamic_sections): Update declaration.
3595 * bfd-in2.h: Rebuild.
3599 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Treat a
3600 NOTYPE symbol in a text section as a FUNC symbol.
3602 * coffcode.h (coff_compute_section_file_positions): Force
3603 relocbase to be aligned to COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
3607 * libaout.h (machine_type): Reserve several values for sparclet.
3609 start-sanitize-tic80
3612 * config.bfd (tic80-*-*): Don't require 'coff'.
3617 * elf32-v850.c (v850_elf_howto_table): Set the special_function
3618 table to v850_elf_reloc for all non-standard relocations.
3619 (v850_elf_check_relocs): Add check for h being non-null.
3620 (v850_elf_reloc): Add R_V850_ZDA_OFFSET support. Use switch
3621 statement instead of multiple ifs.
3622 (v850_elf_relocate_section): Fix up error message, don't just call
3627 * elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.
3628 Use bfd_elf_generic_reloc as special function for all relocs.
3629 (bfd_elf32_mn10200_reloc): Remove unnecessary function.
3631 * elf32-mn10200.c (elf_mn10200_howto): Set pcrel_offset for
3632 24bit pc-relative reloc.
3634 start-sanitize-tic80
3637 * Makefile.in (coff-tic80.o): Add coffcode.h to dependency list.
3638 * coff-tic80.c (tic80coff_vec): Data byte order is big endian and
3639 header byte order is little endian. Use correct bfd_get and
3640 bfd_put routines for little endian headers.
3641 * coffcode.h (coff_set_arch_mach_hook): Set arch to
3642 bfd_arch_tic80 for TIC80_ARCH_MAGIC number.
3647 * reloc.c: Add BFD_RELOC_24.
3648 * elf32-mn10200.c (enum reloc_type): Add 24bit and pcrel relocs.
3649 (elf_mn10200_howto, mn10200_reloc_map): Corresponding changes.
3650 * bfd-in2.h, libbfd.h: Rebuilt.
3654 elf64-alpha multiple .got rewrite:
3656 * elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
3657 (bfd_elf*_mkobject): Don't define here ...
3658 * elfxx-target.h: ... but rather here. Default always_size_sections
3660 * elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
3661 what the #defines in elf-bfd.h transmuted it to anyway.
3663 * section.c: Add SEC_LINKER_CREATED flag.
3664 * bfd-in2.h: Rebuild.
3665 * elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
3666 relocation section flags.
3667 (elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
3668 SEC_IN_MEMORY to recognize generated bits.
3669 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
3671 * elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
3672 mips_elf_create_compact_rel_section, mips_elf_create_got_section,
3673 mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
3674 * elf32-ppc.c (ppc_elf_create_linker_section,
3675 ppc_elf_size_dynamic_sections): Likewise.
3676 * elf32-sparc.c (elf32_sparc_check_relocs,
3677 elf32_sparc_size_dynamic_sections): Likewise.
3678 * elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
3680 (_bfd_elf_create_dynamic_sections): Likewise.
3681 (_bfd_elf_make_linker_section_rela): Likewise.
3682 * elflink.h (elf_link_create_dynamic_sections): Likewise.
3683 (bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
3684 (elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
3685 to identify generated bits.
3686 (elf_link_input_bfd): Likewise.
3688 * elf64-alpha.c: Rewrite everything touching relocations.
3692 * elf32-v850.c (all functions and static variables): Go through
3693 and regularize names to be of the form v850_elf_<xxx>.
3694 (toplevel): Include <elf/v850.h>.
3695 (enum reloc_type): Move to include/elf/v850.h.
3696 (v850_elf_check_relocs): For common variables, if the variable is
3697 referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable
3698 into the appropriate section.
3699 (elf_backend_check_relocs): Define.
3703 * elf32-v850.c (elf_v850_howto_table): Fix some spacing.
3707 * config.bfd (mips*el-*-linux*): New target.
3708 (mips*-*-linux*): New target.
3710 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Clean up.
3711 Return a useful value.
3713 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
3715 * configure.in: Check ac_cv_func_mmap_fixed_mapped, not
3717 * configure: Rebuild.
3718 * configure.host: Use ac_cv_func_mmap_fixed_mapped instead of
3719 ac_cv_func_mmap in bfd/configure.host.
3721 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Add
3722 filter_shlib and auxiliary_filter_shlib parameters.
3723 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_AUXILIARY and
3725 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
3726 (bfd_elf64_size_dynamic_sections): Likewise.
3727 * bfd-in2.h: Rebuild.
3731 * xcofflink.c (xcoff_build_ldsyms): When exporting all defined
3732 symbols, don't export a symbol which is defined by an object in an
3733 archive which contains shared objects.
3735 start-sanitize-tic80
3738 * archures.c (enum bfd_architecture): Add bfd_arch_tic80
3739 for TI TMS320c80 (MVP).
3740 (bfd_archures_list): Add bfd_tic80_arch.
3741 * bfd-in2.h: Regenerate by running "make headers".
3745 * cpu-tic80.c (bfd_tic80_arch): Add struct.
3746 * configure.in (case $vec): Correct typo, "tb" not "tp".
3747 Also add cofflink.o for tic80coff_vec.
3748 * configure: Regenerate with autoconf.
3753 * libbfd.c: Patch up the mmap code so that it is only built if BFD
3754 is configured with --with-mmap.
3756 start-sanitize-tic80
3759 * Makefile.in (BFD32_BACKENDS): Add coff-tic80.o
3760 (ALL_MACHINES): Add cpu-tic80.o
3761 (cpu-tic80.o, coff-tic80.o): Add dependencies.
3762 * coff-tic80.c: Add skeleton, cloned from another coff config.
3763 * coffcode.h (coff_write_object_contents): Set magic to TIC80MAGIC
3769 * TODO: Correct a misspelling.
3770 start-sanitize-tic80
3771 * coff-tic80.c: New file for TI TMS320C80 (MVP).
3772 * cpu-tic80.c: New file for TI TMS320C80 (MVP).
3773 * configure.in (case $vec): Add tic80coff_vec entry.
3774 * configure: Regenerate with autoconf.
3775 * archures.c (bfd_tic80_arch): Declare.
3776 * bfd-in2.h (enum bfd_architecture): Add bfd_arch_tic80.
3777 * config.bfd (case ${targ}): Add tic80*-*-coff* target.
3778 * targets.c (tic80coff_vec): Add decl as extern bfd_target.
3779 (bfd_target_vector): Add tic80coff_vec entry.
3784 * elflink.h (elf_buckets): Add some more values for larger
3789 * Makefile.in (install): Move subdir_do out of conditional. From
3794 * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
3796 (elf_mn10200_howto_table): Likewise.
3797 (mn10200_reloc_map): Likewise.
3801 * elf32-mips.c (mips_elf_add_symbol_hook): Add 1 to the value of a
3802 mips16 symbol during the link.
3803 (mips_elf_finish_dynamic_symbol): Subtract 1 from the value of a
3805 (mips_elf_link_output_symbol_hook): New static function.
3806 (elf_backend_link_output_symbol_hook): Define.
3808 * elf.c (bfd_elf_print_symbol): Print the st_other field if it is
3813 * elf.c (bfd_section_from_shdr): Don't check for reloc sections
3814 against SEC_DEBUGGING sections here (revert patch of December 5).
3815 * elfcode.h (elf_object_p): Check for them here, instead.
3819 * elfcode.h (elf_slurp_reloc_table): Add dynamic parameter.
3820 * elf.c (_bfd_elf_canonicalize_reloc): Pass new argument to
3822 (_bfd_elf_get_dynamic_reloc_upper_bound): New function.
3823 (_bfd_elf_canonicalize_dynamic_reloc): New function.
3824 * elf-bfd.h (struct elf_size_info): Update declaration of
3826 (_bfd_elf_get_dynamic_reloc_upper_bound): Declare.
3827 (_bfd_elf_canonicalize_dynamic_reloc): Declare.
3828 * elfxx-target.h: Use new dynamic reloc routines by default.
3829 * elf64-mips.c (mips_elf64_slurp_reloc_table): Add dynamic
3834 * coffcode.h (coff_set_flags): Use MC68KBCSMAGIC for bfd_arch_m68k
3835 if NAMES_HAVE_UNDERSCORE is defined.
3839 * libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
3843 * elf32-ppc.c (ppc_elf_check_relocs): Move R_PPC_PLTREL24 into the
3848 * elflink.h (elf_link_add_object_symbols): Only add a weak
3849 symbol if the real definition is in the dynamic symbol table.
3850 After finding the real definition, then, if it is dynamic, add the
3851 weak symbol to the dynamic symbol table.
3853 * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Make static.
3855 * ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a
3857 (ppcboot_bfd_print_private_bfd_data): Don't take the address of an
3862 * elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
3864 (elf32_mn10300_howto_table, mn10300_reloc_map): Likewise.
3865 (bfd_elf32_mn10300_reloc): Write data in little endian format.
3866 * reloc.c: Remove mn10300 big endian relocs.
3867 * bfd-in2.h, libbfd.h: Rebuilt.
3869 * elf32-mn10200.c: Update from elf32-mn10300.c.
3873 * elf32-mn10300.c (elf_symbol_leading_char): Define.
3875 * elf32-mn10300.c: Add some comments.
3879 * ihex.c (ihex_scan): Always initialize buf before jumping to
3881 (ihex_read_section): Likewise.
3885 * elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
3886 inplace for most relocs.
3890 * elflink.h (elf_link_add_object_symbols): Calling check_relocs
3891 even if SEC_ALLOC is not set.
3892 * elf32-i386.c (elf_i386_check_relocs): Don't check SEC_ALLOC
3893 when deciding whether to copy a reloc into a shared object.
3894 (elf_i386_relocate_section): Likewise.
3895 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
3896 (elf32_sparc_relocate_section): Likewise.
3897 * elf32-i386.c (elf_i386_check_relocs): Don't set SEC_ALLOC in a
3898 reloc section if it is not set in the source section.
3899 * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
3900 * elf.c (bfd_section_from_shdr): Mark a reloc section associated
3901 with a SEC_DEBUGGING section as SEC_DEBUGGING.
3905 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): #if 0 code that
3906 expects a .got.plt until we actually create it.
3910 * cofflink.c (_bfd_coff_generic_relocate_section): Print an error
3911 message for bfd_reloc_outofrange, rather than aborting. From
3914 * cofflink.c (_bfd_coff_final_link): If there aren't any relocs in
3915 a relocateable link, don't try to process them. From Heinz Wrobel
3920 * elf32-mn10300.c (mn10300_info_howto): Renamed from
3921 mn10300_info_howto_rel. Tweak reloc argument to be an
3922 Elf32_Internal_Rela.
3923 (USE_RELA): Define instead of USE_REL.
3924 (elf_info_to_howto, elf_info_howto_rel): Corresponding changes.
3928 * configure.in, configure: Handle mips*-sgi-irix6*.
3929 * irix-core.c (irix_core_core_file_p): Accept CORE_MAGICN32
3934 * elf32-i386.c (elf_i386_relocate_section): Warn about a
3935 relocation against a symbol defined in a section with no output
3940 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.
3941 * configure, config.in: Rebuild with autoconf 2.12.
3943 * elf-bfd.h (struct elf_link_hash_entry): Add other field.
3944 * elf.c (_bfd_elf_link_hash_newfunc): Initialize other field.
3945 (swap_out_syms): Set st_other from existing st_other field.
3946 * elflink.h (elf_link_add_object_symbols): Store st_other in hash
3948 (elf_link_output_extsym): Set the other field from the global hash
3950 * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
3951 (elf_mips16_jump_howto): New static variable.
3952 (mips16_jump_reloc): New static function.
3953 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_JMP.
3954 (mips_info_to_howto_rel): Handle R_MIPS16_26.
3955 (mips_elf_relocate_section): Handle R_MIPS16_26. Handle R_MIPS_26
3957 * reloc.c (BFD_RELOC_MIPS16_JMP): Add to list of relocs.
3958 * bfd-in2.h, libbfd.h: Rebuild.
3959 * cpu-mips.c (arch_info_struct): Add mips:16 entry.
3963 * configure.host: Use long long for mips-sgi-irix6*.
3965 * coffswap.h (coff_swap_scnhdr_out): Make line number overflow
3970 * elf32-mn10300.c (bfd_elf32_mn10300_reloc): New function.
3971 (enum reloc_type): Add more reloc types.
3972 (elf32_mn10300_howto_table): Update for new reloc types.
3973 (elf32_mn10300_reloc_map): Update for new reloc types.
3974 * reloc.c: Add some new relocs for the mn10300 series.
3975 * bfd-in2.h, libbfd.h: Rebuilt.
3979 * som.c (setup_sections): Don't lose for a space which has
3980 no data, but some symbols.
3984 * sunos.c (struct sunos_link_hash_table): Add got_needed field.
3985 (sunos_link_hash_table_create): Initialize got_needed.
3986 (sunos_create_dynamic_sections): Only set .got section size if it
3987 is not already set. Set got_needed.
3988 (bfd_sunos_size_dynamic_sections): Check got_needed. Only set
3989 sdynptr, and only handle dynamic sections, if dynamic sections are
3991 (sunos_scan_std_relocs): Pass false to create_dynamic_sections.
3992 Initialize .got section.
3993 (sunos_scan_ext_relocs): Likewise.
3994 (sunos_write_dynamic_symbol): Set up PLT entry even if this is not
3996 (sunos_finish_dynamic_link): Check got_needed. Only set up
3997 dynamic linking information if needed.
4001 * config.bfd: Added VersaDOS format to the Ericsson configuration.
4005 * elf32-mn10300.c: Rough cut at relocs for the mn10300.
4009 * Makefile.in (elf32-d10v.o): Don't depend on elf/d10v.h
4014 * filemode.c: Include sysdep.h.
4015 * ihex.c: Add casts to eliminate compiler warnings.
4016 * sunos.c: Add casts to eliminate compiler warnings.
4020 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Create .got.plt
4022 (ppc_elf_check_relocs): Add support for R_PPC_LOCAL24PC. Make
4023 appropriate relocations in the .so file if shared.
4024 (ppc_elf_relocate_section): Ditto.
4028 * elf32-m32r.c (elf_m32r_howto_table, R_M32R_24): Use
4029 complain_overflow_unsigned.
4033 * elf32-d10v.c (elf_d10v_howto_table): Don't complain on
4034 overflows for R_D10V_16 and R_D10V_18.
4038 * ieee.c (ieee_write_section_part): Use LMA rather than VMA.
4039 (do_with_relocs): Likewise.
4040 (do_as_repeat): Likewise.
4041 (copy_expression): Likewise.
4045 * ieee.c (ieee_write_external_part): Correctly record whether
4046 there is an external part.
4050 * elf32-v850.c (elf32_v850_bfd_final_link_relocate): Correctly
4051 handle tda offsets for sld.w and sst.w instructions.
4052 Fix alignment check in sld.w and sst.w tda reloc handling.
4056 * aclocal.m4, configure: Set USE_BINARY_FOPEN for *-*-windows.
4060 * elf32-v850.c: Add comments about assumptions about
4061 char, short & long sizes.
4062 (elf32_v850_bfd_final_link_relocate): Fix sign extension
4063 problems for several relocs.
4065 * elf32-v850.c (elf32_v850_howto_table): Fix typo in
4066 R_V850_SDA_OFFSET entry.
4070 * xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
4071 Store import file index in ldindx.
4072 (xcoff_build_ldsyms): Assume that ldsym was not previously
4073 allocated. For an imported symbol, copy ldindx into l_ifile.
4077 * elf32-v850.c (elf_v850_howto_table): Fix ordering of
4078 R_V850_ZDA_OFFSET and R_V850_TDA_OFFSET. Fix various
4079 fields in R_V850_TDA_OFFSET.
4080 (elf32_v850_bfd_final_link_relocate): Tweak pc-relative
4081 relocs to work more like other relocs. Handle R_V850_TDA_OFFSET
4084 * elf32-v850.c: Include bfdlink.h.
4085 (bfd_elf32_v850_reloc): Return an error if we get a reloc
4087 (elf32_v850_bfd_final_link_relocate): New function.
4088 (v850_elf_relocation_section): Likewise.
4089 (elf_backend_relocate_section): Define.
4093 * binary.c (binary_set_section_contents): Ignore sections which
4094 don't have SEC_LOAD and SEC_ALLOC set.
4098 * linker.c (_bfd_generic_final_link): Avoid losing static
4099 symbols in the .bss section.
4103 * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
4104 (mips32_64bit_reloc): New static function.
4105 (mips_reloc_map): Add entry for BFD_RELOC_64.
4106 (mips_elf_relocate_section): Handle R_MIPS_64.
4108 * linker.c (default_indirect_link_order): Print an error message
4109 when attempting to do a relocateable link with different object
4110 file formats, rather than calling abort.
4114 * reloc.c (m32r relocs): Rename them.
4115 * bfd-in2.h, libbfd.h: Regenerated.
4116 * elf32-m32r.c: Update.
4117 (m32r_elf_10_pcrel_reloc): New function.
4118 (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it.
4119 (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks.
4123 * linker.c (_bfd_generic_final_link): Set "linker_mark" for
4124 all sections that will be included in the output file.
4125 (_bfd_generic_link_output_symbols): Discard symbols in sections
4126 which are being discarded.
4127 * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
4128 R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET.
4129 (elf_v850_howto_table): Corresponding changes.
4130 (elf_v850_reloc_map): Corresponding changes.
4131 * reloc.c: Add additional V850 relocations.
4132 * bfd-in2.h, libbfd.h: Rebuilt.
4134 * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits we
4135 no longer want in pc-relative relocs.
4139 * elf32-v850.c (bfd_elf32_v850_reloc): Don't silently
4140 accept a reloc against an undefined sybmol!
4144 * elf32-v850.c: Define elf_symbol_leading_char to be '_'.
4148 * VERSION: Bump for new relocation.
4150 * hosts/i386bsd.h: If NBPG is not defined, define it as
4151 PAGE_SIZE, for recent versions of FreeBSD.
4155 * configure.host: Use `long long' as the 64 bit type on a Solaris
4156 host, since both gcc and the SunPRO compilers support it.
4160 * reloc.c: Create a new BFD_RELOC_ALPHA_ELF_LITERAL. It was a
4161 mistake to have reused the ECOFF LITERAL for ELF since they have
4162 different semantics.
4163 * elf64-alpha.c (elf_reloc_map): Map from ELF_LITERAL.
4164 * bfd-in2.h, libbfd.h: Rebuild.
4166 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Trap .got
4169 * elf64-alpha.c (elf64_alpha_relocate_section): Do not emit a
4170 dynamic relocation for an undefweak symbol when we are building
4171 a static executable.
4175 * mpw-make.sed (config.bfd, targmatch.sed): Edit references to
4176 point explicitly to srcdir.
4177 (targmatch.h): Edit references to point explicitly to objdir.
4181 * config.bfd: When setting targ_cpu, don't get confused by
4186 * configure.host: Add support for windows host (a build done
4187 under the Microsoft build environment).
4191 * elflink.h (elf_link_add_object_symbols): If a symbol is a weak
4192 definition in a dynamic object, add it to the dynamic symbol table
4193 if any dynamic object mentions it. Reverts part of last patch.
4195 * sunos.c (struct sunos_link_hash_table): Add got_base field.
4196 (sunos_link_hash_table_create): Initialize got_base.
4197 (bfd_sunos_size_dynamic_sections): If the .got section is more
4198 than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to
4200 (sunos_check_dynamic_reloc): Subtract got_base from a base
4201 relative relocation.
4203 * elf32-mips.c (elf_mips_isa): New static function.
4204 (_bfd_mips_elf_merge_private_bfd_data): Don't warn about linking
4205 -mips1 and -mips2 code together, or -mips3 and -mips4 code.
4209 * archive.c (do_slurp_coff_armap): Only treat archive as little
4210 endian for i960 COFF.
4214 * coffcode.h (coff_compute_section_file_positions): Adjust sofar
4215 by the change in size of the section when EXEC_P is not set.
4217 * coff-m68k.c (coff_rtype_to_howto): Define if not defined.
4218 (m68kcoff_rtype_to_howto): New static function.
4219 * cf-m68klynx.c (coff_m68k_lynx_rtype_to_howto): Add the section
4220 VMA to the addend for a PC relative reloc.
4222 * dep-in.sed: Rework backslash loop a bit to avoid bug in sed on
4224 * Makefile.in: Rebuild dependencies.
4226 * dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
4231 * Makefile.in: Remove explicit dependencies for mn10200 and
4233 (ALL_MACHINE_CFILES): Add cpu-mn10200.c and cpu-mn10300.c.
4234 (BFD32_BACKENDS_CFILES): Add elf32-mn10200.c and elf32-mn10300.c
4235 (dependencies): Rebuilt.
4239 * cofflink.c (coff_link_add_symbols): Set obj_coff_keep_syms
4240 during this function.
4242 * elflink.c (_bfd_elf_create_linker_section): Only use an existing
4243 section if the flags are compatible.
4245 * configure.in: Add havevecs, and put it in tdefaults.
4246 * mpw-config.in: Likewise.
4247 * configure: Rebuild.
4248 * targmatch.sed: New file; a sed script to build targmatch.h from
4250 * config.bfd: Add #if, #endif, and comments for targmatch.h.
4251 * targets.c: Include "fnmatch.h".
4252 (struct targmatch): Define.
4253 (bfd_target_match): Define by including targmatch.h.
4254 (bfd_find_target): If the target is not found by name, search for
4255 it as a configuration triplet.
4256 * Makefile.in: Rebuild dependencies.
4257 (BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
4258 i386dynix.o, m68k4knetbsd.o, and riscix.o.
4259 (BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
4260 hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
4261 (HFILES): Add targmatch.h. Also, alphabetize and reindent.
4262 (CFILES): Remove i386dynix.c and hp300bsd.c.
4263 (targmatch.h): New target.
4264 (do_clean): Remove targmatch.h.
4266 * configure.in: Add BFD_NEED_DECLARATION(getenv).
4267 * acconfig.h: Add NEED_DECLARATION_GETENV.
4268 * configure, config.in: Rebuild.
4269 * sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
4270 * aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
4274 * cpu-mn10x00.c, elf32-mn10x00: Removed.
4275 * cpu-mn10200.c, cpu-mn10300.c: New files.
4276 * elf32-mn10200.c, elf32-mn10300.c: New files.
4277 * Makefile.in: Break mn10x00 support into two separate
4278 configurations, mn10200 and mn10300.
4279 * archures.c, config.bfd, configure.in, elf.c, targets.c: Likewise.
4280 * bfd-in2.h, configure: Rebuilt.
4284 * Makefile.in (do_clean): Move config.log to do_distclean.
4288 * cpu-mn10x00.c, elf32-mn10x00.c: New files.
4289 * Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
4290 (BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
4291 (elf32-mn10x00.o): Add dependencies.
4292 * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
4293 (bfd_mn10x00_arch): Declare.
4294 (bfd_archures_list): Add bfd_mn10x00_arch.
4295 * config.bfd: Add mn10x00-*-*.
4296 * configure.in: Add bfd_elf32_mn10x00_vec.
4297 * elf.c (prep_headers): Handle bfd_arch_mn10x00.
4298 * targets.c (bfd_elf32_mn10x00_vec): Declare.
4299 (bfd_target_vector): Add bfd_elf32_mn10x00_vec.
4300 * bfd-in2.h, configure: Rebuilt.
4304 openVMS/Alpha: Provide filename and case_hack flags via
4305 symbol table from gas.
4306 Add case_hack code for symbol output from vax/vms.
4307 * evax-alpha.c (evax_initialize): Remove filename handling,
4308 filename is provided via symbol table.
4309 (evax_get_symtab): Use local symbol count when setting up table.
4310 * evax-egsd.c (_bfd_evax_slurp_egsd): Print correct name when
4312 (_bfd_evax_write_egsd): Skip file name symbol.
4313 * evax-emh.c (get_vms_time_string): Local function now.
4314 (_bfd_evax_write_emh): Extract source filename and case_hack flags
4316 * evax_write_etir (_bfd_evax_write_etir): Pass all symbol names
4317 through _bfd_evax_case_hack_symbol.
4318 * evax-misc.c (hash_string, _bfd_evax_case_hack_symbol): New
4320 (_bfd_evax_basename): Removed.
4321 (_bfd_get_vms_time_string): Moved to evax-emh.c.
4322 * evax.h (evax_private_data_struct): Remove filename.
4323 (flag_hash_long_names, flag_show_after_trunc,
4324 flag_no_hash_mixed_case, vms_name_mapping): New flags for
4329 * freebsd.h (N_GET_MAGIC_NET): Don't use ntohl.
4330 (N_GETMID_NET, N_GETFLAG_NET): Likewise.
4331 (NO_SWAP_MAGIC): Don't define.
4332 (SWAP_MAGIC): Define.
4334 * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there is
4335 no hash table entry for a global symbol.
4339 * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
4343 * cofflink.c (coff_link_add_symbols): Don't override a meaningful
4344 symbol type with T_NULL. Warn if symbol type changes. Based on
4347 * elflink.h (elf_link_add_object_symbols): Only put a symbol from
4348 a dynamic object in the dynamic symbol table if it is referenced
4349 or defined by a regular object.
4353 * elf32-v850.c (bfd_elf32_v850_is_local_label): New function to
4354 remove dwarf local labels. Shrinks binaries by a factor of 3!
4358 * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
4359 by hand, rather than by calling bfd_make_section.
4363 * reloc.c: Rename m32r relocs.
4364 * bfd-in2.h, libbfd.h: Rebuilt.
4365 * elf32-m32r.c: Update.
4369 * aoutx.h (aout_link_input_section_ext): When doing a relocateable
4370 link, adjust the symbol index of a base relative reloc. Don't
4371 change the addend of a PC relative reloc if pcrel_offset is set.
4372 * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
4373 a relocateable link.
4375 * reloc.c (bfd_perform_relocation): Apply the relocation even if
4376 it is zero, in case src_mask matters.
4377 (bfd_install_relocation): Likewise.
4381 * xcofflink.c (xcoff_link_add_symbols): Always initialize
4383 (_bfd_xcoff_bfd_final_link): Don't set target_index
4384 to an uninitialized value.
4388 * coffcode.h (coff_slurp_line_table): Warn about illegal symbol
4389 indices, rather than crashing.
4390 (coff_slurp_reloc_table): Likewise. Check whether the howto field
4392 * coff-sh.c (sh_relocate_section): Check for an illegal symbol
4397 * coff-arm.c (aoutarm_std_reloc_howto): Change dst_mask for ARM26D
4399 (coff_arm_adjust_symndx): New static function.
4400 (coff_adjust_symndx): Define.
4402 * srec.c (srec_scan): Accept multiple symbols on a single line.
4409 * aoutf1.h (MY_bfd_merge_private_bfd_data): Define.
4410 (sunos_merge_private_bfd_data): New function.
4414 * bfd.c (bfd_copy_private_bfd_data): Switch on output BFD rather
4416 (bfd_merge_private_bfd_data): Likewise.
4417 * section.c (bfd_copy_private_section_data): Likewise.
4418 * syms.c (bfd_copy_private_symbol_data): Likewise.
4419 * bfd-in2.h: Rebuild.
4420 * aout-target.h (MY_bfd_copy_private_section_data): Check that
4421 both BFD's are the right flavour.
4422 * ecoff.c (_bfd_ecoff_bfd_copy_private_bfd_data): Likewise.
4423 * elf.c (_bfd_elf_copy_private_symbol_data): Likewise.
4424 * elf32-mips.c (_bfd_mips_elf_copy_private_bfd_data): Likewise.
4425 (_bfd_mips_elf_merge_private_bfd_data): Likewise.
4426 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Likewise.
4427 (ppc_elf_merge_private_bfd_data): Likewise.
4428 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
4429 * peicode.h (pe_bfd_copy_private_section_data): Likewise.
4431 * elf32-hppa.c (elf_hppa_howto_table): Fill in some fields for
4432 R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
4437 * reloc.c: Add m32r relocs.
4438 * bfd-in2.h, libbfd.h: Rebuilt.
4439 * cpu-m32r.c,elf32-m32r.c: New files.
4443 * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
4447 * tekhex.c (first_phase): Change type parameter from char to int.
4449 (pass_over): Change func to expect int, not char.
4451 * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC
4452 rather than SEC_LOAD when aligning the file offset for the first
4453 section in a segment.
4457 * syms.c (coff_section_type): Make arg const.
4458 * irix-core.c (irix_core_core_file_p): Remove extraneous extra arg
4459 to make_bfd_asection().
4460 * elf-bfd.h (bfd_section_from_phdr): Add prototype.
4461 * elfcode.h (bfd_section_from_phdr): Remove prototype.
4462 (_bfd_elf_stringtab_init): Remove prototype.
4464 * netbsd-core.c (swap_abort): Add prototype.
4465 * aix386-core.c (swap_abort): Ditto & make static
4466 * hpux-core.c (swap_abort): Ditto & make static.
4467 * irix-core.c (swap_abort): Ditto & make static.
4468 * ptrace-core.c (swap_abort): Ditto & make static.
4469 * trad-core.c (swap_abort): Ditto & make static.
4470 * coffswap.h (coff_swap_reloc_in): Ditto.
4471 (coff_swap_reloc_out): Ditto.
4472 (coff_swap_filehdr_in): Ditto.
4473 (coff_swap_filehdr_out): Ditto.
4474 (coff_swap_sym_in): Ditto.
4475 (coff_swap_sym_out): Ditto.
4476 (coff_swap_aux_in): Ditto.
4477 (coff_swap_aux_out): Ditto.
4478 (coff_swap_lineno_in): Ditto.
4479 (coff_swap_lineno_out): Ditto.
4480 (coff_swap_aouthdr_in): Ditto.
4481 (coff_swap_aouthdr_out): Ditto.
4482 (coff_swap_scnhdr_in): Ditto.
4483 (coff_swap_scnhdr_out): Ditto.
4484 * ihex.c (ihex_sizeof_headers): Ditto.
4485 * tekhex.c (getsym): Ditto.
4486 (find_chunk): Ditto & make static.
4487 (insert_byte): Ditto.
4488 (first_phase): Ditto.
4490 (tekhex_get_symtab): Ditto & make static.
4491 (tekhex_get_symtab_upper_bound): Ditto & make static.
4492 (tekhex_mkobject): Ditto.
4493 (tekhex_object_p): Ditto.
4494 (move_section_contents): Ditto.
4495 (tekhex_get_section_contents): Ditto.
4496 (tekhex_set_arch_mach): Ditto & make static.
4497 (tekhex_set_section_contents): Ditto.
4498 (writevalue): Ditto.
4501 (tekhex_write_object_contents): Ditto.
4502 (tekhex_sizeof_headers): Ditto.
4503 (tekhex_make_empty_symbol): Ditto.
4504 (tekhex_get_symbol_info): Ditto.
4505 (tekhex_print_symbol): Ditto.
4506 * irix-core.c (make_bfd_asection): Ditto.
4507 (irix_core_core_file_p): Ditto.
4508 (irix_core_core_file_failing_command): Ditto.
4509 (irix_core_core_file_failing_signal): Ditto.
4510 (irix_core_core_file_matches_executable_p): Ditto.
4511 (irix_core_make_empty_symbol): Ditto.
4512 * coff-mips.c (mips_bfd_reloc_type_lookup): Ditto.
4513 * srec.c (srec_new_symbol): Ditto.
4514 (srec_get_section_contents): Ditto.
4515 (srec_set_arch_mach): Ditto.
4516 (srec_set_section_contents): Ditto.
4517 (internal_srec_write_object_contents): Ditto.
4518 (srec_write_object_contents): Ditto.
4519 (symbolsrec_write_object_contents): Ditto.
4520 (srec_sizeof_headers): Ditto.
4521 (srec_make_empty_symbol): Ditto.
4522 (srec_get_symtab_upper_bound): Ditto.
4523 (srec_get_symtab): Ditto.
4524 (srec_print_symbol): Ditto and make static.
4525 * elf.c (elf_read): Ditto
4526 (assign_section_numbers): Ditto.
4527 (elf_fake_sections): Ditto.
4528 (sym_is_global): Ditto.
4529 (elf_map_symbols): Ditto.
4530 (get_program_header_size): Ditto.
4531 * coffgen.c (make_a_section_from_file): Ditto.
4532 (coff_real_object_p): Ditto.
4533 (fixup_symbol_value): Ditto.
4534 (build_debug_section): Ditto.
4536 * syms.c (coff_section_type): Ditto.
4540 * bfd-in2.h: Rebuilt after m32r changes.
4544 * config.bfd,configure.in,configure: Add m32r support.
4545 * Makefile.in,archures.c,elf.c,targets.c: Likewise.
4546 * config.bfd: Keep target list alphabetically sorted.
4550 * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
4551 to add in the constant part found in the instruction itself.
4552 (case R_V850_HI16_S): Likewise.
4556 * elf32-d10v.c (elf_d10v_howto_table): Modify the size of R_D10V_16
4557 and R_D10V_18 to be 1 (word).
4561 * stabs.c (_bfd_link_section_stabs): If the output_section field
4562 of either section is bfd_abs_section, then the linker is
4563 discarding the section and we should not optimize it.
4567 * Makefile.in (aout-sparcle.o): New target.
4568 * aoutf1.h (TARGET_IS_BIG_ENDIAN_P): Don't define if little endian.
4569 * config.bfd (sparclet-*-aout*): Add case.
4570 * configure.in (sparcle_aout_vec): Add case.
4571 * configure: Regenerated.
4572 * targets.c (sparcle_aout_vec): Declare.
4573 (bfd_target_vector): Add sparcle_aout_vec.
4574 * aout-sparcle.c: New file.
4578 * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
4579 low order sign bit propogation for R_V850_HI16_S.
4581 * elf32-v850.c (bfd_elf32_v850_reloc): New function for
4582 handling V850 specific relocs.
4583 (elf_v850_howto_table): Use the new function for some
4584 relocations. Twiddle masks & shifts for some relocs.
4585 Set partial_inplace where needed.
4589 * cpu-mips.c: Add an explicit mips:3000 entry, and change the
4590 default architecture to a machine number of 0.
4591 * elf32-mips.c (_bfd_mips_elf_object_p): Set the machine number
4593 (_bfd_mips_elf_merge_private_bfd_data): If the machine number of
4594 the output BFD is the default, set it from the first input BFD.
4598 * elf32-v850.c (elf_v850_howto_table): All the 16bit relocs
4599 insert at bitpos zero. The HI16 relocs are shifted right
4600 by 16 bits. Fix src_mask for all relocs.
4601 (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Define. The V850 is
4603 (TARGET_BIG_SYM, TARGET_BIG_NAME): Remove. The V850 is little
4608 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
4609 Rewrite to use BFD file read routines and to avoid using a fixed
4610 length for the file name.
4614 * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
4615 (elf_v850_howto_table): Add support for R_V850_{32,16,8}.
4616 (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
4617 to R_V850_{32,16,8}.
4621 * elf32-v850.c (reloc_type): Add R_V850_HI16_S.
4622 (elf_v850_howto_table): Add info for HI16_S reloc.
4623 (v850_reloc_map): Add HI_16_S reloc.
4624 * reloc.c: Define BFD_RELOC_V850_* relocs.
4629 * elf32-sh.c: New file.
4630 * elf.c (prep_headers): Handle bfd_arch_sh.
4631 * elfcode.h (write_relocs): Handle absolute symbol.
4632 * elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
4633 (_bfd_elf64_link_read_relocs): Declare.
4634 * elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
4635 elf_link_read_relocs. Make globally visible. Change all
4637 (elf_link_input_bfd): Get external symbols from cache in
4638 symtab_hdr->contents. Get contents from cache in
4640 * elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
4642 * reloc.c: Define BFD_RELOC_SH_* relocs.
4643 * libbfd-in.h (_bfd_sh_align_load_span): Declare.
4644 * coff-sh.c (sh_insns_conflict): Fix a return value.
4645 (_bfd_sh_align_load_span): New globally visible function, broken
4646 out of sh_align_load.
4647 (sh_align_load): Call _bfd_sh_align_load_span.
4648 (sh_swap_insns): Change relocs parameter to PTR.
4649 * bfd-in2.h, libbfd.h: Rebuild.
4650 * targets.c (bfd_elf32_sh_vec): Declare.
4651 (bfd_elf32_shl_vec): Declare.
4652 * config.bfd (sh-*-elf*): New target.
4653 * configure.in (bfd_elf32_sh_vec): New target vector.
4654 (bfd_elf32_shl_vec): New target vector.
4655 * configure: Rebuild.
4656 * Makefile.in: Rebuild dependencies.
4657 (BFD32_BACKENDS): Add elf32-sh.o.
4658 (BFD32_BACKENDS_CFILES): Add elf32-sh.c.
4660 * elf.c (map_sections_to_segments): Check that LMA does not skip a
4661 page before checking D_PAGED.
4663 * ihex.c (ihex_scan): Removed unnecessary extbase variable.
4664 (ihex_write_object_contents): Remove extbase; always use segbase
4669 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
4670 * configure.host (i[345]86-*-*): Ditto.
4671 * config.bfd (i[345]86-*-*): Ditto.
4672 * configure: Regenerate.
4674 * config.bfd (i[3456]86-*-dgux*): Recognize as a synonym for x86
4679 * elf32-hppa.c (hppa_elf_gen_reloc_type): Add new argument.
4680 * elf32-hppa.h (hppa_elf_gen_reloc_type): Update prototype.
4681 * som.c (hppa_som_gen_reloc_type): Add new argument. If
4682 we encounter an R_DATA_ONE_SYMBOL reloc against a symbol that
4683 will have an ST_CODE type, change the symbol's type to ST_DATA.
4684 * som.c (hppa_som_gen_reloc_type): Update prototype.
4688 * elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
4689 R_MIPS_32 and R_MIPS_REL32. Set sgot and g as soon as possible.
4690 (mips_elf_size_dynamic_sections): Don't require .got to exist.
4691 (mips_elf_finish_dynamic_sections): Likewise.
4695 * configure.host (HLDENV): New variable to set. Set it for
4696 *-*-sysv4*, since those linkers may not support -R but they always
4697 support LD_RUN_PATH.
4699 * libieee.h (NSECTIONS): Don't define.
4700 (ieee_data_struct): Change section_table to asection **. Add
4702 * ieee.c (get_section_entry): If the table isn't big enough, make
4704 (ieee_slurp_sections): Remove assertion about number of sections.
4705 (ieee_object_p): Adjust initialization of ieee to match changes to
4708 * xcofflink.c (xcoff_mark): Don't copy relocs for undefined
4709 symbols merely because we are generating a shared library.
4710 (xcoff_build_ldsyms): Don't set up global linkage code for an
4711 undefined symbol merely because we are generating a shared
4716 * Makefile.in (ALL_MACHINES): Add cpu-v850.o.
4717 (BFD32_BACKENDS) Add elf32-v850.o.
4718 * archures.c: Add bfd_v850_arch.
4719 * bfd-in2.h: Add bfd_v850_arch.
4720 * config.bfd (v850-*-*): New target.
4721 * configure: (bfd_elf32_v850_vec) New vector.
4722 * configure.in: (bfd_elf32_v850_vec) New vector.
4723 * cpu-v850.c: New file.
4724 * elf.c (prep_headers): Added case bfd_arch_v850.
4725 * elf32-v850.c: New file.
4726 * targets.c (bfd_elf32_v850_vec): New vector.
4730 * xcofflink.c (xcoff_link_add_dynamic_symbols): Create and define
4731 a function code symbol for an XMC_XO symbol.
4735 * mpw-config.in: Update editing of autoconf vars to reflect
4736 Jul 18 configure.in change.
4737 * mpw-make.sed: Update editing of include pathnames to be
4738 more general, add @DASH_C_FLAG@ to explicit compile rule edit.
4742 * elf64-alpha.c (elf64_alpha_output_extsym): The section from
4743 which to offset to get the .plt entry address is ".plt".
4747 * reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
4748 BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
4749 Added, for internal use by the ARM gas.
4751 * bfd-in2.h: Rebuilt
4755 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
4756 in section dynidx start.
4760 * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
4761 name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an
4762 optimization for g++.
4766 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
4767 the -mrelocatable-lib bit set and the other doesn't, clear the
4768 -mrelocatable-lib bit in the header.
4772 * elflink.h (elf_link_add_object_symbols): Do not resolve a common
4773 symbol against a STT_FUNC symbol in a shared library.
4777 * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
4778 symbol is found, automatically define the corresponding function
4781 * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
4782 if sym.n_numaux is not zero.
4783 (_bfd_coff_link_input_bfd): Permit the symbol and the hash table
4784 entry to disagree about the number of aux entries if the symbol
4787 * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
4788 section if it might be needed, not just if info->shared.
4789 (mips_elf_adjust_dynamic_symbol): Make room for a null element at
4790 the start of .rel.dyn if we are going to use it.
4791 (mips_elf_finish_dynamic_sections): Only clear the first element
4792 of .rel.dyn if the size is greater than zero.
4796 * xcofflink.c (xcoff_link_input_bfd): If we already called the
4797 undefined_symbol callback for a symbol, then don't issue any more
4798 warnings about loader relocs.
4799 (_bfd_ppc_xcoff_relocate_section): Don't do any further processing
4800 after calling the undefined_symbol callback.
4802 * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
4803 (xcoff_link_add_symbols): Permit multiple definitions of a symbol
4804 as the AIX linker seems to do.
4808 * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
4809 (evax_initialize): Remove evax_reloc_table.
4810 (evax_close_and_cleanup): Ditto.
4812 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
4814 (evax_bfd_reloc_type_lookup): Ditto.
4815 * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
4816 cooked_size == raw_size.
4817 * evax-emh.c (_bfd_evax_register_filename): Remove.
4818 * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
4819 * evax-misc.c (add_new_contents): Malloc section at full size.
4820 (_bfd_save_evax_section): Memcpy section contents directly.
4821 * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
4822 (evax_reloc_table): Remove.
4824 * hosts/alphavms.h (O_ACCMODE): Define if needed.
4826 * makefile.vms: Add better support for DEC C compilation
4827 Add evax.h dependencies
4829 * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
4830 (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
4831 (BFD_RELOC_ALPHA_BASEREG): Remove.
4832 * bfd-in2.h, libbfd.h: Rebuild.
4836 * archive.c (bsd_write_armap): Ifdef around calls to getuid and
4837 getgid if _WIN32 is defined.
4838 * opncls.c (bfd_fdopenr): Remove unnecessary WINGDB ifdef.
4842 * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
4843 Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
4845 * libbfd.c: Create dummy getpagesize() macro if HAVE_GETPAGESIZE
4850 * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
4852 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
4853 (NEED_DECLARATION_REALLOC): New macro.
4854 * configure, config.in: Rebuild.
4855 * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
4856 (realloc): Declare if NEED_DECLARATION_REALLOC.
4858 * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
4859 <strings.h> if they exist.
4861 * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
4865 * cpu-i386.c (i8086_arch): Architecture info for the i8086.
4868 * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
4869 LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
4870 (elf_howto_table): Add entries for new relocs.
4871 (elf_i386_reloc_type_lookup): Handle new relocs.
4872 (elf_i386_info_to_howto): Just call abort.
4873 (elf_i386_info_to_howto_rel): Check that the reloc type is valid.
4874 (elf_i386_relocate_section): Likewise.
4878 * elf32-d10v.c (elf_d10v_howto_table): Added R_D10V_32.
4882 * elf.c (_bfd_elf_make_section_from_shdr): For a loadable section,
4883 only get the LMA from the phdr if they are in the same part of the
4886 * elf.c (map_sections_to_segments): Rewrite tests for starting a
4887 new segment to make them more comprehensible. If the relationship
4888 between the LMA and the VMA changed, start a new segment. Don't
4889 check dynsec when deciding whether to start a new segment for a
4890 writeable section; -N will now handle this.
4894 * libhppa.h: Remove "esel" changes. Not the right approach.
4895 * som.c: Corresponding changes.
4896 (som_bfd_derive_misc_symbol_info): Use ST_DATA for symbols
4897 which don't have a SOM symbol type associated with them.
4898 Reverses a 1994 change.
4902 Make ld -N more reasonable for ELF:
4903 * elf.c (map_sections_to_segments): If D_PAGED is not set, set
4904 phdr_in_section to false, and always use a single load segment.
4905 (elf_sort_sections): Sort sections by LMA after VMA.
4906 (assign_file_positions_for_segments): If D_PAGED is not set, don't
4907 align to maxpagesize.
4908 (assign_file_positions_except_relocs): Likewise.
4909 * elfcode.h (elf_object_p): If a section is loaded but not page
4910 aligned, clear D_PAGED.
4914 * reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
4915 Added, for internal use by the ARM gas.
4917 * bfd-in2.h: Rebuilt
4921 * libhppa.h (R_HPPA_ESEL): New field selector.
4922 (e_esel): Similarly.
4923 * som.c (hppa_som_gen_reloc_type): If we encounter an e_esel,
4924 then generate R_COMP2 (PUSH_SYM), R_DATA_EXPR fixup stream.
4925 (som_write_fixups): Handle R_DATA_EXPR just like R_CODE_EXPR.
4929 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Do the regular
4930 archive search before looking for stripped dynamic objects.
4934 * xcofflink.c (xcoff_build_ldsyms): Make exporting an undefined
4935 symbol a warning rather than an error.
4939 * elf.c (assign_file_positions_for_segments): Track the virtual
4940 memory position separately from the file position, and use it to
4941 compute the alignment adjustment.
4945 * elf32-d10v.c (elf_d10v_howto_table): Changed all relocs to "long"
4946 and fixed mask on R_D10V_10_PCREL_L.
4950 * elf64-mips.c: Include "aout/ar.h".
4951 (mips_elf64_slurp_armap): New static function.
4952 (mips_elf64_write_armap): New static function.
4953 (bfd_elf64_archive_*): Define.
4954 * elfxx-target.h (bfd_elfNN_archive_p): Define if not defined.
4955 Use instead of bfd_generic_archive_p.
4956 (bfd_elfNN_write_archive_contents): Define if not defined. Use
4957 instead of _bfd_write_archive_contents.
4958 (bfd_elfNN_mkdarchive): Define if not defined. Use instead of
4959 _bfd_generic_mkarchive.
4960 (TARGET_BIG_SYM): If bfd_elfNN_archive_functions is defined, use
4961 bfd_elfNN_archive in BFD_JUMP_TABLE_ARCHIVE rather than
4963 (TARGET_LITTLE_SYM): Likewise.
4964 * archive.c (bfd_slurp_armap): Check for and reject an archive map
4966 * Makefile.in: Rebuild dependencies.
4968 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle
4969 SHT_MIPS_LIBLIST, SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and
4970 SHT_MIPS_EVENTS sections.
4971 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_IFACE,
4972 SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and SHT_MIPS_EVENTS
4974 (_bfd_mips_elf_fake_sections): Likewise.
4976 * libecoff.h (ecoff_data_type): Add rdata_in_text field.
4977 * ecoff.c (ecoff_compute_section_file_positions): Copy
4978 rdata_in_text from backend info to tdata. Clear it if any data
4979 section comes before .rdata.
4980 (_bfd_ecoff_write_object_contents): Use rdata_in_text field in
4981 tdata rather than backend info.
4985 * configure.in: Fix test for whether a compiler has a 64 bit
4990 * configure.host (mips-sgi-irix6*): New host.
4992 * configure.in: Set and substitute VERSION, BFD_HOST_64BIT_LONG
4993 (replacing HOST_64BITLONG), BFD_HOST_64_BIT_DEFINED,
4994 BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT. Add bfd-in2.h:bfd-in2.h
4996 * configure: Rebuild.
4997 * bfd-in.h (BFD_ARCH_SIZE): Define as @wordsize@, not @WORDSIZE@.
4998 (BFD_HOST_64_BIT): Define conditionally.
4999 (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
5000 (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
5001 (symvalue, bfd_size_type): Likewise.
5002 * bfd-in2.h: Rebuild.
5003 * Makefile.in (do_clean): Remove bfd-tmp.h.
5004 (do_distclean): Remove bfd-in3.h.
5005 (stmp-bfd.h): Just do copy-if-change bfd-in3.h bfd.h.
5006 (bfd-in3.h): New target.
5008 * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec. From
5011 * configure.host: Set INSTALL_SHLIB.
5012 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
5013 * configure: Rebuild.
5014 * Makefile.in (install): Use @INSTALL_SHLIB@.
5016 * config.bfd (mips*-*-irix6*): New target.
5017 * configure.host: Handle Irix 6 shared library like Irix 5.
5019 * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TD
5020 symbol for a magic name.
5021 (xcoff_link_input_bfd): Don't change the reloc symbol for an
5023 (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an
5028 * mpw-config.in: Add ELF support to mips config, create the
5029 elf32-target.h file in the object dir.
5030 * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
5034 * coff-ppc.c: Redid debug scheme - numerous fprintf's gone.
5035 Also removed most abort calls, in favor of using bfd reporting.
5039 * Makefile.in (ALL_MACHINES): Add cpu-d10v.o.
5040 (BFD32_BACKENDS) Add elf32-d10v.o.
5041 * archures.c: Add bfd_d10v_arch.
5042 * bfd-in2.h: Add bfd_d10v_arch.
5043 * config.bfd (d10v-*-*): New target.
5044 * configure: (bfd_elf32_d10v_vec) New vector.
5045 * configure.in: (bfd_elf32_d10v_vec) New vector.
5046 * cpu-d10v.c: New file.
5047 * elf.c (prep_headers): Added case bfd_arch_d10v.
5048 * elf32-d10v.c: New file.
5049 * libbfd.h: Rebuild.
5050 * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L,
5051 BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define.
5052 * targets.c (bfd_elf32_d10v_vec): New vector.
5056 * coff-ppc.c (coff_ppc_relocate_section): Removed bogus fprintf
5060 * archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
5061 bfd_mach_i386_i8086 machine types.
5065 * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
5070 * coffcode.h (coff_set_section_contents): A/UX does not require
5071 special handling of the _LIB section.
5075 * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
5076 value for R_RELBYTE.
5078 * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
5079 array if one was allocated.
5084 * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
5085 use_rld_obj_head and rld_value.
5086 (mips_elf_link_hash_table_create): Initialize new fields.
5087 (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
5089 (mips_elf_create_dynamic_sections): Create .rld_map section. If
5090 __rld_obj_head symbol not seen, create an __rld_map symbol.
5091 (mips_elf_size_dynamic_sections): Make space in .rld_map section.
5092 Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
5093 (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
5094 __rld_obj_head symbol.
5095 (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
5099 * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
5101 * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
5102 ppc_elf_addr16_ha_reloc.
5103 (ppc_elf_addr16_ha_reloc): New static function.
5105 * coff-mips.c (struct mips_hi): Define.
5106 (mips_refhi_list): New static variable.
5107 (mips_refhi_addr, mips_refhi_addend): Remove.
5108 (mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
5109 (mips_reflo_reloc): Process mips_refhi_list.
5110 (mips_relhi_list): New static variable.
5111 (mips_relhi_addr, mips_relhi_addend): Remove.
5112 (mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
5113 (mips_rello_reloc): Process mips_relhi_list.
5114 (mips_relocate_section): Permit an arbitrary number of REFHI or
5115 RELHI relocs before the associated REFLO or RELLO reloc.
5119 * aout-target.h (MY(callback)): Set reloc_count fields.
5123 * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
5124 sections unless this is a SunOS link.
5126 * VERSION: Set to 2.7.1.
5128 * Released binutils 2.7.
5132 * i386aout.c: Include "aout/aout64.h".
5133 (i386aout_write_object_contents): New static function.
5134 (MY_write_object_contents): Define.
5136 * netbsd.h (MY(write_object_contents)): Make sure that
5137 adjust_sizes_and_vmas is called before fiddling with the magic
5142 * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
5146 * libbfd-in.h (itos, stoi): Don't define.
5147 * libbfd.h: Rebuild.
5148 * i386lynx.c (KEEPIT): Define as udata.i.
5149 (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
5150 (NAME(lynx,swap_ext_reloc_out)): Likewise.
5151 * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
5152 flags. Don't use stoi.
5154 * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
5156 * elf.c (map_sections_to_segments): Don't start a new segment for
5157 a writable section if it's on the same page as the previous
5158 segment. Reset the writable variable for a readonly section.
5162 * peicode.h (coff_swap_aouthdr_in): Missing initializations of
5163 first_thunk_address, thunk_size, and import_table_size.
5164 * peicode.h: Improved some diagnostics regarding edata sections.
5166 * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
5168 (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
5169 (TARGET_LITTLE_SYM): Added missing D_PAGED.
5173 * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
5174 with XCOFF_DEF_DYNAMIC set is really defined.
5175 (xcoff_link_check_dynamic_ar_symbols): Likewise.
5176 (xcoff_link_add_symbols): Only create special sections if using an
5179 * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
5181 (bfd_install_relocation): Likewise.
5185 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
5187 (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
5188 (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
5189 (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
5190 (elf64_alpha_link_hash_newfunc): Initialize flags field.
5191 (elf64_alpha_check_relocs): Record types of LITUSE entries that
5192 are found for LITERAL relocs.
5193 (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
5194 taken, we cannot generate a .plt entry for the symbol.
5198 * configure.in: Add AC_ISC_POSIX, and check for setitimer and
5199 sysconf functions (for gprof).
5200 * configure, config.in: Rebuild.
5204 * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
5205 an archive if it has a map. If the object file has the wrong
5208 * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
5209 BRADDR, SREL16, SREL32, or SREL64 reloc against an external
5211 (alpha_relocate_section): Likewise.
5213 * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
5214 (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
5215 (coff_swap_sym_out): Use SYMESZ, not sizeof.
5216 (coff_swap_aux_out): Use AUXESZ, not sizeof.
5217 (coff_swap_lineno_out): Use LINESZ, not sizeof.
5218 (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
5219 (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
5220 * peicode.h: Corresponding changes.
5224 * elflink.h (elf_create_pointer_linker_section): Comment out code
5225 dealing with making GOT pointers negative of the GOT symbol for
5230 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
5231 increment the .rela.plt size until after we're done creating the
5233 (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
5234 .rela.plt offset directly rather than calculating it.
5238 * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir):
5239 Use autoconf-set values.
5240 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
5241 includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set
5244 * configure.in (AC_PREREQ): autoconf v2.5 or higher.
5245 * configure: Rebuilt.
5249 * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
5250 handling code > 1k away.
5254 * elflink.h (elf_create_pointer_linker_section): If DEBUG is
5255 defined, output whenever the symbol is updated.
5259 * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
5260 section to 0 if user_set_vma is set.
5261 * elflink.h (elf_bfd_final_link): Likewise.
5265 Partially undo patch of Jun 20.
5266 * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
5267 (coff_compute_section_file_positions): Likewise.
5268 (coff_write_object_contents): Likewise. Re-add deleted code, but
5269 use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
5270 * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
5274 * config.bfd: Add support for *-*-rtems* configurations.
5278 * elf.c (prep_headers): Add bfd_arch_alpha case.
5282 * elf64-alpha.c: New file.
5283 * config.bfd (alpha-*-linuxecoff*): New target.
5284 (alpha-*-linux*, alpha-*-elf*): New targets.
5285 * configure.in (bfd_elf64_alpha_vec): New vector.
5286 * configure: Rebuild.
5287 * targets.c (bfd_elf64_alpha_vec): Declare.
5288 (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
5289 * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
5290 * bfd-in2.h, libbfd.h: Rebuild.
5291 * Makefile.in: Rebuild dependencies.
5292 (BFD64_BACKENDS): Add elf64-alpha.o.
5293 (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
5297 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
5298 than relying on a right shift of 32.
5302 * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
5303 ifdef to COFF_WITH_PE.
5304 (coff_compute_section_file_positions): Likewise.
5305 (coff_write_object_contents): Likewise. Delete COFF_OBJ_WITH_PE.
5306 * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
5307 * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
5308 COFF_IMAGE_WITH_PE, always include.
5310 * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
5314 * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
5315 approximate the correct answer if SIZEOF_HEADERS was not used.
5317 * binary.c (binary_set_section_contents): Set section file
5318 position based on LMA rather than VMA.
5322 * linker.c (_bfd_generic_link_output_symbols): Don't output any
5323 symbols if info->strip == strip_all.
5327 * coff-h8300.c: Remove #if 0 code.
5328 (compatable): Don't allow mixing/matching of different architectures.
5330 * archures.c (bfd_mach_h8300s): Add.
5331 * bfd-in2.h: Rebuilt.
5332 * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
5334 (h8300_reloc16_estimate): Likewise.
5335 (h8300_reloc16_extra_cases): Likewise.
5336 (h8300_bfd_link_add_symbols): Likewise.
5337 * coffcode.h (coff_set_arch_mach_hook): Likewise.
5338 (coff_set_flags): Likewise.
5339 * cpu-h8300.c (h8300_scan): Likewise.
5340 Add H8/S to bfd_h8300_arch list.
5344 Added support for Alpha OpenVMS:
5345 * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
5346 * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
5347 * config.h-vms, makefile.vms: New files.
5348 * config.bfd (alpha-*-*vms*): New target.
5349 * configure.in (evax_alpha_vec): New target vector.
5350 * configure: Rebuild.
5351 * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
5352 (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
5353 * targets.c (bfd_target_evax_flavour): Define.
5354 (evax_alpha_vec): Declare.
5355 (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
5356 if BFD64 is defined.
5357 * bfd-in2.h, libbfd.h: Rebuild.
5358 * Makefile.in: Rebuild dependencies.
5359 (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
5360 evax-emh.o, and evax-misc.o.
5361 (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
5362 evax-etir.c, evax-emh.c, and evax-misc.c.
5363 (HFILES): Add evax.h.
5367 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
5369 (h8300_bfd_link_add_symbols): Likewise.
5373 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
5374 * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
5378 * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
5379 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
5381 (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
5382 R_MIPS_32 relocs if creating a shared library.
5386 * peicode.h (add_data_entry): Use pei_section_data rather than
5387 _cooked_size. Corresponds to May 13 change in coffcode.h.
5391 * cofflink.c (_bfd_coff_final_link): Handle long section names.
5392 * coffcode.h (coff_write_object_contents): If there are long
5393 section names, always set the f_symptr field, even if there are no
5395 * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
5396 if there are no symbols.
5398 * coffgen.c (make_a_section_from_file): Check return value of
5399 _bfd_coff_read_string_table.
5400 (coff_real_object_p): Check return value of
5401 make_a_section_from_file.
5402 (_bfd_coff_read_string_table): Check that there are some symbols
5403 before trying to read the string table size.
5407 * xcofflink.c (xcoff_link_add_symbols): When considering whether
5408 to replace a symbol in a dynamic object with a symbol from another
5409 dynamic object, do the replacement if the existing symbol is
5410 global linkage code.
5412 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
5413 for _ptrgl, and treat it as global linkage code.
5415 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
5416 filename or N_SO symbol past the offset, and use it to indicate
5417 that there is no line number or function when appropriate.
5421 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
5422 common symbol defined by the linker. Don't export function code
5423 even if export_defineds is set.
5427 * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
5429 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
5430 (h8300_symbol_address_p): New function.
5431 (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
5436 * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
5438 (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
5439 correctly for the two variants. Allow relaxing if the target
5440 is 128 bytes away since after relaxation it'll be 126 bytes away.
5441 (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
5442 "dot" and "value". Allow relaxing if the target is 128 bytes
5443 away since after relaxation it'll be 126 bytes away.
5444 * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
5445 the given section until nothing changes.
5449 * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
5450 alignment hack--we can get the lnnoptr info another way without
5451 suddenly increasing the alignment requirements. Set the flags for
5453 (ecoff_compute_section_file_positions): Do so.
5457 * ieee.c (ieee_write_object_contents): Put a timestamp in the file
5458 to keep the HP emulator database happy.
5460 * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
5465 * aoutx.h (translate_to_native_sym_flags): Don't try to print the
5466 name of a NULL section.
5470 * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
5471 set, always call the notice callback.
5473 * VERSION: Increment for bfdlink.h change.
5477 * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
5478 (sh_relax_delete_bytes): Correct handling of differently sized
5479 trailing alignment reloc.
5481 * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
5482 * bfd-in2.h: Rebuild.
5483 * configure.in: Warn if there is no known 64 bit type.
5484 * configure: Rebuild.
5486 * Makefile.in: Rebuild dependencies.
5487 (BFD32_BACKENDS): Add ppcboot.o.
5488 (BFD32_BACKENDS_CFILES): Add ppcboot.c.
5490 * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
5495 * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
5496 (bfd_mips_elf64_swap_reginfo_out): Move from here...
5497 * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
5498 (bfd_mips_elf64_swap_reginfo_out): ...to here.
5502 * elf64-mips.c: Improve reloc special_functions and handling of
5503 SHT_MIPS_OPTIONS section.
5504 * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
5505 mips_elf_hi16_reloc and make globally visible.
5506 (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
5507 make globally visible.
5508 (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
5509 make globally visible.
5510 (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
5511 and make globally visible.
5512 (gprel16_with_gp): Check howto->src_mask before using value in
5514 (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
5515 and make globally visible.
5516 (gprel32_with_gp): Check howto->src_mask before fetching value.
5517 (bfd_mips_elf_swap_options_in): New function.
5518 (bfd_mips_elf_swap_options_out): New function.
5519 (_bfd_mips_elf_set_private_flags): Rename from
5520 mips_elf_set_private_flags and make globally visible.
5521 (_bfd_mips_elf_copy_private_bfd_data): Rename from
5522 mips_elf_copy_private_bfd_data and make globally visible.
5523 (_bfd_mips_elf_merge_private_bfd_data): Rename from
5524 mips_elf_merge_private_bfd_data and make globally visible.
5525 (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
5526 for a SHT_MIPS_OPTIONS section.
5527 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
5528 (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
5529 name of a SHT_MIPS_OPTIONS section.
5530 (_bfd_mips_elf_set_section_contents): New function.
5531 (mips_elf32_section_processing): Set the GP value in a
5532 SHT_MIPS_OPTIONS section.
5533 (_bfd_mips_elf_find_nearest_line): Rename from
5534 mips_elf_find_nearest_line and make globally visible.
5535 (bfd_elf32_set_section_contents): Define.
5536 * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
5537 (_bfd_mips_elf_lo16_reloc): Declare.
5538 (_bfd_mips_elf_gprel16_reloc): Declare.
5539 (_bfd_mips_elf_got16_reloc): Declare.
5540 (_bfd_mips_elf_gprel32_reloc): Declare.
5541 (_bfd_mips_elf_set_private_flags): Declare.
5542 (_bfd_mips_elf_copy_private_bfd_data): Declare.
5543 (_bfd_mips_elf_merge_private_bfd_data): Declare.
5544 (_bfd_mips_elf_find_nearest_line): Declare.
5545 (_bfd_mips_elf_set_section_contents): Declare.
5547 * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
5549 (elf_info_to_howto): Define.
5550 * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
5552 (elf_info_to_howto): Define.
5553 * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
5555 (elf_info_to_howto): Define.
5557 * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
5558 R_MOV16B[12], to match change in coff/internal.h.
5562 * elf64-mips.c: Extensive additions to provide better support for
5563 writing files and for gas.
5564 * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
5565 of mips_elf_object_p.
5566 (mips_elf32_object_p): Rename from mips_elf_object_p; call
5567 _bfd_mips_elf_object_p.
5568 (_bfd_mips_elf_final_write_processing): Rename from
5569 mips_elf_final_write_processing and make globally visible.
5570 (_bfd_mips_elf_fake_sections): Rename from
5571 mips_elf_fake_sections and make globally visible.
5572 (_bfd_mips_elf_section_from_bfd_section): Rename from
5573 mips_elf_section_from_bfd_section and make globally visible.
5574 (_bfd_mips_elf_section_processing): New function, broken out of
5575 mips_elf_section_processing.
5576 (mips_elf32_section_processing): Rename from
5577 mips_elf_section_processing; call
5578 _bfd_mips_elf_section_processing.
5579 (_bfd_mips_elf_symbol_processing): Rename from
5580 mips_elf_symbol_processing and make globally visible.
5581 (_bfd_mips_elf_read_ecoff_info): Rename from
5582 mips_elf_read_ecoff_info and make globally visible.
5583 (mips_elf32_ecoff_debug_swap): Rename from
5584 mips_elf_ecoff_debug_swap.
5585 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
5586 struct symbol_cache_entry.
5587 (_bfd_elf_validate_reloc): New function, moved in from
5588 elfcode.h:validate_reloc.
5589 * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
5590 to _bfd_elf_validate_reloc. Change all callers.
5591 * elf-bfd.h (bfd_section_from_shdr): Declare.
5592 (_bfd_elf_symbol_from_bfd_symbol): Declare.
5593 (_bfd_elf_validate_reloc): Declare.
5594 (_bfd_mips_elf_object_p): Declare.
5595 (_bfd_mips_elf_fake_sections): Declare.
5596 (_bfd_mips_elf_section_from_bfd_section): Declare.
5597 (_bfd_mips_elf_section_processing): Declare.
5598 (_bfd_mips_elf_symbol_processing): Declare.
5599 (_bfd_mips_elf_read_ecoff_info): Declare.
5600 (_bfd_mips_elf_final_write_processing): Declare.
5601 * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
5604 * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
5605 (mips_elf_final_write_processing): Likewise.
5609 64-bit MIPS ELF ABI objdump support:
5610 * elf64-mips.c: New file.
5611 * Makefile.in: Rebuild dependencies.
5612 (BFD64_BACKENDS): Add elf64-mips.o.
5613 (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
5614 * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
5615 bfd_elf64_littlemips_vec to targ_selvecs.
5616 (mips*-*-elf*): Likewise.
5617 * confingure.in: Add bfd_elf64_bigmips_vec and
5618 bfd_elf64_littlemips_vec to vector switch.
5619 * configure: Rebuild.
5620 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
5621 broken out of mips_elf_section_from_shdr.
5622 (mips_elf32_section_from_shdr): Rename from
5623 mips_elf_section_from_shdr. Call new function.
5624 (elf_backend_section_from_shdr): Update name of renamed function.
5625 * elf-bfd.h (struct elf_size_info): Change second parameter of
5626 write_out_phdrs to be const. Likewise for second parameter of
5628 (struct bfd_elf_section_data): Add rel_hdr2 field.
5629 (bfd_elf32_swap_symbol_in): Change second parameter to be const.
5630 (bfd_elf32_swap_symbol_out): Likewise.
5631 (bfd_elf32_swap_reloc_in): Likewise.
5632 (bfd_elf32_swap_reloc_out): Likewise.
5633 (bfd_elf32_swap_reloca_in): Likewise.
5634 (bfd_elf32_swap_reloca_out): Likewise.
5635 (bfd_elf32_swap_phdr_in): Likewise.
5636 (bfd_elf32_swap_phdr_out): Likewise.
5637 (bfd_elf32_swap_dyn_in): Likewise.
5638 (bfd_elf32_swap_dyn_out): Likewise.
5639 (bfd_elf32_slurp_symbol_table): Declare.
5640 (bfd_elf32_write_shdrs_and_ehdr): Declare.
5641 (bfd_elf32_write_out_phdrs): Declare.
5642 (bfd_elf64_swap_symbol_in): Change second parameter to be const.
5643 (bfd_elf64_swap_symbol_out): Likewise.
5644 (bfd_elf64_swap_reloc_in): Likewise.
5645 (bfd_elf64_swap_reloc_out): Likewise.
5646 (bfd_elf64_swap_reloca_in): Likewise.
5647 (bfd_elf64_swap_reloca_out): Likewise.
5648 (bfd_elf64_swap_phdr_in): Likewise.
5649 (bfd_elf64_swap_phdr_out): Likewise.
5650 (bfd_elf64_swap_dyn_in): Likewise.
5651 (bfd_elf64_swap_dyn_out): Likewise.
5652 (bfd_elf64_slurp_symbol_table): Declare.
5653 (bfd_elf64_write_shdrs_and_ehdr): Declare.
5654 (bfd_elf64_write_out_phdrs): Declare.
5655 (_bfd_mips_elf_section_from_shdr): Declare.
5656 * elf.c (bfd_section_from_shdr): Remove assertion requiring
5657 SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
5658 section for the section, add the new one to rel_hdr2. Increment
5659 reloc_count rather than setting it.
5660 * elfcode.h (elf_slurp_symbol_table): Define name as macro.
5661 Remove static declaration.
5662 (elf_write_shdrs_and_ehdr): Define name as macro.
5663 (elf_write_out_phdrs): Likewise.
5664 (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
5665 (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
5666 (elf_swap_symbol_in): Change second parameter to be const.
5667 (elf_swap_symbol_out): Likewise.
5668 (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
5669 (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
5670 (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
5671 (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
5672 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
5673 (elf_write_out_phdrs): Rename from write_out_phdrs. Change second
5674 parameter to be const. Make non-static.
5675 (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
5677 (elf_slurp_symbol_table): Make non-static.
5678 (NAME(_bfd_elf,size_info)): Update names of renamed functions.
5679 * elfxx-target.h (elf_info_to_howto): Define if not defined.
5680 (elf_backend_size_info): Likewise.
5681 (elfNN_bed): Use elf_backend_size_info.
5682 * targets.c (bfd_elf64_bigmips_vec): Declare.
5683 (bfd_elf64_littlemips_vec): Declare.
5684 (bfd_target_vector): Add bfd_elf64_bigmips_vec and
5685 bfd_elf64_littlemips_vec if BFD64 is defined.
5687 * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
5691 * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
5692 zeroes, in alignment holes.
5694 * configure: Rebuild with autoconf 2.10.
5696 * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
5697 potential leading underscore in the allocated buffer.
5701 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
5702 symbols into .sbss if this is a relocatable link.
5706 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
5707 undefined symbols when creating a shared library.
5711 * coff-sh.c: Add a bunch of new code and static const arrays to
5712 support aligning loads and stores on four byte memory boundaries.
5714 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
5716 (sh_relax_section): Look for R_SH_CODE relocs. If we find one,
5717 call sh_align_loads.
5718 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
5723 * cache.c (bfd_open_file): Unlink the file before opening it for
5726 * opncls.c (bfd_fdopenr): Set opened_once.
5730 * som.c (som_slurp_reloc_table): Clear external_relocs cache after
5733 * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
5734 the code unconditionally.
5738 * libcoff-in.h (struct pei_section_tdata): Define structure.
5739 (pei_section_data): Define macro.
5740 * libcoff.h: Rebuild.
5741 * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
5742 store s_paddr field in pei_section_data.
5743 (coff_compute_section_file_positions): Use pei_section_data rather
5744 than _cooked_size, and don't overwrite an existing value.
5745 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
5746 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
5747 * peicode.h (coff_bfd_copy_private_section_data): Define if
5749 (pe_bfd_copy_private_section_data): New static function if
5754 * srec.c (srec_set_arch_mach): Write as a function rather than a
5757 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
5758 no map, just check each member in turn to see whether it is
5763 * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
5764 table. Call BFD_ASSERT to validate header size, instead of
5766 (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
5771 * ppcboot.c: New target for looking at PPCbug boot records.
5773 * config{ure.in,.bfd}: Add support for ppcboot target.
5775 * configure: Regenerate.
5779 * coff-h8300.c (howto_table): Update names to match recent
5780 changes to include/coff/internal.h. Fix minor errors in the
5781 existing relocs. Add R_MOVL1 and R_MOVL2.
5782 (rtype2howto): Similarly.
5783 (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
5784 existing relaxing code and peform more relaxing.
5785 (h8300_reloc16_extra_cases): Likewise.
5789 * reloc16.c (bfd_coff_reloc16_get_value): Handle common
5794 * elfcode.h (elf_object_p): Reject generic ELF target if
5795 e_machine matches an alternate machine code in a specific backend.
5797 * netbsd-core.c (netbsd_core_vec): Remove initializer for
5798 obsolete align_power_min field.
5802 * coff-h8300.c (reloc_howto_type): Add howto entry for
5804 (rtype2howto): Handle R_PCRWORD_B.
5805 (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
5806 (h8300_reloc_16_estimate): Likewise. Try to turn a 16bit
5807 pc-relative branch (R_PCRWORD) into an 8bit pc-relative
5808 branch (R_PCWORD_B).
5812 * aoutx.h (translate_from_native_sym_flags): Set the section for
5813 BSF_CONSTRUCTOR symbols.
5815 * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
5820 * coffcode.h (coff_write_object_contents): In comdat section lookup,
5821 stop looking when section is found.
5825 * coffcode.h (STRING_SIZE_SIZE): Define.
5826 (styp_to_sec_flags): Handle long symbol names when looking for the
5828 (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
5829 (bfd_coff_long_section_names): Define.
5830 (coff_write_object_contents): Handle long section names.
5831 (bfd_coff_std_swap_table): Initialize new field.
5832 * libcoff.h: Rebuild.
5833 * coffgen.c (make_a_section_from_file): Handle long section
5835 (coff_write_symbols): Handle long section names.
5836 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
5837 * coff-mips.c (mips_ecoff_backend_data): Likewise.
5838 * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
5839 * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
5840 * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
5841 * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
5842 * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
5843 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
5845 * bout.c (b_out_callback): Set lma of sections.
5846 (b_out_bfd_get_relocated_section_contents): Rename in_abfd
5847 parameter to output_bfd. Used input_bfd instead of output_bfd in
5852 * aoutx.h (translate_from_native_sym_flags): Don't create
5853 SEC_CONSTRUCTOR sections.
5854 * ecoff.c (ecoff_set_symbol_info): Likewise.
5856 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
5861 * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
5862 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
5866 * elf32-mips.c (struct mips_elf_link_hash_entry): Add
5867 mips_32_relocs field.
5868 (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
5869 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
5870 relocs against a global symbol which is not defined in a regular
5872 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
5873 against a global symbol, increment mips_32_relocs.
5874 (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
5875 the symbol is not defined in a regular file, make room in the
5880 * ecoff.c (ecoff_compute_section_file_positions): Track the real
5881 file position and the virtual file position separately. Set
5882 filepos information bsaed on the real file position.
5883 (_bfd_ecoff_set_section_contents): Handle .lib sections like the
5884 Jan 23 change to coffcode.h.
5886 * som.c (som_slurp_symbol_table): Set the symbol count to the
5887 number of BFD symbols created.
5891 * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
5892 output file if linking shared objects. Loop to check all relocs,
5893 rather than returning false on first error.
5897 * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
5898 (ppc_elf_additional_program_headers): If .interp section, bump #
5899 of program headers by 1.
5900 (ppc_elf_adjust_dynamic_symbol): Flesh out support.
5901 (ppc_elf_size_dynamic_sections): Add support for .plt section.
5902 (ppc_elf_check_relocs): Print out filename in debug code. Enable
5904 (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
5906 (ppc_elf_relocate_section): If the output section isn't defined,
5907 don't abort, just give an error message.
5909 * elflink.c (_bfd_elf_create_dynamic_sections): If the section
5910 being created is .sdata or .sdata2, don't make the symbol dynamic.
5914 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
5915 members of an archive for dynamic objects with no symbols, and
5916 pass them directly to check_archive_element.
5917 (xcoff_link_check_ar_symbols): Pass dynamic objects to
5918 xcoff_link_check_dynamic_ar_symbols.
5919 (xcoff_link_check_dynamic_ar_symbols): New static function.
5921 * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
5922 from _bfd_nodynamic to _bfd_xcoff.
5923 * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
5925 (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
5926 (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
5927 (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
5928 * libcoff.h: Rebuild.
5929 * xcofflink.c (xcoff_swap_ldrel_in): New static function.
5930 (xcoff_get_section_contents): New static function.
5931 (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
5932 (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
5933 (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
5934 (xcoff_dynamic_reloc): New static variable.
5935 (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
5936 (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
5940 * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
5941 if reloc_entry->addend is not 0.
5942 (CALC_ADDEND): Just set the addend to reloc.r_offset.
5946 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
5948 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
5949 Add entries for R_SPARC_[56].
5950 (sparc_reloc_map): Add entries for R_SPARC_[56].
5954 Optimize linking of stabs in sections as used in ELF and COFF.
5955 * stabs.c: New file.
5956 * libbfd-in.h (_bfd_link_section_stabs): Declare.
5957 (_bfd_write_section_stabs): Declare.
5958 (_bfd_write_stab_strings): Declare.
5959 * libbfd.h: Rebuild.
5960 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
5961 (struct coff_link_hash_table): Add stab_info field.
5962 * libcoff.h: Rebuild.
5963 * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
5965 (coff_link_add_symbols): Call _bfd_link_section_stabs if
5967 (_bfd_coff_final_link): Write out stab strings hash table.
5968 (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
5969 * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
5971 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
5972 (struct bfd_elf_section_data): Add stab_info field.
5973 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
5975 * elflink.h (elf_link_add_object_symbols): If appropriate, call
5976 _bfd_link_section_stabs.
5977 (elf_bfd_final_link): Write out stab strings hash table.
5978 (elf_link_input_bfd): Handle optimized stabs sections.
5979 * reloc.c (_bfd_final_link_relocate): Check address against
5980 _raw_size rather than _cooked_size.
5981 * Makefile.in: Rebuild dependencies.
5982 (BFD_LIBS): Add stabs.o
5983 (BFD_LIBS_CFILES): Add stabs.c.
5985 * VERSION: Increment for bfdlink.h change.
5987 * coffgen.c (coff_renumber_symbols): Correct handling of
5988 BSF_NOT_AT_END common symbols.
5992 * coff-ppc.c (record_toc): Add cast to avoid warning.
5993 (ppc_allocate_toc_section): Likewise.
5994 (coff_ppc_relocate_section): Remove ANSI C string concatenation.
5995 (ppc_coff_reloc_type_lookup): Remove unreached code.
5996 * coffcode.h (coff_write_object_contents): Don't take the address
5998 * peicode.h (pe_print_idata): Add casts to avoid warning.
5999 (pe_print_edata): Likewise.
6000 (pe_print_reloc): Remove ANSI C string concatenation.
6004 * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
6006 * libcoff.h: Rebuild.
6007 * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
6009 (coff_swap_aux_out): Likewise.
6010 * peicode.h (coff_swap_aux_in): Likewise.
6011 (coff_swap_aux_out): Likewise.
6012 * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
6014 * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
6016 (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
6017 Fix up .bf endndx link fields.
6018 * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
6020 * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
6025 * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
6026 on Solaris PowerPC systems doesn't get confused.
6028 * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
6031 * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
6032 (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
6033 update did_reg and did_reg2.
6037 * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
6039 * linker.c (_bfd_generic_link_add_one_symbol): When calling the
6040 callback routines, pass h->root.string rather than name, in case
6041 copy is true and name is transient.
6045 * elfcore.h: Add support for core files with multiple threads.
6046 (Primarily for Solaris.)
6050 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
6051 section->orelocation is NULL.
6053 * coffgen.c (bfd_coff_get_syment): New function.
6054 (bfd_coff_get_auxent): New function.
6055 * bfd-in.h (bfd_coff_get_syment): Declare.
6056 (bfd_coff_get_auxent): Declare.
6057 * bfd-in2.h: Rebuild.
6061 * elf32-mips.c (struct mips_hi16): Define.
6062 (mips_hi16_addr, mips_hi16_addend): Remove.
6063 (mips_hi16_list): New static variable.
6064 (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
6065 (mips_elf_lo16_reloc): Process mips_hi16_list.
6066 (mips_elf_relocate_section): Permit an arbitrary number of HI16
6067 relocs before the associated LO16 reloc.
6071 * versados.c (versados_scan): Check bfd_alloc return value.
6072 (versados_object_p): Check all bfd_read return values. Require
6073 that lang field be less than 10, to avoid confusion with Intel Hex
6076 * libaout.h (WRITE_HEADERS): Write out the relocs even if there
6078 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
6079 not 0, for an absolute symbol.
6080 (NAME(aout,swap_ext_reloc_out)): Likewise.
6082 * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
6083 (ihex_write_object_contents): For a large start address, output
6084 the full 32 bit address in record type 5.
6086 * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
6087 to int to avoid promotion problems in prototype.
6091 * configure.host: Use ${srcdir} when looking for picfrag.
6093 * configure.host: Switch on ${libdir}, not $(libdir). From
6096 * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
6097 entry point, not just for DYNAMIC objects.
6098 * sunos.c (sunos_add_dynamic_symbols): Always call
6099 sunos_create_dynamic_sections. If called with a non DYNAMIC
6100 object, don't do anything else.
6101 (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
6105 * configure.in: Permit --enable-shared to specify a list of
6107 * configure: Rebuild.
6109 * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
6110 host when configuring with --enable-shard.
6114 * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
6117 * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
6118 to avoid crashing in bfd_hash_replace.
6120 * sysdep.h: Use #ifdef, not #if.
6124 * config.in: Rebuild.
6128 * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
6129 (AC_CHECK_HEADERS): Check for sys/time.h
6130 (AC_HEADER_TIME): Add macro.
6131 * configure: Rebuild.
6132 * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
6133 to control what combination of <time> and <sys/time.h>
6138 * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
6139 (aout_32_sunos4_write_object_contents): Likewise.
6140 * aoutx.h (NAME(aout,machine_type)): Handle
6141 bfd_mach_sparc_{sparclet,sparclite}.
6142 * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
6143 (bfd_mach_sparc_v9_p): Update.
6144 * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
6145 * libaout.h (enum machine_type): Add M_SPARCLET.
6146 * sunos.c (MACHTYPE_OK): Define.
6147 * bfd-in2.h: Regenerated.
6151 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
6152 * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
6153 * elflink.c (_bfd_elf_create_got_section): Store the
6154 _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
6155 * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
6156 global offset table goes over 0x1000, set the value of
6157 _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
6158 (elf32_sparc_relocate_section): Subtract the offset of
6159 _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
6161 * elfcode.h: Don't include <string.h>.
6165 * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
6166 generic_link_hash_newfunc. All references changed.
6167 * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
6168 moved here from libbfd-in.h.
6169 * libbfd-in.h: Corresponding changes.
6170 * libbfd.h: Regenerated.
6174 * aoutx.h (aout_link_input_section_std): When reporting an
6175 overflow error, use the name of the symbol in the hash table if
6177 (aout_link_input_section_ext): Likewise.
6179 * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
6180 defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
6184 * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
6185 * coffcode.h (coff_compute_section_file_positions): Likewise.
6186 (coff_write_object_contents): Likewise.
6190 * section.c (SEC_LINK_ONCE): Define.
6191 (SEC_LINK_DUPLICATES): Define.
6192 (SEC_LINK_DUPLICATES_DISCARD): Define.
6193 (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
6194 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
6195 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
6196 * bfd-in2.h: Rebuild.
6197 * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
6198 SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
6199 (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
6200 into SEC_EXCLUDE. If IMAGE_SCN_LNK_COMDAT is set, set
6201 SEC_LINK_ONCE, and look through the symbol table for the setting
6202 for SEC_LINK_DUPLICATES.
6203 (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
6204 set for a section, find the section symbol in the symbol table,
6205 and set the aux entry based on SEC_LINK_DUPLICATES.
6206 * coffgen.c (coff_print_symbol): Add a space before "checksum".
6207 * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
6208 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
6209 * coff-i386.c (i386coff_vec): Likewise.
6210 * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
6212 * VERSION: Bump to 2.6.1.
6213 * Makefile.in (stamp-h): Depend upon VERSION.
6217 * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
6218 * libbfd.h: Rebuilt.
6219 * linker.c (generic_link_hash_newfunc): No longer static.
6220 * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
6222 * coff-h8300.c: Add two derived hash tables and their associated
6223 funtions and #defines for use by the h8300 linker.
6224 (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
6225 the function vector as needed. Place the address of the function
6226 vector entry in the location specified by the R_MEM_INDIRECT reloc.
6227 Rewrite the vectors section contents as necessary.
6228 (h8300_bfd_link_add_symbols): New function for the h8300 linker.
6229 (coff_bfd_link_add_symbols): Define to use h8300 specific version.
6230 (coff_bfd_link_hash_table_create): Likewise.
6234 * libhppa.h: If gcc 2.7 or higher, declare all the functions with
6235 __attribute__ ((__unused__)) so that -Wall doesn't warn about
6237 (hppa_rebuild_insn): Pass pointer to correct type to
6238 low_sign_unext and dis_assemble_21.
6242 * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
6243 Stick with sparc-*-{sysv4*,solaris2*}.
6247 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
6248 (coff_swap_aux_out): Swap out extra PE x_scn fields.
6249 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
6250 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
6251 fields is non-zero, print them.
6253 * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
6254 ifdef. Remove unused variables.
6255 (ppc_record_data_in_toc_entry): Ifdef out. Removed unused
6257 (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
6258 (get_symbol_value): Ifdef out.
6259 (pe_ppc_reloc): Ifdef out. Remove unused variables.
6260 (coff_ppc_relocate_section): Remove unused variables. Make
6261 fprintf strings and argument types correspond. Put before_addr in
6263 (dump_toc): Make fprintf strings and argument types correspond.
6264 (ppc_process_before_allocation): Remove unused variables. Always
6266 (ppc_reflo_reloc): Ifdef out.
6267 (ppc_addr32nb_reloc): Ifdef out.
6268 (ppc_coff_rtype2howto): Make fprintf strings and argument types
6270 (coff_ppc_rtype_to_howto): Likewise.
6271 (ppc_coff_swap_sym_in_hook): Remove unused variables.
6273 * peicode.h (pe_print_idata): Move otherwise unused variables into
6274 the #ifdef where they are used. Always return a value.
6275 (pe_print_edata): Make fprintf strings and argument types
6276 correspond. Always return a value.
6277 (pe_print_pdata): Removed unused variable addr_value. Always
6279 (pe_print_reloc): Remove unused variable onaline. Make fprintf
6280 strings and argument types correspond. Always return a value.
6282 * elf32-ppc.c (ppc_elf_fake_sections): Return true.
6283 (ppc_elf_finish_dynamic_symbol): Move definition of unused
6284 variable rela inside #if 0 section where it is used.
6286 * ns32k.h: New file.
6287 * cpu-ns32k.h: Include ns32k.h. Rename externally visible
6288 functions to start with _bfd_.
6289 * aout-ns32k.c: Include ns32k.h. Change references to renamed
6290 functions in cpu-ns32k.h.
6291 * Makefile.in: Rebuild dependencies.
6292 (HFILES): Add ns32k.h.
6294 * section.c (struct sec): Add linker_mark field. Change
6295 user_set_vma and reloc_done to be single bit fields.
6296 (STD_SECTION): Update accordingly.
6297 * bfd-in2.h: Rebuild.
6298 * aoutx.h (NAME(aout,final_link)): Mark sections included in the
6300 (aout_link_input_bfd): Don't link unmarked sections.
6301 * cofflink.c (_bfd_coff_final_link): Mark sections included in the
6303 (_bfd_coff_link_input_bfd): Don't link unmarked sections.
6304 * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
6306 * elflink.h (elf_bfd_final_link): Mark sections included in the
6308 (elf_link_input_bfd): Don't link unmarked sections.
6309 * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
6311 (xcoff_link_input_bfd): Don't link unmarked sections.
6313 * coffswap.h (coff_swap_scnhdr_out): Include section name in
6314 overflow error messages.
6318 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
6319 is not set, print "BFD: " before the error message.
6321 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
6323 * configure: Rebuild.
6327 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
6330 * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
6331 m68k-aout, m68k-coff, and m68k-elf targets.
6335 * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
6336 (ieee_generic_stat_arch_elt): Restructured to prevent
6337 ieee_object_p from being called repeatedly.
6341 * coffcode.h (coff_write_object_contents): Allocate
6342 buffers large enough for any FILEHDR or AOUTHDR.
6346 * ecofflink.c (lookup_line): New static function, renamed and
6347 slighly changed from old _bfd_ecoff_locate_line.
6348 (_bfd_ecoff_locate_line): Cache line number information. Use
6349 lookup_line for actual lookup.
6353 * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
6354 multiple of 20 bytes.
6358 * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
6359 allocate ecoff_find_line, and don't initialize by hand.
6360 * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
6361 mips_elf_find_line, and don't call memset.
6363 * coffcode.h (coff_compute_section_file_positions): If not
6364 producing a final executable, don't consider sofar when aligning
6365 the section to the correct size.
6369 * coffcode.h (coff_add_missing_symbols): Ifdef out.
6370 (coff_write_object_contents): Don't call coff_add_missing_symbols.
6371 * coffgen.c (coff_section_symbol): Ifdef out.
6375 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
6376 output_bfd is not NULL.
6380 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
6381 of bfd_alloc (fixes fix_line not being initialized).
6382 Delete zeroing of fix_{value,tag,end,scnlen} fields.
6386 * coffcode.h: Allow specific backends to override the
6387 bfd_link_add_symbols routine.
6389 * coff-h8300.c: Include genlink.h.
6390 (howto_table): Add R_MEM_INDIRECT.
6391 (rtype2howto): Support R_MEM_INDIRECT.
6392 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
6397 * coff-alpha.c (alpha_relocate_section): Use
6398 info->callbacks_warning, rather than _bfd_error_handler, for
6399 "multiple gp" warning.
6403 * linker.c (bfd_wrapped_link_hash_lookup): New function.
6404 (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
6405 table string. Use bfd_wrapped_link_hash_lookup.
6406 (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
6408 * aoutx.h (aout_link_write_symbols): Use the name from the hash
6409 table, if any, when writing out symbols.
6410 (aout_link_input_section_std): Use the name from the hash table,
6411 if any, when reporting undefined symbols.
6412 (aout_link_input_section_ext): Likewise.
6413 (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
6414 * bout.c (get_value): Likewise.
6415 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
6416 * ecoff.c (ecoff_reloc_link_order): Likewise.
6417 * elflink.h (elf_link_add_object_symbols): Likewise.
6418 (elf_reloc_link_order): Likewise.
6419 * linker.c (_bfd_generic_link_output_symbols): Likewise.
6420 (_bfd_generic_reloc_link_order): Likewise.
6421 (default_indirect_link_order): Likewise.
6422 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
6423 * sunos.c (sunos_add_one_symbol): Likewise.
6424 * xcofflink.c (xcoff_link_add_symbols): Likewise.
6425 (bfd_xcoff_link_count_reloc): Likewise.
6426 (xcoff_reloc_link_order): Likewise.
6428 * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
6429 into -1 for intern->rss.
6431 * configure: Rebuild with autoconf 2.8.
6435 * stab-syms.c (__define_stab_duplicate): Define.
6436 (bfd_get_stab_name): Rename from aout_stab_name. Rewrite to use a
6438 * bfd-in.h (bfd_get_stab_name): Declare.
6439 * bfd-in2.h: Rebuild.
6440 * Makefile.in: Rebuild dependencies.
6441 (BFD_LIBS): Add stab-syms.o.
6442 (BFD_LIBS_CFILES): Add stab-syms.c.
6443 (BFD32_BACKENDS): Remove stab-syms.o.
6444 (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
6445 * configure.in: Don't list stab-syms.o in bfd_backends.
6446 * configure: Rebuild.
6447 * libaout.h (aout_stab_name): Don't declare.
6448 * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
6453 * elf.c (assign_file_positions_for_segments): Adjust file offset
6454 for section alignment even if SEC_LOAD is not set.
6458 * configure.in: Don't set SHLIB or SHLINK to an empty string,
6459 since they appear as targets in Makefile.in.
6460 * configure: Rebuild.
6462 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
6463 don't fiddle with a symbol which is not defined anywhere.
6467 * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
6468 though they are defined in a shared library.
6469 (xcoff_build_ldsyms): Likewise.
6471 * coffgen.c (coff_find_nearest_line): Don't look at the line
6472 numbers for the section if section->lineno is NULL.
6474 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
6475 message rather than calling BFD_ASSERT.
6476 * elfcode.h (write_relocs): Check return value of
6477 _bfd_elf_symbol_from_bfd_symbol.
6481 * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
6486 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
6488 (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
6489 hppa_reloc_field_selector_type_alt.
6490 (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
6491 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
6493 (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
6497 * elf.c (assign_file_positions_for_segments): Adjust the segment
6498 memory size for the alignment of a SEC_ALLOC section, not just a
6503 * m68klinux.c: New file.
6504 * hosts/m68klinux.h: New file.
6505 * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
6506 * configure.in (m68*-*-linux*): New native host.
6507 (m68klinux_vec): New vector.
6508 * configure: Rebuild.
6509 * targets.c (m68klinux_vec): Declare.
6510 * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
6511 bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
6512 * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
6513 declaration from bfd_linux_size_dynamic_sections.
6514 (bfd_m68klinux_size_dynamic_sections): Declare.
6515 * bfd-in2.h: Rebuild.
6516 * Makefile.in: Rebuild dependencies.
6517 (BFD32_BACKENDS): Add m68klinux.o.
6518 (BFD32_BACKENDS_CFILES): Add m68klinux.c.
6522 * libhppa.h (pa_arch): Add pa20.
6523 (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
6524 (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt.
6525 (hppa_field_adjust): Handle e_nsel.
6526 * som.c: Provide default definitions for many new relocs found only
6527 in hpux10 include files.
6528 (som_fixup_formats): Add several new relocs from hpux10.
6529 (som_hppa_howto_table): Add hpux10 relocs.
6530 (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
6534 * mpw-make.sed: Edit out recent shared library support, and
6535 rules to rebuild .h files using doc/chew.
6539 * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
6540 size even of sections with no contents.
6544 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
6545 starting with '$' the way we skip names starting with '.'. When
6546 updating x_endndx, don't be fooled by an index which has been
6549 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
6550 struct/union/enum type with no elements.
6554 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
6556 * archive.c (bfd_generic_archive_p): If the first file in the
6557 archive can not be recognized as an object, don't assume that this
6558 is the wrong format.
6560 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
6561 format is not bfd_object.
6562 (bfd_elf_get_dt_soname): Likewise.
6566 * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
6571 * bfd.c (tdata): Add netbsd_core_data.
6572 * bfd-in2.h: Regenerated.
6576 * sunos.c (SUNOS_CONSTRUCTOR): Define.
6577 (sunos_add_one_symbol): Don't let a symbol from a dynamic object
6578 override a constructor symbol. Set SUNOS_CONSTRUCTOR when
6581 * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
6582 to get the symbol index, matching 14 Jul 95 change.
6586 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
6587 Remove duplicate definition of gp.
6591 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
6592 assume that we can set the GP value and then get the same value,
6593 since it won't be true if the output file is neither ELF nor
6595 * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
6596 _bfd_get_gp_value here.
6597 (mips_gprel_reloc): Don't assume we can set and get the GP value.
6598 * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
6600 (mips_elf_lo16_reloc): Likewise.
6601 (mips_elf_final_gp): Add pgp parameter. Set it to the GP value.
6602 Don't require that the BFD be ELF.
6603 (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
6604 (mips_elf_gprel32_reloc): Likewise.
6605 (mips_elf_relocate_section): Don't assume we can set and get the
6607 (mips_elf_finish_dynamic_symbol): Don't bother to use
6608 _bfd_get_gp_value here.
6610 * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
6611 Don't change epdr between malloc and free. Be careful not to free
6612 NULL pointers. Zero out the first RPDR.
6614 * configure.host: On Linux, only pass -rpath option if $(libdir)
6615 is neither /lib nor /usr/lib. From Alan Modra
6618 * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
6620 (elf_dt_name): Rename from elf_dt_needed_name.
6621 * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
6623 (bfd_elf_get_dt_soname): New function.
6624 * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
6625 elf_dt_needed_name. Save the SONAME back in elf_dt_name.
6626 * bfd-in.h (bfd_elf_get_dt_soname): Declare.
6627 * bfd-in2.h: Rebuild.
6631 * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
6632 _bfd_sparc_elf_reloc_type_lookup.
6633 (bfd_elf32_bfd_reloc_type_lookup): Update.
6634 * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
6635 (sparc64_elf_howto_table): Define.
6636 (sparc_reloc_map): Define.
6637 (sparc64_elf_reloc_type_lookup): New function.
6638 (sparc_elf_wdisp16_reloc): New function.
6639 (elf_info_to_howto): Use sparc64_elf_howto_table.
6640 (sparc64_elf_relocate_section): Likewise.
6641 (bfd_elf64_bfd_reloc_type_lookup): Update.
6645 * configure.host: Check for 'do not mix' from native linker before
6646 trying to use -rpath.
6650 * bfd.c (_bfd_get_gp_value): New function.
6651 (_bfd_set_gp_value): New function.
6652 * libbfd-in.h (_bfd_get_gp_value): Declare.
6653 (_bfd_set_gp_value): Declare.
6654 * libbfd.h: Rebuild.
6655 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
6656 _bfd_get_gp_value and _bfd_set_gp_value rather than referring
6657 directly to the fields in the tdata information.
6658 (alpha_relocate_section): Likewise.
6659 * coff-mips.c (mips_adjust_reloc_in): Likewise.
6660 (mips_gprel_reloc): Likewise.
6661 (mips_relocate_section): Likewise.
6662 * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
6663 (mips_elf_lo16_reloc): Likewise.
6664 (mips_elf_final_gp): Likewise.
6665 (mips_elf_gprel16_reloc): Likewise.
6666 (mips_elf_gprel32_reloc): Likewise.
6667 (mips_elf_relocate_section): Likewise.
6668 (mips_elf_finish_dynamic_symbol): Likewise.
6670 * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
6674 * configure.in: Call AC_PROG_CC before configure.host.
6675 * configure: Rebuild.
6676 * configure.host: Don't set information which autoconf should
6677 figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
6679 * configure.host: Remove go32 and win32 host information, since it
6680 should no longer be needed.
6682 * elf.c (map_sections_to_segments): If we have a .dynamic section,
6683 then start a new segment rather than put a writable section in a
6686 * configure.host: Set RPATH_ENVVAR.
6688 * Makefile.in: Rebuild dependencies.
6690 * elflink.c (_bfd_elf_create_linker_section): Remove unused
6691 zero_section variable.
6695 * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
6696 ($(srcdir)/libbfd.h): Rename from libbfd.h.
6697 ($(srcdir)/libcoff.h): Rename from libcoff.h.
6701 * ieee.c (ieee_write_expression): Only use an R variable for a
6702 local symbol. Don't output a zero offset. Handle a zero address.
6703 (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
6704 (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
6706 (parse_expression): Don't try to handle multiple occurrences of a
6707 P variable. Handle I variables differently from X variables. Fix
6708 the order of minus expressions.
6709 (ieee_slurp_external_symbols): Generate an I variable for an NN
6710 record. Fix handling of ATI and ATX records.
6711 (ieee_slurp_sections): Only set minimal section attributes.
6712 Adjust them later, based on the section contents.
6713 (ieee_object_p): Read in the file until just after the ME record.
6714 Call ieee_slurp_section_data to set the section flags.
6715 (do_one): Add iterations parameter. Only repeat the first load
6716 item. Set the section and file reloc flags.
6717 (ieee_slurp_section_data): Set section flags. Pass iterations to
6719 (ieee_canonicalize_reloc): Handle I variables.
6720 (do_with_relocs): Only emit relocation size when necessary.
6721 Increase MAXRUN to 127. Change ov to be assigned, and take
6722 src_mask and pcrel_offset into account.
6723 (ieee_write_data_part): Skip sections that are not loaded.
6724 (ieee_write_external_part): Don't output optional last entry of WX
6726 (ieee_write_me_part): Make setting of me_record neater.
6727 (ieee_generic_stat_arch_elt): Get the size of an archive element.
6729 * syms.c (stt): Add entries for zerovars, vars, and code.
6731 * elfcode.h (validate_reloc): New static function.
6732 (write_relocs): Call validate_reloc for non ELF relocs.
6734 * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
6735 (TARGET_BIG_SYM): Use elf_symbol_leading_char.
6736 (TARGET_LITTLE_SYM): Likewise.
6738 * config.bfd (m68*-*-psos*): New target.
6742 * i386msdos.c: Remove some #if 0 code.
6743 (msdos_write_object_contents): Don't include empty sections in the
6744 size computation, regardless of their address.
6748 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
6749 is NULL, ie, the -r switch is used.
6753 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
6754 (BFD_RELOC_MIPS_GOT_LO16): Define.
6755 (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
6756 * bfd-in2.h, libbfd.h: Rebuild.
6757 * elf32-mips.c (mips_reloc_map): Map new relocs.
6759 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
6761 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
6764 * ieee.c (get_symbol): Set the section to bfd_abs_section.
6765 (do_with_relocs): If EXEC_P is set and there are no relocs, use a
6766 simple number for the section address, rather than an expression.
6767 Limit the number of bytes between relocs to MAXRUN.
6768 (ieee_write_me_part): Set me_record to the file offset after the
6770 (ieee_write_processor): New static function.
6771 (ieee_write_object_contents): Use ieee_write_processor.
6775 * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
6777 * coff-aux.c: Change include of aux.h to aux-coff.h.
6781 * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
6782 relocation put the addend both in the reloc entry and the data.
6783 (elf_m68k_finish_dynamic_symbol): Likewise. Mask out marker in
6786 * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
6787 a R_68K_PCxx reloc against a defined global symbol directly.
6788 (elf_m68k_check_relocs): Don't count such a reloc.
6790 * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
6791 a PLTxx reloc as dynamic. Disallow PLTxxO reloc against a local
6792 symbol for now, otherwise always record the symbol as dynamic.
6793 (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
6794 is not referenced by a dynamic object, and we are not making a
6795 shared object, then don't make a PLT entry. If we do make a PLT
6796 entry, make sure the symbol has been recorded as dynamic.
6800 * configure.host: When making a shared library, set HLDFLAGS to
6801 pass an appropriate -rpath option. Use the make variable SONAME
6802 as the shared library soname, rather than computing it here. On
6803 SunOS, build stamp-tshlink in place of $(SHLINK).
6804 * Makefile.in (SONAME): New variable.
6805 ($(SHLINK)): Make a link to the transformed name, as well.
6806 (stamp-tshlink): New target.
6807 (install): Skip stamp-tshlink during install.
6811 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
6812 linker sections have been set up yet.
6814 * elf.c (make_mapping): Add an additional argument to suppress
6815 making the first section include the program headers.
6816 (map_sections_to_segments): If the user used -Ttext such that the
6817 program headers are on a different page, do not set the flags
6818 saying that this section includes the program headers.
6822 * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
6823 don't define TRAD_HEADER.
6824 * configure: Rebuild.
6826 * netbsd-core.c: New file, support for NetBSD core files.
6827 * hosts/*nbsd.h: Removed.
6831 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
6832 (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
6833 * libbfd.h, bfd-in2.h: Regenerated.
6834 * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
6835 bfd_elf32_bfd_reloc_type_lookup.
6836 (reloc_type{,_names}): Deleted.
6837 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
6839 (sparc_reloc_map): Add sparc64 relocs.
6840 (sparc_elf_notsupported_reloc): New static function.
6841 (sparc_elf_wdisp16_reloc): New static function.
6842 (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
6843 (elf32_sparc_relocate_section): Likewise.
6844 (bfd_elf32_bfd_reloc_type_lookup): Define.
6845 * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
6846 (reloc_type{,_names}): Deleted.
6847 (elf_sparc_howto_table): Deleted.
6848 (sparc_reloc_map): Deleted.
6849 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
6850 (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
6854 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
6857 * Makefile.in (program_transform_name): New variable.
6858 (install): Transform library name before installing it.
6862 * archures.c (bfd_mach_i960_hx): Define.
6863 * bfd-in2.h: Rebuild.
6864 * cpu-i960.c (scan_960_mach): Accept machine "hx".
6865 (MATRIX): Expand entries for HX.
6866 (arch_info_struct): Add i960:hx entry.
6867 * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
6868 * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
6869 (coff_set_flags): Handle bfd_mach_i960_hx.
6871 Support for building as a shared library, based on patches from
6873 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
6874 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
6875 SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
6876 * configure: Rebuild.
6877 * configure.host: If --enable-shared, adjust shared library stuff
6878 based on the host. If the host is SunOS, and the linker supports
6879 -rpath, set HLDFLAGS to use it.
6880 * Makefile.in (ALLLIBS): New variable.
6881 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
6882 (COMMON_SHLIB, SHLINK): New variables.
6883 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
6884 (STAGESTUFF): Remove variable.
6885 (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
6887 (stamp-ofiles): New target, like old ofiles target, but build
6888 using a temporary file and move-if-change, and touch stamp-ofiles
6890 (ofiles): Just depend upon stamp-ofiles.
6891 (stamp-piclist, piclist): New targets.
6892 ($(SHLIB), $(SHLINK)): New targets.
6893 (targets.o, archures.o): Build twice if PICFLAG is set.
6894 (do_mostlyclean): Remove pic/*.o.
6895 (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
6897 (do_distclean): Remove pic and stamp-picdir.
6898 (install): Install shared libraries.
6899 ($(OFILES)): Depend upon stamp-picdir.
6900 (stamp-picdir): New target.
6902 * libcoff-in.h: Add comment reminding people that libcoff.h is a
6904 * libcoff.h: Rebuild.
6906 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
6907 flavour of a section with no owner.
6909 * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
6910 ELF_LINK_NON_ELF flag.
6911 (mips_elf_create_got_section): Likewise.
6913 * elf.c: Revert last change, since it breaks dynamic linking.
6914 * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
6916 * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
6917 * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
6918 (elfNN_bed): Don't initialize want_hdr_in_seg field.
6922 * elf.c (assign_file_positions_for_segments): If the backend does
6923 not want the elf header or the program headers in the address
6924 space, do not include them in the calculations.
6926 * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
6927 function to determine if we need additional program headers.
6928 (ppc_elf_modify_segment_map): Define as a NOP function for now.
6929 (ppc_elf_create_linker_section): .sdata2 is a read-only section.
6933 * coffcode.h: Move today's libcoff.h change into coffcode.h.
6937 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
6938 back into one line. Some compilers (sunos 4.1.3 for example)
6939 won't accept args split across more than one line.
6943 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
6944 * configure: Regenerate.
6948 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
6949 try to do arithmetic on a void *, cast it to a unsigned char * first.
6953 * elf-bfd.h (ELF_LINK_NON_ELF): Define.
6954 * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
6956 * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
6957 flag for a newly defined symbol.
6958 (NAME(bfd_elf,record_link_assignment)): Likewise.
6959 (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
6960 set the DEF or REF_REGULAR flags correctly.
6962 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
6963 (libbfd.h, libcoff.h): Corresponding change.
6965 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
6966 a PLT32 reloc as dynamic.
6967 (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
6968 is not referenced by a dynamic object, and we are not making a
6969 shared object, then don't make a PLT entry. If we do make a PLT
6970 entry, make sure the symbol has been recorded as dynamic.
6974 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
6975 * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
6976 (powerpcle-*-cygwin32): New.
6977 * peicode.h (add_data_entry): Get address from vma.
6981 * elflink.c (_bfd_elf_create_linker_section): If the symbol
6982 attached to the section has already been created as an undefined
6983 symbol, treat it as if it hasn't been created yet.
6987 * elflink.h (elf_bfd_final_link): Don't output initial dummy
6988 symbol or section symbols if stripping all symbols and this is not
6989 a relocateable link. Don't output the symbol string table if
6990 there are no symbols.
6991 (elf_link_flush_output_syms): Don't do anything if there are no
6996 * coff-aux.c: New file.
6997 * hosts/m68kaux.h: New file.
6998 * config.bfd (m68*-apple-aux*): New target.
6999 * configure.in (m68*-apple-aux*): New native host.
7000 (m68kaux_coff_vec): New vector.
7001 * configure: Rebuild.
7002 * targets.c (m68kaux_coff_vec): Declare.
7003 * coffcode.h (bfd_coff_backend_data): Add field
7004 _bfd_coff_link_add_one_symbol.
7005 (bfd_coff_link_add_one_symbol): Define.
7006 (compare_arelent_ptr): New static function if TARG_AUX.
7007 (coff_write_relocs): If TARG_AUX, sort the relocs.
7008 (coff_write_object_contents): Set A/UX aouthdr magic number.
7009 (coff_link_add_one_symbol): Define if not defined.
7010 (bfd_coff_std_swap_table): Initialize new field.
7011 * libcoff.h: Rebuild.
7012 * cofflink.c (coff_link_add_symbols): Call
7013 bfd_coff_link_add_one_symbol rather than
7014 _bfd_generic_link_add_one_symbol.
7015 * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
7016 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
7017 * coff-mips.c (mips_ecoff_backend_data): Likewise.
7018 * Makefile.in: Rebuild dependencies.
7019 (BFD32_BACKENDS): Add coff-aux.o.
7020 (BFD32_BACKENDS_CFILES): Add coff-aux.c.
7024 * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
7025 relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
7029 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
7030 $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
7031 (maintainer-clean): Warn about deleting special files.
7032 (bfd-in2.h, libbfd.h, libcoff.h): New targets.
7034 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
7035 warning symbols correctly.
7036 * elf32-i386.c (elf_i386_relocate_section): Likewise.
7037 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7038 * elf32-mips.c (mips_elf_relocate_section): Likewise.
7039 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
7040 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7041 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7043 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
7048 * libcoff-in.h: aligned newly exported names with bfd naming
7049 conventions. Removed an erroneous define of POWERPC_LE_PE.
7050 * libcoff.h: Rebuild.
7051 * cofflink.c, coff-ppc.c: the above function name changes
7056 * ecoff.c (struct extsym_info): Define.
7057 (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
7058 to ecoff_link_write_external.
7059 (ecoff_link_write_external): Accept a struct extsym_info pointer.
7060 Strip symbols when appropriate.
7063 * syms.c (BSF_OBJECT): Define.
7064 (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
7065 * bfd-in2.h: Rebuild.
7066 * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
7068 * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
7071 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
7072 copying relocs into a shared object, treat a defined global symbol
7074 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7075 * elf32-mips.c (mips_elf_relocate_section): Likewise.
7076 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7078 * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
7079 real defined symbol, not to a weak defined symbol.
7083 * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
7084 and made a few static functions externs.
7086 * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
7087 POWERPC_LE_PE hack in cofflink.
7089 * libcoff-in.h: promoted the following from cofflink.c to allow
7090 _bfd_coff_final_link to be overridden - STRING_SIZE_SIZE,
7091 coff_debug_merge_element, struct coff_debug_merge_type,
7092 coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
7093 coff_debug_merge_hash_table_init, coff_debug_merge_hash_table_free,
7094 coff_debug_merge_hash_lookup, coff_link_section_info,
7095 coff_final_link_info, coff_debug_merge_hash_newfunc,
7096 coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
7098 * libcoff.h: re-gen'd
7102 * syms.c: Include "bfdlink.h".
7103 (struct stab_find_info): Define.
7104 (_bfd_stab_section_find_nearest_line): New function.
7105 * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
7106 * libbfd.h: Rebuild.
7107 * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
7108 * elf.c (_bfd_elf_find_nearest_line): Try calling
7109 _bfd_stab_section_find_nearest_line before searching the ELF
7110 symbol table. Find the closest STT_FUNC symbol, not the last one.
7111 * libcoff-in.h (coff_data_type): Add line_info field.
7112 * libcoff.h: Rebuild.
7113 * coffgen.c (coff_find_nearest_line): Try calling
7114 _bfd_stab_section_find_nearest_line before searching the COFF
7116 * Makefile.in: Rebuild dependencies.
7120 * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
7121 4 bytes, so we get the correct value when updating the register
7122 field in little endian mode.
7126 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
7127 entry_section fields. Add sntoc and snentry fields.
7128 * libcoff.h: Rebuild.
7129 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
7130 not toc_section and entry_section (the COFF file does not have any
7131 sections at this point).
7132 (coff_write_object_contents): Set o_snentry and o_sntoc from
7133 snentry and sntoc rather than entry_section and toc_section.
7134 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
7135 snentry, not toc_section and entry_section.
7136 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
7137 entry_section from hentry.
7138 (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
7140 (xcoff_link_input_bfd): Set sntoc, not toc_section.
7141 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
7142 than using toc_section directly.
7144 * archures.c: Add missing `.' in enum bfd_architecture.
7145 * bfd-in2.h: Rebuild.
7147 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
7152 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
7153 to sections we allocate. Use bfd_zalloc to allocate initialial
7154 sections, not bfd_alloc.
7155 (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
7156 SDA{,2}I16 relocations.
7157 (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
7158 whether to put something in .sbss or not.
7159 (ppc_elf_relocate_section): Add support for more relocations. Add
7160 in sec->output_offset where appropriate. Make error messages
7161 include the symbol name.
7163 * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
7164 trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
7165 doesn't get redefined messages if -shared.
7167 * elflink.h (elf_create_pointer_linker_section) Only bump RELA
7168 section if the rel_section field has been set up.
7172 * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
7177 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
7178 of flags, only flags used are controlled by mach number. Bump up
7179 output file mach number to highest of input file mach numbers.
7180 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
7181 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
7183 * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
7184 bfd_elf64_sparc_vec support.
7188 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
7189 the embedded bit is set on some objects and not on others. Just
7191 (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
7196 * coffcode.h (coff_new_section_hook): Don't try to align the
7199 * coffcode.h (coff_set_section_contents): Fix the handling of the
7200 .lib section to work even if the entire section contents are
7206 * elflink.h (elf_finish_pointer_linker_section): Don't allocate
7207 memory here for contents.
7209 * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
7210 _SDA2_BASE_ by 32768.
7211 (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
7212 started using. Allocate contents for .sdata and .sdata2 sections
7214 (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
7216 (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
7217 size _SDA{,2}_BASE_.
7218 (ppc_elf_relocate_section): Change how sdata{,2} relocations are
7223 * elflink.h (elf_finish_pointer_linker_section): Fix typo.
7225 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
7226 (bfd_mach_sparc_{v8plus,v8plusa}): Define.
7227 (bfd_mach_sparc_v9a): Define.
7228 (bfd_mach_sparc_v9_p): Define.
7229 * bfd-in2.h: Regenerated.
7230 * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
7232 * elf64-sparc.c (sparc64_elf_object_p): Likewise.
7233 * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
7234 to bfd_elf32_sparc_vec.
7235 * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
7236 Add v8plus{,a} support.
7238 (sparc_compatible): New function.
7239 * elf32-sparc.h: #include "elf/sparc.h".
7240 (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
7241 elf32_sparc_final_write_processing): New functions.
7242 (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
7243 elf_backend_final_write_processing): Define.
7247 * elf-bfd.h (struct elf_link_hash_entry): Add
7248 linker_section_pointer field.
7249 (enum elf_linker_section_enum): Enumeration for new way of
7250 creating linker dynamic sections and symbols.
7251 (elf_linker_section{,_pointers}): New structures for creating
7252 dynamic sections and symbols.
7253 (elf_obj_tdata): Add linker_section_pointers and linker_section
7255 (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
7256 (_bfd_elf_create_linker_section): New declarations.
7257 (_bfd_elf_find_pointer_linker_section): Ditto.
7258 (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
7259 (_bfd_elf_make_linker_section_rela): Ditto.
7261 * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
7263 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
7264 (ppc_elf_create_linker_section): New function to create the
7265 sections .got, .sdata, and .sdata2.
7266 (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
7268 (ppc_elf_check_relocs): Support more of the eabi relocations.
7269 (ppc_elf_relocate_section): Ditto.
7270 (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
7271 if the .sdata{,2} + .sbss{,2} section size is > 32k.
7273 * elflink.h (elf_create_pointer_linker_section): New function to
7274 create initialized pointers in dynamic linker sections.
7275 (elf_finish_pointer_linker_section): Actually intialize the
7276 pointers created above.
7278 * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
7279 macros to provide both 32 and 64 bit versions of
7280 elf_create_pointer_linker_section.
7281 (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
7282 provide both 32 and 64 bit versions of
7283 elf_finish_pointer_linker_section.
7285 * elflink.c (_bfd_elf_create_linker_section): New function to
7286 create a linker section.
7287 (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
7288 given address in the linker pointer offsets created for a given
7290 (_bfd_elf_make_linker_section_rela): Make a RELA section
7291 corresponding to the generated linker section.
7295 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
7299 * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
7300 (coff_ppc_relocate_section): Handle special values for gcc built dlls.
7301 (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
7302 Also begin the toc at 4 as an eye catcher ('31313131' marks the first
7303 toc entry in an objdump) for now.
7304 (ppc_do_last, ppc_get_last): New function - needed to save processing
7305 the toc owner to the end.
7306 (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
7309 * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
7310 toc owner from being done till last. Must define POWERPC_LE_PC
7313 * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
7315 * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
7317 (coff_swap_aouthdr_out): Removed a non-working hack for computing the
7318 SizeOfImage for PowerPC. Ignore the size of the .junk section.
7322 * elfcore.h: Include <signal.h> before <sys/procfs.h>.
7326 * cpu-powerpc.c (arch_info_struct): Change last entry to not point
7328 (bfd_powerpc_arch): Point at first entry in arch_info_struct.
7332 * elf.c (assign_file_positions_for_segments): Don't increment file
7333 offset for a segment which contains no loadable sections.
7337 * reloc.c: Add new PowerPC relocations.
7338 * {bfd-in2,libbfd}.h: Regenerate.
7340 * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
7341 (ppc_elf_reloc_type_lookup): Lookup new relocations.
7345 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
7348 * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
7351 * coffgen.c (coff_find_nearest_line): Don't try to cache
7352 information in sections that are not owned by a BFD. From Richard
7355 * elf32-mips.c: Numerous changes to dynamic linking code, mostly
7357 * elflink.h (elf_link_output_extsym): Remove special check for
7360 * ecoffswap.h: Add prototypes for static functions.
7364 * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
7365 (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
7367 (ppc_elf_relocate_section): No longer allow .sdata/.sbss sections
7368 to satisfy a TOC16 relocation. Rewrite unsupported relocation
7369 support. Begin support for R_PPC_SDA{2,}REL.
7373 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
7374 create the .got and .got.neg sections.
7375 (ppc_elf_size_dynamic_sections): Call it.
7376 (ppc_elf_check_relocs): Call it.
7377 (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
7378 (ppc_elf_check_relocs): Add error messages for relocations we
7379 don't yet support. Do not include R_PPC_SDAREL16 like a GOT
7384 * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
7385 section flags for V.4 and eabi.
7389 * elf.c (assign_file_positions_for_segments): If a segment
7390 contains no sections, don't mark it as readable.
7392 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
7393 * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
7395 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
7396 dynamic section, if there is one.
7397 * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
7398 (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
7399 (bfd_elf64_swap_dyn_in): Likewise.
7400 * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
7402 (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
7404 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
7405 DT_TEXTREL entry because of .rel.plt. From Martin Pirker
7410 * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
7411 PowerPC V.4 and eabi.
7412 * bfd-in2.h: Regenerate.
7413 * libfd.h: Regenerate.
7415 * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
7417 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
7418 section type and SHF_EXCLUDE section flag, turning them into the
7419 appropriate bfd section flag.
7423 * xcofflink.c (xcoff_link_add_symbols): Create the special
7424 sections if we see a DYNAMIC object, in case that is the only
7425 XCOFF input object we see.
7427 * elf32-mips.c: Extensive changes for a start at dynamic linking
7430 * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
7431 (struct elf_backend_data): Remove
7432 elf_backend_create_program_headers field. Add
7433 elf_backend_additional_program_headers and
7434 elf_backend_modify_segment_map fields.
7435 * elfxx-target.h (elf_backend_type_change_ok): Define if not
7437 (elf_backend_additional_program_headers): Likewise.
7438 (elf_backend_modify_segment_map): Likewise.
7439 (elf_backend_create_program_headers): Don't define.
7440 (elfNN_bed): Change to account for field changes.
7441 * elf.c (assign_file_positions_for_segments): Call new
7442 modify_segment_map backend function. Don't call old
7443 create_program_headers backend function.
7444 (get_program_header_size): Call additional_program_headers rather
7445 than create_program_headers.
7446 * elflink.h (elf_link_add_object_symbols): Initialize
7447 type_change_ok from new backend field.
7448 (elf_link_output_extsym): Don't warn if _rld_new_interface is
7450 (elf_reloc_link_order): Treat a reloc against a defined symbol as
7451 a reloc against the appropriate section.
7453 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
7454 (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
7455 (elf_flags_init): Rename from elf_ppc_flags_init.
7456 * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
7458 (ppc_elf_copy_private_bfd_data): Likewise.
7459 (ppc_elf_merge_private_bfd_data): Likewise.
7461 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
7466 * coff-alpha.c (alpha_relocate_section): During final link, allow
7467 output .lita section to be bigger than 64k by adjusting gp value
7468 on a per-input section basis.
7469 * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
7471 (struct ecoff_section_tdata): Add gp field.
7475 Handle Alpha ECOFF changes in OSF/1 3.2.
7476 * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
7478 * coff-alpha.c: Include "aout/ar.h".
7479 (alpha_ecoff_get_relocated_section_contents): Don't require an
7480 ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
7481 3.2 doesn't generate one.
7482 (alpha_relocate_section): Likewise.
7483 (alpha_ecoff_slurp_armap): Define.
7484 (alpha_ecoff_slurp_extended_name_table): Define.
7485 (alpha_ecoff_construct_extended_name_table): Define.
7486 (alpha_ecoff_truncate_arname): Define.
7487 (alpha_ecoff_write_armap): Define.
7488 (alpha_ecoff_generic_stat_arch_elt): Define.
7489 (alpha_ecoff_update_armap_timestamp): Define.
7491 (alpha_ecoff_read_ar_hdr): New static function.
7492 (alpha_ecoff_get_elt_at_filepos): New static function.
7493 (alpha_ecoff_openr_next_archived_file): New static function.
7494 (alpha_ecoff_get_elt_at_index): New static function.
7495 (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
7496 (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
7497 _bfd_ecoff to alpha_ecoff.
7498 * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
7499 field from backend structure, rather than always calling
7500 _bfd_get_elt_at_filepos.
7501 * coff-mips.c (mips_ecoff_backend_data): Initialize
7502 get_elt_at_filepos field.
7503 * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
7504 from _bfd_generic_read_ar_hdr with minor changes.
7505 (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
7506 * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
7507 * libbfd.h: Rebuild.
7509 * bfd-in.h (BFD_IN_MEMORY): Define.
7510 * libbfd-in.h (struct bfd_in_memory): Define.
7511 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
7512 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
7513 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
7514 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
7515 * bfd.c (struct _bfd): Change iostream field from char * to PTR.
7516 (bfd_get_size): Handle BFD_IN_MEMORY flag.
7517 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
7518 (bfd_open_file): Cast to PTR, not char *, when setting iostream.
7519 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
7520 * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
7522 (bfd_openstreamr): Likewise.
7523 * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
7524 BFD_IN_MEMORY is not set.
7525 * riscix.c (riscix_some_aout_object_p): Likewise.
7526 * bfd-in2.h, libbfd.h: Rebuild.
7528 * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
7529 (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
7530 (bfd_get_elt_at_index): Define.
7531 * archive.c (_bfd_generic_get_elt_at_index): Rename from
7532 bfd_get_elt_at_index. Change index parameter from int to
7534 * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
7535 (_bfd_noarchive_get_elt_at_index): Define.
7536 (_bfd_archive_bsd_get_elt_at_index): Define.
7537 (_bfd_archive_coff_get_elt_at_index): Define.
7538 * bfd-in2.h, libbfd.h: Rebuild.
7539 * aout-target.h (MY_get_elt_at_index): Define if not defined.
7540 * coff-rs6000.c (xcoff_get_elt_at_index): Define.
7541 * ieee.c (ieee_get_elt_at_index): Define.
7542 * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
7543 * oasys.c (oasys_get_elt_at_index): Define.
7544 * som.c (som_get_elt_at_index): Define.
7546 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
7547 numbers to the .text section.
7551 * ieee.c (ieee_write_debug_part): Change return type to boolean.
7552 If there is a SEC_DEBUGGING section, get the contents of the debug
7553 information part from it.
7554 (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
7556 (ieee_write_object_contents): Check ieee_write_debug_part return.
7560 * config.bfd (i[345]86-*-freebsd*): Add target.
7561 * configure.in (i386freebsd_vec): Add vec.
7562 * configure: Regenerate.
7563 * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
7564 (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
7565 Rebuild dependencies..
7566 * freebsd.h: New file.
7567 * i386freebsd.c: New file.
7568 * targets.c (i386freebsd_vec): Declare.
7569 (bfd_target_vector): Add i386freebsd_vec.
7570 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
7571 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
7575 * ieee.c (ieee_slurp_debug): New static function.
7576 (ieee_object_p): Call it.
7577 (ieee_slurp_section_data): Skip debugging sections.
7578 (ieee_get_reloc_upper_bound): Likewise.
7579 (ieee_get_section_contents): Likewise.
7580 (ieee_canonicalize_reloc): Likewise.
7581 (ieee_write_section_part): Likewise.
7582 (ieee_write_debug_part): Likewise.
7583 (ieee_write_data_part): Likewise.
7584 (init_for_output): Likewise.
7588 * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
7590 (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
7591 relocs, since ppc_elf_relocate_section handles the linker case.
7592 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
7594 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
7595 ppc_elf_relocate_section since that is now the only caller.
7596 (ppc_elf_relocate_section): Ditto.
7600 * coffcode.h (coff_write_object_contents): If we don't know the
7601 section of the entry point for an XCOFF executable, always set the
7602 entry address to -1.
7606 * elf.c (bfd_section_from_shdr): Add support for note sections.
7610 * bfd-in.h (struct _symbol_info): Add stab_type field.
7611 * bfd-in2.h: Rebuild.
7612 * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
7614 * elf32-ppc.c: Remove trailing newline from calls to
7616 (ppc_elf_merge_private_bfd_data): Only warn about endianness
7617 difference if target endianness is known.
7621 * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
7622 old style TOC16 references without using R_PPC_GOT.
7623 (ppc_reloc_type): Ditto.
7624 (ppc_elf_reloc_type_lookup): Add support for TOC16.
7625 (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
7626 (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
7627 (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
7628 (ppc_elf_check_relocs): New function for GOT/PLT support that is
7630 (ppc_elf_adjust_dynamic_symbol): Ditto.
7631 (ppc_elf_adjust_dynindx): Ditto.
7632 (ppc_elf_size_dynamic_sections): Ditto.
7633 (ppc_elf_finish_dynamic_symbol): Ditto.
7634 (ppc_elf_finish_dynamic_sections): Ditto.
7635 (ELF_DYNAMIC_INTERPRETER): Define.
7639 * elf.c (copy_private_bfd_data): When attaching sections to
7640 segments ignore sections that won't be allocated. Patch from
7645 * config.bfd: Match on m68k-cbm-* only if OS doesn't match
7650 * coff-i960.c (CALC_ADDEND): Define.
7651 (coff_i960_relocate_section): Add the input section VMA to the
7652 addend for PC relative relocs.
7656 * peicode.h (pe_print_pdata): Must test the entire entry for zero
7657 to correctly terminate.
7661 * targets.c (enum bfd_endian): Define.
7662 (bfd_target): Rename byteorder_big_p to byteorder, and change it
7663 from boolean to enum bfd_endian. Change header_byteorder_big_p
7665 * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
7666 (bfd_header_big_endian, bfd_header_little_endian): New macros.
7667 * bfd-in2.h: Rebuild.
7668 * All targets: Change initialization of byteorder and
7669 header_byteorder to use enum bfd_endian values rather than
7671 * All files: Change all references to byteorder_big_p and
7672 header_byteorder_big_p to use new bfd_*_endian macros.
7674 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
7676 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
7678 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
7682 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
7686 * ieee.c: Lots of minor cleanups. Make many functions return
7687 errors rather than calling abort. Also:
7688 (ieee_write_twobyte): Remove; change callers to call existing
7689 ieee_write_2bytes function.
7690 (ieee_write_expression): Don't output the section twice when
7691 outputting a local symbol. Don't emit an extraneous zero if there
7693 (ieee_slurp_sections): Set the lma as well as the vma.
7694 (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
7696 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
7697 a recognized one or bfd_arch_unknown.
7698 (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
7700 (ihex_get_symtab): Likewise.
7704 * aoutx.h: Include <ctype.h>.
7705 (struct aout_link_includes_table): Define.
7706 (struct aout_link_includes_totals): Define.
7707 (struct aout_link_includes_entry): Define.
7708 (aout_link_includes_lookup): Define macro.
7709 (struct aout_final_link_info): Add includes field.
7710 (aout_link_includes_newfunc): New static function.
7711 (NAME(aout,final_link)): Initialize includes hash table.
7712 (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
7716 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
7720 * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
7724 * peicode.h (pe_print_reloc): New function to dump the .reloc section.
7725 (pe_print_private_bfd_data): call pe_print_reloc.
7726 * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
7727 * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
7728 up some debugging as well.
7732 * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
7737 * elflink.h (elf_link_add_object_symbols): Set section_count to 0
7738 when setting sections to NULL.
7742 * xcofflink.c (struct xcoff_loader_info): Add export_defineds
7744 (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
7745 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
7747 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
7748 * bfd-in2.h: Rebuild.
7752 * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
7756 * ihex.c (ihex_scan): Handle record types 4 and 5.
7757 (ihex_object_p): Permit types 4 and 5.
7758 (ihex_set_section_contents): Remove check for out of range
7760 (ihex_write_object_contents): Generate types 4 and 5.
7762 * elflink.h (elf_link_output_extsym): Just ignore warning and
7763 indirect references to symbols which don't really exist.
7767 * peicode.h (pe_print_idata): Minor format fixes
7768 (pe_print_edata): New function. Under private printing, this formats
7769 the edata section of a PE file.
7770 (pe_print_private_bfd_data): Added call to pe_print_edata.
7774 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
7775 index, don't call stoi.
7779 * srec.c (srec_scan): Set lma as well as vma.
7781 * ihex.c: New file; support for Intel Hex format.
7782 * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
7783 (ihex_vec): Declare.
7784 (bfd_target_vector): Always include ihex_vec.
7785 * bfd.c (struct _bfd): Add ihex_data field to tdata union.
7786 * Makefile.in: Rebuild dependencies.
7787 (BFD_LIBS): Add ihex.o
7788 (BFD_LIBS_CFILES): Add ihex.c.
7789 * bfd-in2.h: Rebuild.
7791 * elf.c (assign_file_positions_for_segments): Sort the sections in
7793 (get_program_header_size): Return the right size if segment_map is
7795 (copy_private_bfd_data): Don't bother to sort the sections.
7797 * bfd.c (bfd_record_phdr): New function.
7798 * bfd-in.h (bfd_record_phdr): Declare.
7799 * bfd_in2.h: Rebuild.
7801 * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
7804 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
7805 (bfd_zmalloc): Return PTR, not char *. Take size_t, not
7807 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
7808 (bfd_zmalloc): Change declaration.
7809 * libbfd.h: Rebuild.
7810 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
7811 and realloc. Don't set bfd_error_no_memory if they fail.
7815 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
7816 uses as well. Added a new howto to deal with TOCREL16 relocs that
7817 are TOCDEFN as well.
7818 (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
7819 to handle RVA relocs from dlltool.
7820 (ppc_coff_rtype2howto): TOCDEFN reloc addition.
7821 (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
7822 (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
7824 * coffcode.h (coff_set_alignment_hook): check idata$X sections
7825 to get the right section alignment.
7829 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
7830 p_paddr if p_paddr is zero.
7831 (make_mapping): Set includes_filehdr and includes_phdrs for first
7833 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
7835 (assign_file_positions_for_segments): Handle includes_filehdr and
7836 includes_phdrs. Remove special handling of PT_PHDR and first
7838 (copy_private_bfd_data): Set includes_filehdr and includes_phdr
7839 when appropriate. Remove special handling of PT_PHDR segment.
7840 Use a more complex condition for when a section is included in a
7841 segment to handle Solaris linker oddities.
7845 * coff-m88k.c (howto_table): Reformatted for easier reading;
7846 special_function now points to new function m88k_special_reloc.
7847 (howto_hvrt16): Function previously used for handling HVRT16 relocs
7849 (rtype2howto): Do not add reloc's r_offset to the addend, this will
7850 be done correctly by m88k_special_reloc.
7851 (reloc_processing): New function to be used by RELOC_PROCESSING.
7852 (RELOC_PROCESSING): Define to call reloc_processing.
7856 * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
7857 (pe_print_pdata): Likewise.
7859 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
7860 obstack_alloc fails.
7861 (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
7863 * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
7864 * Many files: don't set bfd_error_no_memory if one of the above
7867 * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
7868 if p_paddr_valid is set.
7869 (copy_private_bfd_data): New static function.
7870 (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
7872 * elf.c (assign_file_positions_for_segments): Fix case where extra
7873 program headers were allocated.
7875 * elf.c (_bfd_elf_print_private_bfd_data): New function.
7876 * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
7877 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
7878 _bfd_elf_print_private_bfd_data.
7880 * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
7881 r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
7882 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
7883 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
7884 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
7885 (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
7886 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
7890 * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
7891 * elf.c (make_mapping): New static function.
7892 (map_sections_to_segments): New static function.
7893 (elf_sort_sections): New static function.
7894 (assign_file_positions_for_segments): New static function.
7895 (map_program_segments): Remove.
7896 (get_program_header_size): Remove sorted_hdrs, count, and
7897 maxpagesize parameters. Simplify.
7898 (assign_file_positions_except_relocs): When generating an
7899 executable, use assign_file_positions_for_segments.
7900 (elf_sort_hdrs): Remove.
7901 (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
7902 to get_program_header_size.
7906 * hp300hpux.c (MY(callback)): Set lma as well as vma.
7908 * configure, config.in: Regenerate with autoconf 2.7.
7910 * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
7911 * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
7915 * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
7916 (ecoff_sec_to_styp_flags): Likewise.
7917 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
7918 (ecoff_set_symbol_info): Handle scRConst.
7919 (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
7920 (ecoff_compute_section_file_positions): Handle .rconst section.
7921 (_bfd_ecoff_write_object_contents): Likewise.
7922 (ecoff_link_check_archive_element): Handle scRConst.
7923 (ecoff_link_add_externals): Likewise.
7924 (ecoff_link_write_external): Handle .rconst section.
7925 (ecoff_reloc_link_order): Likewise.
7926 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
7927 * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
7929 (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
7931 * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
7932 DEF_DYNAMIC flag is set.
7936 * host-aout.c: If TRAD_HEADER is defined, include it.
7940 * aclocal.m4 (AC_PROG_CC): Remove local definition.
7941 (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
7942 (BFD_NEED_DECLARATION): New function.
7943 * configure.in: Use BFD_NEED_DECLARATION.
7944 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
7945 * configure, config.in: Rebuild with autoconf 2.6.
7947 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
7948 special_sections before returning when called with a non XCOFF
7951 * coffgen.c (coff_renumber_symbols): Sort common symbols with
7954 * coffcode.h (coff_compute_section_file_positions): Only pad the
7955 previous section to force file alignment when creating an
7960 * coffcode.h (coff_compute_section_file_positions): If
7961 RS6000COFF_C, set up the .debug section.
7963 * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
7964 if it is not large enough to accomodate the entire TOC area with
7965 signed 16 bit offsets.
7966 (xcoff_write_global_symbol): Handle negative TOC offsets in global
7968 (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
7969 TOC anchor to use the TOC value used in the output file.
7973 * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
7974 (_bfd_coff_read_string_table): Likewise.
7978 * pe-arm.c: Fix typos.
7979 * coff-arm.c: Likewise.
7983 * coff-ppc.c (list_ele): Added "cat"egory member.
7984 (record_toc): New category parameter (priv or pub).
7985 (ppc_record_toc_entry): Check to see if toc bounds exceeded.
7986 (ppc_process_before_allocation): Removed embrionic data-in-toc from
7987 the mainline. It addes extra toc cells in error.
7988 (ppc_coff_swap_sym_in_hook): Added some documentation.
7989 (dump_toc): Can now diagnose "virtual toc" chicanery.
7993 * elf-bfd.h (struct elf_link_hash_table): Change type of
7994 dynsymcount and bucketcount fields from size_t to bfd_size_type.
7998 * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
7999 pointerize C_LEAFSTAT or C_LEAFEXT entries.
8001 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
8002 DT_INIT and DT_FINI entries if the _init or _fini symbol is
8003 defined or mentioned in a regular file.
8007 * coff-ppc.c (ppc_record_data_in_toc_entry): new function
8008 (coff_ppc_relocate_section): Handle TOCDEFN attribute
8009 (coff_ppc_relocate_section): Correct REL24 handling
8010 (ppc_process_before_allocation): Correct TOCDEFN handling
8012 * peicode.h (dir_names): Added name descriptions
8016 * VERSION: Updated to cygnus-2.6.
8020 * targets.c (m68k4knetbsd_vec): Declare.
8024 * targets.c (bfd_target): Change type of second argument to
8025 _bfd_print_private_bfd_data from void * to PTR.
8026 * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
8027 using PTR rather than void *.
8028 * bfd-in2, libbfd.h: Rebuild.
8029 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
8031 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
8032 _bfd_generic_bfd_print_private_bfd_data rather than casting
8037 * Makefile.in (.dep1): Fix stupid typo in last change. Remove any
8038 "DO NOT DELETE" lines or blank lines that mkdep writes on some
8040 (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
8041 BFD64_BACKENDS_CFILES): New variables.
8046 * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
8047 not at the file position of the first section.
8048 * coffcode.h (coff_compute_section_file_positions): Avoid using
8050 (coff_write_object_contents): When generating a PPC PE executable
8051 with no symbols, round up the file size to a COFF_PAGE_SIZE
8053 * cofflink.c (_bfd_coff_final_link): If there are no symbols,
8054 don't write out a string table.
8056 * elf.c (bfd_section_from_shdr): When using a different section
8057 header, pass the new one to _bfd_elf_make_section_from_shdr.
8058 (elf_fake_sections): Don't set sh_info and sh_entsize fields.
8059 (elf_map_symbols): Add section VMA to symbol value when comparing
8061 (_bfd_elf_compute_section_file_positions): Only build symbol table
8062 if there are some symbols. Set file offset of symtab and strtab
8064 (assign_file_positions_except_relocs): Remove dosyms parameter.
8065 Change all callers. Never set file offset of symtab and strtab
8067 (_bfd_elf_copy_private_section_data): New function.
8068 (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
8069 (_bfd_elf_copy_private_symbol_data): New function.
8070 (swap_out_syms): Check for special mapping of st_shndx created by
8071 copy_private_symbol_data.
8072 * elfxx-target.h: Use new copy routines.
8073 * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
8074 (_bfd_elf_copy_private_section_data): Declare.
8076 * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
8078 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
8081 * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
8082 _bfd_dummy_target, matching the recent change to archive
8087 * libbfd.c (bfd_get_file_window): Use casts to avoid doing
8088 arithmetic on PTR types.
8090 * aout-target.h (MY(callback)): Set the lma of the sections.
8092 * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
8093 symbol into a reloc against the section.
8097 * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
8098 glue for the relocs: IMGLUE and IFGLUE.
8099 (record_toc): new function - tracks toc contents
8100 (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
8101 (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
8102 (ppc_coff_rtype2howto): removed invalid IMGLUE hack
8103 (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
8104 (ppc_record_toc_entry): Removed a debug define (duh)
8106 * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
8107 (pe_print_idata): New function - formats the idata section data
8108 (pe_print_pdata): New function - formats the pdata section data
8109 (pe_print_private_bfd_data): calls to above
8113 * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
8114 * coff-rs6000.c (rs6000coff_vec): Add conditional defines
8115 TARGET_SYM and TARGET_NAME for vector and BFD name.
8116 * coff-pmac.c (pmac_xcoff_vec): Remove.
8117 (TARGET_SYM, TARGET_NAME): Define.
8118 * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
8119 machine to 0, not all PowerMacs are 601s.
8123 * elfcode.h (elf_object_p): Read in any program headers.
8124 * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
8125 based on the program headers, if any.
8126 (elf_fake_sections): Set sh_addr from the vma, not the lma.
8127 (map_program_segments): Set p_paddr of program headers based on
8132 * archive.c (bfd_generic_archive_p): Preserve tdata in case of
8135 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
8136 trying to do a relocateable link with a non-a.out object file.
8138 * archive.c (bfd_generic_archive_p): Check the first object file
8139 in an archive even if target_defaulted is set. If the object file
8140 has the wrong xvec, reject it.
8142 * aoutx.h (NAME(aout,set_section_contents)): If a section can not
8143 be represented, report the name via _bfd_error_handler.
8144 (translate_to_native_sym_flags): Likewise.
8145 * elf32-mips.c (mips_elf_final_link): Likewise.
8146 * oasys.c (oasys_write_sections): Likewise.
8148 * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
8149 which checks for STYP_OVRFLO sections.
8150 (coff_compute_section_file_positions): If RS6000COFF_C, handle
8151 reloc and lineno count overflows.
8152 (coff_write_object_contents): Call coff_count_linenumbers before
8153 coff_compute_section_file_positions. If RS6000COFF_C, handle
8154 reloc and lineno count overflows.
8155 * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
8156 relocs before dealing with .pad sections. Count overflow section
8157 headers when handling .pad sections.
8159 * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
8162 * xcofflink.c (XCOFF_DESCRIPTOR): Define.
8163 (struct xcoff_link_hash_table): Add descriptor_section and
8164 special_sections fields.
8165 (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
8166 (xcoff_link_add_symbols): Set linkage section alignment. Create
8167 descriptor section. Check for magic symbol names (_text, etc.),
8168 and record them in special_sections if found. Set
8169 XCOFF_DESCRIPTOR flag for a function descriptor, and set its
8170 descriptor field to point back to the function code symbol.
8171 (xcoff_sweep): Always mark the special descriptor_section.
8172 (bfd_xcoff_export_symbol): Check whether the symbol might be a
8173 function descriptor, and mark it if it is.
8174 (bfd_xcoff_size_dynamic_sections): Add new special_sections
8175 parameter, and fill it in. Allocate space for the descriptor
8177 (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
8178 global linkage code. If an undefined function descriptor is
8179 exported, arrange to define it. Warn about any other undefined
8181 (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
8182 (xcoff_write_global_symbol): Create a function descriptor when
8184 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
8185 * bfd-in2.h: Rebuild.
8189 * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
8190 (ppc_coff_link_hash_table): new types for hashing
8191 (ppc_coff_link_hash_newfunc): hash entry constructor
8192 (ppc_coff_link_hash_table_init): hash table initializer
8193 (ppc_coff_link_hash_table_create): hash table constructor
8194 (ppc_record_toc_entry): changed references to hash table
8195 (coff_ppc_relocate_section): changed references to hash table
8197 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
8198 * libcoff.h: Rebuild
8200 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
8201 (coff_link_add_symbols): removed toc_offset init
8205 * Makefile.in (.dep1): Make sure the file mkdep is to write exists
8208 * configure.in: Added new option --with[out]-mmap. Set USE_MMAP
8209 if it is given and mmep is available.
8210 * acconfig.h: Undef USE_MMAP.
8211 * configure, config.in: Regenerated.
8212 * aoutx.h: If USE_MMAP is not defined, do all symbol and string
8213 table handling the old way.
8214 (aout_get_external_symbols): Don't complain if last byte of string
8216 * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
8217 (bfd_free_window) [! USE_MMAP]: Don't define.
8218 (bfd_get_file_window,
8219 _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
8223 * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
8228 * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
8229 compatible with AMD generated COFF files. Try to support both AMD
8230 and GNU formats simultaneously.
8231 (coff_a29k_relocate_section): Likewise.
8233 * libbfd.c (bfd_get_file_window): Change writable parameter from
8234 int to boolean; update all callers. Pass MAP_SHARED if not
8235 writable--it's required on Solaris. Cast fprintf argument to
8237 * bfd-in.h (bfd_get_file_window): Update declaration.
8238 * bfd-in2.h: Rebuild.
8239 * aoutx.h: Update calls to bfd_get_file_window.
8241 * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
8243 (xcoff_swap_ldhdr_in): New static function.
8244 (xcoff_swap_ldsym_in): New static function.
8245 (xcoff_find_reloc): Handle the case of a single reloc correctly.
8246 (xcoff_link_add_symbols): If we just created a descriptor, pass it
8247 to _bfd_generic_link_add_one_symbol, to save a hash lookup.
8248 Handle XTY_ER/XMC_XO symbols correctly.
8249 (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
8250 rather than normal symbol table.
8251 (bfd_xcoff_import_symbol): It's not an error if the symbol is
8252 already defined with the same absolute value.
8253 (xcoff_mark): When considering called symbols, check whether the
8254 descriptor is from a dynamic object, rather than the symbol
8256 (xcoff_build_ldsyms): Likewise.
8258 * libbfd.c (bfd_get_file_window): Change return type to boolean.
8259 Cast realloc and malloc return values. If malloc or realloc fail,
8260 set bfd_error_no_memory.
8261 * bfd-in.h (bfd_get_file_window): Change type to boolean.
8262 * bfd-in2.h: Rebuild.
8266 * coff-ppc.c (ppc_record_toc_entry): new function.
8267 (in_reloc_p): changed return value.
8268 (coff_ppc_relocate_section): much rework.
8269 (ppc_allocate_toc_section): new function.
8270 (ppc_process_before_allocation): new function.
8271 (ppc_coff_swap_sym_in_hook): new function.
8273 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
8274 (coff_link_add_symbols): initialize toc_offset.
8276 * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
8277 (coff_swap_aouthdr_out): Added more sections to the data
8278 dictionary for the pe file header. Also changed linker version
8279 number on the ppc side.
8280 (dir_names): small improvements to the dictionary printing.
8281 (pe_mkobject_hook): save the file level flags.
8283 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
8284 (pe_tdata): added real_flags field
8285 (coff_tdata): added local_toc_sym_map and access macro
8287 * libcoff.h (coff_link_hash_entry): added toc_offset field
8288 (pe_tdata): added real_flags field
8289 (coff_tdata): added local_toc_sym_map and access macro
8291 * coffcode.h (coff_set_alignment_hook): added hook for PE.
8292 (coff_mkobject): init for local_toc_sym_map
8293 (coff_write_object_contents): set the internal_a.magic to
8294 IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
8299 * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
8300 entries until both the line number address and the function name
8301 address are too large.
8303 * configure.in: Call AC_CHECK_PROG to find and cache AR.
8304 * configure: Rebuilt.
8306 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
8307 is defined in the environment.
8311 * som.c (som_get_section_contents_in_window): Define to use
8316 * coff-i860.c: New file, based on coff-i386.c.
8317 * cpu-i860.c: New file, based on cpu-i386.c.
8318 * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
8319 * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
8320 targets, using i860coff_vec.
8321 * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
8322 trad-core.o and hosts/i860mach3.h.
8323 (i860coff_vec): Use coff-i860.o and cofflink.o.
8324 * configure: Rebuild.
8325 * Makefile.in: Rebuild dependencies.
8326 (ALL_MACHINES): Add cpu-i860.o.
8327 (BFD32_BACKENDS): Add coff-i860.o.
8328 (CFILES): Add cpu-i860.c and coff-i860.c.
8329 * targets.c (i860coff_vec): Declare.
8330 (bfd_target_vector): Add &i860coff_vec.
8331 * archures.c (bfd_i860_arch): Declare.
8332 (bfd_archures_list): Add &bfd_i860_arch.
8333 * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
8334 (coff_set_flags): Handle bfd_arch_i860.
8335 (coff_write_object_contents): Handle I860 a.out magic number.
8339 * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
8340 the created .tc section to 2.
8341 (xcoff_mark): Don't keep a .loader reloc for a call to an
8342 undefined symbol when creating a shared library.
8343 (xcoff_build_ldsyms): When creating a shared library, generate
8344 global linkage code for a call to an undefined symbol.
8348 * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
8349 BFD32_BACKENDS, BFD64_BACKENDS.
8350 (.dep1): Put mkdep output in a separate file.
8351 Rebuilt dependencies.
8353 * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
8356 Permit use of mmap when available:
8358 * configure.in: Check for mmap, madvise, mprotect.
8359 * config.in, configure: Regenerated.
8361 * libbfd.c (struct _bfd_window_internal): Define type.
8362 (bfd_init_window, bfd_free_window, bfd_get_file_window): New
8364 (ok_to_map): New static variable for debugging.
8365 (_bfd_generic_get_section_contents_in_window): New function.
8366 * bfd-in.h (bfd_window_internal): Declare type.
8367 (bfd_window): Define type.
8368 (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
8369 * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
8372 * libaout.h (struct aoutdata): Add two window fields.
8373 (obj_aout_sym_window, obj_aout_string_window): New macros.
8374 * aoutx.h (some_aout_object_p): Initialize windows.
8375 (aout_get_external_symbols): Get symbol data and strings in
8376 windows instead of explicitly allocated buffers.
8377 (slurp_symbol_table): Free window instead of memory.
8378 (bfd_free_cached_info): Release windows instead of freeing storage
8380 (aout_link_free_symbols): Ditto.
8382 * targets.c (bfd_target): Add new field for
8383 get_section_contents_in_window.
8384 (BFD_JUMP_TABLE_GENERIC): Updated.
8385 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
8386 coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
8387 libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
8388 macros for get_section_contents_in_window field.
8392 * core.c: Renamed to corefile.c
8393 * makefile.dos (OBJS): Change core.o to corefile.o
8394 * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
8398 * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
8399 to o. Clobber and restore the list of new csects around the call
8400 to _bfd_generic_link_add_one_symbol, in case it wants to report a
8401 linker error and the linker wants to read the symbol table. Reset
8402 the line number count of a real section even if it has no relocs.
8403 (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
8405 * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
8410 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
8411 an undefined symbol in a shared link.
8413 * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
8414 oldtype from bfd_link_order_type to bfd_link_hash_type. From
8419 * coff-m88k.c (rtype2howto): New static function.
8420 (RTYPE2HOWTO): Use it rather than a macro definition.
8422 * coffcode.h (coff_write_object_contents): set internal_a.magic
8423 to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
8425 * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
8426 define TRAD_HEADER to new file hosts/delta68.h.
8427 m88*-motorola-sysv*, however, does use ptrace-core.o.
8428 * hosts/delta68.h: New file.
8430 * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
8431 bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
8435 * i386linux.c (MY(vec)): Declare before use.
8439 * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
8440 Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
8442 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
8443 BFD is not of the right type.
8444 (bfd_elf_get_needed_list): Likewise.
8445 * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
8446 * sunos.c (bfd_sunos_get_needed_list): Likewise.
8447 * xcofflink.c (XCOFF_XVECP): Define.
8448 (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
8450 (bfd_xcoff_import_symbol): Likewise.
8451 (bfd_xcoff_export_symbol): Likewise.
8452 (bfd_xcoff_link_count_reloc): Likewise.
8453 (bfd_xcoff_record_link_assignment): Likewise.
8454 (bfd_xcoff_size_dynamic_sections): Likewise.
8456 * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
8457 table index against the number of symbols for a base relative
8460 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
8462 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
8463 full_aouthdr flag here...
8464 (_bfd_xcoff_bfd_final_link): ...not here.
8468 * libelf.h: Rename to elf-bfd.h to avoid conflict with
8469 systems that have a system <libelf.h>.
8470 * Makefile.in: Globally replace libelf.h with elf-bfd.h.
8471 * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
8472 elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
8473 elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
8474 elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
8475 elfxx-target.h: Include elf-bfd.h rather than libelf.h.
8476 * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
8480 * ecoff.c (ecoff_set_symbol_info): Add new parameter weak. If
8481 set, set BSF_WEAK in symbol. Change all callers.
8482 (ecoff_get_extr): Set weakext based on BSF_WEAK.
8483 (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
8484 _bfd_generic_link_add_one_symbol.
8485 (ecoff_indirect_link_order): Check that the section tdata relocs
8486 are not NULL before using them.
8488 * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
8489 define TRAD_HEADER as hosts/alphalinux.h.
8490 * configure: Rebuild.
8491 * hosts/alphalinux.h: New file.
8492 * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
8497 * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
8498 C_ECOMM storage classes.
8500 * xcofflink.c (xcoff_mark_symbol): New static function, broken out
8502 (xcoff_mark): Call xcoff_mark_symbol.
8503 (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
8504 (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
8506 (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
8510 * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
8512 (xcoff_find_reloc): New static function.
8513 (xcoff_link_add_symbols): Use it.
8514 (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
8515 (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL. Don't
8516 relocate the value of C_DECL.
8518 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
8522 * cofflink.c (_bfd_coff_generic_relocate_section): Make
8523 callback decide what goes in .relocs.
8524 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
8525 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
8530 * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
8535 * xcofflink.c: More improvements, mostly to fix handling of
8536 constructors and a few other special cases.
8537 * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
8538 zero, reverting yesterday's change.
8539 * bfd-in.h (bfd_xcoff_link_record_set): Declare.
8540 (bfd_xcoff_link_count_reloc): Declare.
8541 (bfd_xcoff_record_link_assignment): Declare.
8542 * bfd-in2.h: Rebuild.
8546 * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
8547 aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
8548 i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
8549 i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
8550 ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
8551 Change PAGE_SIZE to TARGET_PAGE_SIZE.
8553 * m68knetbsd.c: Ditto as well as add support for the m68k4k object
8556 * netbsd.h: Double ditto (incl. m68k4k support). NetBSD's text
8557 segments includes the a.out header. See to that the magic number
8558 *always* is big-endian.
8560 * config.bfd: Add m68*-hp*-netbsd* case. Cross-pollinate m68k and
8561 m68k4k NetBSD configurations.
8563 * configure.in, configure: Separate i386 & mips NetBSD
8564 configurations from other BSD ones. Don't assume DEC is the only
8565 thing NetBSD/mips run on. Add {m68k,ns32k,sparc}-*-netbsd*
8566 configurations. Add support for m68k4k NetBSD object format.
8568 * libaout.h: Added M_68K4K_NETBSD magic.
8570 * m68k4knetbsd.c: New file.
8572 * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
8574 * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
8577 * hosts/mipsnbsd.h: New file.
8581 * xcofflink.c: Numerous changes to get closer to a working XCOFF
8583 * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
8584 toc_section, and entry_section fields.
8585 (struct xcoff_section_tdata): Remove ldrel_count field.
8586 * libcoff.h: Rebuild.
8587 * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
8589 (coff_compute_section_file_positions): If RS6000COFF_C, generate
8590 full a.out header if full_aouthdr is set in xcoff_data.
8591 (coff_write_object_contents): Likewise. Set o_snentry and o_sntoc
8592 based on sections stored in xcoff_data.
8593 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
8595 (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
8596 (rs6000coff_vec): Set symbol_leading_char to '.'.
8597 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
8598 value stored in ret rather than returning a pointer value.
8602 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
8607 * som.c (som_slurp_string_table): Allocate the strings with malloc
8608 since they're free'd by free_cached_info.
8609 (som_slurp_symbol_table): Similarly for the symbol table.
8613 * Makefile.in (diststuff): Don't make headers.
8617 * Makefile.in: Rebuild dependencies.
8619 * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
8620 output_bfd is not SunOS.
8621 (bfd_sunos_size_dynamic_sections): Likewise. Don't scan relocs of
8622 non-SunOS input files.
8624 * xcofflink.c: Extensive changes to support linking shared objects
8625 and generating a .loader section.
8626 * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
8627 (struct xcoff_section_tdata): Add lineno_count, first_symndx,
8628 last_symndx, and ldrel_count fields.
8629 * libcoff.h: Rebuild.
8630 * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
8631 * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
8633 * bfd-in.h (bfd_xcoff_import_symbol): Declare.
8634 (bfd_xcoff_export_symbol): Declare.
8635 (bfd_xcoff_size_dynamic_sections): Declare.
8636 * bfd-in2.h: Rebuild.
8640 * configure.in: Add xcofflink.o to pmac_xcoff_vec.
8641 * configure: Rebuild.
8642 * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
8643 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
8645 (pmac_xcoff_vec): Update to use new xcoff support.
8646 * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
8647 (xcoff_write_armap): Declare buf as unsigned char.
8648 * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
8650 * mpw-make.sed: Generalize subdir_do edit.
8654 * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
8655 correctly. Don't initialize asect->vma.
8659 * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
8660 something a little less than the page size.
8664 * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
8668 * coff-i386.c (coff_i386_reloc_type_lookup): New.
8669 * coffcode.h (coff_write_object_contents): If .bss is before
8670 .data us that as data_start.
8671 * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
8673 * peicode.h (add_data_entry): Use _cooked_size of data directory.
8674 (coff_swap_outhdr_out): Hardwire in version number.
8678 * sunos.c (sunos_add_dynamic_symbols): Rename local variables
8679 major and minor to *_vno, since the former are also macros in
8680 SunOS header files. Cast result of bfd_alloc to appropriate
8683 * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
8684 before assigning to sec_data.
8688 * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
8689 now relative to the section, not absolute.
8690 * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
8691 get the file name when there is a N_SO directory name. When
8692 handling stabs, remember that section->vma was added to the
8697 * sunos.c (struct sunos_link_hash_table): Add needed field.
8698 (sunos_link_hash_table_create): Call bfd_release, not free.
8699 (sunos_link_hash_table_create): Initialize needed field.
8700 (sunos_add_dynamic_symbols): Record needed objects.
8701 (bfd_sunos_get_needed_list): New function.
8702 * bfd-in.h (bfd_sunos_get_needed_list): Declare.
8703 * bfd-in2.h: Rebuild.
8707 * libcoff-in.h (pe_data_type.in_reloc_p): New.
8711 * bfd-in.h (struct bfd_link_needed_list): Rename from
8712 bfd_elf_link_needed_list.
8713 * bfd-in2.h: Rebuild.
8714 * elf.c, elflink.h, libelf.h: Corresponding changes.
8716 Add start at AIX linker support; no shared libraries yet.
8717 * xcofflink.c: New file.
8718 * configure.in (rs600coff_vec): Use xcofflink.o.
8719 * configure: Rebuild.
8720 * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
8722 (struct xcoff_section_tdata): Define.
8723 (xcoff_section_data): Define macro.
8724 (_bfd_xcoff_bfd_link_hash_table_create): Declare.
8725 (_bfd_xcoff_bfd_link_add_symbols): Declare.
8726 (_bfd_xcoff_bfd_final_link): Declare.
8727 (_bfd_ppc_xcoff_relocate_section): Declare.
8728 * libcoff.h: Rebuild.
8729 * coff-rs6000.c: Clean up a bit.
8730 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
8731 cputype, csects, and debug_indices.
8732 (xcoff_copy_private_bfd_data): Copy cputype.
8733 (xcoff_howto_table): Rename from rs6000coff_howto_table.
8734 (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
8735 (xcoff_reloc_type_lookup): Rename from
8736 rs6000coff_reloc_type_lookup.
8737 (coff_relocate_section): Define.
8738 (_bfd_xcoff_sizeof_headers): Define.
8739 (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
8740 (_bfd_xcoff_bfd_relax_section): Define.
8741 (_bfd_xcoff_bfd_link_split_section): Define.
8742 (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
8744 * coffcode.h (coff_compute_section_file_positions): If AIX,
8745 increment sofar by SMALL_AOUTSZ if not executable.
8746 (coff_write_object_contents): If AIX, always output an a.out
8747 header; if not executable, header size of SMALL_AOUTSZ.
8748 * hash.c (struct bfd_strtab_hash): Add xcoff field.
8749 (_bfd_stringtab_init): Initialize xcoff field.
8750 (_bfd_xcoff_stringtab_init): New function.
8751 (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
8752 (_bfd_stringtab_emit): In XCOFF mode, write out length.
8753 * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
8754 * libbfd.h: Rebuild.
8755 * Makefile.in: Rebuild dependencies.
8756 (BFD32_BACKENDS): Add xcofflink.o.
8757 (CFILES): Add xcofflink.c.
8759 * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
8760 SEC_NO_FLAGS, for .acommon section. From Peter Schauer
8765 * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
8769 * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
8770 * config.in: Regenerated.
8772 * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
8773 (_bfd_chunksize): New variable.
8774 (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
8775 for obstack chunk size.
8776 * configure.in: Check for getpagesize.
8777 * configure: Regenerated.
8781 * trad-core.c (rawptr): Make it a local variable of
8782 ptrace_unix_core_file_p.
8786 * coff-arm.c (in_reloc_p): New.
8787 * coff-i386.c (in_reloc_p): New.
8788 * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
8789 (coff_write_object_contents): Only set has_reloc_section
8791 * cofflink.c (_bfd_coff_generic_relocate_section): Call
8792 in_reloc_p to decide if reloc should be emitted.
8793 * libcoff.h (pe_data_type.in_reloc_p): New.
8794 * peicode.h (pe_mkobject): Initialize in_reloc_p.
8798 * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
8799 (_bfd_coff_read_internal_relocs): Likewise.
8800 * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
8801 (_bfd_coff_read_internal_relocs): Likewise.
8803 * elflink.h (elf_link_add_object_symbols): Correct conditions
8804 under which type and size change warnings are issued.
8808 * coffgen.c (coff_count_linenumbers): Don't count line numbers for
8809 a symbol which is not in a real section.
8810 (coff_write_native_symbol): Corresponding change.
8812 * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
8813 coff_link_hash_newfunc and make non-static.
8814 (_bfd_coff_link_hash_table_init): New function, broken out of
8815 _bfd_coff_link_hash_table_create.
8816 (_bfd_coff_link_hash_table_create): Use it.
8817 (process_embedded_commands): Make static.
8818 * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
8819 (_bfd_coff_link_hash_table_init): Declare.
8820 * libcoff.h: Rebuild.
8822 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
8823 field in XCOFF tdata.
8824 (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
8825 U802ROMAGIC, for clarity. Try to set arch and machine correctly
8826 based on cputype stored in a.out header, or in n_type of initial
8828 (coff_write_object_contents): Set cputype correctly in a.out
8830 (coff_slurp_symbol_table): Add casts to file_ptr to avoid
8832 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
8833 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear
8835 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
8836 * libcoff.h: Rebuild.
8838 * cpu-rs6000.c (rs6000_compatible): New static function.
8839 (bfd_rs6000_arch): Use it.
8840 * cpu-powerpc.c (powerpc_compatible): New static function.
8841 (arch_info_struct): Define various flavours of PowerPC.
8842 (bfd_powerpc_arch): Use powerpc_compatible. Point at
8847 * Makefile.in (FLAGS_TO_PASS): Remove BISON.
8851 * elflink.h (elf_link_add_object_symbols): Don't warn about
8852 changing the size or type if the old definition was weak.
8856 * coffcode.h (combined_entry_type): Add fix_line field.
8857 (coff_slurp_line_table): Warn if we try to set the lineno field of
8859 (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
8860 C_EINCL by setting fix_line. Fix C_BSTAT symbol value.
8861 * coffgen.c (coff_mangle_symbols): Handle fix_line.
8862 (coff_write_symbol): Only use N_DEBUG if the symbol is in the
8864 (coff_print_symbol): Print fix_value symbols in a useful fashion.
8865 * libcoff.h: Rebuild.
8867 * libcoff-in.h (struct xcoff_tdata): Define.
8868 (xcoff_data): Define.
8869 * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
8870 * bfd-in2.h, libcoff.h: Rebuild.
8871 * coff-rs6000.c (xcoff_mkobject): New static function.
8872 (coff_mkobject): Define.
8873 (xcoff_copy_private_bfd_data): New static function.
8874 (coff_bfd_copy_private_bfd_data): Define.
8875 (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
8877 (rs6000coff_vec): Add DYNAMIC to object_flags.
8878 * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
8879 .loader sections specially.
8880 (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
8881 section alignment from the XCOFF tdata information.
8882 (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
8883 F_SHROBJ, and copy the extra a.out header information into the
8884 XCOFF tdata structure.
8885 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
8886 F_DYNLOAD and the extra a.out header information.
8887 (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
8888 C_HIDEXT symbol with attached csect information.
8889 * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
8890 in the o_maxdata field.
8891 (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
8892 * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
8893 end if BSF_NOT_AT_END is set.
8895 * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
8896 _bfd_read_ar_hdr_fn.
8897 * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
8898 * bfd-in2.h, libbfd.h: Rebuild.
8899 * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
8901 (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
8902 (bfd_slurp_bsd_armap_f2): Likewise.
8903 (_bfd_slurp_extended_name_table): Likewise.
8909 * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
8910 when the symbol table is empty.
8912 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
8913 space for section symbols, since we don't output them either.
8914 (elf_m68k_adjust_dynindx): Removed.
8916 * ptrace-core.c (rawptr): Make it a local variable of
8917 ptrace_unix_core_file_p.
8921 * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
8924 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
8925 Mac object file formats.
8929 * coffgen.c (coff_fix_symbol_name): Don't try to set up file
8930 auxent if there isn't one.
8931 (coff_write_symbols): If there is no file auxent, use SYMNMLEN
8932 rather than FILNMLEN as the maximum name length.
8934 * coffcode.h (bfd_coff_backend_data): Add new field
8935 _bfd_coff_print_aux.
8936 (bfd_coff_print_aux): New static function.
8937 (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
8938 scnlen field of an XTY_LD csect aux entry.
8939 (coff_print_aux): New static function.
8940 (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
8941 in coff_pointerize_aux_hook.
8942 (bfd_coff_std_swap_table): Initialize new field.
8943 * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
8944 * libcoff.h: Rebuild.
8945 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
8946 * coff-mips.c (mips_ecoff_backend_data): Likewise.
8948 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
8949 if there are symbols, for native AIX ld compatibility.
8951 * coffcode.h (bfd_coff_backend_data): Add new field
8952 _bfd_coff_pointerize_aux_hook.
8953 (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
8954 or I960, and as 0 otherwise.
8955 (bfd_coff_std_swap_table): Initialize new field.
8956 * libcoff.h: Rebuild.
8957 * coffgen.c (coff_pointerize_aux): Change parameters to take
8958 symbol pointer instead of type and class, and to take aux index.
8959 Call _bfd_coff_pointerize_aux_hook if it is defined.
8960 (coff_get_normalized_symtab): Always call coff_pointerize_aux.
8961 * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
8962 * coff-mips.c (mips_ecoff_backend_data): Likewise.
8964 * coff-rs6000.c: Add full support for AIX archives. Rewrite old
8965 read-only/host-only support.
8967 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
8969 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
8972 * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
8973 BFD_JUMP_TABLE_ARCHIVE accordingly.
8974 * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
8975 (_bfd_compute_and_write_armap): Declare.
8976 (_bfd_generic_read_ar_hdr): Declare.
8977 (_bfd_read_ar_hdr): Define.
8978 (_bfd_noarchive_read_ar_hdr): Define.
8979 (_bfd_archive_bsd_read_ar_hdr): Define.
8980 (_bfd_archive_coff_read_ar_hdr): Define.
8981 * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
8982 _bfd_read_ar_hdr instead.
8983 (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
8984 (_bfd_compute_and_write_armap): Rename from
8985 compute_and_write_armap. Make non-static. Change all callers.
8986 * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
8987 than _bfd_snarf_ar_hdr.
8988 * aout-target.h (MY_read_ar_hdr): Define if not defined.
8989 * ieee.c (ieee_read_ar_hdr): Define.
8990 * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
8991 * oasys.c (oasys_read_ar_hdr): Define.
8992 * som.c (som_read_ar_hdr): Define.
8993 * bfd-in2.h, libbfd.h: Rebuild.
8997 * peicode.c (coff_swap_filehdr_in): If symptr is
8998 zero, there aren't any symbols, even if nsyms is set.
9002 * libecoff.h (struct ecoff_backend_data): Add adjust_headers
9004 * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
9005 sections, and set styp correctly for them: .got, .hash, .dynamic,
9006 .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
9007 (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
9009 (ecoff_sort_hdrs): New static function.
9010 (ecoff_compute_section_file_positions): Return boolean, not void.
9011 Sort the sections by VMA before looking through them. Put the
9012 first non SEC_ALLOC section on a new page. Put every SEC_ALLOC
9013 section on an appropriate boundary within the page.
9014 (ecoff_compute_reloc_file_positions): Check return value of
9015 ecoff_compute_section_file_positions.
9016 (_bfd_ecoff_set_section_contents): Likewise.
9017 (_bfd_ecoff_write_object_contents): Check for various Alpha
9018 section types when incrementing text_size and data_size. Call
9019 adjust_headers backend function if it exists.
9020 * coff-alpha.c (alpha_adjust_headers): New static function.
9021 (alpha_ecoff_backend_data): Initialize adjust_headers field.
9022 * coff-mips.c (mips_ecoff_backend_data): Likewise.
9024 * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
9028 * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
9029 of ALTERNATE_AIX_CORE_FORMAT.
9030 * configure.in (aix4): No longer need CORE_FLAGS.
9031 * configure: Updated.
9035 NS32k changes from Ian Dall:
9036 * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
9038 (aout_link_input_section_std, aout_link_input_section_ext,
9039 aout_link_reloc_link_order): Call them instead of _bfd_*
9041 * aout-target.h (MY_exec_header_not_counted): New macro, defaults
9043 (backend_data): Use it instead of hardcoded zero.
9045 * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
9046 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
9048 * ns32knetbsd.c: Include bfd.h.
9049 (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
9050 (MY_bfd_reloc_type_lookup): Declare function too.
9051 * pc532-mach.c (set_sizes): Don't declare.
9052 (MY_text_includes_header, MY_exec_header_not_counted): Define.
9053 (backend_data, MY_backend_data): Don't define.
9055 * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
9056 ns32k-*-lites* like ns32k-*-netbsd*.
9058 * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
9063 * coffcode.h (coff_write_object_contents): Restore setting
9064 f_timdat to 0, deleted on August 22.
9068 * coffcode.h (coff_bfd_copy_private_symbol_data,
9069 coff_bfd_copy_private_section_data,
9070 coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
9071 * peicode.h (coff_bfd_copy_private_bfd_data): New
9072 (pe_bfd_copy_private_bfd_data): New.
9073 (coff_swap_scnhdr_in): Swap bss size into the right place.
9074 (pe_print_private_bfd_data): Add some newlines.
9078 * som.c (setup_sections): Don't die if a space has no subspaces.
9082 * elflink.h (elf_link_add_object_symbols): Don't let a weak
9083 dynamic symbol override a common symbol. Don't change the size or
9084 type if they have been set and the new symbol is not a definition.
9085 Warn if the size or type changes.
9089 * som.c (som_begin_writing): Don't write the symbol table or
9091 (som_finish_writing): Write them here. Place them after the
9092 subspace data, but before the relocs.
9096 * sunos.c (sunos_add_one_symbol): Just pass false, not
9097 info->shared_library, to sunos_create_dynamic_sections.
9098 (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
9100 (sunos_check_dynamic_reloc): Remove .text section assertion.
9104 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
9105 * configure, configure.in: Add pmac_xcoff_vec case.
9106 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
9107 * coff-pmac.c: New file, PowerMac XCOFF support.
9108 * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
9109 * targets.c (pmac_xcoff_vec): Declare.
9111 * mpw-config.in: Various changes to be compatible with the
9112 autoconf-based configury.
9113 * mpw-make.sed: New file, sed commands to translate Unix
9114 makefile into MPW syntax.
9115 * mpw-make.in: Remove.
9116 * hosts/mpw.h: Remove.
9117 * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
9118 true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
9122 * binary.c (binary_get_symtab): Return an empty string on error.
9123 * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
9125 Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
9127 * coff-ppc.c: Reformatted according to gnu conventions
9128 Removed irrelevant "if 0" code
9132 * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
9133 symbols rather than as indirect symbols.
9134 (MY(slurp_symbol_table)): Don't do anything special about
9137 * coffcode.h (coff_new_section_hook): Make sure that the alignment
9138 of .ctors and .dtors sections is no larger than 2.
9140 * sunos.c (sunos_add_one_symbol): Don't change
9141 bfd_link_hash_common to bfd_link_hash_new, since it may be on the
9143 (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
9144 dynamic symbols when creating a shared library.
9145 (sunos_scan_ext_relocs): Handle relocs correctly when creating a
9147 (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
9148 written even if it is not defined in a regular object.
9149 (sunos_write_dynamic_symbol): Use plt_offset for the address of
9150 the jump table reloc. Add an assertion. Use RELOC_JMP_SLOT
9151 rather than the constant 22.
9152 (sunos_check_dynamic_reloc): Handle creating a shared library.
9153 (sunos_finish_dynamic_link): Set the first entry in the GOT to
9154 zero when creating a shared library.
9155 * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
9156 write it out at the start of the symbol table.
9158 * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
9162 * config.bfd: Add arm-*-coff.
9163 * configure.in, configure: Add armcoff_{little,big}_vec.
9164 * targets.c (armcoff_{little,big}_vec): Declare.
9165 (bfd_target_vector): Add armcoff_{little,big}_vec.
9166 * coff-arm.c (armcoff_{little,big}_vec): Always define.
9170 * targets.c (bfd_find_target): Remove debugging code.
9172 Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
9174 * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
9176 * Makefile.in: added *-ppc files
9177 * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
9178 allow pe based .o's to be shared with other tools on ppc/NT
9179 * config.bfd: added powerpc[le]-[pe|winnt] config support
9180 * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
9181 * peicode.h: Added more section flags for PE on ppc
9182 Added coff_swap_filehdr_out to allow peicode.h to be
9183 used for non-image PE files on ppc.
9184 Check for image, or not, before copying pe_opthdr
9185 * targets.c: Added new bfd's
9186 * targets.c: Removed two inactive bfds that shouldn't have made it this
9191 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
9192 explicit values to initialize all relocs. Change all users.
9193 (ppc_elf_brtaken_inner): New function to handle branch predicition
9195 (ppc_elf_brtaken_reloc): Ditto.
9196 (ppc_elf_howto_raw): Use new functions. Make sure all unsupported
9197 relocs use ppc_elf_unsupported_reloc.
9198 (ppc_elf_merge_private_bfd_data): Keep track of whether an error
9199 needs to be reported.
9200 (ppc_elf_relocate_section): Support branch prediction relocs.
9204 * bfd.c (bfd_assert): Remove \n from string passed to
9207 * coff-i386.c: (TWO_DATA_SECS): Don't define.
9208 * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
9209 (bfd_coff_make_section_hook): Don't define.
9210 (coff_make_section_hook): Remove.
9211 (sec_to_styp_flags): Remove TWO_DATA_SECS case.
9212 (styp_to_sec_flags): Likewise.
9213 (coff_write_object_contents): Likewise.
9214 (bfd_coff_std_swap_table): Don't initialize make_section_hook
9216 * libcoff.h: Rebuild.
9217 * coffgen.c (make_a_section_from_file): Just call
9218 bfd_make_section_anyway, not bfd_make_section or
9219 bfd_coff_make_section_hook.
9220 * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
9221 * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
9222 * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
9223 make_section_hook field.
9224 * coff-mips.c (mips_ecoff_backend_data): Likewise.
9226 * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
9227 pointers into value field for warning and indirect symbols; just
9228 leave the value field alone.
9229 * linker.c (generic_link_add_symbol_list): Use next symbol for
9230 warning and indirect symbols, rather than looking in symbol value.
9231 * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
9232 parameter. Change all callers. Remove support for indirect
9233 symbols; it didn't work anyhow.
9234 (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
9235 * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
9236 * bfd-in2.h: Rebuild.
9240 * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
9241 go back to telling the tools this reloc operates on 32 bits.
9245 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
9246 rather than a direct fprintf.
9247 * archive.c (_bfd_write_archive_contents): Likewise.
9248 * coffcode.h (coff_slurp_symbol_table): Likewise.
9249 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
9250 (ppc_elf_unsupported_reloc): Likewise.
9251 (ppc_elf_relocate_section): Likewise.
9252 * i386linux.c (linux_tally_symbols): Likewise.
9253 (linux_finish_dynamic_link): Likewise.
9254 * osf-core.c (osf_core_core_file_p): Likewise.
9255 * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
9256 * som.c (som_sizeof_headers): Likewise.
9257 * srec.c (srec_bad_byte): Likewise.
9258 * bfd.c (bfd_assert): Likewise. Also change file to be const.
9259 * libbfd-in.h (bfd_assert): Declare first parameter const.
9260 * libbfd.h: Rebuild.
9261 * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
9262 bfd_reloc_overflow is enough.
9263 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
9264 * coff-h8500.c (rtype2howto): Likewise.
9265 * coff-z8k.c (rtype2howto): Likewise.
9266 * coffcode.h (dummy_reloc16_extra_cases): Likewise.
9267 * elf.c (_bfd_elf_get_lineno): Likewise.
9268 (_bfd_elf_no_info_to_howto): Likewise.
9269 (_bfd_elf_no_info_to_howto_rel): Likewise.
9270 * hp300hpux.c (convert_sym_type): Likewise.
9271 (MY(swap_std_reloc_in)): Likewise.
9272 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
9274 * libaout.h (struct aoutdata): Add line_buf field.
9275 * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
9276 and filename_buffer. Instead, use a malloc buffer stored in the
9277 new line_buf field. Remove length restrictions.
9279 * coffgen.c (string_size): Remove static variable.
9280 (debug_string_size, debug_string_section): Likewise.
9281 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
9282 and debug_string_size_p parameters. Use them instead of the
9283 global variables. Change all callers.
9284 (coff_write_symbol): Likewise.
9285 (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
9286 (coff_write_symbols): Add local variables to replace removed
9289 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
9290 function, and line_base fields.
9291 * libcoff.h: Rebuild.
9292 * coffgen.c (coff_find_nearest_line): Use section tdata to cache
9293 information, rather than using static variables.
9295 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
9298 * init.c (initialized): Remove static variable.
9299 (bfd_init): Don't bother setting initialized.
9300 (bfd_check_init): Remove.
9301 * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
9302 * libbfd.h: Rebuild.
9306 * rs6000-core.c (rs6000coff_core_p): Don't check the core file
9307 size for full core dumps. Copy core file header to private data.
9308 (rs6000coff_core_file_failing_command,
9309 rs6000coff_core_file_failing_signal): New functions to extract
9310 the file name and terminating signal from the core file.
9311 * coff-rs6000.c: Use them.
9315 Change arch info to be const, initialized at compile time.
9316 * archures.c: Reindent many functions. Change CONST to const.
9317 (bfd_arch_info_type): Make arch_name const. Remove disassemble;
9318 nothing set it anyhow. Make next const.
9319 (bfd_arch_info_list): Remove.
9320 (bfd_archures_list): Rename from archures_init_table. Change from
9321 a table of function pointers to a table of bfd_arch_info_type
9322 structure addresses.
9323 (bfd_scan_arch): Rewrite accordingly. Return a const pointer.
9324 (bfd_lookup_arch): Likewise.
9325 (bfd_set_arch_info): Rewrite accordingly. Change argument to be a
9327 (bfd_default_arch_struct): Make const.
9328 (bfd_arch_init, bfd_arch_linkin): Remove.
9329 (bfd_get_arch_info): Return a const pointer.
9330 * init.c (bfd_init): Don't call bfd_arch_init.
9331 * bfd.c (struct _bfd): Make arch_info const.
9332 * bfd-in2.h: Rebuild.
9333 * libbfd.h: Rebuild.
9334 * configure.in: Put & before everything in $selarchs.
9335 * configure: Rebuild.
9336 * cpu-*.c: Change bfd_*_arch from a function which calls
9337 bfd_arch_linkin to a const structure.
9338 * ieee.c (ieee_object_p): Make arch const.
9342 * reloc.c (bfd_reloc_code_type): Add relocations to support all of
9344 * bfd-in2.h: Regenerate.
9345 * libbfd.h: Regenerate.
9347 * elf32-ppc.c (reloc_type): Update names to match current draft.
9348 (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
9349 relative. Update names to current V.4 draft.
9350 (ppc_elf_reloc_type_lookup): Add support for more relocations.
9351 (ppc_elf_relocate_section): Rename relocations to match draft.
9355 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
9356 compiled with -mrelocatable-lib to be linked with either normal
9357 modules or -mrelocatable modules.
9361 * coffcode.h (coff_write_object_contents): Clear the vstamp field
9362 in the a.out header.
9364 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
9365 a reloc against a local symbol, even if it's not a section.
9369 * targets.c (bfd_target): Remove unused align_power_min field.
9370 * bfd-in2.h: Rebuild.
9371 * All backends: Remove initialization of align_power_min.
9375 * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
9379 * config.bfd (mips-dec-netbsd*): New target.
9380 * configure.host (mips-dec-netbsd*): New host.
9381 * configure.in (mips-dec-netbsd*): New native.
9382 * configure: Rebuild.
9386 Make the COFF backend linker merge common types:
9387 * cofflink.c (struct coff_debug_merge_element): Define.
9388 (struct coff_debug_merge_type): Define.
9389 (struct coff_debug_merge_hash_entry): Define.
9390 (struct coff_debug_merge_hash_table): Define.
9391 (coff_debug_merge_hash_table_init): Define.
9392 (coff_debug_merge_hash_table_free): Define.
9393 (coff_debug_merge_hash_lookup): Define.
9394 (struct coff_final_link_info): Add debug_merge field.
9395 (coff_debug_merge_hash_newfunc): New static function.
9396 (_bfd_coff_final_link): Allocate and free debug_merge table.
9397 (coff_link_input_bfd): Merge identical enum, struct and union
9402 Convert i960 COFF to use COFF backend linker.
9403 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
9404 structure to store the symbol being used.
9405 (coff_i960_start_final_link): New static function.
9406 (coff_i960_relocate_section): New static function.
9407 (coff_i960_adjust_symndx): New static function.
9408 (coff_start_final_link): Define.
9409 (coff_relocate_section): Define.
9410 (coff_adjust_symndx): Define.
9411 * coffcode.h (bfd_coff_backend_data): Add new callback function
9412 _bfd_coff_start_final_link.
9413 (bfd_coff_start_final_link): Define.
9414 (coff_start_final_link): Define if not defined.
9415 (bfd_coff_std_swap_table): Add coff_start_final_link.
9416 * cofflink.c (_bfd_coff_internal_syment_name): Make globally
9418 (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
9419 function callback is not NULL.
9420 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
9421 (_bfd_coff_internal_syment_name): Declare.
9422 * libcoff.h: Rebuild.
9423 * configure.in (icoff_big_vec): Add cofflink.o.
9424 (icoff_little_vec): Likewise.
9425 * configure: Rebuild.
9429 * Makefile.in (clean-info): Remove extraneous tab from line
9434 * cofflink.c (coff_link_input_bfd): Fail if a section with no
9435 contents has relocs.
9439 * coffcode.h (coff_compute_section_file_positions): Keep the
9441 (coff_write_object_contents): Remember if it's a relocatable
9443 * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
9444 * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
9445 if relocatable file. Swap out saved raw size.
9449 * Makefile.in (do_maintainer_clean): Rename from do_realclean.
9450 (maintainer-clean): Rename from realclean, passing
9451 maintainer-clean down to subdirectories, but leave realclean as a
9454 * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
9457 * dep-in.sed: Remove config.h from generated dependencies.
9459 * sunos.c (sunos_slurp_dynamic_symtab): New static function,
9460 broken out of sunos_canonicalize_dynamic_symtab.
9461 (sunos_canonicalize_dynamic_symtab): Call new function
9462 sunos_slurp_dynamic_symtab.
9463 (sunos_add_dynamic_symbols): Add three new parameters. Return the
9464 dynamic symbol table to the caller.
9465 * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
9466 callback to override the symbols being read.
9467 * libaout.h (struct aout_backend_data): Add three new parameters
9468 to add_dynamic_symbols callback.
9470 Extensive minor changes to avoid various gcc warnings. Also:
9471 * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
9472 * archures.c (bfd_arch_info_type): Change mach field from long to
9474 (bfd_lookup_arch): Change machine parameter from long to unsigned
9479 * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
9480 a symbol with a non-zero plt_offset.
9484 * elfcode.h (align_file_position): Remove; not used.
9486 * configure.in: Only check for <sys/procfs.h> on a native system,
9487 and make sure it defines prstatus_t.
9488 * configure: Rebuild.
9492 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
9494 * config.in: Rename from config.h.in.
9495 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
9496 Check for config.h:config.in when creating stamp-h.
9497 * configure: Rebuild.
9498 * Makefile.in (stamp-h): Depend upon config.in rather than
9499 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
9500 calling config.status.
9502 * Makefile.in (do_distclean): Remove config.h and stamp-h.
9503 (Makefile): Just rebuild Makefile.
9504 (config.h, stamp-h): New targets.
9505 * configure.in: Create stamp-h when rebuilding config.h.
9506 * configure: Rebuild.
9510 * configure.in: Call AC_CONFIG_HEADER. Substitute
9511 HOST_64BIT_LONG. Check that various header files exist. Check
9512 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
9513 and/or free need to be declared. Don't make a link to sysdep.h.
9514 Define TRAD_HEADER for various hosts.
9515 * configure: Rebuild.
9516 * configure.host: Don't set my_host. Add definitions taken from
9517 host header files for various entries. Remove entries which now
9519 * acconfig.h: New file.
9520 * config.h.in: New file, built by autoheader.
9521 * sysdep.h: New file.
9522 * Makefile.in (do_distclean): Don't remove sysdep.h.
9524 (LOCAL_H_DEPS): New variable.
9525 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
9527 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
9528 ($(OPTIONAL_BACKENDS)): Likewise.
9529 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
9530 looking through sysdep.h.
9531 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
9532 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
9533 (fprintf_vma, sprintf_vma): Likewise.
9534 (int64_type, uint64_type): Don't define.
9535 * bfd-in2.h: Rebuild.
9536 * archures.c, bfd.c, srec.c: Include <ctype.h>.
9537 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
9538 * lynx-core.c: Include stuff from old hosts/lynx.h.
9539 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
9540 rather than NO_FCNTL.
9541 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
9542 rather than NATIVE_HPPAHPUX_COMPILER.
9543 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
9545 * hosts/*.h: Remove all header files which merely include,
9546 declare, and define things. Leave header files which define
9547 information needed by trad-core.c.
9549 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
9550 (BFD_CC_FOR_BUILD): Define.
9551 * configure.in: Use BFD_CC_FOR_BUILD.
9552 * configure: Rebuild.
9556 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
9557 * configure: Rebuild.
9559 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
9564 * config.bfd: i386pe_ve -> i386pe_vec.
9568 * configure.host: Incorporate host Makefile fragments by setting
9570 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
9571 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
9572 value based on whether the code is being compiled by a cross
9573 compiler. Don't substitute host_makefile_frag or frags.
9574 * aclocal.m4: New file to define local AC_PROG_CC.
9575 * configure: Rebuild.
9576 * Makefile.in (INSTALL): Set to @INSTALL@.
9577 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
9578 (INSTALL_DATA): Set to @INSTALL_DATA@.
9580 (CC): Define as @CC@.
9581 (CFLAGS): Set to @CFLAGS@.
9582 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
9583 (@host_makefile_frag@): Remove.
9584 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
9585 after other options.
9586 (config.status): Remove dependency upon @frags@.
9587 * config/*.mh, config/README: Remove.
9589 * config.bfd: Rewrite to incorporate the contents of the Makefile
9590 fragments by setting shell variables, rather than merely returning
9591 the name of a Makefile fragment.
9592 * configure.in: Use shell variables set by config.bfd rather than
9593 looking at the target Makefile fragment files. Don't substitute
9594 target_makefile_frag. Do substitute TDEFINES.
9595 * configure: Rebuild.
9596 * Makefile.in (@target_makefile_frag@): Remove.
9597 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
9598 * config/*.mt: Remove.
9602 * configure.in: Put changequote lines around "i[345]86" patterns
9603 section of core file support.
9607 * som.c (som_bfd_print_private_bfd_data): Define to use the
9612 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
9613 entry, text_start and data_start.
9617 * Makefile.in (OFILES): Remove $(TDEPFILES).
9618 * config/apollo.mt (TDEPFILES): Remove.
9619 * config/README: Update.
9621 * configure.in: For a native configuration, set COREFILE and
9622 COREFLAG based on the canonical host name.
9623 * configure: Rebuild.
9624 * Makefile.in: Rebuild dependencies.
9625 (ALL_CFLAGS): Add @COREFLAG@.
9626 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
9627 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
9628 support routines. Check LYNX_CORE rather than HOST_LYNX.
9629 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
9630 * i386lynx.c: Likewise.
9631 * m68klynx.c: Likewise.
9632 * sparclynx.c: Likewise.
9633 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
9634 * *-core.c: Comment changes.
9635 * config/decstation.mh (HDEPFILES): Remove.
9636 (HDEFINES): Remove -DTRAD_CORE.
9637 * config/irix3.mh (RANLIB): Remove.
9638 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
9639 (HDEFINES): Remove -DIRIX_CORE.
9640 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
9641 (HDEFINES): Remove -DTRAD_CORE.
9642 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
9643 * config/ultra3.mh (RANLIB): Remove.
9644 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
9645 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
9646 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
9647 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
9648 * config/hppahpux.mh, config/hppaosf.mh: Remove.
9649 * config/i386aix.mh, config/i386bsd.mh: Remove.
9650 * config/i386linux.mh, config/i386mach3.mh: Remove.
9651 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
9652 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
9653 * config/mipsmach3.mh, config/news-mips.mh: Remove.
9654 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
9655 * config/rs600.mh, config/rs6000lynx.mh: Remove.
9656 * config/solaris2.mh, config/stratus.mh: Remove.
9657 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
9658 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
9662 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
9663 DT_FINI entry if the appropriate symbol is not in the hash table.
9665 * libelf.h (struct elf_backend_data): Add create_program_headers
9666 and want_hdr_in_seg fields.
9667 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
9669 (elf_backend_create_program_headers): Likewise.
9670 (elfNN_bed): Initialize create_program_headers and
9672 * elf.c (get_program_header_size): Call create_program_headers
9674 (map_program_segments): Check want_hdr_in_seg backend field. Call
9675 create_program_headers backend routine.
9677 * elf.c (assign_file_positions_except_relocs): Align non allocated
9678 sections when creating an executable.
9680 * elfcode.h (elf_swap_phdr_in): Make non static.
9681 (elf_swap_phdr_out): Make non static.
9682 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
9683 (bfd_elf32_swap_phdr_out): Declare.
9684 (bfd_elf64_swap_phdr_in): Declare.
9685 (bfd_elf64_swap_phdr_out): Declare.
9687 * ecofflink.c (ecoff_collect_shuffle): New static function.
9688 (_bfd_ecoff_get_accumulated_pdr): New function.
9689 (_bfd_ecoff_get_accumulated_sym): New function.
9690 (_bfd_ecoff_get_accumulated_ss): New function.
9691 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
9692 (_bfd_ecoff_get_accumulated_sym): Declare.
9693 (_bfd_ecoff_get_accumulated_ss): Declare.
9694 * libbfd.h: Rebuild.
9698 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
9700 * elflink.h (elf_link_add_object_symbols): Handle indirect and
9701 warning symbols. If any section is named .gnu.warning.XXX, treat
9702 the contents as a warning to be issued if the symbol XXX is
9704 (elf_link_output_extsym): For an indirect or warning symbol, just
9705 output the symbol it points to.
9707 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
9708 if bfd_hash_allocate fails, since it will already be set.
9709 (generic_link_hash_newfunc): Likewise.
9710 (archive_hash_newfunc): Likewise.
9711 (hash_entry_bfd): New static function.
9712 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
9713 callback. Allocate a new warning using the hash table newfunc.
9714 Use bfd_hash_replace to update the entry in the hash table, rather
9715 than assuming we can copy the fields with structure assignment.
9717 * hash.c (bfd_hash_replace): New function.
9718 * bfd-in.h (bfd_hash_replace): Declare.
9719 * bfd-in2.h: Rebuild.
9723 * config.bfd: Add mips*vr4300-*-elf* target.
9724 * config/mipsbvr4300.mt: Added.
9726 See file ChangeLog.2
9733 version-control: never