Ian Lance Taylor
692b7d62e8
* coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.
...
(bfd_coff_filnmlen): Define.
(bfd_coff_std_swap_table): Initialize new field.
* coffgen.c (coff_fix_symbol_name): Use bfd_coff_filnmlen rather
than FILNMLEN.
(coff_write_symbols): Likewise.
(coff_get_normalized_symtab): Likewise.
* coff-sh.c (bfd_coff_small_swap_table): Initialize new field.
* libcoff.h: Rebuild.
1999-09-07 04:28:27 +00:00
Ian Lance Taylor
4c117b10b2
reformat for 80 column screen
1999-09-07 04:14:35 +00:00
Ian Lance Taylor
75cc718903
1999-09-06 Donn Terry <donn@interix.com>
...
* coffcode.h (sort_by_secaddr): New static function if
COFF_IMAGE_WITH_PE.
(coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort
sections by VMA when assigning target_index values. Always set
virt_size.
1999-09-07 04:06:50 +00:00
Ian Lance Taylor
fdfd89ab43
remove unneeded ifdefs
1999-09-07 03:42:53 +00:00
Ian Lance Taylor
8d3ad4e16f
1999-09-06 Donn Terry <donn@interix.com>
...
* libcoff-in.h (struct pei_section_tdata): Add pe_flags field.
* coffcode.h (coff_set_alignment_hook): Set pe_flags field if
COFF_WITH_PE.
* libcoff.h: Rebuild.
1999-09-07 03:40:32 +00:00
Ian Lance Taylor
8a1ad8e793
1999-09-06 Donn Terry <donn@interix.com>
...
* coffcode.h (coff_set_custom_section_alignment): Add const to
declaration to match definition.
(coff_write_object_contents): Don't set F_AR32W(R)? if
COFF_WITH_PE.
1999-09-07 03:00:32 +00:00
Ian Lance Taylor
6fb72d08dc
* coff-i386.c (in_reloc_p): Add declaration.
...
(i386coff_vec): Simplify initialization of
application_section_flags.
1999-09-07 02:59:17 +00:00
Ian Lance Taylor
2820a0b713
add comment
1999-09-07 02:58:00 +00:00
Ian Lance Taylor
417335159b
1999-09-06 Donn Terry <donn@interix.com>
...
* coffcode.h (sec_to_styp_flags): Write separate COFF_WITH_PE
version. Move COFF_WITH_PE specific code to new version.
(stype_to_sec_flags): Likewise. Add section parameter.
* coffgen.c (make_a_section_from_file): Set target_index before
calling styp_to_sec_flags. Pass section to styp_to_sec_flags.
* libcoff.h: Rebuild.
1999-09-07 02:11:54 +00:00
Ian Lance Taylor
9296256064
1999-09-06 Donn Terry <donn@interix.com>
...
* syms.c (stt): Add some PE/PEI section names.
(bfd_decode_symclass): Return 'w', not 'U', for a weak undefined
symbol.
(bfd_symbol_info): Check for 'w'.
1999-09-06 18:44:56 +00:00
Ian Lance Taylor
022a5af495
1999-09-06 Donn Terry <donn@interix.com>
...
* section.c (struct bfd_comdat_info): Define.
(asection): Add comdat field.
(STD_SECTION): Initialize comdat field.
(bfd_make_section_anyway): Likewise.
* bfd-in2.h: Rebuild.
1999-09-06 18:34:29 +00:00
Andreas Schwab
0d271c1a5e
* elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flag
...
to version symbols.
1999-09-06 10:56:08 +00:00
Nick Clifton
fed79cc616
use bfd memory allcation routines
1999-09-06 08:57:49 +00:00
Ian Lance Taylor
0bcb993b9f
1999-09-04 Steve Chamberlain <sac@pobox.com>
...
* cpu-pj.c: New file.
* elf32-pj.c: New file.
* config.bfd (pj*): New cpu.
(pj-*-*, pjl-*-*): New targets.
* configure.in (bfd_elf32_pj_vec): New target vector.
(bfd_elf32_pjl_vec): New target vector.
* archures.c (bfd_arch_pj): Define.
* elf.c (prep_headers): Handle bfd_arch_pj.
* reloc.c: Define BFD_RELOC_PJ_* relocations.
* targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add
to target vector list.
* Makefile.am: Rebuild dependencies.
(ALL_MACHINES): Add cpu-pj.lo.
(ALL_MACHINES_CFILES): Add cpu-pj.c.
(BFD32_BACKENDS): Add elf32-pj.lo.
(BFD32_BACKENDS_CFILES): Add elf32-pj.c.
* configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
1999-09-04 17:07:46 +00:00
Ian Lance Taylor
7843f00e2d
* elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.
...
* elflink.h (elf_adjust_dynamic_symbol): Copy REF_REGULAR_NONWEAK
and NON_GOT_REF from weak defined symbol to real symbol.
* elf32-i386.c (elf_i386_check_relocs): Set NON_GOT_REF.
(elf_i386_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't
create a COPY reloc.
* elf32-sparc.c (elf32_sparc_check_relocs): Set NON_GOT_REF.
(elf32_sparc_adjust_dynamic_symbol): If NON_GOT_REF is not set,
don't create a COPY reloc.
1999-09-04 16:26:08 +00:00
Ian Lance Taylor
dca1443537
rebuild
1999-09-03 18:34:45 +00:00
Ian Lance Taylor
814fe68ac5
* elflink.h (elf_bfd_final_link): When counting relocations, don't
...
count those in sections we are not including in the link.
1999-09-03 18:34:02 +00:00
Jeff Law
20e29382fd
* elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINK
...
field in hpux11 shared libraries.
1999-09-02 23:44:54 +00:00
Nick Clifton
4b56dbbd4a
Fix memory leak.
1999-09-02 17:56:51 +00:00
Jeff Law
f273939b8e
Fix minor typos introduced while cleaning up the previous patch.
1999-09-01 20:06:15 +00:00
Jeff Law
2eb429af04
* elf-hppa.h (elf_hppa_add_symbol_hook): New function.
...
(elf_hppa_final_link, elf_hppa_relocate_section): Likewise.
(elf_hppa_final_link_relocate, elf_hppa_relocate_insn): Likewise.
1999-09-01 19:42:17 +00:00
Ian Lance Taylor
d7f1f2b0be
fix FSF address
1999-08-31 15:12:20 +00:00
Nick Clifton
994819d267
When possible, keep the original type of the symbol.
1999-08-31 14:07:27 +00:00
Jeff Law
735c91d811
Check in correct version of previous patch.
1999-08-30 21:57:08 +00:00
Jeff Law
0d571602ca
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both
...
R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the
tools were configured.
* elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
1999-08-30 21:30:36 +00:00
Mark Mitchell
9458945f8f
* elf32-mips.c (_bfd_mips_elf_check_relocs): Don't allocate local
...
GOT entries for GOT16 relocations; they're not required.
1999-08-27 00:08:50 +00:00
Nick Clifton
021e3cc067
Path from Roland McGrath <roland@baalperazim.frob.com>
...
Added arm-netbsd target.
1999-08-24 15:16:53 +00:00
Jeff Law
7da1b1756d
* som.c (som_slurp_symbol_table): Fix typo in comment.
1999-08-24 06:26:39 +00:00
Jeff Law
1ca740621c
* elf-hppa.h (elf_hppa_fake_sections): Compute section indices
...
here instead of using elf_section_data...
1999-08-20 23:03:04 +00:00
Nick Clifton
ddda4409ce
fix bug in previous delta
1999-08-20 07:56:08 +00:00
Nick Clifton
69e70d3056
Add code to emit relocs into a base file.
1999-08-19 13:04:45 +00:00
Nick Clifton
98c1d4aab7
Fix partial REL relocs.
1999-08-19 10:12:28 +00:00
Ian Lance Taylor
b2d638c7ec
1999-08-18 Donn Terry <donn@interix.com>
...
* cofflink.c: Move definitions of N_TMASK, et. al., out of
_bfd_coff_link_input_bfd into top level.
1999-08-19 00:55:50 +00:00
Ian Lance Taylor
00692651e0
1999-08-18 Donn Terry <donn@interix.com>
...
* coff-i386.c (coff_i386_reloc): Handle R_IMAGEBASE.
(RTYPE2HOWTO): Return NULL if reloc type is out of range.
(coff_i386_rtype_to_howto): Likewise.
* coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
Completely ignore symbols which are all zero.
(dummy_reloc16_estimate): Add return 0.
* cofflink.c (_bfd_coff_link_input_bfd): Rename inner scope
variable copy to name_copy to avoid shadowing outer scope
variable.
* libcoff-in.h (coff_data_type): Change raw_syment_count field
from unsigned int to unsigned long. Add timestamp field.
* libcoff.h: Rebuild.
Also comment changes.
1999-08-18 06:00:13 +00:00
Ian Lance Taylor
7bb9db4d63
comment changes from Donn Terry, and indentation changes
1999-08-18 05:59:47 +00:00
Ian Lance Taylor
f994ccccd3
add comment from Donn Terry
1999-08-18 05:58:46 +00:00
Ian Lance Taylor
1396cd2d7f
1999-08-17 H.J. Lu <hjl@gnu.org>
...
* elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in
macro definition.
1999-08-17 07:53:37 +00:00
Ian Lance Taylor
0035bd7bda
* elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC
...
for special section symbols.
* elflink.h (elf_merge_symbol): If we have no old BFD, check
BSF_DYNAMIC on the section symbol to see whether the old BFD is
dynamic.
1999-08-17 07:50:30 +00:00
Mark Mitchell
8535d39cc8
* elf32-mips.c (mips_elf_calculate_relocation): Fix unfortunate
...
coincidence of variable names between old and new code.
1999-08-15 22:56:21 +00:00
Nick Clifton
bcbdc74cb2
Fix interworking problems.
1999-08-12 08:37:15 +00:00
Jeff Law
183df869b6
Fix typo.
1999-08-11 18:15:39 +00:00
Nick Clifton
230801466a
Check for overflow on R_ARM_PC24 relocs.
1999-08-11 10:56:35 +00:00
Jeff Law
052e120f44
* elf-hppa.h (elf_hppa_fake_sections): New function.
...
* elf32-hppa.c (elf_backend_fake_sections): Define.
1999-08-11 09:30:20 +00:00
Jeff Law
3a9acac86a
* elf-hppa.h (elf_hppa_final_write_processing): Update for
...
recent changes to the arch_info structure.
1999-08-10 19:19:22 +00:00
Jeff Law
fc91f6585b
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
...
R_HPPA_SEGBASE and R_HPPA_SEGREL32.
* cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
list.
1999-08-10 18:51:53 +00:00
Mark Mitchell
5499724a85
* elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always
...
output DT_MIPS_GOTSYM.
(_bfd_mips_elf_finish_dynamic_sections): Use the same value as
DT_MIPS_SYMTABNO if there are no global GOT symbols.
1999-08-10 06:43:11 +00:00
Mark Mitchell
7b1f123191
* elf32-mips.c (mips_elf_create_dynamic_relocation): Change
...
prototype. Handle local symbols. Add commentary.
(mips_elf_calculate_relocation): Adjust accordingly.
(_bfd_mips_elf_check_relocs): Handle local symbols in R_MIPS_32
relocations.
1999-08-10 06:27:48 +00:00
Mark Mitchell
ce00621771
* elflink.h (elf_bfd_final_link): Tweak last change.
1999-08-10 06:22:57 +00:00
Mark Mitchell
b037af20d6
* elflink.h (elf_link_size_reloc_section): Use the counts in the
...
elf-section data to allocate just the right amount of relocation
space. Don't allocate the hash space twice.
(elf_bfd_final_link): Calculate the amount of space to allocate in
each relocation section.
1999-08-10 03:36:28 +00:00
Jeff Law
432bdd91dd
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case 32): When in
...
64bit mode, generate a section relative relocation for a 32bit
wide relocation.
(elf_hppa_is_local_label_name): New function.
* elf32-hppa.c (elf_hppa_is_local_label_name): Deleted. To be
shared between 32bit and 64bit port.
1999-08-09 23:47:04 +00:00