]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Mar 2005 23:47:49 +0000 (23:47 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Mar 2005 23:47:49 +0000 (23:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96904 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/libiberty.h

index 758b923a300b59cf184d085ba2bb7047762ce608..44725bc5fbda4e3e2fd0d1845a5fedd985ba59e5 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
+
 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
 
        * libiberty.h (gettimeofday): Declare.
index 0814695a04a84fc71330ed6d0a65ea6f96255cf4..d2a8a0b9ef7fbb1f94d33376181cd27b31e99571 100644 (file)
@@ -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.  */