mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
gas_data_sizes.S: make PIE for all ISAs
This commit is contained in:
@@ -11788,7 +11788,7 @@ Conclusion:
|
||||
|
||||
[options="header"]
|
||||
|===
|
||||
|byte |word |long |quad |octa
|
||||
|.byte |.word |.long |.quad |.octa
|
||||
|
||||
|x86
|
||||
|1
|
||||
@@ -11813,7 +11813,7 @@ Conclusion:
|
||||
|
||||
|===
|
||||
|
||||
and also keep in mind that:
|
||||
and also keep in mind that according to the manual:
|
||||
|
||||
* `.int` is the same as `.long`
|
||||
* `.hword` is the same as `.short` which is usually the same as `.word`
|
||||
|
||||
Reference in New Issue
Block a user