diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-31 03:52:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-31 03:52:28 +0000 |
commit | 23a1346e20153e51e69a97a40d6647e5ae079a5a (patch) | |
tree | 3f381c65ea141fa6ec31c4ad2b540d5ce3517855 /gdb/stabsread.c | |
parent | a04abeccfcbcad541012a1c9863f1b2b5b1f1ee1 (diff) | |
download | gdb-23a1346e20153e51e69a97a40d6647e5ae079a5a.zip gdb-23a1346e20153e51e69a97a40d6647e5ae079a5a.tar.gz gdb-23a1346e20153e51e69a97a40d6647e5ae079a5a.tar.bz2 |
* stabsread.c (read_range_type): Remove FIXME comment about
type-id (I presume this meant a number followed by = followed by a
type) versus type number; Per fixed it.
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 16798b7..ccd7b8e 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -3383,8 +3383,6 @@ read_range_type (pp, typenums, objfile) /* First comes a type we are a subrange of. In C it is usually 0, 1 or the type being defined. */ - /* FIXME: according to stabs.texinfo and AIX doc, this can be a type-id - not just a type number. */ if (read_type_number (pp, rangenums) != 0) return error_type (pp); self_subrange = (rangenums[0] == typenums[0] && |