merge from gcc
This commit is contained in:
parent
a0d3c309e4
commit
aa1ad0633b
@ -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>
|
2002-11-16 Klee Dienes <kdienes@apple.com>
|
||||||
|
|
||||||
* opcode/m88k.h (INSTAB): Remove 'next' field.
|
* opcode/m88k.h (INSTAB): Remove 'next' field.
|
||||||
|
@ -145,6 +145,12 @@ extern char * getpwd PARAMS ((void));
|
|||||||
|
|
||||||
extern long get_run_time 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. */
|
/* Choose a temporary directory to use for scratch files. */
|
||||||
|
|
||||||
extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;
|
extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user