]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
2000-05-12 Michael Snyder <msnyder@.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 17 May 2000 17:10:19 +0000 (17:10 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 17 May 2000 17:10:19 +0000 (17:10 +0000)
commit1a570b2f5fa09f3130d017b5d6daa6d26593ebd8
tree3eab14d7bfa9704165dcb2c4fde8e6a0dadcae73
parentaca52a9bccedd1d8cbc5c03363eda5d7dcce6619
2000-05-12  Michael Snyder  <msnyder@.cygnus.com>

        * gdb.base/break.exp (bp on small function, optimized file):
        Add a second pass pattern.  The behavior differs here between stabs
        and dwarf for one-line functions.  Stabs preserves two line symbols
        (one before the prologue and one after) with the same line number,
        but dwarf regards these as duplicates and discards one of them.
        Therefore the address after the prologue (where the breakpoint is)
        has no exactly matching line symbol, and GDB reports the breakpoint
        as if it were in the middle of a line rather than at the beginning.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break.exp