This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 12/15] Add target/symbol.h, update users
- From: Tom Tromey <tromey at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Thu, 17 Jul 2014 10:52:16 -0600
- Subject: Re: [PATCH 12/15] Add target/symbol.h, update users
- Authentication-results: sourceware.org; auth=none
- References: <1404902255-11101-1-git-send-email-gbenson at redhat dot com> <1404902255-11101-13-git-send-email-gbenson at redhat dot com> <87bnsxdrtj dot fsf at fleche dot redhat dot com> <CADPb22TyZHcu-ee=cT=d9ADiFWEjFhUJGYyv=155NYKOptryxA at mail dot gmail dot com> <87d2dd81of dot fsf at fleche dot redhat dot com> <20140711125653 dot GD2695 at blade dot nx> <CADPb22Tdx1hN-evryuV2ZZDqrQZPf6oEqdi2Y0b=v40_m5x1mQ at mail dot gmail dot com> <20140716103758 dot GD22380 at blade dot nx>
>>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
Gary> It may be that Tom created the file anticipating other functions
Gary> that will go there in future.
If I remember correctly I think I did it just to try to separate out
different conceptual bits. I don't really care much about it per se, I
just think it would be nice if we could avoid the current problem of
header files full of unsorted goo. Though admittedly a single
declaration in a single file hardly makes a dent.
Tom