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]

[PATCH] Fix typo in gdb.asm/openbsd.inc


Committed to mainline,

Mark


Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.asm/openbsd.inc: Fix typo.

Index: testsuite/gdb.asm/openbsd.inc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/openbsd.inc,v
retrieving revision 1.1
diff -u -p -r1.1 openbsd.inc
--- testsuite/gdb.asm/openbsd.inc 31 Jan 2004 14:32:24 -0000 1.1
+++ testsuite/gdb.asm/openbsd.inc 4 Mar 2004 10:21:38 -0000
@@ -1,6 +1,6 @@
 	comment "openbsd .note"
 
-.section	".note.openbsdbsd.ident", "a"
+.section	".note.openbsd.ident", "a"
 	.p2align	2
 
 	.long	8


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