This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]