[gdb/testsuite] Limit default_target_compile override
[deliverable/binutils-gdb.git] / etc / texi2pod.pl
index e8192e4d36d806ba2b8f26dfe64ad7adbd5f86f0..8d92bcf6023bd26ec687e8ae6b29e390b52339e6 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-#   Copyright (C) 1999-2017 Free Software Foundation, Inc.
+#   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
@@ -381,6 +381,7 @@ sub postprocess
     s/\@file\{([^\}]*)\}/F<$1>/g;
     s/\@w\{([^\}]*)\}/S<$1>/g;
     s/\@(?:dmn|math)\{([^\}]*)\}/$1/g;
+    s/\@t\{([^\}]*)\}/$1/g;
 
     # keep references of the form @ref{...}, print them bold
     s/\@(?:ref)\{([^\}]*)\}/B<$1>/g;
This page took 0.031076 seconds and 4 git commands to generate.