summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_cksum_i386.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing prototype.Ralf Corsepius2008-08-181-3/+3
|
* 2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-061-1/+1
| | | | | | | 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.
* 2002-04-26 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-04-261-4/+8
| | | | | * netinet/in_cksum_i386.c: Add volatile so the more agressive optimization in gcc 3.1 does not reorder things.
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to use puts and have ↵Joel Sherrill1999-01-041-1/+3
| | | | prototype.
* Added i386 specific version of in_cksum.c and restructured the mainJoel Sherrill1998-08-211-0/+198
file to switch out to CPU specific implementations.