Author: aurel32
Date: 2015-12-11 17:08:39 +0000 (Fri, 11 Dec 2015)
New Revision: 6805

Removed:
   glibc-package/branches/glibc-2.22/debian/patches/m68k/local-mathinline_h.diff
Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/patches/series
Log:
debian/patches/m68k/local-mathinline_h.diff: drop, not applied for a
lot of time, obsolete.

Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog  2015-12-11 17:07:41 UTC 
(rev 6804)
+++ glibc-package/branches/glibc-2.22/debian/changelog  2015-12-11 17:08:39 UTC 
(rev 6805)
@@ -2,6 +2,8 @@
 
   [ Aurelien Jarno ]
   * debian/patches/m68k/local-fpic.diff: drop, obsolete.
+  * debian/patches/m68k/local-mathinline_h.diff: drop, not applied for a
+    lot of time, obsolete.
 
  -- Aurelien Jarno <[email protected]>  Thu, 10 Dec 2015 23:41:13 +0100
 

Deleted: 
glibc-package/branches/glibc-2.22/debian/patches/m68k/local-mathinline_h.diff
===================================================================
--- 
glibc-package/branches/glibc-2.22/debian/patches/m68k/local-mathinline_h.diff   
    2015-12-11 17:07:41 UTC (rev 6804)
+++ 
glibc-package/branches/glibc-2.22/debian/patches/m68k/local-mathinline_h.diff   
    2015-12-11 17:08:39 UTC (rev 6805)
@@ -1,53 +0,0 @@
----
- sysdeps/m68k/m680x0/fpu/bits/mathinline.h |   14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
---- a/sysdeps/m68k/m680x0/fpu/bits/mathinline.h
-+++ b/sysdeps/m68k/m680x0/fpu/bits/mathinline.h
-@@ -100,7 +100,7 @@
- /* Define a const math function.  */
- #define __m81_defun(rettype, func, args)                                    \
-   __m81_inline rettype __attribute__((__const__))                           \
--  __m81_u(func) args
-+  __NTH(__m81_u(func) args)
- 
- /* Define the three variants of a math function that has a direct
-    implementation in the m68k fpu.  FUNC is the name for C (which will be
-@@ -313,8 +313,8 @@
- }                                                                       \
-                                                                         \
- __m81_inline float_type                                                       
  \
--__m81_u(__CONCAT(__fma,s))(float_type __x, float_type __y,              \
--                         float_type __z)                                \
-+__NTH(__m81_u(__CONCAT(__fma,s))(float_type __x, float_type __y,        \
-+                         float_type __z))                               \
- {                                                                       \
-   return (__x * __y) + __z;                                             \
- }
-@@ -330,8 +330,8 @@
- 
- # define __inline_functions(float_type, s)                            \
- __m81_inline void                                                     \
--__m81_u(__CONCAT(__sincos,s))(float_type __x, float_type *__sinx,     \
--                            float_type *__cosx)                       \
-+__NTH(__m81_u(__CONCAT(__sincos,s))(float_type __x, float_type *__sinx,       
\
-+                            float_type *__cosx))                      \
- {                                                                     \
-   __asm ("fsincos%.x %2,%1:%0"                                                
\
-        : "=f" (*__sinx), "=f" (*__cosx) : "f" (__x));                 \
-@@ -352,13 +352,13 @@
-    NAME, to make token pasting work correctly with -traditional.  */
- # define __inline_forward_c(rettype, name, args1, args2)      \
- extern __inline rettype __attribute__((__const__))            \
--  name args1                                                  \
-+  __NTH(name args1)                                           \
- {                                                             \
-   return __CONCAT(__,name) args2;                             \
- }
- 
- # define __inline_forward(rettype, name, args1, args2)        \
--extern __inline rettype name args1                    \
-+extern __inline rettype __NTH(name args1)             \
- {                                                     \
-   return __CONCAT(__,name) args2;                     \
- }

Modified: glibc-package/branches/glibc-2.22/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/series     2015-12-11 
17:07:41 UTC (rev 6804)
+++ glibc-package/branches/glibc-2.22/debian/patches/series     2015-12-11 
17:08:39 UTC (rev 6805)
@@ -167,7 +167,6 @@
 kfreebsd/local-no-execfn.diff
 
 m68k/local-dwarf2-buildfix.diff
-# m68k/local-mathinline_h.diff
 m68k/local-reloc.diff
 m68k/submitted-gcc34-seccomment.diff
 

Reply via email to