diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-23 04:01:39 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-23 04:01:39 +0000 |
commit | d160b69e7409eccd6c828cc21adeaba8eabe852e (patch) | |
tree | 003a4a1188eced0243fc6f3140646b93ecc849d2 /gas/config/tc-tic80.h | |
parent | ef60d6973c15225f409c804c067569e7367b15f2 (diff) | |
download | binutils-d160b69e7409eccd6c828cc21adeaba8eabe852e.zip binutils-d160b69e7409eccd6c828cc21adeaba8eabe852e.tar.gz binutils-d160b69e7409eccd6c828cc21adeaba8eabe852e.tar.bz2 |
* doc/internals.texi (CPU backend): Fix typo in md_section_align
description.
start-sanitize-tic80
* config/tc-tic80.h (NEED_FX_R_TYPE): Define.
* config/tc-tic80.c (find_opcode): Add code to support O_symbol
operands.
(build_insn): Grab a frag early so we can use the address in
fixups. Take one's complement of BITNUM values before insertion
in opcode. Add code to support O_symbol operands.
(md_apply_fix): Replace unimplemented warning with implementation.
(md_pcrel_from): Ditto.
(tc_coff_fix2rtype): Ditto.
end-sanitize-tic80
Diffstat (limited to 'gas/config/tc-tic80.h')
-rw-r--r-- | gas/config/tc-tic80.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-tic80.h b/gas/config/tc-tic80.h index c900bc1..7974aeb 100644 --- a/gas/config/tc-tic80.h +++ b/gas/config/tc-tic80.h @@ -26,6 +26,10 @@ #define TARGET_FORMAT "coff-tic80" #define BFD_ARCH TARGET_ARCH +/* We need the extra field in the fixup struct to put the relocation in. */ + +#define NEED_FX_R_TYPE + /* Define md_number_to_chars as the appropriate standard big endian or little endian function. Should we someday support endianness as a runtime decision, this will need to change. */ |