public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Handle R_X86_64_64...
@ 2001-05-30 11:44 Andreas Jaeger
  0 siblings, 0 replies; only message in thread
From: Andreas Jaeger @ 2001-05-30 11:44 UTC (permalink / raw)
  To: binutils

We didn't handle all relocations for x86-64, I'm committing this patch
now.

Andreas

2001-05-29  Andreas Jaeger  <aj@suse.de>

	* elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
	(elf64_x86_64_relocate_section): Likewise.

============================================================
Index: bfd/elf64-x86-64.c
--- bfd/elf64-x86-64.c	2001/05/28 15:45:47	1.16
+++ bfd/elf64-x86-64.c	2001/05/30 18:42:38
@@ -501,6 +501,7 @@
 	    h->plt.refcount += 1;
 	  break;
 
+	case R_X86_64_64:
 	case R_X86_64_32:
 	case R_X86_64_32S:
 	case R_X86_64_PC32:
@@ -1435,6 +1436,7 @@
 	case R_X86_64_8:
 	case R_X86_64_16:
 	case R_X86_64_32:
+	case R_X86_64_64:
 	case R_X86_64_PC8:
 	case R_X86_64_PC16:
 	case R_X86_64_PC32:

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-30 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-30 11:44 Handle R_X86_64_64 Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).