diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-12 07:52:05 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-12 07:52:05 +0000 |
commit | f3cb52fc298256b40ac29a4ed315eedda710f9aa (patch) | |
tree | 30d336ac36e5d65e0f68d3dc7b5ef3da92af21cd /gcc/config/d30v/d30v.h | |
parent | c69bb58b20cc4f58879198bb2bd386354ae61e71 (diff) | |
download | gcc-f3cb52fc298256b40ac29a4ed315eedda710f9aa.tar.gz |
PR bootstrap/4191
* config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
* flow.c (mark_used_reg): Manage reg_cond_dead properly for
modes spanning multiple hard regs.
* recog.c (peephole2_optimize): Rebuild jump labels as needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/d30v/d30v.h')
-rw-r--r-- | gcc/config/d30v/d30v.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index 122e8b25b10..41eceb575e1 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -3357,7 +3357,6 @@ do { \ Defined in svr4.h. */ /* #define INIT_SECTION_ASM_OP */ -#undef INIT_SECTION_ASM_OP /* If defined, `main' will not call `__main' as described above. This macro should be defined for systems that control the contents of the init section |