merge from gcc

This commit is contained in:
DJ Delorie
2001-03-10 22:23:50 +00:00
parent 21479deda0
commit 8aa30e60ce
5 changed files with 113 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
John David Anglin <dave@hiauly1.hia.nrc.ca>
* include/libiberty.h: Add lbasename.
2001-03-06 Zack Weinberg <zackw@stanford.edu>
* libiberty.h: Prototype C_alloca; define alloca to either

View File

@@ -56,6 +56,10 @@ extern char *basename ();
# endif
#endif
/* A well-defined basename () that is always compiled in. */
extern char *lbasename PARAMS ((const char *));
/* Concatenate an arbitrary number of strings, up to (char *) NULL.
Allocates memory using xmalloc. */