X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fi386-sol2-nat.c;h=efdce47d3a94aeea7bf4cb853ae29ad3fbda9ea3;hb=875896e3e6880ec4c27b4fdfc37ae44881e11ca8;hp=ad5b733bad48291ba1aad6f464864d4767021de9;hpb=1777feb0fea5ec350a86eecf81f71ccc60d4cf6f;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/i386-sol2-nat.c b/gdb/i386-sol2-nat.c index ad5b733..efdce47 100644 --- a/gdb/i386-sol2-nat.c +++ b/gdb/i386-sol2-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for Solaris x86. - Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -69,7 +68,7 @@ static int amd64_sol2_gregset64_reg_offset[] = { 1 * 8, 0 * 8, /* ... %r15 */ 17 * 8, /* %rip */ - 16 * 8, /* %eflags */ + 19 * 8, /* %eflags */ 18 * 8, /* %cs */ 21 * 8, /* %ss */ 25 * 8, /* %ds */ @@ -90,7 +89,7 @@ static int amd64_sol2_gregset32_reg_offset[] = { 9 * 8, /* %esi */ 8 * 8, /* %edi */ 17 * 8, /* %eip */ - 16 * 8, /* %eflags */ + 19 * 8, /* %eflags */ 18 * 8, /* %cs */ 21 * 8, /* %ss */ 25 * 8, /* %ds */