mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
* config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
This commit is contained in:
parent
58c5d7f637
commit
0687ccb244
@ -1,3 +1,7 @@
|
||||
2004-08-11 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
|
||||
|
||||
2004-08-11 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
|
||||
|
@ -18,9 +18,3 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* UINT_MAX is defined in <sys/limits.h> as a decimal constant (4294967295)
|
||||
which is too large to fit in a signed int when it is parsed by the
|
||||
compiler, so it issues a diagnostic. Just undef it here so that we
|
||||
use gdb's version in defs.h */
|
||||
#undef UINT_MAX
|
||||
|
Loading…
Reference in New Issue
Block a user