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
ce577467
Commit
ce577467
authored
Oct 15, 1999
by
Michael Hayes
Committed by
Michael Hayes
Oct 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
From-SVN: r29997
parent
f416f18c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
gcc/ChangeLog
+4
-0
gcc/config/c4x/c4x.h
+6
-2
No files found.
gcc/ChangeLog
View file @
ce577467
Fri
Oct
15
17
:
40
:
11
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
h
(
c4x_va_start
,
c4x_va_arg
)
:
Declare
.
Fri
Oct
15
17
:
27
:
17
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
c
(
dst_operand
)
:
New
.
...
...
gcc/config/c4x/c4x.h
View file @
ce577467
...
...
@@ -1127,9 +1127,11 @@ extern struct rtx_def *c4x_function_arg();
/* Varargs handling. */
extern
void
c4x_va_start
();
#define EXPAND_BUILTIN_VA_START(stdarg, valist, nextarg) \
c4x_va_start (stdarg, valist, nextarg)
extern
struct
rtx_def
*
c4x_va_arg
();
#define EXPAND_BUILTIN_VA_ARG(valist, type) \
c4x_va_arg (valist, type)
...
...
@@ -1142,7 +1144,9 @@ extern struct rtx_def *c4x_function_arg();
/* Generating Code for Profiling */
/* Note that the generated assembly uses the ^ operator to load the 16
MSBs of the address. This is not supported by the TI assembler. */
MSBs of the address. This is not supported by the TI assembler.
The FUNCTION profiler needs a function mcount which gets passed
a pointer to the LABELNO. */
#define FUNCTION_PROFILER(FILE, LABELNO) \
if (! TARGET_C3X) \
...
...
@@ -1563,7 +1567,7 @@ extern struct rtx_def *c4x_gen_compare_reg ();
#define HAVE_POST_MODIFY_DISP 1
/* The number of insns that can be packed into a single opcode. */
#define
MULTI
PACK_INSNS 2
#define PACK_INSNS 2
/* Recognize any constant value that is a valid address.
We could allow arbitrary constant addresses in the large memory
...
...
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