mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 11:01:35 +08:00
Changes due to include file renaming:
* xcoffread.c: internalcoff.h ->coff/internal.c, coff-rs6000.h ->coff/rs6000.h * mipsread.c: coff-mips.h ->coff/mips.h * elfread.c: elf-common.h ->elf/common.h elf-external.h ->elf/external.h, elf-internal.h ->elf/internal.h * dwarfread.c dwarf.h ->elf/dwarf.h * dbxread.c: aout64.h ->aout/aout64.h stab.gnu.h ->aout/stab_gnu.h * coffread.c: internalcoff.h ->coff/internal.h * buildsym.c: stab.gnu.h ->aout/stab_gnu.h * depend Updated to take the above into account.
This commit is contained in:
@ -39,9 +39,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "symfile.h"
|
||||
#include "buildsym.h"
|
||||
|
||||
#include "internalcoff.h" /* FIXME, internal data from BFD */
|
||||
#include "coff/internal.h" /* FIXME, internal data from BFD */
|
||||
#include "libcoff.h" /* FIXME, internal data from BFD */
|
||||
#include "coff-rs6000.h" /* FIXME, raw file-format guts of xcoff */
|
||||
#include "coff/rs6000.h" /* FIXME, raw file-format guts of xcoff */
|
||||
|
||||
extern char *index();
|
||||
|
||||
|
Reference in New Issue
Block a user