diff options
Diffstat (limited to 'gas/config/tc-microblaze.h')
-rw-r--r-- | gas/config/tc-microblaze.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-microblaze.h b/gas/config/tc-microblaze.h index 70f9af7..f5aec4e 100644 --- a/gas/config/tc-microblaze.h +++ b/gas/config/tc-microblaze.h @@ -68,7 +68,7 @@ extern const struct relax_type md_relax_table[]; /* We want local label support. */ #define LOCAL_LABELS_FB 1 - + /* Want the section information too... */ #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC) @@ -96,7 +96,7 @@ extern const struct relax_type md_relax_table[]; #endif #include "write.h" /* For definition of fixS */ - + extern void md_begin (void); extern void md_assemble (char *); extern symbolS * md_undefined_symbol (char *); |