public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] SH: Fix a typo in jmpbuf-unwind.h
@ 2004-02-20 23:22 Kaz Kojima
  2004-02-20 23:36 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Kaz Kojima @ 2004-02-20 23:22 UTC (permalink / raw)
  To: libc-hacker

Hi,

I forgot a tiny nptl patch for sh fixing a typo.

Regards,
	kaz
--
2004-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/sh/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): Fix variable
	name.

diff -u3prN ORIG/libc/nptl/sysdeps/sh/jmpbuf-unwind.h LOCAL/libc/nptl/sysdeps/sh/jmpbuf-unwind.h
--- ORIG/libc/nptl/sysdeps/sh/jmpbuf-unwind.h	Fri Dec 19 10:35:46 2003
+++ LOCAL/libc/nptl/sysdeps/sh/jmpbuf-unwind.h	Fri Feb 20 11:20:24 2004
@@ -25,4 +25,4 @@
   _JMPBUF_UNWINDS_ADJ (_jmpbuf, (void *) _Unwind_GetCFA (_context), _adj)
 
 #define _JMPBUF_UNWINDS_ADJ(jmpbuf, address, adj) \
-  ((uintptr_t) (address) - (adj) < (uintptr_t) (_jmpbuf)[0].__regs[7] - (adj))
+  ((uintptr_t) (address) - (adj) < (uintptr_t) (jmpbuf)[0].__regs[7] - (adj))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] SH: Fix a typo in jmpbuf-unwind.h
  2004-02-20 23:22 [PATCH] SH: Fix a typo in jmpbuf-unwind.h Kaz Kojima
@ 2004-02-20 23:36 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-02-20 23:36 UTC (permalink / raw)
  To: Kaz Kojima; +Cc: libc-hacker

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-20 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-20 23:22 [PATCH] SH: Fix a typo in jmpbuf-unwind.h Kaz Kojima
2004-02-20 23:36 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).