public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove v850 from linux/elf-em.h
@ 2016-03-15 21:10 Rob Landley
  2016-03-15 23:22 ` David Daney
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Landley @ 2016-03-15 21:10 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel@vger.kernel.org, Greg Ungerer

From: Rob Landley <rob@landley.net>

The v850 port was removed by commits f606ddf42fd4 and 07a887d399b8 in 2008.
These #defines are not used in the current kernel.

Signed-off-by: Rob Landley <rob@landley.net>
---
 include/uapi/linux/elf-em.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h
index b56dfcf..c3fdfe7 100644
--- a/include/uapi/linux/elf-em.h
+++ b/include/uapi/linux/elf-em.h
@@ -30,7 +30,6 @@
 #define EM_X86_64	62	/* AMD x86-64 */
 #define EM_S390		22	/* IBM S/390 */
 #define EM_CRIS		76	/* Axis Communications 32-bit embedded processor */
-#define EM_V850		87	/* NEC v850 */
 #define EM_M32R		88	/* Renesas M32R */
 #define EM_MN10300	89	/* Panasonic/MEI MN10300, AM33 */
 #define EM_OPENRISC     92     /* OpenRISC 32-bit embedded processor */
@@ -50,8 +49,6 @@
  */
 #define EM_ALPHA	0x9026
 
-/* Bogus old v850 magic number, used by old tools. */
-#define EM_CYGNUS_V850	0x9080
 /* Bogus old m32r magic number, used by old tools. */
 #define EM_CYGNUS_M32R	0x9041
 /* This is the old interim value for S/390 architecture */
-- 

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

end of thread, other threads:[~2016-03-21 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 21:10 [PATCH] Remove v850 from linux/elf-em.h Rob Landley
2016-03-15 23:22 ` David Daney
2016-03-16  7:11   ` Rob Landley
2016-03-17 22:09     ` David Daney
2016-03-18  2:32       ` Rob Landley
2016-03-18 17:46         ` David Daney
2016-03-19  1:15           ` Rob Landley
2016-03-21 16:39             ` David Daney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox