diff options
author | Tom Tromey <tromey@adacore.com> | 2022-02-03 13:18:25 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-03-07 07:52:59 -0700 |
commit | c8b76e1ec346de509dbcc2c6dfc4519c572f7322 (patch) | |
tree | 103e21c08c6ecfdbb7471bd1c3b136fb5224b55b /gdb/charset.h | |
parent | 36f5ca535d0cffb4d9767f4471ac632dddd94c3b (diff) | |
download | gdb-c8b76e1ec346de509dbcc2c6dfc4519c572f7322.zip gdb-c8b76e1ec346de509dbcc2c6dfc4519c572f7322.tar.gz gdb-c8b76e1ec346de509dbcc2c6dfc4519c572f7322.tar.bz2 |
Let phex and phex_nz handle sizeof_l==1
Currently, neither phex nor phex_nz handle sizeof_l==1 -- they let
this case fall through to the default case. However, a subsequent
patch in this series needs this case to work correctly.
I looked at all calls to these functions that pass a 1 for the
sizeof_l parameter. The only such case seems to be correct with this
change.
Diffstat (limited to 'gdb/charset.h')
0 files changed, 0 insertions, 0 deletions