#
81621933 |
| 08-Dec-2022 |
guenther <guenther@openbsd.org> |
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.
ok deraadt@ jca@ krw@
|
#
fcac5417 |
| 09-Oct-2012 |
jsing <jsing@openbsd.org> |
Dynamically build the Interrupt Descriptor Table (IDT), instead of using a static table. This allows the IDT to be placed in .bss and avoids the "relocation truncated" errors that result from the lin
Dynamically build the Interrupt Descriptor Table (IDT), instead of using a static table. This allows the IDT to be placed in .bss and avoids the "relocation truncated" errors that result from the linker trying to put a 32-bit address into a 16-bit hole.
With input from Marco Peereboom.
ok weingart@
show more ...
|