aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8500.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-12-11 19:28:41 +0000
committerSteve Chamberlain <sac@cygnus>1993-12-11 19:28:41 +0000
commit2b5936ff87ad3044007ad8109db6d145b790b930 (patch)
treea5c14ceeb4685a7d32c4719c69495435afd25a64 /gas/config/tc-h8500.h
parent816153a3e3081ca92b9252c1e66e3a098e648774 (diff)
downloadgdb-2b5936ff87ad3044007ad8109db6d145b790b930.zip
gdb-2b5936ff87ad3044007ad8109db6d145b790b930.tar.gz
gdb-2b5936ff87ad3044007ad8109db6d145b790b930.tar.bz2
* config/tc-h8500.c (build_bytes): Get reloc type right for a
%page operation. (md_assemble): Don't modify input_line_pointer. (mdcoff_sizemachdep): New function. * config/tc-h8500.h (TC_COFF_SIZEMACHDEP): New macro. * config/tc-z8k.c (get_operand): Delete bogus check.
Diffstat (limited to 'gas/config/tc-h8500.h')
-rw-r--r--gas/config/tc-h8500.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h
index 09c0081..99fe4e8 100644
--- a/gas/config/tc-h8500.h
+++ b/gas/config/tc-h8500.h
@@ -38,6 +38,7 @@
#define COFF_FLAGS 1
#define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr))
-
+#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag)
/* end of tc-h8500.h */
+