diff options
Diffstat (limited to 'gas/config/tc-nds32.c')
-rw-r--r-- | gas/config/tc-nds32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-nds32.c b/gas/config/tc-nds32.c index 3c2652e..d01ca3d 100644 --- a/gas/config/tc-nds32.c +++ b/gas/config/tc-nds32.c @@ -7316,9 +7316,6 @@ md_number_to_chars (char *buf, valueT val, int n) number_to_chars_littleendian (buf, val, n); } -/* Equal to MAX_PRECISION in atof-ieee.c. */ -#define MAX_LITTLENUMS 6 - /* This function is called to convert an ASCII string into a floating point value in format used by the CPU. */ |