mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 04:13:50 +08:00
* coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
symfile.c, symtab.c: Use "obstack.h" rather than <obstack.h>.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Dec 8 21:02:24 1995 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
|
* coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
|
||||||
|
symfile.c, symtab.c: Use "obstack.h" rather than <obstack.h>.
|
||||||
|
|
||||||
Wed Dec 6 16:16:18 1995 Stu Grossman (grossman@cirdan.cygnus.com)
|
Wed Dec 6 16:16:18 1995 Stu Grossman (grossman@cirdan.cygnus.com)
|
||||||
|
|
||||||
* remote-mips.c (mips_receive_header): Allow mips_syn_garbage to be
|
* remote-mips.c (mips_receive_header): Allow mips_syn_garbage to be
|
||||||
|
@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <obstack.h>
|
#include "obstack.h"
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#ifndef NO_SYS_FILE
|
#ifndef NO_SYS_FILE
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#include "symfile.h"
|
#include "symfile.h"
|
||||||
#include "objfiles.h"
|
#include "objfiles.h"
|
||||||
#include "buildsym.h"
|
#include "buildsym.h"
|
||||||
#include <obstack.h>
|
#include "obstack.h"
|
||||||
|
|
||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "gdb_stat.h"
|
#include "gdb_stat.h"
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <obstack.h>
|
#include "obstack.h"
|
||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
|
|
||||||
/* Prototypes for local functions */
|
/* Prototypes for local functions */
|
||||||
|
@ -41,7 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <obstack.h>
|
#include "obstack.h"
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#ifndef NO_SYS_FILE
|
#ifndef NO_SYS_FILE
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
Reference in New Issue
Block a user