cvs commit: src/sys/ddb db_elf.c src/sys/amd64/amd64 machdep.c

Bruce Evans bde at FreeBSD.org
Mon May 17 22:30:08 PDT 2004


bde         2004/05/17 22:30:07 PDT

  FreeBSD src repository

  Modified files:
    sys/ddb              db_elf.c 
    sys/amd64/amd64      machdep.c 
  Log:
  Fixed DDB_NOKLDSYM on amd64's:
  
  machdep.c:
  Initialize the symbol table pointers, not quite like for other arches.
  
  db_elf.c:
  Don't claim to be an i486 in the fake ELF header.
  
  Revision  Changes    Path
  1.606     +6 -0      src/sys/amd64/amd64/machdep.c
  1.18      +1 -1      src/sys/ddb/db_elf.c


More information about the cvs-src mailing list