]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb/regformats/regdat.sh: Include <stdlib.h>. gdb-csl-arm-20051020-branch
authorDaniel Jacobowitz <drow@false.org>
Thu, 26 Jan 2006 18:12:46 +0000 (18:12 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 26 Jan 2006 18:12:46 +0000 (18:12 +0000)
ChangeLog.csl
gdb/regformats/regdat.sh

index ad11cc1b54f31f24fb47b13e1928448054e7f26e..5a73b6900271df0474550e60c328b480f9a324f1 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb/regformats/regdat.sh: Include <stdlib.h>.
+
 2006-01-26  Daniel Jacobowitz  <dan@codesourcery.com>
 
        Backport:
index d779f4d695465abf42038b6cb94be54917bf0e42..5698883c36a50d9eaec1fecfce90eaca5a5868df 100755 (executable)
@@ -124,6 +124,7 @@ exec > new-$2
 copyright $1
 echo '#include "regdef.h"'
 echo '#include "regcache.h"'
+echo '#include <stdlib.h>'
 echo
 offset=0
 i=0