mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 00:19:50 +08:00
* langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
From-SVN: r70993
This commit is contained in:
parent
441c9a1224
commit
27f35b75fe
@ -1,3 +1,7 @@
|
|||||||
|
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
|
||||||
|
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user