From 4b683fb224082940cfe4ff1dbdbf6633218df1f8 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 5 Jun 2002 20:21:40 +0000 Subject: [PATCH] Slightly modify the UPDATING text to indicate that -gstabs+ is a gcc flag to replace -g. This works around slight obtuseness in the developer. (me :-). --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 845bf6c4079..e131ed34a43 100644 --- a/UPDATING +++ b/UPDATING @@ -31,7 +31,7 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: 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 + the DWARF2 debugging format. Thus you must use `gcc -gstabs+' to generated debugging information for our native GDB. 20020510: