From 93516ec3e0f11b752f2440d6c198ae8cb0b8b430 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 13 Mar 2003 09:28:49 +0000 Subject: (BYTES_IN_WORD): Don't define. --- bfd/aout-cris.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bfd/aout-cris.c') diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c index 7027b173ca..4d1e48d7bf 100644 --- a/bfd/aout-cris.c +++ b/bfd/aout-cris.c @@ -1,5 +1,5 @@ /* BFD backend for CRIS a.out binaries. - Copyright 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson. @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ functions. Beware; some of the information there is outdated. */ #define N_HEADER_IN_TEXT(x) 0 -#define BYTES_IN_WORD 4 #define N_TXTOFF(x) 32 #define ENTRY_CAN_BE_ZERO #define TEXT_START_ADDR 0 -- cgit v1.2.3