mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* coredep.c: Add <sys/types.h> for SCOnix.
* dbxread.c (read_dbx_symntab): Avoid coredump on malformed file. * printcmd.c (print_formatted): Flush output before disassembly. * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit.
This commit is contained in:
@@ -25,9 +25,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "gdbcore.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* Some of these are needed on various systems, perhaps, to expand
|
||||
REGISTER_U_ADDR appropriately? */
|
||||
/* #include <sys/core.h> */
|
||||
/* These are needed on various systems to expand REGISTER_U_ADDR. */
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/dir.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
Reference in New Issue
Block a user