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
5788afc6
Commit
5788afc6
authored
Feb 11, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(RETURN_IN_MEMORY): Fix error in last change.
From-SVN: r8906
parent
668443c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gcc/config/m68k/mot3300.h
+4
-3
No files found.
gcc/config/m68k/mot3300.h
View file @
5788afc6
/* Definitions of target machine for GNU compiler,
/* Definitions of target machine for GNU compiler,
SysV68 Motorola 3300 Delta Series.
SysV68 Motorola 3300 Delta Series.
Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
Co
p
tributed by Abramo and Roberto Bagnara (bagnara@dipisa.di.unipi.it)
Co
n
tributed by Abramo and Roberto Bagnara (bagnara@dipisa.di.unipi.it)
based on Alex Crain's 3B1 definitions.
based on Alex Crain's 3B1 definitions.
Maintained by Philippe De Muyter (phdm@info.ucl.ac.be).
Maintained by Philippe De Muyter (phdm@info.ucl.ac.be).
...
@@ -173,8 +173,9 @@ output_file_directive ((FILE), main_input_filename)
...
@@ -173,8 +173,9 @@ output_file_directive ((FILE), main_input_filename)
/* This will return small structs in d0. */
/* This will return small structs in d0. */
#define RETURN_IN_MEMORY(type) \
#define RETURN_IN_MEMORY(type) \
(AGGREGATE_TYPE_P (type) \
((TYPE_MODE (type) == BLKmode) \
&& GET_MODE_SIZE (TYPE_MODE (type)) > UNITS_PER_WORD)
|| (AGGREGATE_TYPE_P (type) \
&& GET_MODE_SIZE (TYPE_MODE (type)) > UNITS_PER_WORD))
/* Don't default to pcc-struct-return, because we have already specified
/* Don't default to pcc-struct-return, because we have already specified
exactly how to return structures in the RETURN_IN_MEMORY macro. */
exactly how to return structures in the RETURN_IN_MEMORY macro. */
...
...
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