diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-03-12 21:16:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-03-12 21:16:09 +0000 |
commit | f75c77fc06691fd6a6340cfffdb81568d6f93146 (patch) | |
tree | 26b8a231c9107c73c59f4e3e6093a3270f9aea82 /gdb/ChangeLog | |
parent | 911c6daef6aa101c4fd240e342074c2efcf1d5a7 (diff) | |
download | gdb-f75c77fc06691fd6a6340cfffdb81568d6f93146.zip gdb-f75c77fc06691fd6a6340cfffdb81568d6f93146.tar.gz gdb-f75c77fc06691fd6a6340cfffdb81568d6f93146.tar.bz2 |
2000-03-11 Mark Kettenis <kettenis@gnu.org>
* gnu-nat.c: Fix the formatting where indent misinterpreted `&' as
a binary operator.
(gnu_attach): Change error message for missing
argument to be identical to the corresponding message in
`inftarg.c'. This makes the testsuite happy.
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 2fd2e43..70d35b7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2000-03-11 Mark Kettenis <kettenis@gnu.org> + * gnu-nat.c: Fix the formatting where indent misinterpreted `&' as + a binary operator. + (gnu_attach): Change error message for missing + argument to be identical to the corresponding message in + `inftarg.c'. This makes the testsuite happy. + +2000-03-11 Mark Kettenis <kettenis@gnu.org> + * i386gnu-nat.c (gnu_store_registers): Make sure the T bit in the %eflags isn't modified. This fixes a bug where every call to a function in the program beyond the first call would fail. |