From f50caf6ff4ca3afd01da13506bc2c62abe58c7c4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 4 Jun 2002 18:10:54 +0000 Subject: [PATCH] Document -gstabs+ --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index 8909183c42b0..845bf6c4079b 100644 --- a/UPDATING +++ b/UPDATING @@ -28,6 +28,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: ENABLE_SUID_K5SU=yes to /etc/make.conf to have it installed with the set-user-ID bit set. +20020510: + Gcc 3.1 debugging format (cc -g) has changed from STABS to DWARF2. + Unfortunately our native GDB (at version 4.18) does not understand + the DWARF2 debugging format. Thus you must use `-gstabs+' to + generated debugging information for our native GDB. + 20020510: Due to the way CVS works, it may not properly update src/contrib/gcc to the 3.1 sources. The easiest fix is to `rm -rf' src/contrib/gcc