Document -gstabs+

This commit is contained in:
David E. O'Brien 2002-06-04 18:10:54 +00:00
parent 3a77dcde47
commit f50caf6ff4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97828

View File

@ -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