re PR other/65366 (gdbhooks.py is incompatible with Python3)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 2 Jun 2015 07:37:22 +0000 (07:37 +0000)
committerJan Kratochvil <jkratoch@gcc.gnu.org>
Tue, 2 Jun 2015 07:37:22 +0000 (07:37 +0000)
commit4c50b2212d92f84945a39df321f0eb10dedf98c7
treeb508da888936fbdee0f3dacc12164dc9e92bbbac
parentae2bb6daf3a27388090dda644b6993bccd636d67
re PR other/65366 (gdbhooks.py is incompatible with Python3)

PR other/65366
* gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
instead of print ... .

From-SVN: r224012
gcc/ChangeLog
gcc/gdbhooks.py