aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-26 08:48:23 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-26 08:48:23 +0000
commit9439f48f4c52cd82eca522aea847e0a330568235 (patch)
tree6a30ffff525b1b909c7249f6dda2787eb3eeccbd /gas
parentd47d5315c8a7ac2df73d47c96d9345c573e41563 (diff)
downloadgdb-9439f48f4c52cd82eca522aea847e0a330568235.zip
gdb-9439f48f4c52cd82eca522aea847e0a330568235.tar.gz
gdb-9439f48f4c52cd82eca522aea847e0a330568235.tar.bz2
Fixed ".reserve", and added toolversion for sparc + some nitpicks.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/obj-bout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h
index 1b0743e..02eba6e 100644
--- a/gas/config/obj-bout.h
+++ b/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;