Support for Toshiba MeP and for complex relocations.

This commit is contained in:
Dave Brolley
2007-02-05 20:10:25 +00:00
parent bd2f2e55ad
commit 280d71bf40
34 changed files with 11498 additions and 2 deletions

View File

@ -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);