From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20600 invoked by alias); 8 Sep 2011 08:31:56 -0000 Received: (qmail 20592 invoked by uid 22791); 8 Sep 2011 08:31:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Sep 2011 08:31:41 +0000 Received: by ewy9 with SMTP id 9so215009ewy.0 for ; Thu, 08 Sep 2011 01:31:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.10.98 with SMTP id 74mr122466eeu.234.1315470700310; Thu, 08 Sep 2011 01:31:40 -0700 (PDT) Received: by 10.14.127.193 with HTTP; Thu, 8 Sep 2011 01:31:38 -0700 (PDT) Date: Thu, 08 Sep 2011 08:31:00 -0000 Message-ID: Subject: Complex relocs and RELOC_IMPLIES_OVERFLOW attr From: Aurelien Buhrig To: cgen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00013.txt.bz2 Hi, I've defined OBJ_COMPLEX_RELC macro to enable complex relocations (from mep port) in my cpu port which seems to work well. But for gas to compile, the RELOC_IMPLIES_OVERFLOW attr must be defined in the cpu file (only in mep-core.cpu till now). Shouldn't this attr be a general attribute rather than a target dependant attr, or are the complex relocs in cgen a very experimental feature we shouldn't use ? Thanks, Aur=E9lien