diff options
| author | Roland McGrath <[email protected]> | 2007-04-25 03:09:33 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2007-04-25 03:09:33 +0000 |
| commit | 4be1524398af8e24011cfdfa77c66832f8654a56 (patch) | |
| tree | 84d4745346b459516ec67743a1b86b47793f146f /backends/i386_regs.c | |
| parent | 89d6b4c552a469482d2a358fb492d39eb22beb13 (diff) | |
2007-04-24 Roland McGrath <[email protected]>
* run-strip-test.sh: When we saved the debug info, test unstrip too.
Diffstat (limited to 'backends/i386_regs.c')
| -rw-r--r-- | backends/i386_regs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/i386_regs.c b/backends/i386_regs.c index a63c5439..5cf0d810 100644 --- a/backends/i386_regs.c +++ b/backends/i386_regs.c @@ -1,5 +1,5 @@ /* Register names and numbers for i386 DWARF. - Copyright (C) 2005, 2006 Red Hat, Inc. + Copyright (C) 2005, 2006, 2007 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -125,8 +125,10 @@ i386_register_info (Ebl *ebl __attribute__ ((unused)), break; case 37: + *bits = 16; return stpcpy (name, "fctrl") + 1 - name; case 38: + *bits = 16; return stpcpy (name, "fstat") + 1 - name; case 39: return stpcpy (name, "mxcsr") + 1 - name; |
