10743 | 06-Feb-1983 |
mckusick |
version 2.10 becomes 2.11 automagically. |
10742 | 06-Feb-1983 |
mckusick |
date and time created 83/02/06 15:54:55 by mckusick |
10741 | 06-Feb-1983 |
mckusick |
date and time created 83/02/06 15:54:49 by mckusick |
10732 | 05-Feb-1983 |
mckusick |
merge in PXP changes |
10724 | 03-Feb-1983 |
mckusick |
move sources to ../src |
10720 | 03-Feb-1983 |
mckusick |
px_header gets ever larger... |
10716 | 03-Feb-1983 |
peter |
forgot register save mask for _program for the vax while porting to the 68000. |
10715 | 03-Feb-1983 |
mckusick |
pTree.h include goes away to restore sanity |
10714 | 03-Feb-1983 |
peter |
typo introduced during port to mc68000. |
10678 | 02-Feb-1983 |
peter |
use pre-defined machine types to define machine-dependent characteristics. |
10671 | 01-Feb-1983 |
peter |
separate machine-dependent parts to machine-specific routines for code for main, prologues, entry, exit, epilogue, and formal entry points. |
10670 | 01-Feb-1983 |
peter |
fix unary minus so it works for both integers and reals. |
10669 | 01-Feb-1983 |
peter |
missing sconv's and calls to stkrval() instead of rvalue(). |
10668 | 01-Feb-1983 |
peter |
type of a P2CALL has to match the type of the function for the more stringent 68000 compiler. |
10667 | 01-Feb-1983 |
peter |
postcheck() takes struct nl *'s, not p2types. |
10666 | 01-Feb-1983 |
peter |
the shadow of the index variable must be the same type as the index variable (for high-end addressed machines, like the 68000). |
10665 | 01-Feb-1983 |
peter |
use pre-processor defines for machine type. should use machine type for ADDR16/32 and DEC11. |
10664 | 01-Feb-1983 |
peter |
strings are aligned as structs since we sometimes treat them that way. part of the port to the 68000. |
10661 | 01-Feb-1983 |
peter |
things more from here to pc.h; to make this file machine dependent. |
10660 | 01-Feb-1983 |
peter |
port to the mc68000. things move into objfmt.h as we discover they are machine dependent. |
10659 | 01-Feb-1983 |
peter |
pc constants for the mc68000. |
10658 | 01-Feb-1983 |
peter |
fix up some things while porting. moving things from 0.h to other .h files. |
10657 | 01-Feb-1983 |
peter |
change the #ifdefs from names from whoami.h to pre-defines from /lib/cpp. |
10656 | 01-Feb-1983 |
peter |
make machine independent during port to the mc68000. |
10655 | 01-Feb-1983 |
peter |
port to the mc68000. tied to labels generated by ']' lines. |