Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 03:38:25 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16501 for review
Message-ID:  <200208241038.g7OAcP2W078540@freefall.freebsd.org>

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

Change 16501 by peter@peter_mckinley on 2002/08/24 03:37:59

	make this compile.

Affected files ...

.. //depot/projects/ia64/contrib/binutils/bfd/elf-eh-frame.c#3 edit

Differences ...

==== //depot/projects/ia64/contrib/binutils/bfd/elf-eh-frame.c#3 (text+ko) ====

@@ -414,7 +414,7 @@
 	    /* 64-bit .eh_frame is not supported.  */
 	    goto free_no_table;
 	  buf += 4;
-	  if ((buf - ehbuf) + hdr.length > sec->_raw_size)
+	  if ((bfd_size_type) (buf - ehbuf) + hdr.length > sec->_raw_size)
 	    /* CIE/FDE not contained fully in this .eh_frame input section.  */
 	    goto free_no_table;
 

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?200208241038.g7OAcP2W078540>