]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
linux-user/sparc: Merge sparc64 target_elf.h
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Apr 2021 02:53:17 +0000 (19:53 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:43:23 +0000 (21:43 +0200)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210426025334.1168495-9-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/sparc64/target_elf.h

index d6e388f1cf601afbdf4dc91fd28c12382964ceaa..023b49b74375dfb1f589e9c775d4e94f1c05b191 100644 (file)
@@ -1,14 +1 @@
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation, or (at your option) any
- * later version. See the COPYING file in the top-level directory.
- */
-
-#ifndef SPARC64_TARGET_ELF_H
-#define SPARC64_TARGET_ELF_H
-static inline const char *cpu_get_model(uint32_t eflags)
-{
-    return "TI UltraSparc II";
-}
-#endif
+#include "../sparc/target_elf.h"