Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
eae853b7
Commit
eae853b7
authored
Oct 02, 2002
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
From-SVN: r57728
parent
34c6040c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
boehm-gc/ChangeLog
+4
-1
boehm-gc/include/private/gcconfig.h
+1
-0
No files found.
boehm-gc/ChangeLog
View file @
eae853b7
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.
boehm-gc/include/private/gcconfig.h
View file @
eae853b7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment