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
92928d71
Commit
92928d71
authored
May 12, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
May 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/arm.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Use delta.
From-SVN: r41993
parent
cb7fdde2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.h
+5
-0
No files found.
gcc/ChangeLog
View file @
92928d71
2001
-
05
-
12
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
config
/
arm
/
arm
.
h
(
TARGET_PTRMEMFUNC_VBIT_LOCATION
)
:
Use
delta
.
2001
-
05
-
12
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
defaults
.
h
(
TARGET_PTRMEMFUNC_VBIT_LOCATION
)
:
Define
.
*
tm
.
texi
(
TARGET_PRTMEMFUNC_VBIT_LOCATION
)
:
Document
.
...
...
gcc/config/arm/arm.h
View file @
92928d71
...
...
@@ -707,6 +707,11 @@ extern int arm_is_6_or_7;
#define FUNCTION_BOUNDARY 32
/* The lowest bit is used to indicate Thumb-mode functions, so the
vbit must go into the delta field of pointers to member
functions. */
#define TARGET_PTRMEMFUNC_VBIT_LOCATION ptrmemfunc_vbit_in_delta
#define EMPTY_FIELD_BOUNDARY 32
#define BIGGEST_ALIGNMENT 32
...
...
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