* values.c (value_being_returned): Make error message a proper
authorJim Blandy <jimb@codesourcery.com>
Thu, 29 Nov 2001 17:37:38 +0000 (17:37 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 29 Nov 2001 17:37:38 +0000 (17:37 +0000)
sentence.

gdb/ChangeLog
gdb/values.c

index dc25ee8..df9242f 100644 (file)
@@ -1,4 +1,10 @@
+2001-11-29  Jim Blandy  <jimb@redhat.com>
+
+       * values.c (value_being_returned): Make error message a proper
+       sentence.
+
 2001-11-27 Keith Walker <keith.walker@arm.com>
+
        * dwarf2read.c (read_attribute_value): New function to handle
        DW_FORM_indirect
        (read_attribute): uses read_attribute_value
index e75941f..d9a523f 100644 (file)
@@ -1388,7 +1388,7 @@ value_being_returned (struct type *valtype, char *retbuf, int struct_return)
       {
        addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
        if (!addr)
-         error ("Function return value unknown");
+         error ("Function return value unknown.");
        return value_at (valtype, addr, NULL);
       }