diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-07 03:08:14 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-07 03:08:14 +0000 |
commit | 964a088ed2e0951c37bffe5e72024dd801f4318a (patch) | |
tree | 6ecc1a6939ab85bd96b21e6e8547a7e1410adc4a /boehm-gc/ChangeLog | |
parent | b7d0753ca9291fd9b88bbf5796f7bbfbafb9fcc6 (diff) | |
download | ppe42-gcc-964a088ed2e0951c37bffe5e72024dd801f4318a.tar.gz ppe42-gcc-964a088ed2e0951c37bffe5e72024dd801f4318a.zip |
2004-07-06 Andrew Pinski <apinski@apple.com>
* os-dep.c (GC_task_self): Declare as static
and remove the second declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index f8588e91d4e..fe72330740f 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 Andrew Pinski <apinski@apple.com> + + * os-dep.c (GC_task_self): Declare as static + and remove the second declaration. + 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch> * Makefile.am: Add rule for .S files to fix bootstrap on |