2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>

* libnetworking/netinet/in_cksum.c: ARM optimized version does not
	support Thumb.
This commit is contained in:
Joel Sherrill
2007-11-27 15:10:37 +00:00
parent edcb9827dc
commit cf7ebcf9b0
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* libnetworking/netinet/in_cksum.c: ARM optimized version does not
support Thumb.
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h: Style clean up.
+2 -1
View File
@@ -42,8 +42,9 @@
*/
#if (defined(__GNUC__) && defined(__arm__))
#if (defined(__GNUC__) && (defined(__arm__) && !defined(__thumb__)))
/* This currently does not support Thumb assembly */
#include "in_cksum_arm.h"
#elif (defined(__GNUC__) && defined(__i386__))