diff options
Diffstat (limited to 'gcc/config')
-rwxr-xr-x | gcc/config/arm/thumb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/arm/thumb.h b/gcc/config/arm/thumb.h index 325374c..086ed52 100755 --- a/gcc/config/arm/thumb.h +++ b/gcc/config/arm/thumb.h @@ -182,15 +182,6 @@ extern int target_flags; fprintf (STREAM, "\n"); \ } -#define ASM_OUTPUT_LONG_DOUBLE(STREAM,VALUE) \ -do { char dstr[30]; \ - long l[3]; \ - REAL_VALUE_TO_TARGET_LONG_DOUBLE (VALUE, l); \ - REAL_VALUE_TO_DECIMAL (VALUE, "%.20g", dstr); \ - fprintf (STREAM, "\t.long 0x%lx,0x%lx,0x%lx\t%s long double %s\n", \ - l[0], l[1], l[2], ASM_COMMENT_START, dstr); \ - } while (0) - #define ASM_OUTPUT_DOUBLE(STREAM, VALUE) \ do { char dstr[30]; \ long l[2]; \ |