This is the mail archive of the
gdb-testers@sourceware.org
mailing list for the GDB project.
[binutils-gdb] sim: move sim-io.h to sim-assert.h
- From: sergiodj+buildbot at redhat dot com
- To: gdb-testers at sourceware dot org
- Date: Sat, 14 Mar 2015 03:55:32 -0400
- Subject: [binutils-gdb] sim: move sim-io.h to sim-assert.h
- Authentication-results: sourceware.org; auth=none
*** TEST RESULTS FOR COMMIT 9312936603f4ed0de67aee3d1c4d714df16f995e ***
Author: Mike Frysinger <vapier@gentoo.org>
Branch: master
Commit: 9312936603f4ed0de67aee3d1c4d714df16f995e
sim: move sim-io.h to sim-assert.h
Since sim-endian.c doesn't actually use sim_io funcs, it's weird to
include the sim-io.h header here. It's doing so only for the assert
header. So lets relocate the include to the right place.