diff options
author | jdp <jdp@FreeBSD.org> | 1996-02-20 04:07:26 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-02-20 04:07:26 +0000 |
commit | 4cf4be8b5a2cc28bfc387dd17edb8b6788cc5e58 (patch) | |
tree | 807df82ef40cdc5d47eb471b261d3100ed02fe1a /lib/libskey | |
parent | 0b83253216562ca9f5547699c565d93e3af31e0e (diff) | |
download | FreeBSD-src-4cf4be8b5a2cc28bfc387dd17edb8b6788cc5e58.zip FreeBSD-src-4cf4be8b5a2cc28bfc387dd17edb8b6788cc5e58.tar.gz |
Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0
to 2. This makes them agree with the declarations in libgcc, and
clears the way once again for linking c++rt0.o into all libraries,
and eliminating CPLUSPLUSLIB from <bsd.lib.mk>. (I have not made
that change yet, because there is still a bootstrapping problem
for "make world".)
Also, removed a check which ensured that the constructor count in
the first word of __CTOR_LIST__ was greater than zero before
traversing the list. I had added that check earlier, but it is no
longer necessary, now that there is guaranteed to be at least 2
words in __CTOR_LIST__.
Diffstat (limited to 'lib/libskey')
0 files changed, 0 insertions, 0 deletions