diff options
author | Yao Qi <yao@codesourcery.com> | 2010-08-18 03:20:46 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2010-08-18 03:20:46 +0000 |
commit | 2f06b48590e404c068914bb30199874e5d74bd72 (patch) | |
tree | c75becb83732556fd21836e2653bc19a701c297e /gdb | |
parent | 161f255e5d7846726fcb5b0c3d836ae47cea3aa3 (diff) | |
download | gdb-2f06b48590e404c068914bb30199874e5d74bd72.zip gdb-2f06b48590e404c068914bb30199874e5d74bd72.tar.gz gdb-2f06b48590e404c068914bb30199874e5d74bd72.tar.bz2 |
Forget to check in ChangeLog in my previous commit.
http://sourceware.org/ml/gdb-cvs/2010-08/msg00098.html
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d39b524..83edb75 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-08-18 Yao Qi <yao@codesourcery.com + + * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels + func_nofb_start and func_loopfb_start, so that address of functions + is equal to these labels on Thumb. + 2010-08-18 Yao Qi <yao@codesourcery.com> * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case |