From owner-p4-projects Sat Jun 22 13:19: 7 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9909537B403; Sat, 22 Jun 2002 13:19:02 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B996637B401 for ; Sat, 22 Jun 2002 13:19:01 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MKJ1p30569 for perforce@freebsd.org; Sat, 22 Jun 2002 13:19:01 -0700 (PDT) (envelope-from mux@freebsd.org) Date: Sat, 22 Jun 2002 13:19:01 -0700 (PDT) Message-Id: <200206222019.g5MKJ1p30569@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to mux@freebsd.org using -f From: Maxime Henrion Subject: PERFORCE change 13279 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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