* config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
authorIan Lance Taylor <ian@airs.com>
Wed, 4 Aug 1993 01:35:35 +0000 (01:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 4 Aug 1993 01:35:35 +0000 (01:35 +0000)
gdb/ChangeLog
gdb/config/mips/tm-mips.h

index 92af066f1a0e18da000735963a0a84d3a265f43b..931658ea52caeaeb4516825c9b5c78884c6da0e6 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug  3 18:34:14 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
+
 Tue Aug  3 15:34:57 1993  Fred Fish  (fnf@cygnus.com)
 
        * Makefile.in (ALLCONFIG):  Add config/i386/i386nw.mt,
index 9ab884dc6e4a64ba09476bce5eb7d813b7a63ac3..d414e5789e247c81998b7c272998c802261ca4f7 100644 (file)
@@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#include <bfd.h>
 #include "coff/sym.h"          /* Needed for PDR below.  */
 #include "coff/symconst.h"
 
This page took 0.027733 seconds and 4 git commands to generate.