From 7d0756fbf15a0b02e566ce3a2193cb51772e3c0c Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 28 Sep 1998 06:24:06 +0000 Subject: flags.h: Add flag_data_sections. * flags.h: Add flag_data_sections. * toplev.c: Add option -fdata-sections. Add flag_data_sections. (compile_file): Error if flag_data_sections not supported. * varasm.c (assemble_variable): Handle flag_data_sections. * config/svr4.h: Modify prefixes for UNIQUE_SECTION_NAME. * config/mips/elf.h: Likewise. * config/mips/elf64.h: Likewise. * invoke.texi: Describe -fdata-sections. From-SVN: r22619 --- gcc/flags.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index cfb4ee6..a403750 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -398,6 +398,10 @@ extern int flag_inhibit_size_directive; extern int flag_function_sections; +/* ... and similar for data. */ + +extern int flag_data_sections; + /* -fverbose-asm causes extra commentary information to be produced in the generated assembly code (to make it more readable). This option is generally only of use to those who actually need to read the -- cgit v1.1