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
b9962e0a
Commit
b9962e0a
authored
Jan 27, 2003
by
Richard Henderson
Committed by
Richard Henderson
Jan 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
From-SVN: r61951
parent
623baee2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
gcc/ChangeLog
+4
-0
gcc/config/vax/vax.c
+7
-0
gcc/config/vax/vax.h
+0
-8
No files found.
gcc/ChangeLog
View file @
b9962e0a
2003
-
01
-
27
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
vax
/
vax
.
h
(
ASM_OUTPUT_MI_THUNK
)
:
Remove
.
Really
.
2003
-
01
-
28
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
config
/
mips
/
mips
.
h
(
UNITS_PER_HWFPVALUE
)
:
Renamed
from
...
...
...
gcc/config/vax/vax.c
View file @
b9962e0a
...
...
@@ -714,6 +714,13 @@ reg_was_0_p (insn, op)
&&
!
reg_set_between_p
(
op
,
XEXP
(
link
,
0
),
insn
));
}
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
Used for C++ multiple inheritance.
.mask ^m<r2,r3,r4,r5,r6,r7,r8,r9,r10,r11> #conservative entry mask
addl2 $DELTA, 4(ap) #adjust first argument
jmp FUNCTION+2 #jump beyond FUNCTION's entry mask
*/
static
void
vax_output_mi_thunk
(
file
,
thunk
,
delta
,
vcall_offset
,
function
)
FILE
*
file
;
...
...
gcc/config/vax/vax.h
View file @
b9962e0a
...
...
@@ -1139,14 +1139,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
assemble_name ((FILE), (NAME)), \
fprintf ((FILE), ",%u\n", (ROUNDED)))
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
Used for C++ multiple inheritance.
.mask ^m<r2,r3,r4,r5,r6,r7,r8,r9,r10,r11> #conservative entry mask
addl2 $DELTA, 4(ap) #adjust first argument
jmp FUNCTION+2 #jump beyond FUNCTION's entry mask
*/
#define ASM_OUTPUT_MI_THUNK vax_output_mi_thunk
/* Store in OUTPUT a string (made with alloca) containing
an assembler-name for a local static variable named NAME.
LABELNO is an integer which is different for each call. */
...
...
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