Changeset 55b3616 in rtems for c/src/lib/libbsp/i386/shared
- Timestamp:
- 05/14/02 16:05:29 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2d1ef930
- Parents:
- eec76f3c
- Location:
- c/src/lib/libbsp/i386/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/shared/ChangeLog
reec76f3c r55b3616 1 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 3 * console/console.c, fatal/bspfatal.c, startup/bspclean.c, 4 startup/page_table.c: Per PR200 fix multi-line inline assembly 5 to satisfy gcc 3.1 and newer. 6 1 7 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/i386/shared/irq/idt.c
reec76f3c r55b3616 276 276 */ 277 277 278 asm volatile( "movw %%ds,%0 ; movw %0,%%ds 279 movw %%es,%0 ; movw %0,%%es280 movw %%fs,%0 ; movw %0,%%fs281 movw %%gs,%0 ; movw %0,%%gs282 278 asm volatile( "movw %%ds,%0 ; movw %0,%%ds\n\t" 279 "movw %%es,%0 ; movw %0,%%es\n\t" 280 "movw %%fs,%0 ; movw %0,%%fs\n\t" 281 "movw %%gs,%0 ; movw %0,%%gs\n\t" 282 "movw %%ss,%0 ; movw %0,%%ss" 283 283 : "=r" (tmp_segment) 284 284 : "0" (tmp_segment)
Note: See TracChangeset
for help on using the changeset viewer.