summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-10-19 02:47:02 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-10-19 02:47:02 +0000
commit996d40ebc9157af3b41799051b25b9a0c715b4c1 (patch)
tree46cda6f2a377bbfe86bd3be70137397aed7ace9d /gdb/gdbtypes.h
parent62d5ff22119181a83460dfbf8164c95d93bd47ac (diff)
downloadgdb-996d40ebc9157af3b41799051b25b9a0c715b4c1.tar.gz
import gdb-1999-10-18 snapshot
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index dcd65ee6f45..f723c79fee0 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -855,6 +855,7 @@ extern struct type *builtin_type_int32;
extern struct type *builtin_type_uint32;
extern struct type *builtin_type_int64;
extern struct type *builtin_type_uint64;
+extern struct type *builtin_type_v4sf;
/* We use this for the '/c' print format, because builtin_type_char is
just a one-byte integral type, which languages less laid back than