summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-12-06 00:37:21 +0000
committerNico Weber <nicolasweber@gmx.de>2013-12-06 00:37:21 +0000
commitbe38d822057438996715f7bcae3d293a50908d03 (patch)
tree0b6485d6f04d1273efa1ad308d4fb00abc714b68 /src
parenta722aca3bf2365fd407bc1604c667100d1efd74d (diff)
downloadlibcxxabi_35a-be38d822057438996715f7bcae3d293a50908d03.tar.gz
Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2
These files require preprocessing, so their name should end with a capital S. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@196555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src')
-rw-r--r--src/Unwind/UnwindRegistersRestore.S (renamed from src/Unwind/UnwindRegistersRestore_.s)2
-rw-r--r--src/Unwind/UnwindRegistersSave.S (renamed from src/Unwind/UnwindRegistersSave_.s)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Unwind/UnwindRegistersRestore_.s b/src/Unwind/UnwindRegistersRestore.S
index fb6be61..5e24e0d 100644
--- a/src/Unwind/UnwindRegistersRestore_.s
+++ b/src/Unwind/UnwindRegistersRestore.S
@@ -1,4 +1,4 @@
-//===-------------------- UnwindRegistersRestore.s ------------------------===//
+//===-------------------- UnwindRegistersRestore.S ------------------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/src/Unwind/UnwindRegistersSave_.s b/src/Unwind/UnwindRegistersSave.S
index 834e260..674f813 100644
--- a/src/Unwind/UnwindRegistersSave_.s
+++ b/src/Unwind/UnwindRegistersSave.S
@@ -1,4 +1,4 @@
-//===------------------------ UnwindRegistersSave.s -----------------------===//
+//===------------------------ UnwindRegistersSave.S -----------------------===//
//
// The LLVM Compiler Infrastructure
//