gdb: make value_subscripted_rvalue static
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 15 Oct 2021 14:14:58 +0000 (15:14 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 3 Dec 2021 11:00:37 +0000 (11:00 +0000)
commitbf94cfb6318572bc3eece37273140d45279a8768
tree48acb8541d0e50644aa93da289b34cc512c2b256
parentcc7ea7504c49baae6853c4f6b926271a2029c73d
gdb: make value_subscripted_rvalue static

The function value_subscripted_rvalue is only used in valarith.c, so
lets make it a static function.

There should be no user visible change after this commit.
gdb/valarith.c
gdb/value.h