cvs commit: src/sys/i386/include metadata.h src/sys/amd64/include metadata.h src/sys/sys linker.h src/sys/powerpc/include metadata.h src/sys/sparc64/include metadata.h

Peter Wemm peter at FreeBSD.org
Wed Apr 30 20:31:20 PDT 2003


peter       2003/04/30 20:31:18 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              linker.h 
    sys/powerpc/include  metadata.h 
    sys/sparc64/include  metadata.h 
  Added files:
    sys/i386/include     metadata.h 
    sys/amd64/include    metadata.h 
  Log:
  Slight reorg and added AMD64 support.  A couple of the MODINFOMD_* values
  that were added to sparc64 and later powerpc, really should have been in
  the MI area.  But changing that now with insufficient preperation will
  just cause too much pain.
  
  Move MD_FETCH() to the MI sys/linker.h file to avoid another two copies
  of it.
  
  Revision  Changes    Path
  1.1       +34 -0     src/sys/amd64/include/metadata.h (new)
  1.1       +34 -0     src/sys/i386/include/metadata.h (new)
  1.2       +0 -6      src/sys/powerpc/include/metadata.h
  1.4       +0 -6      src/sys/sparc64/include/metadata.h
  1.36      +14 -0     src/sys/sys/linker.h


More information about the cvs-all mailing list