diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-24 05:10:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-24 05:10:05 +0000 |
commit | a33a2b65c546bdede73074dba6ac5a4dc472c5e3 (patch) | |
tree | 85333e7d2b21e49427fd57224d6b1894f6cf5351 /bfd | |
parent | e5b0286097763d2d80b8be2ef9202f5e31c791ae (diff) | |
download | gdb-a33a2b65c546bdede73074dba6ac5a4dc472c5e3.zip gdb-a33a2b65c546bdede73074dba6ac5a4dc472c5e3.tar.gz gdb-a33a2b65c546bdede73074dba6ac5a4dc472c5e3.tar.bz2 |
disable position-caching code for now
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/sparc.h b/bfd/hosts/sparc.h index c32da58..1a10fa4 100644 --- a/bfd/hosts/sparc.h +++ b/bfd/hosts/sparc.h @@ -1,5 +1,5 @@ #define STDC_HEADERS -#define FILE_OFFSET_IS_CHAR_INDEX +#undef FILE_OFFSET_IS_CHAR_INDEX #if defined(__STDC__) && __GNUC__ >= 2 #define abort __hide_abort #define exit __hide_exit |