summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
diff options
context:
space:
mode:
authorJustin Hibbits <jrh29@alumni.cwru.edu>2014-10-31 15:57:52 +0000
committerJustin Hibbits <jrh29@alumni.cwru.edu>2014-10-31 15:57:52 +0000
commitdb39cdfbb71f4102ba93122ada35356dd4341fad (patch)
treea747476948c9533a8a7439812acd25301ffcd80c /lldb/source/Core/ArchSpec.cpp
parent0ad1c308ea1ef6be338a60017bb17794bd25b1d2 (diff)
downloadbcm5719-llvm-db39cdfbb71f4102ba93122ada35356dd4341fad.tar.gz
bcm5719-llvm-db39cdfbb71f4102ba93122ada35356dd4341fad.zip
Fix some bugs from D5988
Summary: Ed Maste found some problems with the commit in D5988. Address most of these. While here, also add floating point return handling. This doesn't handle 128-bit long double yet. Since I don't have any system that uses it, I don't currently have plans to implement it. Reviewers: emaste Reviewed By: emaste Subscribers: emaste, lldb-commits Differential Revision: http://reviews.llvm.org/D6049 llvm-svn: 220963
Diffstat (limited to 'lldb/source/Core/ArchSpec.cpp')
-rw-r--r--lldb/source/Core/ArchSpec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/ArchSpec.cpp b/lldb/source/Core/ArchSpec.cpp
index 2562e98d74c..c1e3c137c08 100644
--- a/lldb/source/Core/ArchSpec.cpp
+++ b/lldb/source/Core/ArchSpec.cpp
@@ -19,7 +19,6 @@
#include "llvm/Support/ELF.h"
#include "llvm/Support/Host.h"
#include "lldb/Utility/SafeMachO.h"
-#include "lldb/Core/Log.h"
#include "lldb/Core/RegularExpression.h"
#include "lldb/Core/StringList.h"
#include "lldb/Host/Endian.h"
OpenPOWER on IntegriCloud