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
351c2c4b
Commit
351c2c4b
authored
Apr 16, 2003
by
Richard Earnshaw
Committed by
Richard Earnshaw
Apr 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/private/gcconfig.h: Add support for arm-netbsdelf.
From-SVN: r65692
parent
908a31e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
boehm-gc/ChangeLog
+4
-0
boehm-gc/include/private/gcconfig.h
+9
-4
No files found.
boehm-gc/ChangeLog
View file @
351c2c4b
2003-04-16 Richard Earnshaw <rearnsha@arm.com>
* include/private/gcconfig.h: Add support for arm-netbsdelf.
2003-04-09 Tom Tromey <tromey@redhat.com>
* include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
...
...
boehm-gc/include/private/gcconfig.h
View file @
351c2c4b
...
...
@@ -46,7 +46,7 @@
/* Determine the machine type: */
# if defined(__arm__) || defined(__thumb__)
# define ARM32
# if !defined(LINUX)
# if !defined(LINUX)
&& !defined(NETBSD)
# define NOSYS
# define mach_type_known
# endif
...
...
@@ -77,7 +77,7 @@
# define POWERPC
# define mach_type_known
# endif
# if defined(NETBSD) && defined(__arm
32
__)
# if defined(NETBSD) && defined(__arm__)
# define ARM32
# define mach_type_known
# endif
...
...
@@ -1562,8 +1562,13 @@
# ifdef NETBSD
# define OS_TYPE "NETBSD"
# define HEURISTIC2
extern
char
etext
[];
# define DATASTART ((ptr_t)(etext))
# ifdef __ELF__
# define DATASTART GC_data_start
# define DYNAMIC_LOADING
# else
extern
char
etext
[];
# define DATASTART ((ptr_t)(etext))
# endif
# define USE_GENERIC_PUSH_REGS
# endif
# 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