sync with OpenBSD -current
This commit is contained in:
parent
aee4243932
commit
951aae1a1a
39 changed files with 531 additions and 183 deletions
|
@ -781,6 +781,22 @@ ___
|
|||
OPTION DOTNAME
|
||||
___
|
||||
}
|
||||
|
||||
if ($nasm) {
|
||||
print <<___;
|
||||
\%define _CET_ENDBR
|
||||
___
|
||||
} else {
|
||||
print <<___;
|
||||
#if defined(__CET__)
|
||||
#include <cet.h>
|
||||
#else
|
||||
#define _CET_ENDBR
|
||||
#endif
|
||||
|
||||
___
|
||||
}
|
||||
|
||||
print "#include \"x86_arch.h\"\n";
|
||||
|
||||
while($line=<>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue