llvm-6502/include
Tim Northover c8f4e5db29 ARM: allow .thumb_func to be separated from symbol definition
When assembling, a .thumb_func directive is supposed to be applicable to the
next symbol definition, even if there are intervening directives. We were
racing ahead to try and find it, and this commit should fix the issue.

Patch by Gabor Ballabas

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193403 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-25 12:49:50 +00:00
..
llvm ARM: allow .thumb_func to be separated from symbol definition 2013-10-25 12:49:50 +00:00
llvm-c lto.h: Use lto_bool_t instead of int to restore the ABI 2013-10-24 22:26:04 +00:00