]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/valarith.c
* expression.h (BINOP_CONCAT): Document use for self concatenation
authorFred Fish <fnf@specifix.com>
Thu, 28 Jan 1993 05:47:42 +0000 (05:47 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 28 Jan 1993 05:47:42 +0000 (05:47 +0000)
commit2fcc38b81f6cc89e87e44f62e87bcb3b4cb86549
treea5e197d7b9f47f7a190c00d7f5d69344e52c7fd6
parent3a8d4a5faf054469d3309dfc393c6ad6ed9a9177
* expression.h (BINOP_CONCAT): Document use for self concatenation
an integral number of times.
* language.c (binop_type_check):  Extend BINOP_CONCAT for self
concatenation case.
* valarith.c (value_concat):  Rewrite to support self
concatenation an integral number of times.
**** start-sanitize-chill ****
* Makefile.in (ch-exp.tab.c):  Change "expect" message.
* ch-exp.y (FIXME's):  Make all FIXME tokens distinct, to
eliminate hundreds of spurious shift/reduce and reduce/reduce
conflicts that mask the 5 real ones.
* ch-exp.y (STRING, CONSTANT, SC):  Remove unused tokens.
* ch-exp.y (integer_literal_expression):  Remove production,
no longer used.
**** end-sanitize-chill ****
gdb/ChangeLog
gdb/Makefile.in
gdb/ch-exp.y
gdb/language.c
gdb/valarith.c