Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2002 13:09:14 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18488 for review
Message-ID:  <200210012009.g91K9ESq076518@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18488

Change 18488 by jhb@jhb_laptop on 2002/10/01 13:08:30

	Andrew Gallatin thought maybe that this code should be here.
	I have no idea but leaving it here at least might get some
	people to look at it and serve as a reminder.

Affected files ...

.. //depot/projects/smpng/sys/alpha/alpha/elf_machdep.c#6 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/alpha/elf_machdep.c#6 (text+ko) ====

@@ -152,6 +152,12 @@
 			break;
 
 		case R_ALPHA_RELATIVE:
+#if 0
+			/* XXX: ??? */
+			if (addend == 0)
+				addr = relocbase + *where;
+			else
+#endif
 			addr = relocbase + addend;
 			if (*where != addr)
 				*where = addr;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210012009.g91K9ESq076518>