merge from gcc
This commit is contained in:
parent
4717214c20
commit
45b5f172a9
|
@ -1,3 +1,7 @@
|
||||||
|
2005-03-01 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
|
* libiberty.h: Declare unlink_if_ordinary.
|
||||||
|
|
||||||
2005-02-21 Alan Modra <amodra@bigpond.net.au>
|
2005-02-21 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
|
* xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
|
||||||
|
|
|
@ -163,6 +163,10 @@ extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;
|
||||||
|
|
||||||
extern char *make_temp_file PARAMS ((const char *)) ATTRIBUTE_MALLOC;
|
extern char *make_temp_file PARAMS ((const char *)) ATTRIBUTE_MALLOC;
|
||||||
|
|
||||||
|
/* Remove a link to a file unless it is special. */
|
||||||
|
|
||||||
|
extern int unlink_if_ordinary PARAMS((const char *));
|
||||||
|
|
||||||
/* Allocate memory filled with spaces. Allocates using malloc. */
|
/* Allocate memory filled with spaces. Allocates using malloc. */
|
||||||
|
|
||||||
extern const char *spaces PARAMS ((int count));
|
extern const char *spaces PARAMS ((int count));
|
||||||
|
|
Loading…
Reference in New Issue