[roll] Roll fuchsia [libc] Fix addend handling for RISC-V data relocs

RISC-V doesn't have a dedicated reloc type for normal GOT slots
such as other machines have R_*_GLOB_DAT.  Instead, they just use
the same reloc type as other absolute data relocs (R_RISCV_64).
The dynamic linker shouldn't ignore addends in these relocs as it
does for R_*_GLOB_DAT relocs on other machines.  It was wrongly
doing so by treating R_RISCV_64 as "the GOT type".

Original-Bug: 126753
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/853537
Original-Revision: 34514dd5806d83b667bf215872a65e144539a85d
GitOrigin-RevId: a9b75fbc480d68d1194e0c41a50c8726d7937bde
Change-Id: Ic91df173beeed9e779e15146a548ba2af526705f
1 file changed
tree: f2ae0ade75fd421b794e78af89ddd6dfb39a64e4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.