aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1993-07-07 * aoutx.h (translate_from_native_sym_flags): Removed statepIan Lance Taylor1-0/+4
argument. Just let an indirect symbol point to the next symbol without forcing the next symbol to be undefined. Changed all callers. * hp300hpux.c (slurp_symbol_table): Changed call to translate_from_native_sym_flags. * targets.c: Added hp300hpux_vec. * Makefile.in (hp300hpux.o): Added dependencies.
1993-07-06Hack to cut down compilations needed for minimal-bfd:Ken Raeburn1-5/+16
* Makefile.in (ALL_MACHINES): Renamed from BFD_MACHINES. (ofiles): New target. Build a list of unique file names, in case any got duplicated. (TARGETLIB): Use list of files from ofiles. * configure.in: Set BFD_MACHINES and BFD_BACKENDS depending on minimal-bfd flag and target makefile frag contents.
1993-07-02 * Makefile.in (clean): Remove bfd.h and stmp-bfd.h.Jim Kingdon1-13/+19
(realclean): Remove generated headers.
1993-06-21Generate bfd.h in current directory by grabbing 64-bit definition (if any)Ken Raeburn1-15/+7
from sysdep.h (and nothing else) and inserting it into bfd-in2.h. Remove ../include/bfd.h if found, in case it's left over from previous versions of this code.
1993-06-18 * Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.Jim Kingdon1-1/+1
1993-06-18 * Makefile.in: Add elf32-{mips,m88k,generic}.Jim Kingdon1-4/+6
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.
1993-06-18 * Makefile.in: Add elf32-{mips,m88k}.Jim Kingdon1-2/+6
elf32-{mips,m88k}.c: New files. targets.c (target_vector): Include bfd_elf32_{mips,m88k}_vec.
1993-06-16allow "make bfd.h" to still dtrtKen Raeburn1-0/+1
1993-06-16Move bfd.h to ../include. (Directory is created if it doesn't exist.)Ken Raeburn1-58/+72
Insert sysdep.h into it, so manually including it isn't required for every single file using bfd.h. Search ../include when compiling.
1993-06-16remove parentdir supportDavid D. Zuhn1-12/+12
1993-06-02 * Makefile.in (bfd.h): Move closer to headers - and after 'all'!Per Bothner1-61/+70
1993-05-25(elf64.c): Add to list of sources.Ken Raeburn1-8/+24
(elf64.o): List dependencies; don't build by default. (elf32.o): Update dependencies. (archures.o, targets.o): Depend on Makefile, for MINIMIZE &c.
1993-04-27Support for Hitachi SHSteve Chamberlain1-5/+7
1993-03-23aout-mipsbsd -> mipsbsdKen Raeburn1-3/+3
1993-03-23add installcheck targetDavid D. Zuhn1-0/+1
1993-03-12 * Makefile.in (MAKEOVERRIDES): Define to be empty.Ian Lance Taylor1-11/+32
1993-02-04Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-23/+37
* libecoff.h: New file. Defines ECOFF backend data for gdb. * coff-mips.c: Now includes libecoff.h. (ecoff_data_type): Moved to libecoff.h. (ecoff_slurp_symbolic_info): Made globally visible so that gdb can call it. If there is ever another ECOFF target, this and the swapping functions should be accessed via an ECOFF specific target vector. Makefile.in (coff-mips.o): Depends on libecoff.h.
1992-12-28note dependencies for coff-z8k.o and -we32k.oKen Raeburn1-1/+5
1992-12-24added dvi targetDavid D. Zuhn1-1/+1
1992-12-22 * bfd-in.h: New macros bfd_asymbol_bfd and bfd_asymbol_flavour;Per Bothner1-3/+5
perhaps we can later remove the the_bfd field from each symbol. * syms.c (struct symbol_cache_entry): Remove unused field app_data. Add comment noting that the_bfd is almost redundant, but not quite. * aoutx.h, coff-a29k.c, coff-i386.c, coff-i960.c, coffcode.h: Use new macros bfd_asymbol_bfd and bfd_asymbol_flavour. * hppa.c (fill_spaces): Make slightly more rebust. * configure.in: Allow std-host as the "default" host.
1992-12-16Various changes to improve archive support. See ChangeLog.Per Bothner1-1/+3
1992-11-10make cc command lines more consistentDavid D. Zuhn1-24/+15
1992-10-05added i386-*-bsd, from p3Mark Eichin1-18/+17
1992-09-02 * Makefile.in: Added mostlyclean/clean/distclean rules.Per Bothner1-6/+15
1992-08-28Missed one...Ken Raeburn1-3/+3
1992-08-27Add preliminary support for the we32k (AT&T 3b2 family).Brendan Kehoe1-33/+43
1992-08-11moved sparc opcode table to bfdKen Raeburn1-16/+38
1992-06-19* Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h,Stu Grossman1-5/+6
targets.c: HPPA merge.
1992-05-05Get rid of bogus comment in compiler command rule.Per Bothner1-1/+1
1992-05-02 * targets.c, Makefile.in: comment out tekhex for the moment.Steve Chamberlain1-2/+2
* ieee.c: if some places where null pointers were used instead of &bfd_abs_section. * configure.in: tandem target is st2000 * coff-m68k.c: rename static howto_table to global m68kcoff_howto_table. * bout.c: remove unnecessary abort
1992-04-21rework CFLAGS, etc.K. Richard Pixley1-48/+15
1992-04-16Add .NOEXPORT: so that doc directory doesn't inherit a bad definitionK. Richard Pixley1-0/+2
for target_makefile_frag.
1992-04-11Pass on MINUS_G to recursive makes. Recognize ncr3000 config.Fred Fish1-15/+31
1992-01-29Makefile.in: Add dependencies for various coff-*.o files.Fred Fish1-5/+25
elf.c: Remove extraneous paren from core_prpsinfo and core_prpstatus macros, rename core_prpstatus to core_prstatus. Replace references to old section "size" member with new "_raw_size" member. Implement elf_make_empty_symbol, which is now used.
1991-12-07Fri Dec 6 22:58:48 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-24/+48
* Makefile.in: install using INSTALL_DATA, added standards.text support. * configure.in: mark directory as target dependent. configure nows works in objdir always so make file existence checks against ${srcdir}. Thu Dec 5 22:46:19 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-01Fixed dependenciesSteve Chamberlain1-1/+1
1991-12-01Moved the position of the #### lines so that the makefile fragmentsSteve Chamberlain1-2/+3
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
1991-11-27 * Makefile.in: added coff-h8300Steve Chamberlain1-17/+6
* configure.in: now h8 is a coff target * cpu-h8300.c: fix various disassembly problems * libcoff.h: took out some code which has been #0ed for a long time. * targets.c: added h8 coff * coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c added new macro RTYPE2HOWTO to take a load of #ifdefs out of coffcode.h * coffcode.h: Started to change the way machine dependencies are handled, from the nest of #ifdefs to macros defined in the including coff-<foo>.c
1991-11-22 Moved bfd_stab_name() and bfd_stab_names[]Per Bothner1-4/+9
from syms.c to new file stab-syms.c. Renamed to aout_stab_name() and aout_stab_names[]. Also, since GNU extended type codes such as N_SETT are no longer in ../include/stab.def, include them manually.
1991-11-15Quit moving *-in.h into and out of doc subdir. Doc subdir knows howRoland Pesch1-6/+6
to find them.
1991-11-14Install bfd.h into destdir/includeSteve Chamberlain1-1/+2
1991-11-14take care of doc subdir, tooK. Richard Pixley1-0/+27
1991-11-12Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-3/+4
* Makefile.in: standardize on MINUS_G to disable debugging * coff-m88k.c: create coff armaps instead of bsd ones. * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits when calling chmod.
1991-11-05find include filesK. Richard Pixley1-1/+1
1991-11-04Added ctor.cSteve Chamberlain1-2/+2
1991-10-25* Rename COFF-related files in `coff-ARCH.c' form.John Gilmore1-21/+20
coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c to be exact.
1991-10-25* Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducingJohn Gilmore1-0/+4
make output clutter.
1991-10-25RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore.John Gilmore1-5/+11
1991-10-11Remove refs to ../include/sysdep.h.John Gilmore1-10/+13
1991-10-11Restructure configuration scheme for bfd, binutils, ld.John Gilmore1-2/+5
Use -I. to get sysdep.h.