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
27f35b75
Commit
27f35b75
authored
Sep 02, 2003
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
From-SVN: r70993
parent
441c9a12
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/langhooks-def.h
+1
-1
No files found.
gcc/ChangeLog
View file @
27f35b75
2003-09-02 Andreas Jaeger <aj@suse.de>
* langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
2003-09-02 Josef Zlomek <zlomekj@suse.cz>
2003-09-02 Josef Zlomek <zlomekj@suse.cz>
* cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
* cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
...
...
gcc/langhooks-def.h
View file @
27f35b75
...
@@ -124,7 +124,7 @@ extern void lhd_initialize_diagnostics (struct diagnostic_context *);
...
@@ -124,7 +124,7 @@ extern void lhd_initialize_diagnostics (struct diagnostic_context *);
#define LANG_HOOKS_FUNCTION_LEAVE_NESTED lhd_do_nothing_f
#define LANG_HOOKS_FUNCTION_LEAVE_NESTED lhd_do_nothing_f
#define LANG_HOOKS_RTL_EXPAND_START lhd_do_nothing
#define LANG_HOOKS_RTL_EXPAND_START lhd_do_nothing
#define LANG_HOOKS_RTL_EXPAND_STMT (void
*
) abort
#define LANG_HOOKS_RTL_EXPAND_STMT (void
(*) (tree)
) abort
#define LANG_HOOKS_RTL_EXPAND_END lhd_do_nothing
#define LANG_HOOKS_RTL_EXPAND_END lhd_do_nothing
/* Attribute hooks. */
/* Attribute hooks. */
...
...
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