Thu Aug 8 12:21:56 1996 Klaus Kaempf <kkaempf@progis.de>
[binutils-gdb.git] / bfd / ChangeLog
index b22f625850b94270df3e29f52a6dfab57bcebc05..0fd25dd91c920e9da8a8f4555a70849969b2071d 100644 (file)
@@ -1,3 +1,45 @@
+Thu Aug  8 12:21:56 1996  Klaus Kaempf  <kkaempf@progis.de>
+
+       * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
+       (evax_initialize): Remove evax_reloc_table.
+       (evax_close_and_cleanup): Ditto.
+       (reloc_nil): Ditto.
+       (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
+       entries.
+       (evax_bfd_reloc_type_lookup): Ditto.
+       * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
+       cooked_size == raw_size.
+       * evax-emh.c (_bfd_evax_register_filename): Remove.
+       * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
+       * evax-misc.c (add_new_contents): Malloc section at full size.
+       (_bfd_save_evax_section): Memcpy section contents directly.
+       * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
+       (evax_reloc_table): Remove.
+
+       * hosts/alphavms.h (O_ACCMODE): Define if needed.
+
+       * makefile.vms: Add better support for DEC C compilation
+       Add evax.h dependencies
+
+       * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
+       (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
+       (BFD_RELOC_ALPHA_BASEREG): Remove.
+       * bfd-in2.h, libbfd.h: Rebuild.
+
+Thu Aug  8 08:17:32 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * archive.c (bsd_write_armap):  Ifdef around calls to getuid and
+       getgid if _WIN32 is defined.
+       * opncls.c (bfd_fdopenr):  Remove unnecessary WINGDB ifdef.
+
+Wed Aug  7 23:19:00 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
+       Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
+       include file.
+       * libbfd.c:  Create dummy getpagesize() macro if HAVE_GETPAGESIZE
+       isn't defined.
+
 Wed Aug  7 14:11:44 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
 
        * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
@@ -15,6 +57,8 @@ Wed Aug  7 14:11:44 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
 
 Wed Aug  7 12:12:03 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * cpu-i386.c (i8086_arch): Architecture info for the i8086.
+
        Based on patches from Eric Valette <valette@crf.canon.fr>:
        * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
        LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.