From 23a1346e20153e51e69a97a40d6647e5ae079a5a Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 31 Mar 1995 03:52:28 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 6 ++++++ gdb/stabsread.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f80458783c5..6967db81cb3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 30 19:46:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * 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. + Wed Mar 29 09:56:04 1995 Jason Molenda (crash@phydeaux.cygnus.com) * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*. diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 16798b7dc51..ccd7b8e28b0 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] && -- 2.30.2