aboutsummaryrefslogtreecommitdiff
path: root/bfd/ctor.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-08 00:56:56 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-08 00:56:56 +0000
commit616ebcfd0b8fd835b8b9832af1db98fcb5bb786b (patch)
treef7628effb7282147ef8ef3a9b26e94b5c8456fad /bfd/ctor.c
parent70fb2c9247df9d48d097257f2d303e3540a2e686 (diff)
downloadfsf-binutils-gdb-616ebcfd0b8fd835b8b9832af1db98fcb5bb786b.zip
fsf-binutils-gdb-616ebcfd0b8fd835b8b9832af1db98fcb5bb786b.tar.gz
fsf-binutils-gdb-616ebcfd0b8fd835b8b9832af1db98fcb5bb786b.tar.bz2
* aoutx.h, archive.c, archures.c, bfd.c, cache.c, coff-m88k.c,
coffcode.h, core.c, ctor.c, elf.c, format.c, ieee.c, init.c, libbfd.c, libbfd.h, libcoff.h, opncls.c, reloc.c, section.c, srec.c, syms.c, targets.c : all new documentation and lint removal.
Diffstat (limited to 'bfd/ctor.c')
-rw-r--r--bfd/ctor.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/ctor.c b/bfd/ctor.c
index 5aa75b7..1bcb49c 100644
--- a/bfd/ctor.c
+++ b/bfd/ctor.c
@@ -25,7 +25,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
SECTION
Constructors
-DESCRIPTION
Classes in C++ have 'constructors' and 'destructors'. These
are functions which are called automatically by the language
whenever data of a class is created or destroyed. Class data
@@ -92,9 +91,15 @@ DESCRIPTION
/*
-INTERNAL FUNCTION
+INTERNAL_FUNCTION
bfd_constructor_entry
+SYNOPSIS
+ void bfd_constructor_entry(bfd *abfd,
+ asymbol **symbol_ptr_ptr,
+ CONST char*type);
+
+
DESCRIPTION
This function is called with an a symbol describing the
function to be called, an string which descibes the xtor type,
@@ -104,11 +109,6 @@ DESCRIPTION
have one, and grow a relocation table for the entry points as
they accumulate.
-SYNOPSIS
- void bfd_constructor_entry(bfd *abfd,
- asymbol **symbol_ptr_ptr,
- CONST char*type);
-
*/