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:
037849a
)
#include <limits.h> only if it exists.
author
Nick Clifton
<nickc@redhat.com>
Wed, 13 Dec 2000 18:42:28 +0000
(18:42 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 13 Dec 2000 18:42:28 +0000
(18:42 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/dwarf2dbg.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index abbb0a1fcf1015b9243db3c90ff2763aced2f631..35ed0efb78d595cf020446e7dda80fd2325b50f7 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
+
+ * dwarf2dbg.c: #include <limits.h> only if it exists.
+
2000-12-13 Rodney Brown <RodneyBrown@mynd.com>
* config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
diff --git
a/gas/dwarf2dbg.c
b/gas/dwarf2dbg.c
index 5866cb4ae6bbc20cfaf62c1d4c2bc321e23be89c..a8d8d7e1cfb17f2623ea123b2fbdcba46f3e7b57 100644
(file)
--- a/
gas/dwarf2dbg.c
+++ b/
gas/dwarf2dbg.c
@@
-28,10
+28,12
@@
FILENO is the filenumber. */
#include "ansidecl.h"
-#include <limits.h>
-
#include "as.h"
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
+
#ifdef BFD_ASSEMBLER
#include "dwarf2dbg.h"