diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-03-17 23:02:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-03-17 23:02:10 +0000 |
commit | 7daede3b53c9af3cb1c071ed883087f3b0a92c8c (patch) | |
tree | a1aa665b60da900f8fa9ddaf427e766b450dc9d3 /gdb | |
parent | fc3389707e4b6af71834927e35ee6b4e202d3ca0 (diff) | |
download | gdb-7daede3b53c9af3cb1c071ed883087f3b0a92c8c.zip gdb-7daede3b53c9af3cb1c071ed883087f3b0a92c8c.tar.gz gdb-7daede3b53c9af3cb1c071ed883087f3b0a92c8c.tar.bz2 |
* i387-nat.h: Doc Fix.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/i387-nat.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72fb0fd..10cea66 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2001-03-17 Mark Kettenis <kettenis@gnu.org> + * i387-nat.h: Doc Fix. + * i386-tdep.c: Fix formatting. (i386_get_frame_setup, i386_follow_jump, codestream_read, codestream_seek, codestream_fill, skip_trampoline_code, diff --git a/gdb/i387-nat.h b/gdb/i387-nat.h index ca2e7c6..1637e9b 100644 --- a/gdb/i387-nat.h +++ b/gdb/i387-nat.h @@ -21,7 +21,7 @@ #ifndef I387_NAT_H #define I387_NAT_H -/* Fill register REGNO in GDB's register array with the appropriate +/* Fill register REGNUM in GDB's register array with the appropriate value from *FSAVE. This function masks off any of the reserved bits in *FSAVE. */ |