mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Changed format of help message
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jul 17 11:42:20 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-m32r.c (ms_show_usage): Formatting changes.
|
||||||
|
|
||||||
Wed Jul 15 15:38:28 1998 Ian Lance Taylor <ian@cygnus.com>
|
Wed Jul 15 15:38:28 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* config/tc-i386.c (md_assemble): Don't get confused by trailing
|
* config/tc-i386.c (md_assemble): Don't get confused by trailing
|
||||||
|
@ -331,7 +331,8 @@ m32r_do_align (n, fill, len, max)
|
|||||||
int len;
|
int len;
|
||||||
int max;
|
int max;
|
||||||
{
|
{
|
||||||
if ((fill == NULL || (* fill == 0 && len == 1))
|
/* Only do this if the fill pattern wasn't specified. */
|
||||||
|
if (fill == NULL
|
||||||
&& (now_seg->flags & SEC_CODE) != 0
|
&& (now_seg->flags & SEC_CODE) != 0
|
||||||
/* Only do this special handling if aligning to at least a
|
/* Only do this special handling if aligning to at least a
|
||||||
4 byte boundary. */
|
4 byte boundary. */
|
||||||
@ -484,6 +485,12 @@ m32r_fill_insn (done)
|
|||||||
subseg_set (seg, subseg);
|
subseg_set (seg, subseg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (done && debug_sym_link)
|
||||||
|
{
|
||||||
|
expand_debug_syms (debug_sym_link, 1);
|
||||||
|
debug_sym_link = (sym_linkS *)0;
|
||||||
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user