diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-10-23 05:21:09 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-10-23 05:21:09 +0000 |
commit | 3a99b990358dce5d09f2d2e9a437f6c6fbb67c8c (patch) | |
tree | 5fbe9e152df4c10aa952fadc8db71d0bdb22535a /gas/config/tc-mmix.h | |
parent | 322b3f65caeb835cb3a6c625aafbf8833cfb78dd (diff) | |
download | gdb-3a99b990358dce5d09f2d2e9a437f6c6fbb67c8c.zip gdb-3a99b990358dce5d09f2d2e9a437f6c6fbb67c8c.tar.gz gdb-3a99b990358dce5d09f2d2e9a437f6c6fbb67c8c.tar.bz2 |
* config/tc-mmix.h (tc_frob_file_before_adjust): Don't declare.
(tc_frob_file_before_adjust): Don't define.
* config/tc-mmix.c (mmix_frob_local_reloc): Remove unused
function.
(mmix_frob_file_before_adjust): Remove ineffective function.
Diffstat (limited to 'gas/config/tc-mmix.h')
-rw-r--r-- | gas/config/tc-mmix.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-mmix.h b/gas/config/tc-mmix.h index cd54e0d..30d2c95 100644 --- a/gas/config/tc-mmix.h +++ b/gas/config/tc-mmix.h @@ -199,9 +199,6 @@ extern void mmix_frob_file PARAMS ((void)); struct mmix_symbol_gregs; #define TC_SYMFIELD_TYPE struct mmix_symbol_gregs * -extern void mmix_frob_file_before_adjust PARAMS ((void)); -#define tc_frob_file_before_adjust mmix_frob_file_before_adjust - extern void mmix_md_elf_section_change_hook PARAMS ((void)); #define md_elf_section_change_hook mmix_md_elf_section_change_hook |