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:
cb7a689
)
* sb.c (sb_build): Undefine abort before calling it, since gasp
author
Ian Lance Taylor
<ian@airs.com>
Wed, 23 Aug 1995 22:21:51 +0000
(22:21 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 23 Aug 1995 22:21:51 +0000
(22:21 +0000)
does not provide as_abort.
gas/ChangeLog
patch
|
blob
|
history
gas/sb.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index ee6b0279083b167e337ebee25b62823dd400cc52..cfafd4ff20d46d557d8a6cd0730a40a851164327 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+Wed Aug 23 15:18:20 1995 Ian Lance Taylor (ian@cygnus.com)
+
+ * sb.c (sb_build): Undefine abort before calling it, since gasp
+ does not provide as_abort.
+
Wed Aug 23 10:40:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* config/tc-ppc.c (set_target_endian): New static to say whether
diff --git
a/gas/sb.c
b/gas/sb.c
index b48b07616ea97c0c4535a50b37cd8d91b1962415..b6af2ef78776b24370cd22213c15939668f37ddc 100644
(file)
--- a/
gas/sb.c
+++ b/
gas/sb.c
@@
-63,6
+63,7
@@
sb_build (ptr, size)
/* see if we can find one to allocate */
sb_element *e;
+#undef abort
if (size > sb_max_power_two)
abort ();