On 10/28/2015 01:43 PM, Jason Merrill wrote:
On 10/28/2015 03:27 PM, Jeff Law wrote:
On 10/28/2015 12:49 PM, Jason Merrill wrote:
Periodically I try to use M-. to pull up a function from libcpp and am
frustrated that it doesn't work. This patch fixes that, and throws in
libiberty for good measure.
I also considered using --include for the TAGS files in those
directories, but that would require people to 'make TAGS' separately in
those directories for it to work, so I decided to go this way instead.
OK for trunk?
Looks like you attached the wrong patch :-)
Oops.
tags.patch
commit 90c51a6e2c114051009da9894db4446265b50295
Author: Jason Merrill<ja...@redhat.com>
Date: Sun Oct 25 04:54:54 2015 -1000
gcc/c/
* Make-lang.in (c.tags): Also include libcpp TAGS.
gcc/cp/
* Make-lang.in (c++.tags): Also include libcpp TAGS.
Looks good to me.
jeff