From c2d11a7da0372ef052af1c74d56e264d8aae4743 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 7 Dec 1999 03:56:43 +0000 Subject: import gdb-1999-12-06 snapshot --- gdb/gdbtypes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/gdbtypes.h') diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index f723c79..923b0b1 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -855,7 +855,13 @@ extern struct type *builtin_type_int32; extern struct type *builtin_type_uint32; extern struct type *builtin_type_int64; extern struct type *builtin_type_uint64; + +/* SIMD types. We inherit these names from GCC. */ extern struct type *builtin_type_v4sf; +extern struct type *builtin_type_v4si; +extern struct type *builtin_type_v8qi; +extern struct type *builtin_type_v4hi; +extern struct type *builtin_type_v2si; /* 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 -- cgit v1.1