aboutsummaryrefslogtreecommitdiff
path: root/gas/config/atof-vax.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-01 14:17:17 +0000
committerNick Clifton <nickc@redhat.com>2005-04-01 14:17:17 +0000
commitd2c5f73ed772457d6e3b82d38abe007863ddca2c (patch)
treecc63ea9e267d2fd11b1abd7901f0bc36c40bb8df /gas/config/atof-vax.c
parentce8d332a69fd042e0fa29d8c08050efafc1bffd0 (diff)
downloadgdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.zip
gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.tar.gz
gdb-d2c5f73ed772457d6e3b82d38abe007863ddca2c.tar.bz2
Support the .f_floating, .d_floating, .g_floating and .h_floating directives
for the VAX target in order to be more compatible with the VAX MACRO assembler.
Diffstat (limited to 'gas/config/atof-vax.c')
-rw-r--r--gas/config/atof-vax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/atof-vax.c b/gas/config/atof-vax.c
index b94e560..7cc139b 100644
--- a/gas/config/atof-vax.c
+++ b/gas/config/atof-vax.c
@@ -29,7 +29,7 @@
#define F_PRECISION 2
/* Length in LittleNums of guard bits. */
-#define GUARD 2
+#define GUARD 2
int flonum_gen2vax (int, FLONUM_TYPE *, LITTLENUM_TYPE *);