commit | 7dce788191bade507534c745ae1ae997b9e6ed78 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Thu Sep 29 16:08:24 2022 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Sep 29 16:42:34 2022 -0400 |
tree | 32cf69add25b57145c0336a8c530c01f581bb773 | |
parent | e2df8050fe75d54b03c8f4fbe4392bb568d212a4 [diff] |
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