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
8060c8ee
Commit
8060c8ee
authored
Aug 22, 2001
by
Matt Kraai
Committed by
Matt Kraai
Aug 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (struct prefix_list): Change prefix to const char *.
From-SVN: r45111
parent
3e4eece3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/gcc.c
+1
-1
No files found.
gcc/ChangeLog
View file @
8060c8ee
2001
-
08
-
22
Matt
Kraai
<
kraai
@alumni
.
carnegiemellon
.
edu
>
2001
-
08
-
22
Matt
Kraai
<
kraai
@alumni
.
carnegiemellon
.
edu
>
*
gcc
.
c
(
struct
prefix_list
)
:
Change
prefix
to
const
char
*
.
2001
-
08
-
22
Matt
Kraai
<
kraai
@alumni
.
carnegiemellon
.
edu
>
*
final
.
c
(
final_scan_insn
)
:
Call
ADDR_VEC_ALIGN
on
next
insn
.
*
final
.
c
(
final_scan_insn
)
:
Call
ADDR_VEC_ALIGN
on
next
insn
.
2001
-
08
-
22
Jason
Merrill
<
jason_merrill
@redhat
.
com
>
2001
-
08
-
22
Jason
Merrill
<
jason_merrill
@redhat
.
com
>
...
...
gcc/gcc.c
View file @
8060c8ee
...
@@ -1205,7 +1205,7 @@ skip_whitespace (p)
...
@@ -1205,7 +1205,7 @@ skip_whitespace (p)
struct
prefix_list
struct
prefix_list
{
{
c
har
*
prefix
;
/* String to prepend to the path. */
c
onst
char
*
prefix
;
/* String to prepend to the path. */
struct
prefix_list
*
next
;
/* Next in linked list. */
struct
prefix_list
*
next
;
/* Next in linked list. */
int
require_machine_suffix
;
/* Don't use without machine_suffix. */
int
require_machine_suffix
;
/* Don't use without machine_suffix. */
/* 2 means try both machine_suffix and just_machine_suffix. */
/* 2 means try both machine_suffix and just_machine_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