summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-06 16:59:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-06 16:59:31 +0000
commit4273e70b1cc17952a22382d7c4a5acc5e088b556 (patch)
tree479dc8c7aef2243fa52f08f411e61f86c6c58e3b /cpukit/ChangeLog
parentBump GCC_RPMREL. (diff)
downloadrtems-4273e70b1cc17952a22382d7c4a5acc5e088b556.tar.bz2
2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1277/networking * libnetworking/netinet/in_cksum_i386.h: Use q instead of r in constraint for assembly language. This restricts the register choice to the a-d registers.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b56d45890e..b9efd7124b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1277/networking
+ * libnetworking/netinet/in_cksum_i386.h: Use q instead of r in
+ constraint for assembly language. This restricts the register choice
+ to the a-d registers.
+
2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libnetworking/kern/uipc_socket2.c,