diff options
author | Martin Hunt <hunt@redhat.com> | 1996-07-22 18:55:27 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-07-22 18:55:27 +0000 |
commit | 0ef325594af012f7bc3b56143fc1f26caf66069a (patch) | |
tree | af35a6e8aba6c77f10d9825c784d58f2ee8d2e71 /gas/config/tc-d10v.h | |
parent | d82a4ac0aa296fbfaca94141c7244c1e73881676 (diff) | |
download | binutils-0ef325594af012f7bc3b56143fc1f26caf66069a.zip binutils-0ef325594af012f7bc3b56143fc1f26caf66069a.tar.gz binutils-0ef325594af012f7bc3b56143fc1f26caf66069a.tar.bz2 |
start-sanitize-d10v
Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d10v.c: Many changes to get relocs working.
(register_name): No longer creates a symbol for register names.
(pre_defined_registers): moved to opcodes/d10v-opc.c.
(d10v_insert_operand): Now works correctly for either container.
* config/tc-d10v.h (d10v_cleanup): Declare.
end-sanitize-d10v
Diffstat (limited to 'gas/config/tc-d10v.h')
-rw-r--r-- | gas/config/tc-d10v.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h index a792bb4..3f50eef 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -46,12 +46,10 @@ /* We don't need to handle .word strangely. */ #define WORKING_DOT_WORD - #define md_number_to_chars number_to_chars_bigendian -#define md_after_pass_hook md_after_pass - -extern int start_label PARAMS ((void)); -#define TC_START_LABEL(ch, ptr) (ch == ':' && start_label()) +int d10v_cleanup PARAMS ((void)); +#define md_after_pass_hook() d10v_cleanup() +#define TC_START_LABEL(ch, ptr) (ch == ':' && d10v_cleanup()) |