diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-17 23:55:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-17 23:55:26 +0000 |
commit | 936a8f5549a4cb2be9d143b03ed7f7097fb1af05 (patch) | |
tree | f50c4811c09eb194fa34ebd51d2dc2241877dbd4 /gas/ChangeLog | |
parent | 9420c20ac47c4e73986ee590530f667b7a7f7e3b (diff) | |
download | gdb-936a8f5549a4cb2be9d143b03ed7f7097fb1af05.zip gdb-936a8f5549a4cb2be9d143b03ed7f7097fb1af05.tar.gz gdb-936a8f5549a4cb2be9d143b03ed7f7097fb1af05.tar.bz2 |
Added support for ctoff() reloc prefix.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee2372b..852303a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com> + + * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ () + macro. + (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions. +start-sanitize-v850e + * config/tc-v850.c Add new sections: call_table_data and + call_table_text. + (v850_reloc_prefix): Add support for ctoff() relocation prefix. + (handle_ctoff): New Function. + + * doc/c-v850.texi (V850 Opcodes): Document call table relocations. +end-sanitize-v850e + Tue Sep 16 14:18:22 1997 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (v850_reloc_prefix): Add support for a 16 bit |