diff options
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r-- | gcc/target-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h index 86774c1d59e..eef6b23e750 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -280,7 +280,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #ifndef TARGET_ENCODE_SECTION_INFO -#define TARGET_ENCODE_SECTION_INFO hook_void_tree_int +#define TARGET_ENCODE_SECTION_INFO default_encode_section_info #endif /* The whole shebang. */ |