mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 15:41:21 +08:00
remove unused defines from sendmsg.c
libobjc/ChangeLog: 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. From-SVN: r227711
This commit is contained in:
parent
2f0c2a0cc4
commit
5625cfc443
@ -1,3 +1,11 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user