diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-03-04 10:23:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-03-04 10:23:16 +0000 |
commit | 9e08c470e808412bb71ed7d798e4acb811ac31d4 (patch) | |
tree | d7f89b3624c34a081bebd8769c804f2d87213b9f /gdb/testsuite | |
parent | cbeae229a5a89e8037852eb6f5b859240cdb227e (diff) | |
download | binutils-gdb-9e08c470e808412bb71ed7d798e4acb811ac31d4.tar.gz |
* gdb.asm/openbsd.inc: Fix typo.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.asm/openbsd.inc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ead3c52386d..569351c66d5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-03-04 Mark Kettenis <kettenis@gnu.org> + + * gdb.asm/openbsd.inc: Fix typo. + 2004-03-03 Fred Fish <fnf@redhat.com> * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set diff --git a/gdb/testsuite/gdb.asm/openbsd.inc b/gdb/testsuite/gdb.asm/openbsd.inc index 90e3dbd0d25..5f5f5187cc7 100644 --- a/gdb/testsuite/gdb.asm/openbsd.inc +++ b/gdb/testsuite/gdb.asm/openbsd.inc @@ -1,6 +1,6 @@ comment "openbsd .note" -.section ".note.openbsdbsd.ident", "a" +.section ".note.openbsd.ident", "a" .p2align 2 .long 8 |