https://sourceware.org/bugzilla/show_bug.cgi?id=29292
--- Comment #7 from Rainer Orth <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #5 from Nick Alcock <nick.alcock at oracle dot com> --- > Oh of course, we already have mmap-disabling code in place! More fool me, I > only wrote it. It will also turn off (entirely working) mmapping of reads, but > since that's only used for uncompressed CTF, and never used for stuff pulled > in > from BFD, its effect too is marginal (and doesn't really buy us anything, so > I'll probably be dropping that too fairly soon, simplifying the CTF open paths > no end.) Good. I've exercised that before manually by setting ac_cv_func_mmap_fixed_mapped=no in the environment for the build. > *-*-solaris* is arguably too wide a net, but config.guess doesn't distinguish > between 11.3 and 11.4... I'd be inclined to at least say *-*-solaris2.11, even > though this has hardly any effect in the modern world (one would hope). True: I had to jump through some hoops to distinguish 11.4 from 11.3 in gcc/config.gcc. That said, on the GCC side of things, everything but 11.4 is now obsolete and the support removed. I honestly wouldn't worry about previous versions: gld use on Solaris is rather rare, and I doubt many people build recent binutils (with older gcc) on Solaris 10 ;-) > Still, this seems low-impact enough that I'll put it in if it passes the usual > giant test pile (and figure out why my Solaris tests never saw this -- I bet > I'm only testing on 11.3...) Fine, thanks. -- You are receiving this mail because: You are on the CC list for the bug.