Revert r201292 which relaxed the stack frame alignment requirements.
authorJason Molenda <jmolenda@apple.com>
Thu, 13 Feb 2014 23:29:36 +0000 (23:29 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 13 Feb 2014 23:29:36 +0000 (23:29 +0000)
commitabba74b4eea3a47c52ecbdbf58a9115e7f8b555e
tree83b588b8e83f9504431e47827c8dfae944efae44
parent1f3de49f3755d8a995f93a1e2973059da5a1a4d4
Revert r201292 which relaxed the stack frame alignment requirements.
This was primarily working around problems where we weren't able
to identify trap handlers for different environments -- but instead,
I'm working to make it easier to specify those trap handler function
names.

llvm-svn: 201366
lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp