mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix rwx .rodata in python.com on aarch64
This commit is contained in:
parent
4eebd6b9dc
commit
1353db7d3f
65 changed files with 65 additions and 65 deletions
2
third_party/python/Python/cosmomodule.c
vendored
2
third_party/python/Python/cosmomodule.c
vendored
|
@ -412,7 +412,7 @@ PyInit_cosmo(void)
|
|||
return !PyErr_Occurred() ? m : 0;
|
||||
}
|
||||
|
||||
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_cosmo = {
|
||||
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_cosmo = {
|
||||
"cosmo",
|
||||
PyInit_cosmo,
|
||||
};
|
||||
|
|
2
third_party/python/Python/xedmodule.c
vendored
2
third_party/python/Python/xedmodule.c
vendored
|
@ -75,7 +75,7 @@ PyInit_xed(void)
|
|||
return PyModule_Create(&xedmodule);
|
||||
}
|
||||
|
||||
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_xed = {
|
||||
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_xed = {
|
||||
"xed",
|
||||
PyInit_xed,
|
||||
};
|
||||
|
|
2
third_party/python/Python/xtermmodule.c
vendored
2
third_party/python/Python/xtermmodule.c
vendored
|
@ -89,7 +89,7 @@ PyInit_xterm(void)
|
|||
return PyModule_Create(&xtermmodule);
|
||||
}
|
||||
|
||||
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_xterm = {
|
||||
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_xterm = {
|
||||
"xterm",
|
||||
PyInit_xterm,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue