mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 22:15:12 +08:00
2004-10-31 Andrew Cagney <cagney@gnu.org>
* mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define. * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete. * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete. * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
2004-10-31 Andrew Cagney <cagney@gnu.org>
|
2004-10-31 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
|
* mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
|
||||||
|
* mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
|
||||||
|
* config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
|
||||||
|
* config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
|
||||||
|
|
||||||
* mdebugread.h (ecoff_relocate_efi): Delete declaration.
|
* mdebugread.h (ecoff_relocate_efi): Delete declaration.
|
||||||
* mdebugread.c (ecoff_relocate_efi): Delete function.
|
* mdebugread.c (ecoff_relocate_efi): Delete function.
|
||||||
* objfiles.c (objfile_relocate): Delete #ifdef
|
* objfiles.c (objfile_relocate): Delete #ifdef
|
||||||
|
@ -24,11 +24,6 @@
|
|||||||
#ifndef TM_ALPHA_H
|
#ifndef TM_ALPHA_H
|
||||||
#define TM_ALPHA_H
|
#define TM_ALPHA_H
|
||||||
|
|
||||||
/* Special symbol found in blocks associated with routines. We can hang
|
|
||||||
alpha_extra_func_info_t's off of this. */
|
|
||||||
|
|
||||||
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
|
|
||||||
|
|
||||||
#define RA_REGNUM 26 /* XXXJRT needed by mdebugread.c */
|
#define RA_REGNUM 26 /* XXXJRT needed by mdebugread.c */
|
||||||
|
|
||||||
#endif /* TM_ALPHA_H */
|
#endif /* TM_ALPHA_H */
|
||||||
|
@ -33,9 +33,4 @@ struct symbol;
|
|||||||
struct type;
|
struct type;
|
||||||
struct value;
|
struct value;
|
||||||
|
|
||||||
/* Special symbol found in blocks associated with routines. We can
|
|
||||||
hang mdebug_extra_func_info's off of this. */
|
|
||||||
|
|
||||||
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
|
|
||||||
|
|
||||||
#endif /* TM_MIPS_H */
|
#endif /* TM_MIPS_H */
|
||||||
|
@ -57,14 +57,6 @@
|
|||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "dictionary.h"
|
#include "dictionary.h"
|
||||||
#include "mdebugread.h"
|
#include "mdebugread.h"
|
||||||
|
|
||||||
/* These are needed if the tm.h file does not contain the necessary
|
|
||||||
mips specific definitions. */
|
|
||||||
|
|
||||||
#ifndef MDEBUG_EFI_SYMBOL_NAME
|
|
||||||
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "gdb_stat.h"
|
#include "gdb_stat.h"
|
||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
|
|
||||||
|
@ -34,4 +34,9 @@ struct mdebug_extra_func_info
|
|||||||
PDR pdr; /* Procedure descriptor record */
|
PDR pdr; /* Procedure descriptor record */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Special symbol found in blocks associated with routines. We can
|
||||||
|
hang mdebug_extra_func_info's off of this. */
|
||||||
|
|
||||||
|
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
|
||||||
|
|
||||||
#endif /* MDEBUGREAD_H */
|
#endif /* MDEBUGREAD_H */
|
||||||
|
Reference in New Issue
Block a user