Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / libffi / testsuite / Makefile.in
bloba65de3749656260f2ba3ffdf12f02b29b6824b8f
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 subdir = testsuite
55 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
58 $(top_srcdir)/../config/asmcfi.m4 \
59 $(top_srcdir)/../config/depstand.m4 \
60 $(top_srcdir)/../config/lead-dot.m4 \
61 $(top_srcdir)/../config/multi.m4 \
62 $(top_srcdir)/../config/override.m4 \
63 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
64 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
65 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
66 $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4)
69 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
70 CONFIG_HEADER = $(top_builddir)/fficonfig.h
71 CONFIG_CLEAN_FILES =
72 CONFIG_CLEAN_VPATH_FILES =
73 SOURCES =
74 am__can_run_installinfo = \
75 case $$AM_UPDATE_INFO_DIR in \
76 n|no|NO) false;; \
77 *) (install-info --version) >/dev/null 2>&1;; \
78 esac
79 DEJATOOL = $(PACKAGE)
80 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
81 ACLOCAL = @ACLOCAL@
82 ALLOCA = @ALLOCA@
83 AMTAR = @AMTAR@
84 AM_LTLDFLAGS = @AM_LTLDFLAGS@
85 AM_RUNTESTFLAGS =
86 AR = @AR@
87 AUTOCONF = @AUTOCONF@
88 AUTOHEADER = @AUTOHEADER@
89 AUTOMAKE = @AUTOMAKE@
90 AWK = @AWK@
91 CC = @CC@
92 CCAS = @CCAS@
93 CCASDEPMODE = @CCASDEPMODE@
94 CCASFLAGS = @CCASFLAGS@
95 CCDEPMODE = @CCDEPMODE@
96 CFLAGS = @CFLAGS@
97 CPP = @CPP@
98 CPPFLAGS = @CPPFLAGS@
99 CXX = @CXX@
100 CXXCPP = @CXXCPP@
101 CXXDEPMODE = @CXXDEPMODE@
102 CXXFLAGS = @CXXFLAGS@
103 CYGPATH_W = @CYGPATH_W@
104 DEFS = @DEFS@
105 DEPDIR = @DEPDIR@
106 DSYMUTIL = @DSYMUTIL@
107 DUMPBIN = @DUMPBIN@
108 ECHO_C = @ECHO_C@
109 ECHO_N = @ECHO_N@
110 ECHO_T = @ECHO_T@
111 EGREP = @EGREP@
112 EXEEXT = @EXEEXT@
113 FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
114 FGREP = @FGREP@
115 GREP = @GREP@
116 HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
117 HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@
118 INSTALL = @INSTALL@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 LD = @LD@
124 LDFLAGS = @LDFLAGS@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LIPO = @LIPO@
129 LN_S = @LN_S@
130 LTLIBOBJS = @LTLIBOBJS@
131 MAINT = @MAINT@
132 MAKEINFO = @MAKEINFO@
133 MKDIR_P = @MKDIR_P@
134 NM = @NM@
135 NMEDIT = @NMEDIT@
136 OBJDUMP = @OBJDUMP@
137 OBJEXT = @OBJEXT@
138 OTOOL = @OTOOL@
139 OTOOL64 = @OTOOL64@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_URL = @PACKAGE_URL@
146 PACKAGE_VERSION = @PACKAGE_VERSION@
147 PATH_SEPARATOR = @PATH_SEPARATOR@
148 RANLIB = @RANLIB@
149 SED = @SED@
150 SET_MAKE = @SET_MAKE@
151 SHELL = @SHELL@
152 STRIP = @STRIP@
153 TARGET = @TARGET@
154 TARGETDIR = @TARGETDIR@
155 TARGET_OBJ = @TARGET_OBJ@
156 VERSION = @VERSION@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
164 am__include = @am__include@
165 am__leading_dot = @am__leading_dot@
166 am__quote = @am__quote@
167 am__tar = @am__tar@
168 am__untar = @am__untar@
169 bindir = @bindir@
170 build = @build@
171 build_alias = @build_alias@
172 build_cpu = @build_cpu@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 builddir = @builddir@
176 datadir = @datadir@
177 datarootdir = @datarootdir@
178 docdir = @docdir@
179 dvidir = @dvidir@
180 exec_prefix = @exec_prefix@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 localedir = @localedir@
193 localstatedir = @localstatedir@
194 mandir = @mandir@
195 mkdir_p = @mkdir_p@
196 multi_basedir = @multi_basedir@
197 oldincludedir = @oldincludedir@
198 pdfdir = @pdfdir@
199 prefix = @prefix@
200 program_transform_name = @program_transform_name@
201 psdir = @psdir@
202 sbindir = @sbindir@
203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
205 sysconfdir = @sysconfdir@
206 target = @target@
207 target_alias = @target_alias@
208 target_cpu = @target_cpu@
209 target_os = @target_os@
210 target_vendor = @target_vendor@
211 toolexecdir = @toolexecdir@
212 toolexeclibdir = @toolexeclibdir@
213 top_build_prefix = @top_build_prefix@
214 top_builddir = @top_builddir@
215 top_srcdir = @top_srcdir@
216 AUTOMAKE_OPTIONS = foreign dejagnu
218 # Setup the testing framework, if you have one
219 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
220 echo $(top_builddir)/../expect/expect ; \
221 else echo expect ; fi`
223 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
224 echo $(top_srcdir)/../dejagnu/runtest ; \
225 else echo runtest; fi`
227 CLEANFILES = *.exe core* *.log *.sum
228 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \
229 libffi.call/cls_align_longdouble_split.c \
230 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \
231 libffi.call/closure_fn1.c \
232 libffi.call/return_ul.c libffi.call/cls_align_double.c \
233 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \
234 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \
235 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \
236 libffi.call/ffitest.h libffi.call/nested_struct4.c \
237 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \
238 libffi.call/cls_3byte1.c libffi.call/cls_16byte.c \
239 libffi.call/struct8.c libffi.call/nested_struct8.c \
240 libffi.call/cls_multi_sshort.c libffi.call/cls_3byte2.c \
241 libffi.call/cls_pointer.c \
242 libffi.call/err_bad_typedef.c libffi.call/cls_4_1byte.c \
243 libffi.call/cls_9byte2.c libffi.call/cls_multi_schar.c \
244 libffi.call/stret_medium2.c libffi.call/cls_5_1_byte.c \
245 libffi.call/call.exp libffi.call/cls_double.c \
246 libffi.call/cls_align_sint16.c libffi.call/cls_uint.c \
247 libffi.call/return_ll1.c libffi.call/nested_struct3.c \
248 libffi.call/cls_20byte1.c libffi.call/closure_fn4.c \
249 libffi.call/cls_uchar.c libffi.call/struct2.c libffi.call/cls_7byte.c \
250 libffi.call/strlen.c libffi.call/many.c libffi.call/testclosure.c \
251 libffi.call/return_fl.c libffi.call/struct5.c \
252 libffi.call/cls_12byte.c libffi.call/cls_multi_sshortchar.c \
253 libffi.call/cls_align_longdouble_split2.c libffi.call/return_dbl2.c \
254 libffi.call/return_fl3.c libffi.call/stret_medium.c \
255 libffi.call/nested_struct6.c libffi.call/closure_fn3.c \
256 libffi.call/float3.c libffi.call/many2.c \
257 libffi.call/closure_simple.c libffi.call/cls_align_uint16.c \
258 libffi.call/cls_9byte1.c libffi.call/closure_fn6.c \
259 libffi.call/cls_double_va.c libffi.call/cls_align_pointer.c \
260 libffi.call/cls_align_longdouble.c libffi.call/closure_fn2.c \
261 libffi.call/cls_sshort.c \
262 libffi.call/nested_struct.c libffi.call/cls_20byte.c \
263 libffi.call/cls_longdouble.c libffi.call/cls_multi_uchar.c \
264 libffi.call/return_uc.c \
265 libffi.call/cls_18byte.c libffi.call/cls_8byte.c \
266 libffi.call/promotion.c \
267 libffi.call/return_dbl.c libffi.call/cls_24byte.c \
268 libffi.call/struct4.c libffi.call/cls_6byte.c \
269 libffi.call/cls_align_uint32.c libffi.call/float.c \
270 libffi.call/float1.c libffi.call/float_va.c libffi.call/negint.c \
271 libffi.call/return_dbl1.c libffi.call/cls_3_1byte.c \
272 libffi.call/cls_align_float.c libffi.call/return_fl1.c \
273 libffi.call/nested_struct10.c libffi.call/nested_struct5.c \
274 libffi.call/cls_align_sint64.c \
275 libffi.call/stret_large2.c libffi.call/return_sl.c \
276 libffi.call/closure_fn0.c libffi.call/cls_5byte.c \
277 libffi.call/cls_2byte.c libffi.call/float2.c \
278 libffi.call/cls_dbls_struct.c libffi.call/cls_sint.c \
279 libffi.call/stret_large.c libffi.call/cls_ulonglong.c \
280 libffi.call/cls_ushort.c libffi.call/nested_struct1.c \
281 libffi.call/err_bad_abi.c libffi.call/cls_longdouble_va.c \
282 libffi.call/cls_float.c libffi.call/cls_pointer_stack.c \
283 libffi.call/pyobjc-tc.c libffi.call/cls_multi_ushortchar.c \
284 libffi.call/struct1.c libffi.call/nested_struct9.c \
285 libffi.call/huge_struct.c libffi.call/problem1.c \
286 libffi.call/float4.c \
287 libffi.call/return_ldl.c \
288 libffi.call/closure_fn5.c \
289 libffi.call/struct6.c libffi.call/return_ll.c libffi.call/struct9.c \
290 libffi.call/return_sc.c libffi.call/struct7.c \
291 libffi.call/cls_align_uint64.c libffi.call/cls_4byte.c \
292 libffi.call/cls_6_1_byte.c \
293 libffi.call/cls_7_1_byte.c libffi.call/unwindtest.cc \
294 libffi.call/unwindtest_ffi_call.cc \
295 lib/wrapper.exp lib/target-libpath.exp \
296 lib/libffi.exp libffi.call/cls_struct_va1.c \
297 libffi.call/cls_uchar_va.c libffi.call/cls_uint_va.c \
298 libffi.call/cls_ulong_va.c libffi.call/cls_ushort_va.c \
299 libffi.call/nested_struct11.c libffi.call/uninitialized.c \
300 libffi.call/va_1.c libffi.call/va_struct1.c libffi.call/va_struct2.c \
301 libffi.call/va_struct3.c \
302 libffi.call/strlen2.c \
303 libffi.call/strlen3.c \
304 libffi.call/strlen4.c
306 all: all-am
308 .SUFFIXES:
309 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
310 @for dep in $?; do \
311 case '$(am__configure_deps)' in \
312 *$$dep*) \
313 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314 && { if test -f $@; then exit 0; else break; fi; }; \
315 exit 1;; \
316 esac; \
317 done; \
318 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
319 $(am__cd) $(top_srcdir) && \
320 $(AUTOMAKE) --foreign testsuite/Makefile
321 .PRECIOUS: Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323 @case '$?' in \
324 *config.status*) \
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326 *) \
327 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329 esac;
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(am__aclocal_m4_deps):
340 mostlyclean-libtool:
341 -rm -f *.lo
343 clean-libtool:
344 -rm -rf .libs _libs
345 tags: TAGS
346 TAGS:
348 ctags: CTAGS
349 CTAGS:
352 check-DEJAGNU: site.exp
353 srcdir='$(srcdir)'; export srcdir; \
354 EXPECT=$(EXPECT); export EXPECT; \
355 runtest=$(RUNTEST); \
356 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
357 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
358 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
359 then :; else exit_status=1; fi; \
360 done; \
361 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
362 fi; \
363 exit $$exit_status
364 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
365 @echo 'Making a new site.exp file...'
366 @echo '## these variables are automatically generated by make ##' >site.tmp
367 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
368 @echo '# edit the last section' >>site.tmp
369 @echo 'set srcdir "$(srcdir)"' >>site.tmp
370 @echo "set objdir `pwd`" >>site.tmp
371 @echo 'set build_alias "$(build_alias)"' >>site.tmp
372 @echo 'set build_triplet $(build_triplet)' >>site.tmp
373 @echo 'set host_alias "$(host_alias)"' >>site.tmp
374 @echo 'set host_triplet $(host_triplet)' >>site.tmp
375 @echo 'set target_alias "$(target_alias)"' >>site.tmp
376 @echo 'set target_triplet $(target_triplet)' >>site.tmp
377 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
378 echo "## Begin content included from file $$f. Do not modify. ##" \
379 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
380 && echo "## End content included from file $$f. ##" \
381 || exit 1; \
382 done >> site.tmp
383 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
384 @if test -f site.exp; then \
385 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
387 @-rm -f site.bak
388 @test ! -f site.exp || mv site.exp site.bak
389 @mv site.tmp site.exp
391 distclean-DEJAGNU:
392 -rm -f site.exp site.bak
393 -l='$(DEJATOOL)'; for tool in $$l; do \
394 rm -f $$tool.sum $$tool.log; \
395 done
396 check-am: all-am
397 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
398 check: check-am
399 all-am: Makefile
400 installdirs:
401 install: install-am
402 install-exec: install-exec-am
403 install-data: install-data-am
404 uninstall: uninstall-am
406 install-am: all-am
407 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409 installcheck: installcheck-am
410 install-strip:
411 if test -z '$(STRIP)'; then \
412 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414 install; \
415 else \
416 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
420 mostlyclean-generic:
422 clean-generic:
423 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
425 distclean-generic:
426 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
427 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
429 maintainer-clean-generic:
430 @echo "This command is intended for maintainers to use"
431 @echo "it deletes files that may require special tools to rebuild."
432 clean: clean-am
434 clean-am: clean-generic clean-libtool mostlyclean-am
436 distclean: distclean-am
437 -rm -f Makefile
438 distclean-am: clean-am distclean-DEJAGNU distclean-generic
440 dvi: dvi-am
442 dvi-am:
444 html: html-am
446 html-am:
448 info: info-am
450 info-am:
452 install-data-am:
454 install-dvi: install-dvi-am
456 install-dvi-am:
458 install-exec-am:
460 install-html: install-html-am
462 install-html-am:
464 install-info: install-info-am
466 install-info-am:
468 install-man:
470 install-pdf: install-pdf-am
472 install-pdf-am:
474 install-ps: install-ps-am
476 install-ps-am:
478 installcheck-am:
480 maintainer-clean: maintainer-clean-am
481 -rm -f Makefile
482 maintainer-clean-am: distclean-am maintainer-clean-generic
484 mostlyclean: mostlyclean-am
486 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
488 pdf: pdf-am
490 pdf-am:
492 ps: ps-am
494 ps-am:
496 uninstall-am:
498 .MAKE: check-am install-am install-strip
500 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
501 clean-libtool distclean distclean-DEJAGNU distclean-generic \
502 distclean-libtool dvi dvi-am html html-am info info-am install \
503 install-am install-data install-data-am install-dvi \
504 install-dvi-am install-exec install-exec-am install-html \
505 install-html-am install-info install-info-am install-man \
506 install-pdf install-pdf-am install-ps install-ps-am \
507 install-strip installcheck installcheck-am installdirs \
508 maintainer-clean maintainer-clean-generic mostlyclean \
509 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
510 uninstall uninstall-am
513 # Tell versions [3.59,3.63) of GNU make to not export all variables.
514 # Otherwise a system limit (for SysV at least) may be exceeded.
515 .NOEXPORT: