* ada-valprint.c (ada_print_floating): Remove trailing space.

This commit is contained in:
Joel Brobecker 2010-01-12 07:45:51 +00:00
parent 99e5bff2f9
commit 606b8d1a46
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-01-12 Joel Brobecker <brobecker@adacore.com>
* ada-valprint.c (ada_print_floating): Remove trailing space.
2010-01-12 Joel Brobecker <brobecker@adacore.com>
Add support for DW_AT_GNAT_descriptive_type.

View File

@ -332,7 +332,7 @@ ada_print_floating (const gdb_byte *valaddr, struct type *type,
len = strlen (result);
/* Modify for Ada rules. */
s = strstr (result, "inf");
if (s == NULL)
s = strstr (result, "Inf");