[Ada] Rename sigtramp-vxworks-target.inc to sigtramp-vxworks-target.h
authorDoug Rupp <rupp@adacore.com>
Thu, 3 Jun 2021 16:21:23 +0000 (09:21 -0700)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 8 Jul 2021 13:34:22 +0000 (13:34 +0000)
gcc/ada/

* sigtramp-vxworks-target.inc: Rename to...
* sigtramp-vxworks-target.h: ... this.
* sigtramp-vxworks.c, Makefile.rtl: Likewise.

gcc/ada/Makefile.rtl
gcc/ada/sigtramp-vxworks-target.h [moved from gcc/ada/sigtramp-vxworks-target.inc with 99% similarity]
gcc/ada/sigtramp-vxworks.c

index e421c7c..fbd3993 100644 (file)
@@ -1043,7 +1043,7 @@ EXTRA_GNATRTL_NONTASKING_OBJS=
 EXTRA_GNATRTL_TASKING_OBJS=
 
 # Subsets of extra libgnat sources that always go together
-VX_SIGTRAMP_EXTRA_SRCS=sigtramp.h sigtramp-vxworks-target.inc
+VX_SIGTRAMP_EXTRA_SRCS=sigtramp.h sigtramp-vxworks-target.h
 
 # Additional object files that should go in the same directory as libgnat,
 # aside the library itself. Typically useful for crtbegin/crtend kind of files.
similarity index 99%
rename from gcc/ada/sigtramp-vxworks-target.inc
rename to gcc/ada/sigtramp-vxworks-target.h
index 5a37b87..8c43451 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                     Asm Implementation Include File                      *
  *                                                                          *
- *         Copyright (C) 2011-2018, 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- *
index b04d881..2455f6e 100644 (file)
@@ -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.  */