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 | bd2f2e55ad54541340e5ea415f1aba65aa80717e (diff) | |
download | gdb-280d71bf40a544853567763c706e03334d6fd950.zip gdb-280d71bf40a544853567763c706e03334d6fd950.tar.gz gdb-280d71bf40a544853567763c706e03334d6fd950.tar.bz2 |
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 0527abb..483f8ee 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); |