diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1999-01-26 23:32:39 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1999-01-26 23:32:39 +0000 |
commit | d8f4ee32b235fe8803c6557c81f1c0dc793e75a8 (patch) | |
tree | 72b4ce38c641c10b9c50ff91e65a6909a1913e35 /gdb/ChangeLog | |
parent | 517ab611513c66019c95568788d09b65b17129bc (diff) | |
download | gdb-d8f4ee32b235fe8803c6557c81f1c0dc793e75a8.zip gdb-d8f4ee32b235fe8803c6557c81f1c0dc793e75a8.tar.gz gdb-d8f4ee32b235fe8803c6557c81f1c0dc793e75a8.tar.bz2 |
Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Makefile.in (c-exp.tab.c): use BISON instead of YACC, to pick
the correct value from configure output.
(jv-exp.tab.c): ditto.
(f-exp.tab.c): ditto.
(m2-exp.tab.c): ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5b40355..0fa4adc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * Makefile.in (c-exp.tab.c): use BISON instead of YACC, to pick + the correct value from configure output. + (jv-exp.tab.c): ditto. + (f-exp.tab.c): ditto. + (m2-exp.tab.c): ditto. + 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com) * breakpoint.h (ep_is_exception_catchpoint): Add prototype. |