mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* Makefile.in: Add elf32-{mips,m88k,generic}.
elf32-{mips,m88k,generic}.c: New files. targets.c (target_vector): Include bfd_elf32_{mips,m88k,generic}_vec. elfcode.h (elf_object_p): Match elf32-generic for all machines which don't match a different target.
This commit is contained in:
parent
5c0e7bd6ef
commit
244ffee7f1
@ -1,8 +1,10 @@
|
||||
Fri Jun 18 10:00:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* Makefile.in: Add elf32-{mips,m88k}.
|
||||
elf32-{mips,m88k}.c: New files.
|
||||
targets.c (target_vector): Include bfd_elf32_{mips,m88k}_vec.
|
||||
* Makefile.in: Add elf32-{mips,m88k,generic}.
|
||||
elf32-{mips,m88k,generic}.c: New files.
|
||||
targets.c (target_vector): Include bfd_elf32_{mips,m88k,generic}_vec.
|
||||
elfcode.h (elf_object_p): Match elf32-generic for all machines which
|
||||
don't match a different target.
|
||||
|
||||
Fri Jun 18 03:12:12 1993 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
|
@ -84,7 +84,7 @@ BFD32_BACKENDS = aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \
|
||||
coff-mips.o coff-msym.o \
|
||||
elf.o \
|
||||
elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \
|
||||
elf32-hppa.o elf32-mips.o elf32-m88k.o \
|
||||
elf32-hppa.o elf32-mips.o elf32-m88k.o elf32-generic.o \
|
||||
bout.o \
|
||||
hppa.o oasys.o ieee.o srec.o stab-syms.o coff-alpha.o coff-sh.o \
|
||||
hp300hpux.o
|
||||
@ -137,7 +137,7 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
|
||||
cpu-rs6000.c coff-h8300.c hppa.c cpu-hppa.c cpu-we32k.c reloc16.c \
|
||||
mipsbsd.c cpu-sh.c \
|
||||
elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c \
|
||||
elf32-hppa.c elf32-m88k.c elf32-mips.c \
|
||||
elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-generic.c \
|
||||
elf64.c \
|
||||
coff-alpha.c cpu-alpha.c \
|
||||
hp300hpux.c i386lynx.c
|
||||
@ -465,9 +465,11 @@ elf32-i386.o : elf32-i386.c libelf.h libbfd.h $(BFD_H) \
|
||||
$(INCDIR)/obstack.h
|
||||
elf32-hppa.o : elf32-hppa.c $(srcdir)/elf32-hppa.h libelf.h libbfd.h \
|
||||
$(BFD_H) $(INCDIR)/obstack.h
|
||||
elf32-m88k.o : elf32-m88k.c $(srcdir)/elf32-hppa.h libelf.h libbfd.h \
|
||||
elf32-m88k.o : elf32-m88k.c libelf.h libbfd.h \
|
||||
$(BFD_H) $(INCDIR)/obstack.h
|
||||
elf32-mips.o : elf32-mips.c $(srcdir)/elf32-hppa.h libelf.h libbfd.h \
|
||||
elf32-mips.o : elf32-mips.c libelf.h libbfd.h \
|
||||
$(BFD_H) $(INCDIR)/obstack.h
|
||||
elf32-generic.o : elf32-generic.c libelf.h libbfd.h \
|
||||
$(BFD_H) $(INCDIR)/obstack.h
|
||||
elf64.o : elf64.c elfcode.h libelf.h libbfd.h $(BFD_H) \
|
||||
$(INCDIR)/obstack.h
|
||||
|
3338
bfd/elfcode.h
Normal file
3338
bfd/elfcode.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user