OpenGrok
Cross Reference: db_machdep.h
xref
: /
src
/
sys
/
arch
/
mac68k
/
include
/
db_machdep.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/mac68k/include/db_machdep.h
Revision
Date
Author
Comments
1.5
06-Nov-2017
christos
Cleanup and clarify the ELFSIZE mess:
We now have 2 variables automatically set in elf_machdep.h:
ARCH_ELFSIZE: the size for userland binaries
KERN_ELFSIZE: the size for the kernel binaries
DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.
In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.
1.4
20-Nov-2001
chs
branches: 1.4.166;
prepare for ELF:
- add "%" prefix to register names in assembly code.
- use _C_LABEL() where necessary.
- use packed structures where necessary to match the old ABI.
1.3
26-Oct-1994
cgd
branches: 1.3.48; 1.3.52;
new RCS ID format.
1.2
10-Jan-1994
briggs
Fixup to use m68k headers, now. Thanks, Chris.
1.1
15-Dec-1993
briggs
Added for ddb support. I think it's at least partially wrong. This and
the files in mac68k/db_* started off as the sun3 files...
1.3.52.1
08-Jan-2002
nathanw
Catch up to -current.
1.3.48.1
10-Jan-2002
thorpej
Sync kqueue branch with -current.
1.4.166.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Tue Oct 14 21:09:58 GMT 2025