sim: delete SIM_AC_COMMON macro
[deliverable/binutils-gdb.git] / sim / mips / dsp.c
index f2664df65fa27924b3d69d613581d7d840c018c1..fb25caa83560736c6063d082f4d99d6a3bae3188 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulation code for the MIPS DSP ASE.
-   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005-2021 Free Software Foundation, Inc.
    Contributed by MIPS Technologies, Inc.  Written by Chao-ying Fu.
 
 This file is part of GDB, the GNU debugger.
@@ -17,6 +17,9 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "sim-main.h"
 
 int DSPLO_REGNUM[4] =
This page took 0.024257 seconds and 4 git commands to generate.