diff options
author | Zack Weinberg <zackw@panix.com> | 2018-03-18 17:01:06 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-03-26 09:05:19 -0400 |
commit | f66704a937db50bbd78acc5c29f569b4c8e35d19 (patch) | |
tree | 92d261f99ff3346bffb3a61f6e788fe0daf6093e /sysdeps/m68k | |
parent | 9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff) | |
download | glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.gz glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.xz glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.zip |
WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r-- | sysdeps/m68k/strchrnul.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/strchrnul.S b/sysdeps/m68k/strchrnul.S index ea157555c1..8dc25e7e13 100644 --- a/sysdeps/m68k/strchrnul.S +++ b/sysdeps/m68k/strchrnul.S @@ -263,5 +263,5 @@ L(L9:) cfi_restore (R(d2)) rts END(__strchrnul) - +libc_hidden_def (__strchrnul) weak_alias (__strchrnul, strchrnul) |