diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-03 22:25:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-03 22:25:33 +0000 |
commit | 00d2865b835b1bba05334dcbb20201b6d99534d6 (patch) | |
tree | 7e0c931ab3e73f75424dfc50ef7c19190ef67401 /gas/config/tc-avr.h | |
parent | c07ab2ec0cc5730de491dc2164d3af73ac5f904c (diff) | |
download | gdb-00d2865b835b1bba05334dcbb20201b6d99534d6.zip gdb-00d2865b835b1bba05334dcbb20201b6d99534d6.tar.gz gdb-00d2865b835b1bba05334dcbb20201b6d99534d6.tar.bz2 |
Tidy up formatting.
Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
Diffstat (limited to 'gas/config/tc-avr.h')
-rw-r--r-- | gas/config/tc-avr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-avr.h b/gas/config/tc-avr.h index 2a8d3ee..5b2589d 100644 --- a/gas/config/tc-avr.h +++ b/gas/config/tc-avr.h @@ -108,6 +108,8 @@ void avr_cons_fix_new(fragS *frag,int where, int nbytes, expressionS *exp); of a PC relative instruction is the next instruction, so this macro would return the length of an instruction. */ +extern long md_pcrel_from_section PARAMS ((struct fix *, segT)); + #define LISTING_WORD_SIZE 2 /* The number of bytes to put into a word in a listing. This affects the way the bytes are clumped together in the listing. For |