diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 21:18:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 21:18:17 +0000 |
commit | e0151f38e1579b8f043603060c2ff0f84846652c (patch) | |
tree | 947cf43829d078065577a813e8ebd92b41fff7a3 /bfd/mpw-make.in | |
parent | f6d6f1028e548ad691467c88d852b3ed94887881 (diff) | |
download | gdb-e0151f38e1579b8f043603060c2ff0f84846652c.zip gdb-e0151f38e1579b8f043603060c2ff0f84846652c.tar.gz gdb-e0151f38e1579b8f043603060c2ff0f84846652c.tar.bz2 |
* bfd-in.h, bfd-in2.h (bfd_boolean): Rename bfd_true, bfd_false
to bfd_tttrue, bfd_fffalse so as not to conflict with functions.
* coffswap.h (coff_swap_scnhdr_out): Remove version that was
hacked for MPW C.
* mpw-config.in: Set shell vars instead of pasting to makefile
for each configuration, edit coffswap.h to make MPW C not choke.
(i386-unknown-coff, sh-hitachi-hms): Recognize.
* mpw-make.in (BFD_LIBS): Add versados.c.o.
* versados.c (versados_scan): Properly cast results from bfd_alloc.
Diffstat (limited to 'bfd/mpw-make.in')
-rw-r--r-- | bfd/mpw-make.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in index fb00fdc..a0d2b7f 100644 --- a/bfd/mpw-make.in +++ b/bfd/mpw-make.in @@ -104,7 +104,7 @@ BFD_LIBS = \Option-d "{o}"archive.c.o "{o}"archures.c.o "{o}"bfd.c.o "{o}"cache.c.o "{o}"coffgen.c.o "{o}"core.c.o \Option-d "{o}"format.c.o "{o}"init.c.o "{o}"libbfd.c.o "{o}"opncls.c.o "{o}"reloc.c.o \Option-d "{o}"section.c.o "{o}"syms.c.o "{o}"targets.c.o "{o}"hash.c.o "{o}"linker.c.o \Option-d - "{o}"elf.c.o "{o}"srec.c.o "{o}"binary.c.o + "{o}"elf.c.o "{o}"srec.c.o "{o}"binary.c.o "{o}"tekhex.c.o "{o}"versados.c.o # This list is alphabetized to make it easier to keep in sync # with the decls and initializer in archures.c. @@ -380,6 +380,7 @@ saber \Option-f "{o}"srec.c.o \Option-f "{s}"srec.c "{o}"binary.c.o \Option-f "{s}"binary.c "{o}"tekhex.c.o \Option-f "{s}"tekhex.c +"{o}"versados.c.o \Option-f "{s}"versados.c "{o}"oasys.c.o \Option-f "{s}"oasys.c {INCDIR}:oasys.h liboasys.h "{o}"ieee.c.o \Option-f "{s}"ieee.c {INCDIR}:ieee.h libieee.h "{o}"ecoff.c.o \Option-f "{s}"ecoff.c {INCDIR}:aout:ar.h {INCDIR}:aout:ranlib.h \Option-d |