diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-17 23:13:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-17 23:13:49 +0000 |
commit | d31f0f6d41caaba6ef79e5ebf7f135f9fa3647ac (patch) | |
tree | 582b8cb50b3d7114cd9c985e28e537a384b78cf6 /gas/config/tc-h8300.h | |
parent | 4b5d35eef6a021182a555b9e76b3d9e65e3839ef (diff) | |
download | gdb-d31f0f6d41caaba6ef79e5ebf7f135f9fa3647ac.zip gdb-d31f0f6d41caaba6ef79e5ebf7f135f9fa3647ac.tar.gz gdb-d31f0f6d41caaba6ef79e5ebf7f135f9fa3647ac.tar.bz2 |
* write.c (TC_FX_SIZE_SLACK): Define.
(write_relocs): Reinstate check for fixup within frag.
* config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
* config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
* config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
* config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
* config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r-- | gas/config/tc-h8300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index bfc8f72..7191181 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -86,3 +86,6 @@ extern int Nmode; extern int SXmode; #define md_operand(x) + +/* This target is buggy, and sets fix size too large. */ +#define TC_FX_SIZE_SLACK(FIX) 1 |