diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-18 13:33:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-18 13:33:20 +0000 |
commit | c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5 (patch) | |
tree | 9750ffbb2edbd0176586f0ff96bd1dfd59ca3508 /gas/as.h | |
parent | a75b90823cb7536a3079e702a160de64bb8aaec9 (diff) | |
download | gdb-c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5.zip gdb-c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5.tar.gz gdb-c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5.tar.bz2 |
* as.h (know): Don't define as empty.
* config/tc-arm.c (make_mapping_symbol): Revert last patch.
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ typedef addressT valueT; #define know(p) gas_assert(p) /* Verify our assumptions! */ #endif /* not yet defined */ #else -#define know(p) /* know() checks are no-op.ed */ +#define know(p) do {} while (0) /* know() checks are no-op.ed */ #endif /* input_scrub.c */ |