diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-03-16 22:51:49 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-03-16 22:51:49 +0000 |
commit | 97780f5f6a20b8c0b3e48355b99d3ceaab822191 (patch) | |
tree | 71c68c7f7e150048d91d590a81c24d40519b46be /gdb/i386-linux-nat.c | |
parent | 11708b95a31f21f97af98c053ad8ef22819f5cad (diff) | |
download | gdb-97780f5f6a20b8c0b3e48355b99d3ceaab822191.zip gdb-97780f5f6a20b8c0b3e48355b99d3ceaab822191.tar.gz gdb-97780f5f6a20b8c0b3e48355b99d3ceaab822191.tar.bz2 |
Doc fix.
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r-- | gdb/i386-linux-nat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index ca87ffd..d5350dc 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -112,6 +112,8 @@ int have_ptrace_getxfpregs = ; +/* Fetching registers directly from the U area, one at a time. */ + /* FIXME: kettenis/2000-03-05: This duplicates code from `inptrace.c'. The problem is that we define FETCH_INFERIOR_REGISTERS since we want to use our own versions of {fetch,store}_inferior_registers |