linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] uapi elf: delete unused macros
@ 2015-11-06 14:45 mudongliang
  2016-04-11 13:05 ` Michael Ellerman
  0 siblings, 1 reply; 7+ messages in thread
From: mudongliang @ 2015-11-06 14:45 UTC (permalink / raw)
  To: benh, mpe, paulus, mudongliangabcd, will.deacon, takahiro.akashi
  Cc: linuxppc-dev, linux-kernel@vger.kernel.org, linux-api

>From 13f516acc709d88d3162e92bc891c8e39cc9fc1a Mon Sep 17 00:00:00 2001
From: mudongliang <mudongliangabcd@gmail.com>
Date: Fri, 6 Nov 2015 14:35:19 +0800
Subject: [PATCH] unify the comment form and delete unused macros

Signed-off-by: mudongliang <mudongliangabcd@gmail.com>
---
 arch/powerpc/boot/elf.h  | 6 ++----
 include/uapi/linux/elf.h | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/arch/powerpc/boot/elf.h b/arch/powerpc/boot/elf.h
index 1941bc5..e6e00ed 100644
--- a/arch/powerpc/boot/elf.h
+++ b/arch/powerpc/boot/elf.h
@@ -133,15 +133,13 @@ typedef struct elf64_phdr {
 #define	ELFCLASSNONE	0	/* EI_CLASS */
 #define	ELFCLASS32	1
 #define	ELFCLASS64	2
-#define	ELFCLASSNUM	3
 
-#define ELFDATANONE	0	/* e_ident[EI_DATA] */
+#define ELFDATANONE	0	/* EI_DATA */
 #define ELFDATA2LSB	1
 #define ELFDATA2MSB	2
 
-#define EV_NONE		0	/* e_version, EI_VERSION */
+#define EV_NONE		0	/* EI_VERSION */
 #define EV_CURRENT	1
-#define EV_NUM		2
 
 #define ELFOSABI_NONE	0
 #define ELFOSABI_LINUX	3
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index 71e1d0e..ff81b20 100644
--- a/include/uapi/linux/elf.h
+++ b/include/uapi/linux/elf.h
@@ -342,15 +342,13 @@ typedef struct elf64_shdr {
 #define	ELFCLASSNONE	0		/* EI_CLASS */
 #define	ELFCLASS32	1
 #define	ELFCLASS64	2
-#define	ELFCLASSNUM	3
 
-#define ELFDATANONE	0		/* e_ident[EI_DATA] */
+#define ELFDATANONE	0		/* EI_DATA */
 #define ELFDATA2LSB	1
 #define ELFDATA2MSB	2
 
-#define EV_NONE		0		/* e_version, EI_VERSION */
+#define EV_NONE		0		/* EI_VERSION */
 #define EV_CURRENT	1
-#define EV_NUM		2
 
 #define ELFOSABI_NONE	0
 #define ELFOSABI_LINUX	3
-- 
2.1.4


-- 
My best regards to you.

     No System Is Safe!
     mudongliang

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] uapi elf: delete unused macros
@ 2015-11-05 15:41 mudongliang
  2015-11-05 16:27 ` kbuild test robot
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: mudongliang @ 2015-11-05 15:41 UTC (permalink / raw)
  To: benh, paulus, mpe, takahiro.akashi, will.deacon
  Cc: linuxppc-dev, linux-kernel, linux-api

delete unused macros and unify the comment format

>From e21328f3450e841abf8a312865910806d0858373 Mon Sep 17 00:00:00 2001
From: mudongliang <mudongliangabcd@gmail.com>
Date: Thu, 5 Nov 2015 22:46:19 +0800
Subject: [PATCH] unify the comment form and delete unused macros

Signed-off-by: mudongliang <mudongliangabcd@gmail.com>
---
 arch/powerpc/boot/elf.h  | 6 ++----
 include/uapi/linux/elf.h | 7 ++-----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/arch/powerpc/boot/elf.h b/arch/powerpc/boot/elf.h
index 1941bc5..e6e00ed 100644
--- a/arch/powerpc/boot/elf.h
+++ b/arch/powerpc/boot/elf.h
@@ -133,15 +133,13 @@ typedef struct elf64_phdr {
 #define	ELFCLASSNONE	0	/* EI_CLASS */
 #define	ELFCLASS32	1
 #define	ELFCLASS64	2
-#define	ELFCLASSNUM	3
 
-#define ELFDATANONE	0	/* e_ident[EI_DATA] */
+#define ELFDATANONE	0	/* EI_DATA */
 #define ELFDATA2LSB	1
 #define ELFDATA2MSB	2
 
-#define EV_NONE		0	/* e_version, EI_VERSION */
+#define EV_NONE		0	/* EI_VERSION */
 #define EV_CURRENT	1
-#define EV_NUM		2
 
 #define ELFOSABI_NONE	0
 #define ELFOSABI_LINUX	3
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index 71e1d0e..bd049b2 100644
--- a/include/uapi/linux/elf.h
+++ b/include/uapi/linux/elf.h
@@ -342,15 +342,12 @@ typedef struct elf64_shdr {
 #define	ELFCLASSNONE	0		/* EI_CLASS */
 #define	ELFCLASS32	1
 #define	ELFCLASS64	2
-#define	ELFCLASSNUM	3
 
-#define ELFDATANONE	0		/* e_ident[EI_DATA] */
+#define ELFDATANONE	0		/* EI_DATA */
 #define ELFDATA2LSB	1
-#define ELFDATA2MSB	2
 
-#define EV_NONE		0		/* e_version, EI_VERSION */
+#define EV_NONE		0		/* EI_VERSION */
 #define EV_CURRENT	1
-#define EV_NUM		2
 
 #define ELFOSABI_NONE	0
 #define ELFOSABI_LINUX	3
-- 
2.1.4

-- 
My best regards to you.

     No System Is Safe!
     mudongliang

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] uapi elf: delete unused macros
@ 2015-11-05 14:54 慕冬亮
  0 siblings, 0 replies; 7+ messages in thread
From: 慕冬亮 @ 2015-11-05 14:54 UTC (permalink / raw)
  To: benh, paulus, mpe, takahiro.akashi, will.deacon
  Cc: linuxppc-dev, linux-kernel, linux-api

[-- Attachment #1: Type: text/plain, Size: 1772 bytes --]

delete unused macros and unify the comment format

>From e21328f3450e841abf8a312865910806d0858373 Mon Sep 17 00:00:00 2001
From: mudongliang <mudongliangabcd@gmail.com>
Date: Thu, 5 Nov 2015 22:46:19 +0800
Subject: [PATCH] unify the comment form and delete unused macros

Signed-off-by: mudongliang <mudongliangabcd@gmail.com>
---
 arch/powerpc/boot/elf.h  | 6 ++----
 include/uapi/linux/elf.h | 7 ++-----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/arch/powerpc/boot/elf.h b/arch/powerpc/boot/elf.h
index 1941bc5..e6e00ed 100644
--- a/arch/powerpc/boot/elf.h
+++ b/arch/powerpc/boot/elf.h
@@ -133,15 +133,13 @@ typedef struct elf64_phdr {
 #define ELFCLASSNONE 0 /* EI_CLASS */
 #define ELFCLASS32 1
 #define ELFCLASS64 2
-#define ELFCLASSNUM 3

-#define ELFDATANONE 0 /* e_ident[EI_DATA] */
+#define ELFDATANONE 0 /* EI_DATA */
 #define ELFDATA2LSB 1
 #define ELFDATA2MSB 2

-#define EV_NONE 0 /* e_version, EI_VERSION */
+#define EV_NONE 0 /* EI_VERSION */
 #define EV_CURRENT 1
-#define EV_NUM 2

 #define ELFOSABI_NONE 0
 #define ELFOSABI_LINUX 3
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index 71e1d0e..bd049b2 100644
--- a/include/uapi/linux/elf.h
+++ b/include/uapi/linux/elf.h
@@ -342,15 +342,12 @@ typedef struct elf64_shdr {
 #define ELFCLASSNONE 0 /* EI_CLASS */
 #define ELFCLASS32 1
 #define ELFCLASS64 2
-#define ELFCLASSNUM 3

-#define ELFDATANONE 0 /* e_ident[EI_DATA] */
+#define ELFDATANONE 0 /* EI_DATA */
 #define ELFDATA2LSB 1
-#define ELFDATA2MSB 2

-#define EV_NONE 0 /* e_version, EI_VERSION */
+#define EV_NONE 0 /* EI_VERSION */
 #define EV_CURRENT 1
-#define EV_NUM 2

 #define ELFOSABI_NONE 0
 #define ELFOSABI_LINUX 3
-- 
2.1.4

-- 
My best regards to you.

     No System Is Safe!
     mudongliang

[-- Attachment #2: Type: text/html, Size: 5323 bytes --]

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-11 13:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06 14:45 [PATCH] uapi elf: delete unused macros mudongliang
2016-04-11 13:05 ` Michael Ellerman
  -- strict thread matches above, loose matches on Subject: below --
2015-11-05 15:41 [PATCH] " mudongliang
2015-11-05 16:27 ` kbuild test robot
2015-11-05 16:45 ` kbuild test robot
2015-11-05 17:02 ` kbuild test robot
2015-11-05 14:54 慕冬亮

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).