[rtems commit] h8300: Remove left over files

Sebastian Huber sebh at rtems.org
Thu Nov 8 15:48:35 UTC 2018


Module:    rtems
Branch:    master
Commit:    947b679f74325a296904ae151899e3a42b6c8437
Changeset: http://git.rtems.org/rtems/commit/?id=947b679f74325a296904ae151899e3a42b6c8437

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov  8 16:46:17 2018 +0100

h8300: Remove left over files

Update #2452.

---

 cpukit/score/cpu/h8300/headers.am                  |  2 -
 .../score/cpu/h8300/include/machine/elf_machdep.h  | 59 ----------------------
 2 files changed, 61 deletions(-)

diff --git a/cpukit/score/cpu/h8300/headers.am b/cpukit/score/cpu/h8300/headers.am
deleted file mode 100644
index 9a5d7f6..0000000
--- a/cpukit/score/cpu/h8300/headers.am
+++ /dev/null
@@ -1,2 +0,0 @@
-## This file was generated by "./boostrap -H".
-include_machine_HEADERS += score/cpu/h8300/include/machine/elf_machdep.h
diff --git a/cpukit/score/cpu/h8300/include/machine/elf_machdep.h b/cpukit/score/cpu/h8300/include/machine/elf_machdep.h
deleted file mode 100644
index 3d04915..0000000
--- a/cpukit/score/cpu/h8300/include/machine/elf_machdep.h
+++ /dev/null
@@ -1,59 +0,0 @@
-
-#define ELF32_MACHDEP_ENDIANNESS		ELFDATA2MSB
-
-#define ELF32_MACHDEP_ID_CASES \
-	case EM_H8_300: \
-	case EM_H8_300H: \
-	case EM_H8S: \
-	case EM_H8_500: \
-		break;
-
-#define ELF32_MACHDEP_ID	EM_H8_300
-#define ARCH_ELFSIZE	32
-
-#define R_H8_NONE 0
-#define R_H8_DIR32 1
-#define R_H8_DIR32_28 2
-#define R_H8_DIR32_24 3
-#define R_H8_DIR32_16 4
-#define R_H8_DIR32U 6
-#define R_H8_DIR32U_28 7
-#define R_H8_DIR32U_24 8
-#define R_H8_DIR32U_20 9
-#define R_H8_DIR32U_16 10
-#define R_H8_DIR24 11
-#define R_H8_DIR24_20 12
-#define R_H8_DIR24_16 13
-#define R_H8_DIR24U 14
-#define R_H8_DIR24U_20 15
-#define R_H8_DIR24U_16 16
-#define R_H8_DIR16 17
-#define R_H8_DIR16U 18
-#define R_H8_DIR16S_32 19
-#define R_H8_DIR16S_28 20
-#define R_H8_DIR16S_24 21
-#define R_H8_DIR16S_20 22
-#define R_H8_DIR16S 23
-#define R_H8_DIR8 24
-#define R_H8_DIR8U 25
-#define R_H8_DIR8Z_32 26
-#define R_H8_DIR8Z_28 27
-#define R_H8_DIR8Z_24 28
-#define R_H8_DIR8Z_20 29
-#define R_H8_DIR8Z_16 30
-#define R_H8_PCREL16 31
-#define R_H8_PCREL8 32
-#define R_H8_BPOS 33
-#define R_H8_PCREL32 34
-#define R_H8_GOT32O 35
-#define R_H8_GOT16O 36
-#define R_H8_DIR16A8 59
-#define R_H8_DIR16R8 60
-#define R_H8_DIR24A8 61
-#define R_H8_DIR24R8 62
-#define R_H8_DIR32A16 63
-#define R_H8_ABS32 65
-#define R_H8_ABS32A16 127
-
-
-#define R_TYPE(name)		__CONCAT(R_H8_,name)




More information about the vc mailing list