(elf_cpu32_plt0_entry): Use a1 instead of a0.
authorCatherine Moore <clm@redhat.com>
Thu, 16 Sep 1999 18:25:09 +0000 (18:25 +0000)
committerCatherine Moore <clm@redhat.com>
Thu, 16 Sep 1999 18:25:09 +0000 (18:25 +0000)
(elf_cpu32_plt_entry): Likewise.
 ----------------------------------------------------------------------

bfd/ChangeLog
bfd/elf32-m68k.c

index 15ec069987bcf83b783403c4e11b56917d4d425d..9d0dde1f393949b793ddf5a814b9a01860c39930 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep 16 11:21:13 1999  Catherine Moore  <clm@cygnus.com>
+
+       * elf32-m68k.c (elf_cpu32_plt0_entry): Use a1 instead of a0.
+       (elf_cpu32_plt_entry): Likewise.
+
 Thu Sep 16 10:48:17 1999  Jeffrey A Law  (law@cygnus.com)
 
        * elf-hppa.h (elf_hppa_relocate_section): Allow undefined
index 709057b15315e138d7dd18c5f544d6b907a53eaa..cc5abc777fb37191677a81b74574e1a4acf7ad77 100644 (file)
@@ -224,9 +224,9 @@ static const bfd_byte elf_m68k_plt_entry[PLT_ENTRY_SIZE] =
 /* Procedure linkage table entries for the cpu32 */
 static const bfd_byte elf_cpu32_plt0_entry[PLT_CPU32_ENTRY_SIZE] =
 {
-  0x20, 0x7b, 0x01, 0x70, /* moveal %pc@(0xc), %a0 */
+  0x21, 0x7b, 0x01, 0x70, /* moveal %pc@(0xc), %a0 */
   0, 0, 0, 0,             /* replaced with offset to .got + 4.  */
-  0x4e, 0xd0,             /* jmp %a0@ */
+  0x4e, 0xd1,             /* jmp %a0@ */
   0, 0, 0, 0,             /* replace with offset to .got +8. */
   0, 0, 0, 0,             /* pad out to 24 bytes.  */
   0, 0, 0, 0,             /* pad out to 24 bytes.  */
@@ -235,9 +235,9 @@ static const bfd_byte elf_cpu32_plt0_entry[PLT_CPU32_ENTRY_SIZE] =
 
 static const bfd_byte elf_cpu32_plt_entry[PLT_CPU32_ENTRY_SIZE] =
 {
-  0x20, 0x7b, 0x01, 0x70,  /* moveal %pc@(0xc), %a0 */
+  0x21, 0x7b, 0x01, 0x70,  /* moveal %pc@(0xc), %a0 */
   0, 0, 0, 0,              /* replaced with offset to symbol's .got entry.  */
-  0x4e, 0xd0,              /* jmp %a0@ */
+  0x4e, 0xd1,              /* jmp %a0@ */
   0x2f, 0x3c,              /* move.l #offset,-(%sp) */
   0, 0, 0, 0,              /* replaced with offset into relocation table.  */
   0x60, 0xff,              /* bra.l .plt */
This page took 0.035545 seconds and 4 git commands to generate.