public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2164] [Ada] Rename sigtramp-vxworks-target.inc to sigtramp-vxworks-target.h
@ 2021-07-08 13:37 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-07-08 13:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6e8b502cb6c3e30ac59fc446b2e765e5b5a9d5a6

commit r12-2164-g6e8b502cb6c3e30ac59fc446b2e765e5b5a9d5a6
Author: Doug Rupp <rupp@adacore.com>
Date:   Thu Jun 3 09:21:23 2021 -0700

    [Ada] Rename sigtramp-vxworks-target.inc to sigtramp-vxworks-target.h
    
    gcc/ada/
    
            * sigtramp-vxworks-target.inc: Rename to...
            * sigtramp-vxworks-target.h: ... this.
            * sigtramp-vxworks.c, Makefile.rtl: Likewise.

Diff:
---
 gcc/ada/Makefile.rtl                                               | 2 +-
 gcc/ada/{sigtramp-vxworks-target.inc => sigtramp-vxworks-target.h} | 2 +-
 gcc/ada/sigtramp-vxworks.c                                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index e421c7caeec..fbd3993fcaa 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -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.
diff --git a/gcc/ada/sigtramp-vxworks-target.inc b/gcc/ada/sigtramp-vxworks-target.h
similarity index 99%
rename from gcc/ada/sigtramp-vxworks-target.inc
rename to gcc/ada/sigtramp-vxworks-target.h
index 5a37b879510..8c4345136f1 100644
--- a/gcc/ada/sigtramp-vxworks-target.inc
+++ b/gcc/ada/sigtramp-vxworks-target.h
@@ -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- *
diff --git a/gcc/ada/sigtramp-vxworks.c b/gcc/ada/sigtramp-vxworks.c
index b04d8814846..2455f6e909f 100644
--- a/gcc/ada/sigtramp-vxworks.c
+++ b/gcc/ada/sigtramp-vxworks.c
@@ -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.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-08 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 13:37 [gcc r12-2164] [Ada] Rename sigtramp-vxworks-target.inc to sigtramp-vxworks-target.h Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).