[commit] Define multi-arch macros when not defined

Andrew Cagney cagney@gnu.org
Sun Jun 13 17:03:00 GMT 2004


Hello,

gdbarch.h contains a number of occurances of:

#if defined (foo) && multi-arch > partial
#error
#endif
#if !defined (foo) || multi-arch > partial
#define foo ...
#endif

the multi-arch check wrapping #error makes the latter multi-arch check 
wrapping the #define redundant.

This deletes that second check, committed.
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20040613/e86047f6/attachment.ksh>


More information about the Gdb-patches mailing list