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
687d0ab6
Commit
687d0ab6
authored
Mar 02, 1998
by
J"orn Rennecke
Committed by
Joern Rennecke
Mar 02, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting fix.
From-SVN: r18364
parent
b0021153
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+1
-1
gcc/final.c
+2
-1
No files found.
gcc/ChangeLog
View file @
687d0ab6
...
...
@@ -3,7 +3,7 @@ Mon Mar 2 13:45:03 1998 Richard Henderson <rth@cygnus.com>
* alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
to SUB_CPP_PREDEFINES. Reported by asun@saul4.u.washington.edu.
Mon Mar 2
19:51:27
1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Mon Mar 2
22:59:28
1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* final.c (insn_last_address, insn_current_align, uid_align):
New variables.
...
...
gcc/final.c
View file @
687d0ab6
...
...
@@ -837,7 +837,8 @@ label_to_alignment (label)
GROWTH should be ~0 if the objective is to compute potential code size
increase, and 0 if the objective is to compute potential shrink.
The return value is undefined for any other value of GROWTH. */
int
align_fuzz
(
start
,
end
,
known_align_log
,
growth
)
int
align_fuzz
(
start
,
end
,
known_align_log
,
growth
)
rtx
start
,
end
;
int
known_align_log
;
unsigned
growth
;
...
...
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