This is the mail archive of the gcc-patches@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]

Re: My Small AltiVec Patch - TAKE 4



On 9 Feb 2004, at 20.45, Aldy Hernandez wrote:


"Ziemowit" == Ziemowit Laski <zlaski@apple.com> writes:

Aside from that, I can now say I've done bootstraps with and without
the patch, and there are absolutely no regressions.  OK to install?

Hi Zem.


Your patch does not bootstrap fortran. Did you test all the languages?

Alas, no. :-( I guess I'll need to move 'vector_size_helper' into a more sunny spot -- do you think putting in somewhere in libbackend.a would be appropriate?


Thanks,

--Zem


Aldy


stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o main.o libbackend.a libcpp.a ../libiberty/libiberty.a
libbackend.a(rs6000.o)(.text+0x1bd24): In function `rs6000_handle_altivec_attribute':
/source/gcc/gcc/config/rs6000/rs6000.c:14795: undefined reference to `vector_size_helper'
libbackend.a(rs6000.o)(.text+0x1bd24):/source/gcc/gcc/config/rs6000/ rs6000.c:14795: relocation truncated to fit: R_PPC_REL24 vector_size_helper
collect2: ld returned 1 exit status
make[2]: *** [f771] Error 1


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