forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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>
|
2014-02-05 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* linux-low.c (linux_wait_for_event): Improve comment.
|
* linux-low.c (linux_wait_for_event): Improve comment.
|
||||||
|
|||||||
@@ -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/linux-osdata.c $(srcdir)/common/ptid.c \
|
||||||
$(srcdir)/common/buffer.c $(srcdir)/common/linux-btrace.c \
|
$(srcdir)/common/buffer.c $(srcdir)/common/linux-btrace.c \
|
||||||
$(srcdir)/common/filestuff.c $(srcdir)/target/waitstatus.c \
|
$(srcdir)/common/filestuff.c $(srcdir)/target/waitstatus.c \
|
||||||
$(srcdir)/common/mips-linux-watch.c
|
$(srcdir)/common/mips-linux-watch.c
|
||||||
|
|
||||||
DEPFILES = @GDBSERVER_DEPFILES@
|
DEPFILES = @GDBSERVER_DEPFILES@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user