diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-13 09:28:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-13 09:28:49 +0000 |
commit | aa8119f84b1bdda5e15d9311fca38ff83d9b2513 (patch) | |
tree | b9333809f4cc3cc5b81849742f4c780cd6f67253 /bfd/aout-cris.c | |
parent | 56c1b6a7f6ffa67ae8ed3e4b0a71392518f3d9e1 (diff) | |
download | gdb-aa8119f84b1bdda5e15d9311fca38ff83d9b2513.tar.gz |
(BYTES_IN_WORD): Don't define.
Diffstat (limited to 'bfd/aout-cris.c')
-rw-r--r-- | bfd/aout-cris.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c index 7027b173ca0..4d1e48d7bf4 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 |