mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
* conf.in: Add undef of HAVE_SBRK.
This commit is contained in:
parent
6c495350ae
commit
9814e22f03
@ -1,5 +1,7 @@
|
||||
Wed Jul 5 12:01:49 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -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 <errno.h> header file. */
|
||||
#undef HAVE_ERRNO_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user