summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2004-03-09 20:50:56 +0000
committerJim Wilson <wilson@tuliptree.org>2004-03-09 20:50:56 +0000
commit8198781bbba8f64066d4f6d4bdbd5745057af3bc (patch)
tree0feeec6c9de7c7488c913e1439cebfdf8b817260
parent9e913d08764b98ff3b65d1bfae72f6876da92e99 (diff)
downloadgdb-8198781bbba8f64066d4f6d4bdbd5745057af3bc.tar.gz
Patch from Steve Ellcey for potential race condition.cagney_tramp-20040309-branchpoint
* elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elfxx-ia64.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index de8ec454797..22ab879ae29 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-09 Steve Ellcey <sje@cup.hp.com>
+
+ * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
+
2004-03-05 Fred Fish <fnf@redhat.com>
* elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c
index 878511bb828..9c65696790f 100644
--- a/bfd/elfxx-ia64.c
+++ b/bfd/elfxx-ia64.c
@@ -635,7 +635,7 @@ static const bfd_byte plt_min_entry[PLT_MIN_ENTRY_SIZE] =
static const bfd_byte plt_full_entry[PLT_FULL_ENTRY_SIZE] =
{
0x0b, 0x78, 0x00, 0x02, 0x00, 0x24, /* [MMI] addl r15=0,r1;; */
- 0x00, 0x41, 0x3c, 0x30, 0x28, 0xc0, /* ld8 r16=[r15],8 */
+ 0x00, 0x41, 0x3c, 0x70, 0x29, 0xc0, /* ld8.acq r16=[r15],8*/
0x01, 0x08, 0x00, 0x84, /* mov r14=r1;; */
0x11, 0x08, 0x00, 0x1e, 0x18, 0x10, /* [MIB] ld8 r1=[r15] */
0x60, 0x80, 0x04, 0x80, 0x03, 0x00, /* mov b6=r16 */