diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-04-29 06:54:23 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-04-29 06:54:23 +0000 |
| commit | 57122e40642f1b511ee0f293329fc0033629bbe8 (patch) | |
| tree | 71a1c4e3cf473134358e6b68f9a34df24766df65 /src/include/ChangeLog | |
| parent | db5cd098204924653923bdc7deb9e5ca0edc986d (diff) | |
| download | krb5-57122e40642f1b511ee0f293329fc0033629bbe8.tar.gz krb5-57122e40642f1b511ee0f293329fc0033629bbe8.tar.xz krb5-57122e40642f1b511ee0f293329fc0033629bbe8.zip | |
* k5-platform.h (DELAY_INITIALIZER): Don't define.
(CONSTRUCTOR_ATTR_WORKS, DESTRUCTOR_ATTR_WORKS): Don't define.
(USE_LINKER_FINI_OPTION): Don't define.
(MAYBE_DUMMY_INIT): New macro, to optionally produce a dummy initializer for
the linker to reference in the case where other options indicate we don't want
to use it.
(MAKE_INIT_FUNCTION): Use it in some versions. Set the exported function name
to have a __auxinit suffix.
(MAKE_FINI_FUNCTION) [!SHARED]: Declare the function static, and do nothing to
try to cause it to get invoked.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16282 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 279990cb30..d242da4993 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,16 @@ +2004-04-29 Ken Raeburn <raeburn@mit.edu> + + * k5-platform.h (DELAY_INITIALIZER): Don't define. + (CONSTRUCTOR_ATTR_WORKS, DESTRUCTOR_ATTR_WORKS): Don't define. + (USE_LINKER_FINI_OPTION): Don't define. + (MAYBE_DUMMY_INIT): New macro, to optionally produce a dummy + initializer for the linker to reference in the case where other + options indicate we don't want to use it. + (MAKE_INIT_FUNCTION): Use it in some versions. Set the exported + function name to have a __auxinit suffix. + (MAKE_FINI_FUNCTION) [!SHARED]: Declare the function static, and + do nothing to try to cause it to get invoked. + 2004-04-24 Ken Raeburn <raeburn@mit.edu> * k5-platform.h (DELAY_INITIALIZER): New macro, defined always. |
