PR target/20286.
* config/ia64/ia64.c (ia64_encode_section_info): Only abort if encoding
or symbol_str[1] is 's'.
From-SVN: r97145
+2005-03-28 James E Wilson <wilson@specifixinc.com>
+
+ PR target/20286.
+ * config/ia64/ia64.c (ia64_encode_section_info): Only abort if encoding
+ or symbol_str[1] is 's'.
+
2005-02-23 Michael Beach <michaelb@ieee.org>
PR target/20159
if (encoding == symbol_str[1])
return;
/* ??? Sdata became thread or thread becaome not thread. Lose. */
- abort ();
+ if (encoding == 's' || symbol_str[1] == 's')
+ abort ();
}
len = strlen (symbol_str);