This is the mail archive of the gdb@sourceware.cygnus.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]

Re: Unifying the x86 FPU register sets


> I don't think having an 48-bit $fip and $fop is a good idea.  At least
> in 32-bit protected mode they really are segment selector and offset
> pairs.  The segment selector is used to lookup the linear address of
> the segment via the LDT.  This is conceptually very different from the
> offset.  This is probably also the reason why Jim had initially chosen
> $fcs and $fds for the segment selector of the instruction pointer and
> operand (data) pointer.

If we want to be pedantic, it's not a segment selector, but a segment
descriptor selector.

I think it's not important to make the distinction.  Many people say
"DS segment" in protected mode also.

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