| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix position independent loads of function symbols. | 2025-12-13 | 2 | -7/+9 | |
| | | | | | | | | | For `extern int x[1];`, can use PCREL32 for &x. But for `extern int x(int)`, must use GOTREL, when not being called directly (that's PLT). Therefore the type of an external symbol (actually just whether it denotes a function) matters when deciding what kind of relocation to emit, so keep that information. | ||||
| * | x86-64/emit errata | 2025-12-12 | 1 | -7/+4 | |
| | | |||||
| * | x86_64: fix erroneous encoding of index reg in no-pie situations | 2025-12-12 | 1 | -11/+1 | |
| | | |||||
| * | s/amd64/x86_64/ | 2025-12-12 | 4 | -0/+2379 | |