]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR 14072
authorHans-Peter Nilsson <hp@axis.com>
Sun, 20 May 2012 05:34:23 +0000 (05:34 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 20 May 2012 05:34:23 +0000 (05:34 +0000)
* interp.c: Include config.h before system header files.

sim/mcore/ChangeLog
sim/mcore/interp.c

index 1a75a4079d7099fdec2e575e6aef4e7ef1374d29..099b2a407d54e683427d9c4849aca1e959554b83 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR 14072
+       * interp.c: Include config.h before system header files.
+
 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 5a4ccc28811e599cdb261f4a3b16c44345e419cc..8249b5a37767e4a3659bfc589fec56d0abc244c6 100644 (file)
@@ -18,6 +18,7 @@ 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/>.  */
 
+#include "config.h"
 #include <signal.h>
 #include "sysdep.h"
 #include <sys/times.h>