diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index c7b59093afa..73c675e09b3 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -715,6 +715,7 @@ extern char *note_insn_name[]; #define FUNCTION_FLAGS_USES_CONST_POOL 0200 #define FUNCTION_FLAGS_CALLS_LONGJMP 0400 #define FUNCTION_FLAGS_USES_PIC_OFFSET_TABLE 01000 +#define FUNCTION_FLAGS_ADDRESSES_LABELS 02000 /* Define a macro to look for REG_INC notes, but save time on machines where they never exist. */ |