From 616ebcfd0b8fd835b8b9832af1db98fcb5bb786b Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sun, 8 Dec 1991 00:56:56 +0000 Subject: * 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. --- bfd/ctor.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bfd/ctor.c') 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); - */ -- cgit v1.1