diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-08 00:56:56 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-08 00:56:56 +0000 |
commit | 616ebcfd0b8fd835b8b9832af1db98fcb5bb786b (patch) | |
tree | f7628effb7282147ef8ef3a9b26e94b5c8456fad /bfd/ctor.c | |
parent | 70fb2c9247df9d48d097257f2d303e3540a2e686 (diff) | |
download | gdb-616ebcfd0b8fd835b8b9832af1db98fcb5bb786b.zip gdb-616ebcfd0b8fd835b8b9832af1db98fcb5bb786b.tar.gz 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.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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); - */ |