summaryrefslogtreecommitdiffstats
path: root/src/include/bits
Commit message (Collapse)AuthorAgeFilesLines
* [gdb] Allow CPU architectures to omit support for GDBMichael Brown2024-09-051-0/+45
| | | | | | | | Move the <gdbmach.h> file to <bits/gdbmach.h>, and provide a common dummy implementation for all architectures that have not yet implemented support for GDB. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [build] Centralise dummy architecture-specific headersMichael Brown2024-09-0315-0/+243
Simplify the process of adding a new CPU architecture by providing common implementations of typically empty architecture-specific header files. Signed-off-by: Michael Brown <mcb30@ipxe.org>