aix: document dwarf 4 default (and TPF default)
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 18 Jan 2021 18:09:28 +0000 (13:09 -0500)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 18 Jan 2021 18:12:17 +0000 (13:12 -0500)
gcc/ChangeLog:

* doc/invoke.texi (-gdwarf): TPF defaults to version 2 and AIX
defaults to version 4.

gcc/doc/invoke.texi

index 5077ea7df139db40d1766bc6ed3826ae18ad3018..5f4a06625eb98ebbbb70a946dc2591f2f250f8f0 100644 (file)
@@ -9613,8 +9613,9 @@ possible.
 @opindex gdwarf
 Produce debugging information in DWARF format (if that is supported).
 The value of @var{version} may be either 2, 3, 4 or 5; the default
-version for most targets is 5 (with the exception of VxWorks and
-Darwin/Mac OS X which default to version 2).
+version for most targets is 5 (with the exception of VxWorks, TPF and
+Darwin/Mac OS X, which default to version 2, and AIX, which defaults
+to version 4).
 
 Note that with DWARF Version 2, some ports require and always
 use some non-conflicting DWARF 3 extensions in the unwind tables.