diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-28 00:52:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-28 00:52:21 +0000 |
commit | aec8fae7b71e7994f4fc91c851ee819c8e3a51d9 (patch) | |
tree | 738a29567df2714c4663ec36767197634909609e /gnu/usr.bin/gas/as.h | |
parent | c3a25357ea4388e10eda41500b43ed181dfab2cb (diff) |
A merge of the late resolution of symbols code Ian Lance Taylor added to
gas2 back in 1993. gcc2.8 generates code which relies on this.
Diffstat (limited to 'gnu/usr.bin/gas/as.h')
-rw-r--r-- | gnu/usr.bin/gas/as.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/gas/as.h b/gnu/usr.bin/gas/as.h index 0a0a0f0018f..18e97fe99a3 100644 --- a/gnu/usr.bin/gas/as.h +++ b/gnu/usr.bin/gas/as.h @@ -1,4 +1,4 @@ -/* $OpenBSD: as.h,v 1.2 1996/04/23 00:15:51 niklas Exp $ */ +/* $OpenBSD: as.h,v 1.3 1998/02/28 00:51:54 niklas Exp $ */ /* as.h - global header file Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. @@ -400,10 +400,9 @@ void subsegs_begin(); /* this one starts the chain of target dependant headers */ #include "targ-env.h" -/* these define types needed by the interfaces */ +#include "expr.h" #include "struc-symbol.h" #include "write.h" -#include "expr.h" #include "frags.h" #include "hash.h" #include "read.h" |