SUB_SEGMENT_ALIGN now takes an argument.
authorKen Raeburn <raeburn@cygnus>
Wed, 3 Mar 1993 19:46:12 +0000 (19:46 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 3 Mar 1993 19:46:12 +0000 (19:46 +0000)
VMS fixes from Eric Youngdale.

gas/ChangeLog
gas/make-gas.com

index fdc4ccf7e1b597922f253255bc7bf67d39452f4a..f63b263127ef010c658a981ff754c8002d44b3b5 100644 (file)
@@ -1,3 +1,15 @@
+Wed Mar  3 10:41:46 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       Patches from Eric Youngdale:
+       * make-gas.com: Find obstack.obj if it's not in the current
+       directory.
+       * read.c (s_ignore): Don't declare is_end_of_line.  It's
+       redundant, and triggers a VMS gcc compiler bug.
+
+       * write.c (write_object_file): Macro SUB_SEGMENT_ALIGN now takes
+       current segment as an argument.  (Ignored in all cases but VMS.)
+       All callers and definitions changed.
+
 Tue Mar  2 11:56:19 1993  Ian Lance Taylor  (ian@cygnus.com)
 
        * listing.c: Cleaned up a bit, added prototypes, made NO_LISTING
index 77721f4dc36a8cb8dc9ee5724d4bc5461be6f1e7..faffce61fed465afec98f761c4f17ba044b87bc3 100644 (file)
@@ -73,6 +73,7 @@ $ gcc 'c_flags'/define=('C_DEFS') atof-targ.c
 $ gcc 'c_flags'/define=("error=as_fatal",'C_DEFS') targ-cpu.c
 $ gcc 'c_flags'/define=("error=as_fatal",'C_DEFS') obj-format.c
 $ Link:
+$if f$search("obstack.obj").eqs."" then copy [-.libiberty]obstack.obj *.*
 $ link/nomap/exec=gcc-as version.opt/opt+sys$input:/opt
 !
 !      Linker options file for GNU assembler