summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-04 18:10:54 +0000
committerobrien <obrien@FreeBSD.org>2002-06-04 18:10:54 +0000
commite88ac9e4cc0aceaa96978029b13b438603855d02 (patch)
tree5fee354988a7bedd9ffeac71761f9b024a458eb0 /UPDATING
parent6e1cb4b9ca472385e0ca2b0a8ab04197cb897b97 (diff)
downloadFreeBSD-src-e88ac9e4cc0aceaa96978029b13b438603855d02.zip
FreeBSD-src-e88ac9e4cc0aceaa96978029b13b438603855d02.tar.gz
Document -gstabs+
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8909183..845bf6c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -29,6 +29,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
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
and then do a cvs update.
OpenPOWER on IntegriCloud