mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* config/obj-coff.c (fixup_segment): After handling the difference
of two symbols from the same segment, set fx_subsy to NULL, to satisfy existing TC_COUNT_RELOC macros.
This commit is contained in:
parent
8532893d17
commit
430a399719
@ -1,3 +1,9 @@
|
||||
Tue Sep 13 12:08:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* config/obj-coff.c (fixup_segment): After handling the difference
|
||||
of two symbols from the same segment, set fx_subsy to NULL, to
|
||||
satisfy existing TC_COUNT_RELOC macros.
|
||||
|
||||
Tue Sep 13 01:47:08 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||
|
||||
* aclocal.m4 (GAS_GDBINIT): New macro.
|
||||
|
@ -3475,6 +3475,7 @@ fixup_segment (segP, this_segment_type)
|
||||
|
||||
add_symbolP = NULL;
|
||||
fixP->fx_addsy = NULL;
|
||||
fixP->fx_subsy = NULL;
|
||||
fixP->fx_done = 1;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user