Skip to content

Commit

Permalink
remove unused defines from sendmsg.c
Browse files Browse the repository at this point in the history
libobjc/ChangeLog:

2015-09-12  Trevor Saunders  <[email protected]>

	PR libobjc/24775
	* sendmsg.c (gen_rtx): Remove macro.
	(gen_rtx_MEM): Likewise.
	(gen_rtx_REG): Likewise.
	(rtx): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227711 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
tbsaunde committed Sep 12, 2015
1 parent 43554d4 commit 928b9ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions libobjc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2015-09-12 Trevor Saunders <[email protected]>

PR libobjc/24775
* sendmsg.c (gen_rtx): Remove macro.
(gen_rtx_MEM): Likewise.
(gen_rtx_REG): Likewise.
(rtx): Likewise.

2015-09-12 Trevor Saunders <[email protected]>

PR libobjc/24775
Expand Down
7 changes: 0 additions & 7 deletions libobjc/sendmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 928b9ff

Please sign in to comment.