]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
NT_PRXFPREG -> NT_PRXFPREG
authorRoland McGrath <roland@redhat.com>
Fri, 17 Apr 2009 03:31:59 +0000 (20:31 -0700)
committerRoland McGrath <roland@redhat.com>
Fri, 17 Apr 2009 03:31:59 +0000 (20:31 -0700)
backends/ChangeLog
backends/i386_corenote.c

index d5afa1b6ff7df07699784af4b496471c7dff5b25..21b8c739e205bd951255a2c6ef3c0279f4b05893 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-16  Roland McGrath  <roland@redhat.com>
+
+       * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
+
 2009-04-14  Roland McGrath  <roland@redhat.com>
 
        * arm_retval.c: New file.
index c371c4c3ec5ba97a7f0c853d95ce9d38f0e5f8e8..89890252c0946064c67e69e02fe5e145f8dfacdc 100644 (file)
@@ -1,5 +1,5 @@
 /* i386 specific core note handling.
-   Copyright (C) 2007, 2008 Red Hat, Inc.
+   Copyright (C) 2007-2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -101,7 +101,7 @@ static const Ebl_Register_Location prxfpreg_regs[] =
   };
 
 #define        EXTRA_NOTES \
-  EXTRA_REGSET (NT_PRFPXREG, 512, prxfpreg_regs) \
+  EXTRA_REGSET (NT_PRXFPREG, 512, prxfpreg_regs) \
   case NT_386_TLS: \
     return tls_info (descsz, regs_offset, nregloc, reglocs, nitems, items); \
   EXTRA_NOTES_IOPERM