Do not use CC_HAS_LONG_LONG
authorTom Tromey <tromey@adacore.com>
Fri, 7 Jan 2022 21:00:33 +0000 (14:00 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 7 Jan 2022 21:00:33 +0000 (14:00 -0700)
commit8d5e08e10e9e5e9a8998057544c8c153779aa3f5
tree350905c20f1d1d8a2eebe58627c3009edc29a628
parentd50964864b7caf0dbde0915c0c8ada3aea48ef7a
Do not use CC_HAS_LONG_LONG

ax.cc checks CC_HAS_LONG_LONG, but nothing defines this.  However,
PRINTF_HAS_LONG_LONG is checked in configure.  This patch removes the
former and keeps the latter.  This is PR remote/14976 (filed by me in
2012, lol).

I'm checking this in.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14976
gdbserver/ax.cc