diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2000-08-13 20:38:53 +0200 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2000-08-13 18:38:53 +0000 |
commit | a0e263a33c6aa5b88365d092d22435038ed65f94 (patch) | |
tree | 1541949c4132c8c5d79a435e1982ae9e85b38eaf | |
parent | 2c82e043a79540dd8ed5d5235b66dcc49f03b8fc (diff) | |
download | gcc-a0e263a33c6aa5b88365d092d22435038ed65f94.zip gcc-a0e263a33c6aa5b88365d092d22435038ed65f94.tar.gz gcc-a0e263a33c6aa5b88365d092d22435038ed65f94.tar.bz2 |
bugs.texi: Describe new ability to emit debug info for EQUIVALENCE members.
2000-08-13 Toon Moene <toon@moene.indiv.nluug.nl>
* bugs.texi: Describe new ability to emit debug info
for EQUIVALENCE members.
* news.texi: Ditto.
From-SVN: r35664
-rw-r--r-- | gcc/f/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/f/bugs.texi | 7 | ||||
-rw-r--r-- | gcc/f/news.texi | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 10ccafc..6cd21a2 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2000-08-13 Toon Moene <toon@moene.indiv.nluug.nl> + + * bugs.texi: Describe new ability to emit debug info + for EQUIVALENCE members. + * news.texi: Ditto. + 2000-08-11 G. Helffrich <george@gly.bris.ac.uk> Toon Moene <toon@moene.indiv.nluug.nl> diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index 52f0edf..42ba5ba 100644 --- a/gcc/f/bugs.texi +++ b/gcc/f/bugs.texi @@ -178,11 +178,10 @@ for information on how to change the point at which @cindex local equivalence areas @item Previous versions of @code{g77} didn't emit information on -variable and array members of common blocks for use -with a debugger (the @samp{-g} command-line option). +variable and array members of common blocks and equivalences +for use with a debugger (the @samp{-g} command-line option). As of the version of @code{g77} shipped with version 3.0 of -@code{GCC}, this is corrected. However, there's a similar bug for -local equivalence areas, which hasn't been repaired yet. +@code{GCC}, this is corrected. As of Version 0.5.19, a temporary kludge solution is provided whereby some rudimentary information on a member is written as a string that diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 9f420b7..9f535da 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -157,7 +157,7 @@ The following information was last updated on @value{last-update-news}: @item Using options @code{-g}, @code{-ggdb} or @code{-gdwarf[-2]} (where appropriate for your target) now also enables debugging information -for COMMON BLOCK items to be emitted. +for COMMON BLOCK and EQUIVALENCE items to be emitted. @end ifclear @ifclear USERVISONLY |