X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Famd64-tdep.h;h=1ed109cdd04ec4cc5b5fb55b6f85fd786b74fd03;hb=3a4ae681237c26ac55603f3a92c92fd748108cd2;hp=e67106d1c7df5a1d3ed6d5b2fb53b81910399796;hpb=6cd6a2aec631174856a2f68a8323427f78f7edc3;p=binutils-gdb.git diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index e67106d1c7d..1ed109cdd04 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent definitions for AMD64. - Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2001, 2003-2004, 2007-2012 Free Software Foundation, + Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. @@ -101,7 +101,7 @@ extern void amd64_supply_xsave (struct regcache *regcache, int regnum, extern void amd64_collect_fxsave (const struct regcache *regcache, int regnum, void *fxsave); -/* Similar to amd64_collect_fxsave, but but use XSAVE extended state. */ +/* Similar to amd64_collect_fxsave, but use XSAVE extended state. */ extern void amd64_collect_xsave (const struct regcache *regcache, int regnum, void *xsave, int gcore);