From defc38821019ee4e5988ea1944d5caf5a930e46e Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 6 Mar 2021 00:57:09 -0800 Subject: [PATCH] Rename GDT to Gdt to keep naming schema --- src/ObjCommon/Obj/{GDT/GDT.cpp => Gdt/Gdt.cpp} | 0 src/ObjCommon/Obj/{GDT/GDT.h => Gdt/Gdt.h} | 0 src/ObjCommon/Obj/{GDT/GDTEntry.cpp => Gdt/GdtEntry.cpp} | 0 src/ObjCommon/Obj/{GDT/GDTEntry.h => Gdt/GdtEntry.h} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/ObjCommon/Obj/{GDT/GDT.cpp => Gdt/Gdt.cpp} (100%) rename src/ObjCommon/Obj/{GDT/GDT.h => Gdt/Gdt.h} (100%) rename src/ObjCommon/Obj/{GDT/GDTEntry.cpp => Gdt/GdtEntry.cpp} (100%) rename src/ObjCommon/Obj/{GDT/GDTEntry.h => Gdt/GdtEntry.h} (100%) diff --git a/src/ObjCommon/Obj/GDT/GDT.cpp b/src/ObjCommon/Obj/Gdt/Gdt.cpp similarity index 100% rename from src/ObjCommon/Obj/GDT/GDT.cpp rename to src/ObjCommon/Obj/Gdt/Gdt.cpp diff --git a/src/ObjCommon/Obj/GDT/GDT.h b/src/ObjCommon/Obj/Gdt/Gdt.h similarity index 100% rename from src/ObjCommon/Obj/GDT/GDT.h rename to src/ObjCommon/Obj/Gdt/Gdt.h diff --git a/src/ObjCommon/Obj/GDT/GDTEntry.cpp b/src/ObjCommon/Obj/Gdt/GdtEntry.cpp similarity index 100% rename from src/ObjCommon/Obj/GDT/GDTEntry.cpp rename to src/ObjCommon/Obj/Gdt/GdtEntry.cpp diff --git a/src/ObjCommon/Obj/GDT/GDTEntry.h b/src/ObjCommon/Obj/Gdt/GdtEntry.h similarity index 100% rename from src/ObjCommon/Obj/GDT/GDTEntry.h rename to src/ObjCommon/Obj/Gdt/GdtEntry.h