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
4621c640
Commit
4621c640
authored
24 years ago
by
Richard Henderson
Committed by
Richard Henderson
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* hwint.h: Revert yesterday's change.
From-SVN: r38883
parent
414c4dc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
24 deletions
+5
-24
gcc/ChangeLog
+4
-0
gcc/hwint.h
+1
-24
No files found.
gcc/ChangeLog
View file @
4621c640
2001-01-10 Richard Henderson <rth@redhat.com>
* hwint.h: Revert yesterday's change.
2001-01-10 Nick Clifton <nickc@redhat.com>
* function.h (save_machine_status): Delete.
...
...
This diff is collapsed.
Click to expand it.
gcc/hwint.h
View file @
4621c640
/* HOST_WIDE_INT definitions for the GNU compiler.
Copyright (C) 1998
, 2001
Free Software Foundation, Inc.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -15,29 +15,6 @@
/* Find the largest host integer type and set its size and type. */
/* Use long long on the host if the target has a wider long type than
the host. */
#if ! defined HOST_BITS_PER_WIDE_INT \
&& defined HOST_BITS_PER_LONGLONG \
&& (HOST_BITS_PER_LONGLONG > HOST_BITS_PER_LONG) \
&& (defined (LONG_LONG_MAX) || defined (LONGLONG_MAX) \
|| defined (LLONG_MAX) || defined (__GNUC__))
# ifdef MAX_LONG_TYPE_SIZE
# if MAX_LONG_TYPE_SIZE > HOST_BITS_PER_LONG
# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONGLONG
# define HOST_WIDE_INT long long
# endif
# else
# if LONG_TYPE_SIZE > HOST_BITS_PER_LONG
# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONGLONG
# define HOST_WIDE_INT long long
# endif
# endif
#endif
#ifndef HOST_BITS_PER_WIDE_INT
# if HOST_BITS_PER_LONG > HOST_BITS_PER_INT
...
...
This diff is collapsed.
Click to expand it.
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