mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
* sparc-sol2-nat.c: Add missing ''.
This commit is contained in:
parent
b9d4c5eddc
commit
e226a4a0de
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue