Browse Source

Fixed ".reserve", and added toolversion for sparc + some nitpicks.

gdb-4_18-branch
K. Richard Pixley 35 years ago
parent
commit
9439f48f4c
  1. 4
      gas/config/obj-bout.h

4
gas/config/obj-bout.h

@ -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…
Cancel
Save