Remove type quad, use type word_t in PowerPC as.
authorGeorge Koehler <xkernigh@netscape.net>
Mon, 30 Jan 2017 21:15:02 +0000 (16:15 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Mon, 30 Jan 2017 21:15:02 +0000 (16:15 -0500)
commit3c1d2d79f0817602ac5aa8e8ee7069960d90cc6d
treec146c3ac276cd5c0c4f4898f9296383597ab31fc
parent48e3aab72858159e9537de9655bab8d6a0a9d97c
Remove type quad, use type word_t in PowerPC as.

Type word_t is for encoding the machine instructions.  It only needs
32 bits for PowerPC.  It was long (which can have 32 or 64 bits), and
there was a second type quad (which was uint32_t).  Switch word_t to
uint32_t and replace quad with word_t.

Also change valu_t and ADDR_T away from long.
mach/powerpc/as/mach0.c
mach/powerpc/as/mach1.c
mach/powerpc/as/mach4.c
mach/powerpc/as/mach5.c