From: DJ Delorie Date: Wed, 23 Mar 2005 00:01:17 +0000 (+0000) Subject: merge from gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ec0126d51dac1afdf19ef609cf1b35864d73247;p=binutils-gdb.git merge from gcc --- diff --git a/include/ChangeLog b/include/ChangeLog index 5bc63bbe38f..4c8d105093e 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2005-03-22 Kaveh R. Ghazi + + * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC. + 2005-03-22 Bob Wilson * xtensa-isa.h: Update a comment and whitespace. diff --git a/include/libiberty.h b/include/libiberty.h index 0814695a04a..d2a8a0b9ef7 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -162,7 +162,7 @@ extern long get_run_time PARAMS ((void)); return value using malloc. */ extern char *make_relative_prefix PARAMS ((const char *, const char *, - const char *)); + const char *)) ATTRIBUTE_MALLOC; /* Choose a temporary directory to use for scratch files. */