* sparc-sol2-nat.c: Add missing ''.
This commit is contained in:
parent
b9d4c5eddc
commit
e226a4a0de
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user