aboutsummaryrefslogtreecommitdiff
path: root/bfd/ctor.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-08-25 22:04:53 +0000
committerSteve Chamberlain <sac@cygnus>1992-08-25 22:04:53 +0000
commitd41ab7144ef055f342860f129d261939e2ef7596 (patch)
treea4139a2ccc01ad4fd8539b4f2b4a051d5bd32493 /bfd/ctor.c
parent5bc927fb4e9d21fd4f50bab28cb793963c92df8b (diff)
downloadgdb-d41ab7144ef055f342860f129d261939e2ef7596.zip
gdb-d41ab7144ef055f342860f129d261939e2ef7596.tar.gz
gdb-d41ab7144ef055f342860f129d261939e2ef7596.tar.bz2
Add basic support for the z8k:
* Makefile.in, archures.c, coffcode.h, configure.in, reloc.c, section.c, targets.c,
Diffstat (limited to 'bfd/ctor.c')
-rw-r--r--bfd/ctor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ctor.c b/bfd/ctor.c
index 0550aa8..b3e1890 100644
--- a/bfd/ctor.c
+++ b/bfd/ctor.c
@@ -63,11 +63,11 @@ SECTION
construction data essential for the linker to be able to
perform its job are:
- o asymbol
+ o asymbol -
The asymbol of the contructor entry point contains all the
information necessary to call the function.
- o table id
+ o table id -
The type of symbol, ie is it a contructor, a destructor or
something else someone dreamed up to make our lives difficult.