mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-03 11:28:45 +08:00
2000-12-29 H.J. Lu <hjl@gnu.org>
* listing.c (calc_hex): Print the variable part only if the fragment type is rs_fill.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-12-29 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* listing.c (calc_hex): Print the variable part only if the
|
||||||
|
fragment type is rs_fill.
|
||||||
|
|
||||||
2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
|
2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
* doc/internals.texi (tc_conditional_pseudoop,
|
* doc/internals.texi (tc_conditional_pseudoop,
|
||||||
|
@ -613,6 +613,7 @@ calc_hex (list)
|
|||||||
data_buffer_size += 2;
|
data_buffer_size += 2;
|
||||||
octet_in_frag++;
|
octet_in_frag++;
|
||||||
}
|
}
|
||||||
|
if (frag_ptr->fr_type == rs_fill)
|
||||||
{
|
{
|
||||||
unsigned int var_rep_max = octet_in_frag;
|
unsigned int var_rep_max = octet_in_frag;
|
||||||
unsigned int var_rep_idx = octet_in_frag;
|
unsigned int var_rep_idx = octet_in_frag;
|
||||||
|
Reference in New Issue
Block a user