From: Mark Kettenis Date: Sat, 16 Dec 2006 00:06:55 +0000 (+0000) Subject: * sparcobsd-tdep.c: Fix typo. X-Git-Tag: drow-reverse-20070409-branchpoint~1057 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37e28b926c25a3ab6c4afc1fe123227243ab906c;p=external%2Fbinutils.git * sparcobsd-tdep.c: Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01f510c..9c88cb1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2006-12-16 Mark Kettenis + * sparcobsd-tdep.c: Fix typo. + Add OpenBSD/sh native support. * NEWS (New native configurations): Mention OpenBSD/sh. * configure.host: Add sh*-*-openbsd*. diff --git a/gdb/sparcobsd-tdep.c b/gdb/sparcobsd-tdep.c index 0e6504b..6e16b31 100644 --- a/gdb/sparcobsd-tdep.c +++ b/gdb/sparcobsd-tdep.c @@ -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;