aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-08 20:50:57 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-08 20:50:57 +0000
commit2f9b146ed8a3ef45b58c7ed80ecfc81671a15e27 (patch)
tree509789aa98923538205093ed66dfd8a2c076ddab /gdb/gdbarch.h
parent456fcf94f7f9a4f275739b19f16a0a24c06bf31d (diff)
downloadgdb-2f9b146ed8a3ef45b58c7ed80ecfc81671a15e27.zip
gdb-2f9b146ed8a3ef45b58c7ed80ecfc81671a15e27.tar.gz
gdb-2f9b146ed8a3ef45b58c7ed80ecfc81671a15e27.tar.bz2
2004-08-08 Andrew Cagney <cagney@gnu.org>
* gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to print. Improve script's error messages. * gdbarch.h: Re-generate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index f7af9f0..791a1cd 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -143,7 +143,7 @@ extern void set_gdbarch_long_long_bit (struct gdbarch *gdbarch, int long_long_bi
/* The ABI default bit-size and format for "float", "double", and "long
double". These bit/format pairs should eventually be combined into
- a single object. */
+ a single object. For the moment, just initialize them as a pair. */
extern int gdbarch_float_bit (struct gdbarch *gdbarch);
extern void set_gdbarch_float_bit (struct gdbarch *gdbarch, int float_bit);