]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/f-valprint.c
Turn value_contents_eq into a method
authorTom Tromey <tom@tromey.com>
Tue, 31 Jan 2023 21:11:48 +0000 (14:11 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 13 Feb 2023 22:22:16 +0000 (15:22 -0700)
commit02744ba9a2cfb7d1d2b8ebb6e80178a68bf56e06
tree2c470e976d1488b6aa7b80641ec7e8e8c12d27f5
parent82ca8f72011ed3d4661fc05e908cfa8f01c8f6f2
Turn value_contents_eq into a method

This changes value_contents_eq to be a method of value.  It also
converts the static function value_contents_bits_eq into a private
method.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/ada-valprint.c
gdb/f-valprint.c
gdb/mi/mi-main.c
gdb/stack.c
gdb/valprint.c
gdb/value.c
gdb/value.h