diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 02:15:12 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 02:15:12 +0000 |
commit | 655bf44cde143433587a82424d67f4d92060bfb4 (patch) | |
tree | ac3b52e1fdedf85fb069c2cc15546e5ed20e9cc3 /src/arch/i386 | |
parent | 3d3f438937f9359ecb58f1c18a910a8302404ad5 (diff) |
- Remove all of the annoying $Id strings
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386')
-rw-r--r-- | src/arch/i386/include/arch/asm.h | 11 | ||||
-rw-r--r-- | src/arch/i386/include/arch/intel.h | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/src/arch/i386/include/arch/asm.h b/src/arch/i386/include/arch/asm.h index ea63e2d4eb..122b299d23 100644 --- a/src/arch/i386/include/arch/asm.h +++ b/src/arch/i386/include/arch/asm.h @@ -7,22 +7,11 @@ * Bootstrap code for the STPC Consumer * Copyright (c) 1999 by Net Insight AB. All Rights Reserved. * - * $Id$ - * */ #define I386_ALIGN_TEXT 0 #define I386_ALIGN_DATA 0 -/* - * XXX - */ -#ifdef __ELF__ -#define EXT(x) x -#else -#define EXT(x) _ ## x -#endif - #define STATIC(x) .align I386_ALIGN_TEXT; EXT(x): #define GLOBAL(x) .globl EXT(x); STATIC(x) #define ENTRY(x) .text; GLOBAL(x) diff --git a/src/arch/i386/include/arch/intel.h b/src/arch/i386/include/arch/intel.h index df6604e08e..e46e881558 100644 --- a/src/arch/i386/include/arch/intel.h +++ b/src/arch/i386/include/arch/intel.h @@ -27,8 +27,6 @@ it with the version available from LANL. /* * Bootstrap code for the Intel * - * $Id$ - * */ /* |