stackinfo.h 287 B

12345678910111213
  1. /*
  2. * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  5. */
  6. #ifndef _STACKINFO_H
  7. #define _STACKINFO_H 1
  8. /* On ARC, the stack grows down. */
  9. #define _STACK_GROWS_DOWN 1
  10. #endif /* stackinfo.h */