| commit | 8a29222b85f28a2201db50a34ac4144f961311db | [log] [tgz] |
|---|---|---|
| author | Andrew Burgess <aburgess@redhat.com> | Sat Jan 27 10:40:35 2024 +0000 |
| committer | Andrew Burgess <aburgess@redhat.com> | Fri Jun 14 09:08:44 2024 +0100 |
| tree | 86f0aee1048a7ebf7cd400f5277daa441ebfac74 | |
| parent | 6b19a26ee12e348a5d9164796ccf64c0045cfe20 [diff] |
gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition Share the definition of I386_LINUX_XSAVE_XCR0_OFFSET between GDB and gdbserver. This commit moves the definition into gdbsupport/x86-xstate.h, which allows the #define to be shared. There should be no user visible changes after this commit. Approved-By: Felix Willgerodt <felix.willgerodt@intel.com>