aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/unix/sysv/linux/microblaze/pt-vfork.S2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b76a6d..4cec993 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-07-23 Nathan Rossi <nathan@nathanrossi.com>
+ [BZ #21779]
+ * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Branch using PLT.
+
* sysdeps/microblaze/libm-test-ulps: Update.
2017-07-28 Chung-Lin Tang <cltang@codesourcery.com>
diff --git a/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S b/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S
index f201f04..d8339f2 100644
--- a/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S
+++ b/sysdeps/unix/sysv/linux/microblaze/pt-vfork.S
@@ -34,7 +34,7 @@
|| SHLIB_COMPAT (libpthread, GLIBC_2_1_2, GLIBC_2_20))
ENTRY (vfork_compat)
- bri __libc_vfork
+ bri __libc_vfork@PLT
END (vfork_compat)
#endif