Make "print" and "compile print" support -OPT options
[deliverable/binutils-gdb.git] / gdb / ax-general.c
index 35225f6810b333c04a3afa84e336ccf8a0e389b4..f956dfc2f530948d06811ccb5d9784f7bde0c0f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions for manipulating expressions designed to be executed on the agent
-   Copyright (C) 1998-2016 Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -353,7 +353,7 @@ struct aop_map aop_map[] =
   {0, 0, 0, 0, 0}
 #define DEFOP(NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED, VALUE) \
   , { # NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED }
-#include "ax.def"
+#include "common/ax.def"
 #undef DEFOP
 };
 
This page took 0.024421 seconds and 4 git commands to generate.