aboutsummaryrefslogtreecommitdiff
path: root/gcc/common/config/default-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/common/config/default-common.c')
-rw-r--r--gcc/common/config/default-common.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/common/config/default-common.c b/gcc/common/config/default-common.c
index 8ea2354..0f6251e 100644
--- a/gcc/common/config/default-common.c
+++ b/gcc/common/config/default-common.c
@@ -21,10 +21,12 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
+#include "tm.h" /* For TARGET_ASM_NAMED_SECTION used in default for
+ TARGET_HAVE_NAMED_SECTIONS. */
#include "common/common-target.h"
#include "common/common-target-def.h"
-/* Do not include tm.h or tm_p.h here; if it is useful for a target to
+/* FIXME: Do not include tm.h or tm_p.h here; if it is useful for a target to
define some macros for the initializer in a header without defining
targetm_common itself (for example, because of interactions with
some hooks depending on the target OS and others on the target