Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 1997 12:44:51 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys imgact_aout.h
Message-ID:  <199712192044.MAA03274@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/12/19 12:44:51 PST

  Modified files:
    sys/sys              imgact_aout.h 
  Log:
  Made N_TXTADDR() work for kernels (assume that a ZMAGIC file with an
  out of bounds a_entry is a kernel and use the usual kludge to find
  the text address).  If gdb had used this, it would have been able
  to find the kernel text address properly.  Unfortunately, it uses
  its own a.out macros, so this is mainly an example for gdb to copy.
  
  Revision  Changes    Path
  1.8       +6 -2      src/sys/sys/imgact_aout.h



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