search for: mregnames

Displaying 2 results from an estimated 2 matches for "mregnames".

Did you mean: argnames
2004 Oct 06
0
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
...s:;:\#:" on the lpc_asm.s > to load address instead of addis+ori you could use > lis and la and PLEASE use the @l(register) and @ha macros instead of > the > not gas supported hi/lo16(). > > eg: > > lis 31,LABEL@ha > la 31,LABEL@l(31) > > > append use -mregnames as as options (remove the other) > > (the option there isn't present in the as manual, and I could just > try > to figure what's supposed to do) > > there are -rpath $(libdir) when -rpath,$(libdir) should be used > > in src/libFLAC/Makefile > libFLAC.la: $(lib...
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
...anyway. Instant fixes for the asm stuff: sed -i -e"s:;:\#:" on the lpc_asm.s to load address instead of addis+ori you could use lis and la and PLEASE use the @l(register) and @ha macros instead of the not gas supported hi/lo16(). eg: lis 31,LABEL@ha la 31,LABEL@l(31) append use -mregnames as as options (remove the other) (the option there isn't present in the as manual, and I could just try to figure what's supposed to do) there are -rpath $(libdir) when -rpath,$(libdir) should be used in src/libFLAC/Makefile libFLAC.la: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES)...