mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
imprrove error message
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-02 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (arm_frag_align_code): Change error message to
|
||||||
|
more explanatory version.
|
||||||
|
|
||||||
2001-04-29 Keith M Wesolowski <wesolows@foobazco.org>
|
2001-04-29 Keith M Wesolowski <wesolows@foobazco.org>
|
||||||
|
|
||||||
* config/tc-mips.c (md_parse_option): Also accept
|
* config/tc-mips.c (md_parse_option): Also accept
|
||||||
|
@ -8854,7 +8854,7 @@ arm_frag_align_code (n, max)
|
|||||||
/* We assume that there will never be a requirment
|
/* We assume that there will never be a requirment
|
||||||
to support alignments greater than 32 bytes. */
|
to support alignments greater than 32 bytes. */
|
||||||
if (max > 31)
|
if (max > 31)
|
||||||
as_fatal (_("alignments in code section > 32 not supported."));
|
as_fatal (_("alignments greater than 32 bytes not supported in .text sections."));
|
||||||
|
|
||||||
p = frag_var (rs_align_code,
|
p = frag_var (rs_align_code,
|
||||||
31,
|
31,
|
||||||
|
Reference in New Issue
Block a user