diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-25 22:04:53 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-25 22:04:53 +0000 |
commit | d41ab7144ef055f342860f129d261939e2ef7596 (patch) | |
tree | a4139a2ccc01ad4fd8539b4f2b4a051d5bd32493 /bfd/ctor.c | |
parent | 5bc927fb4e9d21fd4f50bab28cb793963c92df8b (diff) | |
download | gdb-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |