[Bug target/11817] vargs produce 32 bit signed reference with -mcmodel=medium
hubicka at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 1 05:24:00 GMT 2003
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
More information about the Gcc-bugs
mailing list