Displaying 6 results from an estimated 6 matches for "read_only_relocs".
2013 Mar 08
0
[LLVMdev] ARM assembler's syntax in clang
...ng litpools, you need to compile for
> "armv6" which doesn't have those instructions).
>
> Cheers.
>
> Tim.
>
Thanks for all your great reply! Finally, I got it work by several ways,
compiler's assembly output would help a lot(thanks Tim) and a linker
option:-Wl,-read_only_relocs,suppress would also help.
And here is a similar problem under powerPC :
http://lists.apple.com/archives/unix-porting/2008/Jan/msg00027.html
here is my summary:
*** problem ***
LDR Rx, =Label is not supported under Clang
*** solution ***
replace LDR pseudo-instruction by manually loading Label. 2...
2013 Mar 07
2
[LLVMdev] ARM assembler's syntax in clang
Hi Ashi,
> ld: illegal text-relocation to _data_table in table.o from foo in
> use_table.o for architecture armv7
It looks like you're using iOS. I'm not familiar with the exact
workings of that platform, but I think a similar message would occur
in ELF-land.
If iOS *is* comparable, your issue is that symbols in dynamically
loaded objects can't (usually) be referenced directly
2007 Mar 25
3
MMX patch to speed up Theora decoding
Hi,
Attached is a patch against 1.0alpha7 to speed up Theora decoding. It
is about 15~20% faster in my test. It consists of following things:
* MMX loop filter based on Rudolf Marek's patch in
http://lists.xiph.org/pipermail/theora-dev/2005-August/002838.html
* MMX IDCT based on Rudolf Marek's patch in
http://lists.xiph.org/pipermail/theora-dev/2005-July/002816.html
and the code in
2005 Mar 01
0
flac-1.1.2 configure and Makefile fixes
...C/Makefile.am 2005-02-03 05:58:13.000000000
+0100
> +++ src/libFLAC/Makefile.am 2005-02-19 14:35:39.397097392 +0100
> @@ -59,12 +59,13 @@
> ARCH_SUBDIRS = ppc
> if FLaC__HAS_AS__TEMPORARILY_DISABLED
> libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la
> +LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
> else
> if FLaC__HAS_GAS__TEMPORARILY_DISABLED
> libFLAC_la_LIBADD = ppc/gas/libFLAC-asm.la
> +LOCAL_EXTRA_LDFLAGS = ""
> endif
> endif
> -LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
> endif
> endif
>
>
______...
2005 Oct 23
1
Compile error on PPC linux
...c-32bit version of linux called crux,
with kernel 2.6.12.5
binutils version is 2.16.1
How can i get past this error..???
/usr/bin/ld -r -o .libs/libFLAC.la-19.o
.libs/stream_encoder_framing.o .libs/libFLAC.la-18.o
gcc -shared .libs/libFLAC.la-19.o -lm -maltivec
-mabi=altivec -mcpu=powerpc -Wl,-read_only_relocs
-Wl,warning -Wl,-soname -Wl,libFLAC.so.7 -o
.libs/libFLAC.so.7.0.0
/usr/bin/ld: bad -rpath option
collect2: ld returned 1 exit status
make[4]: *** [libFLAC.la] Error 1
make[4]: Leaving directory
`/usr/ports/contrib/flac/work/src/flac-1.1.2/src/libFLAC'
make[3]: *** [all-recursive] Error 1
make[...
2005 Feb 19
2
flac-1.1.2 configure and Makefile fixes
I spent a bit of time trying to make the configure behave.
that's the result, I didn't check if the asm output runs correctly
(looks forcefully disabled) but at least builds as should.
lu
--
Luca Barbato
Gentoo/linux Developer Gentoo/PPC Operational Manager
http://dev.gentoo.org/~lu_zero
-------------- next part --------------
A non-text attachment was scrubbed...
Name: