From c6ea319b12e225dbf795daac10a6003966919bea Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Oct 2005 07:29:04 +0000 Subject: 2005-10-27 Ralf Corsepius * rtems/asm.h: Remove private version of CONCAT macros. Include instead. --- cpukit/score/cpu/i386/ChangeLog | 5 +++++ cpukit/score/cpu/i386/rtems/asm.h | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'cpukit/score/cpu/i386') diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index 5cfa419710..c435f7dc25 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,8 @@ +2005-10-27 Ralf Corsepius + + * rtems/asm.h: Remove private version of CONCAT macros. + Include instead. + 2005-02-08 Ralf Corsepius * Makefile.am: Split out preinstallation rules. diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h index 77e7e40f8b..7c6fcad58a 100644 --- a/cpukit/score/cpu/i386/rtems/asm.h +++ b/cpukit/score/cpu/i386/rtems/asm.h @@ -64,13 +64,7 @@ #endif */ -/* ANSI concatenation macros. */ - -#define CONCAT1(a, b) CONCAT2(a, b) -#define CONCAT2(a, b) a ## b - -#define EVAL(x) x -#define CONCAT0(a, b) EVAL(a)EVAL(b) +#include /* Use the right prefix for global labels. */ -- cgit v1.2.3