2000-07-19 H.J. Lu <hjl@gnu.org>

* sb.c: Include <stdlib.h> if exists for abort ().
This commit is contained in:
H.J. Lu 2000-07-19 17:47:08 +00:00
parent cc17453a58
commit f980ada0e1
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -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