* bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
authorJeff Law <law@redhat.com>
Wed, 16 Mar 1994 07:02:05 +0000 (07:02 +0000)
committerJeff Law <law@redhat.com>
Wed, 16 Mar 1994 07:02:05 +0000 (07:02 +0000)
commit5b3577cb7a48ff1cda271f61465d66bcc3c38341
tree4ee3eabc5b74e4027116eb4a67b5dcff4594f43a
parent0069bd06b35b71f9c29da5e1ec95d7bf7734ea8e
* bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.

* bfd-in.h (JUMP_TABLE): Add new entries to the jump table
for bfd_copy_private_section_data, bfd_copy_private_bfd_data,
and bfd_is_local_label.

* targets.c: Add new entries to the bfd_target structure.

* bfd.c (bfd_copy_private_bfd_data): New definition.

* section.c (bfd_copy_private_section_data): New definition.

* syms.c (bfd_is_local_label): New definition.

* libbfd-in.h (bfd_generic_is_local_label): Declare.

* libbfd.c (bfd_generic_is_local_label): New function.

* *-core.c: Provide default definitions for new functions in
the target vector which all point to bfd_false.

* aout-target.h, coffcode.h, elf32-target.h elf64-target.h, ieee.c
libaout.h, libecoff.h, nlm-target.h, oasys.c, srec.c, tekhex.c
Default new vectors for copying private backend data to bfd_true.
Default new vector for determining if a symbol is a local label
to bfd_generic_is_local_label.

* som.c (som_bfd_copy_private_section_data): New function.
(som_bfd_is_local_label): New function.
(som_bfd_copy_private_bfd_data): For now default to bfd_true.

* elf32-hppa.c (hppa_elf_is_local_label): New function.
bfd/ChangeLog
bfd/elf32-target.h
bfd/elf64-target.h
bfd/som.c
This page took 0.025398 seconds and 4 git commands to generate.