* sb.c (sb_build): Undefine abort before calling it, since gasp
authorIan Lance Taylor <ian@airs.com>
Wed, 23 Aug 1995 22:21:51 +0000 (22:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 23 Aug 1995 22:21:51 +0000 (22:21 +0000)
does not provide as_abort.

gas/ChangeLog
gas/sb.c

index ee6b0279083b167e337ebee25b62823dd400cc52..cfafd4ff20d46d557d8a6cd0730a40a851164327 100644 (file)
@@ -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
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 ();
 
This page took 0.028534 seconds and 4 git commands to generate.