[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.
This commit is contained in:
Doug Rupp 2021-06-03 09:21:23 -07:00 committed by Pierre-Marie de Rodat
parent d75dde1a72
commit 6e8b502cb6
3 changed files with 3 additions and 3 deletions

View 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.

View 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- *

View 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. */