diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/sigaltstack.c')
-rw-r--r-- | gdb/testsuite/gdb.base/sigaltstack.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/sigaltstack.c b/gdb/testsuite/gdb.base/sigaltstack.c index 39f2bed..99ccaf5 100644 --- a/gdb/testsuite/gdb.base/sigaltstack.c +++ b/gdb/testsuite/gdb.base/sigaltstack.c @@ -13,10 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - - Please email any bugs, comments, and/or additions to this file to: - bug-gdb@prep.ai.mit.edu */ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <signal.h> #include <stdio.h> |