diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-hppa.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 8ba511c..e668ee7 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -6246,9 +6246,6 @@ hppa_force_relocation (fixp) /* Now for some ELF specific code. FIXME. */ #ifdef OBJ_ELF -static symext_chainS *symext_rootP; -static symext_chainS *symext_lastP; - /* Mark the end of a function so that it's possible to compute the size of the function in hppa_elf_final_processing. */ @@ -6305,27 +6302,6 @@ hppa_elf_mark_end_of_function () } -/* Do any symbol processing requested by the target-cpu or target-format. */ - -void -hppa_tc_symbol (abfd, symbolP, sym_idx) - bfd *abfd; - elf_symbol_type *symbolP; - int sym_idx; -{ - /* Just call the ELF BFD routine. */ - elf_hppa_tc_symbol (abfd, symbolP, sym_idx, &symext_rootP, &symext_lastP); -} - -/* Make sections needed by the target cpu and/or target format. */ -void -hppa_tc_make_sections (abfd) - bfd *abfd; -{ - /* Just call the ELF BFD routine. */ - elf_hppa_tc_make_sections (abfd, symext_rootP); -} - /* For ELF, this function serves one purpose: to setup the st_size field of STT_FUNC symbols. To do this, we need to scan the call_info structure list, determining st_size in by taking the |