const lint
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index ab978c524260d493b20bfaa702a79c2ed578d857..797d75d8a798ed7fb222ae1d850a13d14b0aa515 100644 (file)
@@ -1,6 +1,91 @@
+Fri Nov 22 08:11:42 1991  John Gilmore  (gnu at cygnus.com)
+
+       * aoutx.h, bfd.c, coffcode.h, ieee.c, oasys.c, targets.c: CONST lint.
+       * libbfd-in.h, libbfd.h, aoutx.h, coffcode.h, elf.c, libaout.h:
+       Rename ALIGN to BFD_ALIGN to avoid conflict with BSD <sys/param.h>.
+       * libbfd.c:  Lint.
+       * host-aout.c, trad-core.c:  Fix write_armap prototypes.  Lint.
+
+Thu Nov 21 19:56:40 1991  Per Bothner  (bothner at cygnus.com)
+
+       * stab-syms.c, syms.c:  Moved bfd_stab_name() and bfd_stab_names[]
+       from syms.c to new file stab-syms.c.  Also, since GNU extended
+       type codes such as N_SETT are no longer in ../include/stab.def,
+       include them manually.
+       * stab-syms.c, aoutx.h: Renamed bfd_stab_name() and
+       bfd_stab_names[] to aout_stab_name() and aout_stab_names[].
+       * libaout.h: Added prototype for aout_stab_name().
+       * Makefile.in:  Update Makefile for new stab-syms.[co].
+
+Thu Nov 21 11:50:49 1991  John Gilmore  (gnu at cygnus.com)
+
+       * libaout.h (WORK_OUT_FILE_POSITIONS):  One more try at this
+       rather complicated seeming problem.  Eliminate LOGICAL_ versions,
+       just make N_XXX work by excluding the header from the text segment.
+       * aoutx.h:  Fix comments to match.
+
+Tue Nov 19 18:49:01 1991  Per Bothner  (bothner at cygnus.com)
+
+       * libaout.h (WORK_OUT_FILE_POSITIONS):  Use new LOGICAL_TXTADDR,
+       LOGICAL_TXTOFF, LOGICAL_TXTSIZE macros to figure out numbers
+       for the "logical" text segment (i.e. never consider the exec
+       header to be part of the text segment).  This change is
+       needed for consistency with various other parts of bfd and ld.
+       * aoutx.h (NAME(aout,soe_aout_object_p)):  Fix comment,
+       and move calculation of obj_textsec(abfd)->size to libaout.h.
+       * bfd-in.h:  Removed bogus ';'.
+
+       * Makefile.in:  Add MINIMIZE flag to select lean
+       or bloated target_vector.
+       * targets.c:  Use new MINIMIZE macro, and add trad_core if needed.
+       * newsos3.c:  Fixes to ../include/aout64.h remove need
+       for special N_TXTOFF macro, but require N_HEADER_IN_TEXT.
+
+Mon Nov 18 12:00:59 1991  Per Bothner  (bothner at cygnus.com)
+
+       * aout-target.h, aoutf1.h, newsos3.c:  Make aout-target.h
+       handle both little and big-endian targets, with little
+       the default unless TARGET_IS_BIG_ENDIAN_P is defined.
+       * host-aout.c:  Add FIXME note.
+
+Sun Nov 17 13:29:39 1991  Per Bothner  (bothner at cygnus.com)
+
+       * targets.c:  Make the default target_vector contain
+       just &DEFAULT_VECTOR.  This makes executables a lot smaller.
+       Old behavior can be gotten by defining ALL_TARGETS.
+       * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c:
+       Factored out common code into new file aout-target.h.
+       Saves a lot of duplicate code for a.out variants.
+
+Fri Nov 15 13:00:43 1991  Per Bothner  (bothner at cygnus.com)
+
+       Get 'make headers' to work when configured with +subdirs.
+       * Makefile.in: Add $(subdir) to docdir path.
+       * doc/Makefile.in (protos): Add $(srcdir) prefix
+       to name of sed scripts.
+
+Thu Nov 14 19:49:10 1991  Per Bothner  (bothner at cygnus.com)
+
+       * aoutx.h (NAME(aout,print_symbol)):  Fix thinko.
+       * syms.c (bfd_stab_names):  Turn on new GNU_EXTRA_STABS macro
+       to include names of N_SETT etc.
+
+Thu Nov 14 19:11:13 1991  Fred Fish  (fnf at cygnus.com)
+
+       * elf.c:  Add minimal support for ELF symbol tables.  Generates
+       canonical bfd symbol tables from ELF symbol tables.  Change the
+       name of some functions from bfd_<name> to elf_<name>.
+
+       * syms.c:  Trivial fix to comment to remove a redundant "to".
+
+Wed Nov 13 17:02:01 1991  John Gilmore  (gnu at cygnus.com)
+
+       * coff-{i386,m68k,m88k}.c:  Change name of file format to standard
+       form that GDB recognizes as COFF.
+
 Wed Nov 13 09:09:41 1991  Steve Chamberlain  (sac at cygnus.com)
 
-       * ieee.c: (ieee_object_p) cast NULL correctly.
+       * ieee.c (ieee_object_p):  cast NULL correctly.
        * configure.in: added harris host
 
        * coff-a29k.c: Lots of changes, most from David Wood.
This page took 0.025613 seconds and 4 git commands to generate.