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
ef087822
Commit
ef087822
authored
Sep 28, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(WCHAR_{TYPE,UNSIGNED,TYPE_SIZE}): Now int.
From-SVN: r10406
parent
d7371761
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
gcc/config/i386/netbsd.h
+4
-3
gcc/config/m68k/netbsd.h
+4
-3
gcc/config/ns32k/netbsd.h
+1
-0
gcc/config/sparc/netbsd.h
+5
-3
No files found.
gcc/config/i386/netbsd.h
View file @
ef087822
...
@@ -22,12 +22,13 @@
...
@@ -22,12 +22,13 @@
#define PTRDIFF_TYPE "int"
#define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE
#undef WCHAR_TYPE
#define WCHAR_TYPE "
short unsigned
int"
#define WCHAR_TYPE "int"
#define WCHAR_UNSIGNED 1
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE
16
#define WCHAR_TYPE_SIZE
32
#define HANDLE_SYSV_PRAGMA
#define HANDLE_SYSV_PRAGMA
...
...
gcc/config/m68k/netbsd.h
View file @
ef087822
...
@@ -28,12 +28,13 @@
...
@@ -28,12 +28,13 @@
#define PTRDIFF_TYPE "int"
#define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE
#undef WCHAR_TYPE
#define WCHAR_TYPE "
short unsigned
int"
#define WCHAR_TYPE "int"
#define WCHAR_UNSIGNED 1
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE
16
#define WCHAR_TYPE_SIZE
32
/* Every structure or union's size must be a multiple of 2 bytes. */
/* Every structure or union's size must be a multiple of 2 bytes. */
...
...
gcc/config/ns32k/netbsd.h
View file @
ef087822
...
@@ -81,6 +81,7 @@ Boston, MA 02111-1307, USA.
...
@@ -81,6 +81,7 @@ Boston, MA 02111-1307, USA.
#undef WCHAR_TYPE
#undef WCHAR_TYPE
#define WCHAR_TYPE "int"
#define WCHAR_TYPE "int"
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE
#undef WCHAR_TYPE_SIZE
...
...
gcc/config/sparc/netbsd.h
View file @
ef087822
...
@@ -18,11 +18,13 @@
...
@@ -18,11 +18,13 @@
#define PTRDIFF_TYPE "int"
#define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE
#undef WCHAR_TYPE
#define WCHAR_TYPE "short unsigned int"
#define WCHAR_TYPE "int"
#define WCHAR_UNSIGNED 1
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE
16
#define WCHAR_TYPE_SIZE
32
/* This is BSD, so it wants DBX format. */
/* This is BSD, so it wants DBX format. */
...
...
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