Mercurial > hg > CbC > CbC_gcc
comparison include/libiberty.h @ 67:f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author | nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Mar 2011 17:18:12 +0900 |
parents | b7f97abdc517 |
children | 04ced10e8804 |
comparison
equal
deleted
inserted
replaced
65:65488c3d617d | 67:f6334be47118 |
---|---|
1 /* Function declarations for libiberty. | 1 /* Function declarations for libiberty. |
2 | 2 |
3 Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
4 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
5 | 5 |
6 Note - certain prototypes declared in this header file are for | 6 Note - certain prototypes declared in this header file are for |
7 functions whoes implementation copyright does not belong to the | 7 functions whoes implementation copyright does not belong to the |
8 FSF. Those prototypes are present in this file for reference | 8 FSF. Those prototypes are present in this file for reference |
9 purposes only and their presence in this file should not construed | 9 purposes only and their presence in this file should not construed |
631 | 631 |
632 #if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP | 632 #if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP |
633 /* Compare version strings. */ | 633 /* Compare version strings. */ |
634 extern int strverscmp (const char *, const char *); | 634 extern int strverscmp (const char *, const char *); |
635 #endif | 635 #endif |
636 | |
637 /* Set the title of a process */ | |
638 extern void setproctitle (const char *name, ...); | |
636 | 639 |
637 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) | 640 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) |
638 | 641 |
639 /* Drastically simplified alloca configurator. If we're using GCC, | 642 /* Drastically simplified alloca configurator. If we're using GCC, |
640 we use __builtin_alloca; otherwise we use the C alloca. The C | 643 we use __builtin_alloca; otherwise we use the C alloca. The C |