diff options
Diffstat (limited to 'ld/relax.h')
-rw-r--r-- | ld/relax.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,2 @@ -void EXFUN(write_relaxnorel,( bfd *output_bfd, PTR data)); -boolean EXFUN(relax_section,( lang_statement_union_type **this_ptr)); - - +void write_relaxnorel PARAMS ((bfd *output_bfd, PTR data)); +boolean relax_section PARAMS ((lang_statement_union_type **this_ptr)); |