[RFC] Typo bug in i387-tdep.c ?

Pierre Muller muller@cerbere.u-strasbg.fr
Wed Mar 21 15:59:00 GMT 2001


From

/* Print the status word STATUS.  */
static void
print_i387_status_word (unsigned int status)
{
....
   puts_filtered ("  ");
   printf_filtered (" %s", (status & 0x0080) ? "ES" : "  ");
   puts_filtered ("  ");
   printf_filtered (" %s", (status & 0x0080) ? "SF" : "  ");
   puts_filtered ("  ");

I assume thatr one of these two constants should be 0x0040,
unless there is here some subtility that I didn't catch
(but anyhow why would we want to print it out twice !)


I think it was mainly Mark Kettenis that worked lately
on this....

   Anyhow I don't even remember the signification of these acronims

   Both are stack errors, but what is the difference again ?
Are these acronims explained somewhere ?



Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99



More information about the Gdb mailing list