gdb: make target_auxv_parse static and rename
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 Sep 2022 20:08:24 +0000 (16:08 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 Sep 2022 20:42:34 +0000 (16:42 -0400)
commit7dce788191bade507534c745ae1ae997b9e6ed78
tree32cf69add25b57145c0336a8c530c01f581bb773
parente2df8050fe75d54b03c8f4fbe4392bb568d212a4
gdb: make target_auxv_parse static and rename

It is only used in auxv.c.  Also, given it is not strictly a wrapper
around target_ops::auxv (since 27a48a9223d0 "Add auxv parsing to the
architecture vector."), I think that the name prefixed with target is a
bit misleading.  Rename to just parse_auxv.

Change-Id: I41cca055b92c8ede37c258ba6583746a07d8f77e
gdb/auxv.c
gdb/auxv.h