This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] remove tm.h from libobjc/sendmsg.c


From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

Hi,

I thought I'd see how hard it is to get tm.h out of libobjc/ so it wouldn't be
necessary to check there for uses of target macros.

each patch individually bootstrapped + regtested on x86_64-linux-gnu, ok?

Trev


Trevor Saunders (3):
  remove STRUCT_VALUE macro
  remove unused defines from sendmsg.c
  stop including tm.h in sendmsg.c

 gcc/config/arc/arc.h       |  4 ----
 gcc/config/lm32/lm32.h     |  2 --
 gcc/config/mep/mep.h       |  2 --
 gcc/config/visium/visium.h |  8 --------
 gcc/system.h               |  2 +-
 libobjc/sendmsg.c          | 14 --------------
 6 files changed, 1 insertion(+), 31 deletions(-)

-- 
2.4.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]