]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/flags.h
* flags.h: Add flag_data_sections.
authorclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Sep 1998 06:24:06 +0000 (06:24 +0000)
committerclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Sep 1998 06:24:06 +0000 (06:24 +0000)
commite70c91fb35325cd9dae60458f12f394a83fc324a
tree94a5b1127023dfb6300c924e2c3d5cf44307f9df
parent092922f17f5eb6d88e5f4223c695f666343b705a
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22619 138bc75d-0d04-0410-961f-82ee72b054a4
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