diff options
author | Julian Brown <julian@codesourcery.com> | 2021-06-17 10:55:48 -0700 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2021-06-29 08:19:55 -0700 |
commit | 7a973fc03a52b5f39bf60dc0ef2fdf4a2e2ec7c8 (patch) | |
tree | 5cd124326ce97ce571b9c8f5b649888abaff8c0b /gcc | |
parent | 7d510b21194e0c3150c4b6256c92efef7b1e373e (diff) | |
download | gcc-7a973fc03a52b5f39bf60dc0ef2fdf4a2e2ec7c8.zip gcc-7a973fc03a52b5f39bf60dc0ef2fdf4a2e2ec7c8.tar.gz gcc-7a973fc03a52b5f39bf60dc0ef2fdf4a2e2ec7c8.tar.bz2 |
amdgcn: Use unsigned types for udivsi3/umodsi3 libgcc helper args/return
This patch changes the argument and return types for the libgcc __udivsi3
and __umodsi3 helper functions for GCN to USItype instead of SItype.
This is probably just cosmetic in practice.
2021-06-18 Julian Brown <julian@codesourcery.com>
libgcc/
* config/gcn/lib2-divmod.c (__udivsi3, __umodsi3): Change argument and
return types to USItype.
* config/gcn/lib2-gcn.h (__udivsi3, __umodsi3): Update prototypes.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions