projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42dbf88
)
Adde dfinition if INT_MAX if limits.h is not included
author
Nick Clifton
<nickc@redhat.com>
Wed, 13 Dec 2000 18:46:41 +0000
(18:46 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 13 Dec 2000 18:46:41 +0000
(18:46 +0000)
gas/dwarf2dbg.c
patch
|
blob
|
history
diff --git
a/gas/dwarf2dbg.c
b/gas/dwarf2dbg.c
index a8d8d7e1cfb17f2623ea123b2fbdcba46f3e7b57..2d733d4b65887e049e8c8ec094e65580d405ca4c 100644
(file)
--- a/
gas/dwarf2dbg.c
+++ b/
gas/dwarf2dbg.c
@@
-32,6
+32,8
@@
#ifdef HAVE_LIMITS_H
#include <limits.h>
+#else
+#define INT_MAX (int) (((unsigned)(-1)) >> 1)
#endif
#ifdef BFD_ASSEMBLER