diff options
author | bo <bo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-19 08:54:44 +0000 |
---|---|---|
committer | bo <bo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-19 08:54:44 +0000 |
commit | 16bb3c11a2bad00c5abcb47ce963b638f41b36ef (patch) | |
tree | 8abb320000a626494cf7dcfdca122d336665c761 /boehm-gc/ChangeLog | |
parent | d17ca479d694ed840e5f9c6193dde37eb459d436 (diff) | |
download | gcc-16bb3c11a2bad00c5abcb47ce963b638f41b36ef.tar.gz |
2002-07-18 Bo Thorsen <bo@suse.de>
* include/private/gcconfig.h: Add x86-64 definitions.
* os_dep.c: Add x86-64 support.
* configure.in: Likewise.
* configure: Regenerate.
Approved by Hans Boehm.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55584 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index ef9c6845dc9..099e25adc90 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,10 @@ +2002-07-18 Bo Thorsen <bo@suse.de> + + * include/private/gcconfig.h: Add x86-64 definitions. + * os_dep.c: Add x86-64 support. + * configure.in: Likewise. + * configure: Regenerate. + 2002-07-18 H.J. Lu <hjl@gnu.org> * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code. |