aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/targext.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2011-08-30 16:35:54 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-08-30 16:35:54 +0000
commitf2991b48202740f19566099850048e8718da03b1 (patch)
tree387af934db628c3ee3e1116abae25c0808282141 /gcc/ada/targext.c
parent10a22f4330b9f0e5be5f36690617d6094024c290 (diff)
downloadgcc-f2991b48202740f19566099850048e8718da03b1.zip
gcc-f2991b48202740f19566099850048e8718da03b1.tar.gz
gcc-f2991b48202740f19566099850048e8718da03b1.tar.bz2
raise-gcc.c: Do not include coretypes.h and tm.h.
* raise-gcc.c: Do not include coretypes.h and tm.h. (setup_to_install): Remove test for compiler macro. * targext.c: Document use for the library. * gcc-interface/Makefile.in: Fix comment on the use of IN_GCC. From-SVN: r178333
Diffstat (limited to 'gcc/ada/targext.c')
-rw-r--r--gcc/ada/targext.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/targext.c b/gcc/ada/targext.c
index df4286c..6a9f970 100644
--- a/gcc/ada/targext.c
+++ b/gcc/ada/targext.c
@@ -31,7 +31,9 @@
/* This file contains target-specific parameters describing the file
extension for object and executable files. It is used by the compiler,
- binder and tools. */
+ binder, library and tools.
+ Note that, in order to have access to the TARGET_* macros used below,
+ the file must be compiled with IN_GCC defined, even for the library. */
#ifdef __cplusplus
extern "C" {