diff options
author | Pierre Muller <muller@sourceware.org> | 2002-06-21 14:32:10 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2002-06-21 14:32:10 +0000 |
commit | f461f5cf7932cc292cafd659b4bc101967f96dee (patch) | |
tree | 70e73ce75d2927180bd2f3555f7478a75d74d4ce /gdb/ChangeLog | |
parent | 19d833a2fa6c344238385c4edadb3ffdb9c71509 (diff) | |
download | fsf-binutils-gdb-f461f5cf7932cc292cafd659b4bc101967f96dee.zip fsf-binutils-gdb-f461f5cf7932cc292cafd659b4bc101967f96dee.tar.gz fsf-binutils-gdb-f461f5cf7932cc292cafd659b4bc101967f96dee.tar.bz2 |
2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
* parse.c (parse_fprintf): New function used to avoid calls to
fprintf in bison parser generated debug code.
* parser-defs.h: Declaration of new parse_fprintf function.
* ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
Set YYDEBUG to 1 by default.
Set YYFPRINTF as parse_fprintf.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 141b88f..074b58704 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr> + + * parse.c (parse_fprintf): New function used to avoid calls to + fprintf in bison parser generated debug code. + * parser-defs.h: Declaration of new parse_fprintf function. + * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y: + Set YYDEBUG to 1 by default. + Set YYFPRINTF as parse_fprintf. + 2002-06-21 Michal Ludvig <mludvig@suse.cz> * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer |