aboutsummaryrefslogtreecommitdiff
path: root/gas/sb.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/sb.c')
-rw-r--r--gas/sb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/sb.c b/gas/sb.c
index b48b076..b6af2ef 100644
--- 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 ();