aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-10-25 01:42:44 +0000
committerDJ Delorie <dj@redhat.com>2006-10-25 01:42:44 +0000
commit78de3ccc2a96d619e8a7f9bc1dc41d4b92286120 (patch)
treecf5eb67ec9f90d219478937f955d4c39ae0f77aa /libiberty
parente3b356e03912f5a4ef01def97cbc2a5d9c491dea (diff)
downloadgdb-78de3ccc2a96d619e8a7f9bc1dc41d4b92286120.zip
gdb-78de3ccc2a96d619e8a7f9bc1dc41d4b92286120.tar.gz
gdb-78de3ccc2a96d619e8a7f9bc1dc41d4b92286120.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/pexecute.txh2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index ada1d12..30e4122 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-25 Ben Elliston <bje@au.ibm.com>
+
+ * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
+
2006-10-10 Brooks Moses <bmoses@stanford.edu>
* Makefile.in: Added "pdf", "libiberty.pdf" target support.
diff --git a/libiberty/pexecute.txh b/libiberty/pexecute.txh
index d85ee59..0310d8f 100644
--- a/libiberty/pexecute.txh
+++ b/libiberty/pexecute.txh
@@ -259,7 +259,7 @@ be set to the exit status of the program.
@end deftypefn
-@deftypefn Extension int pexecute (const char *@var{program}, char * const *@var{argv}, const char *@var{this_pname}, const char *@var{temp_base}, char **@var{errmsg_fmt}, char **@var{errmsg_arg}, int flags)
+@deftypefn Extension int pexecute (const char *@var{program}, char * const *@var{argv}, const char *@var{this_pname}, const char *@var{temp_base}, char **@var{errmsg_fmt}, char **@var{errmsg_arg}, int @var{flags})
This is the old interface to execute one or more programs. It is
still supported for compatibility purposes, but is no longer