flags.h: Add flag_data_sections.
authorCatherine Moore <clm@cygnus.com>
Mon, 28 Sep 1998 06:24:06 +0000 (06:24 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Mon, 28 Sep 1998 06:24:06 +0000 (02:24 -0400)
commit7d0756fbf15a0b02e566ce3a2193cb51772e3c0c
tree94a5b1127023dfb6300c924e2c3d5cf44307f9df
parent52464fd6e7c701672ba8826d2831ea8f5e38fa15
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/ChangeLog
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/svr4.h
gcc/flags.h
gcc/invoke.texi
gcc/toplev.c
gcc/varasm.c