mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* sb.c (sb_build): Undefine abort before calling it, since gasp
does not provide as_abort.
This commit is contained in:
@ -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
|
||||
|
1
gas/sb.c
1
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 ();
|
||||
|
||||
|
Reference in New Issue
Block a user