]> git.ipfire.org Git - thirdparty/gcc.git/commit
varasm.c (default_exception_section): Move to...
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Nov 2002 12:34:25 +0000 (13:34 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Nov 2002 12:34:25 +0000 (13:34 +0100)
commit96d0f4dc5c9293d5c61fbc60f0966766db4d99e4
treefef622cddd6570a0141f3c50a52c5ea8bcf74814
parentdb4d71292f66f4faa3ff689325aa888afe5b9a84
varasm.c (default_exception_section): Move to...

* varasm.c (default_exception_section): Move to...
* except.c (default_exception_section): ... here. Make
.gcc_except_table read-only if it is not expected to have any
dynamic relocations and linker handles it.
* dwarf2out.c (default_eh_frame_section): Make .eh_frame read-only
if it is not expected to have any dynamic relocations and linker
handles it.
* configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Check what ld does
when linking read-only and read-write sections together.
* configure, config.in: Rebuilt.
* crtstuff.c (EH_FRAME_SECTION_CONST): Define.
(__EH_FRAME_BEGIN__, __FRAME_END__): Add it.

From-SVN: r59507
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/crtstuff.c
gcc/dwarf2out.c
gcc/except.c
gcc/varasm.c