summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-06-18 09:10:35 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-06-18 09:10:35 +0000
commit71e6b972b89bc762ce983932f89e43a466900fed (patch)
tree48c8cb89e1c56cd9ed0ff5af982dc8834b24733b
parent3f2a2f6bbd9d743945dc7a6e63d8d4305007bcc5 (diff)
downloadfpc-71e6b972b89bc762ce983932f89e43a466900fed.tar.gz
* stabs -> Stabs
* dwarf/Dwarf -> DWARF git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13287 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/msg/errore.msg13
1 files changed, 7 insertions, 6 deletions
diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg
index e6ad24aea3..d055cc0fbb 100644
--- a/compiler/msg/errore.msg
+++ b/compiler/msg/errore.msg
@@ -2770,14 +2770,15 @@ S*2Aas_Assemble using GNU AS
*g2gh_Use heaptrace unit (for memory leak/corruption debugging)
*g2gl_Use line info unit (show more info with backtraces)
*g2go<x>_Set debug information options
-*g3godwarfsets_ Enable Dwarf set debug information (breaks gdb < 6.5)
+*g3godwarfsets_ Enable DWARF set debug information (breaks gdb < 6.5)
+*g3gostabsabsincludes_ Store absolute/full include file paths in Stabs
*g2gp_Preserve case in stabs symbol names
-*g2gs_Generate stabs debug information
+*g2gs_Generate Stabs debug information
*g2gt_Trash local variables (to detect uninitialized uses)
-*g2gv_Generates programs traceable with valgrind
-*g2gw_Generate dwarf-2 debug information (same as -gw2)
-*g2gw2_Generate dwarf-2 debug information
-*g2gw3_Generate dwarf-3 debug information
+*g2gv_Generates programs traceable with Valgrind
+*g2gw_Generate DWARFv2 debug information (same as -gw2)
+*g2gw2_Generate DWARFv2 debug information
+*g2gw3_Generate DWARFv3 debug information
**1i_Information
**2iD_Return compiler date
**2iV_Return short compiler version