mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
Fixed ".reserve", and added toolversion for sparc + some nitpicks.
This commit is contained in:
parent
d47d5315c8
commit
9439f48f4c
@ -302,8 +302,8 @@ typedef struct {
|
||||
} object_headers;
|
||||
|
||||
/* unused hooks. */
|
||||
#define OBJ_EMIT_LINENO(a, b, c) ;
|
||||
#define obj_pre_write_hook(a) ;
|
||||
#define OBJ_EMIT_LINENO(a, b, c) {;}
|
||||
#define obj_pre_write_hook(a) {;}
|
||||
|
||||
#ifdef __STDC__
|
||||
struct fix;
|
||||
|
Loading…
Reference in New Issue
Block a user