]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/compiler-rt/lib/builtins/sparc64/generate.sh
Fix a memory leak in if_delgroups() introduced in r334118.
[FreeBSD/FreeBSD.git] / contrib / llvm-project / compiler-rt / lib / builtins / sparc64 / generate.sh
1 #!/bin/sh
2
3 m4 divmod.m4 | sed -e 's/[[:space:]]*$//' | grep -v '^$' > modsi3.S
4 m4 -DANSWER=quotient divmod.m4 | sed -e 's/[[:space:]]*$//' | grep -v '^$' > divsi3.S
5 echo '! This file intentionally left blank' > umodsi3.S
6 echo '! This file intentionally left blank' > udivsi3.S