Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/crunch/crunchide Remove ELFNAME macros which are alr...



details:   https://anonhg.NetBSD.org/src/rev/6465d5712eef
branches:  trunk
changeset: 477568:6465d5712eef
user:      erh <erh%NetBSD.org@localhost>
date:      Thu Oct 21 21:16:07 1999 +0000

description:
Remove ELFNAME macros which are already defined in exec_elf.h

diffstat:

 usr.bin/crunch/crunchide/exec_elf32.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r e1339c8c58e2 -r 6465d5712eef usr.bin/crunch/crunchide/exec_elf32.c
--- a/usr.bin/crunch/crunchide/exec_elf32.c     Thu Oct 21 21:15:04 1999 +0000
+++ b/usr.bin/crunch/crunchide/exec_elf32.c     Thu Oct 21 21:16:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf32.c,v 1.6 1999/09/20 04:12:16 christos Exp $  */
+/*     $NetBSD: exec_elf32.c,v 1.7 1999/10/21 21:16:07 erh Exp $       */
 
 /*
  * Copyright (c) 1997, 1998 Christopher G. Demetriou.  All rights reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: exec_elf32.c,v 1.6 1999/09/20 04:12:16 christos Exp $");
+__RCSID("$NetBSD: exec_elf32.c,v 1.7 1999/10/21 21:16:07 erh Exp $");
 #endif
  
 #ifndef ELFSIZE
@@ -55,12 +55,6 @@
 
 #include <sys/exec_elf.h>
 
-#define CONCAT(x,y)     __CONCAT(x,y)
-#define ELFNAME(x)      CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
-#define ELFNAME2(x,y)   CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
-#define ELFNAMEEND(x)   CONCAT(x,CONCAT(_elf,ELFSIZE))
-#define ELFDEFNNAME(x)  CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
-
 struct listelem {
        struct listelem *next;
        void *mem;



Home | Main Index | Thread Index | Old Index