white space which prevented compilation. Reported by DSK
<dsk@student.unsw.edu.au>.
+2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
+ white space which prevented compilation. Reported by DSK
+ <dsk@student.unsw.edu.au>.
+
2002-01-11 Michael Snyder <msnyder@redhat.com>
* symfile.c (build_section_addr_info_from_section_tab):
asm ("inb $0xa0, %%al \n\
testb $0x20, %%al \n\
jz 1f \n\
- xorb %% al, %%al \n\
- outb %% al, $0xf0 \n\
+ xorb %%al, %%al \n\
+ outb %%al, $0xf0 \n\
movb $0x20, %%al \n\
- outb %% al, $0xa0 \n\
- outb %% al, $0x20 \n\
+ outb %%al, $0xa0 \n\
+ outb %%al, $0x20 \n\
1: \n\
- fnsave % 0 \n\
+ fnsave %0 \n\
fwait "
: "=m" (npx)
: /* No input */
/* *INDENT-ON* */
-
-
-
/* ------------------------------------------------------------------------- */
/* Reload the contents of the NPX from the global variable `npx'. */