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]

Re: [patches] X86-64 setup/configure support patch, take 3


On Sun, Sep 23, 2001 at 01:22:02PM +0200, Andreas Jaeger wrote:
> +@item -mno-unwind-info
> +@opindex no-unwind-info
> +Do not generate frame unwind information for all functions on x86-64.

Don't invent an x86-local option for this.  Set flag_unwind_tables
in OPTIMIZATION_OPTIONS then use -fno-unwind-tables.

> +#undef CPP_PREDEFINES
> +#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dlinux -Asystem(posix)"

This doesn't belong in the OS-independant header.  Neither does
CPP_SPEC or LINK_SPEC, I suspect.

> +#define ASYNCHRONOUS_DWARF2_UNWIND_INFO (TARGET_64BIT && TARGET_UNWIND_INFO)

What is this?


r~


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