ilg-archived / openocd

The GNU MCU Eclipse OpenOCD
http://gnuarmeclipse.github.io/openocd/
GNU General Public License v2.0
234 stars 62 forks source link

src/target/Makefile.am lists riscv_semihosting.c twice #30

Closed TommyMurphyTM1234 closed 6 years ago

TommyMurphyTM1234 commented 6 years ago

Minor issue:

src/target/Makefile.am lists riscv_semihosting.c twice:

Here

https://github.com/gnu-mcu-eclipse/openocd/blob/gnu-mcu-eclipse-dev/src/target/Makefile.am#L144

and here:

https://github.com/gnu-mcu-eclipse/openocd/blob/gnu-mcu-eclipse-dev/src/target/Makefile.am#L147

I'll do a PR for this anon but am in the middle of other stuff so just logging it here so I don't forget it...

ilg-ul commented 6 years ago

Oops!

Careless merge... :-(

ilg-ul commented 6 years ago

Fixed.

TommyMurphyTM1234 commented 6 years ago

Thanks a lot Liviu.

ilg-ul commented 6 years ago

You're welcome, Tommy.

Thank you for taking the time to report the problems you encounter.