diff options
author | Jim Blandy <jimb@codesourcery.com> | 2006-01-12 00:51:45 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2006-01-12 00:51:45 +0000 |
commit | 761ae4d6261a4d66de9a699b9ccee8688f12a9a5 (patch) | |
tree | b540e49fa410fcf5c6038307c1616d71f20b77e2 /gdb/testsuite/ChangeLog | |
parent | aaab19ef48421b5b29ee8a30adeb7c41e8ec48ac (diff) | |
download | gdb-761ae4d6261a4d66de9a699b9ccee8688f12a9a5.zip gdb-761ae4d6261a4d66de9a699b9ccee8688f12a9a5.tar.gz gdb-761ae4d6261a4d66de9a699b9ccee8688f12a9a5.tar.bz2 |
2006-01-04 Jim Blandy <jimb@redhat.com>
* gdb.asm/asm-source.exp: Independently provide default values for
asm-flags and debug-flags. Use 'string equal' to do the
comparison, not the implicit expr's '==' operator. Remove
now-unneeded assignments to asm-flags. In h8300 case, place
"-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a5353bb..8eecae8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2006-01-04 Jim Blandy <jimb@redhat.com> + + * gdb.asm/asm-source.exp: Independently provide default values for + asm-flags and debug-flags. Use 'string equal' to do the + comparison, not the implicit expr's '==' operator. Remove + now-unneeded assignments to asm-flags. In h8300 case, place + "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags. + 2006-01-04 Michael Snyder <msnyder@redhat.com> * gdb.base/checkpoint.c: New file. |