diff options
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 8 | ||||
-rw-r--r-- | libobjc/sendmsg.c | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 26e468fc584..17dba5997b5 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,6 +1,14 @@ 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> PR libobjc/24775 + * sendmsg.c (gen_rtx): Remove macro. + (gen_rtx_MEM): Likewise. + (gen_rtx_REG): Likewise. + (rtx): Likewise. + +2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> + + PR libobjc/24775 * sendmsg.c: Remove check of STRUCT_VALUE macro. 2015-05-13 Eric Botcazou <ebotcazou@adacore.com> diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 3a079f08903..ba3193069ae 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -47,13 +47,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <assert.h> /* For assert */ #include <string.h> /* For strlen */ -#define gen_rtx(args...) 1 -#define gen_rtx_MEM(args...) 1 -#define gen_rtx_REG(args...) 1 -/* Already defined in gcc/coretypes.h. So prevent double definition warning. */ -#undef rtx -#define rtx int - #define INVISIBLE_STRUCT_RETURN 1 /* The uninstalled dispatch table. If a class' dispatch table points |