* printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 1 Oct 1993 20:48:14 +0000 (20:48 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 1 Oct 1993 20:48:14 +0000 (20:48 +0000)
commitf73b07c9d26a2baf9463349b2526f646d6d5238b
tree807f1c7d55a09f7ac52bf484ab99ba49fe9b20c1
parent5c7473b1df37760aa0492d0b22cb8c48212bea1c
* printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not
depend on builtin_type_*.  Instead, it is always 2, 4, and 8 bytes
like the documentation says.
* printcmd.c (decode_format) [CC_HAS_LONG_LONG]: Remove 'l' as
synonym for 'g'.  This was never documented, it shouldn't depend on
CC_HAS_LONG_LONG, and I don't see what's wrong with 'g'.
gdb/ChangeLog
gdb/printcmd.c
This page took 0.025139 seconds and 4 git commands to generate.