aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-11-22 21:02:14 +0000
committerDJ Delorie <dj@redhat.com>2002-11-22 21:02:14 +0000
commit2a80c0a4586a2a129376ca4a5a6856ec0681eb84 (patch)
treef2e25815267ad8fba4bc3ffe636987cba6a5af4b /include
parentf81a4d0bea6c1c1c010cce5e9dadfcfaafdd6477 (diff)
downloadgdb-2a80c0a4586a2a129376ca4a5a6856ec0681eb84.zip
gdb-2a80c0a4586a2a129376ca4a5a6856ec0681eb84.tar.gz
gdb-2a80c0a4586a2a129376ca4a5a6856ec0681eb84.tar.bz2
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/libiberty.h6
2 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 5e1d70d..a490c68 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-22 Daniel Jacobowitz <drow@mvista.com>
+
+ * libiberty.h (make_relative_prefix): Add prototype.
+
2002-11-16 Klee Dienes <kdienes@apple.com>
* opcode/m88k.h (INSTAB): Remove 'next' field.
diff --git a/include/libiberty.h b/include/libiberty.h
index 983fd96..c02e035 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -145,6 +145,12 @@ extern char * getpwd PARAMS ((void));
extern long get_run_time PARAMS ((void));
+/* Generate a relocated path to some installation directory. Allocates
+ return value using malloc. */
+
+extern char *make_relative_prefix PARAMS ((const char *, const char *,
+ const char *));
+
/* Choose a temporary directory to use for scratch files. */
extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;