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
0a02170f
Commit
0a02170f
authored
Jul 29, 2001
by
Kazu Hirata
Committed by
Kazu Hirata
Jul 29, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.h: Fix formatting.
From-SVN: r44440
parent
134d3a2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.h
+6
-6
No files found.
gcc/ChangeLog
View file @
0a02170f
2001-07-28 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h: Fix formatting.
Sat Jul 28 23:35:22 CEST 2001 Jan Hubicka <jh@suse.cz>
* basic-block.h (EDGE_FREQUENCY): New macro.
...
...
gcc/config/h8300/h8300.h
View file @
0a02170f
...
...
@@ -850,7 +850,7 @@ struct cum_arg
&& INTVAL (XEXP (XEXP (XEXP (OP, 0), 1), 1)) == - (int) STACK_BOUNDARY / 8 \
&& XEXP (XEXP (OP, 0), 0) == stack_pointer_rtx)
/* 'U' if valid for a bset destination;
/* 'U' if valid for a bset destination;
i.e. a register, register indirect, or the eightbit memory region
(a SYMBOL_REF with an SYMBOL_REF_FLAG set).
...
...
@@ -1175,15 +1175,15 @@ readonly_data () \
so the call patterns can generate the correct code. */
#define ENCODE_SECTION_INFO(DECL) \
if (TREE_CODE (DECL) == FUNCTION_DECL \
&& h8300_funcvec_function_p (DECL)) \
&& h8300_funcvec_function_p (DECL)) \
SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1; \
else if ((TREE_STATIC (DECL) || DECL_EXTERNAL (DECL)) \
&& TREE_CODE (DECL) == VAR_DECL
\
&& h8300_eightbit_data_p (DECL))
\
&& TREE_CODE (DECL) == VAR_DECL
\
&& h8300_eightbit_data_p (DECL))
\
SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1; \
else if ((TREE_STATIC (DECL) || DECL_EXTERNAL (DECL)) \
&& TREE_CODE (DECL) == VAR_DECL
\
&& h8300_tiny_data_p (DECL)) \
&& TREE_CODE (DECL) == VAR_DECL
\
&& h8300_tiny_data_p (DECL)) \
h8300_encode_label (DECL);
/* Store the user-specified part of SYMBOL_NAME in VAR.
...
...
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