OSDN Git Service

target-ppc: Introduce Generator Macros for DFP Arithmetic Forms
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:54:57 +0000 (15:54 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:29 +0000 (13:24 +0200)
commitf0b01f02a44d29bc41af2a87a22732c9449e5dd8
treeef784357d06502faa78a0f3a624694ba246b3406
parenta4f27cc82c5ebf7691cc9de26c368dac6d302526
target-ppc: Introduce Generator Macros for DFP Arithmetic Forms

Add general support for generators of PowerPC Decimal Floating Point helpers.

Some utilities are annotated with GCC attribute unused in order to preserve
build bisection.  These annotations will be removed in later patches.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c