1. 11 10月, 2022 1 次提交
  2. 11 6月, 2021 1 次提交
  3. 11 3月, 2021 1 次提交
  4. 09 9月, 2020 1 次提交
  5. 02 7月, 2019 1 次提交
  6. 15 6月, 2019 1 次提交
    • R
      add riscv64 architecture support · 0a48860c
      Rich Felker 提交于
      Author: Alex Suykov <alex.suykov@gmail.com>
      Author: Aric Belsito <lluixhi@gmail.com>
      Author: Drew DeVault <sir@cmpwn.com>
      Author: Michael Clark <mjc@sifive.com>
      Author: Michael Forney <mforney@mforney.org>
      Author: Stefan O'Rear <sorear2@gmail.com>
      
      This port has involved the work of many people over several years. I
      have tried to ensure that everyone with substantial contributions has
      been credited above; if any omissions are found they will be noted
      later in an update to the authors/contributors list in the COPYRIGHT
      file.
      
      The version committed here comes from the riscv/riscv-musl repo's
      commit 3fe7e2c75df78eef42dcdc352a55757729f451e2, with minor changes by
      me for issues found during final review:
      
      - a_ll/a_sc atomics are removed (according to the ISA spec, lr/sc
        are not safe to use in separate inline asm fragments)
      
      - a_cas[_p] is fixed to be a memory barrier
      
      - the call from the _start assembly into the C part of crt1/ldso is
        changed to allow for the possibility that the linker does not place
        them nearby each other.
      
      - DTP_OFFSET is defined correctly so that local-dynamic TLS works
      
      - reloc.h LDSO_ARCH logic is simplified and made explicit.
      
      - unused, non-functional crti/n asm files are removed.
      
      - an empty .sdata section is added to crt1 so that the
        __global_pointer reference is resolvable.
      
      - indentation style errors in some asm files are fixed.
      0a48860c
  7. 14 3月, 2019 3 次提交
    • S
      elf.h: add NT_ definitions from linux v5.0 · 843e453c
      Szabolcs Nagy 提交于
      NT_MIPS_MSA for ptrace access to mips simd arch reg set, added in linux
      commit 3cd640832894b85b5929d5bda74505452c800421
      NT_ARM_PAC_MASK for ptrace access to pointer auth code mask, added in
      commit ec6e822d1a22d0eef1d1fa260dff751dba9a4258
      843e453c
    • S
      elf.h: update with C-SKY definitions · 02f769b2
      Szabolcs Nagy 提交于
      C-SKY support was added to binutils 2.32 in commit
      b8891f8d622a31306062065813fc278d8a94fe21
      the elf.h change was added to glibc 2.29 in commit
      4975f0c3d0131fdf697be0b1631c265e5fd39088
      02f769b2
    • S
      elf.h: add new mips core dump note values from linux v4.19 · 5640bc5b
      Szabolcs Nagy 提交于
      NT_MIPS_FP_MODE is new in linux commit
      1ae22a0e35636efceab83728ba30b013df761592
      
      NT_MIPS_DSP is new in linux commit
      44109c60176ae73924a42a6bef64ef151aba9095
      5640bc5b
  8. 10 12月, 2018 2 次提交
  9. 13 6月, 2018 1 次提交
  10. 23 2月, 2018 5 次提交
  11. 20 10月, 2016 1 次提交
  12. 04 7月, 2016 13 次提交
  13. 12 9月, 2015 1 次提交
  14. 02 5月, 2015 1 次提交
  15. 19 7月, 2014 1 次提交
    • S
      add or1k (OpenRISC 1000) architecture port · 200d1547
      Stefan Kristiansson 提交于
      With the exception of a fenv implementation, the port is fully featured.
      The port has been tested in or1ksim, the golden reference functional
      simulator for OpenRISC 1000.
      It passes all libc-test tests (except the math tests that
      requires a fenv implementation).
      
      The port assumes an or1k implementation that has support for
      atomic instructions (l.lwa/l.swa).
      
      Although it passes all the libc-test tests, the port is still
      in an experimental state, and has yet experienced very little
      'real-world' use.
      200d1547
  16. 25 2月, 2014 2 次提交
  17. 16 9月, 2013 1 次提交
    • S
      update include/elf.h following glibc changes · 268375c1
      Szabolcs Nagy 提交于
      the changes were verified using various sources:
      linux: include/uapi/linux/elf.h
      binutils: include/elf/common.h
      glibc: elf/elf.h
      sysv gabi: http://www.sco.com/developers/gabi/latest/contents.html
      sun linker docs: http://docs.oracle.com/cd/E18752_01/pdf/817-1984.pdf
      and platform specific docs
      
      - fixed:
      EF_MIPS_* E_MIPS_* e_flags: fixed accoding to glibc and binutils
      
      - added:
      ELFOSABI_GNU for EI_OSABI entry: glibc, binutils and sysv gabi
      EM_* e_machine values: updated according to linux and glibc
      PN_XNUM e_phnum value: from glibc and linux, see oracle docs
      NT_* note types: updated according to linux and glibc
      DF_1_* flags for DT_FLAGS_1 entry: following glibc and oracle docs
      AT_HWCAP2 auxv entry for more hwcap bits accoding to linux and glibc
      R_386_SIZE32 relocation according to glibc and binutils
      EF_ARM_ABI_FLOAT_* e_flags: added following glibc and binutils
      R_AARCH64_* relocs: added following glibc and aarch64 elf specs
      R_ARM_* relocs: according to glibc, binutils and arm elf specs
      R_X86_64_* relocs: added missing relocs following glibc
      
      - removed:
      HWCAP_SPARC_* flags were moved to arch specific header in glibc
      R_ARM_SWI24 reloc is marked as obsolete in glibc, not present in binutils
        not specified in arm elf spec, R_ARM_TLS_DESC reused its number
        see http://www.codesourcery.com/publications/RFC-TLSDESC-ARM.txt
      
      - glibc changes not pulled in:
      ELFOSABI_ARM_AEABI (bare-metal system, binutils and glibc disagrees about the name)
      R_68K_* relocs for unsupported platform
      R_SPARC_* ditto
      EF_SH* ditto (e_flags)
      EF_S390* ditto (e_flags)
      R_390* ditto
      R_MN10300* ditto
      R_TILE* ditto
      268375c1
  18. 16 10月, 2012 1 次提交
  19. 29 9月, 2012 1 次提交
    • R
      microblaze port · 8c0a3d9e
      Rich Felker 提交于
      based on initial work by rdp, with heavy modifications. some features
      including threads are untested because qemu app-level emulation seems
      to be broken and I do not have a proper system image for testing.
      8c0a3d9e
  20. 16 6月, 2012 1 次提交