Changeset 51b39864 in rtems
- Timestamp:
- 05/01/02 23:09:37 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4619da9
- Parents:
- 4f38ab05
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r4f38ab05 r51b39864 1 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 3 * machine/in_cksum.h: Per PR200 fix multi-line inline assembly 4 to satisfy gcc 3.1 and newer. 5 1 6 2002-04-26 Eric Norum <eric.norum@usask.ca> 2 7 -
c/src/exec/libnetworking/machine/in_cksum.h
r4f38ab05 r51b39864 171 171 register u_int tmp_o3; 172 172 173 __asm__ volatile (" 173 __asm__ volatile (" \ 174 174 ld [%0], %1 ; \ 175 175 ld [%0+4], %2 ; \ -
c/src/libnetworking/ChangeLog
r4f38ab05 r51b39864 1 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 3 * machine/in_cksum.h: Per PR200 fix multi-line inline assembly 4 to satisfy gcc 3.1 and newer. 5 1 6 2002-04-26 Eric Norum <eric.norum@usask.ca> 2 7 -
c/src/libnetworking/machine/in_cksum.h
r4f38ab05 r51b39864 171 171 register u_int tmp_o3; 172 172 173 __asm__ volatile (" 173 __asm__ volatile (" \ 174 174 ld [%0], %1 ; \ 175 175 ld [%0+4], %2 ; \ -
cpukit/libnetworking/ChangeLog
r4f38ab05 r51b39864 1 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 3 * machine/in_cksum.h: Per PR200 fix multi-line inline assembly 4 to satisfy gcc 3.1 and newer. 5 1 6 2002-04-26 Eric Norum <eric.norum@usask.ca> 2 7 -
cpukit/libnetworking/machine/in_cksum.h
r4f38ab05 r51b39864 171 171 register u_int tmp_o3; 172 172 173 __asm__ volatile (" 173 __asm__ volatile (" \ 174 174 ld [%0], %1 ; \ 175 175 ld [%0+4], %2 ; \
Note: See TracChangeset
for help on using the changeset viewer.