diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-11-23 20:42:36 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:21 +0200 |
commit | a2432a9b39b470aace2210f9cc4fb790df9c8702 (patch) | |
tree | 586a53100e93bbadbf58aeef982199bb00916559 /ChangeLog | |
parent | 526c44d37472ead7edd3356a70733fe9e01db643 (diff) |
2008-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/proc_reg.h (get_cr0, get_cr2, get_cr3, get_cr4, get_tr,
get_ldt): Add volatile qualifier to asm statement to prevent gcc from
optimizing it away since there seems to be no way to clobber these
properly in the set_* macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * i386/i386/proc_reg.h (get_cr0, get_cr2, get_cr3, get_cr4, get_tr, + get_ldt): Add volatile qualifier to asm statement to prevent gcc from + optimizing it away since there seems to be no way to clobber these + properly in the set_* macros. + 2008-11-17 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (install_sh, INSTALL): Point to `build-aux/install-sh'. |