diff options
author | Robert Lipe <robertl@caldera.com> | 2001-08-01 22:27:04 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 2001-08-01 22:27:04 +0000 |
commit | 551e8a74ea0b70f44b64d0b3d5702d952a188bed (patch) | |
tree | ea13895dae439b3c7ed1cf8dbe1b296d7767166a /gcc/dwarfout.c | |
parent | fc1296b77aae81ca5df45cd699c23e80b6e5e1fd (diff) | |
download | gcc-551e8a74ea0b70f44b64d0b3d5702d952a188bed.tar.gz |
dwarfout.c: Remove reference to README.DWARF.
2001-08-01 Robert Lipe <robertl@caldera.com>
* dwarfout.c: Remove reference to README.DWARF.
From-SVN: r44560
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 89e162e7ee0..a61ffc38347 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -578,9 +578,6 @@ Boston, MA 02111-1307, USA. */ #include "tm_p.h" #include "debug.h" -/* IMPORTANT NOTE: Please see the file README.DWARF for important details - regarding the GNU implementation of Dwarf. */ - /* NOTE: In the comments in this file, many references are made to so called "Debugging Information Entries". For the sake of brevity, this term is abbreviated to `DIE' throughout the remainder of this |