<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
This patch is intended to solve the following FIXME in
ARMAsmParser::parseDirectiveThumbFunc:<br>
<br>
<small>// FIXME: assuming function name will be the line
following .thumb_func<br>
// We really should be checking the next symbol definition even
if there's<br>
// stuff in between.</small><br>
<br>
I didn't add any new test just modified the existing one by moving
the .type directive between the .thumb_func directive<br>
and the actual symbol (you can check it in the diff). This is how
GCC places the directives (at least it did it for me when<br>
I compiled a simple "Hello world!" C program to assembly code).<br>
<br>
I'm looking forward to any suggestion.<br>
<br>
Best regards,<br>
Gabor Ballabas<br>
</body>
</html>