Home | History | Annotate | Download | only in include
History log of /src/sys/arch/mvme68k/include/db_machdep.h
RevisionDateAuthorComments
 1.4  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.3  11-Apr-2011  mrg branches: 1.3.14;
obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code
in db_sym.[ch] as it is used by the elf version of crash(8).

i will be cleaning up the db_sym.c code in a follow up commit to avoid
having dead code compiled.
 1.2  02-Dec-2000  scw branches: 1.2.152; 1.2.158;
Set things up so that DDB can get to the symbol table in ELF kernels.
 1.1  25-Jul-1995  chuck branches: 1.1.1;
Initial revision
 1.1.1.1  25-Jul-1995  chuck branches: 1.1.1.1.34;
mvme68k port -- for the motorola vme147 m68030 card
 1.1.1.1.34.1  08-Dec-2000  bouyer Sync with HEAD.
 1.2.158.1  06-Jun-2011  jruoho Sync with HEAD.
 1.2.152.1  21-Apr-2011  rmind sync with head
 1.3.14.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed