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
e0f931d2
Commit
e0f931d2
authored
Apr 08, 2006
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespacing.
From-SVN: r112788
parent
ae582f77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/config/rs6000/darwin.h
+8
-8
No files found.
gcc/config/rs6000/darwin.h
View file @
e0f931d2
...
@@ -294,14 +294,14 @@ do { \
...
@@ -294,14 +294,14 @@ do { \
#ifdef HAVE_GAS_MAX_SKIP_P2ALIGN
#ifdef HAVE_GAS_MAX_SKIP_P2ALIGN
/* This is supported in cctools 465 and later. The macro test
/* This is supported in cctools 465 and later. The macro test
above prevents using it in earlier build environments. */
above prevents using it in earlier build environments. */
#define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP)
\
#define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \
if ((LOG) != 0) \
if ((LOG) != 0) \
{ \
{ \
if ((MAX_SKIP) == 0) \
if ((MAX_SKIP) == 0) \
fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
else \
else \
fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
}
}
#endif
#endif
#define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
#define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
...
...
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