This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22271] No builtin preprocessing defines to tell SDATA mode.
- From: "amodra at bigpond dot net dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Aug 2005 05:38:10 -0000
- Subject: [Bug target/22271] No builtin preprocessing defines to tell SDATA mode.
- References: <20050701173723.22271.osv@javad.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From amodra at bigpond dot net dot au 2005-08-24 05:38 -------
I think you'll find that the patch provided in comment #1 breaks non-sysv4
builds, with an undefined reference to rs6000_sdata. You want to enclose that
part in #ifdef USING_ELFOS_H. I also think the sdata defines should only be
given when ABI_V4. Please post an updated patch to gcc-patches.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22271