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
0aaa6af8
Commit
0aaa6af8
authored
Feb 20, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r349
parent
7306ed3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/config/m68k/hp320.h
+6
-0
gcc/reload1.c
+1
-1
No files found.
gcc/config/m68k/hp320.h
View file @
0aaa6af8
...
...
@@ -36,6 +36,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Be compatible with system stddef.h. */
#define SIZE_TYPE "unsigned int"
/* Use atexit for static constructors/destructors, instead of defining
our own exit function. */
#define HAVE_ATEXIT
#include "m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */
...
...
@@ -375,6 +379,8 @@ do{ if (PREFIX[0] == 'L' && PREFIX[1] == 'I') \
else if (CODE == '+') fprintf (FILE, "(%%sp)+"); \
else if (CODE == '@') fprintf (FILE, "(%%sp)"); \
else if (CODE == '!') fprintf (FILE, "%%cc"); \
else if (CODE == '$') { if (TARGET_68040_ONLY) fprintf (FILE, "s"); } \
else if (CODE == '&') { if (TARGET_68040_ONLY) fprintf (FILE, "d"); } \
else if (GET_CODE (X) == REG) \
fprintf (FILE, "%s", reg_names[REGNO (X)]); \
else if (GET_CODE (X) == MEM) \
...
...
gcc/reload1.c
View file @
0aaa6af8
...
...
@@ -1204,7 +1204,7 @@ reload (first, global, dumpfile)
caller_save_needs
[(
int
)
caller_save_spill_class
]
++
;
while
(
*
p
!=
LIM_REG_CLASSES
)
caller_save_needs
[
*
p
++
]
+=
1
;
caller_save_needs
[
(
int
)
*
p
++
]
+=
1
;
}
if
(
caller_save_group_size
>
1
)
...
...
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