diff options
author | andreast <andreast@FreeBSD.org> | 2012-08-19 19:17:54 +0000 |
---|---|---|
committer | andreast <andreast@FreeBSD.org> | 2012-08-19 19:17:54 +0000 |
commit | 7f10a4b817085256cded571619442708e0eeb512 (patch) | |
tree | c83cf56997b1cdd48b4347dae49765b4f53fb22b /gnu | |
parent | 09ab09a1b5b9a8c00b96030457895c206d54040e (diff) | |
download | FreeBSD-src-7f10a4b817085256cded571619442708e0eeb512.zip FreeBSD-src-7f10a4b817085256cded571619442708e0eeb512.tar.gz |
Fix typo. Not a win in terms of functionality but in terms of completeness.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gdb/arch/powerpc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/arch/powerpc/config.h b/gnu/usr.bin/gdb/arch/powerpc/config.h index cb70b9e..f169fad 100644 --- a/gnu/usr.bin/gdb/arch/powerpc/config.h +++ b/gnu/usr.bin/gdb/arch/powerpc/config.h @@ -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 |