From 551e8a74ea0b70f44b64d0b3d5702d952a188bed Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 1 Aug 2001 22:27:04 +0000 Subject: [PATCH] dwarfout.c: Remove reference to README.DWARF. 2001-08-01 Robert Lipe * dwarfout.c: Remove reference to README.DWARF. From-SVN: r44560 --- gcc/ChangeLog | 4 ++++ gcc/dwarfout.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6639e941456..64b781d0d1b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-01 Robert Lipe + + * dwarfout.c: Remove reference to README.DWARF. + 2001-08-01 Andrew MacLeod * regclass.c (call_really_used_regs): New array for registers which 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