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
ccc0b2f9
Commit
ccc0b2f9
authored
Aug 02, 1999
by
Nick Clifton
Committed by
Nick Clifton
Aug 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only define STRICT_ALIGNMENT if it is not already defined.
From-SVN: r28402
parent
b3d9ecf0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+5
-0
gcc/config/v850/v850.h
+2
-0
No files found.
gcc/ChangeLog
View file @
ccc0b2f9
1999
-
08
-
02
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
v850
/
v850
.
h
(
STRICT_ALIGNMENT
)
:
Only
define
if
not
already
defined
.
Mon
Aug
2
03
:
38
:
33
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Mon
Aug
2
03
:
38
:
33
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
c
(
legitimize_pic_address
)
:
Clarify
comments
.
Do
not
call
the
*
pa
.
c
(
legitimize_pic_address
)
:
Clarify
comments
.
Do
not
call
the
...
...
gcc/config/v850/v850.h
View file @
ccc0b2f9
...
@@ -301,7 +301,9 @@ extern struct small_memory_info small_memory[(int)SMALL_MEMORY_max];
...
@@ -301,7 +301,9 @@ extern struct small_memory_info small_memory[(int)SMALL_MEMORY_max];
/* Define this if move instructions will actually fail to work
/* Define this if move instructions will actually fail to work
when given unaligned data. */
when given unaligned data. */
#ifndef STRICT_ALIGNMENT 1
#define STRICT_ALIGNMENT 1
#define STRICT_ALIGNMENT 1
#endif
/* Define this as 1 if `char' should by default be signed; else as 0.
/* Define this as 1 if `char' should by default be signed; else as 0.
...
...
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