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
54ffbc76
Commit
54ffbc76
authored
Jul 25, 2000
by
Rodney Brown
Committed by
Richard Henderson
Jul 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
From-SVN: r35258
parent
1987b7bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/alpha/osf.h
+4
-0
No files found.
gcc/ChangeLog
View file @
54ffbc76
2000-07-25 Rodney Brown <RodneyBrown@pmsc.com>
* config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
Tue Jul 25 23:08:33 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (cmpgtdi_t): Must be split.
...
...
gcc/config/alpha/osf.h
View file @
54ffbc76
...
...
@@ -140,3 +140,7 @@ __enable_execute_stack (addr) \
if (mprotect (page, end - page, 7) < 0) \
perror ("mprotect of trampoline code"); \
}
/* Digital UNIX V4.0E (1091)/usr/include/sys/types.h 4.3.49.9 1997/08/14 */
#define SIZE_TYPE "long unsigned int"
#define PTRDIFF_TYPE "long int"
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