diff options
| author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-08 09:23:35 +0000 |
|---|---|---|
| committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-08 09:23:35 +0000 |
| commit | dff75b139411fe6bcdda8ac7724a2407f738d534 (patch) | |
| tree | 0cf082d378be1eea9367abf81715c426e207a295 | |
| parent | de5102fe5e277309cd0dbd37eee03f5baa93204a (diff) | |
| download | ppe42-gcc-dff75b139411fe6bcdda8ac7724a2407f738d534.tar.gz ppe42-gcc-dff75b139411fe6bcdda8ac7724a2407f738d534.zip | |
Updated the URL to Boehm's GC page.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26292 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libobjc/ChangeLog | 4 | ||||
| -rw-r--r-- | libobjc/objc-features.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 8becfbc52fb..6c1a864a829 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com> + + * objc-features.texi: Updated the URL to Boehm's GC page. + Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com> * archive.c (__objc_code_char, __objc_write_char): Explicitly specify diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi index f1a33ae4e9d..819caf6cff0 100644 --- a/libobjc/objc-features.texi +++ b/libobjc/objc-features.texi @@ -317,7 +317,7 @@ argument types. Support for a new memory management policy has been added by using a powerful conservative garbage collector, known as the Boehm-Demers-Weiser conservative garbage collector. It is available from -@w{@uref{http://reality.sgi.com/employees/boehm_mti/gc.html}}. +@w{@uref{http://reality.sgi.com/boehm_mti/gc.html}}. To enable the support for it you have to configure the compiler using an additional argument, @w{@kbd{--enable-objc-gc}}. You need to have |

