espressif / binutils-esp32ulp

Binutils fork with support for the ESP32 ULP co-processor
GNU General Public License v2.0
46 stars 18 forks source link

Bug fix in relocation (gas) and add ULP disassembly capability (objdump) #11

Open 8785benjamin opened 6 years ago

8785benjamin commented 6 years ago

binutils/stabs.c : correct a bug already fixed in latest version of binutils (wrong pointer) gas/config/tc-esp32ulp.c : correct bug in relocation address calculation (md_assemble) opcode/disassemble.c : add ULP disassembler capability opcode/esp32ulp-dis.c : add ULP disassembler capability

igrr commented 6 years ago

The bugfix part has been merged into master, thanks @8785benjamin!

Disassembler part coming in soon as well.

dmitry1945 commented 4 years ago

Hi @8785benjamin , We will include the disassembler soon,

thank you very much.