Commit a0e263a3 by Toon Moene Committed by Toon Moene

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
parent 2c82e043
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> 2000-08-11 G. Helffrich <george@gly.bris.ac.uk>
Toon Moene <toon@moene.indiv.nluug.nl> Toon Moene <toon@moene.indiv.nluug.nl>
......
...@@ -178,11 +178,10 @@ for information on how to change the point at which ...@@ -178,11 +178,10 @@ for information on how to change the point at which
@cindex local equivalence areas @cindex local equivalence areas
@item @item
Previous versions of @code{g77} didn't emit information on Previous versions of @code{g77} didn't emit information on
variable and array members of common blocks for use variable and array members of common blocks and equivalences
with a debugger (the @samp{-g} command-line option). for use with a debugger (the @samp{-g} command-line option).
As of the version of @code{g77} shipped with version 3.0 of 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 @code{GCC}, this is corrected.
local equivalence areas, which hasn't been repaired yet.
As of Version 0.5.19, a temporary kludge solution is provided whereby 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 some rudimentary information on a member is written as a string that
......
...@@ -157,7 +157,7 @@ The following information was last updated on @value{last-update-news}: ...@@ -157,7 +157,7 @@ The following information was last updated on @value{last-update-news}:
@item @item
Using options @code{-g}, @code{-ggdb} or @code{-gdwarf[-2]} (where Using options @code{-g}, @code{-ggdb} or @code{-gdwarf[-2]} (where
appropriate for your target) now also enables debugging information 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 @end ifclear
@ifclear USERVISONLY @ifclear USERVISONLY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment