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
4fe12442
Commit
4fe12442
authored
May 03, 2000
by
Donald Lindsay
Committed by
Don Lindsay
May 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change MIPS varargs ABI in config/mips/mips.c
From-SVN: r33621
parent
f4e79153
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+9
-0
gcc/config/mips/mips.c
+0
-0
No files found.
gcc/ChangeLog
View file @
4fe12442
Tue
May
2
18
:
20
:
31
2000
Donald
Lindsay
<
dlindsay
@hound
.
cygnus
.
com
>
*
config
/
mips
/
mips
.
c
(
mips_build_va_list
,
mips_va_start
,
mips_va_arg
)
:
new
ABI
for
varargs
,
across
all
MIPS
.
This
is
incompatible
because
the
va_list
(
__builtin_va_list
)
structure
is
different
,
so
a
compilation
unit
passing
a
va_list
and
a
compilation
unit
being
passed
one
,
should
both
be
compiled
with
the
same
ABI
.
(
The
old
structure
had
two
pointers
,
now
it
has
three
.)
Tue
May
2
19
:
18
:
43
2000
Jason
Eckhardt
<
jle
@cygnus
.
com
>
*
bb
-
reorder
.
c
(
struct
reorder_block_def
)
:
Remove
members
end
,
...
...
gcc/config/mips/mips.c
View file @
4fe12442
This diff is collapsed.
Click to expand it.
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