From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24217 invoked by alias); 8 Nov 2012 19:00:36 -0000 Received: (qmail 24208 invoked by uid 22791); 8 Nov 2012 19:00:34 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Nov 2012 19:00:30 +0000 Received: by mail-ob0-f169.google.com with SMTP id va7so3565463obc.0 for ; Thu, 08 Nov 2012 11:00:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=kaFWBqsKP7WWFm+PaHNp+uqONnCJUjLXlwxZMjH0H9g=; b=hO1vKo0MjyijAdhqGB5t+gtfQe/Uc1wnFq7gPEzyCUiCXRk7pnjMC3hQj9mqA/vYz0 cSWvgjaKR3IV96BQBeSqMvn0g/e+zdE51JKuEfPVOBrmrar+ZnGGCkwBhbOZCYz1FRCH Pi1OzJlAZy0yhA0y+3fWJ8/dMXEMhOlCc34gfF3bk9IndumbkVes/3sQZT8vTbLJLC7G 0WIjMr82WOWaH7c8eyBrradNxV2YffveW78cWDtwwGipN+Q2F5igz0tWVHbp76aggkiB plbxuW5vKuAaJcAc9FOHokLz9J61M7G8qJY593m3Ul+Gt8VsQVCBk52qgIa+/fHK7oVt ILIw== MIME-Version: 1.0 Received: by 10.60.170.9 with SMTP id ai9mr5626097oec.36.1352401230074; Thu, 08 Nov 2012 11:00:30 -0800 (PST) Received: by 10.76.71.201 with HTTP; Thu, 8 Nov 2012 11:00:29 -0800 (PST) In-Reply-To: <509C0016.80909@redhat.com> References: <20121107201107.25258.47267.stgit@brno.lan> <509BE290.4000104@redhat.com> <509C0016.80909@redhat.com> Date: Thu, 08 Nov 2012 19:00:00 -0000 Message-ID: Subject: Re: [PATCH] Always include defs.h first. From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkhOGlMlBBlU4Ku5tSkS2BthuYODKMxG9XhsiKWPpmggpGhD+VoVWO7SeUcoGMj48P3/KLGcKa8qFnp0xOAKpVxpYItczHSIHHolSyexXj4BhYD8CHeNXo/vYlp5qh+k77rzbYmCkPgy+RtyIeTPfQLhAOX/CIYpm66D4umwJfq0qsJ+dv1s0h4ZGHwnxMjQ7xWihYWllSGLpapNrgndmO+5JO1Qw== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00205.txt.bz2 On Thu, Nov 8, 2012 at 10:55 AM, Pedro Alves wrote: > Or maybe call it "libbackend/"... "We need more libraries." > So it feels to me that we could take the > opportunity to do a better code division. Agreed!