linux-user: Clean up hostdep.h header guards
commit59e96bcbf904aa05185ac4161a65306dc26cda31
authorMarkus Armbruster <armbru@redhat.com>
Wed, 29 Jun 2016 14:22:46 +0000 (29 16:22 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 12 Jul 2016 14:19:16 +0000 (12 16:19 +0200)
tree38cb2583753cfe46b0ea49ecf23269e7b0528e9c
parent35003856977599497f7a873c026c95f2ed3a56e3
linux-user: Clean up hostdep.h header guards

These headers all use QEMU_HOSTDEP_H as header guard symbol.  Reuse of
the same guard symbol in multiple headers is okay as long as they
cannot be included together.

Since we can avoid guard symbol reuse easily, do so: use guard symbol
$target_HOSTDEP_H for linux-user/host/$target/hostdep.h.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
13 files changed:
linux-user/host/aarch64/hostdep.h
linux-user/host/arm/hostdep.h
linux-user/host/i386/hostdep.h
linux-user/host/ia64/hostdep.h
linux-user/host/mips/hostdep.h
linux-user/host/ppc/hostdep.h
linux-user/host/ppc64/hostdep.h
linux-user/host/s390/hostdep.h
linux-user/host/s390x/hostdep.h
linux-user/host/sparc/hostdep.h
linux-user/host/sparc64/hostdep.h
linux-user/host/x32/hostdep.h
linux-user/host/x86_64/hostdep.h