Commit eae853b7 by Andreas Jaeger

* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.

From-SVN: r57728
parent 34c6040c
2002-10-02 Andreas Jaeger <aj@suse.de>
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
2002-09-28 Richard Earnshaw <rearnsha@arm.com> 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
* include/private/gcconfig.h: Don't check for __XSCALE__. Instead * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
...@@ -1137,4 +1141,3 @@ Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com> ...@@ -1137,4 +1141,3 @@ Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
* Makefile.am, Makefile.in, configure.in, configure, aclocal.m4: * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
New files. New files.
* Makefile.orig: Renamed from Makefile. * Makefile.orig: Renamed from Makefile.
...@@ -1642,6 +1642,7 @@ ...@@ -1642,6 +1642,7 @@
# define MACH_TYPE "X86_64" # define MACH_TYPE "X86_64"
# define ALIGNMENT 8 # define ALIGNMENT 8
# define CPP_WORDSZ 64 # define CPP_WORDSZ 64
# define HBLKSIZE 4096
# define CACHE_LINE_SIZE 64 # define CACHE_LINE_SIZE 64
# define USE_GENERIC_PUSH_REGS # define USE_GENERIC_PUSH_REGS
# ifdef LINUX # ifdef LINUX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment