]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: constify auxv parse functions
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 Sep 2022 19:13:09 +0000 (15:13 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 Sep 2022 20:42:34 +0000 (16:42 -0400)
commit3fe639b81b452b79460a8527aa57011f1c42ec8b
tree21ac377df7dfa287c46d00b11045fdb1b0fa8388
parent31282a849107d95d3cfe115ba160f976dd99844c
gdb: constify auxv parse functions

Constify the input parameters of the various auxv parse functions, they
don't need to modify the raw auxv data.

Change-Id: I13eacd5ab8e925ec2b5c1f7722cbab39c41516ec
gdb/auxv.c
gdb/auxv.h
gdb/gdbarch-components.py
gdb/gdbarch-gen.h
gdb/gdbarch.c
gdb/ppc-linux-nat.c
gdb/s390-linux-nat.c
gdb/target-debug.h
gdb/target-delegates.c
gdb/target.h