diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 4082e62..4fcce0b2 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -142,6 +142,9 @@ extern void text_section PROTO((void)); /* Tell assembler to switch to data section. */ extern void data_section PROTO((void)); +/* Tell assembler to make sure its in the data section. */ +extern void force_data_section PROTO((void)); + /* Tell assembler to switch to read-only data section. This is normally the text section. */ extern void readonly_data_section PROTO((void)); |