diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 20:10:25 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 20:10:25 +0000 |
commit | 280d71bf40a544853567763c706e03334d6fd950 (patch) | |
tree | bba086524f3234ef357fe8beb0ce2d80a3aa8af4 /gas/symbols.h | |
parent | 2007-02-05 Dave Brolley <brolley@redhat.com> (diff) | |
download | binutils-gdb-280d71bf40a544853567763c706e03334d6fd950.tar.gz binutils-gdb-280d71bf40a544853567763c706e03334d6fd950.tar.bz2 binutils-gdb-280d71bf40a544853567763c706e03334d6fd950.zip |
Support for Toshiba MeP and for complex relocations.
Diffstat (limited to 'gas/symbols.h')
-rw-r--r-- | gas/symbols.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/symbols.h b/gas/symbols.h index 0527abbb91d..483f8ee089b 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -35,6 +35,9 @@ extern int symbol_table_frozen; default. */ extern int symbols_case_sensitive; +char * symbol_relc_make_expr (expressionS *); +char * symbol_relc_make_sym (symbolS *); +char * symbol_relc_make_value (offsetT); char *decode_local_label_name (char *s); symbolS *symbol_find (const char *name); symbolS *symbol_find_noref (const char *name, int noref); |