ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

gdb-arm-gentmap.patch (257B)


      1 --- gdb-7.4.org/sim/common/gentmap.c	2012-06-27 16:43:51.032331245 +0000
      2 +++ gdb-7.4/sim/common/gentmap.c	2012-06-27 16:49:12.382319996 +0000
      3 @@ -2,6 +2,7 @@
      4  
      5  #include <stdio.h>
      6  #include <stdlib.h>
      7 +#include <string.h>
      8  
      9  struct tdefs {
     10    char *symbol;