outelf.c: char * -> const char *
commitf786ef7371cfeaa52c46266685fb5479d611866b
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 2 Mar 2017 05:17:45 +0000 (1 21:17 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 2 Mar 2017 05:17:45 +0000 (1 21:17 -0800)
tree35eb6e91526e4da8d96abc44cd8acc33a3ff2e1c
parent14d0085f0b02d9120dcb17c1aa355c0c2abe1e07
outelf.c: char * -> const char *

Make the arguments to add_sectname() constant.  There are definitely
more things about this that ought to be cleaned up, including not
relying on magic offsets for the section numbers, but this is a
trivial cleanup that really needed to be done anyway.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/outelf.c