* gdbarch.sh: Generate an error when conflicting macro
[deliverable/binutils-gdb.git] / gdb / defs.h
index 03113d56614d402f72464f82e3e1b378ea32163b..ff99e66e0dd425204eaac38863aa30a33b37f78c 100644 (file)
 
 #define GDB_MULTI_ARCH_PARTIAL 1
 
-/* The target is multi-arched.  The MULTI-ARCH vector provides all
-   definitions.  "tm.h" is included and may provide definitions of
-   non- multi-arch macros..  */
+/* The target is partially multi-arched. Both the multi-arch vector
+   and "tm.h" provide definitions. "tm.h" cannot override a definition
+   provided by the multi-arch vector.  It is detected as a compilation
+   error.
+
+   This setting is only useful during a multi-arch conversion. */
 
 #define GDB_MULTI_ARCH_TM 2
 
This page took 0.024367 seconds and 4 git commands to generate.