Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so Undo last change. While these macros are d...



details:   https://anonhg.NetBSD.org/src/rev/44277d983d2e
branches:  trunk
changeset: 477578:44277d983d2e
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Oct 22 10:39:16 1999 +0000

description:
Undo last change. While these macros are defined in exec_elf.h, they are
enclosed by `#ifdef _KERNEL'.

diffstat:

 libexec/ld.elf_so/search.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r f2a522c27646 -r 44277d983d2e libexec/ld.elf_so/search.c
--- a/libexec/ld.elf_so/search.c        Fri Oct 22 10:38:40 1999 +0000
+++ b/libexec/ld.elf_so/search.c        Fri Oct 22 10:39:16 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: search.c,v 1.6 1999/10/21 21:15:04 erh Exp $    */
+/*     $NetBSD: search.c,v 1.7 1999/10/22 10:39:16 hannken Exp $        */
 
 /*
  * Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -52,6 +52,12 @@
 #include "debug.h"
 #include "rtld.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)))
+
 /*
  * Data declarations.
  */



Home | Main Index | Thread Index | Old Index