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
5ccff482
Commit
5ccff482
authored
May 16, 2002
by
Richard Henderson
Committed by
Richard Henderson
May 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
From-SVN: r53538
parent
0b17ab2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/alpha/unicosmk.h
+1
-1
No files found.
gcc/ChangeLog
View file @
5ccff482
2002-05-16 Richard Henderson <rth@redhat.com>
* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
2002-05-16 Richard Henderson <rth@redhat.com>
* basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
...
...
gcc/config/alpha/unicosmk.h
View file @
5ccff482
...
...
@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */
builtin_define ("_LD64"); \
builtin_define ("__UNICOSMK__"); \
builtin_define ("__INT_MAX__=9223372036854775807"); \
builtin_define ("__SHRT_MAX__=2147483647") \
builtin_define ("__SHRT_MAX__=2147483647")
;
\
} while (0)
#define SHORT_TYPE_SIZE 32
...
...
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