| Last change
 on this file since 5d831b9 was             67300de, checked in by Joe Ciccone <jciccone@…>, 17 years ago | 
        
          | 
Create a clfs-1.1 branch in preperation for a RC.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            1.3 KB | 
      
      
| Rev | Line |  | 
|---|
| [67300de] | 1 | Submitted By: Joe Ciccone <jciccone@gmail.com> | 
|---|
|  | 2 | Date: 2008-01-22 | 
|---|
|  | 3 | Initial Package Version: 2.7 | 
|---|
|  | 4 | Upstream Status: Unknown | 
|---|
|  | 5 | Origin: http://bugs.gentoo.org/show_bug.cgi?id=199479 | 
|---|
|  | 6 | Description: Defines memcpy_chk, mempcpy_chk, and memset_chk on i586. | 
|---|
|  | 7 |  | 
|---|
|  | 8 | Change made to put the files in sysdeps, mistake caught my Gernot Miksch. | 
|---|
|  | 9 |  | 
|---|
|  | 10 | diff -Naur glibc-2.7.orig/sysdeps/i386/i586/memcpy_chk.S glibc-2.7/sysdeps/i386/i586/memcpy_chk.S | 
|---|
|  | 11 | --- glibc-2.7.orig/sysdeps/i386/i586/memcpy_chk.S       1970-01-01 01:00:00.000000000 +0100 | 
|---|
|  | 12 | +++ glibc-2.7/sysdeps/i386/i586/memcpy_chk.S    2008-05-18 12:21:49.000000000 +0200 | 
|---|
|  | 13 | @@ -0,0 +1 @@ | 
|---|
|  | 14 | +#include <sysdeps/i386/i686/memcpy_chk.S> | 
|---|
|  | 15 | diff -Naur glibc-2.7.orig/sysdeps/i386/i586/mempcpy_chk.S glibc-2.7/sysdeps/i386/i586/mempcpy_chk.S | 
|---|
|  | 16 | --- glibc-2.7.orig/sysdeps/i386/i586/mempcpy_chk.S      1970-01-01 01:00:00.000000000 +0100 | 
|---|
|  | 17 | +++ glibc-2.7/sysdeps/i386/i586/mempcpy_chk.S   2008-05-18 12:21:49.000000000 +0200 | 
|---|
|  | 18 | @@ -0,0 +1 @@ | 
|---|
|  | 19 | +#include <sysdeps/i386/i686/mempcpy_chk.S> | 
|---|
|  | 20 | diff -Naur glibc-2.7.orig/sysdeps/i386/i586/memset_chk.S glibc-2.7/sysdeps/i386/i586/memset_chk.S | 
|---|
|  | 21 | --- glibc-2.7.orig/sysdeps/i386/i586/memset_chk.S       1970-01-01 01:00:00.000000000 +0100 | 
|---|
|  | 22 | +++ glibc-2.7/sysdeps/i386/i586/memset_chk.S    2008-05-18 12:21:49.000000000 +0200 | 
|---|
|  | 23 | @@ -0,0 +1 @@ | 
|---|
|  | 24 | +#include <sysdeps/i386/i686/memset_chk.S> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.