This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/22271] No builtin preprocessing defines to tell SDATA mode.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]