From 9814e22f03d9380aa8865545b5c2a6840cc9d35d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Jul 1995 21:47:07 +0000 Subject: [PATCH] * conf.in: Add undef of HAVE_SBRK. --- gas/ChangeLog | 2 ++ gas/conf.in | 3 +++ 2 files changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 94c7301a680..57a14261bd5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Wed Jul 5 12:01:49 1995 Ian Lance Taylor + * conf.in: Add undef of HAVE_SBRK. + * config/obj-coff.c (obj_coff_line): Call listing_source_line, in both BFD_ASSEMBLER and non BFD_ASSEMBLER versions of the function. diff --git a/gas/conf.in b/gas/conf.in index fca9d46c665..3cbfce96af2 100644 --- a/gas/conf.in +++ b/gas/conf.in @@ -86,6 +86,9 @@ /* Define if you have the unlink function. */ #undef HAVE_UNLINK +/* Define if you have the sbrk function. */ +#undef HAVE_SBRK + /* Define if you have the header file. */ #undef HAVE_ERRNO_H -- 2.30.2