]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
[testsuite] dw2-const.S: fix type reference size on 64bit platforms.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 22 Sep 2010 19:13:40 +0000 (19:13 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 22 Sep 2010 19:13:40 +0000 (19:13 +0000)
commite8ae22d1973d52e41b24f9ac58b4c5da9d3cff13
tree247ba7b7c2d98d2695bb71dfb8644fb44dc78592
parent72929c628e0547bcffcbb3e7b7afabb912ce246b
[testsuite] dw2-const.S: fix type reference size on 64bit platforms.

The testcase was failing on various 64bit platforms, because the
debugging info said that the target type for a const type is a
4-byte reference.  In the asm file, I used a .long directive, but
the size of .long is of course dependent on the platform.  This
replaces this .long by a .4byte directive.

gdb/testsuite/ChangeLog:

        * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
        type of our const type.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-const.S