blob: 670d21e7e8da798bbd9ecaff4e27f401b3b5590b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (C) 2008 by CodeSourcery, Inc. All rights reserved.
#
# Permission to use, copy, modify, and distribute this software
# is freely granted, provided that this notice is preserved.
load_lib passfail.exp
set exclude_list [list "atexit.c"]
newlib_pass_fail_all -x $exclude_list
|