lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Apr 2008 11:38:55 +0800
From:	"ye janboe" <janboe.ye@...il.com>
To:	linux-kbuild@...r.kernel.org
Cc:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH]kbuild: add arm, mips and i386 macros

commit a80cc2fe14ce7e7a6de70b5927b9c0a6ee530805
Author: janboe <janboe.ye@...il.com>
Date:   Thu Apr 10 11:18:03 2008 +0800

    the commits 56a974fa2d595fe6ebe433c525b8232ead539b76 and
ae4ac12323c0ff80528cac3269151d580e23f923
    involved additional macros but not available on cygwin.
Signed-off-by: Janboe Ye <janboe.ye@...il.com>
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
index 09f58e3..f864ab8 100644
--- a/scripts/mod/modpost.h
+++ b/scripts/mod/modpost.h
@@ -42,6 +42,16 @@
 #define ELF_R_SYM   ELF64_R_SYM
 #define ELF_R_TYPE  ELF64_R_TYPE
 #endif
+#define R_386_32           1            /* Direct 32 bit  */
+#define R_386_PC32         2            /* PC relative 32 bit */
+
+#define R_ARM_PC24              1       /* PC relative 26 bit branch */
+#define R_ARM_ABS32             2       /* Direct 32 bit  */
+
+#define R_MIPS_32               2       /* Direct 32 bit */
+#define R_MIPS_26               4       /* Direct 26 bit shifted */
+#define R_MIPS_HI16             5       /* High 16 bit */
+#define R_MIPS_LO16             6       /* Low 16 bit */

 /* The 64-bit MIPS ELF ABI uses an unusual reloc format. */
 typedef struct
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ