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
4566eb62
Commit
4566eb62
authored
Dec 12, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Dec 12, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/next.h (ASM_OUTPUT_ALIGN): Use 0x90 for fill character.
From-SVN: r24285
parent
941c63ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+2
-0
gcc/config/i386/next.h
+7
-0
No files found.
gcc/ChangeLog
View file @
4566eb62
Sat
Dec
12
23
:
39
:
10
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Sat
Dec
12
23
:
39
:
10
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
i386
/
next
.
h
(
ASM_OUTPUT_ALIGN
)
:
Use
0x90
for
fill
character
.
*
rtlanal
.
c
(
multiple_sets
)
:
New
function
.
*
rtlanal
.
c
(
multiple_sets
)
:
New
function
.
*
rtl
.
h
(
multiple_sets
)
:
Declare
it
.
*
rtl
.
h
(
multiple_sets
)
:
Declare
it
.
*
local
-
alloc
.
c
(
wipe_dead_reg
)
:
Use
it
.
*
local
-
alloc
.
c
(
wipe_dead_reg
)
:
Use
it
.
...
...
gcc/config/i386/next.h
View file @
4566eb62
...
@@ -224,3 +224,10 @@ Boston, MA 02111-1307, USA. */
...
@@ -224,3 +224,10 @@ Boston, MA 02111-1307, USA. */
== void_type_node))) ? (SIZE) : 0)
== void_type_node))) ? (SIZE) : 0)
/* END Calling Convention CHANGES */
/* END Calling Convention CHANGES */
/* NeXT still uses old binutils that don't insert nops by default
when the .align directive demands to insert extra space in the text
segment. */
#undef ASM_OUTPUT_ALIGN
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
if ((LOG)!=0) fprintf ((FILE), "\t.align %d,0x90\n", (LOG))
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