wfe example, and more nostartfiles stuff

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-12-12 00:00:02 +00:00
parent d5e453840b
commit a8ea7c81f1
11 changed files with 110 additions and 15 deletions

View File

@@ -535,7 +535,7 @@ path_properties_tuples = (
nostartfiles_properties,
{
# https://github.com/cirosantilli/linux-kernel-module-cheat/issues/107
'exit.s': {'skip_run_unclassified': True},
'exit.S': {'skip_run_unclassified': True},
}
),
'udf.S': {
@@ -573,6 +573,13 @@ path_properties_tuples = (
'rdtscp.c': {'uses_instructions': {'x86_64': {'rdtscp'}}},
}
),
'nostartfiles': (
nostartfiles_properties,
{
# https://github.com/cirosantilli/linux-kernel-module-cheat/issues/107
'exit.S': {'skip_run_unclassified': True},
}
),
'div_overflow.S': {'signal_received': signal.Signals.SIGFPE},
'div_zero.S': {'signal_received': signal.Signals.SIGFPE},
'fabs.S': {'uses_instructions': {'x86_64': {'fcomip'}}},