diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-18 13:03:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-18 13:03:12 +0000 |
commit | b2f58c0c095f7f8f1d8c2d2368d58bf2815a1084 (patch) | |
tree | 9aecc9b4554704aba90771ba995cbddf0c57e545 /gas/config/tc-i860.h | |
parent | 5f4273c75a6fae3006d151613d9c6486fa721850 (diff) | |
download | gdb-b2f58c0c095f7f8f1d8c2d2368d58bf2815a1084.zip gdb-b2f58c0c095f7f8f1d8c2d2368d58bf2815a1084.tar.gz gdb-b2f58c0c095f7f8f1d8c2d2368d58bf2815a1084.tar.bz2 |
PR gas/5172
* config/tc-arc.c (md_estimate_size_before_relax): Change error message.
(md_convert_frag): Just call abort.
* config/tc-i860.c (md_estimate_size_before_relax): Change error message.
* config/tc-i860.h (md_convert_frag): Just call abort.
* config/tc-ip2k.c (md_estimate_size_before_relax): Change error message.
(md_convert_frag): Just call abort.
* config/tc-m68k.c (m68k_ip): Do not attempt translation of architecture names.
Diffstat (limited to 'gas/config/tc-i860.h')
-rw-r--r-- | gas/config/tc-i860.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i860.h b/gas/config/tc-i860.h index b618f09..c261892 100644 --- a/gas/config/tc-i860.h +++ b/gas/config/tc-i860.h @@ -73,7 +73,7 @@ extern int target_big_endian; #define LOCAL_LABELS_FB 1 #define LISTING_HEADER "GAS for i860" -#define md_convert_frag(b,s,f) as_fatal (_("i860_convert_frag\n")); +#define md_convert_frag(b,s,f) abort () /* Values passed to md_apply_fix don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 |