diff options
author | Doug Rupp <rupp@adacore.com> | 2005-03-15 16:50:36 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-03-15 16:50:36 +0100 |
commit | 6178dd5c193f48ebdbcdfd2fd2a1f8e69992819e (patch) | |
tree | 9bc10ab6eb8e4e8606c6fa9f4de9b85732d43d08 /gcc/ada/tb-alvms.c | |
parent | 3f8abd98baf5945e43011ecb32025d8d2e82d93f (diff) | |
download | gcc-6178dd5c193f48ebdbcdfd2fd2a1f8e69992819e.zip gcc-6178dd5c193f48ebdbcdfd2fd2a1f8e69992819e.tar.gz gcc-6178dd5c193f48ebdbcdfd2fd2a1f8e69992819e.tar.bz2 |
adaint.c: Prefix #include of VMS system header files with vms/ [VMS]...
2005-03-08 Doug Rupp <rupp@adacore.com>
* adaint.c: Prefix #include of VMS system header files with vms/
[VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
Do not define a dummy function "convert_addresses" under Darwin,
not needed.
* tb-alvms.c, expect.c: Prefix #include of VMS system header files
with vms/
From-SVN: r96484
Diffstat (limited to 'gcc/ada/tb-alvms.c')
-rw-r--r-- | gcc/ada/tb-alvms.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/tb-alvms.c b/gcc/ada/tb-alvms.c index 60effcc..83a470c 100644 --- a/gcc/ada/tb-alvms.c +++ b/gcc/ada/tb-alvms.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2003 Ada Core Technologies, Inc * + * Copyright (C) 2003,2005 Ada Core Technologies, 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- * @@ -39,10 +39,10 @@ Most of the contents is directed by the OpenVMS/Alpha Conventions (ABI) document, sections of which we will refer to as ABI-<section_number>. */ -#include <pdscdef.h> -#include <libicb.h> -#include <chfctxdef.h> -#include <chfdef.h> +#include <vms/pdscdef.h> +#include <vms/libicb.h> +#include <vms/chfctxdef.h> +#include <vms/chfdef.h> /* A couple of items missing from the header file included above. */ extern void * SYS$GL_CALL_HANDL; |