This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: don't emit .debug_pub*


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]