diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sysdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h index 395121edbb..7bf146e8be 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/sysdep.h @@ -94,6 +94,7 @@ __i686.get_pc_thunk.reg: \ movl (%esp), %e##reg; \ ret; \ + .size __i686.get_pc_thunk.reg, . - __i686.get_pc_thunk.reg; \ .previous; \ call __i686.get_pc_thunk.reg # endif |