public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] fix sysdeps/i386/sysdep.h
@ 2005-04-29 13:08 Thorsten Kukuk
  0 siblings, 0 replies; only message in thread
From: Thorsten Kukuk @ 2005-04-29 13:08 UTC (permalink / raw)
  To: libc-hacker


Hi,

Some *.S files don't compile any longer due the last change to
sysdeps/i386/sysdep.h. Here is the fix:

2005-04-29  Thorsten Kukuk  <kukuk@suse.de>

	* sysdep.h (CALL_MCOUNT): Remove wrong backslash.

Index: sysdeps/i386/sysdep.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/i386/sysdep.h,v
retrieving revision 1.15
diff -u -r1.15 sysdep.h
--- sysdeps/i386/sysdep.h	28 Apr 2005 21:09:30 -0000	1.15
+++ sysdeps/i386/sysdep.h	29 Apr 2005 13:04:29 -0000
@@ -94,7 +94,7 @@
 /* The mcount code relies on a normal frame pointer being on the stack
    to locate our caller, so push one just for its benefit.  */
 #define CALL_MCOUNT \
-  pushl %ebp; cfi_adjust_cfa_offset (4); \ movl %esp, %ebp; \
+  pushl %ebp; cfi_adjust_cfa_offset (4); movl %esp, %ebp; \
   cfi_def_cfa_register (ebp); call JUMPTARGET(mcount); \
   popl %ebp; cfi_def_cfa (esp, 4);
 #else

-- 
Thorsten Kukuk         http://www.suse.de/~kukuk/      kukuk@suse.de
SUSE LINUX Products GmbH       Maxfeldstr. 5       D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-29 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-29 13:08 [PATCH] fix sysdeps/i386/sysdep.h Thorsten Kukuk

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).