This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: m68k/nbsdelf.mh missing newline


FYI
Andrew C's latest patch reveals that config/m68k/nbsdelf.mh
is missing the final newline (surely missing such for a long time,
though I did not check).

RCS file: /cvs/src/src/gdb/config/m68k/nbsdelf.mh,v
retrieving revision 1.2
diff -p -u -r1.2 nbsdelf.mh
[...content suppressed to save space...] LOADLIBES= -lkvm
\ No newline at end of file


Yes, it's missing.

I've checked in the attached. Thanks.


Andrew

Index: ChangeLog
2004-09-12  Andrew Cagney  <cagney@gnu.org>

	* config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
	reported by Dave Anderson.

Index: config/m68k/nbsdelf.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/m68k/nbsdelf.mh,v
retrieving revision 1.3
diff -p -u -r1.3 nbsdelf.mh
--- config/m68k/nbsdelf.mh	3 Sep 2004 19:08:19 -0000	1.3
+++ config/m68k/nbsdelf.mh	12 Sep 2004 15:28:56 -0000
@@ -2,4 +2,4 @@
 NATDEPFILES= m68kbsd-nat.o bsd-kvm.o fork-child.o infptrace.o inftarg.o
 NAT_FILE= config/nm-nbsd.h
 
-LOADLIBES= -lkvm
\ No newline at end of file
+LOADLIBES= -lkvm

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]