diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-27 12:21:31 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2004-11-27 12:21:31 +0100 |
commit | 02a854f97056ad1905dbb531e179ef1b0a254497 (patch) | |
tree | c5191dc236ecc3491b991532be0b93c5f268c6a2 | |
parent | 47d42ce2710bf905381c70cf2cd8c7b3495b4af0 (diff) | |
download | gcc-02a854f97056ad1905dbb531e179ef1b0a254497.zip gcc-02a854f97056ad1905dbb531e179ef1b0a254497.tar.gz gcc-02a854f97056ad1905dbb531e179ef1b0a254497.tar.bz2 |
* config/i386/linux64.h (REG_NAME): Define.
From-SVN: r91374
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/linux64.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c81048..a45f517 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index 9f94080..bb8ca09 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -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 |