From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19066 invoked by alias); 26 Jul 2010 10:46:37 -0000 Received: (qmail 19055 invoked by uid 22791); 26 Jul 2010 10:46:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jul 2010 10:46:26 +0000 Received: (qmail 31390 invoked from network); 26 Jul 2010 10:46:24 -0000 Received: from unknown (HELO tp.orcam.me.uk) (macro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Jul 2010 10:46:24 -0000 Date: Mon, 26 Jul 2010 10:46:00 -0000 From: "Maciej W. Rozycki" To: binutils@sourceware.org cc: Richard Sandiford , Catherine Moore , gnu-mips-sgxx@codesourcery.com Subject: [PATCH 0/4] GAS symbol/label annotation Message-ID: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00396.txt.bz2 Hi, While testing microMIPS changes I have noticed several problems with microMIPS symbols/labels related to symbol annotation, the special "dot" symbol and relaxation. As some of these problems apply to MIPS16 or generic code I have split these changes off and I am submitting them separately. The corresponding microMIPS changes will be included with the actual microMIPS patch. All these problems are covered by the "branch-self" testcase included with the last patch in this series. All these changes have passed regression testing on mips-sde-elf and mips-linux-gnu targets. Maciej