svn commit: r239396 - head/gnu/usr.bin/gdb/arch/powerpc

Andreas Tobler andreast at FreeBSD.org
Sun Aug 19 19:17:55 UTC 2012


Author: andreast
Date: Sun Aug 19 19:17:54 2012
New Revision: 239396
URL: http://svn.freebsd.org/changeset/base/239396

Log:
  Fix typo. Not a win in terms of functionality but in terms of completeness.

Modified:
  head/gnu/usr.bin/gdb/arch/powerpc/config.h

Modified: head/gnu/usr.bin/gdb/arch/powerpc/config.h
==============================================================================
--- head/gnu/usr.bin/gdb/arch/powerpc/config.h	Sun Aug 19 11:54:02 2012	(r239395)
+++ head/gnu/usr.bin/gdb/arch/powerpc/config.h	Sun Aug 19 19:17:54 2012	(r239396)
@@ -175,7 +175,7 @@
 
 /* nativefile */
 #ifndef CROSS_DEBUGGER
-#define GDB_NM_FILE config/ia64/nm-fbsd.h
+#define GDB_NM_FILE config/powerpc/nm-fbsd.h
 #endif
 
 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl.  Works


More information about the svn-src-all mailing list