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
9b3b5e8d
Commit
9b3b5e8d
authored
Aug 14, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(STARTFILE_SPEC): Define as empty.
From-SVN: r10238
parent
d8fa98d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
gcc/config/m68k/m68kemb.h
+5
-1
No files found.
gcc/config/m68k/m68kemb.h
View file @
9b3b5e8d
/* Definitions of target machine for GNU compiler. "embedded" 68XXX.
/* Definitions of target machine for GNU compiler. "embedded" 68XXX.
This is meant to be included after m68k.h.
This is meant to be included after m68k.h.
Copyright (C) 1994 Free Software Foundation, Inc. */
Copyright (C) 1994
, 1995
Free Software Foundation, Inc. */
#define PTRDIFF_TYPE "long int"
#define PTRDIFF_TYPE "long int"
#define SIZE_TYPE "long unsigned int"
#define SIZE_TYPE "long unsigned int"
...
@@ -37,3 +37,7 @@
...
@@ -37,3 +37,7 @@
#undef NEEDS_UNTYPED_CALL
#undef NEEDS_UNTYPED_CALL
#define NEEDS_UNTYPED_CALL 1
#define NEEDS_UNTYPED_CALL 1
/* crt0.o should be specified in the linker script. */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC ""
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