Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 13:19:01 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13279 for review
Message-ID:  <200206222019.g5MKJ1p30569@freefall.freebsd.org>

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

Change 13279 by mux@mux_nebula on 2002/06/22 13:18:34

	We don't need this cast anymore.

Affected files ...

... //depot/projects/ia64/sys/sparc64/sparc64/elf_machdep.c#6 edit

Differences ...

==== //depot/projects/ia64/sys/sparc64/sparc64/elf_machdep.c#6 (text+ko) ====

@@ -252,7 +252,7 @@
 		value -= (Elf_Addr)where;
 
 	if (RELOC_BASE_RELATIVE(rtype))
-		value += (Elf_Addr)(relocbase);
+		value += relocbase;
 
 	mask = RELOC_VALUE_BITMASK(rtype);
 	value >>= RELOC_VALUE_RIGHTSHIFT(rtype);

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?200206222019.g5MKJ1p30569>