[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:
parent
d75dde1a72
commit
6e8b502cb6
3 changed files with 3 additions and 3 deletions
|
@ -1043,7 +1043,7 @@ EXTRA_GNATRTL_NONTASKING_OBJS=
|
||||||
EXTRA_GNATRTL_TASKING_OBJS=
|
EXTRA_GNATRTL_TASKING_OBJS=
|
||||||
|
|
||||||
# Subsets of extra libgnat sources that always go together
|
# 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,
|
# Additional object files that should go in the same directory as libgnat,
|
||||||
# aside the library itself. Typically useful for crtbegin/crtend kind of files.
|
# aside the library itself. Typically useful for crtbegin/crtend kind of files.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* *
|
* *
|
||||||
* Asm Implementation Include File *
|
* 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 *
|
* 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- *
|
* 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 the target specific bits. */
|
||||||
#include "sigtramp-vxworks-target.inc"
|
#include "sigtramp-vxworks-target.h"
|
||||||
|
|
||||||
/* sigtramp stub for common registers. */
|
/* sigtramp stub for common registers. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue