From: Roland McGrath Date: Fri, 17 Apr 2009 03:31:59 +0000 (-0700) Subject: NT_PRXFPREG -> NT_PRXFPREG X-Git-Tag: elfutils-0.141~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ec82157be1d8ea52f8cc43a22b8cedbade41986;p=thirdparty%2Felfutils.git NT_PRXFPREG -> NT_PRXFPREG --- diff --git a/backends/ChangeLog b/backends/ChangeLog index d5afa1b6f..21b8c739e 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2009-04-16 Roland McGrath + + * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG + 2009-04-14 Roland McGrath * arm_retval.c: New file. diff --git a/backends/i386_corenote.c b/backends/i386_corenote.c index c371c4c3e..89890252c 100644 --- a/backends/i386_corenote.c +++ b/backends/i386_corenote.c @@ -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