diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-11 03:01:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-11 03:01:38 +0000 |
commit | f79684510882635e019fc11855b9b7defdb18689 (patch) | |
tree | b5f59d4a9bb0112c6f43c1c1f97767ee2beaceb9 /gdb/ChangeLog | |
parent | ae99b39843aa37ee127e04f4d98343c52349d49f (diff) | |
download | gdb-f79684510882635e019fc11855b9b7defdb18689.zip gdb-f79684510882635e019fc11855b9b7defdb18689.tar.gz gdb-f79684510882635e019fc11855b9b7defdb18689.tar.bz2 |
2003-07-10 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Simplify predicate methods. Remove need to provide
pre-default. Note: re-generate has no effect.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index af1c34a..99e1b3d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2003-07-10 Andrew Cagney <cagney@redhat.com> + * gdbarch.sh: Simplify predicate methods. Remove need to provide + pre-default. Note: re-generate has no effect. + +2003-07-10 Andrew Cagney <cagney@redhat.com> + * gdbarch.sh: When a variable, but not a function, compare against 0. Fix problem in previous patch. * gdbarch.c: Re-generate. |