You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix newlib/testsuite/newlib.search/hsearchtest.c compilation for 16-bit targets.
When the test case is compiled for a 16-bit target, the compiler emits
the two warnings shown below, causing the test to fail. The code assumes
that pointers are 32 bits wide, which obviously is not true. This patch
fixes the issue.
Signed-off-by: Jan Dubiec <jdx@o2.pl>
0 commit comments