mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 08:59:32 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user