diff options
Diffstat (limited to 'gcc/common/common-target-def.h')
-rw-r--r-- | gcc/common/common-target-def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/common/common-target-def.h b/gcc/common/common-target-def.h index a058708..ea16bee 100644 --- a/gcc/common/common-target-def.h +++ b/gcc/common/common-target-def.h @@ -16,5 +16,10 @@ along with this program; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +#ifdef TARGET_ASM_NAMED_SECTION +#define TARGET_HAVE_NAMED_SECTIONS true +#endif + #include "common/common-target-hooks-def.h" #include "hooks.h" +#include "common/common-targhooks.h" |