* sparcobsd-tdep.c: Fix typo.

This commit is contained in:
Mark Kettenis 2006-12-16 00:06:55 +00:00
parent 0e1cb3a29b
commit 37e28b926c
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2006-12-16 Mark Kettenis <kettenis@gnu.org>
* sparcobsd-tdep.c: Fix typo.
Add OpenBSD/sh native support.
* NEWS (New native configurations): Mention OpenBSD/sh.
* configure.host: Add sh*-*-openbsd*.

View File

@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/sparc.
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GDB.
@ -43,7 +43,7 @@
detecting it won't work.
The signal trampoline will be mapped at an address that is page
aligned. We recognize the signal trampoline by the looking for the
aligned. We recognize the signal trampoline by looking for the
sigreturn system call. */
static const int sparc32obsd_page_size = 4096;