aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-22 21:37:32 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-22 21:37:32 +0000
commitacf7d010ce7d00297f50daafbe81ddbfd6f99c79 (patch)
treedc8b57d0c8949457752fdd7877ad8ca471a46891 /gdb/doc/stabs.texinfo
parent59ba57dad64a7f0006b468f0487300e25ed240a5 (diff)
downloadgdb-acf7d010ce7d00297f50daafbe81ddbfd6f99c79.zip
gdb-acf7d010ce7d00297f50daafbe81ddbfd6f99c79.tar.gz
gdb-acf7d010ce7d00297f50daafbe81ddbfd6f99c79.tar.bz2
* stabs.texinfo: Express disapproval of 'D' symbol descriptor
politely rather than rudely.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r--gdb/doc/stabs.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 5e724c8..e7a6eca 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -1077,9 +1077,9 @@ same thing, the difference is that @samp{P} is a GNU invention and
handle either one. Symbol type @samp{C_RPSYM} is used with @samp{R} and
@samp{N_RSYM} is used with @samp{P}.
-AIX, according to the documentation, uses @samp{D} for a parameter
-passed in a floating point register. This strikes me as incredibly
-bogus---why doesn't it just use @samp{R} with a register number which
+According to the AIX documentation symbol descriptor @samp{D} is for a
+parameter passed in a floating point register. This seems
+unnecessary---why not just use @samp{R} with a register number which
indicates that it's a floating point register? I haven't verified
whether the system actually does what the documentation indicates.