* mipsread.c: Clean up some white space.
[deliverable/binutils-gdb.git] / gdb / tm-sysv4.h
index 9e92d9217d617c014605f7b1d950e3765904018b..9348ec8edcbd36433eca8838253d17a7455e191c 100644 (file)
@@ -33,3 +33,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    when we have stepped into one of these fragments. */
 
 #define IN_SOLIB_TRAMPOLINE(pc,name) ((name) && (strcmp ("_init", name) == 0))
+
+/* In SVR4 ELF files, the ABI defines (pg. 4-25) that "External C symbols
+   have the same names in C, assembly code, and object files' symbol
+   tables."  So... */
+
+#undef NAMES_HAVE_UNDERSCORE
This page took 0.02299 seconds and 4 git commands to generate.