Searched hist:b1d426ce67cbeaa1a8ec7d9b8d0d8071ae4563b4 (Results 1 – 4 of 4) sorted by relevance
/DragonStub/lib/mips64el/ |
H A D | initplat.c | b1d426ce67cbeaa1a8ec7d9b8d0d8071ae4563b4 Mon Nov 06 14:38:38 UTC 2017 Nigel Croxon <ncroxon@redhat.com> Move memcpy/memset definition to global init.c
Following up on previous patch, I think we should move memcpy/memset definitions to the global init.c, since MSVC does also inserts calls to memset/memcpy for the x86_32 platform, even when disabling standard libraries and intrinsics.
All in all, it looks like, for all platforms, we should assume that a compiler may still insert these calls regardless.
Signed-off-by: Pete Batard <pete@akeo.ie> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
|
/DragonStub/lib/ |
H A D | init.c | b1d426ce67cbeaa1a8ec7d9b8d0d8071ae4563b4 Mon Nov 06 14:38:38 UTC 2017 Nigel Croxon <ncroxon@redhat.com> Move memcpy/memset definition to global init.c
Following up on previous patch, I think we should move memcpy/memset definitions to the global init.c, since MSVC does also inserts calls to memset/memcpy for the x86_32 platform, even when disabling standard libraries and intrinsics.
All in all, it looks like, for all platforms, we should assume that a compiler may still insert these calls regardless.
Signed-off-by: Pete Batard <pete@akeo.ie> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
|
/DragonStub/lib/aarch64/ |
H A D | initplat.c | b1d426ce67cbeaa1a8ec7d9b8d0d8071ae4563b4 Mon Nov 06 14:38:38 UTC 2017 Nigel Croxon <ncroxon@redhat.com> Move memcpy/memset definition to global init.c
Following up on previous patch, I think we should move memcpy/memset definitions to the global init.c, since MSVC does also inserts calls to memset/memcpy for the x86_32 platform, even when disabling standard libraries and intrinsics.
All in all, it looks like, for all platforms, we should assume that a compiler may still insert these calls regardless.
Signed-off-by: Pete Batard <pete@akeo.ie> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
|
/DragonStub/lib/arm/ |
H A D | initplat.c | b1d426ce67cbeaa1a8ec7d9b8d0d8071ae4563b4 Mon Nov 06 14:38:38 UTC 2017 Nigel Croxon <ncroxon@redhat.com> Move memcpy/memset definition to global init.c
Following up on previous patch, I think we should move memcpy/memset definitions to the global init.c, since MSVC does also inserts calls to memset/memcpy for the x86_32 platform, even when disabling standard libraries and intrinsics.
All in all, it looks like, for all platforms, we should assume that a compiler may still insert these calls regardless.
Signed-off-by: Pete Batard <pete@akeo.ie> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
|