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
e285b259
Commit
e285b259
authored
Apr 09, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Apr 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/private/gcconfig.h (DATAEND): Clarify comment.
From-SVN: r52054
parent
787bf7e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
boehm-gc/ChangeLog
+4
-0
boehm-gc/include/private/gcconfig.h
+3
-0
No files found.
boehm-gc/ChangeLog
View file @
e285b259
2002-04-08 Loren J. Rittle <ljrittle@acm.org>
* include/private/gcconfig.h (DATAEND): Clarify comment.
2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
* include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
...
...
boehm-gc/include/private/gcconfig.h
View file @
e285b259
...
...
@@ -453,6 +453,9 @@
* DATAEND, if not `end' where `end' is defined as ``extern int end[];''.
* RTH suggests gaining access to linker script synth'd values with
* this idiom instead of `&end' where `end' is defined as ``extern int end;'' .
* Otherwise, ``GCC will assume these are in .sdata/.sbss'' and it will
* cause failures on alpha*-*-* with ``-msmall-data or -fpic'' or mips-*-*
* or ia64-*-* without any special options.
*
* ALIGN_DOUBLE of GC_malloc should return blocks aligned to twice
* the pointer size.
...
...
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