Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove operators for language chill
@ 2014-07-16  5:19 Yao Qi
  2014-07-16  5:19 ` [PATCH 1/4] Remove operator BINOP_IN Yao Qi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yao Qi @ 2014-07-16  5:19 UTC (permalink / raw)
  To: gdb-patches

When doing something else, I find some operators added for language
chill are still there.  However, chill was removed several years ago.
I don't see any reason we still keep them, so this patch series is
to remove them.
 
Rebuild GDB for native mingw32 and regression tested on x86-64_linux.

*** BLURB HERE ***

Yao Qi (4):
  Remove operator BINOP_IN
  Remove operator BINOP_RANGE
  Update comments to TERNOP_SLICE
  Remove Chill from comments

 gdb/breakpoint.c     |  2 --
 gdb/eval.c           | 68 +++++++---------------------------------------------
 gdb/expprint.c       |  2 --
 gdb/gdbtypes.h       |  7 +++---
 gdb/std-operator.def | 11 ++-------
 gdb/symtab.h         |  2 +-
 6 files changed, 15 insertions(+), 77 deletions(-)

-- 
1.9.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-20 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-16  5:19 [PATCH 0/4] Remove operators for language chill Yao Qi
2014-07-16  5:19 ` [PATCH 1/4] Remove operator BINOP_IN Yao Qi
2014-07-16  5:19 ` [PATCH 3/4] Update comments to TERNOP_SLICE Yao Qi
2014-07-16  5:19 ` [PATCH 2/4] Remove operator BINOP_RANGE Yao Qi
2014-07-16  8:53 ` [PATCH 4/4] Remove Chill from comments Yao Qi
2014-07-19  9:17 ` [PATCH 0/4] Remove operators for language chill Tom Tromey
2014-07-20 23:47   ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox