mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
* arc-dis.c: Don't include <ctype.h>.
* openrisc-desc.c: Likewise. * openrisc-ibld.c: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2001-09-21 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
|
* arc-dis.c: Don't include <ctype.h>.
|
||||||
|
* openrisc-desc.c: Likewise.
|
||||||
|
* openrisc-ibld.c: Likewise.
|
||||||
|
|
||||||
2001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
|
2001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* fr30-opc.c: Fix compile time warning messages.
|
* fr30-opc.c: Fix compile time warning messages.
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "opintl.h"
|
#include "opintl.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "arc-dis.h"
|
#include "arc-dis.h"
|
||||||
#include "arc-ext.h"
|
#include "arc-ext.h"
|
||||||
|
@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
#include <ctype.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
|
@ -25,7 +25,6 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
Keep that in mind. */
|
Keep that in mind. */
|
||||||
|
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
#include <ctype.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#include "dis-asm.h"
|
#include "dis-asm.h"
|
||||||
|
Reference in New Issue
Block a user