mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
addend. * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
This commit is contained in:
@@ -1788,11 +1788,6 @@ xcoff64_rtype2howto (relent, internal)
|
||||
&& (relent->howto->bitsize
|
||||
!= ((unsigned int) internal->r_size & 0x3f) + 1))
|
||||
abort ();
|
||||
|
||||
/* Put a meaningful value in addend */
|
||||
relent->addend = (internal->r_size & 0x80
|
||||
? -internal->r_vaddr
|
||||
: internal->r_vaddr);
|
||||
}
|
||||
|
||||
reloc_howto_type *
|
||||
|
||||
Reference in New Issue
Block a user