* sb.c (sb_build): Undefine abort before calling it, since gasp

does not provide as_abort.
This commit is contained in:
Ian Lance Taylor 1995-08-23 22:21:51 +00:00
parent cb7a68927a
commit bd36216202
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -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 ();