]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/d10v/interp.c
include "config.h" instead of BFD's sysdep.h in d10v/interp.c
authorJoel Brobecker <brobecker@gnat.com>
Tue, 19 Jun 2012 22:46:57 +0000 (22:46 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 19 Jun 2012 22:46:57 +0000 (22:46 +0000)
commitd0a5a356aa2d5d3e4c62819468cdece25685a53d
treedc2858287bc4b8b3e055f113e72dc1f244dfd8b2
parent95c391b64aafe6d8868a99dd476e6f110011dd2d
include "config.h" instead of BFD's sysdep.h in d10v/interp.c

The change of include file introduces some new warnings about functions
being used without a prototype. So a few more system includes have been
added to compensate for that.

sim/d10v/ChangeLog:

        * interp.c: #include "config.h" instead of "sysdep.h".
        Add conditional include of string.h or strings.h, as well as
        conditional include of stdlib.h.
sim/d10v/ChangeLog
sim/d10v/interp.c