Replace all internal uses of __bzero with memset. This removes the need
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 12 Jun 2017 13:56:53 +0000 (14:56 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Mon, 12 Jun 2017 13:56:53 +0000 (14:56 +0100)
commitd99431e519fdeb16edb1222b77430ac9853a2334
tree25fd7c2817fa801a8228a5936f150faada6802e8
parentb05eca0e1d96aecb25516287913c54bbb93d3d92
Replace all internal uses of __bzero with memset.  This removes the need
to redirect it to a builtin and means memset is inlined whenever possible,
including with -Os.

* sunrpc/bindrsvprt.c (bindresvport): Change __bzero to memset.
* sunrpc/clnt_gen.c (clnt_create): Likewise.
* sunrpc/des_impl.c (_des_crypt): Likewise.
* sunrpc/key_call.c (key_gendes): Likewise.
* sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
* sunrpc/svc_simple.c (universal): Likewise.
* sunrpc/svc_tcp.c (svctcp_create): Likewise.
* sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
* sysdeps/arm/aeabi_memclr.c (__aeabi_memclr): Likewise.
ChangeLog
sunrpc/bindrsvprt.c
sunrpc/clnt_gen.c
sunrpc/des_impl.c
sunrpc/key_call.c
sunrpc/pmap_rmt.c
sunrpc/svc_simple.c
sunrpc/svc_tcp.c
sunrpc/svc_udp.c
sysdeps/arm/aeabi_memclr.c