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.c | |
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.c')
-rw-r--r-- | gas/config/tc-i860.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index 0d927de..b2ba1ec 100644 --- a/gas/config/tc-i860.c +++ b/gas/config/tc-i860.c @@ -1031,7 +1031,7 @@ int md_estimate_size_before_relax (register fragS *fragP ATTRIBUTE_UNUSED, segT segtype ATTRIBUTE_UNUSED) { - as_fatal (_("i860_estimate_size_before_relax\n")); + as_fatal (_("relaxation not supported\n")); } #ifdef DEBUG_I860 |