From patchwork Mon Feb 29 23:09:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 11149 Received: (qmail 102110 invoked by alias); 29 Feb 2016 23:09:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 102066 invoked by uid 89); 29 Feb 2016 23:09:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=doctype, !doctype, H*MI:sk:047d7b5, H*M:sk:047d7b5 X-HELO: mail-pf0-f202.google.com Received: from mail-pf0-f202.google.com (HELO mail-pf0-f202.google.com) (209.85.192.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 29 Feb 2016 23:09:08 +0000 Received: by mail-pf0-f202.google.com with SMTP id q129so4667072pfb.1 for ; Mon, 29 Feb 2016 15:09:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:message-id:date:subject:from:to:cc; bh=EgH/iA/of91yL9e50DsEd4zhdhTeSyiB8CmriWuxoEo=; b=B5Jqnw6svfgg/3GGqiI5SQB8XKTz3WkRp9nKnmtcra0wg8Fhe2lH+4kcmGuulXu2hk GCc14KTlGM02uWUv99UQzwBoh03d4bp3WFfnmvtYY8T9e4v6Qj25Cgfegpi/+3BmVwyG zuCM+KjupI4QPEGn3hR7NI2oDW71opyNVzGxPpUaZ10nixrqhRd1jJGuv0KlG94VbMbq roYkTuDCvrpYqueCn/me9As5AxsPvascACET8JyOqxHT0TpTD6aFbacCwoE83ftKFh6T 70pdyuLRn0c/xYOKDa8V6e0WfbbREKK4qecvxLGLrF4/hk/GQ+JfZ1b1IsdMf6DNbHN5 4lJg== X-Gm-Message-State: AD7BkJKIFEkT4OY2XQceBhshw7bfPAeVBQZxsIftDcZfW2843HlWjmP9GTnElntNQ+KbZ5HA/SXC6sElyDwALk3oClj1tnv7SD0497/9Tqnr4GgsIrV+P/x+fjg9cJPKPfTNEK+lM1VeWmffo+Pxzw5ecuVKupyKaA8bbwROIWhch6/ddEt3oA== MIME-Version: 1.0 X-Received: by 10.66.139.138 with SMTP id qy10mr14860115pab.46.1456787346795; Mon, 29 Feb 2016 15:09:06 -0800 (PST) Message-ID: <047d7b5dbb865204bd052cf0bc2b@google.com> Date: Mon, 29 Feb 2016 23:09:06 +0000 Subject: [PATCH 4/5]: Enhancements to "flags": i386 cleanup From: Doug Evans To: gdb-patches@sourceware.org Cc: cole945@gmail.com X-IsSubscribed: yes Hi. This patch just simplifies things by removing the "end" spec in i386 eflags definitions, and is otherwise a nop. I removed them because they're redundant. 2016-02-29 Doug Evans * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec. * features/i386/32bit-sse.xml (i386_eflags): Ditto. * features/i386/64bit-core.xml (i386_eflags): Ditto. * features/i386/64bit-sse.xml (i386_eflags): Ditto. * features/i386/x32-core.xml (i386_eflags): Ditto. diff --git a/gdb/features/i386/32bit-core.xml b/gdb/features/i386/32bit-core.xml index a27863f..b00d913 100644 --- a/gdb/features/i386/32bit-core.xml +++ b/gdb/features/i386/32bit-core.xml @@ -8,23 +8,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/gdb/features/i386/32bit-sse.xml b/gdb/features/i386/32bit-sse.xml index 5a44d1e..4448a7e 100644 --- a/gdb/features/i386/32bit-sse.xml +++ b/gdb/features/i386/32bit-sse.xml @@ -23,20 +23,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/gdb/features/i386/64bit-core.xml b/gdb/features/i386/64bit-core.xml index 92f4e87..6e847c1 100644 --- a/gdb/features/i386/64bit-core.xml +++ b/gdb/features/i386/64bit-core.xml @@ -8,23 +8,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/gdb/features/i386/64bit-sse.xml b/gdb/features/i386/64bit-sse.xml index 2a5271e..dd6a850 100644 --- a/gdb/features/i386/64bit-sse.xml +++ b/gdb/features/i386/64bit-sse.xml @@ -23,20 +23,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/gdb/features/i386/x32-core.xml b/gdb/features/i386/x32-core.xml index ab51ffc..c03cdea 100644 --- a/gdb/features/i386/x32-core.xml +++ b/gdb/features/i386/x32-core.xml @@ -8,23 +8,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +