*** empty log message ***
authorRoland Pesch <pesch@cygnus>
Thu, 22 Aug 1991 18:32:01 +0000 (18:32 +0000)
committerRoland Pesch <pesch@cygnus>
Thu, 22 Aug 1991 18:32:01 +0000 (18:32 +0000)
bfd/ChangeLog

index c5c89ddb6e222dd6608bbe3f0c7d92b25371d6a7..5d4d4980b08d7c8e41202070cfa1cade780526b2 100644 (file)
@@ -1,5 +1,33 @@
+Thu Aug 22 11:27:06 1991  Roland H. Pesch  (pesch at cygint.cygnus.com)
+
+       * bfd.texinfo: some cleanup, reincorporated more intro matter from
+       bfd.doc 
+       bfd.c, targets.c: minor rewording of doc segments
+
+
+Wed Aug 21 19:13:22 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * trad-core.c (trad_unix_core_file_p):  Use HOST_TEXT_START_ADDR,
+       etc, rather than TEXT_START_ADDR.
+       * host-aout.c:  Remove #if 0 around whole thing.
+       Update to modern (32/64-bit) a.out naming conventions.
+       Include a large chunk of ../include/a.out.gnu.h to get macros that
+       are not defined by the system include files.
+       (host_aout_{32,64}_write_object_contents):  Use the WRITE_HEADERS
+       macro used by the other a.out implementations.
+       * Makefile.in:  Give dependencies to OPTIONAL_BACKENDS.
+
 Wed Aug 21 14:33:06 1991  Roland H. Pesch  (pesch at cygint.cygnus.com)
 
+       * Makefile.in: use targets "bfd.dvi" and "bfd.ps" instead of
+       texdoc and psdoc; make these depend on generated .texi's
+       
+       * scanit, (new) unPROTO: turn PROTO macros into ANSI declarations in
+       doc
+       
+       * bfd.c, reloc.c, syms.c: minor spelling/wording fixes in doc
+       portions         
+
        * Makefile.in, awkscan-ip, awkscan-p, intobfd,
        libbfd.h, libcoff.h, tolibcoff; new bfd-in.h, libbfd-in.h,
        libcoff-in.h: (a) use separate files for invariant parts of bfd.h,