From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27009 invoked by alias); 26 Apr 2006 08:55:59 -0000 Received: (qmail 27000 invoked by uid 22791); 26 Apr 2006 08:55:59 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO mswbj01.sunnorth.com.cn) (218.247.162.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Apr 2006 08:55:55 +0000 Received: from maillogbj1.sunnorth.com.cn (unverified [172.20.10.250]) by mswbj01.sunnorth.com.cn (Content Technologies SMTPRS 4.3.19) with ESMTP id for ; Wed, 26 Apr 2006 16:56:37 +0800 Received: from ntns1cn.sunnorth.com.cn (ntns1cn.sunnorth.com.cn [172.20.10.252]) by maillogbj1.sunnorth.com.cn (8.12.10/8.12.10) with ESMTP id k3Q9UQ2k005144 for ; Wed, 26 Apr 2006 17:30:26 +0800 Subject: dose frag_new() initialize frag->fr_literal To: binutils@sourceware.org X-Mailer: Lotus Notes Release 6.5 September 26, 2003 Message-ID: From: ligang@sunnorth.com.cn Date: Wed, 26 Apr 2006 09:41:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset="us-ascii" X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00371.txt.bz2 Hi, all, After calling frag_var(), it is found that frag_now->fr_literal[0] is not '\0'. Is this bug of GAS? Thanks. Best regards Ligang