diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-06-15 13:47:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-06-15 13:47:20 +0000 |
commit | b335f4a6cdc92da1e787688fa854e23e6a78e409 (patch) | |
tree | 75e8bfccb877295703a4c18737ac9c1e7ff31610 /gdb/ChangeLog | |
parent | 1cf88de5c58d1400451fe01135e975e9a0a21921 (diff) | |
download | gdb-b335f4a6cdc92da1e787688fa854e23e6a78e409.zip gdb-b335f4a6cdc92da1e787688fa854e23e6a78e409.tar.gz gdb-b335f4a6cdc92da1e787688fa854e23e6a78e409.tar.bz2 |
* i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
and associated comment. They no longer make any sense, since we
don't use this file anymore on Linux.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 14d1bb3..bf7b444 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-06-15 Mark Kettenis <kettenis@gnu.org> + * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>, + and associated comment. They no longer make any sense, since we + don't use this file anymore on Linux. + * config/i386/tm-i386.h (MAX_NUM_REGS): Removed. * i386-tdep.c (i386_register_offset, i386_register_size): Use I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of |