search for: textrels

Displaying 13 results from an estimated 13 matches for "textrels".

Did you mean: textrel
2012 Mar 30
3
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hi, Can anyone fix this TEXTREL bug in ToT? https://bugs.gentoo.org/show_bug.cgi?id=403519 Thanks,
2012 Mar 30
0
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hello > Can anyone fix this TEXTREL bug in ToT? > https://bugs.gentoo.org/show_bug.cgi?id=403519 The patch in PR is wrong since it will make both darwin and windows unhappy. I will comment on gentoo PR about possible proper solution. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Mar 30
1
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Kimura, Can you please open an LLVM bug report for this, with a reference the gentoo PR, so that this can be properly tracked from our end? Please also add me to the CC list. -Hal On Fri, 30 Mar 2012 15:11:45 +0400 Anton Korobeynikov <anton at korobeynikov.info> wrote: > Hello > > > Can anyone fix this TEXTREL bug in ToT? > >
2012 Mar 30
2
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hi, > The patch in PR is wrong since it will make both darwin and windows > unhappy. I will comment on gentoo PR about possible proper solution. I'll give it a try as you comment on the gentoo PR. But my ppc box is in my office, so I'll post a result on next Monday (JST). Thanks,
2012 Apr 02
0
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hi, >> The patch in PR is wrong since it will make both darwin and windows >> unhappy. I will comment on gentoo PR about possible proper solution. > > I'll give it a try as you comment on the gentoo PR. > But my ppc box is in my office, so I'll post a result on next Monday (JST). I posted my result on the gentoo PR. https://bugs.gentoo.org/show_bug.cgi?id=403519#c12
2012 Apr 02
2
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hello > I posted my result on the gentoo PR. > https://bugs.gentoo.org/show_bug.cgi?id=403519#c12 > https://bugs.gentoo.org/show_bug.cgi?id=403519#c13 > https://bugs.gentoo.org/show_bug.cgi?id=403519#c14 I commented there. You need to declare function like extern "C" { static void* LLVM_ATTRIBUTE_USED PPCCompilationCallbackC <everything else goes here> }; -- With
2012 Apr 03
0
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hi, > You need to declare function like > > extern "C" { > static void* LLVM_ATTRIBUTE_USED > PPCCompilationCallbackC > <everything else goes here> > }; revised patch is filed and it works fine. https://bugs.gentoo.org/show_bug.cgi?id=403519#c16 https://bugs.gentoo.org/show_bug.cgi?id=403519#c17 so now this revised patch can be merged into ToT? Thanks,
2012 Jul 12
3
A few patches to git MASTER
....3 cstring issue). Below are the patches supplied by Gentoo (merged against MASTER) and with the Changelog explanations of them as well as the discussion link surrounding the patch: *flac-9999-asm.patch:* *28 Sep 2007; Samuli Suominen <drac at gentoo.org>* +files/flac-1.2.1-asm.patch, Fix TEXTRELs using patch from PaX Team from bug 193222 and while at it, attempt to clean up ebuild a bit. Revert last commit restoring elibtoolize for fbsd since eautoreconf allready does libtoolize. *Gentoo bug where this is discussed:* *https://bugs.gentoo.org/show_bug.cgi?id=193222* * * *flac-9999-asnee...
2017 Aug 15
3
[XRay] Alternatives to relocations in .text section
Hi llvm-dev, I'm currently looking for alternatives to the synthetic references that XRay uses to keep some side-tables live, to avoid linker garbage collection from deleting those sections. Before going any further, let me give a backgrounder on what XRay does today. Background ========== XRay has two side tables we use at runtime to identify the location of the sleds for the functions
2011 Mar 04
1
Does R use "computed gotos" - a gcc extension of C?
The R manual says R will not build with gcc on 64-bit Solaris x86 with gcc http://cran.r-project.org/doc/manuals/R-admin.html#Solaris "Tests with gcc32 on ?x86? and ?amd64? have been less successful: ?x86? builds have failed on tests using complex arithmetic33, whereas on ?amd64? the builds have failed to complete in several different ways, most recently with relocation errors for
2012 Dec 11
4
Syslinux 5 Path Option.
I'm not seeing how to set this path option? Here is what I get using vesamenu.c32 as an example when moved to a directory outside of the build. The current syslinux 4.06 has all the files in the same directory which is at the root of the cd. ldd vesamenu.c32 linux-gate.so.1 => (0xb77c5000) ../../com32/libutil/libutil_com.c32 => not found ../../com32/lib/libcom32.c32 => not found
2012 Jul 26
0
A few patches to git MASTER
...m as well as the discussion link > surrounding the patch: Unfortunately the Gentoo changelog explanations are a little lacking and very Gentoo specific. > > *flac-9999-asm.patch:* > *28 Sep 2007; Samuli Suominen <drac at gentoo.org>* > +files/flac-1.2.1-asm.patch, > Fix TEXTRELs using patch from PaX Team from bug 193222 and while at it, > attempt to clean up ebuild a bit. Revert last commit restoring elibtoolize > for fbsd since eautoreconf allready does libtoolize. > > *Gentoo bug where this is discussed:* > *https://bugs.gentoo.org/show_bug.cgi?id=193...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am using mock. The are three build dependencies that I am trying to resolve. One, mod_socache_dc / distcache, I have simply removed from the spec file. The other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the two latter requirements from http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2