[PATCH 0/4] Remove operators for language chill

Yao Qi yao@codesourcery.com
Wed Jul 16 05:19:00 GMT 2014


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



More information about the Gdb-patches mailing list