From 655bf44cde143433587a82424d67f4d92060bfb4 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 12 Jul 2003 02:15:12 +0000 Subject: - Remove all of the annoying $Id strings git-svn-id: svn://svn.coreboot.org/coreboot/trunk@956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/include/arch/asm.h | 11 ----------- src/arch/i386/include/arch/intel.h | 2 -- 2 files changed, 13 deletions(-) (limited to 'src/arch/i386/include') 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$ - * */ /* -- cgit v1.2.3