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
d0f3d9c2
Commit
d0f3d9c2
authored
Sep 07, 1999
by
Andreas Schwab
Committed by
Andreas Schwab
Sep 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* final.c (shorten_branches): Fix last change.
From-SVN: r29160
parent
dbc63259
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/final.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d0f3d9c2
Tue
Sep
7
10
:
08
:
40
1999
Andreas
Schwab
<
schwab
@suse
.
de
>
*
final
.
c
(
shorten_branches
)
:
Fix
last
change
.
Tue
Sep
7
00
:
30
:
32
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Tue
Sep
7
00
:
30
:
32
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
h
(
ASM_OUTPUT_DOUBLE_INT
)
:
Delete
.
*
pa
.
h
(
ASM_OUTPUT_DOUBLE_INT
)
:
Delete
.
...
...
gcc/final.c
View file @
d0f3d9c2
...
@@ -1027,7 +1027,7 @@ shorten_branches (first)
...
@@ -1027,7 +1027,7 @@ shorten_branches (first)
max_labelno
=
max_label_num
();
max_labelno
=
max_label_num
();
min_labelno
=
get_first_label_num
();
min_labelno
=
get_first_label_num
();
label_align
=
(
struct
label_alignment
*
*
)
label_align
=
(
struct
label_alignment
*
)
xcalloc
((
max_labelno
-
min_labelno
+
1
),
sizeof
(
struct
label_alignment
));
xcalloc
((
max_labelno
-
min_labelno
+
1
),
sizeof
(
struct
label_alignment
));
uid_shuid
=
(
int
*
)
xmalloc
(
max_uid
*
sizeof
*
uid_shuid
);
uid_shuid
=
(
int
*
)
xmalloc
(
max_uid
*
sizeof
*
uid_shuid
);
...
...
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