diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-23 22:21:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-23 22:21:51 +0000 |
commit | bd36216202ebbadddda9ee371804998afc239691 (patch) | |
tree | c8e3e550675791ab27e20f28d5f5f464c824813b /gas/sb.c | |
parent | cb7a68927ab066fb794ed40ad38f601845516fe4 (diff) | |
download | gdb-bd36216202ebbadddda9ee371804998afc239691.zip gdb-bd36216202ebbadddda9ee371804998afc239691.tar.gz gdb-bd36216202ebbadddda9ee371804998afc239691.tar.bz2 |
* sb.c (sb_build): Undefine abort before calling it, since gasp
does not provide as_abort.
Diffstat (limited to 'gas/sb.c')
-rw-r--r-- | gas/sb.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); |