aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2015-11-09 15:56:20 +0000
committerYao Qi <yao.qi@linaro.org>2015-11-09 15:56:20 +0000
commita5eda10c7857581e6ee641937f99aa76fa8044eb (patch)
tree5fcfcd1a07bfea45c5a8a205268f76c23dd4677b /gdb/ChangeLog
parentc098766357b77f0553ec017b48abdd563de0281e (diff)
downloadfsf-binutils-gdb-a5eda10c7857581e6ee641937f99aa76fa8044eb.zip
fsf-binutils-gdb-a5eda10c7857581e6ee641937f99aa76fa8044eb.tar.gz
fsf-binutils-gdb-a5eda10c7857581e6ee641937f99aa76fa8044eb.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0e63ed2..e198c93 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2015-11-09 Yao Qi <yao.qi@linaro.org>
+ * arm-tdep.c (arm_exidx_new_objfile): Use
+ ELF_STRING_ARM_unwind.
+
+2015-11-09 Yao Qi <yao.qi@linaro.org>
+
* infrun.c (displaced_step_in_progress_thread): New function.
(handle_inferior_event_1): Call it.