This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: Multi-arching FLOAT_INFO


> + void
> + default_float_info (void)
> + {
> + #ifdef FLOAT_INFO
> + #if GDB_MULTI_ARCH
> + #error "FLOAT_INFO defined in multi-arch"


Suggest #if GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL

Otherwise it will break the build of someone elses partially 
multi-arched target.

> + #endif
> +   FLOAT_INFO;
> + #else
> +   printf_filtered ("No floating point info available for this processor.\n");
> + #endif
> + }


Otherwize yes.

Andrew


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