diff options
Diffstat (limited to 'gcc/ada/sigtramp-vxworks.c')
-rw-r--r-- | gcc/ada/sigtramp-vxworks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sigtramp-vxworks.c b/gcc/ada/sigtramp-vxworks.c index e0b4503..2455f6e 100644 --- a/gcc/ada/sigtramp-vxworks.c +++ b/gcc/ada/sigtramp-vxworks.c @@ -6,7 +6,7 @@ * * * Asm Implementation File * * * - * Copyright (C) 2011-2020, Free Software Foundation, Inc. * + * Copyright (C) 2011-2021, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -180,7 +180,7 @@ void __gnat_sigtramp (int signo, void *si, void *sc, } /* Include the target specific bits. */ -#include "sigtramp-vxworks-target.inc" +#include "sigtramp-vxworks-target.h" /* sigtramp stub for common registers. */ |