mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
wfe example, and more nostartfiles stuff
This commit is contained in:
@@ -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'}}},
|
||||
|
||||
Reference in New Issue
Block a user