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
b4226a3f
Commit
b4226a3f
authored
Jan 05, 1993
by
James Van Artsdalen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change m68ksgs.h reference to m68k/sgs.h.
From-SVN: r3098
parent
ac223acd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/m68k/amix.h
+2
-2
No files found.
gcc/config/m68k/amix.h
View file @
b4226a3f
...
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Alter assembler syntax for fsgldiv and fsglmul.
/* Alter assembler syntax for fsgldiv and fsglmul.
It is highly likely that this is a generic SGS m68k assembler dependency.
It is highly likely that this is a generic SGS m68k assembler dependency.
If so, it should eventually be handled in the m68ksgs.h ASM_OUTPUT_OPCODE
If so, it should eventually be handled in the m68k
/
sgs.h ASM_OUTPUT_OPCODE
macro, like the other SGS assembler quirks. -fnf */
macro, like the other SGS assembler quirks. -fnf */
#define FSGLDIV_USE_S
/* Use fsgldiv.s, not fsgldiv.x */
#define FSGLDIV_USE_S
/* Use fsgldiv.s, not fsgldiv.x */
...
@@ -87,7 +87,7 @@ do { \
...
@@ -87,7 +87,7 @@ do { \
BSS_ASM_OP, (NAME), (SIZE), MAX ((ALIGN) / BITS_PER_UNIT, 4)); \
BSS_ASM_OP, (NAME), (SIZE), MAX ((ALIGN) / BITS_PER_UNIT, 4)); \
} while (0)
} while (0)
/* This definition of ASM_OUTPUT_ASCII is the same as the one in m68ksgs.h,
/* This definition of ASM_OUTPUT_ASCII is the same as the one in m68k
/
sgs.h,
which has been overridden by the one in svr4.h. However, we can't use
which has been overridden by the one in svr4.h. However, we can't use
the one in svr4.h because the amix assembler croaks on some of the
the one in svr4.h because the amix assembler croaks on some of the
strings that it emits (such as .string "\"%s\"\n"). */
strings that it emits (such as .string "\"%s\"\n"). */
...
...
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