Skip to content

Commit

Permalink
Remove all references to radare2
Browse files Browse the repository at this point in the history
  • Loading branch information
lesderid committed Aug 2, 2020
1 parent 57943c4 commit ee5b5af
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 2,157 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,6 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Install radare2 dependencies
run: sudo apt install patch unzip git gcc make curl pkg-config xz-utils

- name: Checkout radare2
uses: actions/checkout@v2
with:
path: radare2
repository: radareorg/radare2
ref: 4.5.0

- name: Build radare2
working-directory: radare2
run: |
sys/debian.sh
mv radare2_*_amd64.deb radare2_amd64.deb
mv radare2-dev_*_amd64.deb radare2-dev_amd64.deb
- name: Install radare2
working-directory: radare2
run: sudo apt install ./radare2*.deb

- name: Checkout gdb-msvc
uses: actions/checkout@v2

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The main features of this patchset are:

These features are implemented using libraries from [LLVM](https://llvm.org/).

**NOTE:** Currently, PDB symbol loading uses [radare2](https://github.com/radareorg/radare2)'s libr. This is being removed in favour of a better implementation that uses LLVM.

## Building

* `mkdir build && cd build`
Expand Down
2 changes: 1 addition & 1 deletion bfd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ SOURCE_HFILES = \
version.h vms.h \
wasm-module.h \
xcofflink.h xsym.h \
pdb.h pdb-types.h
pdb.h

## ... and .h files which are in the build tree, minus config.h and bfd.h
BUILD_HFILES = \
Expand Down
2 changes: 1 addition & 1 deletion bfd/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ SOURCE_HFILES = \
version.h vms.h \
wasm-module.h \
xcofflink.h xsym.h \
pdb.h pdb-types.h
pdb.h

BUILD_HFILES = \
bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
Expand Down
Loading

0 comments on commit ee5b5af

Please sign in to comment.