diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-03-27 11:42:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-03-27 11:42:16 +0000 |
commit | d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4 (patch) | |
tree | 0bdae513ad8f63f19134cd0c6b868b7ddcec847c /sim/tic80 | |
parent | bd85beb90c3c162c4e93bc4746c90f31005ea589 (diff) | |
download | gdb-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.zip gdb-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.tar.gz gdb-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.tar.bz2 |
Do top level sim-hw module for device tree.
Add to aclocal.m4, update all configure files.
Diffstat (limited to 'sim/tic80')
-rw-r--r-- | sim/tic80/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/tic80/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index d99cad7..03fad33 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/tic80/configure b/sim/tic80/configure index 4992f5e..aabfe26 100755 --- a/sim/tic80/configure +++ b/sim/tic80/configure @@ -1175,7 +1175,7 @@ else fi done -for ac_hdr in fcntl.h +for ac_hdr in fcntl.h fpu_control.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1215,7 +1215,7 @@ else fi done -for ac_func in getrusage time sigaction +for ac_func in getrusage time sigaction __setfpucw do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:1222: checking for $ac_func" >&5 |