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
deb5bfcc
Commit
deb5bfcc
authored
Oct 16, 2001
by
Stan Shebs
Committed by
Stan Shebs
Oct 16, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/darwin.h (ASM_COMMENT_START): Define.
From-SVN: r46291
parent
f2436274
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/darwin.h
+5
-0
No files found.
gcc/ChangeLog
View file @
deb5bfcc
2001
-
10
-
16
Stan
Shebs
<
shebs
@apple
.
com
>
*
config
/
rs6000
/
darwin
.
h
(
ASM_COMMENT_START
)
:
Define
.
2001
-
10
-
16
Alan
Modra
<
amodra
@bigpond
.
net
.
au
>
2001
-
10
-
16
Alan
Modra
<
amodra
@bigpond
.
net
.
au
>
*
recog
.
c
:
Formatting
and
comment
typo
fixes
.
*
recog
.
c
:
Formatting
and
comment
typo
fixes
.
...
...
gcc/config/rs6000/darwin.h
View file @
deb5bfcc
...
@@ -128,6 +128,11 @@ Boston, MA 02111-1307, USA. */
...
@@ -128,6 +128,11 @@ Boston, MA 02111-1307, USA. */
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
fprintf (FILE, "\t.space %d\n", SIZE)
fprintf (FILE, "\t.space %d\n", SIZE)
/* Override the standard rs6000 definition. */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START ";"
/* FP save and restore routines. */
/* FP save and restore routines. */
#define SAVE_FP_PREFIX "._savef"
#define SAVE_FP_PREFIX "._savef"
#define SAVE_FP_SUFFIX ""
#define SAVE_FP_SUFFIX ""
...
...
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