projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4df3d
)
* bfd/elfxx-mips.c (mips_elf_calculate_relocation): Fix mode for stub
author
Thiemo Seufer
<ths@networkno.de>
Fri, 9 Jun 2006 13:47:41 +0000
(13:47 +0000)
committer
Thiemo Seufer
<ths@networkno.de>
Fri, 9 Jun 2006 13:47:41 +0000
(13:47 +0000)
calling relocations.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elfxx-mips.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 4f8b9dc5ea8b6223d3476fa0cd3bdb6a5cb617c2..35db545846437814e628cbf137af5ed49725c81a 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2006-06-09 David Ung <davidu@mips.com>
+
+ * bfd/elfxx-mips.c (mips_elf_calculate_relocation): Fix mode for stub
+ calling relocations.
+
2006-06-08 David Daney <ddaney@avtrex.com>
* elfxx-mips.c (STUB_LI16): Removed.
diff --git
a/bfd/elfxx-mips.c
b/bfd/elfxx-mips.c
index 45917811a40571ac8b2df265cb653eb933d08920..638815f0208af9f828802ad2ea8bc202787a8ef4 100644
(file)
--- a/
bfd/elfxx-mips.c
+++ b/
bfd/elfxx-mips.c
@@
-4074,6
+4074,8
@@
mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd,
}
symbol = sec->output_section->vma + sec->output_offset;
+ /* The target is 16-bit, but the stub isn't. */
+ target_is_16_bit_code_p = FALSE;
}
/* If this is a 16-bit call to a 32- or 64-bit function with a stub, we
need to redirect the call to the stub. */