sim: or1k: fix include ordering with sim-main.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 9 Jan 2021 19:10:20 +0000 (14:10 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 11 Jan 2021 13:29:18 +0000 (08:29 -0500)
commita0c38f0d705129e14c025de814d7fd619edde650
treea550de2d2a95cd36e89056ec4ab7e02384215d5b
parent90e123dd600140ccc0731668e1256e1a55b04f8f
sim: or1k: fix include ordering with sim-main.h

Make sure config.h is included before C library headers otherwise the
later libiberty.h include gets confused about asprintf state leading
to warnings like:
common/sim-utils.c:330:9:
warning: implicit declaration of function 'vasprintf';
did you mean 'xvasprintf'? [-Wimplicit-function-declaration]
sim/or1k/ChangeLog
sim/or1k/sim-main.h
This page took 0.0276 seconds and 4 git commands to generate.