mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Move print-utils.h to common-defs.h
This commit moves the inclusion of print-utils.h to common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include print-utils.h. * utils.h: Do not include print-utils.h. gdb/gdbserver/ChangeLog: * utils.h: Do not include print-utils.h.
This commit is contained in:
@ -19,8 +19,6 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#include "print-utils.h"
|
||||
|
||||
void fatal (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2);
|
||||
char *paddress (CORE_ADDR addr);
|
||||
char *pfildes (gdb_fildes_t fd);
|
||||
|
Reference in New Issue
Block a user