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:
ebcb91b
)
* elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
author
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Dec 2004 06:32:41 +0000
(06:32 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Dec 2004 06:32:41 +0000
(06:32 +0000)
R_MIPS_JALR entry to 0.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elfn32-mips.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 5b40903e49cf28a1f5dcdae41d68f62dc7f62342..5f79f6895f7fee104538af7a3633d468b46250a6 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,5
+1,8
@@
2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
+ * elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
+ R_MIPS_JALR entry to 0.
+
* archures.c: Define bfd_mach_mips9000.
* elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_9000.
(mips_set_isa_flags): Handle bfd_mach_mips9000.
diff --git
a/bfd/elfn32-mips.c
b/bfd/elfn32-mips.c
index 769c4149812f58de14073ee8bc88b537e1c12511..71dc2d0792c5a0bbe54774797cfd849b75485918 100644
(file)
--- a/
bfd/elfn32-mips.c
+++ b/
bfd/elfn32-mips.c
@@
-1115,7
+1115,7
@@
static reloc_howto_type elf_mips_howto_table_rela[] =
"R_MIPS_JALR", /* name */
FALSE, /* partial_inplace */
0, /* src_mask */
- 0
xffffffff,
/* dst_mask */
+ 0
,
/* dst_mask */
FALSE), /* pcrel_offset */
};