mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 15:09:32 +08:00
merge from gcc
This commit is contained in:
parent
993e75f677
commit
eb4b7204c2
@ -1,3 +1,7 @@
|
||||
2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* libiberty.h (writeargv): Declare.
|
||||
|
||||
2007-04-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
|
||||
|
@ -86,6 +86,10 @@ extern char **dupargv (char **) ATTRIBUTE_MALLOC;
|
||||
|
||||
extern void expandargv PARAMS ((int *, char ***));
|
||||
|
||||
/* Write argv to an @-file, inserting necessary quoting. */
|
||||
|
||||
extern int writeargv PARAMS ((char **, FILE *));
|
||||
|
||||
/* Return the last component of a path name. Note that we can't use a
|
||||
prototype here because the parameter is declared inconsistently
|
||||
across different systems, sometimes as "char *" and sometimes as
|
||||
|
Loading…
x
Reference in New Issue
Block a user