diff options
Diffstat (limited to 'gas/config/obj-ecoff.c')
-rw-r--r-- | gas/config/obj-ecoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index 0c61ee3..35991da 100644 --- a/gas/config/obj-ecoff.c +++ b/gas/config/obj-ecoff.c @@ -146,7 +146,7 @@ ecoff_frob_file (void) char *set; /* Build the ECOFF debugging information. */ - assert (ecoff_data (stdoutput) != 0); + gas_assert (ecoff_data (stdoutput) != 0); hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header; ecoff_build_debug (hdr, &buf, debug_swap); |