diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-08 20:50:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-08 20:50:57 +0000 |
commit | 2f9b146ed8a3ef45b58c7ed80ecfc81671a15e27 (patch) | |
tree | 509789aa98923538205093ed66dfd8a2c076ddab /gdb/ChangeLog | |
parent | 456fcf94f7f9a4f275739b19f16a0a24c06bf31d (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a125a22..b3adc5e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. + * gdbarch.sh (pformat): New function. (float_format, double_format, long_double_format): List with bit members. Use pformat when printing. |