aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2014-02-06 12:04:50 -0700
committerTom Tromey <tromey@redhat.com>2014-02-06 12:04:50 -0700
commite99dc8205321193f95ba6b2cb6538eb808da94db (patch)
tree6cfaa068d2a57666202dd0926f698c9b7f058a98 /gdb/gdbserver
parent926c538512b17e87d94ea193d7dd10e012347ff0 (diff)
downloadfsf-binutils-gdb-e99dc8205321193f95ba6b2cb6538eb808da94db.zip
fsf-binutils-gdb-e99dc8205321193f95ba6b2cb6538eb808da94db.tar.gz
fsf-binutils-gdb-e99dc8205321193f95ba6b2cb6538eb808da94db.tar.bz2
indentation fixlet in gdbserver/Makefile.in.
This fixes a minor indentation issue in gdbserver/Makefile.in. 2014-02-06 Tom Tromey <tromey@redhat.com> * Makefile.in (SFILES): Fix indentation.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 53c2acc..d8fbc1b 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-06 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.in (SFILES): Fix indentation.
+
2014-02-05 Doug Evans <dje@google.com>
* linux-low.c (linux_wait_for_event): Improve comment.
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index 46324e6..c172995 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -163,7 +163,7 @@ SFILES= $(srcdir)/gdbreplay.c $(srcdir)/inferiors.c $(srcdir)/dll.c \
$(srcdir)/common/linux-osdata.c $(srcdir)/common/ptid.c \
$(srcdir)/common/buffer.c $(srcdir)/common/linux-btrace.c \
$(srcdir)/common/filestuff.c $(srcdir)/target/waitstatus.c \
- $(srcdir)/common/mips-linux-watch.c
+ $(srcdir)/common/mips-linux-watch.c
DEPFILES = @GDBSERVER_DEPFILES@