diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-05-16 13:49:21 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-05-16 13:49:21 +0000 |
commit | c9af212bec3f5476426b5eb72134ea089572bc1c (patch) | |
tree | 59b5549aac0dc138d1541b4ffb40193c54bc8bd4 /gdb | |
parent | 2be99286c5a8af8d5416c1f3a434187d547379b4 (diff) | |
download | gdb-c9af212bec3f5476426b5eb72134ea089572bc1c.zip gdb-c9af212bec3f5476426b5eb72134ea089572bc1c.tar.gz gdb-c9af212bec3f5476426b5eb72134ea089572bc1c.tar.bz2 |
Correct date in commit message.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36a9945..5a5a2f1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,7 +2,7 @@ * MAINTAINERS: Update my email address. -2002-05-15 Richard Earnshaw <rearnsha@arm.com> +2002-05-16 Richard Earnshaw <rearnsha@arm.com> * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic include file of the same name. @@ -25,8 +25,8 @@ Carries the type of the expression at the position that is parsed. (push_current_type, pop_current_type): Two new functions. Used to store/restore current_type in expression on specific tokens. - (search_field): New static variable. Set to one after parsing a point as - at that point only a FIELDNAME token should be searched. + (search_field): New static variable. Set to one after parsing a point + as at that point only a FIELDNAME token should be searched. (FIELDNAME): New token. After a point only a token belonging to current_type type definition is allowed. (all over token rules): reset and change current_type according |