ack/mach/proto/as
George Koehler e97116c037 Remove some obsolete code that causes a gcc warning.
In my OpenBSD/amd64 system, the code becomes

    if (0)
        outname.on_valu &= ~(((0xFFFFFFFF)<<32)<<32);

The 0xFFFFFFFF is a 32-bit int, so the left shift by 32 is out of
range and causes the gcc warning.

The intent might be to clear any sign-extended bits, if the assignment
outname.on_valu = valu did sign extension.  Old C had no unsigned
long, so .on_valu would have been long.  The code is obsolete because
h/out.h now declares .on_valu as uint32_t.
2017-01-16 18:09:55 -05:00
..
build.lua Raspberry Pi backend now builds. 2016-08-20 12:40:13 +02:00
comm0.h Add li and mr pseudoinstructions. 2016-10-18 00:21:32 +02:00
comm1.h 64-bit-ify (adhoc varargs are evil). 2015-03-23 00:07:59 +01:00
comm2.y Header --> Id 1994-06-24 14:02:31 +00:00
comm3.c Use relocation enumerations rather than hard-coded values for relocation types 2013-05-29 14:11:04 +01:00
comm4.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
comm5.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
comm6.c Remove some obsolete code that causes a gcc warning. 2017-01-16 18:09:55 -05:00
comm7.c 64-bit-ify (adhoc varargs are evil). 2015-03-23 00:07:59 +01: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