Dmitry Timoshkov dmitry@baikal.ru writes:
Dmitry Timoshkov <dmitry@codeweavers.com> Remove redundant implementation of __get_cs,__get_ds,__get_es, __get_fs,__get_gs,__get_ss,__set_fs,__set_gs.
These are here to support compilers that don't have gcc-style inline assembly. This is admittedly a theoretical issue at this point, but there shouldn't be any harm in keeping them around just in case.