diff options
| author | Roland McGrath <[email protected]> | 2009-04-16 20:31:59 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-04-16 20:31:59 -0700 |
| commit | 8ec82157be1d8ea52f8cc43a22b8cedbade41986 (patch) | |
| tree | 01c95748fd8d966d33b5d3f37d280bfe869da427 /backends | |
| parent | 2fb9051edd6addafe902669ba0bd47f3921a31d1 (diff) | |
NT_PRXFPREG -> NT_PRXFPREG
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/ChangeLog | 4 | ||||
| -rw-r--r-- | backends/i386_corenote.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index d5afa1b6..21b8c739 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2009-04-16 Roland McGrath <[email protected]> + + * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG + 2009-04-14 Roland McGrath <[email protected]> * arm_retval.c: New file. diff --git a/backends/i386_corenote.c b/backends/i386_corenote.c index c371c4c3..89890252 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 |
