aboutsummaryrefslogtreecommitdiff
path: root/bfd/ctor.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-12-03 23:03:17 +0000
committerKen Raeburn <raeburn@cygnus>1992-12-03 23:03:17 +0000
commit07de8e96b371ed08061203a7014bb08a4e92f375 (patch)
tree97767049d4f43f3adac2c8f6bbcb33f1a1ad9b83 /bfd/ctor.c
parentbf229b4ea5f95fa036f6d3dc8fc7b236c5028f5e (diff)
downloadgdb-07de8e96b371ed08061203a7014bb08a4e92f375.zip
gdb-07de8e96b371ed08061203a7014bb08a4e92f375.tar.gz
gdb-07de8e96b371ed08061203a7014bb08a4e92f375.tar.bz2
syms.c (asymbol): Added new field "app_data", for data particular to the
application. Some of the linker flags ought to get moved to this field someday. archures.c (bfd_default_scan): Recognize a few more numbers: 80486, 80960, and 960. bfd-in.h, bfd.c, targets.c, coffcode.h, coff-mips.c, other targets: Moved COFF swap table to backend data. hosts/i386linux.h: Include unistd.h. aoutx.h, libaout.h, stab-syms.c: stab names are now in constant storage. trad-core.c: Fixed some `PARAMS' uses that were missing parentheses. aoutx.h, archive.c, archures.c, coffcode.h, ctor.c, reloc.c, syms.c: Doc fixes.
Diffstat (limited to 'bfd/ctor.c')
-rw-r--r--bfd/ctor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ctor.c b/bfd/ctor.c
index b3e1890..3d939ef 100644
--- a/bfd/ctor.c
+++ b/bfd/ctor.c
@@ -103,7 +103,7 @@ SYNOPSIS
DESCRIPTION
This function is called with an a symbol describing the
function to be called, an string which descibes the xtor type,
- eg something like "CTOR" or "DTOR" would be fine. And the bfd
+ e.g., something like "CTOR" or "DTOR" would be fine. And the bfd
which owns the function. Its duty is to create a section
called "CTOR" or "DTOR" or whatever if the bfd doesn't already
have one, and grow a relocation table for the entry points as