Use ELF_STRING_ARM_unwind in arm-tdep.c
authorYao Qi <yao.qi@linaro.org>
Mon, 9 Nov 2015 15:56:20 +0000 (15:56 +0000)
committerYao Qi <yao.qi@linaro.org>
Mon, 9 Nov 2015 15:56:20 +0000 (15:56 +0000)
commita5eda10c7857581e6ee641937f99aa76fa8044eb
tree5fcfcd1a07bfea45c5a8a205268f76c23dd4677b
parentc098766357b77f0553ec017b48abdd563de0281e
Use ELF_STRING_ARM_unwind in arm-tdep.c

We've already has the definition like this,

 #define ELF_STRING_ARM_unwind           ".ARM.exidx"

so it is better to use the macro rather than the string.

gdb:

2015-11-09  Yao Qi  <yao.qi@linaro.org>

* arm-tdep.c (arm_exidx_new_objfile): Use
ELF_STRING_ARM_unwind.
gdb/ChangeLog
gdb/arm-tdep.c