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
d8fa98d5
Commit
d8fa98d5
authored
Aug 14, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(vms_check_external): Update `pending_head' properly when the first
list element is removed. From-SVN: r10237
parent
31cc58e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/vax/vax.c
+3
-3
No files found.
gcc/config/vax/vax.c
View file @
d8fa98d5
/* Subroutines for insn-output.c for Vax.
Copyright (C) 1987, 1994 Free Software Foundation, Inc.
Copyright (C) 1987, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -685,9 +685,9 @@ vms_check_external (decl, name, pending)
if
(
pending
)
return
;
/* Was pending, but
may now be
defined; move it to other list. */
/* Was pending, but
has now been
defined; move it to other list. */
if
(
p
==
pending_head
)
pending_head
=
0
;
pending_head
=
p
->
next
;
else
p0
->
next
=
p
->
next
;
p
->
next
=
extern_head
;
...
...
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