projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38cd80
)
Mon Apr 20 15:35:03 1998 Philippe De Muyter <phdm@macqel.be>
author
Jason Molenda
<jmolenda@apple.com>
Mon, 20 Apr 1998 22:36:00 +0000
(22:36 +0000)
committer
Jason Molenda
<jmolenda@apple.com>
Mon, 20 Apr 1998 22:36:00 +0000
(22:36 +0000)
* coffread.c (decode_base_type): Treat a long field with size greater
than TARGET_LONG_BIT as long long.
* values.c (value_from_longest): Print code value in error message.
gdb/values.c
patch
|
blob
|
history
diff --git
a/gdb/values.c
b/gdb/values.c
index 69c19a6399ce358ed5e46861f5aa3c576a4ac694..3d4d45e96da280ace779bbbc0975419b02b79b1a 100644
(file)
--- a/
gdb/values.c
+++ b/
gdb/values.c
@@
-1291,7
+1291,7
@@
value_from_longest (type, num)
break;
default:
- error ("Unexpected type
encountered for integer constant."
);
+ error ("Unexpected type
(%d) encountered for integer constant.", code
);
}
return val;
}