aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-09-29 15:47:03 +0000
committerIan Lance Taylor <ian@airs.com>1992-09-29 15:47:03 +0000
commitacc7c4933d7ba7e835316dce06ce0bee17f97d61 (patch)
tree4f92e5c2922da47c5425339050d687e3d0117ebc /bfd/hosts
parenta5419edecf30357463782a67581f72be72efd9db (diff)
downloadfsf-binutils-gdb-acc7c4933d7ba7e835316dce06ce0bee17f97d61.zip
fsf-binutils-gdb-acc7c4933d7ba7e835316dce06ce0bee17f97d61.tar.gz
fsf-binutils-gdb-acc7c4933d7ba7e835316dce06ce0bee17f97d61.tar.bz2
Tue Sep 29 08:30:21 1992 Ian Lance Taylor (ian@cygnus.com)
* Portability fixes from p3: coffcode.h (coff_write_relocs): removed sanity check until it works on all targets (per advice from sac). config/hp9000.mh: new file to define USG. hppa.c: #undef hppa before the JUMP_TABLE. hosts/hppahpux.h: #define NATIVE_HPPAHPUX_COMPILER if not __STDC__. targets.c (bfd_target_list): if NATIVE_HPPAHPUX_COMPILER, make local variable target volatile to avoid mysterious bug in HP9000/700 cc.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/hppahpux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h
index 1d73c3f..ad2f102 100644
--- a/bfd/hosts/hppahpux.h
+++ b/bfd/hosts/hppahpux.h
@@ -16,6 +16,10 @@ void free();
#define SEEK_SET 0
#define SEEK_CUR 1
+#ifndef __STDC__
+#define NATIVE_HPPAHPUX_COMPILER
+#endif
+
#if 0
static int
rename(from, to)