mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
ugly bug in relocation emission
This commit is contained in:
@ -106,7 +106,7 @@ relax_addressT segment_address_in_file;
|
|||||||
for (; fixP; fixP = fixP->fx_next) {
|
for (; fixP; fixP = fixP->fx_next) {
|
||||||
if (fixP->fx_addsy != NULL) {
|
if (fixP->fx_addsy != NULL) {
|
||||||
tc_bout_fix_to_chars(*where, fixP, segment_address_in_file);
|
tc_bout_fix_to_chars(*where, fixP, segment_address_in_file);
|
||||||
where += sizeof(struct relocation_info);
|
*where += sizeof(struct relocation_info);
|
||||||
} /* if there's a symbol */
|
} /* if there's a symbol */
|
||||||
} /* for each fixup */
|
} /* for each fixup */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user