Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mips update #4621

Merged
merged 3 commits into from
Dec 29, 2024
Merged

Mips update #4621

merged 3 commits into from
Dec 29, 2024

Conversation

wargio
Copy link
Member

@wargio wargio commented Sep 7, 2024

squash me

Your checklist for this pull request

  • I've read the guidelines for contributing to this repository
  • I made sure to follow the project's coding style
  • I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why.
  • I've added tests that prove my fix is effective or that my feature works (if possible)
  • I've updated the rizin book with the relevant information (if needed)

Detailed description

Requires capstone-engine/capstone#2410

XVilka

This comment was marked as resolved.

librz/arch/p/arch_mips.c Outdated Show resolved Hide resolved
librz/arch/p/asm/asm_mips.c Outdated Show resolved Hide resolved
librz/arch/p/asm/asm_mips.c Outdated Show resolved Hide resolved
librz/core/cbin.c Outdated Show resolved Hide resolved
librz/arch/isa/xtensa/xtensa.c Outdated Show resolved Hide resolved
@XVilka

This comment was marked as resolved.

XVilka

This comment was marked as resolved.

@XVilka

This comment was marked as resolved.

@wargio

This comment was marked as outdated.

@XVilka
Copy link
Member

XVilka commented Dec 29, 2024

librz_bin.so.0.8.0.p/dwarf_dwarf.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,librz_bin.so.0.8 '-Wl,-rpath,$ORIGIN/../util:$ORIGIN/../demangler:$ORIGIN/../socket:$ORIGIN/../magic:$ORIGIN/../hash:$ORIGIN/../syscall:$ORIGIN/../cons:$ORIGIN/../io:$ORIGIN/../crypto:$ORIGIN/../type' -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/util -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/demangler -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/socket -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/magic -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/hash -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/syscall -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/cons -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/io -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/crypto -Wl,-rpath-link,/home/runner/work/rizin/rizin/build/subprojects/rizin/librz/type -Wl,--start-group subprojects/lz4-1.9.4/liblz4.a subprojects/zstd-1.5.5/lib/libzstd.a subprojects/rizin/subprojects/yxml/libyxml.a subprojects/rizin/librz/util/librz_util.so.0.8.0 subprojects/rizin/librz/demangler/librz_demangler.so.0.8.0 subprojects/rizin/librz/socket/librz_socket.so.0.8.0 subprojects/rizin/librz/magic/librz_magic.so.0.8.0 subprojects/rizin/librz/hash/librz_hash.so.0.8.0 subprojects/rizin/librz/syscall/librz_syscall.so.0.8.0 subprojects/rizin/librz/cons/librz_cons.so.0.8.0 subprojects/rizin/librz/io/librz_io.so.0.8.0 subprojects/rizin/librz/type/librz_type.so.0.8.0 subprojects/libmspack/liblibmspack.a -Wl,--end-group -pthread
/usr/bin/ld: subprojects/rizin/librz/bin/librz_bin.so.0.8.0.p/format_elf_elf_info.c.o: in function `arch_is_mips':
/home/runner/work/rizin/rizin/build/../.github/subproject_test/subprojects/rizin/librz/bin/format/elf/elf_info.c:736: undefined reference to `arch_is_nanomips'
/usr/bin/ld: subprojects/rizin/librz/bin/librz_bin.so.0.8.0.p/format_elf_elf_info.c.o: in function `Elf32_rz_bin_elf_get_cpu':
/home/runner/work/rizin/rizin/build/../.github/subproject_test/subprojects/rizin/librz/bin/format/elf/elf_info.c:1625: undefined reference to `arch_is_nanomips'
/usr/bin/ld: subprojects/rizin/librz/bin/librz_bin.so.0.8.0.p/format_elf_elf64_info.c.o: in function `arch_is_mips':
/home/runner/work/rizin/rizin/build/../.github/subproject_test/subprojects/rizin/librz/bin/format/elf/elf_info.c:736: undefined reference to `arch_is_nanomips'
/usr/bin/ld: subprojects/rizin/librz/bin/librz_bin.so.0.8.0.p/format_elf_elf64_info.c.o: in function `Elf64_rz_bin_elf_get_cpu':
/home/runner/work/rizin/rizin/build/../.github/subproject_test/subprojects/rizin/librz/bin/format/elf/elf_info.c:1625: undefined reference to `arch_is_nanomips'
collect2: error: ld returned 1 exit status

@XVilka XVilka merged commit 6ccf715 into dev Dec 29, 2024
48 checks passed
@XVilka XVilka mentioned this pull request Dec 29, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants