diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-15 03:32:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-15 03:32:03 +0000 |
commit | 9df2c61c5c50dae905b412b3d132c72381be0289 (patch) | |
tree | 1aaa4e9aa8b3dc997c4d94f82f58b0a5aa04bbf3 /sysdeps/unix/sysv/linux/powerpc | |
parent | 75540d8ad415cd04f981d81fe7c9effda5f88af5 (diff) | |
download | glibc-9df2c61c5c50dae905b412b3d132c72381be0289.tar.gz glibc-9df2c61c5c50dae905b412b3d132c72381be0289.tar.xz glibc-9df2c61c5c50dae905b412b3d132c72381be0289.zip |
Update.
2003-07-14 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add CP932 and EUC-JP-MS. Add rule for EUC-JP-MS dependency. * iconvdata/cp932.c: New file. * iconvdata/eucjp-ms.c: New file. * iconvdata/gconv-modules: Add entries for CP932 and EUC-JP-MS. Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. 2003-07-15 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket): Add cfi directives.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S b/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S index 5d721e157c..a6dbcea24f 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S @@ -51,7 +51,9 @@ .text ENTRY(__socket) + cfi_startproc stdu r1,-144(r1) + cfi_adjust_cfa_offset(144) #if NARGS >= 1 std r3,stackblock(r1) #endif @@ -95,6 +97,7 @@ ENTRY(__socket) .Lsocket_cancel: mflr r9 std r9,144+16(r1) + cfi_offset (lr, 16) CENABLE std r3,72(r1) li r3,P(SOCKOP_,socket) @@ -113,6 +116,7 @@ ENTRY(__socket) addi r1,r1,144 PSEUDO_RET #endif + cfi_endproc PSEUDO_END (__socket) weak_alias (__socket, socket) |