]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR 43726 * config/lm32/lm32.h: Remove definition of GO_IF_MODE_DEPENDENT_ADDRESS.
authorjbeniston <jbeniston@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 May 2010 15:05:48 +0000 (15:05 +0000)
committerjbeniston <jbeniston@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 May 2010 15:05:48 +0000 (15:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159922 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/lm32/lm32.h

index 9c4d319df4ca5831c16fdfa342208bec17511ce3..0490e7c5f74dc413af1528b328e38d9e39974619 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-27  Jon `:wqBeniston <jon@beniston.com
+
+       PR 43726
+       * config/lm32/lm32.h: Remove definition of 
+       GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
+
 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR lto/44230
index 814f5b5258c6b776bdee14ec3c9e8d8d1888046e..3a81457672261af3343296d675997217d9c7a3a6 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions of target machine for GNU compiler, Lattice Mico32 architecture.
    Contributed by Jon Beniston <jon@beniston.com>
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -371,9 +371,6 @@ enum reg_class
 #define REG_OK_FOR_BASE_P(X) NONSTRICT_REG_OK_FOR_BASE_P(X)
 #endif
 
-#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL)                      \
-  if (GET_CODE (ADDR) == PLUS) goto LABEL;                             \
-
 #define LEGITIMATE_CONSTANT_P(X) lm32_legitimate_constant_p
 
 /*-------------------------*/