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
0884b60c
Commit
0884b60c
authored
Dec 02, 2000
by
Bernd Schmidt
Committed by
Bernd Schmidt
Dec 02, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make alpha build again.
From-SVN: r37950
parent
a88f02e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/ChangeLog
+3
-0
gcc/c-common.c
+4
-0
gcc/c-decl.c
+0
-4
No files found.
gcc/ChangeLog
View file @
0884b60c
2000-12-02 Bernd Schmidt <bernds@redhat.co.uk>
* c-common.c (PTRDIFF_TYPE): Provide default here, ...
* c-decl.c: ... not here.
* haifa-sched.c (sched_dump): Renamed from dump. All users changed.
(old_max_uid): New variable.
(compute_forward_dependences): Renamed from
...
...
gcc/c-common.c
View file @
0884b60c
...
...
@@ -41,6 +41,10 @@ cpp_reader parse_in;
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE TYPE_PRECISION (wchar_type_node)
#ifndef PTRDIFF_TYPE
#define PTRDIFF_TYPE "long int"
#endif
#ifndef WINT_TYPE
#define WINT_TYPE "unsigned int"
#endif
...
...
gcc/c-decl.c
View file @
0884b60c
...
...
@@ -62,10 +62,6 @@ enum decl_context
#define SIZE_TYPE "long unsigned int"
#endif
#ifndef PTRDIFF_TYPE
#define PTRDIFF_TYPE "long int"
#endif
#ifndef WCHAR_TYPE
#define WCHAR_TYPE "int"
#endif
...
...
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