Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2002 13:48:08 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ddb db_elf.c
Message-ID:  <200209152048.g8FKm8EB001043@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/09/15 13:48:08 PDT

  Modified files:
    sys/ddb              db_elf.c 
  Log:
  Made this compile (but not work).  This involved mainly const poisoning
  and renaming ALIGNED_POINTER() to _ALIGNED_POINTER() plus the following
  hacks for i386's:
  - define _ALIGNED_POINTER() if it is not already defined.  Most non-i386
    arches define it <machine/param.h> define it in <machine/param.h>,
    although none actually used it in the kernel.
  - define ksym_start and ksym_end.  Most non-i386 arches still define and
    initialize these in machdep.c although they didn't used them.  Here is
    a better place to define them but not to initialize them.
  
  Revision  Changes    Path
  1.12      +18 -8     src/sys/ddb/db_elf.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209152048.g8FKm8EB001043>