This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-1192-g1f15090


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1f1509082e66d1ddd8a710639aba0f4ea0815157 (commit)
      from  28363bbf705830cb35791af679401559376eaa75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1f1509082e66d1ddd8a710639aba0f4ea0815157

commit 1f1509082e66d1ddd8a710639aba0f4ea0815157
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jun 21 10:17:07 2012 -0700

    Fix a typo in i386 SYSCALL_PIC_SETUP

diff --git a/ChangeLog b/ChangeLog
index 01bb5c4..0c44380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14278]
+	* sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
+
 2012-06-21  Jeff Law  <law@redhat.com>
 
 	[BZ #13882]
diff --git a/sysdeps/i386/sysdep.h b/sysdeps/i386/sysdep.h
index ba00d65..b31caab 100644
--- a/sysdeps/i386/sysdep.h
+++ b/sysdeps/i386/sysdep.h
@@ -160,7 +160,7 @@ GET_PC_THUNK(reg):							      \
     call 0f;								      \
 0:  popl %ebx;								      \
     cfi_adjust_cfa_offset (-4);						      \
-    addl $_GLOBAL_OFFSET_TABLE+[.-0b], %ebx;
+    addl $_GLOBAL_OFFSET_TABLE_+[.-0b], %ebx;
 
 #else
 #define JUMPTARGET(name)	name

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    5 +++++
 sysdeps/i386/sysdep.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]