Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public
authorJoel Brobecker <brobecker@adacore.com>
Sun, 15 Nov 2020 08:10:52 +0000 (03:10 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 15 Nov 2020 08:10:52 +0000 (03:10 -0500)
commite55c6530dbf96bfbe2e4a232c0feb19c0a4a2294
tree2924eba4d072b23919374e31ef15ac42b0e8024b
parentb34c74ab9a6b8dc0ace3d0cc67bf62de8a74ea00
Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public

This is a generic function which I would like to use in a followup
patch adding support for fixed-point types. So this commit moves it
out of valarith.c into util.c, and makes it non-static.

gdb/ChangeLog:

        * utils.h (uinteger_pow): Add declaration.
        * utils.c (uinteger_pow): Moved here (without changes)...
        * valarith.c (uinteger_pow): ... from here.
gdb/ChangeLog
gdb/utils.c
gdb/utils.h
gdb/valarith.c