mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* ada-valprint.c (ada_print_floating): Remove trailing space.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user