On Wed Aug 19 18:28:05 EDT 2009, [email protected] wrote:
> On Wed Aug 19 18:05:36 EDT 2009, [email protected] wrote:
> > And, while it didn't bring mk -k to a grinding halt, I did notice
> > that, with nupas installed,  "cd /sys/src/cmd/upas; objtype=arm mk
> > install" chokes on /sys/src/cmd/upas/imap4.c/imap4.c.
> 
> nupas compiles with [78q]c.  i hadn't considered compiling it
> for arm.  sorry.  however, this appears to be a compiler limitation.
> it appears not handle ?: with vlongs.  neither cache.c, imap.c nor
> mdir.c compile.  all with diag.
> cache.c:245 unknown vlong LIST
> i believe a machcap function needs to be written.

it compiles now, but i can't check it:

; diffy -c /sys/src/cmd/cc/com64.c
/n/dump/2009/0819/sys/src/cmd/cc/com64.c:274,279 - 
/sys/src/cmd/cc/com64.c:274,280
                case ORETURN:
                case OAS:
                case OIND:
+               case OLIST:
                        return 1;
                case OADD:
                        a = nodaddv;

- erik

Reply via email to