Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



cgd
Thu May  9 19:42:14 EDT 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9728

Modified Files:
        exec_ecoff.h 
Log Message:
change structure member names to be in line with what various ECOFF
documentation I have calls them.  This makes it easier to simulate
a 'normal' ECOFF environment.  Add an 'ecoff_exechdr' structure which
includes the filehdr and aouthdr.  (That idea taken from the Mach header
formerly used by the Alpha boot blocks.) Simpify the macros used to get
various bits of information, and make most of them take pointers to
the exechdr structure rather than individual pointers to the filehdr
and/or aouthdr.


cgd
Thu May  9 19:44:48 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9878

Modified Files:
        exec_ecoff.c 
Log Message:
update for new exec_ecoff.h header, clean up a bit (KNF + changes similar
to those made in the header).


cgd
Thu May  9 19:46:21 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9935/include

Modified Files:
        ecoff.h 
Log Message:
change structure member names to be in line with what various ECOFF
documentation I have calls them, and update for new definitions in
sys/exec_ecoff.h.


cgd
Thu May  9 19:47:29 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10003/include

Modified Files:
        ecoff.h 
Log Message:
change structure member names to be in line with what various ECOFF
documentation I have calls them, and update for new definitions in
sys/exec_ecoff.h.  Also, fix ECOFF_SEGMENT_ALIGNMENT macro so that it
actually returns the right alignment.


cgd
Thu May  9 19:48:50 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10061/mips

Modified Files:
        cpu_exec.c 
Log Message:
update for changed ecoff headers.  minor consistency changes for the
ecoff functions, as well.


cgd
Thu May  9 19:49:40 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10125

Modified Files:
        machdep.c 
Log Message:
update for changed ecoff headers.  minor consistency changes for the
ecoff functions, as well.




Home | Main Index | Thread Index | Old Index