[PATCH] D23652: [mips] N64 static relocation model support

Sean Bruno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 09:39:21 PST 2017


seanbruno added a comment.

I shouldn't see errors like this right?  I didn't see any change before/after this patch to resolve this:

  numa_setaffinity.pico: In function `err':
  (.text+0x18): relocation truncated to fit: R_MIPS_PC16 against `__cerror'
  numa_getaffinity.pico: In function `err':
  (.text+0x18): relocation truncated to fit: R_MIPS_PC16 against `__cerror'
  procctl.pico: In function `err':
  (.text+0x18): relocation truncated to fit: R_MIPS_PC16 against `__cerror'
  aio_mlock.pico: In function `err':
  (.text+0x18): relocation truncated to fit: R_MIPS_PC16 against `__cerror'
  chflagsat.pico: In function `err':
  (.text+0x18): relocation truncated to fit: R_MIPS_PC16 against `__cerror'
  connectat.pico: In function `err':
  (.text+0x18): relocation truncated to fit: R_MIPS_PC16 against `__cerror'


https://reviews.llvm.org/D23652





More information about the llvm-commits mailing list