[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r7981 - in /fsf/trunk/ports: ChangeLog.hppa sysdeps/hppa/dl-machine.h sysdeps/unix/sysv/linux/hppa/Versions



Author: eglibc
Date: Mon Feb 23 00:05:03 2009
New Revision: 7981

Log:
Import glibc-ports-mainline for 2009-02-23

Modified:
    fsf/trunk/ports/ChangeLog.hppa
    fsf/trunk/ports/sysdeps/hppa/dl-machine.h
    fsf/trunk/ports/sysdeps/unix/sysv/linux/hppa/Versions

Modified: fsf/trunk/ports/ChangeLog.hppa
==============================================================================
--- fsf/trunk/ports/ChangeLog.hppa (original)
+++ fsf/trunk/ports/ChangeLog.hppa Mon Feb 23 00:05:03 2009
@@ -1,3 +1,11 @@
+2009-02-22  Carlos O'Donell  <carlos@xxxxxxxxxxxxxxxx>
+
+	* sysdeps/unix/sysv/linux/hppa/Versions: Add missing bracket.
+
+2009-02-22  Carlos O'Donell  <carlos@xxxxxxxxxxxxxxxx>
+
+	* sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile.
+
 2009-02-13  Khem Raj  <raj.khem@xxxxxxxxx>
 
 	* sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c 

Modified: fsf/trunk/ports/sysdeps/hppa/dl-machine.h
==============================================================================
--- fsf/trunk/ports/sysdeps/hppa/dl-machine.h (original)
+++ fsf/trunk/ports/sysdeps/hppa/dl-machine.h Mon Feb 23 00:05:03 2009
@@ -233,7 +233,7 @@
                       GL(dl_profile_map) = l;
                     }
 
-		  if((unsigned long) &_dl_runtime_resolve & 3)
+		  if((unsigned long) &_dl_runtime_profile & 3)
 		    {
                       got[-2] = (Elf32_Addr) ((struct fdesc *)
                                   ((unsigned long) &_dl_runtime_profile & ~3))->ip;

Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/hppa/Versions
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/hppa/Versions (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/hppa/Versions Mon Feb 23 00:05:03 2009
@@ -19,6 +19,7 @@
   GLIBC_2.4 {
     #errlist-compat	256
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+  }
 }
 librt {
   GLIBC_2.3 {