Marcel Moolenaar 19d4fb8e5c Workaround for compiling LINT. Large kernels (like LINT) can have
branch targets that are too far apart for the BRADDR relocation.
This is caused by the branch prediction optimizationi in the atomic
inlines here, because they jump across sections.
The workaround is to suppress jumping to a different section when
compiling LINT. To generate correct code in that case, the section
directives are replaced by a branch and a label to deal with the
fall-through case. Reasonably good C compilers will optimize this
away anyway, so the end result isn't really that bad.
2003-02-23 06:34:21 +00:00
..
2002-09-23 18:54:32 +00:00
2003-02-08 20:37:55 +00:00
2003-01-18 23:43:12 +00:00
2003-02-08 20:37:55 +00:00
2002-06-29 07:04:59 +00:00
2001-12-11 23:33:44 +00:00