diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 45af80c..d8724aa 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1338,6 +1338,9 @@ traditional preprocessor). @item @var{file}.go Go source code. +@item @var{file}.brig +BRIG files (binary representation of HSAIL). + @item @var{file}.ads Ada source code file that contains a library unit declaration (a declaration of a package, subprogram, or generic, or a generic @@ -1386,6 +1389,7 @@ assembler assembler-with-cpp ada f77 f77-cpp-input f95 f95-cpp-input go +brig @end smallexample @item -x none |