From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catherine Moore To: scottb Cc: binutils mailing list , clm@cygnus.com Subject: Re: vtable.exp fails on ARM... Date: Mon, 30 Aug 1999 11:59:00 -0000 Message-id: <199908301859.LAA11283@cygint.cygnus.com> References: <37CAD1CF.45BFC42@netwinder.org> X-SW-Source: 1999-08/msg00188.html :I'm not sure what the exact problem is, but I suspect it stems from our :use :of REL relocs in ARM Linux code generation, and the other ARM targets :using :RELA relocs. : :I suspect adding an [istarget "armv*-*-linux*"] to the if clause will :solve the problem, but thought I would ask since ARM Linux doesn't use :this type of relocation record to my knowledge. : :Any comments? The default for all of the ARM targets is REL relocs at this point. The expect script needs to be changed to reflect that. The relocation is used to support the linker option --gc-sections. --catherine