today's changes for vms, misc bugs
authorKen Raeburn <raeburn@cygnus>
Tue, 15 Mar 1994 03:08:40 +0000 (03:08 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 15 Mar 1994 03:08:40 +0000 (03:08 +0000)
gas/ChangeLog

index d837b75af77527c59b9d5b5c2e643ed38072c028..76b12955657aa82867dfa8d9e89491c05c1a8b7c 100644 (file)
@@ -1,5 +1,41 @@
 Mon Mar 14 14:29:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
 
+       * write.c (write_object_file): Check both S_IS_LOCAL and
+       S_IS_EXTERNAL when deciding whether to discard a symbol.
+
+       * config-gas.com: Scan Makefile.in, not version.c, for current
+       version number.  Delete all versions of temp files when finished
+       with them.  Create config.h.
+
+       * config/obj-vms.c (VMS_Initialized_Data_Size): Cache symbol
+       values to reduce number of lookups with S_GET_VALUE.  Skip debug
+       symbols to avoid "a really nasty bug".  (From Holger Teutsch,
+       holger@botbso.rhein-main.de.)
+       (VMS_write_object_file): For "__vt.*" symbols, set S_GET_OTHER
+       field.  (Also from Holger Teutsch.)  Watch for a would-be register
+       mask that spans frags.
+
+       * config/obj-coffbfd.c (obj_coff_line): Set symbol lnno field with
+       this_base, not line_base.  (Patch from Andreas Arens,
+       ari@obelix.av.rwth-aachen.de.)
+
+       * config/obj-aout.c (obj_crawl_symbol_chain): Retain symbols that
+       look local if they're exported or undefined.  Used to be done for
+       i960 only.
+
+       * read.c (s_lcomm, s_comm): Print symbol name being redefined.
+       Get it from the looked-up symbol, instead of using the string from
+       the input stream, which is no longer null-terminated.
+       (LEX_PCT): New macro, defaults to 0.
+       (lex_type): Use it for `%'.
+
+       * config/tc-vax.c (md_parse_option): Handle `-h#' option for VMS.
+       (vip_op): Now static, and returns void.  Callers changed.  Added
+       forward decl.
+       (vip): Ditto.  Call as_fatal directly if a program bug is
+       detected.
+       (op_hash): Let default initialization suffice.
+
        * Makefile.in (literal.o): Provide dependencies.
 
        * configure.in: Set new makefile variable OPCODES_LIB.
This page took 0.030346 seconds and 4 git commands to generate.