Allow target files access to default TC_FORCE_RELOCATION defines
[deliverable/binutils-gdb.git] / gas / config / tc-pru.h
index e3f4300a4864304b5282b40b4c3c4b8a9b5c4fb6..2b3d9ce1e2b815382b513dad75ead8d0d04c03a3 100644 (file)
@@ -97,7 +97,7 @@ extern void pru_cons_fix_new (struct frag *frag, int where,
    linkrelax is turned on.  */
 #define TC_FORCE_RELOCATION(fix)       pru_force_relocation (fix)
 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
-  (! SEG_NORMAL (seg) || pru_force_relocation (fix))
+  (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
 extern int pru_force_relocation (struct fix *);
 
 /* Do not use PC relative fixups and relocations for
This page took 0.025725 seconds and 4 git commands to generate.