ld {
  GLIBC_2.3.4 {
    # FR-V specific symbol exported by the dynamic linker to debuggers.
    _dl_debug_addr;
  }
  GLIBC_PRIVATE {
    # FR-V specific functions in the dynamic linker, but used by libc.so.
    _dl_symbol_address; _dl_unmap; _dl_lookup_address;
    _dl_function_address;
  }
}
libc {
  GCC_3.4 {
    # functions with special/multiple interfaces
    __divll; __udivll; __modll; __umodll;
  }
}
