public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: ebotcazou@libertysurf.fr
To: gcc-gnats@gcc.gnu.org
Subject: target/10663: [Solaris] New configure check aborts with Sun tools.
Date: Wed, 07 May 2003 12:26:00 -0000	[thread overview]
Message-ID: <20030507121912.18235.qmail@sources.redhat.com> (raw)


>Number:         10663
>Category:       target
>Synopsis:       [Solaris] New configure check aborts with Sun tools.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 07 12:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Eric Botcazou
>Release:        GCC 3.3pre and GCC 3.4exp
>Organization:
>Environment:
Sparc/Solaris 2.5.1, 2.6, 2.7, 2.8, 2.9 with Sun tools.
>Description:
The new configure check added by

2002-11-26  Jakub Jelinek  <jakub@redhat.com>

	* 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.

is not portable.


On Solaris 2.5.1, 2.6, 2.7:
checking linker read-only and read-write section mixing... ld: fatal: option -h and building a dynamic executable are incompatible
ld: fatal: Flags processing errors

'-shared' is not supported by Sun ld.


On Solaris 2.8, 2.9:
checking linker read-only and read-write section mixing... /usr/ccs/bin/as: "conftest1.s", line 1: error: statement syntax

'.section "myfoosect", "a"' is not supported by Sun as.
>How-To-Repeat:
Configure the compiler on the aforementioned Solaris versions with Sun tools.
>Fix:
Disable the check on non-Dwarf2 platforms?
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2003-05-07 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-07 12:26 ebotcazou [this message]
2003-05-07 12:44 ebotcazou
2003-05-08  8:16 Eric Botcazou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030507121912.18235.qmail@sources.redhat.com \
    --to=ebotcazou@libertysurf.fr \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).