mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
4e04fa902a
* testsuite/newlib.stdlib/atexit.c: New file. * testsuite/newlib.stdlib/atexit.exp: Ditto. * testsuite/newlib.string/tstring.c: Change default start size to something more reasonable for embedded platforms.
14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
|
|
#
|
|
# Permission to use, copy, modify, and distribute this software
|
|
# is freely granted, provided that this notice is preserved.
|
|
#
|
|
|
|
load_lib checkoutput.exp
|
|
|
|
set output {
|
|
"a0cba"
|
|
}
|
|
|
|
newlib_check_output "atexit.c" "$output"
|