* gen-aout.c (main): Set DEFAULT_ARCH based on preprocessor macros
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index f140d33c4e054a1e971d52a267ef526da3320eab..f27e20673570f4ae98b68e569088b068ecc1f895 100644 (file)
@@ -1,3 +1,59 @@
+Sun Jan 30 15:14:36 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * gen-aout.c (main): Set DEFAULT_ARCH based on preprocessor macros
+       (only testing for m68k and vax at the moment); do verify that the
+       preprocessor didn't trash the arch name inside the string version.
+       Don't print out "pagesize =" line that prevents output from
+       compiling.  Derive BYTES_IN_WORD and ARCH values from sizeof
+       results.
+       * Makefile.in (aout-params.h): Pass gen-aout a dummy target name.
+
+Sun Jan 30 13:25:28 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * aoutx.h (aout_link_write_symbols): Write out correct value for
+       object file symbol.
+
+Fri Jan 28 18:34:05 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * hosts/vaxbsd.h (HOST_STACK_END_ADDR): Vax BSD doesn't define
+       KERNBASE, so hard-code 0x80000000 instead.
+
+Thu Jan 27 13:54:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * linker.c (generic_link_add_symbol_list): If symbol is common,
+       set the BSF_OLD_COMMON flag.
+
+Wed Jan 26 13:47:15 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * format.c (bfd_check_format_matches): Put the new entry in the
+       correct element of matching_vector.
+
+Tue Jan 25 11:43:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * som.c, som.h (bfd_som_set_section_attributes,
+       bfd_som_set_subsection_attributes): Change parameters from char
+       to int.  Following a prototype with an old-style function definition
+       in the presence of widened parameters is a GCC-ism not supported
+       by the HP compiler in ANSI mode.
+
+Tue Jan 25 11:46:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * reloc.c (bfd_get_reloc_size): Size of type -2 is 4 bytes, not 2.
+
+       * hp300hpux.c (MY(write_object_contents)): Write out the symbols
+       before writing out the relocs, so that the right symbol indices
+       are used.
+
+       * archive.c (do_slurp_bsd_armap, bfd_slurp_bsd_armap_f2): Do not
+       try to overlay the internal carsyms on the external symdefs.  That
+       can not work if the size of a host pointer is larger than 4 bytes.
+
+       * format.c (bfd_check_format_matches): Cast result of
+       bfd_xmalloc_by_size_t.
+       * opncls.c (_bfd_new_bfd): Avoid ANSI C prototype.
+
+       * archive.c: Reindented to GNU standards.
+
 Mon Jan 24 14:41:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
 
        * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): Add
This page took 0.024668 seconds and 4 git commands to generate.