Fix build with -DDEBUG=7
[deliverable/binutils-gdb.git] / bfd / elf32-rx.c
index 7d9dbc125f7f726e556d5694b323c1794117ef74..4b31a35a778a61c18825e4bf5f75fcbd1fbc223e 100644 (file)
@@ -29,7 +29,7 @@
 
 #ifdef DEBUG
 char * rx_get_reloc (long);
-void dump_symtab (bfd *, void *, void *);
+void rx_dump_symtab (bfd *, void *, void *);
 #endif
 
 #define RXREL(n,sz,bit,shift,complain,pcrel)                                \
@@ -2962,7 +2962,7 @@ rx_elf_object_p (bfd * abfd)
 
 #ifdef DEBUG
 void
-dump_symtab (bfd * abfd, void * internal_syms, void * external_syms)
+rx_dump_symtab (bfd * abfd, void * internal_syms, void * external_syms)
 {
   size_t locsymcount;
   Elf_Internal_Sym * isymbuf;
This page took 0.024602 seconds and 4 git commands to generate.