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
2df330f4
Commit
2df330f4
authored
Nov 16, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't define __PTR_TO_INT and
__INT_TO_PTR. From-SVN: r8457
parent
9e6cfc43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
gcc/config/m68k/3b1.h
+0
-5
gcc/config/m68k/3b1g.h
+0
-4
gcc/config/m68k/crds.h
+0
-5
No files found.
gcc/config/m68k/3b1.h
View file @
2df330f4
...
@@ -97,11 +97,6 @@ output_file_directive ((FILE), main_input_filename)
...
@@ -97,11 +97,6 @@ output_file_directive ((FILE), main_input_filename)
: GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
: GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
? downward : none)
? downward : none)
/* Override part of the obstack macros. */
#define __PTR_TO_INT(P) ((int)(P))
#define __INT_TO_PTR(P) ((char *)(P))
/* The 3b1 does not have `atexit'. */
/* The 3b1 does not have `atexit'. */
#undef HAVE_ATEXIT
#undef HAVE_ATEXIT
...
...
gcc/config/m68k/3b1g.h
View file @
2df330f4
...
@@ -55,10 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -55,10 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
: GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
: GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
? downward : none)
? downward : none)
/* Override part of the obstack macros. */
#define __PTR_TO_INT(P) ((int)(P))
#define __INT_TO_PTR(P) ((char *)(P))
/* 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. */
#define STRUCTURE_SIZE_BOUNDARY 16
#define STRUCTURE_SIZE_BOUNDARY 16
...
...
gcc/config/m68k/crds.h
View file @
2df330f4
...
@@ -128,11 +128,6 @@ bss_section () \
...
@@ -128,11 +128,6 @@ bss_section () \
: GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
: GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
? downward : none)
? downward : none)
/* Override part of the obstack macros. */
#define __PTR_TO_INT(P) ((int)(P))
#define __INT_TO_PTR(P) ((char *)(P))
/* Override parts of m68k.h to fit the CRuDS assembler. */
/* Override parts of m68k.h to fit the CRuDS assembler. */
#undef TARGET_VERSION
#undef TARGET_VERSION
...
...
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