Commit 02a854f9 by Jakub Jelinek Committed by Jakub Jelinek

* config/i386/linux64.h (REG_NAME): Define.

From-SVN: r91374
parent 47d42ce2
2004-11-27 Jakub Jelinek <jakub@redhat.com>
* config/i386/linux64.h (REG_NAME): Define.
2004-11-27 Jakub Jelinek <jakub@redhat.com>
* fold-const.c (extract_muldiv_1) <case ABS_EXPR>: If ctype is
unsigned and type signed, build ABS_EXPR with signed_type (ctype)
and only afterwards convert to ctype.
......
......@@ -70,3 +70,6 @@ Boston, MA 02111-1307, USA. */
#define NEED_INDICATE_EXEC_STACK 1
#define MD_UNWIND_SUPPORT "config/i386/linux-unwind.h"
/* This macro may be overriden in i386/k*bsd-gnu.h */
#define REG_NAME(reg) reg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment