From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Evans To: bfd@cygnus.com Subject: arm questions Date: Thu, 15 Apr 1999 10:38:00 -0000 Message-id: <199904151738.KAA02138@canuck.cygnus.com.> X-SW-Source: 1999/msg00084.html Two random questions. 1) elfarm-oabi.c uses USE_RELA elfarm-nabi.c uses USE_REL That seems rather backwards, doesn't it? I'd expect a new version of an abi to switch from USE_REL to USE_RELA, but not the other way around. [not that it can be changed, but rather ... why the switch?] 2) Whats the R_ARM_THM_XPC22 reloc for?