diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/frame.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 70e6250..4e53bc0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com> + + * frame.c: Remove one extra white space after #include + directive. + 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com> * contrib/cc-with-tweaks.sh: Extend the comment for -p option. diff --git a/gdb/frame.c b/gdb/frame.c index 0821b6e..4b8ab60 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -42,7 +42,7 @@ #include "gdbthread.h" #include "block.h" #include "inline-frame.h" -#include "tracepoint.h" +#include "tracepoint.h" static struct frame_info *get_prev_frame_1 (struct frame_info *this_frame); static struct frame_info *get_prev_frame_raw (struct frame_info *this_frame); |