diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-08 18:57:06 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-08 18:57:06 +0000 |
commit | 73c4941b23b9c660bb9bc4bb7acf3ea253356c41 (patch) | |
tree | da13e65308de8337364ccbc1dde964aa60b93609 /sim/ppc/table.c | |
parent | 0634a431423265b525681625d2796346428c53b0 (diff) | |
download | gdb-73c4941b23b9c660bb9bc4bb7acf3ea253356c41.zip gdb-73c4941b23b9c660bb9bc4bb7acf3ea253356c41.tar.gz gdb-73c4941b23b9c660bb9bc4bb7acf3ea253356c41.tar.bz2 |
first stage in function unit support; add new switches & latest code from andrew
Diffstat (limited to 'sim/ppc/table.c')
-rw-r--r-- | sim/ppc/table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/table.c b/sim/ppc/table.c index cc065fc..6bc01d8 100644 --- a/sim/ppc/table.c +++ b/sim/ppc/table.c @@ -25,6 +25,7 @@ #include <fcntl.h> #include <ctype.h> +#include "config.h" #include "misc.h" #include "lf.h" #include "table.h" |