diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2012-06-17 18:56:31 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2012-06-17 18:56:31 +0000 |
commit | e8c21678a448808bdfd5eff794aa5a061cba6af6 (patch) | |
tree | 268a8994d1f28337dcd8a05b2419f24ae9e030ba /sim | |
parent | c7232d92d25dd48699a59312e7438e0fc1957aab (diff) | |
download | gdb-e8c21678a448808bdfd5eff794aa5a061cba6af6.zip gdb-e8c21678a448808bdfd5eff794aa5a061cba6af6.tar.gz gdb-e8c21678a448808bdfd5eff794aa5a061cba6af6.tar.bz2 |
* interp.c: Include config.h first. Do not include sysdep.h.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mn10300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mn10300/interp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index e8640a7..3649622 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2012-06-17 Hans-Peter Nilsson <hp@axis.com> + + * interp.c: Include config.h first. Do not include sysdep.h. + 2012-06-15 Joel Brobecker <brobecker@adacore.com> * config.in, configure: Regenerate. diff --git a/sim/mn10300/interp.c b/sim/mn10300/interp.c index 9c458d6..577cc7a 100644 --- a/sim/mn10300/interp.c +++ b/sim/mn10300/interp.c @@ -1,10 +1,10 @@ +#include "config.h" #include <signal.h> #include "sim-main.h" #include "sim-options.h" #include "sim-hw.h" -#include "sysdep.h" #include "bfd.h" #include "sim-assert.h" |