merge from gcc
This commit is contained in:
parent
3748b3e8e7
commit
ca11a4f34f
@ -1,3 +1,7 @@
|
|||||||
|
2010-10-06 Andi Kleen <ak@linux.intel.com>
|
||||||
|
|
||||||
|
* libiberty.h (setproctitle): Add prototype.
|
||||||
|
|
||||||
2010-09-29 Bernd Schmidt <bernds@codesourcery.com>
|
2010-09-29 Bernd Schmidt <bernds@codesourcery.com>
|
||||||
|
|
||||||
* opcode/tic6x-control-registers.h (tscl): Now read_write.
|
* opcode/tic6x-control-registers.h (tscl): Now read_write.
|
||||||
|
@ -634,6 +634,9 @@ extern int vsnprintf (char *, size_t, const char *, va_list) ATTRIBUTE_PRINTF(3,
|
|||||||
extern int strverscmp (const char *, const char *);
|
extern int strverscmp (const char *, const char *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Set the title of a process */
|
||||||
|
extern void setproctitle (const char *name, ...);
|
||||||
|
|
||||||
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
|
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
|
||||||
|
|
||||||
/* Drastically simplified alloca configurator. If we're using GCC,
|
/* Drastically simplified alloca configurator. If we're using GCC,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user