From e595c802ca9a9eb2c7d5e72cb7b9437d25063c97 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 Oct 1998 11:18:01 +0000 Subject: Update. 1998-10-22 Philip Blundell * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef __ASSEMBLER__. --- sysdeps/unix/arm/sysdep.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/arm/sysdep.h b/sysdeps/unix/arm/sysdep.h index b823b5a17d..6f0efc0c73 100644 --- a/sysdeps/unix/arm/sysdep.h +++ b/sysdeps/unix/arm/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,5 +22,9 @@ /* Some definitions to allow the assembler in sysdeps/unix/ to build without needing ARM-specific versions of all the files. */ +#ifdef __ASSEMBLER__ + #define ret RETINSTR(mov, pc, r14) #define MOVE(a,b) mov b,a + +#endif -- cgit 1.4.1