merge from gcc

This commit is contained in:
DJ Delorie 2005-03-01 14:32:34 +00:00
parent 4717214c20
commit 45b5f172a9
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.

View File

@ -163,6 +163,10 @@ extern char *choose_temp_base PARAMS ((void)) 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. */
extern const char *spaces PARAMS ((int count));