OSDN Git Service

2000-07-19 H.J. Lu <hjl@gnu.org>
authorhjl <hjl>
Wed, 19 Jul 2000 17:47:08 +0000 (17:47 +0000)
committerhjl <hjl>
Wed, 19 Jul 2000 17:47:08 +0000 (17:47 +0000)
* sb.c: Include <stdlib.h> if exists for abort ().

gas/ChangeLog
gas/sb.c

index 391fa47..9d6f492 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-19  H.J. Lu  <hjl@gnu.org>
+
+       * sb.c: Include <stdlib.h> if exists for abort ().
+
 2000-07-19  Alan Modra  <alan@linuxcare.com.au>
 
        * config/tc-hppa.c (hppa_fix_adjustable): Correct LR%/RR% comment.
index 6ec23fc..7894602 100644 (file)
--- a/gas/sb.c
+++ b/gas/sb.c
@@ -23,6 +23,9 @@
 
 #include "config.h"
 #include <stdio.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else