diff options
author | Pierre Muller <muller@sourceware.org> | 2007-09-25 16:23:55 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2007-09-25 16:23:55 +0000 |
commit | 0b058123a01a282fe112ee8863bfbf0abf89f29b (patch) | |
tree | 7f3251ed2d01ea3b41192b1598cb71bcbeec3a19 /gdb/ChangeLog | |
parent | b18bb924a22f7be9eba419397593835fa4439d03 (diff) | |
download | gdb-0b058123a01a282fe112ee8863bfbf0abf89f29b.zip gdb-0b058123a01a282fe112ee8863bfbf0abf89f29b.tar.gz gdb-0b058123a01a282fe112ee8863bfbf0abf89f29b.tar.bz2 |
2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
* p-exp.y: Fix 12 ARI reported problems.
(name_not_typename): Fix 2 operator at end of line issues.
(yylex): Fix 3 operator at end of line issues.
Replace 7 DEPRECATED_STREQ macros using strcmp function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 322c909..fa412fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr> + + * p-exp.y: Fix 12 ARI reported problems. + (name_not_typename): Fix 2 operator at end of line issues. + (yylex): Fix 3 operator at end of line issues. + Replace 7 DEPRECATED_STREQ macros using strcmp function. + 2007-09-25 David Ung <davidu@mips.com> Maciej W. Rozycki <macro@mips.com> @@ -360,7 +367,7 @@ * gdbthread.h (switch_to_thread): Add prototype. * thread.c (switch_to_thread): Make global. -2007-09-07 2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr> +2007-09-07 Pierre Muller <muller@ics.u-strasbg.fr> * p-valprint.c: Fix 7 ARI reported problems. (pascal_val_print): Fix one operator at end of line issue. |