aboutsummaryrefslogtreecommitdiff
path: root/linux-user/tilegx/target_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/tilegx/target_elf.h')
-rw-r--r--linux-user/tilegx/target_elf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/linux-user/tilegx/target_elf.h b/linux-user/tilegx/target_elf.h
deleted file mode 100644
index 7197bb0..0000000
--- a/linux-user/tilegx/target_elf.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * 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 TILEGX_TARGET_ELF_H
-#define TILEGX_TARGET_ELF_H
-static inline const char *cpu_get_model(uint32_t eflags)
-{
- return "any";
-}
-#endif