dwarves: Teach base_type__name_to_size about "long double"

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2009-09-14 17:50:14 -03:00
parent d45a1e7c7c
commit 5be2291b14
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ static struct base_type_name_to_size {
{ .name = "double double", .size = 64, },
{ .name = "single float", .size = 32, },
{ .name = "float", .size = 32, },
{ .name = "long double", .size = 64, },
{ .name = "long double long double", .size = 64, },
{ .name = NULL },
};