summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-01-26 18:12:46 +0000
committerDaniel Jacobowitz <drow@false.org>2006-01-26 18:12:46 +0000
commitad35633034042406eb473045f24821ac3f337ef1 (patch)
tree49838733f40b2f6d69b551b1bdb381e8a03fda55
parentaeda20731a7646c739d179d30d63eee395c4dba9 (diff)
downloadbinutils-gdb-gdb-csl-arm-20051020-branch.tar.gz
* gdb/regformats/regdat.sh: Include <stdlib.h>.gdb-csl-arm-20051020-branch
-rw-r--r--ChangeLog.csl4
-rwxr-xr-xgdb/regformats/regdat.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index ad11cc1b54f..5a73b690027 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,9 @@
2006-01-26 Daniel Jacobowitz <dan@codesourcery.com>
+ * gdb/regformats/regdat.sh: Include <stdlib.h>.
+
+2006-01-26 Daniel Jacobowitz <dan@codesourcery.com>
+
Backport:
2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
diff --git a/gdb/regformats/regdat.sh b/gdb/regformats/regdat.sh
index d779f4d6954..5698883c36a 100755
--- a/gdb/regformats/regdat.sh
+++ b/gdb/regformats/regdat.sh
@@ -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