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:
6c49535
)
* conf.in: Add undef of HAVE_SBRK.
author
Ian Lance Taylor
<ian@airs.com>
Wed, 5 Jul 1995 21:47:07 +0000
(21:47 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 5 Jul 1995 21:47:07 +0000
(21:47 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/conf.in
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 94c7301a680ca12a3c979fad79f46033ee79710a..57a14261bd50144a030f9c6a6deb33addec41edf 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/conf.in
b/gas/conf.in
index fca9d46c665139ef407e16431e18ea06891e87ad..3cbfce96af243d9134a392ad5d355982bda8986e 100644
(file)
--- 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 <errno.h> header file. */
#undef HAVE_ERRNO_H