]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove TYPE_CODE_INT case from f_value_print_inner
authorTom Tromey <tom@tromey.com>
Wed, 16 Sep 2020 00:44:37 +0000 (18:44 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 16 Sep 2020 00:44:38 +0000 (18:44 -0600)
commit12d8f940d0c09e808f56a898fe5936b2b8f0403c
treeff8e232641aefa800617e59e7bc70e1c84543192
parent6b5a7bc768570edc15532759969cd9bff3f02c28
Remove TYPE_CODE_INT case from f_value_print_inner

I looked through the various language value-print functions, to see if
any code could be consolidated.  Pretty much all I found was that
f_value_print_inner does not need to handle TYPE_CODE_INT itself, but
can simply dispatch to the generic printer.

gdb/ChangeLog
2020-09-15  Tom Tromey  <tom@tromey.com>

* f-valprint.c (f_value_print_inner) <case TYPE_CODE_INT>:
Remove.
gdb/ChangeLog
gdb/f-valprint.c