This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11817] vargs produce 32 bit signed reference with -mcmodel=medium
- From: "hubicka at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2003 05:24:16 -0000
- Subject: [Bug target/11817] vargs produce 32 bit signed reference with -mcmodel=medium
- References: <20030806010309.11817.hoffman@cray.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11817
hubicka at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From hubicka at gcc dot gnu dot org 2003-09-01 05:24 -------
-mcmodel=medium is not supposed to allow linking of code into upper addresses. As defined in the psABI document, it allows only data segment to contain references in upper places. For linking on such addresses use either -mcmodel=kernel or -fPIC