diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 11:14:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 11:14:33 +0000 |
commit | 5ee754fce11ec4c92da6dcddec4a3c6bfae08424 (patch) | |
tree | 7191441feee3084616811fc2cff07eeea634db11 /gdb/ChangeLog | |
parent | 1c43e6e58a36981a75ffd2cff92335759765f966 (diff) | |
download | gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.zip gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.tar.gz gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.tar.bz2 |
* acconfig.h (_MSE_INT_H): Remove.
* configure.in: Create "Checks for header files" section, and move
appropriate tests there. Don't check for objlist.h, wchar.h,
wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
misdetection fix. Also add "Checks for types", "Checks for
compiler characteristics" and "Checks for library functions"
sections.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2590513..4ab3578 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2003-01-02 Mark Kettenis <kettenis@gnu.org> + * acconfig.h (_MSE_INT_H): Remove. + * configure.in: Create "Checks for header files" section, and move + appropriate tests there. Don't check for objlist.h, wchar.h, + wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h> + misdetection fix. Also add "Checks for types", "Checks for + compiler characteristics" and "Checks for library functions" + sections. + * config.in, configure: Regenerated. + * configure.in: Create "Checks for programs" section, and move appropriate tests there. |