ack/mach/proto/as
George Koehler a434749fd9 Widen valu_t in the assembler to 64 bits.
Most machines had undefined valu_t and redefined it to a different
type.  Edit mach/*/as/mach0.c to remove such redefinitions, so the
next change to valu_t will affect all machines.

Edit mach/proto/as/comm0.h to change valu_t to int64_t, and add
uvalu_t and uint64_t.

Remove int64_t y_valu8 from the yacc %union, now that valu_t y_valu
can hold 64 bits.  Replace y_valu8 with y_valu.  The .data8 pseudo
becomes less special; it now accepts absolute expressions.

This change simplifies the assembler and seems to have no effect on
the assembled output.  Among the files in share/ack/examples, the only
changes are in hilo_bas.* and startrek_c.linuxppc, but those files
seem to change whenever I rebuild them.
2019-10-04 18:58:56 -04:00
..
build.lua Add the .dataf4 and .dataf8 directives to the assembler --- manually converting 2018-09-10 22:56:18 +02:00
comm0.h Widen valu_t in the assembler to 64 bits. 2019-10-04 18:58:56 -04:00
comm1.h Add .data8 for 8-byte literal integers to the assembler. 2019-08-13 11:47:44 -04:00
comm2.y Widen valu_t in the assembler to 64 bits. 2019-10-04 18:58:56 -04:00
comm3.c Add .data8 for 8-byte literal integers to the assembler. 2019-08-13 11:47:44 -04:00
comm4.c Fix possible buffer writer overflow 2019-03-31 01:14:49 +08:00
comm5.c Widen valu_t in the assembler to 64 bits. 2019-10-04 18:58:56 -04:00
comm6.c Fix buffer overflow issue. 2019-03-25 00:13:42 +08:00
comm7.c Add .data8 for 8-byte literal integers to the assembler. 2019-08-13 11:47:44 -04:00
comm8.c Header --> Id 1994-06-24 14:02:31 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00