]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 Nov 2005 02:00:18 +0000 (02:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils-bswap.patch -> 1.2

elfutils-bswap.patch [deleted file]

diff --git a/elfutils-bswap.patch b/elfutils-bswap.patch
deleted file mode 100644 (file)
index 741e535..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- elfutils/libelf/common.h
-+++ elfutils/libelf/common.h
-@@ -122,7 +122,7 @@ libelf_release_all (Elf *elf)
-   (Var) = (sizeof (Var) == 1                                                \
-          ? (unsigned char) (Var)                                            \
-          : (sizeof (Var) == 2                                               \
--            ? bswap_16 (Var)                                                \
-+            ? (unsigned short int) bswap_16 (Var)                           \
-             : (sizeof (Var) == 4                                            \
-                ? bswap_32 (Var)                                             \
-                : bswap_64 (Var))))
-@@ -131,7 +131,7 @@ libelf_release_all (Elf *elf)
-   (Dst) = (sizeof (Var) == 1                                                \
-          ? (unsigned char) (Var)                                            \
-          : (sizeof (Var) == 2                                               \
--            ? bswap_16 (Var)                                                \
-+            ? (unsigned short int) bswap_16 (Var)                           \
-             : (sizeof (Var) == 4                                            \
-                ? bswap_32 (Var)                                             \
-                : bswap_64 (Var))))
This page took 0.137949 seconds and 4 git commands to generate.