リビジョン | cc8fc8bbae1256e86ee156e4539764f7f3caa404 (tree) |
---|---|
日時 | 2022-12-27 15:48:06 |
作者 | Yoshinori Sato <ysato@user...> |
コミッター | Yoshinori Sato |
WIP: rx-pic fix.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
@@ -3271,8 +3271,7 @@ rx_elf_relocate_section | ||
3271 | 3271 | memset (&outrel, 0, sizeof outrel); |
3272 | 3272 | else if (fdpic_p |
3273 | 3273 | && (h == NULL |
3274 | - || ((info->symbolic || h->dynindx == -1) | |
3275 | - && h->def_regular))) | |
3274 | + || h->def_regular)) | |
3276 | 3275 | { |
3277 | 3276 | int dynindx; |
3278 | 3277 |