diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-06 16:45:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-06 16:45:42 +0000 |
commit | 7eb5191ac3285b71a1a886144370144f0e9a8946 (patch) | |
tree | 1a0764cf5bae9098af3f8d4c8f6c592261e0b7ea /binutils/wrstabs.c | |
parent | 2d36fe5f1f0ac52641710db38aca664e49557993 (diff) | |
download | gdb-7eb5191ac3285b71a1a886144370144f0e9a8946.zip gdb-7eb5191ac3285b71a1a886144370144f0e9a8946.tar.gz gdb-7eb5191ac3285b71a1a886144370144f0e9a8946.tar.bz2 |
Remove redundant defintions of BYTES_IN_WORD and add conditional defintion in
aout64.h.
Diffstat (limited to 'binutils/wrstabs.c')
-rw-r--r-- | binutils/wrstabs.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index f22d8fa..77c7d72 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -1,5 +1,5 @@ /* wrstabs.c -- Output stabs debugging information - Copyright 1996, 1997, 1998, 2000, 2001, 2002 + Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. @@ -32,10 +32,6 @@ #include "safe-ctype.h" #include "debug.h" #include "budbg.h" - -/* Meaningless definition needs by aout64.h. FIXME. */ -#define BYTES_IN_WORD 4 - #include "aout/aout64.h" #include "aout/stab_gnu.h" |