* sparc-sol2-nat.c: Add missing ''.

This commit is contained in:
Mark Kettenis 2004-01-03 18:21:01 +00:00
parent b9d4c5eddc
commit e226a4a0de
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-01-03 Mark Kettenis <kettenis@gnu.org>
* sparc-sol2-nat.c: Add missing '\'.
* sparc-tdep.c (sparc32_return_value): New function.
(sparc32_use_struct_convention, sparc32_return_value_on_stack):
Remove functions.

View File

@ -48,7 +48,7 @@
Note that a 32-bit GDB won't be able to debug a 64-bit target
process using /proc on Solaris. */
#if (defined (__arch64__) ||
#if (defined (__arch64__) || \
(defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)))
#include "sparc64-tdep.h"