|
@@ -264,7 +264,7 @@ DL_START(unsigned long args)
|
|
that once we are done, we have considerably more flexibility. */
|
|
that once we are done, we have considerably more flexibility. */
|
|
SEND_EARLY_STDERR_DEBUG("About to do library loader relocations\n");
|
|
SEND_EARLY_STDERR_DEBUG("About to do library loader relocations\n");
|
|
|
|
|
|
-#if !defined(__FDPIC__)
|
|
|
|
|
|
+#if !defined(__FDPIC__) && !defined(__DSBT__)
|
|
/* Process DT_RELR relative relocations */
|
|
/* Process DT_RELR relative relocations */
|
|
DL_RELOCATE_RELR(tpnt);
|
|
DL_RELOCATE_RELR(tpnt);
|
|
#endif
|
|
#endif
|