diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-05 20:39:49 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-05 20:39:49 +0000 |
commit | ebccb10ba5461dcfcf7d7acb893dd99d3b4b8118 (patch) | |
tree | 93d3a4fc7eb4895991e1143e044a86dd7caf0c67 /gdb/stabsread.c | |
parent | 80b10ae2f2141c87dfc95d0f954a8ae5a6dab7c9 (diff) | |
download | gdb-ebccb10ba5461dcfcf7d7acb893dd99d3b4b8118.zip gdb-ebccb10ba5461dcfcf7d7acb893dd99d3b4b8118.tar.gz gdb-ebccb10ba5461dcfcf7d7acb893dd99d3b4b8118.tar.bz2 |
* stabsread.c (read_range_type): Remove comment which recommends
distinguishing float from complex by the name.
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index f63409f..6a019d8 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -3262,9 +3262,7 @@ read_range_type (pp, typenums, objfile) GDB does not have complex types. Just return the complex as a float of that size. It won't work right - for the complex values, but at least it makes the file loadable. - - FIXME, we may be able to distinguish these by their names. FIXME. */ + for the complex values, but at least it makes the file loadable. */ if (n3 == 0 && n2 > 0) { |