This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: don't emit .debug_pub*
- From: Richard Henderson <rth at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Jakub Jelinek <jakub at redhat dot com>
- Date: Mon, 28 Jun 2010 17:29:57 -0700
- Subject: Re: RFA: don't emit .debug_pub*
- References: <m3r5k0f2o9.fsf@fleche.redhat.com>
On 06/21/2010 03:20 PM, Tom Tromey wrote:
> Index: target-def.h
> ===================================================================
> --- target-def.h (revision 160567)
> +++ target-def.h (working copy)
> @@ -680,6 +680,8 @@
>
> #define TARGET_ARM_EABI_UNWINDER false
>
> +#define TARGET_WANT_DEBUG_PUB_SECTIONS false
> +
...
> Index: config/darwin.h
> ===================================================================
> --- config/darwin.h (revision 160567)
> +++ config/darwin.h (working copy)
> @@ -471,6 +471,8 @@
> #define DEBUG_STR_SECTION "__DWARF,__debug_str,regular,debug"
> #define DEBUG_RANGES_SECTION "__DWARF,__debug_ranges,regular,debug"
>
> +#define TARGET_WANT_DEBUG_PUB_SECTIONS true
One of these either needs an undef or an ifdef.
r~